975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
|
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
|
-
-
+
+
|
echo "$p"
echo "$foundtext"
echo "----"
fi
done
</verbatim>
<a name="HighlightDiff">
<h2>Highlight diff's</h2>
<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 tzhe mailing list (20-Jan-2011).
<verbatim>
|