@@ -70,6 +70,10 class Repository::Git < Repository | |||
|
70 | 70 | changesets.find(:first, :conditions => ['scmid LIKE ?', "#{name}%"]) |
|
71 | 71 | end |
|
72 | 72 | |
|
73 | def entries(path=nil, identifier=nil) | |
|
74 | scm.entries(path, identifier) | |
|
75 | end | |
|
76 | ||
|
73 | 77 | # In Git and Mercurial, revisions are not in date order. |
|
74 | 78 | # Mercurial fixed issues. |
|
75 | 79 | # * Redmine Takes Too Long On Large Mercurial Repository |
General Comments 0
You need to be logged in to leave comments.
Login now