equal
deleted
inserted
replaced
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 |