# HG changeset patch # User Bryan O'Sullivan # Date 1336061111 25200 # Node ID 99a15c6a283c951e7a99008b74a9098736a94379 # Parent 1b261e0f85aa4f01bdc59c0b2213bce08547f280 verify: tell progress when we're done diff --git a/hgsubversion/svncommands.py b/hgsubversion/svncommands.py --- 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