Mercurial > hg
comparison mercurial/hgweb/common.py @ 26061:be8a4e0800d8
reachableroots: use baseset lazy sorting
smartset sorting is lazy (so faster in some case) and better (informs that the
set is sorted allowing some optimisation). So we rely on it directly.
Some test output are updated because we now have more information (ordering).
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Thu, 20 Aug 2015 17:23:21 -0700 |
parents | 46e2c57026bc |
children | 461e7b700fdf |
comparison
equal
deleted
inserted
replaced
26060:4ee2af2194d4 | 26061:be8a4e0800d8 |
---|