Home
last modified time | relevance | path

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

/scripts/
A Dchecktransupdate.py63 def get_origin_from_trans(origin_path, t_from_head): argument
65 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): argument
99 o_from_t = get_latest_commit_from(origin_path, origin_commit_hash)

Completed in 3 milliseconds