mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +01:00
No description
19608cffe6
Summary: When doing svn copy, or svn mv, a SynthenticAdditionDiff is generated. If the path is a directory, an error will occur when checking the mime-type of the directory. Immediately after the properties check, the function returns null if the path is a directory. Move this check to before the properties check to avoid exiting with an error. ``` Command failed with error #1! COMMAND svn propget 'svn:mime-type' '/home/trasz/svn/ports/cad/py-pycam'@ STDOUT (empty) STDERR svn: warning: W200017: Property 'svn:mime-type' not found on '/home/trasz/svn/ports/cad/py-pycam@' svn: E200000: A problem occurred; see other errors for details (Run with `--trace` for a full exception trace.) ``` Test Plan: Created differentials of changes with `svn copy` and `svn mv` Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin Tags: #subversion Differential Revision: https://secure.phabricator.com/D15985 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.arclint | ||
.arcunit | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README.md |
Arcanist is the command-line tool for Phabricator. It allows you to interact with Phabricator installs to send code for review, download patches, transfer files, view status, make API calls, and various other things. You can read more in the User Guide
For more information about Phabricator, see http://phabricator.org/.
LICENSE
Arcanist is released under the Apache 2.0 license except as otherwise noted.