mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-28 14:39:35 +01:00
Summary: find is deprecated, query is new hotness. Test Plan: Ran "arc branch", got identical output. Reviewers: nh, btrahan Reviewed By: btrahan CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1646
17 lines
397 B
PHP
17 lines
397 B
PHP
<?php
|
|
/**
|
|
* This file is automatically generated. Lint this module to rebuild it.
|
|
* @generated
|
|
*/
|
|
|
|
|
|
|
|
phutil_require_module('arcanist', 'branch');
|
|
phutil_require_module('arcanist', 'exception/usage');
|
|
phutil_require_module('arcanist', 'workflow/base');
|
|
|
|
phutil_require_module('phutil', 'console');
|
|
phutil_require_module('phutil', 'utils');
|
|
|
|
|
|
phutil_require_source('ArcanistBranchWorkflow.php');
|