Commit c56b95ed authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

patch #8936: Properties changes in a diff are showing as modifications to files

git-svn-id: http://redmine.rubyforge.org/svn/trunk@283 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent bb3a5bcf
......@@ -22,6 +22,10 @@ line_num_r = 0 %>
line_num_r = $5.to_i
parsing = true
next
elsif line =~ /^_+$/
# We have reached the 'Properties' section.
parsing = false
next
end
next unless parsing
%>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment