Changeset 3172

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

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

Signed-Off-By: Hans Petter Jansson <hpj@cl.no>
Signed-Off-By: Herbert Valerio Riedel <hvr@gnu.org>

Files:

Legend:

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

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