Show More
@@ -781,9 +781,9 b' def calculateupdates(repo, wctx, mctx, a' | |||||
781 | continue |
|
781 | continue | |
782 | # TODO: Consider other simple actions such as mode changes |
|
782 | # TODO: Consider other simple actions such as mode changes | |
783 | # Handle inefficient democrazy. |
|
783 | # Handle inefficient democrazy. | |
784 |
repo.ui.note(_(' %s: multiple merge |
|
784 | repo.ui.note(_(' %s: multiple bids for merge action:\n') % f) | |
785 | for a in bidsl: |
|
785 | for _f, m, args, msg in bidsl: | |
786 |
repo.ui.note(' %s |
|
786 | repo.ui.note(' %s -> %s\n' % (msg, m)) | |
787 | # Pick random action. TODO: Instead, prompt user when resolving |
|
787 | # Pick random action. TODO: Instead, prompt user when resolving | |
788 | a0 = bidsl[0] |
|
788 | a0 = bidsl[0] | |
789 | repo.ui.warn(_(' %s: ambiguous merge - picked %s action\n') % |
|
789 | repo.ui.warn(_(' %s: ambiguous merge - picked %s action\n') % |
@@ -330,9 +330,9 b' http://stackoverflow.com/questions/93500' | |||||
330 | resolving manifests |
|
330 | resolving manifests | |
331 |
|
331 | |||
332 | auction for merging merge bids |
|
332 | auction for merging merge bids | |
333 |
x: multiple merge |
|
333 | x: multiple bids for merge action: | |
334 | x: m |
|
334 | versions differ -> m | |
335 | x: m |
|
335 | versions differ -> m | |
336 | x: ambiguous merge - picked m action |
|
336 | x: ambiguous merge - picked m action | |
337 | end of auction |
|
337 | end of auction | |
338 |
|
338 |
General Comments 0
You need to be logged in to leave comments.
Login now