##// END OF EJS Templates
gendoc: config help topic is in hgrc.5, do not include it in hg.1
Martin Geisler -
r14461:f5b0834c default
parent child Browse files
Show More
@@ -87,6 +87,10 b' def show_doc(ui):'
87
87
88 # print topics
88 # print topics
89 for names, sec, doc in helptable:
89 for names, sec, doc in helptable:
90 if names[0] == "config":
91 # The config help topic is included in the hgrc.5 man
92 # page.
93 continue
90 for name in names:
94 for name in names:
91 ui.write(".. _%s:\n" % name)
95 ui.write(".. _%s:\n" % name)
92 ui.write("\n")
96 ui.write("\n")
General Comments 0
You need to be logged in to leave comments. Login now