mercurial/__init__.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Fri, 03 Apr 2015 14:41:18 -0700
changeset 24620 7c6f9097e2e0
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
repoview: avoid processing the same rev twice in _getstatichidden If a rev had multiple children, it would be added to the heap multiple times. We now ensure it is added only once.