##// END OF EJS Templates
tests: unify test-diff-ignore-whitespace
tests: unify test-diff-ignore-whitespace

File last commit:

r9857:24bc6e41 default
r12138:aff0b394 default
Show More
test-diff-reverse
24 lines | 176 B | text/plain | TextLexer
#!/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 --reverse -r0 -r1
cat >> a <<EOF
g
h
EOF
hg diff --reverse --nodates