##// END OF EJS Templates
hg: don't complain about missing repo with no args...
mpm@selenic.com -
r206:3295b6b5 default
parent child Browse files
Show More
@@ -107,7 +107,7 b' try:'
107 107 cmd = args[0]
108 108 args = args[1:]
109 109 except:
110 cmd = ""
110 cmd = "help"
111 111
112 112 ui = hg.ui(options["verbose"], options["debug"], options["quiet"],
113 113 not options["noninteractive"])
General Comments 0
You need to be logged in to leave comments. Login now