git_handler: fix progress reset call

This commit is contained in:
Siddharth Agarwal 2014-02-16 01:13:10 -08:00
parent 298fec2a4b
commit 5e72b26e7b

View File

@ -367,7 +367,7 @@ class GitHandler(object):
"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