wrap long line
This commit is contained in:
parent
99ab3d4e0c
commit
9b8f2c641d
|
@ -180,7 +180,8 @@ How to Make A Release
|
|||
a CVS export of the tagged branch.
|
||||
|
||||
% cd ~
|
||||
% cvs -d cvs.sf.net:/cvsroot/python export -rr212 -d Python-2.1.2 python/dist/src
|
||||
% cvs -d cvs.sf.net:/cvsroot/python export -rr212 \
|
||||
-d Python-2.1.2 python/dist/src
|
||||
|
||||
___ Generate the tarball. Note that we're not using the `z' option
|
||||
on the tar command because 1) that's only supported by GNU tar
|
||||
|
|
Loading…
Reference in New Issue