diff --git a/rhodecode/templates/compare/compare_diff.html b/rhodecode/templates/compare/compare_diff.html --- a/rhodecode/templates/compare/compare_diff.html +++ b/rhodecode/templates/compare/compare_diff.html @@ -47,6 +47,9 @@ %endfor + % if c.limited_diff: +
${_('Changeset was too big and was cut off...')}
+ % endif @@ -55,7 +58,9 @@ %for fid, change, f, stat in c.files: ${diff_block.diff_block_simple([c.changes[fid]])} %endfor - + % if c.limited_diff: +

${_('Changeset was too big and was cut off...')}

+ % endif