tests/test-diffdir
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Thu, 15 Feb 2007 08:44:08 -0200
changeset 4090 785ad8cd1d31
parent 3822 000d122071b5
child 4167 4574a8cb080f
permissions -rwxr-xr-x
qclone: don't call reposetup manually

#!/bin/sh

hg init
touch a
hg add a
hg ci -m "a" -d "1000000 0"

echo 123 > b
hg add b
hg diff --nodates

hg diff --nodates -r tip

echo foo > a
hg diff --nodates

hg diff -r ""
hg diff -r tip -r ""

true