tests/test-diff-reverse
author Edouard Gomez <ed.gomez@free.fr>
Fri, 12 Mar 2010 01:23:35 +0100
branchstable
changeset 10665 664bb0ce95ed
parent 9857 24bc6e414610
permissions -rwxr-xr-x
subrepo: forward the push to argument into _abssource

#!/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