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:
parent
bb3a5bcfd7
commit
c56b95ed68
|
@ -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
|
||||
%>
|
||||
|
|
Loading…
Reference in New Issue