tests/test-basic
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 18 Oct 2008 20:47:47 +0200
changeset 7138 0df098871e3d
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
test-permission: put sane permissions at the end of the test If we don't do that, we won't delete all directories at the end of the test

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