Mercurial > hg
diff tests/test-hardlinks.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 | e0dea186ab6e |
children | e5f54c4ec075 |