jsvn: handle "sw" command abbreviation

This commit is contained in:
Josh Holtrop 2012-02-22 16:55:32 -05:00
parent 0abd536d0e
commit d967b846a1

1
jsvn
View File

@ -614,6 +614,7 @@ def main(argv):
'branch': branch,
'branches': branch,
'switch': switch,
'sw': switch,
'merge': merge,
'tag': tag,
'tags': tag,