view tests/test-diff-reverse @ 11760:46039b2af349

zsh completions: add qpush --move option
author Yuya Nishihara <yuya@tcha.org>
date Sat, 07 Aug 2010 15:32:33 +0900
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