help/revsets: revset aliases can be defined on any config file

This commit is contained in:
Wagner Bruna 2011-06-17 19:28:38 -03:00
parent ff9f5e4543
commit 53d990ed78

View File

@ -66,8 +66,9 @@ existing predicates or other aliases. An alias definition looks like::
<alias> = <definition>
in the ``revsetalias`` section of ``.hgrc``. Arguments of the form `$1`, `$2`,
etc. are substituted from the alias into the definition.
in the ``revsetalias`` section of a Mercurial configuration file. Arguments
of the form `$1`, `$2`, etc. are substituted from the alias into the
definition.
For example,