changeset 13430:ed720c7cc97d stable

dispatch: fix typo in debug message
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Wed, 16 Feb 2011 21:02:41 -0200
parents 0079fb98e8d0
children 69c773750055 ba50f1600131
files mercurial/dispatch.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/dispatch.py	Wed Feb 16 21:02:19 2011 -0200
+++ b/mercurial/dispatch.py	Wed Feb 16 21:02:41 2011 -0200
@@ -226,7 +226,7 @@
                     elif int(m.groups()[0]) <= len(args):
                         return m.group()
                     else:
-                        ui.debug(_("No argument found for substitution"
+                        ui.debug(_("No argument found for substitution "
                                    "of %i variable in alias '%s' definition.")
                                  % (int(m.groups()[0]), self.name))
                         return ''