contrib/git-viz/git-diff-tree
author mcmillen@cs.cmu.edu
Fri, 24 Mar 2006 20:18:02 +0100
changeset 2003 62647394e368
parent 406 d8abb687d501
permissions -rw-r--r--
Implementation of per-user .hgignore. Reference: http://www.selenic.com/mercurial/bts/issue166 If the [ui] section of .hgrc contains keys like "ignore" or "ignore.something", the values corresponding to these keys are treated as per-user hgignore files. These hgignore files apply to all repositories used by that user.

#!/bin/sh

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