Home | History | Annotate | Download | only in codereview

Lines Matching defs:Upload

282 			self.Upload(ui, repo, gofmt_just_warn=True, creating=True)
309 def Upload(self, ui, repo, send_mail=False, gofmt=True, gofmt_just_warn=False, creating=False, quiet=False):
333 # and then we'll run an immediate upload.
350 # First upload sets the subject for the CL itself.
353 response_body = MySend("/upload", body, content_type=ctype)
1195 ui.write("\ncodereview extension enabled; use mail, upload, or submit instead of commit\n\n")
1370 d.Upload(ui, repo, quiet=True)
1815 cl.Upload(ui, repo, gofmt_just_warn=True)
1927 # upload, to sync current patch and also get change number if CL is new.
1929 cl.Upload(ui, repo, gofmt_just_warn=True)
1931 # check gofmt for real; allowed upload to warn in order to save CL.
1981 # We're committed. Upload final patch, close review, add commit message.
2070 # hg upload
2073 def upload(ui, repo, name, **opts):
2074 """upload diffs to the code review server
2086 return "cannot upload non-local change"
2087 cl.Upload(ui, repo)
2205 "^upload": (
2206 upload,
2279 # Wrappers around upload.py for interacting with Rietveld
2433 # Like upload.py Send but only authenticates when the
2624 # http://codereview.appspot.com/static/upload.py, heavily edited.
2644 Usage summary: upload.py [options] [-- diff_options]
2832 "source": "rietveld-codereview-upload",
2882 If we attempt to access the upload API without first obtaining an
3406 # to make upload.py work with Mercurial repos.