Show More
@@ -173,7 +173,7 b' def manifestmerge(repo, p1, p2, pa, over' | |||||
173 | if m and m != a: # changed from a to m |
|
173 | if m and m != a: # changed from a to m | |
174 | return m |
|
174 | return m | |
175 | if n and n != a: # changed from a to n |
|
175 | if n and n != a: # changed from a to n | |
176 |
if (n == 'l' or a == 'l') and m1 |
|
176 | if (n == 'l' or a == 'l') and m1.get(f) != ma.get(f): | |
177 | # can't automatically merge symlink flag when there |
|
177 | # can't automatically merge symlink flag when there | |
178 | # are file-level conflicts here, let filemerge take |
|
178 | # are file-level conflicts here, let filemerge take | |
179 | # care of it |
|
179 | # care of it |
General Comments 0
You need to be logged in to leave comments.
Login now