view tests/test-diff-reverse @ 11620:86b49e0083a7

protocol: do not translate error messages on the remote side
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Fri, 16 Jul 2010 23:02:46 +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