Home | History | Annotate | Download | only in checkout

Lines Matching refs:def

47     def __init__(self, scm):
50 def is_path_to_changelog(self, path):
53 def _latest_entry_for_changelog_at_revision(self, changelog_path, revision):
62 def changelog_entries_for_revision(self, revision):
79 def commit_info_for_revision(self, revision):
100 def bug_id_for_revision(self, revision):
103 def _modified_files_matching_predicate(self, git_commit, predicate, changed_files=None):
112 def modified_changelogs(self, git_commit, changed_files=None):
115 def modified_non_changelogs(self, git_commit, changed_files=None):
118 def commit_message_for_this_commit(self, git_commit, changed_files=None):
135 def recent_commit_infos_for_files(self, paths):
139 def suggested_reviewers(self, git_commit, changed_files=None):
146 def bug_id_for_this_commit(self, git_commit, changed_files=None):
152 def chromium_deps(self):
155 def apply_patch(self, patch, force=False):
166 def apply_reverse_diff(self, revision):
179 def apply_reverse_diffs(self, revision_list):