diff --git a/hgext/releasenotes.py b/hgext/releasenotes.py --- a/hgext/releasenotes.py +++ b/hgext/releasenotes.py @@ -325,8 +325,8 @@ continue if pblock['type'] != 'paragraph': - raise error.Abort(_('unexpected block in release notes ' - 'directive %s') % directive) + repo.ui.warn(_('unexpected block in release notes ' + 'directive %s\n') % directive) if pblock['indent'] > 0: paragraphs.append(pblock['lines'])