Mercurial > public > mercurial-scm > hg-stable
diff hgext/largefiles/lfcommands.py @ 16231:ce292f1379ba stable
i18n: fix all remaining uses of % inside _()
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 08 Mar 2012 13:35:27 -0600 |
parents | 8435fa20dff9 |
children | d87d9d8a8e03 |
line wrap: on
line diff
--- a/hgext/largefiles/lfcommands.py Wed Mar 07 23:21:11 2012 +0000 +++ b/hgext/largefiles/lfcommands.py Thu Mar 08 13:35:27 2012 -0600 @@ -309,7 +309,7 @@ newdata.append('%s %s\n' % (node.hex(revmap[newid]), name)) except KeyError: - ui.warn(_('no mapping for id %s\n' % id)) + ui.warn(_('no mapping for id %s\n') % id) continue return ''.join(newdata)