|
1942 | 1942 | 'ReleephBranchCreateController' => 'applications/releeph/controller/branch/ReleephBranchCreateController.php',
|
1943 | 1943 | 'ReleephBranchEditController' => 'applications/releeph/controller/branch/ReleephBranchEditController.php',
|
1944 | 1944 | 'ReleephBranchEditor' => 'applications/releeph/editor/ReleephBranchEditor.php',
|
| 1945 | + 'ReleephBranchHistoryController' => 'applications/releeph/controller/branch/ReleephBranchHistoryController.php', |
1945 | 1946 | 'ReleephBranchNamePreviewController' => 'applications/releeph/controller/branch/ReleephBranchNamePreviewController.php',
|
1946 | 1947 | 'ReleephBranchPreviewView' => 'applications/releeph/view/branch/ReleephBranchPreviewView.php',
|
1947 | 1948 | 'ReleephBranchQuery' => 'applications/releeph/query/ReleephBranchQuery.php',
|
1948 | 1949 | 'ReleephBranchSearchEngine' => 'applications/releeph/query/ReleephBranchSearchEngine.php',
|
1949 | 1950 | 'ReleephBranchTemplate' => 'applications/releeph/view/branch/ReleephBranchTemplate.php',
|
1950 | 1951 | 'ReleephBranchTransaction' => 'applications/releeph/storage/ReleephBranchTransaction.php',
|
| 1952 | + 'ReleephBranchTransactionQuery' => 'applications/releeph/query/ReleephBranchTransactionQuery.php', |
1951 | 1953 | 'ReleephBranchViewController' => 'applications/releeph/controller/branch/ReleephBranchViewController.php',
|
1952 | 1954 | 'ReleephCommitFinder' => 'applications/releeph/commitfinder/ReleephCommitFinder.php',
|
1953 | 1955 | 'ReleephCommitFinderException' => 'applications/releeph/commitfinder/ReleephCommitFinderException.php',
|
|
4122 | 4124 | 'ReleephBranchCreateController' => 'ReleephProjectController',
|
4123 | 4125 | 'ReleephBranchEditController' => 'ReleephProjectController',
|
4124 | 4126 | 'ReleephBranchEditor' => 'PhabricatorEditor',
|
| 4127 | + 'ReleephBranchHistoryController' => 'ReleephProjectController', |
4125 | 4128 | 'ReleephBranchNamePreviewController' => 'ReleephController',
|
4126 | 4129 | 'ReleephBranchPreviewView' => 'AphrontFormControl',
|
4127 | 4130 | 'ReleephBranchQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
4128 | 4131 | 'ReleephBranchSearchEngine' => 'PhabricatorApplicationSearchEngine',
|
4129 | 4132 | 'ReleephBranchTransaction' => 'PhabricatorApplicationTransaction',
|
| 4133 | + 'ReleephBranchTransactionQuery' => 'PhabricatorApplicationTransactionQuery', |
4130 | 4134 | 'ReleephBranchViewController' =>
|
4131 | 4135 | array(
|
4132 | 4136 | 0 => 'ReleephProjectController',
|
|
0 commit comments