tests/test-diff-reverse
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Mon, 21 Dec 2009 20:19:21 +0100
changeset 10107 c03f467423f3
parent 9857 24bc6e414610
permissions -rwxr-xr-x
bookmarks: repo._bookmarkcurrent should be a propertycache

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