This is an archive of the discontinued Mercurial Phabricator instance.

treedirstate: de-genericize Dirstate
ClosedPublic

Authored by mbthomas on Nov 24 2017, 3:19 PM.
Tags
None
Subscribers
None

Details

Reviewers
quark
Group Reviewers
Restricted Project
Commits
rFBHGX470d44a31825: treedirstate: de-genericize Dirstate
Summary

Remove the type parameter from Dirstate. It's not necessary, and complicates
the implementation.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

mbthomas created this revision.Nov 24 2017, 3:19 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptNov 24 2017, 3:19 PM
quark accepted this revision.Nov 24 2017, 5:32 PM
This revision is now accepted and ready to land.Nov 24 2017, 5:32 PM
This revision was automatically updated to reflect the committed changes.