aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-25 13:38:00 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-25 13:38:00 +0000
commit19f7dd85c4232bf418c3d3ed60463c9355864523 (patch)
tree70766add767edba14b8b6689f01cf894ff4f4c72 /tool
parentfdb62480cdac969eec0799d9ff1321913d6fdcc7 (diff)
downloadruby-19f7dd85c4232bf418c3d3ed60463c9355864523.tar.gz
* 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
Diffstat (limited to 'tool')
-rwxr-xr-xtool/redmine-backporter.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/tool/redmine-backporter.rb b/tool/redmine-backporter.rb
index 1b25cd3e4f..aa9991155c 100755
--- a/tool/redmine-backporter.rb
+++ b/tool/redmine-backporter.rb
@@ -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
},