Changes To Cookbook
Not logged in

Changes to "Cookbook" between 2011-01-20 20:58:00 and 2011-01-20 20:59:45

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