Home | History | Annotate | Download | only in checkout

Lines Matching defs:This

9 # notice, this list of conditions and the following disclaimer.
11 # copyright notice, this list of conditions and the following disclaimer
16 # this software without specific prior written permission.
18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
49 from webkitpy.common.config.committers import Committer # FIXME: This should not be needed
50 from webkitpy.common.net.bugzilla import Attachment # FIXME: This should not be needed
58 # FIXME: This should be unified into one of the executive.py commands!
84 # We use this wrapper to disable output decoding. diffs should be treated as
117 # This used to be the last commit, but doing so broke
133 # This 4th commit is used to make sure that our patch file handling
147 test_object.svn_repo_url = "file://%s" % test_object.svn_repo_path # Not sure this will work on windows
182 """This class tests any standalone/top-level functions in the package."""
276 # GitTest and SVNTest inherit from this so any test_ methods here will be run once for this class and then once for each subclass.
279 # FIXME: This code is brittle if the Attachment API changes.
1351 # This class is the first part of that.
1355 # We do this should_log dance to avoid logging when Git.__init__ runs sysctl on mac to check for 64-bit support.