mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-26 00:32:41 +01:00
No description
2df96ed405
Summary: Fixes T9476. Currently, if you enter no text in "arc:prompt", we abort resolution immediately. However, this is a bit inconsistent (other rules that fail to resolve are skipped) it is reasonable to put some default rule behind "arc:prompt" so that you can just mash enter to select it. This construction is unusual, but seems fine and sensible to me. If you're using "arc:prompt" as the last rule, the behavior is the same as before, so this should only make the rule more useful. Test Plan: - Ran `arc which --base 'arc:prompt, git:HEAD^'` with and without the patch. - Without the patch, entering no text at "arc:prompt" failed immediately. - With the patch, entering no text caused fallback to the "git:HEAD^" rule. Reviewers: chad Reviewed By: chad Maniphest Tasks: T9476 Differential Revision: https://secure.phabricator.com/D14187 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.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.