Mercurial > hg
comparison hgweb.cgi @ 26055:607868eccaa7
reachableroots: return list of revisions instead of set
Now we don't need a set of reachable revisions, and the caller wants a sorted
list of revisions, so constructing a set is just a waste of time.
revset #0: 0::tip
2) 0.002536
3) 0.001598 63%
PyList_New() should set an appropriate exception on error, so we don't need
to call PyErr_NoMemory() manually.
This patch lacks error handling of PyList_Append() as it was before for
PySet_Add(). It should be fixed later.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Fri, 14 Aug 2015 15:52:19 +0900 |
parents | 85cba926cb59 |
children | 4b0fc75f9403 |
comparison
equal
deleted
inserted
replaced
26054:5049e10fed14 | 26055:607868eccaa7 |
---|