##// END OF EJS Templates
merge: fix a bug detecting directory moves...
merge: fix a bug detecting directory moves When all the files in a directory are moved, it may be incorrectly marked as moved even if it contains subdirectories.

File last commit:

r406:d8abb687 default
r4397:9fe267f7 default
Show More
git-diff-tree
5 lines | 69 B | text/plain | TextLexer
#!/bin/sh
op=`basename $0 | sed -e 's/^git-//'`
exec hgit $op "$@"