mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
No description
dae2f0073f
Summary: Ref T9952. Ref T3462. My primary goal is to improve prefilling of the "Onto Branch:" field in the "Land Revision" dialog. When uploading a diff with `arc diff`, add a property with some information about which branch to target. In particular: - If the local branch tracks an upstream branch (or tracks something which tracks something which tracks the upstream), target that. - If not, but "arc.land.onto.default" is set, target that. This doesn't try to guess in other cases, since they're more involved. I'll add some context about this in T3462. I don't //love// using "diff properties" for this, but it doesn't make cleaning them up any harder since we already use it for other stuff which isn't going away (lint/unit excuses). Test Plan: - Added some `var_dump()` and used `arc diff --only` to generate diffs. - Saw upstream tracking and config-based rules generate reasonable values and submit them. Reviewers: chad Reviewed By: chad Maniphest Tasks: T3462, T9952 Differential Revision: https://secure.phabricator.com/D14736 |
||
---|---|---|
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.