From bbbbc8b31124e20fabcb3f03ae713f10eff8c98e Mon Sep 17 00:00:00 2001 From: Asher Baker Date: Tue, 15 Oct 2013 22:57:59 +0100 Subject: [PATCH] Add a .arcconfig file so that arc works Test Plan: Used arc to send this diff. Reviewers: BAILOPAN, psychonic Differential Revision: https://phabricator.alliedmods.net/D1 --HG-- extra : amend_source : 6aff9a42b440fe57ac096a93e843916c8a64b26d --- .arcconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .arcconfig diff --git a/.arcconfig b/.arcconfig new file mode 100644 index 00000000..9b1360c2 --- /dev/null +++ b/.arcconfig @@ -0,0 +1,5 @@ +{ + "project_id" : "sourcemod", + "conduit_uri" : "https://phabricator.alliedmods.net/", + "history.immutable" : false +}