[Python-checkins] CVS: python/nondist/peps pep-0101.txt,1.12,1.13

Barry Warsaw bwarsaw@users.sourceforge.net
Thu, 25 Oct 2001 08:42:59 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv2263

Modified Files:
	pep-0101.txt 
Log Message:
Jack rightly suggests doing the cvs update with -d -P and -A.


Index: pep-0101.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0101.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pep-0101.txt	2001/10/25 15:41:29	1.12
--- pep-0101.txt	2001/10/25 15:42:57	1.13
***************
*** 74,79 ****
        To create a branch the following steps are taken:
  
!     ___ Do a CVS update with the -A flag, e.g.
!         % cvs update -A
  
      ___ CVS tag the trunk with the symbolic name "rXYaZ-fork", e.g.
--- 74,79 ----
        To create a branch the following steps are taken:
  
!     ___ Do a CVS update with the -A, -d, and -P flags, e.g.
!         % cvs -q update -d -P -A
  
      ___ CVS tag the trunk with the symbolic name "rXYaZ-fork", e.g.