##// END OF EJS Templates
i18n-da: merge with stable
i18n-da: merge with stable

File last commit:

r9857:24bc6e41 default
r11159:8c8a713f merge 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