contrib/git-viz/git-diff-tree
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 16 Nov 2006 08:51:22 +0100
changeset 3671 86d3f966201d
parent 406 d8abb687d501
permissions -rw-r--r--
Use nullrev+count instead of count-1 in a newly introduced expression. Before that repo.changelog.tip() was used, but this yields a node. Of course many more places should be changed like this, this was just done as an example.

#!/bin/sh

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