tests/test-diffdir
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 07 Nov 2008 13:22:41 +0100
changeset 7331 650e9d6988cb
parent 4180 f80cf8b7bbd9
permissions -rwxr-xr-x
Keep sessionvars with repository links added in a0843c82d1a2 Without this, e.g. "?style=coal" would be dropped.

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