|
| def | __init__ (self) |
| |
| def | commit_info_for_revision (self, svn_revision) |
| |
| def | is_path_to_changelog (self, path) |
| |
| def | bug_id_for_revision (self, svn_revision) |
| |
| def | recent_commit_infos_for_files (self, paths) |
| |
| def | modified_changelogs (self, git_commit, changed_files=None) |
| |
| def | commit_message_for_this_commit (self, git_commit, changed_files=None) |
| |
| def | apply_patch (self, patch) |
| |
| def | apply_reverse_diffs (self, revision) |
| |
| def | suggested_reviewers (self, git_commit, changed_files=None) |
| |
◆ __init__()
| def webkitpy.common.checkout.checkout_mock.MockCheckout.__init__ |
( |
|
self | ) |
|
◆ apply_patch()
| def webkitpy.common.checkout.checkout_mock.MockCheckout.apply_patch |
( |
|
self, |
|
|
|
patch |
|
) |
| |
◆ apply_reverse_diffs()
| def webkitpy.common.checkout.checkout_mock.MockCheckout.apply_reverse_diffs |
( |
|
self, |
|
|
|
revision |
|
) |
| |
◆ bug_id_for_revision()
| def webkitpy.common.checkout.checkout_mock.MockCheckout.bug_id_for_revision |
( |
|
self, |
|
|
|
svn_revision |
|
) |
| |
◆ commit_info_for_revision()
| def webkitpy.common.checkout.checkout_mock.MockCheckout.commit_info_for_revision |
( |
|
self, |
|
|
|
svn_revision |
|
) |
| |
◆ commit_message_for_this_commit()
| def webkitpy.common.checkout.checkout_mock.MockCheckout.commit_message_for_this_commit |
( |
|
self, |
|
|
|
git_commit, |
|
|
|
changed_files = None |
|
) |
| |
◆ is_path_to_changelog()
| def webkitpy.common.checkout.checkout_mock.MockCheckout.is_path_to_changelog |
( |
|
self, |
|
|
|
path |
|
) |
| |
◆ modified_changelogs()
| def webkitpy.common.checkout.checkout_mock.MockCheckout.modified_changelogs |
( |
|
self, |
|
|
|
git_commit, |
|
|
|
changed_files = None |
|
) |
| |
◆ recent_commit_infos_for_files()
| def webkitpy.common.checkout.checkout_mock.MockCheckout.recent_commit_infos_for_files |
( |
|
self, |
|
|
|
paths |
|
) |
| |
◆ suggested_reviewers()
| def webkitpy.common.checkout.checkout_mock.MockCheckout.suggested_reviewers |
( |
|
self, |
|
|
|
git_commit, |
|
|
|
changed_files = None |
|
) |
| |
The documentation for this class was generated from the following file: