tests/test-basic
author Benoit Allard <benoit@aeteurope.nl>
Tue, 25 Nov 2008 22:51:10 +0100
changeset 7407 7b2a77b20964
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
coal/paper: display branch names in log

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