tests/test-basic
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Sat, 10 Mar 2007 22:03:20 -0300
changeset 4171 7b5723c95a82
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
Save an absolute path in repo.path This should keep things working if the process changes directories after creating a repo object.

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