Type: Class
Refering articles:
- lino sync: support for multiple --ignore (feature 04.06.07) — Synchronizer and sync now support also more than one name patterns of filenames to be ignored.
- sync.py's verbosity (12.06.06) — Minor changes in Synchronizer concerning verbose and notice messages. update_file() no longer calls copy_file() but copies some code.
- timtools 0.6.14 released (Releases 12.12.05) — [timtools-0.6.14-py2exe.zip] is available for download. The new Synchronizer features are soon to be used at a customer.
- BaseJob.refresh() (code changes 14.03.05) — BaseJob has now a refresh() method. Job.status() and Job.increment() call this automatically. But a Task must call it if it wants to refresh the display without calling increment(). more