tests/test-diffdir
author Brendan Cully <brendan@kublai.com>
Wed, 20 Jun 2007 18:09:40 -0700
changeset 4651 7176f278d6f9
parent 4208 f80cf8b7bbd9
permissions -rwxr-xr-x
Test attempt to remove nonexistent tag

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