Page MenuHomePhabricator

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

Authored by epriestley on Feb 2 2015, 10:53 PM.
Tags
None
Referenced Files
F13237205: D11635.diff
Tue, May 21, 1:02 PM
F13235977: D11635.id.diff
Tue, May 21, 7:24 AM
F13225432: D11635.diff
Sun, May 19, 3:09 PM
F13204472: D11635.diff
Wed, May 15, 12:36 AM
F13174763: D11635.diff
Wed, May 8, 1:03 AM
F13173810: D11635.id28001.diff
Tue, May 7, 9:04 PM
Unknown Object (File)
Thu, Apr 25, 3:45 AM
Unknown Object (File)
Apr 1 2024, 2:51 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.