* tool/merger.rb: aliases for removetag command.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2017-12-16 01:56:14 +00:00
parent 0c2f92daad
commit d837e5321d

View File

@ -199,7 +199,7 @@ when "up", /\A(ver|version|rev|revision|lv|level|patch\s*level)\s*up/
system 'svn diff version.h' system 'svn diff version.h'
when "tag" when "tag"
tag :interactive, ARGV[1] tag :interactive, ARGV[1]
when "removetag" when /\A(?:remove|rm|del)_?tag\z/
remove_tag :interactive, ARGV[1] remove_tag :interactive, ARGV[1]
when nil, "-h", "--help" when nil, "-h", "--help"
help help