Page MenuHomePhabricator

Prevent "Differential Revision: ..." from counting as a mention in commit messages
ClosedPublic

Authored by epriestley on May 22 2019, 9:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 13, 6:07 PM
Unknown Object (File)
Sun, Feb 9, 5:02 PM
Unknown Object (File)
Sun, Feb 9, 7:48 AM
Unknown Object (File)
Sun, Feb 9, 7:48 AM
Unknown Object (File)
Sun, Feb 9, 7:48 AM
Unknown Object (File)
Thu, Feb 6, 3:34 AM
Unknown Object (File)
Tue, Jan 28, 3:51 AM
Unknown Object (File)
Sat, Jan 25, 5:08 AM
Subscribers
None

Details

Summary

Ref T13290. Ref T13291. Now that a full URI is a "mention", the full URI in "Differential Revision: ..." also triggers a mention.

Stop it from doing that, since these mentions are silly/redundant/unintended.

The API here is also slightly odd; simplify it a little bit to get rid of doing "append" with "get + append + set".

Test Plan

Used bin/repository reparse --publish to republish commits with "Differential Revision: ..." and verified that the revision PHID was properly dropped from the mention list.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable