mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
fix source indents of lib/redmine/scm/adapters/bazaar_adapter.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19874 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -237,12 +237,14 @@ module Redmine
|
||||
next unless line =~ %r{^(\d+) ([^|]+)\| (.*)$}
|
||||
|
||||
rev = $1
|
||||
blame.add_line($3.rstrip,
|
||||
blame.add_line(
|
||||
$3.rstrip,
|
||||
Revision.new(
|
||||
:identifier => rev,
|
||||
:revision => rev,
|
||||
:author => $2.strip
|
||||
))
|
||||
:identifier => rev,
|
||||
:revision => rev,
|
||||
:author => $2.strip
|
||||
)
|
||||
)
|
||||
end
|
||||
end
|
||||
blame
|
||||
|
||||
Reference in New Issue
Block a user