Searched refs:origin_path (Results 1 – 1 of 1) sorted by relevance
63 def get_origin_from_trans(origin_path, t_from_head): argument65 o_from_t = get_latest_commit_from(origin_path, t_from_head["hash"])67 o_from_t = get_latest_commit_from(origin_path, o_from_t["hash"] + "^")73 def get_origin_from_trans_smartly(origin_path, t_from_head): argument99 o_from_t = get_latest_commit_from(origin_path, origin_commit_hash)
Completed in 3 milliseconds