tests/test-diffdir
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 14 Mar 2010 11:12:07 +0100
changeset 10683 cfbf064f0069
parent 4180 f80cf8b7bbd9
permissions -rwxr-xr-x
mq: qsave creates entries with the left part empty (':patchname')

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