Searched refs:added_depot_path (Results 1 – 1 of 1) sorted by relevance
84 added_depot_path = run("p4 opened ...", r'([^#]+)#.*', r'.*?#[0-9]+ - add .*'); variable86 if added_depot_path:87 added_depot_path = map(quotate, added_depot_path) variable89 where = "p4 where " + " ".join(added_depot_path)