This is an archive of the discontinued Mercurial Phabricator instance.

uncommit: use field names instead of field numbers on scmutil.status
ClosedPublic

Authored by durin42 on Nov 14 2019, 4:08 PM.

Details

Summary

As part of my pytype adventures I want to make scmutil.status no longer a
subclass of tuple. This is part of that process.

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

durin42 created this revision.Nov 14 2019, 4:08 PM
indygreg accepted this revision.Nov 14 2019, 10:23 PM
indygreg added a subscriber: indygreg.

I weep every time I see single letter variables. But it isn't your fault.

This revision is now accepted and ready to land.Nov 14 2019, 10:23 PM