This is an archive of the discontinued Mercurial Phabricator instance.

rust: Fix outdated comments in OwningDirstateMap
ClosedPublic

Authored by SimonSapin on Jan 17 2022, 6:50 AM.

Details

Summary

OwningDirstateMap used to own a PyBytes, but was generalized to be
more generic when it was moved from hg-cpython to hg-core.
This fixes some comments that were still referencing PyBytes.

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

SimonSapin created this revision.Jan 17 2022, 6:50 AM
Alphare accepted this revision.Jan 17 2022, 8:07 AM
Alphare added a subscriber: Alphare.

This does more than just comments but it seems fine

This revision is now accepted and ready to land.Jan 17 2022, 8:07 AM
This revision was automatically updated to reflect the committed changes.