Changeset 731

Show
Ignore:
Timestamp:
04/29/06 23:35:18 (2 years ago)
Author:
athomas
Message:

ChangeLogPlugin:

Fixed default behaviour.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • changelogplugin/0.9/tracchangelog/tracchangelog.py

    r551 r731  
    2828 
    2929    def render_macro(self, req, name, content): 
    30         path, limit, rev = ([x.strip() for x in (content or '').split(',')] + [0, 9999])[0:3] 
     30        path, limit, rev = ([x.strip() for x in (content or '').split(',')] + [5, 0])[0:3] 
    3131 
    3232        if not hasattr(req, 'authname'):