tests/test-diffdir
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 31 Aug 2007 12:54:07 +0200
changeset 5273 4287590a63af
parent 4208 f80cf8b7bbd9
permissions -rwxr-xr-x
Fix \ inside ` problem in test-convert-svn (avoids code duplication, too)

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