[Digicool-CVS] CVS: CVSROOT - postcommit_actions:1.115
klm@cvs.baymountain.com
klm@cvs.baymountain.com
Mon, 23 Jul 2001 20:03:23 -0400
Update of /cvs-repository/CVSROOT
In directory cvs.zope.org:/tmp/cvs-serv10002
Modified Files:
postcommit_actions
Log Message:
*** empty log message ***
=== CVSROOT/postcommit_actions 1.114 => 1.115 ===
lines = file_handle.readlines()[6:]
file_handle.close()
- insert_str = ("=== %s/%s %s => %s ===\n"
+ insert_str = ("=== %s/%s %s => %s ===\n\n"
% (str(repo), str(file), old, new))
lines.insert(0, insert_str)