[Digicool-CVS] CVS: CVSROOT - postcommit_actions:1.117
Ken Manheimer
klm@digicool.com
Wed, 25 Jul 2001 16:09:51 -0400
Update of /cvs-repository/CVSROOT
In directory cvs.zope.org:/tmp/cvs-serv17928
Modified Files:
postcommit_actions
Log Message:
Cosmetics - remove blank line between diff header and contents.
=== CVSROOT/postcommit_actions 1.116 => 1.117 ===
lines = file_handle.readlines()[6:]
file_handle.close()
- insert_str = ("=== %s/%s %s => %s ===\n\n"
+ insert_str = ("=== %s/%s %s => %s ===\n"
% (str(repo), str(file), old, new))
lines.insert(0, insert_str)