Home | History | Annotate | Download | only in checkout

Lines Matching defs:be

15 # contributors may be used to endorse or promote products derived from
22 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
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
122 # Slash should always be the right path separator since we use cygwin on Windows.
176 # Now that we've deleted the checkout paths, cwddir may be invalid
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.
296 # FIXME: There must be a simpler way to add these w/o adding a wrapper method to both subclasses
361 self.assertEqual(self.scm.committer_email_for_revision(3), getpass.getuser()) # Committer "email" will be the current user
370 # Patch formats are slightly different between svn and git, so just regexp for things we know should be there.
913 run_command(['git', 'commit', '-a', '-m', 'commit to be thrown away by rebase abort'])