@@ -109,7 +109,7 module Redmine | |||||
109 | begin |
|
109 | begin | |
110 | id = lines[0].split[1] |
|
110 | id = lines[0].split[1] | |
111 | author = lines[1].match('Author:\s+(.*)$')[1] |
|
111 | author = lines[1].match('Author:\s+(.*)$')[1] | |
112 |
time = Time.parse(lines[4].match('CommitDate:\s+(.*)$')[1]) |
|
112 | time = Time.parse(lines[4].match('CommitDate:\s+(.*)$')[1]) | |
113 |
|
113 | |||
114 | Revision.new({ |
|
114 | Revision.new({ | |
115 | :identifier => id, |
|
115 | :identifier => id, |
General Comments 0
You need to be logged in to leave comments.
Login now