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:
parent
fdb62480cd
commit
19f7dd85c4
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue