tests/test-diffdir
author Zhigang Wang <w1z2g3@gmail.com>
Wed, 18 Nov 2009 20:14:17 +0100
changeset 9882 b3b57ecbda50
parent 4180 f80cf8b7bbd9
permissions -rwxr-xr-x
gitweb: add a latest link to the gitweb style

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