view tests/test-requires @ 4052:a8a8ecf909db

Adjust documentation for 78a0dd93db0b (empty username to force specifying it)
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 25 Jan 2007 17:57:51 +0100
parents 8f18e31c4441
children
line wrap: on
line source

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