Show More
@@ -95,7 +95,7 b' class TestMercurialRemoteRepoInvalidatio' | |||||
95 | references. |
|
95 | references. | |
96 | """ |
|
96 | """ | |
97 | from rhodecode.model.pull_request import PullRequestModel |
|
97 | from rhodecode.model.pull_request import PullRequestModel | |
98 | repo_id = pull_request.target_repo |
|
98 | repo_id = pull_request.target_repo.repo_id | |
99 | target_vcs = pull_request.target_repo.scm_instance() |
|
99 | target_vcs = pull_request.target_repo.scm_instance() | |
100 | target_ref = pull_request.target_ref_parts |
|
100 | target_ref = pull_request.target_ref_parts | |
101 | source_ref = pull_request.source_ref_parts |
|
101 | source_ref = pull_request.source_ref_parts |
General Comments 0
You need to be logged in to leave comments.
Login now