mercurial/hgweb/webcommands.py
branchstable
changeset 24867 6d97ca3f05ba
parent 24859 64e3f97bdf08
child 24868 9668c653eb9d
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.