{% load i18n %}
{% blocktrans %} Review Board supports closing review requests that are referenced in commit messages for any changes pushed to this repository. These references are in the form of: {% endblocktrans %}
Reviewed at {{example_url}}
{% trans "Or:" %}
Review Request #{{example_id}}
{% blocktrans %} To configure this, fill in the post-commit webhook for your Google Code repository (toward the bottom of the page) with the following URL: {% endblocktrans %}
{{webhook_endpoint_url}}
{% blocktrans %} Then click Save changes. You're done! {% endblocktrans %}