tests/test-diffdir
author Cédric Duval <cedricduval@free.fr>
Tue, 19 May 2009 00:06:19 +0200
changeset 8512 b87e5ad94229
parent 4180 f80cf8b7bbd9
permissions -rwxr-xr-x
patchbomb: minor typo and language fixes

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