ruby-changes:37261
From: usa <ko1@a...>
Date: Tue, 20 Jan 2015 11:31:55 +0900 (JST)
Subject: [ruby-changes:37261] usa:r49342 (trunk): * tool/redmine-backporter.rb: update usage.
usa 2015-01-20 11:31:50 +0900 (Tue, 20 Jan 2015) New Revision: 49342 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49342 Log: * tool/redmine-backporter.rb: update usage. Modified files: trunk/ChangeLog trunk/tool/redmine-backporter.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 49341) +++ ChangeLog (revision 49342) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Jan 20 11:31:07 2015 NAKAMURA Usaku <usa@r...> + + * tool/redmine-backporter.rb: update usage. + Tue Jan 20 11:23:47 2015 NARUSE, Yui <naruse@r...> * tool/redmine-backporter.rb (mygets): to support Backspace Index: tool/redmine-backporter.rb =================================================================== --- tool/redmine-backporter.rb (revision 49341) +++ tool/redmine-backporter.rb (revision 49342) @@ -444,7 +444,8 @@ eom https://github.com/ruby/ruby/blob/trunk/tool/redmine-backporter.rb#L444 when 'help' puts 'ls '.color(bold: true) + ' show all required tickets' puts 'show TICKET '.color(bold: true) + ' show the detail of the TICKET, and select it' - puts 'TICKET '.color(bold: true) + ' show the backport option of the selected ticket for merger.rb' + puts 'TICKET '.color(bold: true) + ' show the backport option of the TICKET for merger.rb' + puts 'rel REVISION '.color(bold: true) + ' add the selected ticket as related to the REVISION' puts 'done [TICKET] [-- NOTE]'.color(bold: true) + ' set Backport field of the TICKET to DONE' puts 'close [TICKET] '.color(bold: true) + ' close the TICKET' puts 'last [TICKET] '.color(bold: true) + ' show the last journal of the TICKET' -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/