Submitter | phabricator |
---|---|
Date | Aug. 13, 2017, 8:01 a.m. |
Message ID | <38dd978c945472c34cacd8ba9ab40a14@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/22943/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/releasenotes.py b/hgext/releasenotes.py --- a/hgext/releasenotes.py +++ b/hgext/releasenotes.py @@ -426,7 +426,7 @@ lines.append('') - if lines[-1]: + if lines and lines[-1]: lines.append('') return '\n'.join(lines)