# HG changeset patch # User Wagner Bruna # Date 2011-06-17 22:28:38 # Node ID f9c056f48018611504f8e08e83cefcb42c8a2641 # Parent 0be6dc3d80833c4bd14b10895e854ceb2bdd8721 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 = -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,