mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Fix Changelog generation
This commit is contained in:
parent
2e46875009
commit
105a809feb
@ -17,6 +17,7 @@ BZR_PATH = '/var/bzr/code/calibre/trunk'
|
|||||||
class ChangelogFormatter(blog.LogFormatter):
|
class ChangelogFormatter(blog.LogFormatter):
|
||||||
|
|
||||||
supports_tags = True
|
supports_tags = True
|
||||||
|
supports_merge_revisions = True
|
||||||
|
|
||||||
def __init__(self, num_of_versions=20):
|
def __init__(self, num_of_versions=20):
|
||||||
self.num_of_versions = num_of_versions
|
self.num_of_versions = num_of_versions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user