mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
No description
59e13f666f
Summary: I type "arc brnach" about 300 times per day. - Allow arc commands to be specified by unique prefix ("exp" for "export", "lib" for "liberate"). - Allow arc commands to be specified by unique levenshtein edit distance <= 2 ("brnach" for "branch", "halp" for "help", "ptach" for "patch"). - Reorganize code out of "arcanist.php". I think this will be uncontentious because arc commands are rarely destructive, but if people complain we can either require certain commands be typed exactly (maybe "land"?) or allow this feature to be disabled in configuration. Test Plan: $ arc br Usage Exception: Unknown command 'br'. Try 'arc help'. Did you mean: branch browse $ arc brnachh Usage Exception: Unknown command 'brnachh'. Try 'arc help'. $ arc brnach (Assuming 'brnach' is the British spelling of 'branch'.) doc-security No Revision security sms Needs Revision D319: Add SMS support to Phabricator phxtag No Revision derp arantag No Revision derp ... Reviewers: btrahan, vrana Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D4305 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
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/ LICENSE Arcanist is released under the Apache 2.0 license except as otherwise noted.