equal
deleted
inserted
replaced
32 $ for item in `find other | sort -r` ; do |
32 $ for item in `find other | sort -r` ; do |
33 > chmod a-r $item |
33 > chmod a-r $item |
34 > done |
34 > done |
35 |
35 |
36 $ hg id ssh://user@dummy/other |
36 $ hg id ssh://user@dummy/other |
37 remote: abort: Permission denied: $TESTTMP/other/.hg/requires |
37 remote: abort: Permission denied: '$TESTTMP/other/.hg/requires' |
38 abort: no suitable response from remote hg! |
38 abort: no suitable response from remote hg! |
39 [255] |
39 [255] |
40 |
40 |
41 directory toward the repository is read only |
41 directory toward the repository is read only |
42 -------------------------------------------- |
42 -------------------------------------------- |