view contrib/git-viz/git-rev-tree @ 1520:95ee4f12fbd9

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'.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 09 Nov 2005 22:31:18 +0100
parents d8abb687d501
children
line wrap: on
line source

#!/bin/sh

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