D5195: changegroup: introduce an explicit linear sorting

Yuya Nishihara yuya at tcha.org
Wed Oct 31 09:49:39 EDT 2018


>   > >   We still need to linearize the revisions in some cases, introduce an explicit
>   > >   `linear` sorting before changing back the default order.
>   >
>   > I'm a little confused about this. We do introduce `nodesorder='linear'`, but
>   >  there seems no user of that option. Are there unsent patches?
>   
>   
>   The message should have said `We **may** still need to`. There is no user of that option yet so we can drop it.
>   
>   I think we should at least keep the option in `storageutil.emitrevision` so we can experiment around doing a DAG sort for various operations, @indygreg seems to have some perf improvements on the firefox repo with it

Got it, thanks. The series looks good, but I leave it to indygreg as he
might have a better idea.


More information about the Mercurial-devel mailing list