[svnbook commit] r3111 - trunk/src/en/book

cmpilato noreply at red-bean.com
Tue Jun 10 08:13:57 CDT 2008


Author: cmpilato
Date: Tue Jun 10 08:13:57 2008
New Revision: 3111

Log:
Tweak comments in diffwrap.sh and diffwrap.bat examples.

Modified:
   trunk/src/en/book/ch07-customizing-svn.xml

Modified: trunk/src/en/book/ch07-customizing-svn.xml
==============================================================================
--- trunk/src/en/book/ch07-customizing-svn.xml	(original)
+++ trunk/src/en/book/ch07-customizing-svn.xml	Tue Jun 10 08:13:57 2008
@@ -1179,7 +1179,7 @@
 RIGHT=${7}
 
 # Call the diff command (change the following line to make sense for
-# your merge program).
+# your diff program).
 $DIFF --left $LEFT --right $RIGHT
 
 # Return an errorcode of 0 if no differences were detected, 1 if some were.
@@ -1201,7 +1201,7 @@
 SET RIGHT=%7
 
 REM Call the diff command (change the following line to make sense for
-REM your merge program).
+REM your diff program).
 %DIFF% --left %LEFT% --right %RIGHT%
 
 REM Return an errorcode of 0 if no differences were detected, 1 if some were.




More information about the svnbook-dev mailing list