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:
parent
b48fee96cc
commit
9d8634a618
9 changed files with 212 additions and 82 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue