Differences From Artifact [c9554ab114]:

To Artifact [2b9dfd3f97]:


272
273
274
275
276
277
278

279
280
281
282
283
284
285
286
287
                L[-1] = "%s %s" % (prev, s)
            else:
                L.append(s)
        specs = L

    if verbose:
        print 'Generating notification message...'

    blast_mail(subject, people, specs[1:], contextlines)
    if verbose:
        print 'Generating notification message... done.'



if __name__ == '__main__':
    main()
    sys.exit(0)







>









272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
                L[-1] = "%s %s" % (prev, s)
            else:
                L.append(s)
        specs = L

    if verbose:
        print 'Generating notification message...'
	print 'Debug statement: in mtt/CVSROOT/syncmail'
    blast_mail(subject, people, specs[1:], contextlines)
    if verbose:
        print 'Generating notification message... done.'



if __name__ == '__main__':
    main()
    sys.exit(0)

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]