hgext/churn.py
changeset 7626 551afd4a4691
parent 7598 26adfaccdf73
child 7762 fece056bf240
--- a/hgext/churn.py	Mon Jan 12 17:51:57 2009 +0100
+++ b/hgext/churn.py	Sat Jan 03 17:15:21 2009 +0100
@@ -79,7 +79,7 @@
             newpct = int(100.0 * count / max(len(repo), 1))
             if pct < newpct:
                 pct = newpct
-                ui.write(_("\rGenerating stats: %d%%") % pct)
+                ui.write(_("\rgenerating stats: %d%%") % pct)
                 sys.stdout.flush()
 
     if opts.get('progress'):