tests/test-requires
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Sat, 22 Aug 2009 19:40:15 +0200
changeset 9387 20ed9909dbd9
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
templatefilters: indent: do not compute text.endswith('\n') in each iteration

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