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)
Tue, Jan 28, 3:51 AM
Unknown Object (File)
Sat, Jan 25, 5:08 AM
Unknown Object (File)
Sat, Jan 25, 5:08 AM
Unknown Object (File)
Sat, Jan 25, 5:08 AM
Unknown Object (File)
Tue, Jan 21, 10:41 AM
Unknown Object (File)
Tue, Jan 21, 9:40 AM
Unknown Object (File)
Tue, Jan 14, 9:28 PM
Unknown Object (File)
Sun, Jan 12, 10:42 PM
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