Mercurial > public > mercurial-scm > hg
diff hgext/churn.py @ 9467:4c041f1ee1b4
do not attempt to translate ui.debug output
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 19 Sep 2009 01:15:38 +0200 |
parents | 637f2726ec7f |
children | ceb0f59e1327 |
line wrap: on
line diff
--- a/hgext/churn.py Fri Sep 18 17:37:51 2009 +0200 +++ b/hgext/churn.py Sat Sep 19 01:15:38 2009 +0200 @@ -153,7 +153,7 @@ maxname = max(len(k) for k, v in rate) ttywidth = util.termwidth() - ui.debug(_("assuming %i character terminal\n") % ttywidth) + ui.debug("assuming %i character terminal\n" % ttywidth) width = ttywidth - maxname - 2 - 6 - 2 - 2 for date, count in rate: