comparison tests/test-inherit-mode @ 6065:53ed9b40cfc4

make the journal/undo files from transactions inherit the mode from .hg/store
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Sat, 09 Feb 2008 18:38:54 -0200
parents c608f67a87c0
children 89c70d496175
comparison
equal deleted inserted replaced
6064:c608f67a87c0 6065:53ed9b40cfc4
46 46
47 echo 47 echo
48 echo '% after commit' 48 echo '% after commit'
49 echo '% working dir files can only be written by the owner' 49 echo '% working dir files can only be written by the owner'
50 echo '% files created in .hg can be written by the group' 50 echo '% files created in .hg can be written by the group'
51 echo '% (in particular, store/**, dirstate, branch.cache)' 51 echo '% (in particular, store/**, dirstate, branch.cache, undo files)'
52 echo '% new directories are setgid' 52 echo '% new directories are setgid'
53 python ../printmodes.py . 53 python ../printmodes.py .
54 54
55 umask 007 55 umask 007
56 hg init ../push 56 hg init ../push