[前][次][番号順一覧][スレッド一覧]

ruby-changes:37740

From: usa <ko1@a...>
Date: Tue, 3 Mar 2015 16:58:58 +0900 (JST)
Subject: [ruby-changes:37740] usa:r49821 (trunk): * tool/redmine-backporter.rb: use 'b' instead of 's' for showing

usa	2015-03-03 16:58:39 +0900 (Tue, 03 Mar 2015)

  New Revision: 49821

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49821

  Log:
    * tool/redmine-backporter.rb: use 'b' instead of 's' for showing
      Backport options for merger.rb.

  Modified files:
    trunk/ChangeLog
    trunk/tool/redmine-backporter.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 49820)
+++ ChangeLog	(revision 49821)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Tue Mar  3 16:57:39 2015  NAKAMURA Usaku  <usa@r...>
+
+	* tool/redmine-backporter.rb: use 'b' instead of 's' for showing
+	  Backport options for merger.rb.
+
 Tue Mar  3 16:55:23 2015  NAKAMURA Usaku  <usa@r...>
 
 	* tool/redmine-backporter.rb: show selected ticket number at prompt.
Index: tool/redmine-backporter.rb
===================================================================
--- tool/redmine-backporter.rb	(revision 49820)
+++ tool/redmine-backporter.rb	(revision 49821)
@@ -392,7 +392,7 @@ eom https://github.com/ruby/ruby/blob/trunk/tool/redmine-backporter.rb#L392
       puts res.body
     end
 
-  when 's'
+  when 'b'
     # this feature implies backport command which wraps tool/merger.rb
     unless @issue
       puts "ticket not selected"
@@ -502,8 +502,8 @@ eom https://github.com/ruby/ruby/blob/trunk/tool/redmine-backporter.rb#L502
     exit
   when 'help'
     puts 'ls [PAGE]              '.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 TICKET for merger.rb'
+    puts '[show] TICKET          '.color(bold: true) + ' show the detail of the TICKET, and select it'
+    puts 'b                      '.color(bold: true) + ' show the backport option of selected 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'

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]