tests/test-pull-permission
author Edouard Gomez <ed.gomez@free.fr>
Wed, 23 Aug 2006 00:19:24 +0200
changeset 3009 abcd6ae3cf5a
parent 1933 7544700fd931
child 3853 c0b449154a90
permissions -rwxr-xr-x
Fix hgk extension due to 4ec58b157265 refactoring

#!/bin/sh

mkdir a
cd a
hg init
echo foo > b
hg add b
hg ci -m "b" -d "1000000 0"

chmod -w .hg

cd ..

hg clone a b

chmod +w a/.hg # let test clean up

cd b
hg verify