changeset 206:3295b6b508de

hg: don't complain about missing repo with no args -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hg: don't complain about missing repo with no args manifest hash: d8172c0b583d6f2ff60cf49e74c1247de8d9d673 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCnVmeywK+sNU5EO8RAj79AJ4wN1SwC8+e1amxv+EAd6VKhpXXYgCeIPDK iVX9Z0Ix8DiC3p8fquyhFwM= =c6EH -----END PGP SIGNATURE-----
author mpm@selenic.com
date Tue, 31 May 2005 22:45:50 -0800
parents d255d99a7cbd
children ec327cf0d3a9
files hg
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hg	Tue May 31 22:40:31 2005 -0800
+++ b/hg	Tue May 31 22:45:50 2005 -0800
@@ -107,7 +107,7 @@
     cmd = args[0]
     args = args[1:]
 except:
-    cmd = ""
+    cmd = "help"
 
 ui = hg.ui(options["verbose"], options["debug"], options["quiet"],
            not options["noninteractive"])