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