tests/test-basic
author Andrei Vermel <avermel@mail.ru>
Tue, 06 Feb 2007 00:09:36 +0300
changeset 4067 c620376b8fd6
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
Fix wrong module reference in copyfile exception

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