diff mercurial/branchmap.py @ 22670:44dce874de97

revset: rely on built in iterator when possible in _generatorset.__iter__ Doing manual iteration is expensible. We rely on built in list iteration whenever possible. The other case has to become a closure we cannot have a both yield and return in the same function.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 30 Apr 2014 16:56:23 -0700
parents 9c3c3dc14a65
children cb99bacb9b4e
line wrap: on
line diff