tests/test-diffdir
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 19 Oct 2006 13:00:02 +0200
changeset 3471 be2bf7263276
parent 3199 096f1c73cdc3
child 3825 000d122071b5
permissions -rwxr-xr-x
Corrected SSH configuration example in pull help.

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