[Digicool-CVS] CVS: CVSROOT - postcommit_actions:1.86
Ken Manheimer
klm@serenade.digicool.com
Wed, 7 Mar 2001 15:09:13 -0500
Update of /cvs-repository/CVSROOT
In directory serenade:/projects/users/klm/Operations/CVSROOT
Modified Files:
postcommit_actions
Log Message:
Don't need so many newlines between msg and diff.
--- Updated File postcommit_actions in package CVSROOT --
--- postcommit_actions 2001/03/07 20:06:56 1.85
+++ postcommit_actions 2001/03/07 20:09:12 1.86
@@ -331,7 +331,7 @@
# The message contents are on stdin, just _yearning_ to be sent...-)
subject = "CVS: %s " % name
- diff_msg = '\n\n'
+ diff_msg = '\n'
if remote is not None and remote.has_key('leading_path'):
l = remote['leading_path']