This is an archive of the discontinued Mercurial Phabricator instance.

rebase: sort roots by revision
ClosedPublic

Authored by durin42 on Feb 18 2018, 12:35 AM.

Details

Summary

Previously we were sorting them by whatever implicit sort order we got
between changectx instances. Sorting by rev at least makes some sense,
so I chose that.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

durin42 created this revision.Feb 18 2018, 12:35 AM
pulkit accepted this revision.Feb 18 2018, 6:46 AM
This revision was automatically updated to reflect the committed changes.