talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 9dc4849397b93df3ab24b6a141185988979ff075
parent d042ef5652c031df5cf3b14786b7558236fb4684
Author: Ricardo Mones <ricardo@mones.org>
Date:   Wed, 30 Oct 2019 11:04:01 +0100

Fix indentation, really

Diffstat:
Mtools/gitlog2changelog.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/gitlog2changelog.py b/tools/gitlog2changelog.py @@ -67,7 +67,7 @@ for line in fin: date = dateList[1] date = date[0:len(date)-1] dateFound = True - continue + continue # The svn-id lines are ignored elif re.match(' git-svn-id:', line) >= 0: continue