tests/test-lock-badness
branchstable
changeset 12795 3cb0559e44d0
parent 12793 469850088fc1
parent 12794 6bf8d48bec8e
child 12796 bc69ba99e34b
equal deleted inserted replaced
12793:469850088fc1 12795:3cb0559e44d0
     1 #!/bin/sh
       
     2 
       
     3 hg init a
       
     4 echo a > a/a
       
     5 hg --cwd a ci -A -m a
       
     6 hg clone a b
       
     7 echo b > b/b
       
     8 hg --cwd b ci -A -m b
       
     9 chmod 100 a/.hg/store
       
    10 hg --cwd b push ../a
       
    11 chmod 700 a/.hg/store