Commit Graph

6 Commits

Author SHA1 Message Date
Geoffrey Martin-Noble
473e3f2343 Add modern arc config for default "onto" branch
The config option for this changed in
https://secure.phabricator.com/D21313 (or when that was rolled out).
I'm leaving the old config option, which may be in use by people with
older versions of arc.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D97215
2021-02-22 11:58:13 -08:00
Mehdi Amini
234d88ab50 Set the target branch for arc land to main 2020-12-07 21:57:32 +00:00
Shoaib Meenai
915e769924 [arcconfig] Default base to previous revision
When you run `arc diff`, arc defaults to uploading all the changes you
have against the upstream branch into a single patch. This is almost
never what you want for stacked commits (patch series); you only want to
submit the changes done by the current patch. It's also come up as a
point of confusion in the Phabricator vs. GitHub PRs discussion, for
example. Configure arc to only upload your current patch by default,
which I think is a much more suitable default for LLVM developers.

Differential Revision: https://reviews.llvm.org/D74990
2020-02-24 16:20:25 -08:00
Petr Hosek
9ad044a38c Include phabricator.uri in .arcconfig
conduit_uri was renamed to phabricator.uri and git-phab fails to load
.arcconfig without this field.

Differential Revision: https://reviews.llvm.org/D72960
2020-01-23 11:50:18 -08:00
Ben Hamilton
bc578e818c Update monorepo .arcconfig with new project callsign.
llvm-svn: 352757
2019-01-31 14:34:59 +00:00
James Y Knight
6eba16aa14 Add an .arcconfig for the top of the git monorepo.
llvm-svn: 350932
2019-01-11 16:27:14 +00:00