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