зеркало из https://github.com/github/ruby.git
vcs.rb: support `d` command in log-fix
This commit is contained in:
Родитель
a56760b908
Коммит
6963e682f8
|
@ -597,6 +597,9 @@ class VCS
|
|||
end
|
||||
when %r[^( +)(\d+)i/(.*)/]
|
||||
s[$2.to_i, 0] = "#{$1}#{$3}\n"
|
||||
when %r[^ +(\d+)(?:,(\d+))?d]
|
||||
n = $1.to_i
|
||||
s[n..($2&.to_i || n)] = []
|
||||
end
|
||||
end
|
||||
s = s.join('')
|
||||
|
|
Загрузка…
Ссылка в новой задаче