Mercurial > hg
changeset 12660:6ed5ae6264c2
revsets: add a sample query to the help for getting active branches
author | Brodie Rao <brodie@bitheap.org> |
---|---|
date | Sat, 09 Oct 2010 11:55:25 -0500 |
parents | 5aa5cbaf6efc |
children | 10da5a1f25dd 7285b2824fb7 |
files | mercurial/help/revsets.txt |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/help/revsets.txt Sat Oct 09 11:54:42 2010 -0500 +++ b/mercurial/help/revsets.txt Sat Oct 09 11:55:25 2010 -0500 @@ -178,6 +178,10 @@ hg log -r 'branch(default) and 1.5:: and not merge()' +- Open branch heads:: + + hg log -r 'head() and not closed()' + - Changesets between tags 1.3 and 1.5 mentioning "bug" that affect hgext/*::