##// END OF EJS Templates
remove extension commands from global help
Dirkjan Ochtman -
r7126:111813de default
parent child Browse files
Show More
@@ -1310,6 +1310,8 b' def help_(ui, name=None, with_version=Fa'
1310 1310 f = c.split("|", 1)[0]
1311 1311 if select and not select(f):
1312 1312 continue
1313 if select is None and e[0].__module__ != __name__:
1314 continue
1313 1315 if name == "shortlist" and not f.startswith("^"):
1314 1316 continue
1315 1317 f = f.lstrip("^")
General Comments 0
You need to be logged in to leave comments. Login now