tests/test-requires
author Doug Philips <dgou@mac.com>
Thu, 07 Aug 2008 09:31:42 +0200
changeset 6865 d923a051f84c
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
Let the notify extension use [diff] options too.

#!/bin/sh

mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m test -d "1000000 0"
rm .hg/requires
hg tip
echo indoor-pool > .hg/requires
hg tip

true