##// END OF EJS Templates
test-mq-pull-from-bundle: don't print the contents of $HGRCPATH
test-mq-pull-from-bundle: don't print the contents of $HGRCPATH

File last commit:

r6113:8ca25589 default
r6159:bc784304 default
Show More
test-inherit-mode.out
54 lines | 1.4 KiB | text/plain | TextLexer
/ tests / test-inherit-mode.out
Alexis S. L. Carvalho
add test-inherit-mode
r6064 % before commit
% store can be written by the group, other files cannot
% store is setgid
00700 ./.hg/
00600 ./.hg/00changelog.i
00600 ./.hg/requires
Alexis S. L. Carvalho
try to fix test-inherit-mode on HFS+...
r6113 00770 ./.hg/store/
Alexis S. L. Carvalho
add test-inherit-mode
r6064
% after commit
% working dir files can only be written by the owner
% files created in .hg can be written by the group
Alexis S. L. Carvalho
make the journal/undo files from transactions inherit the mode from .hg/store
r6065 % (in particular, store/**, dirstate, branch.cache, undo files)
Alexis S. L. Carvalho
add test-inherit-mode
r6064 % new directories are setgid
00700 ./.hg/
00600 ./.hg/00changelog.i
00660 ./.hg/dirstate
00600 ./.hg/requires
Alexis S. L. Carvalho
try to fix test-inherit-mode on HFS+...
r6113 00770 ./.hg/store/
Alexis S. L. Carvalho
add test-inherit-mode
r6064 00660 ./.hg/store/00changelog.i
00660 ./.hg/store/00manifest.i
Alexis S. L. Carvalho
try to fix test-inherit-mode on HFS+...
r6113 00770 ./.hg/store/data/
00770 ./.hg/store/data/dir/
Alexis S. L. Carvalho
add test-inherit-mode
r6064 00660 ./.hg/store/data/dir/bar.i
00660 ./.hg/store/data/foo.i
Alexis S. L. Carvalho
make the journal/undo files from transactions inherit the mode from .hg/store
r6065 00660 ./.hg/store/undo
Alexis S. L. Carvalho
add test-inherit-mode
r6064 00660 ./.hg/undo.branch
00660 ./.hg/undo.dirstate
00700 ./dir/
00600 ./dir/bar
00600 ./foo
% before push
% group can write everything
00770 ../push/.hg/
00660 ../push/.hg/00changelog.i
00660 ../push/.hg/requires
00770 ../push/.hg/store/
% after push
% group can still write everything
00770 ../push/.hg/
00660 ../push/.hg/00changelog.i
00660 ../push/.hg/branch.cache
00660 ../push/.hg/requires
00770 ../push/.hg/store/
00660 ../push/.hg/store/00changelog.i
00660 ../push/.hg/store/00manifest.i
00770 ../push/.hg/store/data/
00770 ../push/.hg/store/data/dir/
00660 ../push/.hg/store/data/dir/bar.i
00660 ../push/.hg/store/data/foo.i
Alexis S. L. Carvalho
make the journal/undo files from transactions inherit the mode from .hg/store
r6065 00660 ../push/.hg/store/undo
Alexis S. L. Carvalho
add test-inherit-mode
r6064 00660 ../push/.hg/undo.branch
00660 ../push/.hg/undo.dirstate