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

1 2 3

  /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):
changelog_unittest.py 38 from webkitpy.common.checkout.changelog import *
commitinfo_unittest.py 31 from webkitpy.common.checkout.commitinfo import CommitInfo
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
preparechangelogfordepsroll.py 31 from webkitpy.common.checkout.changelog import ChangeLog
38 changelog_paths = self._tool.checkout().modified_changelogs(git_commit=None)
revertrevision.py 34 self._tool.checkout().apply_reverse_diffs(state["revision_list"])
applypatch.py 43 self._tool.checkout().apply_patch(state["patch"], force=self._options.non_interactive or self._options.force_patch)
applypatchwithlocalcommit.py 42 commit_message = self._tool.checkout().commit_message_for_this_commit(git_commit=None)
preparechangelogforrevert.py 31 from webkitpy.common.checkout.changelog import ChangeLog
54 changelog_paths = self._tool.checkout().modified_changelogs(git_commit=None)
validatechangelogs.py 31 from webkitpy.common.checkout.diff_parser import DiffParser
39 if not self._tool.checkout().is_path_to_changelog(diff_file.filename):
preparechangelog_unittest.py 32 from webkitpy.common.checkout.changelog_unittest import ChangeLogTest
suggestreviewers.py 45 reviewers = self._tool.checkout().suggested_reviewers(self._options.git_commit, self._changed_files(state))
preparechangelogforrevert_unittest.py 36 from webkitpy.common.checkout.changelog import ChangeLog
37 from webkitpy.common.checkout.changelog_unittest import ChangeLogTest
commit.py 29 from webkitpy.common.checkout.scm import AuthenticationError, AmbiguousCommitError
46 self._commit_message = self._tool.checkout().commit_message_for_this_commit(self._options.git_commit).message()
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
release_src.sh 18 svn checkout http://iexploder.googlecode.com/svn/trunk/ iexploder-$$
  /external/webkit/Tools/Scripts/
check-webkit-style 92 checkout = detect_checkout()
94 if checkout is None:
96 _log.error("WebKit checkout not found: You must run this script "
97 "from within a WebKit checkout if you are not passing "
102 _log.debug("WebKit checkout not found for current directory.")
104 checkout_root = checkout.root_path()
105 _log.debug("WebKit checkout found with root: %s" % checkout_root)
119 patch = checkout.create_patch(options.git_commit, changed_files=changed_files)
check-inspector-strings 93 checkout = detect_checkout() variable in class:LocalizedStringsExtractor
94 if checkout is None:
95 _log.error("WebKit checkout not found: You must run this script "
96 "from within a WebKit checkout.")
98 checkout_root = checkout.root_path()
99 _log.debug("WebKit checkout found with root: %s" % checkout_root)
  /external/skia/tools/
git-skia-verify 79 git checkout --detach "$REVISION"
86 git checkout "$PREVIOUS_BRANCH"
92 git checkout "$PREVIOUS_BRANCH"
update-doxygen.sh 27 svn checkout http://skia.googlecode.com/svn/trunk # read-only
32 svn checkout https://skia-autogen.googlecode.com/svn/docs # writeable
submit_try 60 """ Determine where the local checkout is rooted.
62 is_svn: boolean; whether we're in an SVN checkout. If False, assume we're in
63 a git checkout.
71 raise Exception('Couldn\'t find checkout root!')
81 raise Exception('Couldn\'t find checkout root!')
90 raise Exception('Couldn\'t find checkout root!')
255 # Determine if we're in an SVN checkout.
roll_autogen.sh 61 echo "Removing local checkout."
  /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/webkit/Tools/Scripts/webkitpy/style/
patchreader.py 33 from webkitpy.common.checkout.diff_parser import DiffParser
  /external/webkit/Tools/Scripts/webkitpy/
style_references.py 43 from webkitpy.common.checkout.diff_parser import DiffParser
47 from webkitpy.common.checkout.scm import detect_scm_system
69 """Return the checkout root as an absolute path."""
  /external/v8/tools/
common-includes.sh 97 # Cancel if this is not a git checkout.
99 || die "This is not a git checkout, this script won't work for you."
121 git checkout -b $TEMP_BRANCH
130 git checkout -f $CURRENT_BRANCH

Completed in 129 milliseconds

1 2 3