diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2015-11-01 09:50:04 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2015-11-01 09:50:04 +0100 |
commit | 084bc8323ec44ce3a88f074e23ad90ed21a24f38 (patch) | |
tree | 6f6241fbc93b346583a2161157a790e29a8e1387 /MgaRepo | |
parent | 751cee16864784c8ff3ec2a0c74cb0958012a987 (diff) | |
download | mgarepo-084bc8323ec44ce3a88f074e23ad90ed21a24f38.tar mgarepo-084bc8323ec44ce3a88f074e23ad90ed21a24f38.tar.gz mgarepo-084bc8323ec44ce3a88f074e23ad90ed21a24f38.tar.bz2 mgarepo-084bc8323ec44ce3a88f074e23ad90ed21a24f38.tar.xz mgarepo-084bc8323ec44ce3a88f074e23ad90ed21a24f38.zip |
Add a void line between revisions in changelog, template revno
Diffstat (limited to 'MgaRepo')
-rw-r--r-- | MgaRepo/log.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MgaRepo/log.py b/MgaRepo/log.py index 96be56d..cbf7d13 100644 --- a/MgaRepo/log.py +++ b/MgaRepo/log.py @@ -312,6 +312,7 @@ def dump_file(releases, currentlog=None, template=None): first = False else: draft = draft + spaces + line + "\n" + draft += '\n' else: # default template if not releases_author[-1].visible: |