1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00

Remove "remote_hooks_installed" from phabricator/.arcconfig

Summary: See D967.

Test Plan: Looked.

Reviewers: vrana

Reviewed By: vrana

CC: aran

Differential Revision: https://secure.phabricator.com/D3048
This commit is contained in:
epriestley 2012-07-24 07:19:15 -07:00
parent f1270315e9
commit 6cef6658a3

View file

@ -1,10 +1,9 @@
{
"project_id" : "phabricator",
"conduit_uri" : "https://secure.phabricator.com/api/",
"lint_engine" : "PhabricatorLintEngine",
"unit_engine" : "PhutilUnitTestEngine",
"lint.engine" : "PhabricatorLintEngine",
"unit.engine" : "PhutilUnitTestEngine",
"copyright_holder" : "Facebook, Inc.",
"remote_hooks_installed" : true,
"phutil_libraries" : {
"phabricator" : "src/"
},