view tests/test-diff-reverse @ 10307:b0298eaaeaf7

merge with i18n stable
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Mon, 01 Feb 2010 11:11:30 -0200
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