# # # patch "monotone.texi" # from [ef8a5a77add25ad77eb1c135a73b504846878ed7] # to [8f8983c5d6ae2706aa410b6520c572c746d0966c] # ============================================================ --- monotone.texi ef8a5a77add25ad77eb1c135a73b504846878ed7 +++ monotone.texi 8f8983c5d6ae2706aa410b6520c572c746d0966c @@ -11650,7 +11650,7 @@ @subsection Validation Hooks If the hook finds the commit message satisfactory, it can return @code{true, ""}. If it finds fault, then it can return @code{false, reason} where @var{reason} is the reason the message was rejected. By default, this hook -rejects empty log messages. +is not defined and is thus ignored during a commit. @end ftable