author | Brodie Rao <brodie@bitheap.org> |
Sat, 09 Oct 2010 11:55:25 -0500 | |
changeset 12660 | 6ed5ae6264c2 |
parent 12659 | 5aa5cbaf6efc |
child 12661 | 10da5a1f25dd |
child 12662 | 7285b2824fb7 |
--- 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/*::