mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +01:00
No description
519e23f3a4
Summary: Some users assume they can update anything, not just revisions they own (see https://github.com/facebook/arcanist/issues/54). Currently, if you `arc patch` or `arc amend` and get a commit message, then `arc diff` for a revision you don't own, we: - Fail early with a very confusing message ("You can not review a revision you own!") if you are on the "Reviewers" line, until D3820. - Or fail very very late with a good error message, but after lint, unit and update messages. Instead, check that you own the revision as early as we can. Test Plan: Tried to update revisions I didn't own, got good error messages early on (with D3820). Reviewers: btrahan, vrana Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D3821 |
||
---|---|---|
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/