tests/test-requires
author Matt Mackall <mpm@selenic.com>
Mon, 11 Feb 2008 16:13:43 -0600
changeset 6074 59a9dc9562e2
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
ignore: split up huge patterns Some versions of Python silently mishandle large regexes, so split them up at a conservative 20k.

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