This is an archive of the discontinued Mercurial Phabricator instance.

revlog: introduce a isancestorrev() and use it in rebase
ClosedPublic

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

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

Having isancestor and isancestorrev taking the arguments in a different order seems confusing, 👎

This revision was automatically updated to reflect the committed changes.

Having isancestor and isancestorrev taking the arguments in a different order seems confusing, 👎

I agree, but they're not in different order, are they?