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

  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
api_unittest.py 37 from webkitpy.common.checkout.api import Checkout
38 from webkitpy.common.checkout.changelog import ChangeLogEntry
39 from webkitpy.common.checkout.scm import detect_scm_system, CommitMessage
55 Move commit_message_for_this_commit from scm to checkout
58 * Scripts/webkitpy/common/checkout/api.py: import scm.CommitMessage
64 Move commit_message_for_this_commit from scm to checkout
67 * Scripts/webkitpy/common/checkout/api.py:
90 Move commit_message_for_this_commit from scm to checkout
93 * Scripts/webkitpy/common/checkout/api.py: import scm.CommitMessag
    [all...]
api.py 33 from webkitpy.common.checkout.changelog import ChangeLog
34 from webkitpy.common.checkout.commitinfo import CommitInfo
35 from webkitpy.common.checkout.scm import CommitMessage
36 from webkitpy.common.checkout.deps import DEPS
43 # This class represents the WebKit-specific parts of the checkout (like ChangeLogs).
46 class Checkout(object):
scm_unittest.py 47 from webkitpy.common.checkout.api import Checkout
48 from webkitpy.common.checkout.scm import detect_scm_system, SCM, SVN, Git, CheckoutNeedsUpdate, commit_error_handler, AuthenticationError, AmbiguousCommitError, find_checkout_root, default_scm
152 # Create a test svn checkout
154 run_command(['svn', 'checkout', '--quiet', test_object.svn_repo_url, test_object.svn_checkout_path])
156 # Create and checkout a trunk dir to match the standard svn configuration to match git-svn's expectations
163 # Change directory out of the svn checkout so we can delete the checkout directory.
164 # _setup_test_commits will CD back to the svn checkout directory.
167 run_command(['svn', 'checkout', '--quiet', test_object.svn_repo_url + '/trunk', test_object.svn_checkout_path]
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/
host.py 31 from webkitpy.common.checkout.api import Checkout
32 from webkitpy.common.checkout.scm import default_scm
57 self._checkout = Checkout(self.scm())
62 def checkout(self): member in class:Host
  /external/skia/tools/
download_baselines.py 127 repo_to_modify.Checkout(GetBaselineSvnUrl(baseline_subdir), baseline_subdir)
146 actual_repo.Checkout(actual_url, '.')
svn.py 45 def Checkout(self, url, path):
53 return self._RunCommand(['svn', 'checkout', url, path])
  /external/webkit/Tools/Scripts/webkitpy/tool/
main.py 36 from webkitpy.common.checkout.api import Checkout
37 from webkitpy.common.checkout.scm import default_scm

Completed in 267 milliseconds