tests/test-extension.t
changeset 30771 c2cbc1b050db
parent 30615 66cffa87d2f2
child 31013 9c2977ceaa46
equal deleted inserted replaced
30770:d0a758e7002b 30771:c2cbc1b050db
   729   >     pass
   729   >     pass
   730   > EOF
   730   > EOF
   731   $ echo "multirevs = multirevs.py" >> $HGRCPATH
   731   $ echo "multirevs = multirevs.py" >> $HGRCPATH
   732 
   732 
   733   $ hg help multirevs | tail
   733   $ hg help multirevs | tail
   734   
   734         bookmark (this works because the last revision of the revset is used):
   735       - Changesets committed in May 2008, sorted by user:
   735   
   736   
   736           hg update :@
   737           hg log -r "sort(date('May 2008'), user)"
   737   
   738   
   738       - Show diff between tags 1.3 and 1.5 (this works because the first and the
   739       - Changesets mentioning "bug" or "issue" that are not in a tagged release:
   739         last revisions of the revset are used):
   740   
   740   
   741           hg log -r "(keyword(bug) or keyword(issue)) and not ancestors(tag())"
   741           hg diff -r 1.3::1.5
   742   
   742   
   743   use 'hg help -c multirevs' to see help for the multirevs command
   743   use 'hg help -c multirevs' to see help for the multirevs command
   744 
   744 
   745 
   745 
   746 
   746