mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
2fd37a1728
Summary: See D945. We have this kludgy "remote_hooks_installed" mess right now, but we have enough information on the server nowadays to figure this out without it. Also reduce code duplication by sharing the "mark-committed" workflow. This causes "arc merge" to effect commit marks. Test Plan: In Git, Mercurial and SVN working copies ran like a million amend/merge/commit/mark-committed commands with and without --finalize in various states of revision completion. This change is really hard to exhaustively test because of the number of combinations of VCS, revision state, command, command flags, repository state and tracking state. All the reasonable tests I could come up with worked correctly, though. Reviewers: Makinde, jungejason, nh, tuomaspelkonen, aran Reviewed By: jungejason CC: aran, jungejason Differential Revision: 967
10 lines
260 B
JSON
10 lines
260 B
JSON
{
|
|
"project_id" : "arcanist",
|
|
"conduit_uri" : "https://secure.phabricator.com/",
|
|
"lint_engine" : "PhutilLintEngine",
|
|
"unit_engine" : "PhutilUnitTestEngine",
|
|
"copyright_holder" : "Facebook, Inc.",
|
|
"phutil_libraries" : {
|
|
"arcanist" : "src/"
|
|
}
|
|
}
|