mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
aliases
* 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:
parent
0c2f92daad
commit
d837e5321d
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ when "up", /\A(ver|version|rev|revision|lv|level|patch\s*level)\s*up/
|
|||
system 'svn diff version.h'
|
||||
when "tag"
|
||||
tag :interactive, ARGV[1]
|
||||
when "removetag"
|
||||
when /\A(?:remove|rm|del)_?tag\z/
|
||||
remove_tag :interactive, ARGV[1]
|
||||
when nil, "-h", "--help"
|
||||
help
|
||||
|
|
Loading…
Add table
Reference in a new issue