Mercurial > hg-stable
changeset 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 | b743077db69a |
children | 33737ebc6f39 |
files | mercurial/merge.py tests/test-merge-criss-cross.t |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
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