rietveld/templates/use_uploadpy.html

1.2 KiB

{%extends "issue_base.html"%} {%block body%}

Tired of uploading files through the form?

Download upload.py, a simple tool for uploading diffs from a version control system to the codereview app.

Usage summary:

upload.py [options] [-- diff_options]

Diff options are passed to the diff command of the underlying system.

Supported version control systems:

  • Subversion
  • Git
  • Mercurial

Read more about this script.

{%endblock%}