Home | History | Annotate | Download | only in commands

Lines Matching refs:scm

221     def __init__(self, test_port, layout_tests_directory, results_directory, platforms, filesystem, scm):
227 self.scm = scm
253 scm = test_config.scm
303 exit_code = scm.add(destination_path, return_exit_code=True)
305 log(' Could not update %s in SCM, exit code %d' %
339 exit_code = test_config.scm.add(destination_path, return_exit_code=True)
341 log(' Could not update %s in SCM, exit code %d' %
403 scm = self._tool.scm()
415 scm.add = no_op_add
431 scm)