author | Martin Geisler <mg@daimi.au.dk> |
Sun, 31 Aug 2008 16:12:03 +0200 | |
changeset 6966 | 057ced2b8543 |
parent 6965 | 98abbcf9fbdf |
child 6967 | a04d8cadb6af |
--- 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-')