Show More
@@ -218,7 +218,7 b' class RepoCompareView(RepoAppView):' | |||
|
218 | 218 | if source_commit == target_commit: |
|
219 | 219 | c.commit_ranges = [] |
|
220 | 220 | else: |
|
221 | c.commit_ranges = [target_commit] | |
|
221 | c.commit_ranges = [source_commit, target_commit] | |
|
222 | 222 | else: |
|
223 | 223 | try: |
|
224 | 224 | c.commit_ranges = source_scm.compare( |
General Comments 0
You need to be logged in to leave comments.
Login now