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
F15541768: D12749.diff
Fri, Apr 25, 1:30 PM
F15505463: D12749.diff
Tue, Apr 15, 3:11 AM
F15502849: D12749.id30635.diff
Mon, Apr 14, 4:51 AM
F15445762: D12749.id30655.diff
Thu, Mar 27, 3:52 PM
F15439474: D12749.id.diff
Mar 26 2025, 7:42 AM
F15438021: D12749.diff
Mar 25 2025, 10:50 PM
F15423089: D12749.id.diff
Mar 22 2025, 12:49 PM
F15391682: D12749.diff
Mar 15 2025, 11:03 AM
Tokens
"Orange Medal" token, awarded by cburroughs.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.