mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
No description
92b29f53f3
Summary: Depends on D21074. Ref T13490. Ref T11968. Before toolsets, Arcanist has a "WorkingCopyIdentity" object. After toolsets, it has a "WorkingCopy" object. Most workflows don't access either one, so make a slightly-breaking API change to simplify the transition. - "getWorkingCopy()" now returns a modern object (a "WorkingCopy"). - "getWorkingCopyIdentity()" now returns an older object (a "WorkingCopyIdentity"). This isn't backward-compatible, but out-of-date code should get an explicit failure with clear resolution steps. Test Plan: Ran "arc lint", "arc branch", and a few other commands. Grepped for "getWorkingCopy()". Maniphest Tasks: T13490, T11968 Differential Revision: https://secure.phabricator.com/D21075 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
.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.