Mercurial > hg
comparison tests/test-issue1102.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 | 4591cd6b6794 |
children | 805419729e11 |
comparison
equal
deleted
inserted
replaced
40517:2dd3a0201307 | 40518:d11e2c5b287e |
---|