# 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 --git a/hg b/hg --- a/hg +++ b/hg @@ -233,9 +233,10 @@ elif cmd == "verify": revisions) else: + if cmd != "help": + print "unknown command\n" + print """\ -unknown command - commands: init create a new repository in this directory