summaryrefslogtreecommitdiff
path: root/tool/file2lastrev.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-09-01 19:54:46 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-09-01 20:57:30 +0900
commit462a8be5112f8c4e621d106304ac617ebcf39eb0 (patch)
treee00230d6b6109a3c5ae8211faa026ef1e39ac4e5 /tool/file2lastrev.rb
parentf67ab7f30c837ce4b9c2ae39d7c189413fac6dff (diff)
downloadruby-462a8be5112f8c4e621d106304ac617ebcf39eb0.tar.gz
VCS#revision_header: Make arguments optional
Diffstat (limited to 'tool/file2lastrev.rb')
-rwxr-xr-xtool/file2lastrev.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/file2lastrev.rb b/tool/file2lastrev.rb
index ba65db0f96..008e4b55e5 100755
--- a/tool/file2lastrev.rb
+++ b/tool/file2lastrev.rb
@@ -76,7 +76,7 @@ exit unless vcs
}
when :revision_h
Proc.new {|last, changed, modified, branch, title|
- vcs.revision_header(last, changed, modified, branch, title, limit: @limit)
+ vcs.revision_header(last, modified, branch, title, limit: @limit)
}
when :doxygen
Proc.new {|last, changed|