Mercurial > hg > soundsoftware-site
comparison lib/redmine/scm/adapters/cvs_adapter.rb @ 1115:433d4f72a19b redmine-2.2
Update to Redmine SVN revision 11137 on 2.2-stable branch
author | Chris Cannam |
---|---|
date | Mon, 07 Jan 2013 12:01:42 +0000 |
parents | cbb26bc654de |
children | bb32da3bea34 261b3d9a4903 |
comparison
equal
deleted
inserted
replaced
929:5f33065ddc4b | 1115:433d4f72a19b |
---|---|
220 yield Revision.new({ | 220 yield Revision.new({ |
221 :time => date, | 221 :time => date, |
222 :author => author, | 222 :author => author, |
223 :message => commit_log.chomp, | 223 :message => commit_log.chomp, |
224 :paths => [{ | 224 :paths => [{ |
225 :revision => revision, | 225 :revision => revision.dup, |
226 :branch => revBranch, | 226 :branch => revBranch.dup, |
227 :path => scm_iconv('UTF-8', @path_encoding, entry_path), | 227 :path => scm_iconv('UTF-8', @path_encoding, entry_path), |
228 :name => scm_iconv('UTF-8', @path_encoding, entry_name), | 228 :name => scm_iconv('UTF-8', @path_encoding, entry_name), |
229 :kind => 'file', | 229 :kind => 'file', |
230 :action => file_state | 230 :action => file_state |
231 }] | 231 }] |