Mercurial > hg
changeset 14693:f9c056f48018 stable
help/revsets: revset aliases can be defined on any config file
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Fri, 17 Jun 2011 19:28:38 -0300 |
parents | 0be6dc3d8083 |
children | c67c41af264c e4d3370fa234 |
files | mercurial/help/revsets.txt |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/help/revsets.txt Fri Jun 17 19:27:40 2011 -0300 +++ b/mercurial/help/revsets.txt Fri Jun 17 19:28:38 2011 -0300 @@ -66,8 +66,9 @@ <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,