fix typo of app/models/repository/cvs.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@13128 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-05-03 23:20:45 +00:00
parent ef4cacdb66
commit 6eaba1137a
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ class Repository::Cvs < Repository
).first
# create a new changeset....
unless cs
# we use a temporaray revision number here (just for inserting)
# we use a temporary revision number here (just for inserting)
# later on, we calculate a continous positive number
tmp_time2 = tmp_time.clone.gmtime
branch = revision.paths[0][:branch]