tests/test-requires
author Mads Kiilerich <mads@kiilerich.com>
Wed, 06 Jan 2010 03:27:15 +0100
branchstable
changeset 10255 26fc868cb8b0
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
mercurial.spec: Alignment with AIX spec by Jim Hague * Require Python 2.4 or later * Note that hgk uses tk - but don't require it * Remove bashism to support ksh * Install mq.el * Handle uncompressed man pages

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