Add mech testing in from the branch I previously made. 5 of the URIs which we test...
[catagits/Gitalist.git] / root / fragment / commit / diff_fancy.tt2
CommitLineData
ca06a177 1MOO[%
a35d5d2a 2 # In the case of merge commits there will be no diff tree.
6dac2638 3 IF (diff_tree.size||0) > 0;
a35d5d2a 4 INCLUDE '_diff_tree.tt2';
5 END;
6dac2638 6 IF (diff.size||0) > 0;
a35d5d2a 7 INCLUDE '_diff.tt2';
8 ELSE
9 %]
10 <div class='no-difference'>
11 [%
12 IF commit.parents > 1;
13 'Trivial merge';
14 ELSE;
15 'No differences found';
16 END;
17 %]
18 </div>
19 [% END %]
84f49778 20