Page MenuHomePhabricator

Allow Arcanist to parse bare revision IDs from "Differential Revisions:" field
ClosedPublic

Authored by epriestley on May 7 2015, 12:59 PM.
Tags
None
Referenced Files
F13088289: D12748.diff
Thu, Apr 25, 1:22 AM
Unknown Object (File)
Sun, Mar 31, 8:32 PM
Unknown Object (File)
Fri, Mar 29, 11:05 PM
Unknown Object (File)
Mar 15 2024, 11:41 AM
Unknown Object (File)
Feb 23 2024, 3:55 PM
Unknown Object (File)
Feb 3 2024, 3:44 AM
Unknown Object (File)
Feb 1 2024, 7:50 AM
Unknown Object (File)
Dec 18 2023, 6:24 PM

Details

Summary

Ref T8087. Prepares for eventually making these optional after T6030. See also T7443.

Test Plan
  • See the next change for the server-side part of this.
  • With both patches applied, rigged the server to return D123.
  • Created a revision, saw bare D123.
  • Updated it with bare D123, things worked properly.
  • Created this revision with full URIs.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Allow Arcanist to parse bare revision IDs from "Differential Revisions:" field.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
cburroughs added inline comments.
src/differential/ArcanistDifferentialCommitMessage.php
127

Doesn't this message need to be updated for URIs and bare monograms?

  • Accurately explain the real set of allowed formats.
btrahan edited edge metadata.
This revision is now accepted and ready to land.May 7 2015, 5:39 PM
This revision was automatically updated to reflect the committed changes.