##// END OF EJS Templates
revset: directly use __contains__ instead of a lambda...
revset: directly use __contains__ instead of a lambda We get rid of lambda in a bunch of other place. This is equivalent and much faster. (no new timing as this is the same change as three other changesets)

File last commit:

r12324:b701610f default
r21217:2195ac50 3.0 stable
Show More
test-mq-qsave.t
15 lines | 239 B | text/troff | Tads3Lexer
$ echo "[extensions]" >> $HGRCPATH
$ echo "mq=" >> $HGRCPATH
$ hg init
$ echo 'base' > base
$ hg ci -Ambase
adding base
$ hg qnew -mmqbase mqbase
$ hg qsave
$ hg qrestore 2
restoring status: hg patches saved state