Mercurial > hg-stable
diff hgext/convert/hg.py @ 6956:12472a240398
i18n: mark strings for translation in convert extension
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Sun, 31 Aug 2008 16:12:02 +0200 |
parents | ebf1462f2145 |
children | 8e7130a10f3b |
line wrap: on
line diff
--- a/hgext/convert/hg.py Sun Aug 31 16:12:02 2008 +0200 +++ b/hgext/convert/hg.py Sun Aug 31 16:12:02 2008 +0200 @@ -177,7 +177,7 @@ def getfilectx(repo, memctx, f): return context.memfilectx(f, data, False, False, None) - self.ui.status("updating tags\n") + self.ui.status(_("updating tags\n")) date = "%s 0" % int(time.mktime(time.gmtime())) extra = {'branch': self.tagsbranch} ctx = context.memctx(self.repo, (tagparent, None), "update tags",