Mercurial > hg
comparison tests/test-cbor.py @ 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 | b638219a23c3 |
children | a9905045b992 |
comparison
equal
deleted
inserted
replaced
40517:2dd3a0201307 | 40518:d11e2c5b287e |
---|