Actions
Patch #39558
closedRemove deprecated methods in Repository and AbstractAdapter
Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Description
The attached patch removes deprecated Repository#supports_all_revisions?
, AbstractAdapter#with_trailling_slash
, and AbstractAdapter#without_trailling_slash
.
- Removes the deprecated method
supports_all_revisions?
fromRepository
, directing to usesupports_history?
instead. - Removes the deprecated methods
with_trailling_slash
andwithout_trailling_slash
fromAbstractAdapter
guiding to use their correctly spelled counterparts.
Files
Actions