summaryrefslogtreecommitdiff
path: root/tool/redmine-backporter.rb
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-03 07:55:57 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-03 07:55:57 +0000
commitd57a8fa590b6b64f64567b49576cf569473af1ed (patch)
tree29f3492db171d8fe3e13d75c545b7175a8e6d698 /tool/redmine-backporter.rb
parentb5f8aec516533c32bfb296f8315ba2c64d4cf43e (diff)
* tool/redmine-backporter.rb: show selected ticket number at prompt.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/redmine-backporter.rb')
-rwxr-xr-xtool/redmine-backporter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/redmine-backporter.rb b/tool/redmine-backporter.rb
index 865c164103..9ad7870ca3 100755
--- a/tool/redmine-backporter.rb
+++ b/tool/redmine-backporter.rb
@@ -319,7 +319,7 @@ puts "Backporter #{VERSION}".color(bold: true) + " for #{TARGET_VERSION}"
@changesets = nil
while true
begin
- l = Readline.readline '> '
+ l = Readline.readline "#{'#' + @issue.to_s if @issue}> "
rescue Interrupt
break
end