( )⚙ D10579 revlog: introduce a `display_id` property

This is an archive of the discontinued Mercurial Phabricator instance.

revlog: introduce a `display_id` property
ClosedPublic

Authored by marmoute on May 3 2021, 7:49 AM.

Details

Summary

We currently using the "index file" to identify a revlog in error output. Since
we are about to make the "index file" location more volatile, we need something
better. We move to use the "radix", as it is close to what we currently use.

We could probably do better, as pointed out in the comment, however that would
be a quite detour from my current goal.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

marmoute created this revision.May 3 2021, 7:49 AM
baymax updated this revision to Diff 27494.May 3 2021, 9:43 PM

✅ refresh by Heptapod after a successful CI run (🐙 💚)

Alphare accepted this revision.May 11 2021, 9:54 AM
This revision is now accepted and ready to land.May 11 2021, 9:54 AM
This revision was automatically updated to reflect the committed changes.