2011-01-09 15:22:25 -08:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* This file is automatically generated. Lint this module to rebuild it.
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
phutil_require_module('arcanist', 'differential/revision');
|
|
|
|
phutil_require_module('arcanist', 'exception');
|
|
|
|
phutil_require_module('arcanist', 'exception/usage');
|
2011-03-12 17:57:35 -08:00
|
|
|
phutil_require_module('arcanist', 'exception/usage/userabort');
|
2011-01-09 15:22:25 -08:00
|
|
|
phutil_require_module('arcanist', 'parser/bundle');
|
|
|
|
phutil_require_module('arcanist', 'parser/diff');
|
|
|
|
phutil_require_module('arcanist', 'parser/diff/change');
|
2011-10-27 15:26:23 -07:00
|
|
|
phutil_require_module('arcanist', 'parser/diff/changetype');
|
Unify arguments for 'arc lint', 'arc unit'
Summary: See T645. These commands take inconsistent and overly-magical arguments
right now. Instead, make them behave consistently and allow them both to operate
on "arc <workflow> path path2 path3 ...", which is a generally useful workflow.
Test Plan: Ran "arc lint <path>", "arc unit <path>", "arc lint --rev
HEAD^^^^^^", "arc unit --rev HEAD^^^^^^^^^^^^", etc. Ran "arc diff --trace" and
verified --rev argument to child workflows.
Reviewers: btrahan, jungejason
Reviewed By: btrahan
CC: aran, epriestley, btrahan
Maniphest Tasks: T645
Differential Revision: https://secure.phabricator.com/D1348
2012-01-09 12:40:50 -08:00
|
|
|
phutil_require_module('arcanist', 'repository/api/base');
|
2011-01-09 15:22:25 -08:00
|
|
|
|
2011-07-13 15:03:40 -07:00
|
|
|
phutil_require_module('phutil', 'conduit/client');
|
2011-01-09 15:22:25 -08:00
|
|
|
phutil_require_module('phutil', 'console');
|
2011-06-14 12:18:40 -07:00
|
|
|
phutil_require_module('phutil', 'filesystem');
|
2011-01-09 15:22:25 -08:00
|
|
|
phutil_require_module('phutil', 'future/exec');
|
2011-07-15 12:44:03 -07:00
|
|
|
phutil_require_module('phutil', 'moduleutils');
|
2011-07-13 15:03:40 -07:00
|
|
|
phutil_require_module('phutil', 'utils');
|
2011-01-09 15:22:25 -08:00
|
|
|
|
|
|
|
|
|
|
|
phutil_require_source('ArcanistBaseWorkflow.php');
|