changeset 15307:718e0684c703 stable

import: add i18n context
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Tue, 18 Oct 2011 09:38:10 -0200
parents 4b71c17caeb8
children ab341fbb05b1
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Mon Oct 17 17:27:33 2011 -0500
+++ b/mercurial/commands.py	Tue Oct 18 09:38:10 2011 -0200
@@ -3537,6 +3537,7 @@
                 finally:
                     store.close()
             if n:
+                # i18n: refers to a short changeset id
                 msg = _('created %s') % short(n)
             return (msg, n)
         finally: