contrib/git-viz/git-cat-file
author Christian Ebert <blacktrash@gmx.net>
Thu, 28 Jan 2010 10:38:29 +0000
branchstable
changeset 10283 2ae7f001b61d
parent 406 d8abb687d501
permissions -rw-r--r--
hgrc.5: whether bcc is prompted for is up to the extension There is no code in mail.py that forbids an extension to prompt for bcc.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
406
d8abb687d501 [PATCH] Using monotone-viz/git-viz with mercurial
mpm@selenic.com
parents:
diff changeset
     1
#!/bin/sh
d8abb687d501 [PATCH] Using monotone-viz/git-viz with mercurial
mpm@selenic.com
parents:
diff changeset
     2
d8abb687d501 [PATCH] Using monotone-viz/git-viz with mercurial
mpm@selenic.com
parents:
diff changeset
     3
op=`basename $0 | sed -e 's/^git-//'`
d8abb687d501 [PATCH] Using monotone-viz/git-viz with mercurial
mpm@selenic.com
parents:
diff changeset
     4
exec hgit $op "$@"
d8abb687d501 [PATCH] Using monotone-viz/git-viz with mercurial
mpm@selenic.com
parents:
diff changeset
     5