hgext/churn.py
changeset 9665 1de5ebfa5585
parent 9662 f3d60543924f
child 9669 9b127e888640
--- a/hgext/churn.py	Thu Oct 29 19:03:13 2009 -0500
+++ b/hgext/churn.py	Thu Oct 29 19:03:16 2009 -0500
@@ -81,7 +81,7 @@
                 ui.write("\r" + _("generating stats: %d%%") % pct)
                 sys.stdout.flush()
 
-    for ctx in cmdutil.walkchangerevs(ui, repo, m, opts, prep):
+    for ctx in cmdutil.walkchangerevs(repo, m, opts, prep):
         continue
 
     if opts.get('progress'):