tests/test-diffdir
author Christoph Spiel <cspiel@freenet.de>
Thu, 27 Sep 2007 23:58:54 -0500
changeset 5364 5737845fd974
parent 4208 f80cf8b7bbd9
permissions -rwxr-xr-x
bdiff: simple splitlines optimization

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