##// END OF EJS Templates
Add --date support to update and revert...
Add --date support to update and revert Add finddate to find the tipmost revision that matches a date spec Add --date option to update Add --date option to revert Don't pass backout's -d option to revert

File last commit:

r406:d8abb687 default
r3814:120be84f 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 "$@"