Overview
Comment:Added debug statement.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 6a065e38b45af1a859d7fb97aed4d2e8ab262ebac77f1d88693598afa0789302
User & Date: geraint@users.sourceforge.net on 2002-08-21 05:59:47
Other Links: branch diff | manifest | tags
Context
2002-08-21
06:14:57
Latest stable version (1.0) from sf syncmail project. check-in: d065dbb475 user: geraint@users.sourceforge.net tags: origin/master, trunk
05:59:47
Added debug statement. check-in: 6a065e38b4 user: geraint@users.sourceforge.net tags: origin/master, trunk
2002-08-20
19:33:21
Minor bug fixes and enhancements (I hope):

Delimited expressions within function calls to prevent denominators from continuing beyond commas.
Allow latex to adjust size of parentheses according to expression within.
Replaced ^ with \uparrow (less misleading - latex maths doesn't understand operator precedence or words).
Replaced abs(x) with |x| when x does not contain brackets. check-in: 5a7e89605d user: geraint@users.sourceforge.net tags: origin/master, trunk

Changes

Modified CVSROOT/syncmail from [c9554ab114] to [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 ]