tests/test-diffdir
author Matt Mackall <mpm@selenic.com>
Tue, 19 Dec 2006 16:38:14 -0600
changeset 3941 d0bbd8ee50c7
parent 3822 000d122071b5
child 4167 4574a8cb080f
permissions -rwxr-xr-x
Move test suite docs to the wiki

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