Show More
@@ -20,6 +20,8 b' if [ -h a ]; then' | |||||
20 | $TESTDIR/readlink.py a |
|
20 | $TESTDIR/readlink.py a | |
21 | elif [ -x a ]; then |
|
21 | elif [ -x a ]; then | |
22 | echo a is executable |
|
22 | echo a is executable | |
|
23 | else | |||
|
24 | echo "a has no flags (default for conflicts)" | |||
23 | fi |
|
25 | fi | |
24 |
|
26 | |||
25 | hg update -C 1 |
|
27 | hg update -C 1 | |
@@ -32,7 +34,6 b' if [ -h a ]; then' | |||||
32 | $TESTDIR/readlink.py a |
|
34 | $TESTDIR/readlink.py a | |
33 | elif [ -x a ]; then |
|
35 | elif [ -x a ]; then | |
34 | echo a is executable |
|
36 | echo a is executable | |
|
37 | else | |||
|
38 | echo "a has no flags (default for conflicts)" | |||
35 | fi |
|
39 | fi | |
36 |
|
||||
37 | echo "skipped: test is for a known, unfixed bug" |
|
|||
38 | exit 80 |
|
@@ -1,1 +1,22 b'' | |||||
1 | ### This test is for a known, unfixed bug ### |
|
1 | adding a | |
|
2 | 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |||
|
3 | resolving manifests | |||
|
4 | overwrite None partial False | |||
|
5 | ancestor c334dc3be0da local 521a1e40188f+ remote 3574f3e69b1c | |||
|
6 | searching for copies back to rev 1 | |||
|
7 | a: update permissions -> e | |||
|
8 | 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |||
|
9 | (branch merge, don't forget to commit) | |||
|
10 | % symlink is local parent, executable is other | |||
|
11 | a has no flags (default for conflicts) | |||
|
12 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |||
|
13 | resolving manifests | |||
|
14 | overwrite None partial False | |||
|
15 | ancestor c334dc3be0da local 3574f3e69b1c+ remote 521a1e40188f | |||
|
16 | searching for copies back to rev 1 | |||
|
17 | a: remote is newer -> g | |||
|
18 | getting a | |||
|
19 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |||
|
20 | (branch merge, don't forget to commit) | |||
|
21 | % symlink is other parent, executable is local | |||
|
22 | a has no flags (default for conflicts) |
General Comments 0
You need to be logged in to leave comments.
Login now