Home
last modified time | relevance | path

Searched refs:detect_scm_system (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dscm_unittest.py48 from webkitpy.common.checkout.scm import detect_scm_system, SCM, SVN, Git, CheckoutNeedsUpdate, com…
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(self.svn_checkout_path)
[all …]
Dapi_unittest.py39 from webkitpy.common.checkout.scm import detect_scm_system, CommitMessage
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
/external/webkit/Tools/Scripts/webkitpy/
Dstyle_references.py47 from webkitpy.common.checkout.scm import detect_scm_system
56 scm = detect_scm_system(cwd)
/external/webkit/Tools/Scripts/
Drun-bindings-tests109 current_scm = scm.detect_scm_system(os.curdir)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Dupdate_webgl_conformance_tests.py97 current_scm = scm.detect_scm_system(os.path.dirname(sys.argv[0]))
/external/webkit/Tools/
DChangeLog-2010-05-243409 Previously detect_scm_system needed an absolute path for SVN. Now we