##// END OF EJS Templates
Hide absolute path from test-no-symlinks output....
Thomas Arendsen Hein -
r5091:fc610626 default
parent child Browse files
Show More
@@ -73,7 +73,7 b" if __name__ == '__main__':"
73 negate = feature.startswith('no-')
73 negate = feature.startswith('no-')
74 if negate:
74 if negate:
75 feature = feature[3:]
75 feature = feature[3:]
76
76
77 if feature not in checks:
77 if feature not in checks:
78 error('hghave: unknown feature: ' + feature)
78 error('hghave: unknown feature: ' + feature)
79 continue
79 continue
@@ -1,11 +1,4 b''
1 % unbundle
1 % unbundle
2 pulling from C:\dev\mercurial\hg\hg-local-stable\tests/test-no-symlinks.hg
3 requesting all changes
4 adding changesets
5 adding manifests
6 adding file changes
7 added 1 changesets with 4 changes to 4 files
8 (run 'hg update' to get a working copy)
9 4 files updated, 0 files merged, 0 files removed, 0 files unresolved
2 4 files updated, 0 files merged, 0 files removed, 0 files unresolved
10 a
3 a
11 d/b
4 d/b
General Comments 0
You need to be logged in to leave comments. Login now