summaryrefslogtreecommitdiff
path: root/tests/test-tags.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-tags.t')
-rw-r--r--tests/test-tags.t6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/test-tags.t b/tests/test-tags.t
index 557c076..798fd01 100644
--- a/tests/test-tags.t
+++ b/tests/test-tags.t
@@ -75,13 +75,11 @@ Repeat with cold tag cache:
And again, but now unable to write tag cache:
-#if unix-permissions
$ rm -f .hg/cache/tags
$ chmod 555 .hg
$ hg identify
b9154636be93 tip
$ chmod 755 .hg
-#endif
Create a branch:
@@ -137,6 +135,8 @@ Add invalid tags:
$ echo >> .hgtags
$ echo "foo bar" >> .hgtags
$ echo "a5a5 invalid" >> .hg/localtags
+ $ echo "committing .hgtags:"
+ committing .hgtags:
$ cat .hgtags
acb14030fe0a21b60322c440ad2d20cf7685a376 first
spam
@@ -380,5 +380,3 @@ to remove a tag of type X which actually only exists as a type Y:
tip 1:a0b6fe111088
localtag 0:bbd179dfa0a7 local
globaltag 0:bbd179dfa0a7
-
- $ cd ..