##// END OF EJS Templates
test-tags: enable for Windows...
Adrian Buehlmann -
r16857:1415edd8 default
parent child Browse files
Show More
@@ -1,5 +1,3 b''
1 $ "$TESTDIR/hghave" unix-permissions || exit 80
2
3 Helper functions:
1 Helper functions:
4
2
5 $ cacheexists() {
3 $ cacheexists() {
@@ -77,11 +75,13 b' Repeat with cold tag cache:'
77
75
78 And again, but now unable to write tag cache:
76 And again, but now unable to write tag cache:
79
77
78 #if unix-permissions
80 $ rm -f .hg/cache/tags
79 $ rm -f .hg/cache/tags
81 $ chmod 555 .hg
80 $ chmod 555 .hg
82 $ hg identify
81 $ hg identify
83 b9154636be93 tip
82 b9154636be93 tip
84 $ chmod 755 .hg
83 $ chmod 755 .hg
84 #endif
85
85
86 Create a branch:
86 Create a branch:
87
87
General Comments 0
You need to be logged in to leave comments. Login now