view tests/test-diff-inverse @ 9798:1ca6314205f3

doc: uppercase first letter in HTML man pages
author Martin Geisler <mg@lazybytes.net>
date Sun, 08 Nov 2009 17:27:01 +0100
parents 3f522d2fa633
children
line wrap: on
line source

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