##// END OF EJS Templates
scm: git: fix typo in fetching revisions comment....
Toshi MARUYAMA -
r9152:27dca22c917f
parent child
Show More
@@ -170,7 +170,7 class Repository::Git < Repository
170 # Then later we won't need any conditions for db existence.
170 # Then later we won't need any conditions for db existence.
171 # Query for several revisions at once, and remove them from the revisions array, if they are there.
171 # Query for several revisions at once, and remove them from the revisions array, if they are there.
172 # Do this in chunks, to avoid eventual memory problems (in case of tens of thousands of commits).
172 # Do this in chunks, to avoid eventual memory problems (in case of tens of thousands of commits).
173 # If there are no revisions (because the original code's algoritm filtered them),
173 # If there are no revisions (because the original code's algorithm filtered them),
174 # then this part will be stepped over.
174 # then this part will be stepped over.
175 # We make queries, just if there is any revision.
175 # We make queries, just if there is any revision.
176 limit = 100
176 limit = 100
General Comments 0
You need to be logged in to leave comments. Login now