tests/test-basic
author Emanuele Aina <em@nerd.ocracy.org>
Fri, 11 May 2007 17:05:44 +0200
changeset 4462 a73cf208b2a0
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
purge: add --include and --exclude options

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