##// END OF EJS Templates
hgweb: fill {rename} even if ?linerange is specified...
Yuya Nishihara -
r38214:2aa0217b default
parent child Browse files
Show More
@@ -1097,6 +1097,7 b' def filelog(web):'
1097 1097 'file': path,
1098 1098 'diff': diffs,
1099 1099 'linerange': webutil.formatlinerange(*lr),
1100 'rename': templateutil.mappinglist([]),
1100 1101 })
1101 1102 entries.append(lm)
1102 1103 if i == revcount:
General Comments 0
You need to be logged in to leave comments. Login now