tests/test-lock-badness.t
changeset 20969 7a679918ee2b
parent 20653 3bfac190c7cd
child 22047 8fb6844a4ff1
equal deleted inserted replaced
20968:33d5fdd9bd99 20969:7a679918ee2b
    32 
    32 
    33   $ chmod 100 a/.hg/store
    33   $ chmod 100 a/.hg/store
    34 
    34 
    35   $ hg -R b push a
    35   $ hg -R b push a
    36   pushing to a
    36   pushing to a
       
    37   searching for changes
    37   abort: could not lock repository a: Permission denied
    38   abort: could not lock repository a: Permission denied
    38   [255]
    39   [255]
    39 
    40 
    40   $ chmod 700 a/.hg/store
    41   $ chmod 700 a/.hg/store
    41 #endif
    42 #endif