From 9ecc2d9657e7ea1586ed11988b83e88f8eff2c7d Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 22 Feb 2012 10:03:46 -0500 Subject: [PATCH] jsvn: handle "di" and "stat" command abbreviations --- jsvn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jsvn b/jsvn index 60d8b34..9d168a3 100755 --- a/jsvn +++ b/jsvn @@ -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, }