HomeSort by relevance Sort by last modified time
    Searched defs:SCM (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 30 # Python module for interacting with an SCM system (like SVN or Git)
58 """Return the default SCM object as determined by the CWD and running code.
60 Returns the default SCM object for the current working directory; if the
61 CWD is not in a checkout, then we attempt to figure out if the SCM module
74 error("FATAL: Failed to determine the SCM system for either %s or %s" % (cwd, script_directory))
148 # SCM methods are expected to return paths relative to self.checkout_root.
149 class SCM:
167 # SCM always returns repository relative path, but sometimes we need
172 # FIXME: This belongs in Checkout, not SCM.
176 # FIXME: This belongs in Checkout, not SCM
    [all...]
scm_unittest.py 48 from webkitpy.common.checkout.scm import detect_scm_system, SCM, SVN, Git, CheckoutNeedsUpdate, commit_error_handler, AuthenticationError, AmbiguousCommitError, find_checkout_root, default_scm
218 scm = default_scm()
219 self.assertNotEqual(scm, None)
231 # For testing the SCM baseclass directly.
300 self.assertEqual(self.scm.changed_files(), ["test_file"])
302 self.assertEqual(self.scm.changed_files(), ["test_dir/test_file3", "test_file"])
306 self.assertEqual(self.scm.changed_files(), ["test_dir/test_file3", "test_file"])
311 self.assertEqual(self.scm.added_files(), [])
314 self.scm.add("added_file"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 89 milliseconds