Skip to content

Commit

Permalink
Merged r14301 (#19835).
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14307 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
jplang committed Jun 13, 2015
1 parent 06b7d48 commit 1ced42d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/redmine/scm/adapters/cvs_adapter.rb
Expand Up @@ -168,7 +168,6 @@ def revisions(path=nil, identifier_from=nil, identifier_to=nil, options={}, &blo
file_state = nil
branch_map = nil
io.each_line() do |line|
line = line.strip
if state != "revision" && /^#{ENDLOG}/ =~ line
commit_log = String.new
revision = nil
Expand Down

0 comments on commit 1ced42d

Please sign in to comment.