This patch changes the cmdstate class to stop having a dict like interface and
delete the nonzero function. After this patch, the save fuction takes a dict
to store the data and read function returns a dict of the data stored.
Details
Details
- Reviewers
martinvonz - Group Reviewers
hg-reviewers - Commits
- rHG36a5a1239a15: state: don't have a dict like interface for cmdstate class
Diff Detail
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.
Is this a direct consequence of removing the dict interface or could it be split out into a separate patch?