# HG changeset patch # User mpm@selenic.com # Date 1117608350 28800 # Node ID 3295b6b508de61fcc88cb03fd9976ed263716654 # Parent d255d99a7cbdc02efa9abc0b0654a359282cf08c 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----- diff -r d255d99a7cbd -r 3295b6b508de hg --- 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"])