view tests/test-requires @ 10689:3b3bf520b428 stable

mq: don't mention qinit as a "common task" Without -c, it is a no-op (the queue is implicitly initialized by all relevant commands if needed), and queue repositories with -c are an advanced usage of mq, and not otherwise required.
author Cédric Duval <cedricduval@free.fr>
date Sun, 14 Mar 2010 19:17:06 +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