##// END OF EJS Templates
graphlog: don't pass filectxs to the templater (issue1896)
graphlog: don't pass filectxs to the templater (issue1896)

File last commit:

r9725:3f522d2f default
r9727:d00cee04 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