mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-11 15:21:03 +01:00
No description
0253bb9475
Summary: Essentially D2391, but with, uh, more comments? - I forgot that we already implemented shouldOverwriteWhenCommitMessageIsEdited(). This patch already behaves nearly correctly. - Requires changes in D2412. - Use `'edit' => 'edit'`, which does the same thing as `'edit' => true`, but is more correct after the "edit" / "create" split. - Under "--verbatim", always get the message "from the user", which means "from the working copy" because verbtatim disables the editor part. Test Plan: - Created and updated revisions with `arc diff`. - Created and updated revisions with `arc diff --verbatim`. - Updated revisions with `arc diff --edit`. Reviewers: jungejason, btrahan Reviewed By: jungejason CC: vrana, aran Differential Revision: https://secure.phabricator.com/D2411 |
||
---|---|---|
bin | ||
externals | ||
resources/shell | ||
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/