tests/test-pull-permission
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Wed, 08 Sep 2010 15:18:33 +0200
changeset 12180 45e654e10e1b
parent 12156 4c94b6d0fb1c
permissions -rwxr-xr-x
tests: rename test for better grouping

#!/bin/sh

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

chmod -w .hg/store

cd ..

hg clone a b

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

cd b
hg verify