[PATCH 3 of 3] help/revsets: revset aliases can be defined on any config file

Wagner Bruna wagner.bruna+mercurial at gmail.com
Fri Jun 17 17:31:09 CDT 2011


# HG changeset patch
# User Wagner Bruna <wbruna at softwareexpress.com.br>
# Date 1308349718 10800
# Node ID 6ba3ffa6fd0ccb5d644457d53de85132f4a4ad97
# Parent  504d9914b2cffad77cefe6d17ec75bf470c59d70
help/revsets: revset aliases can be defined on any config file

diff --git a/mercurial/help/revsets.txt b/mercurial/help/revsets.txt
--- a/mercurial/help/revsets.txt
+++ b/mercurial/help/revsets.txt
@@ -66,8 +66,9 @@ existing predicates or other aliases. An
 
   <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,
 


More information about the Mercurial-devel mailing list