OSDN Git Service

scm: add "options" parameter in adapter entries().
[redminele/redmine.git] / lib / redmine / scm / adapters / abstract_adapter.rb
index 6861b0c..eecf73f 100644 (file)
@@ -114,7 +114,7 @@ module Redmine
         
         # Returns an Entries collection
         # or nil if the given path doesn't exist in the repository
-        def entries(path=nil, identifier=nil)
+        def entries(path=nil, identifier=nil, options={})
           return nil
         end