tests/test-diffdir
author Cédric Duval <cedricduval@free.fr>
Mon, 18 May 2009 23:59:22 +0200
changeset 8510 f3ad1ed099e1
parent 4180 f80cf8b7bbd9
permissions -rwxr-xr-x
patchbomb: fix inexact description of the messages threading Each message refers only to the first of the series.

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