Lines Matching refs:diffs
314 set_status("uploading CL metadata + diffs")
329 # and base revision they are diffs against. We use the patch
332 # new CL's overall subject. So omit the diffs when creating
365 set_status("uploaded CL metadata + diffs")
2074 """upload diffs to the code review server
2387 diffs = cl.dict.get("patchsets", [])
2388 if not diffs:
2390 patchid = diffs[-1]
2642 """Tool for uploading diffs from a version control system to the codereview app.