view contrib/git-viz/git-diff-tree @ 837:a95c9b3fc3bf

Fix performance of hg diff. commands.walk has been refactored. commands.walk's behaviour remains as it was, but there is a new function, commands.makewalk. This returns results that can be passed along to other internal code, in our case dodiff.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 03 Aug 2005 09:10:48 -0800
parents d8abb687d501
children
line wrap: on
line source

#!/bin/sh

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