Show More
@@ -724,7 +724,7 b' def differ(org_repo, org_ref, other_repo' | |||||
724 | org_ref = org_ref[1] |
|
724 | org_ref = org_ref[1] | |
725 | other_ref = other_ref[1] |
|
725 | other_ref = other_ref[1] | |
726 |
|
726 | |||
727 | if org_repo == other_repo: |
|
727 | if org_repo_scm == other_repo_scm: | |
728 | log.debug('running diff between %s@%s and %s@%s' |
|
728 | log.debug('running diff between %s@%s and %s@%s' | |
729 | % (org_repo.path, org_ref, other_repo.path, other_ref)) |
|
729 | % (org_repo.path, org_ref, other_repo.path, other_ref)) | |
730 | _diff = org_repo_scm.get_diff(rev1=org_ref, rev2=other_ref, |
|
730 | _diff = org_repo_scm.get_diff(rev1=org_ref, rev2=other_ref, |
General Comments 0
You need to be logged in to leave comments.
Login now