59
59
"""Hooks for MergeDirective classes."""
64
64
"Called with a MergeRequestBodyParams when a body is needed for"
65
65
" a merge request. Callbacks must return a body. If more"
66
66
" than one callback is registered, the output of one callback is"
67
" provided to the next.", (1, 15, 0), False))
67
" provided to the next.", (1, 15, 0))
70
70
class BaseMergeDirective(object):