tests/test-inherit-mode
changeset 6160 3ee3bc5d06c5
parent 6113 8ca25589e960
child 6301 68cfd7d208a5
equal deleted inserted replaced
6159:bc784304fea1 6160:3ee3bc5d06c5
    52 
    52 
    53 echo
    53 echo
    54 echo '% after commit'
    54 echo '% after commit'
    55 echo '% working dir files can only be written by the owner'
    55 echo '% working dir files can only be written by the owner'
    56 echo '% files created in .hg can be written by the group'
    56 echo '% files created in .hg can be written by the group'
    57 echo '% (in particular, store/**, dirstate, branch.cache, undo files)'
    57 echo '% (in particular, store/**, dirstate, branch cache file, undo files)'
    58 echo '% new directories are setgid'
    58 echo '% new directories are setgid'
    59 python ../printmodes.py .
    59 python ../printmodes.py .
    60 
    60 
    61 umask 007
    61 umask 007
    62 hg init ../push
    62 hg init ../push