Mercurial > public > mercurial-scm > hg
diff 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 |
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.