( )⚙ D11416 rust: Rename get_node methods to data_for_node, get_rev to data_for_rev

This is an archive of the discontinued Mercurial Phabricator instance.

rust: Rename get_node methods to data_for_node, get_rev to data_for_rev
ClosedPublic

Authored by SimonSapin on Sep 14 2021, 12:45 PM.

Details

Summary

These are respective methods of Changelog, Manifestlog, and Filelog;
three Rust structs that that wrap a Revlog struct.

This rename clarifies that node IDs or revision numbers are parameters,
not return values.

Also reword doc-comments in Manifestlog and Filelog to separate node IDs
and revision numbers that are local to a given (non-changelog) revlog
from those of a changeset.

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.Sep 14 2021, 12:45 PM
Alphare accepted this revision.Sep 15 2021, 3:48 AM
This revision is now accepted and ready to land.Sep 15 2021, 3:48 AM