This is an archive of the discontinued Mercurial Phabricator instance.

annotate: introduce attr for storing per-line annotate data
ClosedPublic

Authored by sid0 on Oct 2 2017, 5:35 AM.

Details

Summary

We're going to extend this a bit -- at first by simply adding whether this was
a skipped child. We're well on our way to outgrowing tuples, though -- adding
more and more fields to tuples becomes annoying very quickly.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

sid0 created this revision.Oct 2 2017, 5:35 AM
indygreg accepted this revision.Oct 2 2017, 6:29 AM
indygreg added a subscriber: indygreg.

The new code is so much easier to read!

This revision is now accepted and ready to land.Oct 2 2017, 6:29 AM
sid0 updated this revision to Diff 2328.Oct 2 2017, 11:05 AM
indygreg accepted this revision.Oct 2 2017, 1:12 PM
This revision was automatically updated to reflect the committed changes.