diff mercurial/help/revsets.txt @ 18469:ddbe689af784 stable

doc: use "tag" revset predicate instead of "tagged" for example in help "tag" predicate is officially described in help, but "tagged" is not, even though the latter works as same as the former.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Thu, 24 Jan 2013 00:21:22 +0900
parents f7c8d6ee6056
children 3a4d8a6ce432
line wrap: on
line diff
--- a/mercurial/help/revsets.txt	Wed Jan 23 11:55:39 2013 -0600
+++ b/mercurial/help/revsets.txt	Thu Jan 24 00:21:22 2013 +0900
@@ -118,4 +118,4 @@
 - Changesets mentioning "bug" or "issue" that are not in a tagged
   release::
 
-    hg log -r "(keyword(bug) or keyword(issue)) and not ancestors(tagged())"
+    hg log -r "(keyword(bug) or keyword(issue)) and not ancestors(tag())"