mercurial/dispatch.py
changeset 44306 a0ec05d93c8e
parent 44244 ef11dfc56674
child 44452 9d2b2df2c2ba
--- a/mercurial/dispatch.py	Thu Jan 16 13:34:04 2020 +0100
+++ b/mercurial/dispatch.py	Mon Feb 10 17:31:05 2020 -0500
@@ -624,7 +624,7 @@
         except error.AmbiguousCommand:
             self.badalias = _(
                 b"alias '%s' resolves to ambiguous command '%s'"
-            ) % (self.name, cmd)
+            ) % (self.name, cmd,)
 
     def _populatehelp(self, ui, name, cmd, fn, defaulthelp=None):
         # confine strings to be passed to i18n.gettext()