view tests/test-requires @ 5939:56e8a54bf71d

graphlog: add test for filelog graph
author Steve Borho <steve@borho.org>
date Fri, 25 Jan 2008 10:35:04 -0600
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