mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-02 09:58:23 +01:00
No description
560b339ad3
Summary: I want to make some changes to this workflow but it a huge mess right now. Try to refactor a bit to make it a little more manageable. Broadly: - Moved lint/unit constant mapping into separate methods. - Moved lint/unit/local properties into separate methods. - Moved diff spec construction into a separate method. - Moved some message stuff into separate methods and reorganized related methods near to one another. - Removed an unused findRevisionInformation() method. I fixed a couple of small bugs, too: - --create now conflicts with --only and --preview. - --create now probably works in Mercurial. - --create messages now have basic reviewer validation. This should have not have any significant behavioral changes. Test Plan: - Created this revision. - Ran "arc diff --create". Reviewers: btrahan, jungejason Reviewed By: btrahan CC: aran, btrahan, epriestley Differential Revision: https://secure.phabricator.com/D1320 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
LICENSE | ||
README |
WHAT IS ARCANIST? 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 find a complete user guide here: http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide.html For more information about Phabricator, see: http://phabricator.org/