Searched defs:ancestor (Results 1 – 3 of 3) sorted by relevance
29 ancestor = subprocess.check_output(["git", "merge-base", variable33 ancestor = ancestor.strip() variable
26 ancestor = subprocess.check_output(["git", "merge-base", variable30 ancestor = ancestor.strip() variable
2153 def path_is_descendant(descendant, ancestor): argument