@@ -80,7 +80,7 class Repository::Bazaar < Repository | |||
|
80 | 80 | while (identifier_from <= scm_revision) |
|
81 | 81 | # loads changesets by batches of 200 |
|
82 | 82 | identifier_to = [identifier_from + 199, scm_revision].min |
|
83 |
revisions = scm.revisions('', identifier_to, identifier_from |
|
|
83 | revisions = scm.revisions('', identifier_to, identifier_from) | |
|
84 | 84 | transaction do |
|
85 | 85 | revisions.reverse_each do |revision| |
|
86 | 86 | changeset = Changeset.create(:repository => self, |
General Comments 0
You need to be logged in to leave comments.
Login now