changeset 34813 | 288fad8c55f9 |
parent 34812 | bc2caa4b4480 |
child 35003 | e68dd1909af3 |
--- a/hgext/releasenotes.py Mon Oct 16 22:46:11 2017 +0530 +++ b/hgext/releasenotes.py Mon Oct 16 22:46:37 2017 +0530 @@ -100,6 +100,10 @@ This is used to combine multiple sources of release notes together. """ + if not fuzz: + ui.warn(_("module 'fuzzywuzzy' not found, merging of similar " + "releasenotes is disabled\n")) + for section in other: existingnotes = converttitled(self.titledforsection(section)) + \ convertnontitled(self.nontitledforsection(section))