Changeset 1cb54953fbcf6974f3a587598db9fd7e59dcbbbe

Show
Ignore:
Timestamp:
12/21/07 22:57:35 (3 years ago)
Author:
Hans Petter Jansson <hpj@kzerza.site>
git-committer:
Hans Petter Jansson <hpj@kzerza.site> 1198295855 -0600
git-parent:

[95450cae9ead85bf713e74b2ecace8c467d4107c]

git-author:
Hans Petter Jansson <hpj@cl.no> 1198295855 -0600
Message:

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

Files:

Legend:

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

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