##// END OF EJS Templates
backout r12562 : remove unneeded Relation#all from Repository::Mercurial#latest_changesets...
Toshi MARUYAMA -
r12292:8a9db2841d84
parent child
Show More
@@ -95,8 +95,9 class Repository::Mercurial < Repository
95 95 changesets.
96 96 includes(:user).
97 97 where(latest_changesets_cond(path, rev, limit)).
98 limit(limit).
98 99 order("#{Changeset.table_name}.id DESC").
99 limit(limit)
100 all
100 101 end
101 102
102 103 def latest_changesets_cond(path, rev, limit)
General Comments 0
You need to be logged in to leave comments. Login now