##// 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 1 Helper functions:
4 2
5 3 $ cacheexists() {
@@ -77,11 +75,13 b' Repeat with cold tag cache:'
77 75
78 76 And again, but now unable to write tag cache:
79 77
78 #if unix-permissions
80 79 $ rm -f .hg/cache/tags
81 80 $ chmod 555 .hg
82 81 $ hg identify
83 82 b9154636be93 tip
84 83 $ chmod 755 .hg
84 #endif
85 85
86 86 Create a branch:
87 87
General Comments 0
You need to be logged in to leave comments. Login now