Searched refs:modified_changelogs (Results 1 – 6 of 6) sorted by relevance
39 changelog_paths = self._tool.scm().modified_changelogs()
53 "changelogs" : lambda self: self._tool.scm().modified_changelogs(),
70 for changelog_path in self._tool.scm().modified_changelogs():
158 def modified_changelogs(self): member in SCM171 changelog_paths = self.modified_changelogs()445 changelog_paths = self.modified_changelogs()
316 def modified_changelogs(self): member in MockSCM
13639 - Move modified_changelogs into scm.py.