diff -r 5db105f216c3 -r 9658a79968c6 mercurial/patch.py --- a/mercurial/patch.py Tue Apr 01 02:46:03 2014 +0900 +++ b/mercurial/patch.py Tue Apr 01 02:46:03 2014 +0900 @@ -711,7 +711,7 @@ if self.exists and self.create: if self.copysource: self.ui.warn(_("cannot create %s: destination already " - "exists\n" % self.fname)) + "exists\n") % self.fname) else: self.ui.warn(_("file %s already exists\n") % self.fname) self.rej.append(h)