mirror of
https://github.com/redmine/redmine.git
synced 2026-03-05 20:11:36 +01:00
scm: bazaar: use revision and identifier as string.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5400 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -209,7 +209,7 @@ module Redmine
|
||||
identifier = nil
|
||||
io.each_line do |line|
|
||||
next unless line =~ %r{^(\d+) ([^|]+)\| (.*)$}
|
||||
rev = $1.to_i
|
||||
rev = $1
|
||||
blame.add_line($3.rstrip,
|
||||
Revision.new(
|
||||
:identifier => rev,
|
||||
|
||||
Reference in New Issue
Block a user