[Lldb-commits] [lldb] r182606 - Adding .arcconfig file to LLDB to allow using Phabricator for reviews
Daniel Malea
daniel.malea at intel.com
Thu May 23 13:21:28 PDT 2013
Author: dmalea
Date: Thu May 23 15:21:28 2013
New Revision: 182606
URL: http://llvm.org/viewvc/llvm-project?rev=182606&view=rev
Log:
Adding .arcconfig file to LLDB to allow using Phabricator for reviews
Added:
lldb/trunk/.arcconfig
Added: lldb/trunk/.arcconfig
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/.arcconfig?rev=182606&view=auto
==============================================================================
--- lldb/trunk/.arcconfig (added)
+++ lldb/trunk/.arcconfig Thu May 23 15:21:28 2013
@@ -0,0 +1,4 @@
+{
+ "project_id" : "lldb",
+ "conduit_uri" : "http://llvm-reviews.chandlerc.com/"
+}
More information about the lldb-commits
mailing list