##// END OF EJS Templates
compare: single file mode will now show start and end commit range for this particular files instead of the last commit
marcink -
r3711:6a5b530d new-ui
parent child Browse files
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