##// END OF EJS Templates
Use chmod 0770 and g+s instead of 02770 which does't work on Solaris 8.
Thomas Arendsen Hein -
r6073:89c70d49 default
parent child Browse files
Show More
@@ -33,7 +33,8 b' umask 077'
33 hg init repo
33 hg init repo
34 cd repo
34 cd repo
35
35
36 chmod 02770 .hg/store
36 chmod 0770 .hg/store
37 chmod g+s .hg/store
37
38
38 echo '% before commit'
39 echo '% before commit'
39 echo '% store can be written by the group, other files cannot'
40 echo '% store can be written by the group, other files cannot'
General Comments 0
You need to be logged in to leave comments. Login now