[Python-checkins] CVS: python/nondist/peps pep-0101.txt,1.3,1.4
Guido van Rossum
gvanrossum@users.sourceforge.net
Fri, 07 Sep 2001 12:03:35 -0700
Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv6892
Modified Files:
pep-0101.txt
Log Message:
Add an essential missing -r option to the cvs command to check out the
branch.
Index: pep-0101.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0101.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pep-0101.txt 2001/09/07 18:58:47 1.3
--- pep-0101.txt 2001/09/07 19:03:33 1.4
***************
*** 68,72 ****
You'll be doing a lot of work in this directory and you want
to keep it straight from your trunk working directory. E.g.
! % cvs -d <cvsroot> -q co -d python-22a3 python/dist/src
- Send an email to python-dev@python.org indicating the fork and
--- 68,72 ----
You'll be doing a lot of work in this directory and you want
to keep it straight from your trunk working directory. E.g.
! % cvs -d <cvsroot> -q co -d python-22a3 -r 22a3-branch python/dist/src
- Send an email to python-dev@python.org indicating the fork and