mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-10 23:01:04 +01:00
No description
aa5c023fe8
Summary: Fixes T9543. Fixes T9658. Ref T3855. Major functional change is that you can have a sequence of branches like: origin/master -> notmaster -> feature1 ...where they track each other, but you named your local master something else. Currently, we resolve only one level of upstreams, so we try to land onto "notmaster" in this case, which is wrong. Instead, keep resolving upstreams until we either hit a cycle, don't have another upstream to look at, or find someting in a remote. In this case we'll eventually find "origin/master" and select "origin" as the remote and "master" as the target. Other minor changes: - Make this selection process explicit. - Make the help 3000x longer. Also fix a bug where we could incorrectly try to tell Differential to update awith `--preview`. Test Plan: - Landed from a tag. - Landed from a tracking branch. - Landed from an nth-degree tracking branch. - Tried to land from a local branch with a cycle in upstreams. - Landed with --remote and --onto. - Read `arc help land`. Reviewers: chad Reviewed By: chad Maniphest Tasks: T9658, T3855, T9543 Differential Revision: https://secure.phabricator.com/D14357 |
||
---|---|---|
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.