Lines Matching full:vsp
84 git, vsp = self._git, self._vsp
95 vsp.check_call([git, 'stash', 'save'])
96 self._original_branch = git_branch_name(vsp.verbose)
97 vsp.check_call(
102 git, vsp = self._git, self._vsp
105 status = vsp.check_output([git, 'status', '-s'])
107 vsp.check_call([git, 'checkout', '-q', self._original_branch])
109 vsp.check_call([git, 'stash', 'pop'])
112 vsp.check_call([git, 'branch', '-D', self._branch_name])
125 vsp = misc_utils.VerboseSubprocess(verbose)
127 full_branch = vsp.strip_output([git, 'symbolic-ref', 'HEAD'])
131 return vsp.strip_output([git, 'rev-parse', 'HEAD'])