Home
last modified time | relevance | path

Searched refs:checkout (Results 1 – 25 of 120) sorted by relevance

12345

/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dapi_unittest.py37 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
117 checkout = Checkout(None)
118checkout.modified_changelogs = lambda git_commit, changed_files=None: ["ChangeLog1", "ChangeLog2"]
121 commit_message = output.assert_outputs(self, checkout.commit_message_for_this_commit,
138 checkout = Checkout(scm)
139 entry = checkout._latest_entry_for_changelog_at_revision("foo", "bar")
149 checkout = Checkout(scm)
156checkout._latest_entry_for_changelog_at_revision = mock_latest_entry_for_changelog_at_revision
[all …]
Dapi.py33 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
Dscm_unittest.py47 from webkitpy.common.checkout.api import Checkout
48 from webkitpy.common.checkout.scm import detect_scm_system, SCM, SVN, Git, CheckoutNeedsUpdate, com…
400 self.checkout.apply_patch(self._create_patch(git_binary_addition))
407 … self.assertRaises(ScriptError, self.checkout.apply_patch, self._create_patch(git_binary_addition))
428 self.checkout.apply_patch(self._create_patch(git_binary_modification))
434 …self.assertRaises(ScriptError, self.checkout.apply_patch, self._create_patch(git_binary_modificati…
447 self.checkout.apply_patch(self._create_patch(git_binary_deletion))
452 … self.assertRaises(ScriptError, self.checkout.apply_patch, self._create_patch(git_binary_deletion))
553 self.checkout.apply_patch(self._create_patch(one_line_overlap_patch))
558 self.checkout.apply_patch(self._create_patch(two_line_overlap_patch))
[all …]
/external/webkit/Tools/Scripts/
Dcheck-webkit-style92 checkout = detect_checkout()
94 if checkout is None:
104 checkout_root = checkout.root_path()
119 patch = checkout.create_patch(options.git_commit, changed_files=changed_files)
Dcheck-inspector-strings93 checkout = detect_checkout() variable
94 if checkout is None:
98 checkout_root = checkout.root_path()
/external/skia/tools/
Dgit-skia-verify79 git checkout --detach "$REVISION"
86 git checkout "$PREVIOUS_BRANCH"
92 git checkout "$PREVIOUS_BRANCH"
Dupdate-doxygen.sh27 svn checkout http://skia.googlecode.com/svn/trunk # read-only
32 svn checkout https://skia-autogen.googlecode.com/svn/docs # writeable
/external/webkit/Tools/Scripts/webkitpy/common/
Dhost.py31 from webkitpy.common.checkout.api import Checkout
32 from webkitpy.common.checkout.scm import default_scm
62 def checkout(self): member in Host
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
Dpreparechangelogfordepsroll.py31 from webkitpy.common.checkout.changelog import ChangeLog
38 changelog_paths = self._tool.checkout().modified_changelogs(git_commit=None)
Dvalidatechangelogs.py31 from webkitpy.common.checkout.diff_parser import DiffParser
39 if not self._tool.checkout().is_path_to_changelog(diff_file.filename):
Dpreparechangelogforrevert.py31 from webkitpy.common.checkout.changelog import ChangeLog
54 changelog_paths = self._tool.checkout().modified_changelogs(git_commit=None)
Dpreparechangelogforrevert_unittest.py36 from webkitpy.common.checkout.changelog import ChangeLog
37 from webkitpy.common.checkout.changelog_unittest import ChangeLogTest
Dcommit.py29 from webkitpy.common.checkout.scm import AuthenticationError, AmbiguousCommitError
46 …self._commit_message = self._tool.checkout().commit_message_for_this_commit(self._options.git_comm…
Drevertrevision.py34 self._tool.checkout().apply_reverse_diffs(state["revision_list"])
/external/v8/tools/
Dpush-to-trunk.sh91 git checkout -b $BRANCHNAME svn/bleeding_edge \
221 git checkout svn/bleeding_edge
261 git checkout -b $TRUNKBRANCH svn/trunk \
343 git checkout master || die "'git checkout master' failed."
346 git checkout -b "v8-roll-$TRUNK_REVISION" \
Dcommon-includes.sh121 git checkout -b $TEMP_BRANCH
130 git checkout -f $CURRENT_BRANCH
/external/webkit/Tools/Scripts/webkitpy/
Dstyle_references.py43 from webkitpy.common.checkout.diff_parser import DiffParser
47 from webkitpy.common.checkout.scm import detect_scm_system
/external/harfbuzz_ng/
DMakefile.am41 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
42 echo A git checkout and git-log is required to generate this file >> "$(srcdir)/$@"); \
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmain.py36 from webkitpy.common.checkout.api import Checkout
37 from webkitpy.common.checkout.scm import default_scm
/external/chromium/sdch/open-vcdiff/src/gtest/
DREADME61 Subversion hosting). The VCS checkout requires a few extra steps and some extra
72 $ svn checkout http://googletest.googlecode.com/svn/trunk/ gtest-svn
76 $ svn checkout http://googletest.googlecode.com/svn/branches/release-X.Y/ gtest-X.Y-svn
80 the checkout command you used ('gtest-svn' or 'gtest-X.Y-svn' above)
146 If you install Google Test on your system, and are working from a VCS checkout,
147 make sure you run this *before* updating your checkout of the source in order
/external/libvpx/
DUPDATING1 Pull the new libvpx checkout into external/libvpx/libvpx:
6 $ git checkout <branch>
/external/chromium/googleurl/build/
DREADME.txt4 The base checkout directory must be named 'googleurl'.
/external/bison/build-aux/
Dgnu-web-doc-update143 $GIT checkout "$current_branch"
155 $GIT checkout -b $tmp_branch v$version
/external/v8/tools/oom_dump/
DSConstruct30 'Path to checkout of google-breakpad project',
34 'Path to checkout of v8 project',
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
Drelease_src.sh18 svn checkout http://iexploder.googlecode.com/svn/trunk/ iexploder-$$

12345