1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-21 01:18:50 +02:00
phorge-arcanist/src/parser
vrana 6bd2b372f5 Properly handle file moves in arc patch under SVN
Summary:
If the file has no changes (probably because it has been moved or copied) then we fail.

Fixes T1708, fixes T1559.

Test Plan:
  $ svn mv a b
  $ arc diff --only
  $ svn revert a b
  $ arc patch --diff # of created diff

Reviewers: epriestley, btrahan

Reviewed By: btrahan

CC: aran, Korvin

Maniphest Tasks: T1559, T1708

Differential Revision: https://secure.phabricator.com/D3526
2012-09-21 11:22:05 -07:00
..
__tests__ Link Arcanist test cases 2012-09-07 15:31:14 -07:00
diff Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistBaseCommitParser.php Implement "arc:amended" and fix various problems with ArcanistMercurialAPI 2012-07-01 11:06:05 -07:00
ArcanistBundle.php Properly handle file moves in arc patch under SVN 2012-09-21 11:22:05 -07:00
ArcanistCommentRemover.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistDiffParser.php Switch arcanist to phutil_utf8_convert() 2012-08-12 08:50:01 -07:00