Update of /cvsroot/sandweb/sandweb/doc/API
In directory usw-pr-cvs1:/tmp/cvs-serv26984/doc/API
Modified Files:
Repository.txt
Log Message:
turned on context diff by default, and documented it.
if we can parse this data, colorize the parts prefaced
by "+ " and "- ", we will have "colorized context diff"
functionality.
Index: Repository.txt
===================================================================
RCS file: /cvsroot/sandweb/sandweb/doc/API/Repository.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -U2 -r1.8 -r1.9
--- Repository.txt 2001/08/07 23:18:31 1.8
+++ Repository.txt 2001/12/23 04:48:06 1.9
@@ -382,4 +382,10 @@
(False=CVS: diff -l)
+ context (type: boolean)
+ Displays the diff in "context" format, much more
+ human readable than the default style.
+
+ Default value: true.
+ (CVS: checkout -R)
-D d1 Diff revision or date against working file.
|