view tests/test-diff-reverse @ 12043:bef5effb3db0

bundle: introduce bundle class
author Matt Mackall <mpm@selenic.com>
date Wed, 25 Aug 2010 16:53:06 -0500
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