tests/test-diffdir
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Mon, 12 Jul 2010 19:04:07 +0900
branchstable
changeset 11537 0a044e5ff489
parent 4180 f80cf8b7bbd9
permissions -rwxr-xr-x
rebase: small cosmetic cleanups

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