mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 19:16:22 +02:00
Remove deprecated methods in Repository and AbstractAdapter (#39558).
Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22457 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -186,11 +186,6 @@ class Repository < ActiveRecord::Base
|
||||
scm.supports_annotate?
|
||||
end
|
||||
|
||||
def supports_all_revisions?
|
||||
ActiveSupport::Deprecation.warn 'Repository#supports_all_revisions? is deprecated and will be removed in Redmine 6.0. Please use #supports_history instead.'
|
||||
supports_history?
|
||||
end
|
||||
|
||||
def supports_history?
|
||||
true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user