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