This is an archive of the discontinued Mercurial Phabricator instance.

revlog: make isdescendantrev(a, b) check if a < b
ClosedPublic

Authored by martinvonz on Jul 11 2018, 8:09 PM.

Details

Summary

This check was taken from rebase.py. It seems to make sense to move it
here, but I haven't done any measurements.

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

martinvonz created this revision.Jul 11 2018, 8:09 PM
lothiraldan accepted this revision.Jul 12 2018, 5:14 AM
lothiraldan added a subscriber: lothiraldan.

👍

This revision was automatically updated to reflect the committed changes.