diff mercurial/help/revsets.txt @ 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 f5735bb80d77
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/*::