Searched refs:_modified_files_matching_predicate (Results 1 – 1 of 1) sorted by relevance
103 def _modified_files_matching_predicate(self, git_commit, predicate, changed_files=None): member in Checkout113 …return self._modified_files_matching_predicate(git_commit, self.is_path_to_changelog, changed_file…116 …return self._modified_files_matching_predicate(git_commit, lambda path: not self.is_path_to_change…