# HG changeset patch # User mpm@selenic.com # Date 1115174398 28800 # Node ID 5f249577ac40654f7e116fa68ad29cbfbdada812 # Parent ce3bd728b858a3868bf790d2cbd7bf34c49cd3e4 Don't complain that help is an unknown command diff -r ce3bd728b858 -r 5f249577ac40 hg --- a/hg Tue May 03 18:36:16 2005 -0800 +++ b/hg Tue May 03 18:39:58 2005 -0800 @@ -233,9 +233,10 @@ revisions) else: + if cmd != "help": + print "unknown command\n" + print """\ -unknown command - commands: init create a new repository in this directory