tests/test-diffdir
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Mon, 29 Jun 2009 01:27:34 +0900
changeset 9351 206f7f4c5c2a
parent 4180 f80cf8b7bbd9
permissions -rwxr-xr-x
inotify: client: no repo use

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