Mercurial > hg
changeset 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 | e1ec3d075c67 |
children | 9668c653eb9d |
files | mercurial/hgweb/webcommands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/hgweb/webcommands.py Mon Apr 27 14:02:49 2015 -0700 +++ b/mercurial/hgweb/webcommands.py Mon Apr 27 19:09:54 2015 -0300 @@ -338,7 +338,7 @@ The argument for ``rev`` can be a single revision, a revision set, or a literal keyword to search for in changeset data (equivalent to - :hg:`log -k`. + :hg:`log -k`). The ``revcount`` query string argument defines the maximum numbers of changesets to render.