HomeSort by relevance Sort by last modified time
    Searched refs:_latest_entry_for_changelog_at_revision (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
api.py 53 def _latest_entry_for_changelog_at_revision(self, changelog_path, revision): member in class:Checkout
73 changelog_entries.append(self._latest_entry_for_changelog_at_revision(path, revision))
api_unittest.py 139 entry = checkout._latest_entry_for_changelog_at_revision("foo", "bar")
156 checkout._latest_entry_for_changelog_at_revision = mock_latest_entry_for_changelog_at_revision

Completed in 34 milliseconds