tests/test-diffdir
author Adrian Buehlmann <adrian@cadifra.com>
Sun, 04 Apr 2010 02:39:45 +0200
changeset 10828 1aa9464ce9ae
parent 4180 f80cf8b7bbd9
permissions -rwxr-xr-x
wix: refactor and new guids.wxi

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