This is an archive of the discontinued Mercurial Phabricator instance.

statecheck: added functionality for cmdutil.STATES
AbandonedPublic

Authored by taapas1128 on Jun 7 2019, 3:41 PM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Summary

This extends the statecheck class functionality by adding
functionality for cmdutil.STATES. After this STATES list will
not be required and hence is removed. statecheck class can now
deal with the functionalities of both APIs.

The work of STATES is taken by statemod.unfinishedstates which
is a list of the objects from statecheck class.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped