tests/test-basic
author Robin Farine <robin.farine@terminus.org>
Tue, 08 Nov 2005 10:35:09 -0800
changeset 1513 5c3b93b244aa
parent 814 0902ffece4b4
child 1933 7544700fd931
permissions -rwxr-xr-x
copy & rename don't overwrite unless --force is specified

#!/bin/sh

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