tests/test-basic
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Sat, 06 Feb 2010 19:33:40 +0100
changeset 10349 20356e69710c
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
commands: actually implement --closed for topological heads

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