view tests/test-diff-reverse @ 11244:cff6dfe28f02 stable

i18n-pt_BR: added message from 1b8aa9ffa7dc
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Tue, 25 May 2010 13:20:33 -0300
parents 24bc6e414610
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 --reverse -r0 -r1

cat >> a <<EOF
g
h
EOF
hg diff --reverse --nodates