Searched refs:is_path_to_changelog (Results 1 – 4 of 4) sorted by relevance
50 def is_path_to_changelog(self, path): member in Checkout70 if not self.is_path_to_changelog(path):113 …return self._modified_files_matching_predicate(git_commit, self.is_path_to_changelog, changed_file…116 …dified_files_matching_predicate(git_commit, lambda path: not self.is_path_to_changelog(path), chan…
39 if not self._tool.checkout().is_path_to_changelog(diff_file.filename):
41 tool._checkout.is_path_to_changelog = lambda path: True
12001 - Add is_path_to_changelog to greatly simplify SCM.modified_changelogs code.