Page MenuHomePhabricator

Probably fix excessive "(authored by X)" attributions
ClosedPublic

Authored by epriestley on Feb 2 2015, 10:53 PM.
Tags
None
Referenced Files
F14057132: D11635.diff
Sun, Nov 17, 12:49 AM
F14017506: D11635.diff
Mon, Nov 4, 6:12 PM
F14016090: D11635.diff
Mon, Nov 4, 5:15 AM
F14000286: D11635.diff
Thu, Oct 24, 8:47 PM
F14000276: D11635.id.diff
Thu, Oct 24, 8:41 PM
F14000274: D11635.id28001.diff
Thu, Oct 24, 8:40 PM
F14000271: D11635.id28003.diff
Thu, Oct 24, 8:38 PM
F13981329: D11635.diff
Oct 19 2024, 3:50 PM
Subscribers

Details

Summary

This is a pain to test, but we do a lot of needless "X committed thing (authored by X)" right now.

I think that's because we compare two handle links here, and they're never the same, even if they're both links to the same object.

Instead, compare the author and committer more carefully.

Test Plan

Will do it live.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Probably fix excessive "(authored by X)" attributions.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Feb 2 2015, 10:57 PM
This revision was automatically updated to reflect the committed changes.

Seems like this worked, I haven't seen these these needless attributions since this pushed.