( )⚙ D12003 rust: Fix outdated comments in OwningDirstateMap

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
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

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.