# HG changeset patch # User Wagner Bruna # Date 2011-10-18 11:38:10 # Node ID 718e0684c703803910bf28511fb3b174cdff0c57 # Parent 4b71c17caeb8ceb8e847d48eaad0a05fd9c9c2f6 import: add i18n context diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -3537,6 +3537,7 @@ def import_(ui, repo, patch1, *patches, finally: store.close() if n: + # i18n: refers to a short changeset id msg = _('created %s') % short(n) return (msg, n) finally: