Searched refs:detect_scm_system (Results 1 – 7 of 7) sorted by relevance
48 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 …]
39 from webkitpy.common.checkout.scm import detect_scm_system, CommitMessage
67 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
47 from webkitpy.common.checkout.scm import detect_scm_system56 scm = detect_scm_system(cwd)
109 current_scm = scm.detect_scm_system(os.curdir)
97 current_scm = scm.detect_scm_system(os.path.dirname(sys.argv[0]))
3409 Previously detect_scm_system needed an absolute path for SVN. Now we