D1097: releasenotes: don't abort is there is a bad formatted entry for releasenotes

2017-10-17 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGa542ad320adb: releasenotes: don't abort is there is a bad formatted entry for releasenotes (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercur

D1097: releasenotes: don't abort is there is a bad formatted entry for releasenotes

2017-10-16 Thread pulkit (Pulkit Goyal)
pulkit updated this revision to Diff 2833. pulkit edited the summary of this revision. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1097?vs=2787&id=2833 REVISION DETAIL https://phab.mercurial-scm.org/D1097 AFFECTED FILES hgext/releasenotes.py CHANG

D1097: releasenotes: don't abort is there is a bad formatted entry for releasenotes

2017-10-16 Thread yuja (Yuya Nishihara)
yuja requested changes to this revision. yuja added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > releasenotes.py:327 > if not paragraphs: > -raise error.Abort(_('could not find content for release note > ' > -

D1097: releasenotes: don't abort is there is a bad formatted entry for releasenotes

2017-10-15 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY While producing releasenotes for (4.3::), releasenotes aborts with error because of some bad formatting of releasenotes in some commits. Instead of aborting, thi