tests/test-pull-permission
changeset 12156 4c94b6d0fb1c
parent 3853 c0b449154a90
equal deleted inserted replaced
12155:94ad12aa0530 12156:4c94b6d0fb1c
     3 mkdir a
     3 mkdir a
     4 cd a
     4 cd a
     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"
     9 
     9 
    10 chmod -w .hg/store
    10 chmod -w .hg/store
    11 
    11 
    12 cd ..
    12 cd ..
    13 
    13