constant PATCH_MANAGER_SUCCESS in Patch manager 7
Same name and namespace in other branches
- 6 patch_manager.module \PATCH_MANAGER_SUCCESS
Return values for the patch function
patch's exit status is 0 if all hunks are applied successfully, 1 if some hunks cannot be applied, and 2 if there is more serious trouble.
4 uses of PATCH_MANAGER_SUCCESS
- patch_manager_apply_action in ./
patch_manager.module - Patch apply action
- patch_manager_node_actions_form_apply_submit in ./
patch_manager.module - Apply the patch in a node view context
- patch_manager_node_actions_form_reverse_submit in ./
patch_manager.module - Reverse the patch in a node view context
- patch_manager_revert_action in ./
patch_manager.module - Patch revert action
File
- ./
patch_manager.module, line 14 - Patch manager provides developers with tools for managing patches.
Code
define('PATCH_MANAGER_SUCCESS', 0);