@@ -108,6 +108,10 class Repository < ActiveRecord::Base | |||||
108 | false |
|
108 | false | |
109 | end |
|
109 | end | |
110 |
|
110 | |||
|
111 | def supports_revision_graph? | |||
|
112 | false | |||
|
113 | end | |||
|
114 | ||||
111 | def entry(path=nil, identifier=nil) |
|
115 | def entry(path=nil, identifier=nil) | |
112 | scm.entry(path, identifier) |
|
116 | scm.entry(path, identifier) | |
113 | end |
|
117 | end |
General Comments 0
You need to be logged in to leave comments.
Login now