##// END OF EJS Templates
Issue919: add a standard extension to recreate hardlinks between repositories....
Issue919: add a standard extension to recreate hardlinks between repositories. Having to run a standalone Python script from the contrib dir is a nuisance. Also makes various improvements to locking, file discovery, etc. Should also update: http://www.selenic.com/mercurial/wiki/index.cgi/RecreateHardlinksBetweenRepositories

File last commit:

r9725:3f522d2f default
r9729:aa9ccab5 default
Show More
test-diff-inverse
24 lines | 176 B | text/plain | TextLexer
/ tests / test-diff-inverse
Yannick Gingras
diff: add --inverse option...
r9725 #!/bin/sh
hg init
cat > a <<EOF
a
b
c
EOF
hg ci -Am adda
cat > a <<EOF
d
e
f
EOF
hg ci -m moda
hg diff --inverse -r0 -r1
cat >> a <<EOF
g
h
EOF
hg diff --inverse --nodates