Lines Matching refs:format
36 message = '{}:{}: {}'.format(filename, line_number,
37 message.format(*args, **kwargs))
44 super().__init__('{}: {}'.format(line_offset, error_message))
48 message = ('Lost content from {}: "{}"'.format(filename, line))
53 message = ('Changelog filenames do not end with .txt: {}'.format(", ".join(filenames)))
79 """Virtual class documenting how to write a changelog format class."""
116 """The traditional Mbed TLS changelog format."""
138 top_version_title = cls._unreleased_version_text.format(name) + '\n\n'
188 A changelog entry file has the same format as the body of a version section.
191 Entry files must have the same format as the changelog file.
206 categories = self.format.split_categories(text)
240 self.format = changelog_format
244 self.trailer) = self.format.extract_top_version(whole_file)
269 out.write(self.format.format_category(title, body))
299 hashes = subprocess.check_output(['git', 'log', '--format=%H',
351 '--format=%ct',