Lines Matching full:change
143 The change log as a list of strings, one per line
159 for change in sorted(self.changes, reverse=True):
161 for this_commit, text in self.changes[change]:
166 line = 'Changes in v%d:' % change
183 """Check that each version has a change log
195 str = 'Change log missing for v%d' % version
198 str = 'Change log for unknown version v%d' % version
201 str = 'Change log exists, but no version is set'
260 """Add a new change line to a version.
262 This will later appear in the change log.
265 version: version number to add change list to
266 info: change line for this version