Mercurial > hg
diff tests/test-mq-qnew.t @ 40518:d11e2c5b287e
templater: compute revset lazily
This speeds up e.g. "{ifcontains(rev, revset('::.'), ...)}" in common cases
where 'rev' is near the working parent.
The templater API is ugly, but it helps here. 'f' can be either a generator
or a function returning a generator.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 04 Nov 2018 20:44:26 +0900 |
parents | 41ef02ba329b |
children | 57c462db87fd |