vcs.rb: support d
command in log-fix
This commit is contained in:
parent
a56760b908
commit
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('')
|
||||
|
Loading…
x
Reference in New Issue
Block a user