Show More
@@ -105,6 +105,50 b' Symlink is other parent, executable is l' | |||||
105 | a is an executable file with content: |
|
105 | a is an executable file with content: | |
106 | a |
|
106 | a | |
107 |
|
107 | |||
|
108 | $ hg update -C 1 | |||
|
109 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |||
|
110 | ||||
|
111 | $ hg merge --debug --tool :merge-local | |||
|
112 | searching for copies back to rev 1 | |||
|
113 | resolving manifests | |||
|
114 | branchmerge: True, force: False, partial: False | |||
|
115 | ancestor: c334dc3be0da, local: 3574f3e69b1c+, remote: 521a1e40188f | |||
|
116 | preserving a for resolve of a | |||
|
117 | a: versions differ -> m (premerge) | |||
|
118 | picked tool ':merge-local' for a (binary False symlink True) | |||
|
119 | merging a | |||
|
120 | my a@3574f3e69b1c+ other a@521a1e40188f ancestor a@c334dc3be0da | |||
|
121 | warning: :merge-local cannot merge symlinks for a | |||
|
122 | 0 files updated, 0 files merged, 0 files removed, 1 files unresolved | |||
|
123 | use 'hg resolve' to retry unresolved file merges or 'hg update -C .' to abandon | |||
|
124 | [1] | |||
|
125 | ||||
|
126 | $ tellmeabout a | |||
|
127 | a is an executable file with content: | |||
|
128 | a | |||
|
129 | ||||
|
130 | $ hg update -C 1 | |||
|
131 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |||
|
132 | ||||
|
133 | $ hg merge --debug --tool :merge-other | |||
|
134 | searching for copies back to rev 1 | |||
|
135 | resolving manifests | |||
|
136 | branchmerge: True, force: False, partial: False | |||
|
137 | ancestor: c334dc3be0da, local: 3574f3e69b1c+, remote: 521a1e40188f | |||
|
138 | preserving a for resolve of a | |||
|
139 | a: versions differ -> m (premerge) | |||
|
140 | picked tool ':merge-other' for a (binary False symlink True) | |||
|
141 | merging a | |||
|
142 | my a@3574f3e69b1c+ other a@521a1e40188f ancestor a@c334dc3be0da | |||
|
143 | warning: :merge-other cannot merge symlinks for a | |||
|
144 | 0 files updated, 0 files merged, 0 files removed, 1 files unresolved | |||
|
145 | use 'hg resolve' to retry unresolved file merges or 'hg update -C .' to abandon | |||
|
146 | [1] | |||
|
147 | ||||
|
148 | $ tellmeabout a | |||
|
149 | a is an executable file with content: | |||
|
150 | a | |||
|
151 | ||||
108 | Update to link without local change should get us a symlink (issue3316): |
|
152 | Update to link without local change should get us a symlink (issue3316): | |
109 |
|
153 | |||
110 | $ hg up -C 0 |
|
154 | $ hg up -C 0 |
General Comments 0
You need to be logged in to leave comments.
Login now