view tests/test-requires @ 9784:54d292da1df7

hgrc.5: do not mention "name: value" syntax This was supported in versions prior to 1.3 where we used the standard Python ConfigParser. The new config parser never supported it.
author Martin Geisler <mg@lazybytes.net>
date Sat, 07 Nov 2009 18:47:04 +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