Searched defs:detect_scm_system (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/
H A Dstyle_references.py47 from webkitpy.common.checkout.scm import detect_scm_system namespace
56 scm = detect_scm_system(cwd)
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dapi_unittest.py39 from webkitpy.common.checkout.scm import detect_scm_system, CommitMessage namespace
H A Dscm.py67 scm_system = detect_scm_system(cwd, patch_directories)
70 scm_system = detect_scm_system(script_directory, patch_directories)
78 def detect_scm_system(path, patch_directories=None): function
H A Dscm_unittest.py48 from webkitpy.common.checkout.scm import detect_scm_system, SCM, SVN, Git, CheckoutNeedsUpdate, commit_error_handler, AuthenticationError, AmbiguousCommitError, find_checkout_root, default_scm namespace
178 os.chdir(detect_scm_system(os.path.dirname(__file__)).checkout_root)
289 webkit_scm = detect_scm_system(os.path.dirname(os.path.abspath(__file__)))
565 self.scm = detect_scm_system(self.svn_checkout_path)
573 scm = detect_scm_system(".")
594 scm = detect_scm_system(test_dir_path)
601 scm = detect_scm_system(self.svn_checkout_path)
627 scm = detect_scm_system(self.svn_checkout_path)
633 scm = detect_scm_system(self.svn_checkout_path)
671 scm = detect_scm_system(sel
[all...]

Completed in 88 milliseconds