[Python-checkins] CVS: python/nondist/sf-html sf-faq.html,1.21,1.22

Tim Peters tim_one@users.sourceforge.net
Sun, 05 Aug 2001 16:05:23 -0700


Update of /cvsroot/python/python/nondist/sf-html
In directory usw-pr-cvs1:/tmp/cvs-serv10095

Modified Files:
	sf-faq.html 
Log Message:
One place that mentions diff neglected to punch you in the face with -c.


Index: sf-faq.html
===================================================================
RCS file: /cvsroot/python/python/nondist/sf-html/sf-faq.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** sf-faq.html	2001/04/29 17:15:44	1.21
--- sf-faq.html	2001/08/05 23:05:21	1.22
***************
*** 419,423 ****
  
  <blockquote>
!   <tt>cvs diff | tee ~/name_of_the_patch.diff</tt></blockquote>
  Else you can use the diff util which comes with most operating systems (a
  Windows version is available as part of the cygwin tools). <br />
--- 419,423 ----
  
  <blockquote>
!   <tt>cvs diff -c | tee ~/name_of_the_patch.diff</tt></blockquote>
  Else you can use the diff util which comes with most operating systems (a
  Windows version is available as part of the cygwin tools). <br />