[llvm-commits] [llvm] r169085 - /llvm/trunk/.arcconfig
Benjamin Kramer
benny.kra at googlemail.com
Sat Dec 1 04:07:58 PST 2012
Author: d0k
Date: Sat Dec 1 06:07:58 2012
New Revision: 169085
URL: http://llvm.org/viewvc/llvm-project?rev=169085&view=rev
Log:
Add .arcconfig to the repository. Useful if someone wants to use phabricator's command line tool.
Added:
llvm/trunk/.arcconfig
Added: llvm/trunk/.arcconfig
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/.arcconfig?rev=169085&view=auto
==============================================================================
--- llvm/trunk/.arcconfig (added)
+++ llvm/trunk/.arcconfig Sat Dec 1 06:07:58 2012
@@ -0,0 +1,4 @@
+{
+ "project_id" : "llvm",
+ "conduit_uri" : "http://llvm-reviews.chandlerc.com/"
+}
More information about the llvm-commits
mailing list