This is an archive of the discontinued Mercurial Phabricator instance.

scmutil: make shortesthexnodeidprefix() use unfiltered repo
ClosedPublic

Authored by martinvonz on Apr 13 2018, 2:00 PM.

Details

Summary

Both callers were doing this, and resolvehexnodeidprefix() was also
working on the unfiltered repo, so it makes more sense to have it all
in one place.

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.Apr 13 2018, 2:00 PM
martinvonz updated this revision to Diff 8250.Apr 14 2018, 2:16 AM
This revision was automatically updated to reflect the committed changes.