{% extends "base.html" %} {% load djblets_deco %} {% load i18n %} {% block title %}{% trans "New Review Request" %}{% endblock %} {% block css %} {% endblock %} {% block scripts-post %} {% endblock %} {% block content %} {% box "tip" %}
{% blocktrans %} You can simplify creating and updating review requests by using post-review. {% endblocktrans %}
{% blocktrans %} post-review is a command line tool that will help create compatible diffs, create new review requests, and update them, effortlessly. It is compatible with Windows, Linux, MacOS X, and Solaris. {% endblocktrans %}
{% endbox %} {% endblock %}