* tool/change_maker.rb: line number may not present.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c5652b9008
commit
bb512fddae
@ -7,7 +7,7 @@ def diff2index(cmd, *argv)
|
|||||||
case line
|
case line
|
||||||
when /^Index: (\S*)/, /^diff --git [a-z]\/(\S*) [a-z]\/\1/
|
when /^Index: (\S*)/, /^diff --git [a-z]\/(\S*) [a-z]\/\1/
|
||||||
path = $1
|
path = $1
|
||||||
when /^@@\s*-\d+,\d+ +\+(\d+),\d+\s*@@(?: +([A-Za-z_][A-Za-z_0-9 ]*[A-Za-z_0-9]))?/
|
when /^@@\s*-[,\d]+ +\+(\d+)[,\d]*\s*@@(?: +([A-Za-z_][A-Za-z_0-9 ]*[A-Za-z_0-9]))?/
|
||||||
line = $1.to_i
|
line = $1.to_i
|
||||||
ent = "* #{path}"
|
ent = "* #{path}"
|
||||||
ent << " (#{$2})" if $2
|
ent << " (#{$2})" if $2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user