contrib/git-viz/git-rev-tree
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 09 Nov 2005 22:31:18 +0100
changeset 1520 95ee4f12fbd9
parent 406 d8abb687d501
permissions -rw-r--r--
Allow ambiguous command shortcut if only an alias for the same command. Currently the only example for this is 'hg o' or 'hg ou' as a shortcut for 'hg out' and 'hg outgoing'.

#!/bin/sh

op=`basename $0 | sed -e 's/^git-//'`
exec hgit $op "$@"