Mercurial > public > mercurial-scm > hg-stable
diff mercurial/dispatch.py @ 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 | 30e103dacd5f |
children | 931a72e00efa |
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 ''