summaryrefslogtreecommitdiff
path: root/.arcconfig
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-12-01 12:07:58 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-12-01 12:07:58 +0000
commit4d45b68c1beadeafffd7df30a28af71b1c82e84e (patch)
tree0c0c5ee15614d9757487094b8c5782028a70f4b9 /.arcconfig
parent5bded7525b4eb1ae4ce3f7d05159de95d0f595f2 (diff)
Add .arcconfig to the repository. Useful if someone wants to use phabricator's command line tool.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169085 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.arcconfig')
-rw-r--r--.arcconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.arcconfig b/.arcconfig
new file mode 100644
index 00000000000..4711195a1d0
--- /dev/null
+++ b/.arcconfig
@@ -0,0 +1,4 @@
+{
+ "project_id" : "llvm",
+ "conduit_uri" : "http://llvm-reviews.chandlerc.com/"
+}