HomeSort by relevance Sort by last modified time
    Searched refs:checkout (Results 26 - 50 of 70) sorted by null

12 3

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
update_webgl_conformance_tests.py 34 from webkitpy.common.checkout import scm
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
updatechangelogswithreviewer.py 31 from webkitpy.common.checkout.changelog import ChangeLog
updatechromiumdeps.py 60 deps = self._tool.checkout().chromium_deps()
validatereviewer.py 32 from webkitpy.common.checkout.changelog import ChangeLog
validatereviewer_unittest.py 31 from webkitpy.common.checkout.changelog import ChangeLogEntry
abstractstep.py 47 "changelogs": lambda self, state: self._tool.checkout().modified_changelogs(self._options.git_commit, changed_files=self._changed_files(state)),
preparechangelog.py 31 from webkitpy.common.checkout.changelog import ChangeLog
  /external/v8/tools/
push-to-trunk.sh 91 git checkout -b $BRANCHNAME svn/bleeding_edge \
221 git checkout svn/bleeding_edge
261 git checkout -b $TRUNKBRANCH svn/trunk \
297 confirm "Please check if your local checkout is sane: Inspect $VERSION_FILE, \
327 echo ">>> Step $CURRENT_STEP: Switch to Chromium checkout."
342 echo ">>> Step $CURRENT_STEP: Update the checkout and create a new branch."
343 git checkout master || die "'git checkout master' failed."
346 git checkout -b "v8-roll-$TRUNK_REVISION" \
347 || die "Failed to checkout a new branch.
    [all...]
merge-to-branch.sh 116 git checkout -b $BRANCHNAME svn/$MERGE_TO_BRANCH \
216 git checkout $BRANCHNAME \
  /external/bison/build-aux/
gnu-web-doc-update 143 $GIT checkout "$current_branch"
155 $GIT checkout -b $tmp_branch v$version
vc-list-files 36 SRCDIR (default .). SRCDIR must be the top directory of a checkout.
  /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
  /external/webkit/Tools/Scripts/
find-mismatched-layout-test-results 36 from webkitpy.common.checkout import scm
run-bindings-tests 37 from webkitpy.common.checkout import scm
print-vse-failure-logs 39 from webkitpy.common.checkout import scm
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queries_unittest.py 89 tool.checkout().commit_info_for_revision = raising_mock
stepsequence.py 31 from webkitpy.common.checkout.scm import CheckoutNeedsUpdate
72 log("Commit failed because the checkout is out of date. Please update and try again.")
download.py 34 from webkitpy.common.checkout.changelog import ChangeLog
112 "bug_id": (args and args[0]) or tool.checkout().bug_id_for_this_commit(options.git_commit, changed_files),
297 commit_info = self._tool.checkout().commit_info_for_revision(revision)
queries.py 35 from webkitpy.common.checkout.commitinfo import CommitInfo
57 reviewers = tool.checkout().suggested_reviewers(options.git_commit)
160 commit_info = self._tool.checkout().commit_info_for_revision(revision)
210 commit_info = self._tool.checkout().commit_info_for_revision(revision)
sheriffbot.py 85 commit_info = self._tool.checkout().commit_info_for_revision(revision)
download_unittest.py 113 mock_tool.checkout().modified_changelogs = Mock(return_value=[])
117 self.assertEqual(mock_tool.checkout().modified_changelogs.call_count, 1)
  /external/webkit/Tools/Scripts/webkitpy/test/
main.py 86 'webkitpy.common.checkout',
92 # FIXME: This file also requires common.checkout to work
99 This method excludes "webkitpy.common.checkout.scm_unittest" unless
143 excluded_module = "webkitpy.common.checkout.scm_unittest"
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
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/skia/tools/
compare_baselines.py 2 Compares the gm results within the local checkout against those already
46 Compares the gm results within the local checkout against those already
153 svn.Svn(checkedin_dir).Checkout(svn_gm_url, '.')
  /external/webkit/Tools/Scripts/webkitpy/common/net/
credentials.py 36 from webkitpy.common.checkout.scm import Git

Completed in 546 milliseconds

12 3