Restore print_output syntax in git_commit.py.
* gcc-changelog/git_commit.py: Restore print_output syntax in git_commit.py.
This commit is contained in:
parent
c10aa1f073
commit
b8333fc6f8
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2020-05-13 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* gcc-changelog/git_commit.py: Restore print_output syntax
|
||||
in git_commit.py.
|
||||
|
||||
2020-05-13 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* gcc-changelog/git_check_commit.py: New file.
|
||||
|
|
|
@ -526,9 +526,8 @@ class GitCommit:
|
|||
|
||||
def print_output(self):
|
||||
for entry, output in self.to_changelog_entries():
|
||||
print('@@CL %s' % entry)
|
||||
print('------ %s/ChangeLog ------ ' % entry)
|
||||
print(output)
|
||||
print('@@CL')
|
||||
|
||||
def print_errors(self):
|
||||
print('Errors:')
|
||||
|
|
Loading…
Add table
Reference in a new issue