Show More
@@ -203,7 +203,8 internalstable = sorted([ | |||||
203 |
|
203 | |||
204 | def internalshelp(ui): |
|
204 | def internalshelp(ui): | |
205 | """Generate the index for the "internals" topic.""" |
|
205 | """Generate the index for the "internals" topic.""" | |
206 | lines = [] |
|
206 | lines = ['To access a subtopic, use "hg help internals.{subtopic-name}"\n', | |
|
207 | '\n'] | |||
207 | for names, header, doc in internalstable: |
|
208 | for names, header, doc in internalstable: | |
208 | lines.append(' :%s: %s\n' % (names[0], header)) |
|
209 | lines.append(' :%s: %s\n' % (names[0], header)) | |
209 |
|
210 |
@@ -943,6 +943,8 internals topic renders index of availab | |||||
943 | Technical implementation topics |
|
943 | Technical implementation topics | |
944 | """"""""""""""""""""""""""""""" |
|
944 | """"""""""""""""""""""""""""""" | |
945 |
|
945 | |||
|
946 | To access a subtopic, use "hg help internals.{subtopic-name}" | |||
|
947 | ||||
946 | bundles Bundles |
|
948 | bundles Bundles | |
947 | censor Censor |
|
949 | censor Censor | |
948 | changegroups Changegroups |
|
950 | changegroups Changegroups |
General Comments 0
You need to be logged in to leave comments.
Login now