comparison mercurial/bundle2.py @ 30816:96f811bceb85

hgweb: build the "entries" list directly in filelog command There's no apparent reason to have this "entries" generator function that builds a list and then yields its elements in reverse order and which is only called to build the "entries" list. So just build the list directly, in reverse order. Adjust "parity" generator's offset to keep rendering the same.
author Denis Laxalde <denis.laxalde@logilab.fr>
date Fri, 13 Jan 2017 10:22:25 +0100
parents 511a4bf52754
children e527c11375a4 aa25989b0658
comparison
equal deleted inserted replaced
30815:c5bf2e8ec18c 30816:96f811bceb85