##// END OF EJS Templates
dispatch: fix typo in debug message
Wagner Bruna -
r13430:ed720c7c stable
parent child Browse files
Show More
@@ -226,7 +226,7 b' class cmdalias(object):'
226 elif int(m.groups()[0]) <= len(args):
226 elif int(m.groups()[0]) <= len(args):
227 return m.group()
227 return m.group()
228 else:
228 else:
229 ui.debug(_("No argument found for substitution"
229 ui.debug(_("No argument found for substitution "
230 "of %i variable in alias '%s' definition.")
230 "of %i variable in alias '%s' definition.")
231 % (int(m.groups()[0]), self.name))
231 % (int(m.groups()[0]), self.name))
232 return ''
232 return ''
General Comments 0
You need to be logged in to leave comments. Login now