Skip to content
Snippets Groups Projects
Commit 3295b6b508de authored by mpm's avatar mpm
Browse files

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-----
parent d255d99a7cbd
No related branches found
No related tags found
No related merge requests found
......@@ -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"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment