Home
last modified time | relevance | path

Searched refs:is_ancestor (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/tools/
Dcef_version.py181 git.is_ancestor(self.cef_path, 'HEAD', release_branch) or
182 git.is_ancestor(self.cef_path, 'HEAD', 'origin/' + release_branch))
Dgit_util.py22 def is_ancestor(path='.', commit1='HEAD', commit2='master'): function