Mercurial > public > mercurial-scm > hg-stable
diff tests/test-inherit-mode.out @ 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 | 8ca25589e960 |
line wrap: on
line diff
--- a/tests/test-inherit-mode.out Sat Feb 09 18:38:54 2008 -0200 +++ b/tests/test-inherit-mode.out Sat Feb 09 18:38:54 2008 -0200 @@ -9,7 +9,7 @@ % after commit % working dir files can only be written by the owner % files created in .hg can be written by the group -% (in particular, store/**, dirstate, branch.cache) +% (in particular, store/**, dirstate, branch.cache, undo files) % new directories are setgid 00700 ./.hg/ 00600 ./.hg/00changelog.i @@ -22,7 +22,7 @@ 02770 ./.hg/store/data/dir/ 00660 ./.hg/store/data/dir/bar.i 00660 ./.hg/store/data/foo.i -00600 ./.hg/store/undo +00660 ./.hg/store/undo 00660 ./.hg/undo.branch 00660 ./.hg/undo.dirstate 00700 ./dir/ @@ -49,6 +49,6 @@ 00770 ../push/.hg/store/data/dir/ 00660 ../push/.hg/store/data/dir/bar.i 00660 ../push/.hg/store/data/foo.i -00600 ../push/.hg/store/undo +00660 ../push/.hg/store/undo 00660 ../push/.hg/undo.branch 00660 ../push/.hg/undo.dirstate