##// END OF EJS Templates
doc: use "tag" revset predicate instead of "tagged" for example in help...
FUJIWARA Katsunori -
r18469:ddbe689a stable
parent child Browse files
Show More
@@ -118,4 +118,4 b' Some sample queries:'
118 - Changesets mentioning "bug" or "issue" that are not in a tagged
118 - Changesets mentioning "bug" or "issue" that are not in a tagged
119 release::
119 release::
120
120
121 hg log -r "(keyword(bug) or keyword(issue)) and not ancestors(tagged())"
121 hg log -r "(keyword(bug) or keyword(issue)) and not ancestors(tag())"
General Comments 0
You need to be logged in to leave comments. Login now