view tests/test-requires @ 12087:a88a4720c2f0

parsebool: create new function and use it for config parsing
author Augie Fackler <durin42@gmail.com>
date Sat, 28 Aug 2010 21:50:35 -0500
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