Submitter | Mads Kiilerich |
---|---|
Date | April 22, 2014, 12:24 a.m. |
Message ID | <40a0fe8ec313c9cbf903.1398126256@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/4417/ |
State | Accepted |
Commit | 355058ad84056ae6836115960982dffa480d6622 |
Headers | show |
Comments
Patch
diff --git a/mercurial/merge.py b/mercurial/merge.py --- a/mercurial/merge.py +++ b/mercurial/merge.py @@ -777,7 +777,7 @@ def calculateupdates(repo, wctx, mctx, a continue # TODO: Consider other simple actions such as mode changes # Handle inefficient democrazy. - repo.ui.note(_(' %s: multiple merge bids:\n') % (f, m)) + repo.ui.note(_(' %s: multiple merge bids:\n') % f) for a in bidsl: repo.ui.note(' %s: %s\n' % (f, a[1])) # Pick random action. TODO: Instead, prompt user when resolving