{% load i18n %}
{% blocktrans with rbtools_url="https://www.reviewboard.org/docs/rbtools/dev/" %} To configure this repository with RBTools, save the following in a .reviewboardrc file in the root of your checked out working copy and commit it: {% endblocktrans %}
REVIEWBOARD_URL = '{{reviewboard_url}}' REPOSITORY = '{{repository.name}}'
{% blocktrans %} RBTools will then be able to find the correct server and repository when any developer posts changes using rbt post. {% endblocktrans %}
{% blocktrans with config_docs_url="https://www.reviewboard.org/docs/rbtools/dev/rbt/configuration/" %} See the documentation on configuring repositories in RBTools for more information. {% endblocktrans %}