changeset 885:99a15c6a283c

verify: tell progress when we're done
author Bryan O'Sullivan <bryano@fb.com>
date Thu, 03 May 2012 09:05:11 -0700
parents 1b261e0f85aa
children d3ff5807f1bd
files hgsubversion/svncommands.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgsubversion/svncommands.py
+++ b/hgsubversion/svncommands.py
@@ -86,6 +86,8 @@ def verify(ui, repo, args=None, **opts):
                 ui.write('  %s\n' % f)
         result = 1
 
+    util.progress(ui, 'verify', None)
+
     return result