view contrib/git-viz/git-rev-tree @ 3806:45a751d73080

zsh: fix completions with relative paths hg add ../foo/bar[TAB] now does what you expect
author Steve Borho <steve@borho.org>
date Tue, 05 Dec 2006 21:35:44 -0600
parents d8abb687d501
children
line wrap: on
line source

#!/bin/sh

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