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_slashandwithout_trailling_slashfromAbstractAdapterguiding to use their correctly spelled counterparts.
Files
Updated by Marius BĂLTEANU almost 2 years ago
- Status changed from New to Closed
- Assignee set to Marius BĂLTEANU
Committed, thanks!
Actions