mercurial/commands.py
changeset 24222 02d7b5cd373b
parent 24191 8fe5fc8d7b8e
child 24248 913347bcd59c
--- a/mercurial/commands.py	Mon Jan 26 15:43:13 2015 -0500
+++ b/mercurial/commands.py	Tue Feb 10 15:59:12 2015 -0500
@@ -1946,7 +1946,7 @@
         ui.write("%s\n" % "\n".join(options))
         return
 
-    cmdlist = cmdutil.findpossible(cmd, table)
+    cmdlist, unused_allcmds = cmdutil.findpossible(cmd, table)
     if ui.verbose:
         cmdlist = [' '.join(c[0]) for c in cmdlist.values()]
     ui.write("%s\n" % "\n".join(sorted(cmdlist)))