Mercurial > hg
comparison mercurial/commands.py @ 17917:12178f07de97
bookmark: issue a single call to `allsuccessors` per loop
Update to this code was minimalist when `allsuccessors` argument were changed
from a list to a set. As this code is getting my attention again I realised we
can drastically simplify this part of the code by issue a single call to
`allsuccessors`.
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Wed, 24 Oct 2012 17:55:21 +0200 |
parents | 7a3de6c23f6d |
children | 7f5dab94e48c |
comparison
equal
deleted
inserted
replaced
17916:ed225834b372 | 17917:12178f07de97 |
---|