Home | History | Annotate | Download | only in tools

Lines Matching full:vsp

90         self.vsp = misc_utils.VerboseSubprocess(self.verbose)
209 config.vsp.check_call([git, 'fetch', '-q', 'origin'])
216 config.vsp.check_call(
250 git_hash = config.vsp.strip_output(
276 git_hash = config.vsp.strip_output(
302 git_hash = config.vsp.strip_output(
353 git, vsp = config.git, config.vsp
358 vsp.check_call([git, 'add', filename])
360 vsp.check_call([git, 'commit', '-q', '-m', message])
373 branch_name = git_utils.git_branch_name(vsp.verbose)
386 vsp.check_call(git_cl)
387 issue = vsp.strip_output([git, 'cl', 'issue'])
389 vsp.check_call(git_try)
413 config.vsp.check_call([git, 'fetch', '-q', 'origin'])
423 master_hash = config.vsp.strip_output(
438 branch = git_utils.git_branch_name(config.vsp.verbose)
468 branch = git_utils.git_branch_name(config.vsp.verbose)