mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ def diff2index(cmd, *argv)
|
|||
case line
|
||||
when /^Index: (\S*)/, /^diff --git [a-z]\/(\S*) [a-z]\/\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
|
||||
ent = "* #{path}"
|
||||
ent << " (#{$2})" if $2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue