This is an archive of the discontinued Mercurial Phabricator instance.

dirstate-item: use the v1_serialization method in debugstate
ClosedPublic

Authored by marmoute on Jul 5 2021, 5:34 AM.

Details

Summary

I am assuming the debug command are looking into the serialized format so I am
using the v1_ variants. This assumption might be wrong.

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

marmoute created this revision.Jul 5 2021, 5:34 AM
SimonSapin accepted this revision.Jul 5 2021, 6:45 AM
SimonSapin added a subscriber: SimonSapin.

Will be affected if D10983 is changed as suggested, but if not looks good.

Do we need to preserve compatibility with earlier Mercurial versions, for debug* commands?

Will be affected if D10983 is changed as suggested, but if not looks good.
Do we need to preserve compatibility with earlier Mercurial versions, for debug* commands?

We don't enforce backward compat on debug command.

baymax updated this revision to Diff 28843.Jul 6 2021, 1:35 PM

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

baymax updated this revision to Diff 28925.Jul 7 2021, 8:01 AM

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

baymax updated this revision to Diff 29010.

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

baymax updated this revision to Diff 29022.Jul 8 2021, 2:27 PM

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

Alphare accepted this revision.Jul 9 2021, 11:12 AM
This revision is now accepted and ready to land.Jul 9 2021, 11:12 AM