changeset 774:144a2f6eb1af

svn verify: fix specifying URL on the command line
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Tue, 30 Nov 2010 02:55:05 +0100
parents aef84769fe27
children 7597ea43a37e
files hgsubversion/svncommands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgsubversion/svncommands.py
+++ b/hgsubversion/svncommands.py
@@ -17,7 +17,7 @@ import util
 import svnexternals
 
 
-def verify(ui, repo, *args, **opts):
+def verify(ui, repo, args=None, **opts):
     '''verify current revision against Subversion repository
     '''