tests/test-diffdir
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Tue, 17 Oct 2006 17:04:25 -0300
changeset 3434 bf10cd8bc981
parent 3199 096f1c73cdc3
child 3825 000d122071b5
permissions -rwxr-xr-x
use ui.readsections in the notify extension

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