Page MenuHomePhabricator

Allow Phabricator to parse bare revision IDs from "Differential Revision:" fields
ClosedPublic

Authored by epriestley on May 7 2015, 1:01 PM.
Tags
None
Referenced Files
F17993059: D12749.id30655.diff
Sat, Aug 2, 2:17 AM
F17943629: D12749.id.diff
Thu, Jul 31, 8:35 AM
F17934037: D12749.diff
Wed, Jul 30, 9:52 PM
F17738272: D12749.id30655.diff
Sun, Jul 20, 11:20 PM
F17738268: D12749.id30635.diff
Sun, Jul 20, 11:20 PM
F17728958: D12749.diff
Sat, Jul 19, 5:32 PM
Unknown Object (File)
Jun 30 2025, 7:44 AM
Unknown Object (File)
Jun 29 2025, 9:07 PM
Tokens
"Orange Medal" token, awarded by cburroughs.

Diff Detail

Repository
rP Phabricator
Branch
fulluri1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 5826
Build 5846: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Allow Phabricator to parse bare revision IDs from "Differential Revision:" fields.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
epriestley added inline comments.
src/applications/differential/customfield/DifferentialRevisionIDField.php
50–51

@cburroughs, to get the short D123 behavior (instead of full URIs) in advance of T6030:

  • Wait for D12748 + D12749 (this change).
  • Get everyone to upgrade "arc" past D12748.
  • Make this change:
-  return PhabricatorEnv::getProductionURI('/D'.$id);
+  return 'D'.$id;
btrahan edited edge metadata.
This revision is now accepted and ready to land.May 7 2015, 5:44 PM
This revision was automatically updated to reflect the committed changes.