diff mercurial/merge.py @ 21170:ea3972243320 stable

merge: fix stray character in bid merge message
author Mads Kiilerich <madski@unity3d.com>
date Mon, 21 Apr 2014 20:22:14 +0200
parents 355058ad8405
children 33737ebc6f39
line wrap: on
line diff
--- a/mercurial/merge.py	Mon Apr 21 20:18:42 2014 +0200
+++ b/mercurial/merge.py	Mon Apr 21 20:22:14 2014 +0200
@@ -782,7 +782,7 @@
                 repo.ui.note('  %s: %s\n' % (f, a[1]))
             # Pick random action. TODO: Instead, prompt user when resolving
             a0 = bidsl[0]
-            repo.ui.warn(_(' %s: ambiguous merge - picked %s action)\n') %
+            repo.ui.warn(_(' %s: ambiguous merge - picked %s action\n') %
                          (f, a0[1]))
             actions.append(a0)
             continue