diff hg @ 5:5f249577ac40

Don't complain that help is an unknown command
author mpm@selenic.com
date Tue, 03 May 2005 18:39:58 -0800
parents 9117c6561b0b
children 7f16aaeed62f
line wrap: on
line diff
--- 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