jsvn: handle "di" and "stat" command abbreviations

This commit is contained in:
Josh Holtrop 2012-02-22 10:03:46 -05:00
parent 6c9df5a38a
commit 9ecc2d9657

2
jsvn
View File

@ -603,6 +603,7 @@ def main(argv):
'tag': tag,
'tags': tag,
'diff': diff,
'di': diff,
'log': log,
'root': root,
'up': update,
@ -612,6 +613,7 @@ def main(argv):
'binaries': binaries,
'lockable': lockable,
'st': status,
'stat': status,
'status': status,
}