mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
6ef87aa633
commit
95f3abf34a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Tue Apr 26 23:42:30 2016 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* 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 <nobu@ruby-lang.org>
|
Tue Apr 26 23:35:23 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* ruby.c (process_options): convert -e script to the encoding
|
* ruby.c (process_options): convert -e script to the encoding
|
||||||
|
|
|
@ -420,7 +420,7 @@ eom
|
||||||
res.value
|
res.value
|
||||||
rescue
|
rescue
|
||||||
$stderr.puts "deployed redmine doesn't have https://github.com/ruby/bugs.ruby-lang.org/commit/01fbba60d68cb916ddbccc8a8710e68c5217171d\nask naruse or hsbt"
|
$stderr.puts "deployed redmine doesn't have https://github.com/ruby/bugs.ruby-lang.org/commit/01fbba60d68cb916ddbccc8a8710e68c5217171d\nask naruse or hsbt"
|
||||||
raise
|
next
|
||||||
end
|
end
|
||||||
puts res.body
|
puts res.body
|
||||||
@changesets << rev
|
@changesets << rev
|
||||||
|
|
Loading…
Reference in a new issue