# HG changeset patch # User Dan Villiom Podlaski Christiansen # Date 1291082105 -3600 # Node ID 144a2f6eb1af2d4e4a9eb48086ab42bbc8b6f16d # Parent aef84769fe2715ac4bcca11f0493cfba595e9644 svn verify: fix specifying URL on the command line diff --git a/hgsubversion/svncommands.py b/hgsubversion/svncommands.py --- 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 '''