mercurial/help/revsets.txt
changeset 12716 c7e619e30ba3
parent 12715 33820dccbea4
child 12808 74f6531581e8
equal deleted inserted replaced
12715:33820dccbea4 12716:c7e619e30ba3
    92   Changeset is a named branch head.
    92   Changeset is a named branch head.
    93 
    93 
    94 ``heads(set)``
    94 ``heads(set)``
    95   Members of set with no children in set.
    95   Members of set with no children in set.
    96 
    96 
       
    97 ``id(string)``
       
    98   Revision non-ambiguously specified by the given hex string prefix
       
    99 
    97 ``keyword(string)``
   100 ``keyword(string)``
    98   Search commit message, user name, and names of changed files for
   101   Search commit message, user name, and names of changed files for
    99   string.
   102   string.
   100 
   103 
   101 ``limit(set, n)``
   104 ``limit(set, n)``
   130   An empty set, if any revision in set isn't found; otherwise,
   133   An empty set, if any revision in set isn't found; otherwise,
   131   all revisions in set.
   134   all revisions in set.
   132 
   135 
   133 ``removes(pattern)``
   136 ``removes(pattern)``
   134   Changesets which remove files matching pattern.
   137   Changesets which remove files matching pattern.
       
   138 
       
   139 ``rev(number)``
       
   140   Revision with the given numeric identifier.
   135 
   141 
   136 ``reverse(set)``
   142 ``reverse(set)``
   137   Reverse order of set.
   143   Reverse order of set.
   138 
   144 
   139 ``roots(set)``
   145 ``roots(set)``