# HG changeset patch # User Brodie Rao # Date 1286643325 18000 # Node ID 6ed5ae6264c23323d154e7474deef19852791371 # Parent 5aa5cbaf6efc9b00772f74b4069da8c31c5e8117 revsets: add a sample query to the help for getting active branches diff -r 5aa5cbaf6efc -r 6ed5ae6264c2 mercurial/help/revsets.txt --- 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/*::