tests/test-diffdir
author Stephen Darnell <stephen@darnell.plus.com>
Tue, 26 Sep 2006 00:05:24 +0100
changeset 3199 096f1c73cdc3
parent 1933 7544700fd931
child 3825 000d122071b5
permissions -rwxr-xr-x
Add -D/--nodates options to hg diff/export that removes dates from diff headers and replace uses of sed in the tests with --nodates.

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