From 95f3abf34a0088ded7ed92653bc1c5c3a7bdbc14 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 26 Apr 2016 14:43:50 +0000 Subject: * tool/redmine-backporter.rb (rel): should not raise exceptions even if the user input is wrong. only reports the error and continue process. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ tool/redmine-backporter.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 04cd947cc3..2a359f6292 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 26 23:42:30 2016 NAKAMURA Usaku + + * tool/redmine-backporter.rb (rel): should not raise exceptions even if + the user input is wrong. only reports the error and continue process. + Tue Apr 26 23:35:23 2016 Nobuyoshi Nakada * ruby.c (process_options): convert -e script to the encoding diff --git a/tool/redmine-backporter.rb b/tool/redmine-backporter.rb index 01ec04225e..66f320e0d8 100755 --- a/tool/redmine-backporter.rb +++ b/tool/redmine-backporter.rb @@ -420,7 +420,7 @@ eom res.value rescue $stderr.puts "deployed redmine doesn't have https://github.com/ruby/bugs.ruby-lang.org/commit/01fbba60d68cb916ddbccc8a8710e68c5217171d\nask naruse or hsbt" - raise + next end puts res.body @changesets << rev -- cgit v1.2.3