##// END OF EJS Templates
help/revsets: revset aliases can be defined on any config file
Wagner Bruna -
r14693:f9c056f4 stable
parent child Browse files
Show More
@@ -66,8 +66,9 existing predicates or other aliases. An
66
66
67 <alias> = <definition>
67 <alias> = <definition>
68
68
69 in the ``revsetalias`` section of ``.hgrc``. Arguments of the form `$1`, `$2`,
69 in the ``revsetalias`` section of a Mercurial configuration file. Arguments
70 etc. are substituted from the alias into the definition.
70 of the form `$1`, `$2`, etc. are substituted from the alias into the
71 definition.
71
72
72 For example,
73 For example,
73
74
General Comments 0
You need to be logged in to leave comments. Login now