jsvn: handle 1-arg "switch" that does not specify a valid branch/tag/trunk name

This commit is contained in:
Josh Holtrop 2012-03-08 10:56:35 -05:00
parent 5d355aed43
commit aa4e356058

2
jsvn
View File

@ -448,6 +448,8 @@ def switch(argv, svn, out):
filter_update(pout, out)
switched = True
break
# argument is not a tag/branch name
break
if switched:
url = getSVNURL(svn)
out.write('URL: %s\n' % url)