Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/hgweb/webcommands.py @ 24867:6d97ca3f05ba stable
webcommands: fix typo in changelog documentation
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Mon, 27 Apr 2015 19:09:54 -0300 |
parents | 64e3f97bdf08 |
children | 9668c653eb9d |
comparison
equal
deleted
inserted
replaced
24866:e1ec3d075c67 | 24867:6d97ca3f05ba |
---|---|
336 If ``revision`` is absent, the ``rev`` query string argument may be | 336 If ``revision`` is absent, the ``rev`` query string argument may be |
337 defined. This will perform a search for changesets. | 337 defined. This will perform a search for changesets. |
338 | 338 |
339 The argument for ``rev`` can be a single revision, a revision set, | 339 The argument for ``rev`` can be a single revision, a revision set, |
340 or a literal keyword to search for in changeset data (equivalent to | 340 or a literal keyword to search for in changeset data (equivalent to |
341 :hg:`log -k`. | 341 :hg:`log -k`). |
342 | 342 |
343 The ``revcount`` query string argument defines the maximum numbers of | 343 The ``revcount`` query string argument defines the maximum numbers of |
344 changesets to render. | 344 changesets to render. |
345 | 345 |
346 For non-searches, the ``changelog`` template will be rendered. | 346 For non-searches, the ``changelog`` template will be rendered. |