replace tabs to spaces at app/models/repository/cvs.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13089 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3270a3af40
commit
bec603eb9b
|
@ -138,9 +138,9 @@ class Repository::Cvs < Repository
|
||||||
# is not exclusive at all.
|
# is not exclusive at all.
|
||||||
tmp_time = revision.time.clone
|
tmp_time = revision.time.clone
|
||||||
unless filechanges.find_by_path_and_revision(
|
unless filechanges.find_by_path_and_revision(
|
||||||
scm.with_leading_slash(revision.paths[0][:path]),
|
scm.with_leading_slash(revision.paths[0][:path]),
|
||||||
revision.paths[0][:revision]
|
revision.paths[0][:revision]
|
||||||
)
|
)
|
||||||
cmt = Changeset.normalize_comments(revision.message, repo_log_encoding)
|
cmt = Changeset.normalize_comments(revision.message, repo_log_encoding)
|
||||||
author_utf8 = Changeset.to_utf8(revision.author, repo_log_encoding)
|
author_utf8 = Changeset.to_utf8(revision.author, repo_log_encoding)
|
||||||
cs = changesets.where(
|
cs = changesets.where(
|
||||||
|
|
Loading…
Reference in New Issue