Searched refs:opath (Results 1 – 1 of 1) sorted by relevance
105 def get_commits_count_between(opath, commit1, commit2): argument131 opath = get_origin_path(file_path)133 if not os.path.isfile(opath):137 o_from_head = get_latest_commit_from(opath, "HEAD")144 o_from_t = get_origin_from_trans_smartly(opath, t_from_head)147 o_from_t = get_origin_from_trans(opath, t_from_head)158 opath, o_from_t["hash"], o_from_head["hash"]
Completed in 2 milliseconds