tests/test-diffdir
author Patrick Mezard <pmezard@gmail.com>
Wed, 03 Oct 2007 21:08:37 +0200
changeset 5360 ac2ccdcf4539
parent 4208 f80cf8b7bbd9
permissions -rwxr-xr-x
Merge with crew-stable

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