##// END OF EJS Templates
hgweb: update graph function docstring
av6 -
r35412:0fe5d998 default
parent child Browse files
Show More
@@ -1176,11 +1176,16 b' def graph(web, req, tmpl):'
1176 Information rendered by this handler can be used to create visual
1176 Information rendered by this handler can be used to create visual
1177 representations of repository topology.
1177 representations of repository topology.
1178
1178
1179 The ``revision`` URL parameter controls the starting changeset.
1179 The ``revision`` URL parameter controls the starting changeset. If it's
1180 absent, the default is ``tip``.
1180
1181
1181 The ``revcount`` query string argument can define the number of changesets
1182 The ``revcount`` query string argument can define the number of changesets
1182 to show information for.
1183 to show information for.
1183
1184
1185 The ``graphtop`` query string argument can specify the starting changeset
1186 for producing ``jsdata`` variable that is used for rendering graph in
1187 JavaScript. By default it has the same value as ``revision``.
1188
1184 This handler will render the ``graph`` template.
1189 This handler will render the ``graph`` template.
1185 """
1190 """
1186
1191
General Comments 0
You need to be logged in to leave comments. Login now