Patch #3445 ยป redmine_bazaar_merge_revisions.patch
lib/redmine/scm/adapters/bazaar_adapter.rb 2009-06-05 10:22:06 +0000 | ||
---|---|---|
89 | 89 |
else |
90 | 90 |
next unless revision |
91 | 91 |
|
92 |
if line =~ /^revno: (\d+)$/
|
|
92 |
if line =~ /^revno: (\d+)($|\s\[merge\]$)/
|
|
93 | 93 |
revision.identifier = $1.to_i |
94 | 94 |
elsif line =~ /^committer: (.+)$/ |
95 | 95 |
revision.author = $1.strip |