To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / models / repository / darcs.rb.rej @ 443:350acce374a2

History | View | Annotate | Download (667 Bytes)

1
--- app/models/repository/darcs.rb
2
+++ app/models/repository/darcs.rb
3
@@ -85,11 +85,7 @@
4
                                          :comments => revision.message)
5
                                          
6
             revision.paths.each do |change|
7
-              Change.create(:changeset => changeset,
8
-                            :action => change[:action],
9
-                            :path => change[:path],
10
-                            :from_path => change[:from_path],
11
-                            :from_revision => change[:from_revision])
12
+              changeset.create_change(change)
13
             end
14
             next_rev += 1
15
           end if revisions