Page MenuHomePhabricator

Allow arc to parse `svnlook` diffs from moves/copies
ClosedPublic

Authored by epriestley on Mar 31 2014, 2:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 7, 7:14 AM
Unknown Object (File)
Fri, May 3, 7:20 AM
Unknown Object (File)
Sun, Apr 28, 12:02 PM
Unknown Object (File)
Wed, Apr 24, 10:43 PM
Unknown Object (File)
Sat, Apr 20, 6:41 PM
Unknown Object (File)
Fri, Apr 19, 2:29 AM
Unknown Object (File)
Thu, Apr 11, 9:55 AM
Unknown Object (File)
Apr 5 2024, 10:49 PM
Subscribers

Details

Summary

Ref T4697. This is similar to the existing stuff, but svnlook diff ... can also produce a "Copied" header. Currently, we choke on it in Herald when running pre-commit rules.

Test Plan

Added and ran tests. In the next diff, used this in a real system.

Diff Detail

Repository
rARC Arcanist
Branch
svnlookcopy
Lint
Lint Errors
SeverityLocationCodeMessage
Errorsrc/parser/__tests__/diff/svnlook-copied.svndiff:3TXT2Tab Literal
Unit
Tests Passed

Event Timeline

epriestley retitled this revision from to Allow arc to parse `svnlook` diffs from moves/copies.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Mar 31 2014, 9:39 PM
epriestley updated this revision to Diff 20540.

Closed by commit rARCa36969e58bb4 (authored by @epriestley).