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