pull-requests: expose version browsing of pull requests.

- show nav for browsing each version of pr
- show detailed changes for each of version
- update comment template to indicate the changes were due to update of a pr
This commit is contained in:
Marcin Kuzminski 2016-12-19 17:38:22 +01:00
parent b48fee96cc
commit 9d8634a618
9 changed files with 212 additions and 82 deletions

View file

@ -722,7 +722,7 @@ def test_update_adds_a_comment_to_the_pull_request_about_the_change(pr_util):
# Expect to find a new comment about the change
expected_message = textwrap.dedent(
"""\
Auto status change to |under_review|
Pull request updated. Auto status change to |under_review|
.. role:: added
.. role:: removed