##// END OF EJS Templates
scm: git: change model report_last_commit() name to extra_report_last_commit() (#7047)....
Toshi MARUYAMA -
r5541:773b2486699b
parent child
Show More
@@ -37,7 +37,7 class Repository::Git < Repository
37 'Git'
37 'Git'
38 end
38 end
39
39
40 def report_last_commit
40 def extra_report_last_commit
41 true
41 true
42 end
42 end
43
43
@@ -77,7 +77,7 class Repository::Git < Repository
77 def entries(path=nil, identifier=nil)
77 def entries(path=nil, identifier=nil)
78 scm.entries(path,
78 scm.entries(path,
79 identifier,
79 identifier,
80 options = {:report_last_commit => report_last_commit})
80 options = {:report_last_commit => extra_report_last_commit})
81 end
81 end
82
82
83 # In Git and Mercurial, revisions are not in date order.
83 # In Git and Mercurial, revisions are not in date order.
General Comments 0
You need to be logged in to leave comments. Login now