[PATCH 2 of 2 stable] dispatch: fix typo in debug message

Wagner Bruna wagner.bruna+mercurial at gmail.com
Wed Feb 16 17:08:54 CST 2011


# HG changeset patch
# User Wagner Bruna <wbruna at softwareexpress.com.br>
# Date 1297897361 7200
# Branch stable
# Node ID ed720c7cc97d329b943d299075e898cb40c29ab2
# Parent  0079fb98e8d0180a45cfcef05d6e6fc5ab05f2bc
dispatch: fix typo in debug message

diff --git a/mercurial/dispatch.py b/mercurial/dispatch.py
--- a/mercurial/dispatch.py
+++ b/mercurial/dispatch.py
@@ -226,7 +226,7 @@ class cmdalias(object):
                     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 ''


More information about the Mercurial-devel mailing list