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
This commit is contained in:
Jean-Philippe Lang 2007-02-28 19:33:07 +00:00
parent bb3a5bcfd7
commit c56b95ed68
1 changed files with 4 additions and 0 deletions

View File

@ -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
%>