Home | History | Annotate | Download | only in scripts

Lines Matching full:upload

19 Usage summary: upload.py [options] [-- diff_options]
196 "source": "rietveld-codereview-upload",
250 If we attempt to access the upload API without first obtaining an
410 help=("The server to upload to. The format is host[:port]. "
437 # Upload options
905 # upload the original file or else diff parsing will fail if the file was
908 # We'll need to upload the new content if we're adding a binary file
935 # Empty base content just to force an upload.
996 # the hashes of the base files, so we can upload them along with our diff.
1076 # to make upload.py work with Mercurial repos.
1282 logging.info("Enabled upload of base file")
1289 print "Upload server:", options.server, "(change with -s/--server)"
1347 response_body = rpc_server.Send("/upload", body, content_type=ctype)