Lines Matching refs:check_output
83 def check_output(command: t.List[str], cwd: str) -> str: function
102 commit_message = check_output(
122 sha = check_output(
128 merge_base = check_output(
135 result = check_output(
157 distance_from_base = check_output(
169 branches_containing = check_output(
281 base_sha = check_output(
295 head = check_output(
302 revs_between_str = check_output(
320 result = check_output(
333 result = check_output(