Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 6953:63b5f4c73c98
i18n: mark strings for translation in Mercurial
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Sun, 31 Aug 2008 16:12:02 +0200 |
parents | 359e93ceee3a |
children | 6c4a08270222 |
line wrap: on
line diff
--- a/mercurial/commands.py Sun Aug 31 16:12:02 2008 +0200 +++ b/mercurial/commands.py Sun Aug 31 16:12:02 2008 +0200 @@ -2129,7 +2129,7 @@ cmdutil.setremoteconfig(ui, opts) other = hg.repository(ui, dest) - ui.status('pushing to %s\n' % util.hidepassword(dest)) + ui.status(_('pushing to %s\n') % util.hidepassword(dest)) if revs: revs = [repo.lookup(rev) for rev in revs] r = repo.push(other, opts['force'], revs=revs)