comparison tests/test-pull-permission @ 3854:4f6db0233606

Merge Benoit's .hg/store support
author Matt Mackall <mpm@selenic.com>
date Sun, 10 Dec 2006 02:11:02 -0600
parents c0b449154a90
children 4c94b6d0fb1c
comparison
equal deleted inserted replaced
3848:8cbf060f637e 3854:4f6db0233606
5 hg init 5 hg init
6 echo foo > b 6 echo foo > b
7 hg add b 7 hg add b
8 hg ci -m "b" -d "1000000 0" 8 hg ci -m "b" -d "1000000 0"
9 9
10 chmod -w .hg 10 chmod -w .hg/store
11 11
12 cd .. 12 cd ..
13 13
14 hg clone a b 14 hg clone a b
15 15
16 chmod +w a/.hg # let test clean up 16 chmod +w a/.hg/store # let test clean up
17 17
18 cd b 18 cd b
19 hg verify 19 hg verify