jsvn: handle "di" and "stat" command abbreviations
This commit is contained in:
parent
6c9df5a38a
commit
9ecc2d9657
2
jsvn
2
jsvn
@ -603,6 +603,7 @@ def main(argv):
|
|||||||
'tag': tag,
|
'tag': tag,
|
||||||
'tags': tag,
|
'tags': tag,
|
||||||
'diff': diff,
|
'diff': diff,
|
||||||
|
'di': diff,
|
||||||
'log': log,
|
'log': log,
|
||||||
'root': root,
|
'root': root,
|
||||||
'up': update,
|
'up': update,
|
||||||
@ -612,6 +613,7 @@ def main(argv):
|
|||||||
'binaries': binaries,
|
'binaries': binaries,
|
||||||
'lockable': lockable,
|
'lockable': lockable,
|
||||||
'st': status,
|
'st': status,
|
||||||
|
'stat': status,
|
||||||
'status': status,
|
'status': status,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user