diff mercurial/help/revsets.txt @ 12715:33820dccbea4

revset: rename tagged() to tag() and allow it to take an optional tag name
author Augie Fackler <durin42@gmail.com>
date Sun, 10 Oct 2010 12:41:36 -0500
parents f5735bb80d77
children c7e619e30ba3
line wrap: on
line diff
--- a/mercurial/help/revsets.txt	Sun Oct 10 12:40:25 2010 -0500
+++ b/mercurial/help/revsets.txt	Sun Oct 10 12:41:36 2010 -0500
@@ -151,8 +151,8 @@
   - ``user`` for user name (``author`` can be used as an alias),
   - ``date`` for the commit date
 
-``tagged()``
-  Changeset is tagged.
+``tag(name)``
+  The specified tag by name, or all tagged revisions if no name is given.
 
 ``user(string)``
   User name is string.