##// END OF EJS Templates
revsets: add a sample query to the help for getting active branches
Brodie Rao -
r12660:6ed5ae62 default
parent child Browse files
Show More
@@ -178,6 +178,10 b' Some sample queries:'
178
178
179 hg log -r 'branch(default) and 1.5:: and not merge()'
179 hg log -r 'branch(default) and 1.5:: and not merge()'
180
180
181 - Open branch heads::
182
183 hg log -r 'head() and not closed()'
184
181 - Changesets between tags 1.3 and 1.5 mentioning "bug" that affect
185 - Changesets between tags 1.3 and 1.5 mentioning "bug" that affect
182 hgext/*::
186 hgext/*::
183
187
General Comments 0
You need to be logged in to leave comments. Login now