tests/test-diffdir
author Brendan Cully <brendan@kublai.com>
Thu, 05 Jul 2007 19:47:04 -0700
changeset 5096 04c1474ccddd
parent 4208 f80cf8b7bbd9
permissions -rwxr-xr-x
gitweb: add notfound template

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