branch | stable |
changeset 20869 | 9658a79968c6 |
parent 20137 | 9f1d4323c749 |
child 20972 | 4e2fb0ad00a9 |
--- 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)