tests/test-pull-permission
author Lee Cantey <lcantey@gmail.com>
Mon, 18 Jun 2007 15:03:55 -0700
changeset 4626 eb99af2d845e
parent 3853 c0b449154a90
permissions -rwxr-xr-x
Fix for demandimport.py and Windows compiled version. From Shun-ichi Goto in BTS issue 457 http://www.selenic.com/mercurial/bts/msg2780

#!/bin/sh

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

chmod -w .hg/store

cd ..

hg clone a b

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

cd b
hg verify