##// END OF EJS Templates
fix a bug where hg could remove file ending with .tmp...
fix a bug where hg could remove file ending with .tmp util.opener used a fixed filename for writing tempfile instead of using the tempfile module.

File last commit:

r406:d8abb687 default
r1479:1a3c6689 default
Show More
git-rev-tree
5 lines | 69 B | text/plain | TextLexer
mpm@selenic.com
[PATCH] Using monotone-viz/git-viz with mercurial...
r406 #!/bin/sh
op=`basename $0 | sed -e 's/^git-//'`
exec hgit $op "$@"