tests/test-diffdir
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 29 Jul 2007 19:32:55 +0200
changeset 5028 36e8983fe44d
parent 4208 f80cf8b7bbd9
permissions -rwxr-xr-x
test-convert: Hide warning about missing subversion bindings.

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