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 |
@@ -18,7 +18,7 b'' | |||||
18 | echo % unbundle |
|
18 | echo % unbundle | |
19 | hg init t |
|
19 | hg init t | |
20 | cd t |
|
20 | cd t | |
21 | hg pull "$TESTDIR/test-no-symlinks.hg" |
|
21 | hg pull -q "$TESTDIR/test-no-symlinks.hg" | |
22 | hg update |
|
22 | hg update | |
23 |
|
23 | |||
24 | cat a.lnk && echo |
|
24 | cat a.lnk && echo | |
@@ -44,4 +44,4 b' hg update' | |||||
44 |
|
44 | |||
45 | cat a.lnk && echo |
|
45 | cat a.lnk && echo | |
46 | cat d/a2.lnk && echo |
|
46 | cat d/a2.lnk && echo | |
47 | cat b2.lnk && echo No newline at end of file |
|
47 | cat b2.lnk && echo |
@@ -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