mercurial/help/revsets.txt
changeset 12667 f5735bb80d77
parent 12660 6ed5ae6264c2
child 12715 33820dccbea4
equal deleted inserted replaced
12666:ead4e21f49f1 12667:f5735bb80d77
   181 - Open branch heads::
   181 - Open branch heads::
   182 
   182 
   183     hg log -r 'head() and not closed()'
   183     hg log -r 'head() and not closed()'
   184 
   184 
   185 - 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
   186   hgext/*::
   186   ``hgext/*``::
   187 
   187 
   188     hg log -r '1.3::1.5 and keyword(bug) and file("hgext/*")'
   188     hg log -r '1.3::1.5 and keyword(bug) and file("hgext/*")'
   189 
   189 
   190 - Changesets in committed May 2008, sorted by user::
   190 - Changesets in committed May 2008, sorted by user::
   191 
   191