tests/test-pull-permission
author Adrian Buehlmann <adrian@cadifra.com>
Sun, 12 Sep 2010 11:52:13 +0200
changeset 12259 7b05cb9ac6d2
parent 12156 4c94b6d0fb1c
permissions -rwxr-xr-x
tests: unify test-merge-prompt

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