|
| def | __init__ (self, scm, executive=None, filesystem=None) |
| |
| def | scripts_directory (self) |
| |
| def | script_path (self, script_name) |
| |
| def | is_path_to_changelog (self, path) |
| |
| def | changelog_entries_for_revision (self, revision, changed_files=None) |
| |
| def | commit_info_for_revision (self, revision) |
| |
| def | bug_id_for_revision (self, revision) |
| |
| def | modified_changelogs (self, git_commit, changed_files=None) |
| |
| def | modified_non_changelogs (self, git_commit, changed_files=None) |
| |
| def | commit_message_for_this_commit (self, git_commit, changed_files=None, return_stderr=False) |
| |
| def | recent_commit_infos_for_files (self, paths) |
| |
| def | suggested_reviewers (self, git_commit, changed_files=None) |
| |
| def | bug_id_for_this_commit (self, git_commit, changed_files=None) |
| |
| def | apply_patch (self, patch) |
| |
| def | apply_reverse_diff (self, revision) |
| |
| def | apply_reverse_diffs (self, revision_list) |
| |
◆ __init__()
| def webkitpy.common.checkout.checkout.Checkout.__init__ |
( |
|
self, |
|
|
|
scm, |
|
|
|
executive = None, |
|
|
|
filesystem = None |
|
) |
| |
◆ apply_patch()
| def webkitpy.common.checkout.checkout.Checkout.apply_patch |
( |
|
self, |
|
|
|
patch |
|
) |
| |
◆ apply_reverse_diff()
| def webkitpy.common.checkout.checkout.Checkout.apply_reverse_diff |
( |
|
self, |
|
|
|
revision |
|
) |
| |
◆ apply_reverse_diffs()
| def webkitpy.common.checkout.checkout.Checkout.apply_reverse_diffs |
( |
|
self, |
|
|
|
revision_list |
|
) |
| |
◆ bug_id_for_revision()
| def webkitpy.common.checkout.checkout.Checkout.bug_id_for_revision |
( |
|
self, |
|
|
|
revision |
|
) |
| |
◆ bug_id_for_this_commit()
| def webkitpy.common.checkout.checkout.Checkout.bug_id_for_this_commit |
( |
|
self, |
|
|
|
git_commit, |
|
|
|
changed_files = None |
|
) |
| |
◆ changelog_entries_for_revision()
| def webkitpy.common.checkout.checkout.Checkout.changelog_entries_for_revision |
( |
|
self, |
|
|
|
revision, |
|
|
|
changed_files = None |
|
) |
| |
◆ commit_info_for_revision()
| def webkitpy.common.checkout.checkout.Checkout.commit_info_for_revision |
( |
|
self, |
|
|
|
revision |
|
) |
| |
◆ commit_message_for_this_commit()
| def webkitpy.common.checkout.checkout.Checkout.commit_message_for_this_commit |
( |
|
self, |
|
|
|
git_commit, |
|
|
|
changed_files = None, |
|
|
|
return_stderr = False |
|
) |
| |
◆ is_path_to_changelog()
| def webkitpy.common.checkout.checkout.Checkout.is_path_to_changelog |
( |
|
self, |
|
|
|
path |
|
) |
| |
◆ modified_changelogs()
| def webkitpy.common.checkout.checkout.Checkout.modified_changelogs |
( |
|
self, |
|
|
|
git_commit, |
|
|
|
changed_files = None |
|
) |
| |
◆ modified_non_changelogs()
| def webkitpy.common.checkout.checkout.Checkout.modified_non_changelogs |
( |
|
self, |
|
|
|
git_commit, |
|
|
|
changed_files = None |
|
) |
| |
◆ recent_commit_infos_for_files()
| def webkitpy.common.checkout.checkout.Checkout.recent_commit_infos_for_files |
( |
|
self, |
|
|
|
paths |
|
) |
| |
◆ script_path()
| def webkitpy.common.checkout.checkout.Checkout.script_path |
( |
|
self, |
|
|
|
script_name |
|
) |
| |
◆ scripts_directory()
| def webkitpy.common.checkout.checkout.Checkout.scripts_directory |
( |
|
self | ) |
|
◆ suggested_reviewers()
| def webkitpy.common.checkout.checkout.Checkout.suggested_reviewers |
( |
|
self, |
|
|
|
git_commit, |
|
|
|
changed_files = None |
|
) |
| |
The documentation for this class was generated from the following file: