tests/test-diffdir
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 26 Dec 2006 21:57:20 +0100
changeset 4008 6e0cb0790e23
parent 3822 000d122071b5
child 4167 4574a8cb080f
permissions -rwxr-xr-x
mq: fix strip failing to unlink a bundle os.unlink doesn't know how to deal with urls

#!/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