Show More
@@ -782,7 +782,7 b' def calculateupdates(repo, wctx, mctx, a' | |||||
782 | repo.ui.note(' %s: %s\n' % (f, a[1])) |
|
782 | repo.ui.note(' %s: %s\n' % (f, a[1])) | |
783 | # Pick random action. TODO: Instead, prompt user when resolving |
|
783 | # Pick random action. TODO: Instead, prompt user when resolving | |
784 | a0 = bidsl[0] |
|
784 | a0 = bidsl[0] | |
785 |
repo.ui.warn(_(' %s: ambiguous merge - picked %s action |
|
785 | repo.ui.warn(_(' %s: ambiguous merge - picked %s action\n') % | |
786 | (f, a0[1])) |
|
786 | (f, a0[1])) | |
787 | actions.append(a0) |
|
787 | actions.append(a0) | |
788 | continue |
|
788 | continue |
@@ -327,7 +327,7 b' http://stackoverflow.com/questions/93500' | |||||
327 | x: multiple merge bids: |
|
327 | x: multiple merge bids: | |
328 | x: m |
|
328 | x: m | |
329 | x: m |
|
329 | x: m | |
330 |
x: ambiguous merge - picked m action |
|
330 | x: ambiguous merge - picked m action | |
331 | end of auction |
|
331 | end of auction | |
332 |
|
332 | |||
333 | merging x |
|
333 | merging x |
General Comments 0
You need to be logged in to leave comments.
Login now