Mercurial > hg
diff hgeditor @ 26674:fd4a38bd7e49
rebase: use a direct reference to repo.changelog
Accessing 'repo.changelog' have a small overhead because we double check that the
filtering did not changed. As we make multiple use of this into loops, we should
avoid doing the lookup/check every time. This also make the code tidier.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Wed, 14 Oct 2015 23:42:15 +0100 |
parents | 2b440bb8a66b |
children | 1aee2ab0f902 |