Mercurial > hg
changeset 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 | 275224c6e89c |
children | 28b3d669295e |
files | mercurial/help/revsets.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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())"