From 59fb25d2a9a4ddc982751d6ef2f9a368d29d4abe Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 7 May 2004 12:22:06 +0000 Subject: Experimenting with USER git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4579 a1c6a512-1295-4272-9138-f99709370657 --- CVSROOT/syncmail | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'CVSROOT/syncmail') diff --git a/CVSROOT/syncmail b/CVSROOT/syncmail index ce467a80ba..3e61116a29 100755 --- a/CVSROOT/syncmail +++ b/CVSROOT/syncmail @@ -49,6 +49,9 @@ Use as the environment variable CVSROOT. Otherwise this -u Produce a unified diff (smaller, but harder to read). + -U user + Mark diff as made by user. + <%%S> CVS %%s loginfo expansion. When invoked by CVS, this will be a single string containing the directory the checkin is being made in, relative @@ -174,6 +177,8 @@ def main(): contextlines = 2 elif opt == '-u': contextlines = 0 + elif opt == '-U': + username = arg # What follows is the specification containing the files that were # modified. The argument actually must be split, with the first component @@ -198,8 +203,8 @@ def main(): return if specs[-3:] == ['-', 'New', 'directory']: del specs[-3:] - print 'Generating notification message...' - blast_mail(mailcmd, specs[1:], contextlines) + print '%s generating notification message...' % username + # blast_mail(mailcmd, specs[1:], contextlines) print 'Generating notification message... done.' -- cgit v1.2.3