##// END OF EJS Templates
scm: model: add method to switch revision graph support or not and set default false (#5501)...
Toshi MARUYAMA -
r7596:15795c438552
parent child
Show More
@@ -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