hgext/churn.py
changeset 8085 404a2c318e70
parent 8028 3aaca5901ade
child 8225 46293a0c7e9f
--- a/hgext/churn.py	Sun Apr 19 07:55:53 2009 -0400
+++ b/hgext/churn.py	Mon Apr 20 12:25:45 2009 +0200
@@ -80,7 +80,7 @@
             newpct = int(100.0 * count / max(len(repo), 1))
             if pct < newpct:
                 pct = newpct
-                ui.write(_("\rgenerating stats: %d%%") % pct)
+                ui.write("\r" + _("generating stats: %d%%") % pct)
                 sys.stdout.flush()
 
     if opts.get('progress'):