1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* tool/redmine-backporter.rb (rel): after the relations is changed,

@changesets is no longer right.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2015-05-25 13:38:00 +00:00
parent fdb62480cd
commit 19f7dd85c4
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Mon May 25 22:35:58 2015 NAKAMURA Usaku <usa@ruby-lang.org>
* tool/redmine-backporter.rb (rel): after the relations is changed,
@changesets is no longer right.
Mon May 25 11:27:14 2015 NARUSE, Yui <naruse@ruby-lang.org>
* win32/win32.c (setup_overlapped): seek to the file end only when

View file

@ -408,6 +408,9 @@ eom
res = http.post(uri.path, "issue_id=#@issue",
'X-Redmine-API-Key' => REDMINE_API_KEY)
puts res.body
class << @changesets
remove_method(:validated) rescue nil
end
end
},