summaryrefslogtreecommitdiff
path: root/tool/redmine-backporter.rb
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 ()
tree70766add767edba14b8b6689f01cf894ff4f4c72 /tool/redmine-backporter.rb
parentfdb62480cdac969eec0799d9ff1321913d6fdcc7 (diff)
* 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
-rwxr-xr-xtool/redmine-backporter.rb3
1 files changed, 3 insertions, 0 deletions
@@ -408,6 +408,9 @@ eom
res = http.post(uri.path, "issue_id=#@issue",
'X-Redmine-API-Key' => REDMINE_API_KEY)
puts res.body
end
},