@@ -138,9 +138,9 class Repository::Cvs < Repository | |||||
138 | # is not exclusive at all. |
|
138 | # is not exclusive at all. | |
139 | tmp_time = revision.time.clone |
|
139 | tmp_time = revision.time.clone | |
140 | unless filechanges.find_by_path_and_revision( |
|
140 | unless filechanges.find_by_path_and_revision( | |
141 |
|
|
141 | scm.with_leading_slash(revision.paths[0][:path]), | |
142 |
|
|
142 | revision.paths[0][:revision] | |
143 |
|
|
143 | ) | |
144 | cmt = Changeset.normalize_comments(revision.message, repo_log_encoding) |
|
144 | cmt = Changeset.normalize_comments(revision.message, repo_log_encoding) | |
145 | author_utf8 = Changeset.to_utf8(revision.author, repo_log_encoding) |
|
145 | author_utf8 = Changeset.to_utf8(revision.author, repo_log_encoding) | |
146 | cs = changesets.where( |
|
146 | cs = changesets.where( |
General Comments 0
You need to be logged in to leave comments.
Login now