Mercurial > hg
comparison mercurial/localrepo.py @ 24616:72d34c5a6614
repoview: use a heap in _getstatichidden
Since we want to process all non-public changesets from top to bottom, a heap
seems more appropriate. This will ensure any revision is processed after all
its children, opening the way to code simplification.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 03 Apr 2015 14:16:50 -0700 |
parents | 919f8ce040be |
children | c79b1e690110 |
comparison
equal
deleted
inserted
replaced
24615:9e558b788daa | 24616:72d34c5a6614 |
---|