Mercurial > public > mercurial-scm > hg-stable
diff mercurial/help/filesets.txt @ 30731:b8a188a6f191
help: merge the various operator sections of revsets, filesets and templates
Having sections for specific operator types assumes the user already knows what
type of operators are supported. By having a common heading, the user can
simply lookup help for "(revsets|filesets|templates).operators".
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sun, 08 Jan 2017 12:05:10 -0500 |
parents | a4bc8fff67fc |
children | 4140d49d2efb |
line wrap: on
line diff
--- a/mercurial/help/filesets.txt Sun Jan 08 02:43:01 2017 -0500 +++ b/mercurial/help/filesets.txt Sun Jan 08 12:05:10 2017 -0500 @@ -17,17 +17,14 @@ See also :hg:`help patterns`. -Prefix -====== +Operators +========= There is a single prefix operator: ``not x`` Files not in x. Short form is ``! x``. -Infix -===== - These are the supported infix operators: ``x and y``