##// END OF EJS Templates
help: add web commands to help documentation...
Gregory Szorc -
r24080:a3f2ea1d default
parent child Browse files
Show More
@@ -11,6 +11,7 b' import error'
11 11 import extensions, revset, fileset, templatekw, templatefilters, filemerge
12 12 import encoding, util, minirst
13 13 import cmdutil
14 import hgweb.webcommands as webcommands
14 15
15 16 def listexts(header, exts, indent=1, showdeprecated=False):
16 17 '''return a text listing of the given extensions'''
@@ -202,6 +203,7 b" addtopicsymbols('merge-tools', '.. inter"
202 203 addtopicsymbols('revsets', '.. predicatesmarker', revset.symbols)
203 204 addtopicsymbols('templates', '.. keywordsmarker', templatekw.dockeywords)
204 205 addtopicsymbols('templates', '.. filtersmarker', templatefilters.filters)
206 addtopicsymbols('hgweb', '.. webcommandsmarker', webcommands.commands)
205 207
206 208 def help_(ui, name, unknowncmd=False, full=True, **opts):
207 209 '''
@@ -77,3 +77,10 b' changeset to operate on. This is commonl'
77 77 12 digit hexidecimal abbreviation for the full 40 character unique
78 78 revision identifier. However, any value described by
79 79 :hg:`help revisions` typically works.
80
81 Commands and URLs
82 =================
83
84 The following web commands and their URLs are available:
85
86 .. webcommandsmarker
General Comments 0
You need to be logged in to leave comments. Login now