tests/test-diffdir
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Thu, 12 Aug 2010 19:49:58 +0900
changeset 11796 141e2e964705
parent 4180 f80cf8b7bbd9
permissions -rwxr-xr-x
tests: unify test-identify

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