tests/test-basic
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 22 Oct 2008 19:28:37 +0200
changeset 7205 2bee44628c41
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
theme/monoblue: put the search box entirely in the header

#!/bin/sh

mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m test -d "1000000 0"
hg history
hg manifest --debug
hg cat a
hg verify