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

  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
api.py 146 def bug_id_for_this_commit(self, git_commit, changed_files=None): member in class:Checkout
api_unittest.py 191 self.assertEqual(checkout.bug_id_for_this_commit(git_commit=None), 36629)
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
download.py 112 "bug_id": (args and args[0]) or tool.checkout().bug_id_for_this_commit(options.git_commit, changed_files),
upload.py 198 bug_id = tool.checkout().bug_id_for_this_commit(options.git_commit, changed_files)

Completed in 190 milliseconds