Include phabricator.uri in .arcconfig
authorPetr Hosek <phosek@google.com>
Fri, 17 Jan 2020 22:39:14 +0000 (14:39 -0800)
committerPetr Hosek <phosek@google.com>
Thu, 23 Jan 2020 19:50:18 +0000 (11:50 -0800)
conduit_uri was renamed to phabricator.uri and git-phab fails to load
.arcconfig without this field.

Differential Revision: https://reviews.llvm.org/D72960

.arcconfig

index 48a85cd..5d3ebce 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "phabricator.uri" : "https://reviews.llvm.org/",
   "repository.callsign" : "G",
   "conduit_uri" : "https://reviews.llvm.org/"
 }