webcommands: fix typo in changelog documentation stable
authorWagner Bruna <wbruna@softwareexpress.com.br>
Mon, 27 Apr 2015 19:09:54 -0300
branchstable
changeset 24867 6d97ca3f05ba
parent 24866 e1ec3d075c67
child 24868 9668c653eb9d
webcommands: fix typo in changelog documentation
mercurial/hgweb/webcommands.py
--- 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.