Lines Matching refs:patchid
2390 patchid = diffs[-1]2392 patchset = JSONGet(ui, "/api/" + clname + "/" + str(patchid))2394 return None, None, None, "error loading CL patchset %s/%d" % (clname, patchid)2395 if patchset.get("patchset", 0) != patchid:2402 diff = "/download/issue" + clname + "_" + str(patchid) + ".diff"