{% extends "base.html" %} {% load djblets_deco %} {% load i18n %} {% block title %}{% trans "New Review Request" %}{% endblock %} {% block scripts-post %} {% endblock %} {% block content %} {% box "tip" %}
{% blocktrans %} You can simplify creating and updating review requests by using rbt post from RBTools. {% endblocktrans %}
{% blocktrans %} rbt post is a command line tool that will create compatible diffs and upload them into new or existing review requests. It can even fill out the fields for you! {% endblocktrans %}
{% blocktrans %} RBTools contains many other helpful tools as well. It's compatible with Windows, Linux, MacOS X, and other unix-like operating systems. {% endblocktrans %}
{% endbox %} {% endblock %}