tests/test-diffdir
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Sat, 06 Feb 2010 19:38:39 +0100
changeset 10350 fd511e9eeea6
parent 4180 f80cf8b7bbd9
permissions -rwxr-xr-x
commands: do all branch heads by default, demote topological to -t/--topo

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