Mercurial > hg > soundsoftware-site
view app/models/repository/darcs.rb.rej @ 170:6d10c3b6fe17 live
Put more sensible content into the description and keywords meta-tags
author | Chris Cannam |
---|---|
date | Wed, 02 Feb 2011 11:44:48 +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