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:
Toshi MARUYAMA 2011-04-11 08:33:32 +00:00
parent 91dc3245dd
commit 4491f71441
1 changed files with 1 additions and 1 deletions

View File

@ -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,