tests/test-diffdir
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 19 Feb 2010 02:23:38 +0100
branchstable
changeset 10510 f77f3383c666
parent 4180 f80cf8b7bbd9
permissions -rwxr-xr-x
i18n: mark more strings for translation

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