summaryrefslogtreecommitdiff
path: root/tool/lib/vcs.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2021-01-26 10:04:12 +0900
committerNobuyoshi Nakada <[email protected]>2021-01-26 10:04:12 +0900
commit6963e682f884d0c4f2972bcc89f69d9b6f756108 ()
treec3a2ea3714dcdd4098a1a01367932d1c0ec39005 /tool/lib/vcs.rb
parenta56760b908fb89dbcf4bea5f6d8f6576bc88e1d2 (diff)
vcs.rb: support `d` command in log-fix
-rw-r--r--tool/lib/vcs.rb3
1 files changed, 3 insertions, 0 deletions
@@ -597,6 +597,9 @@ class VCS
end
when %r[^( +)(\d+)i/(.*)/]
s[$2.to_i, 0] = "#{$1}#{$3}\n"
end
end
s = s.join('')