981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
|
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
|
-
+
|
<h2><a name="HighlightDiff">Highlight diff's</a></h2>
<h3>Problem</h3>
Fossil shows a diff of a checkin. It uses the textual representation ('+' sign for added line, '-' for a changed/deleted line). Having a color for added lines, e.g. green, and for changed lines, e.g. red, would make the changes more visible.
<h3>Solution</h3>
The soultion was presented on the mailing list (20-Jan-2011).
The solution was presented on the mailing list (20-Jan-2011).
<verbatim>
Just put the following somewhere into Footer (not header!) above </body>:
================================
<script>
|