bab$ diff -u pep-0374.txt.~1.1~ pep-0374.txt --- pep-0374.txt.~1.1~ 2010-01-07 17:25:29.194585300 -0500 +++ pep-0374.txt 2010-01-07 17:25:46.210428100 -0500 @@ -1,5 +1,5 @@ PEP: 374 -Title: Chosing a distributed VCS for the Python project +Title: Choosing a distributed VCS for the Python project Version: $Revision$ Last-Modified: $Date$ Author: Brett Cannon , @@ -948,7 +948,7 @@ echo "The cake is a lie!" > README svn changelist A README # Edit some other code. - echo "I own Python!" . LICENSE + echo "I own Python!" > LICENSE svn changelist B LICENSE svn ci -m "Tell it how it is." --changelist B # Edit changelist A some more.