doc: use "tag" revset predicate instead of "tagged" for example in help stable
authorFUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Thu, 24 Jan 2013 00:21:22 +0900
branchstable
changeset 18469 ddbe689af784
parent 18468 275224c6e89c
child 18470 28b3d669295e
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.
mercurial/help/revsets.txt
--- 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())"