mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-03 04:02:42 +01:00
3f13e36182
Summary: This should also fix the bug with double help for certain commands Test Plan: Reviewers: CC:
16 lines
368 B
PHP
16 lines
368 B
PHP
<?php
|
|
/**
|
|
* This file is automatically generated. Lint this module to rebuild it.
|
|
* @generated
|
|
*/
|
|
|
|
|
|
|
|
phutil_require_module('arcanist', 'exception/usage');
|
|
phutil_require_module('arcanist', 'workflow/base');
|
|
|
|
phutil_require_module('phutil', 'console');
|
|
phutil_require_module('phutil', 'future/exec');
|
|
|
|
|
|
phutil_require_source('ArcanistSvnHookPreCommitWorkflow.php');
|