Changeset 3169

Show
Ignore:
Timestamp:
02/05/08 01:11:25 (10 months ago)
Author:
hvr
Message:

Add a dummy get_last_modified() to avoid an exception in Trac.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gitplugin/0.10/gitplugin/git_fs.py

    r1536 r3169  
    183183                        yield (self.path, rev, Changeset.EDIT) 
    184184 
     185        def get_last_modified(self): 
     186                return None 
    185187 
    186188class GitChangeset(Changeset):