mercurial/help/revsets.txt
changeset 12715 33820dccbea4
parent 12667 f5735bb80d77
child 12716 c7e619e30ba3
equal deleted inserted replaced
12714:f5178fbcd197 12715:33820dccbea4
   149   - ``branch`` for the branch name,
   149   - ``branch`` for the branch name,
   150   - ``desc`` for the commit message (description),
   150   - ``desc`` for the commit message (description),
   151   - ``user`` for user name (``author`` can be used as an alias),
   151   - ``user`` for user name (``author`` can be used as an alias),
   152   - ``date`` for the commit date
   152   - ``date`` for the commit date
   153 
   153 
   154 ``tagged()``
   154 ``tag(name)``
   155   Changeset is tagged.
   155   The specified tag by name, or all tagged revisions if no name is given.
   156 
   156 
   157 ``user(string)``
   157 ``user(string)``
   158   User name is string.
   158   User name is string.
   159 
   159 
   160 Command line equivalents for :hg:`log`::
   160 Command line equivalents for :hg:`log`::