view app/models/repository/darcs.rb.rej @ 607:bdaabf6ee591 feature_36

added the @author_options array to the create action so that the validations still work
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 18 Aug 2011 17:44:12 +0100
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