changeset 652:ed4efc711809

git_handler: fix progress reset call
author Siddharth Agarwal <sid0@fb.com>
date Sun, 16 Feb 2014 01:13:10 -0800
parents 59f8ef69afb8
children 4ab616864329
files hggit/git_handler.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hggit/git_handler.py
+++ b/hggit/git_handler.py
@@ -367,7 +367,7 @@
                               "of octopus explosion\n" % ctx.rev())
                 continue
             self.export_hg_commit(rev, exporter)
-        util.progress(self.ui, 'importing', None, total=total)
+        util.progress(self.ui, 'exporting', None, total=total)
 
 
     # convert this commit into git objects