changeset 6966 | 057ced2b8543 |
parent 6762 | f67d1468ac50 |
child 7280 | 810ca383da9c |
--- a/hgext/transplant.py Sun Aug 31 16:12:03 2008 +0200 +++ b/hgext/transplant.py Sun Aug 31 16:12:03 2008 +0200 @@ -169,7 +169,7 @@ def filter(self, filter, changelog, patchfile): '''arbitrarily rewrite changeset before applying it''' - self.ui.status('filtering %s\n' % patchfile) + self.ui.status(_('filtering %s\n') % patchfile) user, date, msg = (changelog[1], changelog[2], changelog[4]) fd, headerfile = tempfile.mkstemp(prefix='hg-transplant-')