This is an archive of the discontinued Mercurial Phabricator instance.

treedirstate: extract serialization methods to separate module
ClosedPublic

Authored by mbthomas on Nov 24 2017, 11:53 AM.
Tags
None
Subscribers
None

Details

Summary

The serialization and deserialization of the treedirstate tree file is
scattered across various functions in several files. Gather these together in
a single module so that the file format is obvious.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

mbthomas created this revision.Nov 24 2017, 11:53 AM
Herald added a reviewer: Restricted Project. · View Herald TranscriptNov 24 2017, 11:53 AM
mbthomas updated this revision to Diff 3838.Nov 24 2017, 2:46 PM
stash accepted this revision.Nov 27 2017, 4:58 AM
This revision is now accepted and ready to land.Nov 27 2017, 4:58 AM
durham accepted this revision.Nov 27 2017, 1:08 PM
This revision was automatically updated to reflect the committed changes.