[PATCH] D72960: Include phabricator.uri in .arcconfig
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 14:43:21 PST 2020
phosek created this revision.
phosek added reviewers: benhamilton, jyknight.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
conduit_uri was renamed to phabricator.uri and git-phab fails to load
.arcconfig without this field.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D72960
Files:
.arcconfig
Index: .arcconfig
===================================================================
--- .arcconfig
+++ .arcconfig
@@ -1,4 +1,5 @@
{
+ "phabricator.uri" : "https://reviews.llvm.org/",
"repository.callsign" : "G",
"conduit_uri" : "https://reviews.llvm.org/"
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72960.238896.patch
Type: text/x-patch
Size: 269 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200117/f64a446f/attachment.bin>
More information about the llvm-commits
mailing list