##// END OF EJS Templates
revsets: fix stray * in help topic
Martin Geisler -
r12667:f5735bb8 default
parent child Browse files
Show More
@@ -183,7 +183,7 b' Some sample queries:'
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
General Comments 0
You need to be logged in to leave comments. Login now