@@ -155,7 +155,7 class Repository::Mercurial < Repository | |||
|
155 | 155 | # Revisions in root directory and sub directory are not equal. |
|
156 | 156 | # So, in order to get correct limit, we need to get all revisions. |
|
157 | 157 | # But, it is very heavy. |
|
158 |
# Mercurial does not treat direc |
|
|
158 | # Mercurial does not treat directory. | |
|
159 | 159 | # So, "hg log DIR" is very heavy. |
|
160 | 160 | branch_limit = path.blank? ? limit : ( limit * 5 ) |
|
161 | 161 | args << nodes_in_branch(rev, branch_limit) |
General Comments 0
You need to be logged in to leave comments.
Login now