view tests/test-requires @ 7776:34ff1a1b5dd7

hgk: select first changeset at startup (issue1382)
author Martin Geisler <mg@daimi.au.dk>
date Mon, 16 Feb 2009 01:41:01 +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