diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-01-26 10:04:12 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-01-26 10:04:12 +0900 |
commit | 6963e682f884d0c4f2972bcc89f69d9b6f756108 () | |
tree | c3a2ea3714dcdd4098a1a01367932d1c0ec39005 /tool/lib/vcs.rb | |
parent | a56760b908fb89dbcf4bea5f6d8f6576bc88e1d2 (diff) |
vcs.rb: support `d` command in log-fix
-rw-r--r-- | tool/lib/vcs.rb | 3 |
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('') |