mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +01:00
No description
2e02332216
Summary: Fixes T8768. See PHI294. See that task for more details. Git, Mercurial, `diff`, and `patch` have conspired to make things weird. To correctly handle files with spaces in the way everything else does and expects, we need to emit semantic trailing whitespace literals. Test Plan: - Created a file with spaces in it in a Mercurial repositroy, committed it, diffed it into a revision. - Used `arc patch` to apply the change to a clean copy of the repository. - Before patch: Mercurial incorrectly creates a file named `X`, not a file named `X Y.txt`. - After patch: `arc patch` commit is identical to genuine commit. - Also added test coverage. The other general behaviors here are fairly well covered already. Reviewers: amckinley Reviewed By: amckinley Maniphest Tasks: T8768 Differential Revision: https://secure.phabricator.com/D18869 |
||
---|---|---|
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.