Mercurial > hg > soundsoftware-site
view app/models/repository/darcs.rb.rej @ 907:df51e8ff578d redmine-1.3
Remove .svn directories from subdirectories in preparation for merging from newer svn repo format
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 18:29:34 +0000 |
parents | 1d32c0a0efbf |
children |
line wrap: on
line source
--- app/models/repository/darcs.rb +++ app/models/repository/darcs.rb @@ -85,11 +85,7 @@ :comments => revision.message) revision.paths.each do |change| - Change.create(:changeset => changeset, - :action => change[:action], - :path => change[:path], - :from_path => change[:from_path], - :from_revision => change[:from_revision]) + changeset.create_change(change) end next_rev += 1 end if revisions