usa
19f7dd85c4
* 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
2015-05-25 13:38:00 +00:00
usa
cef3b0a890
* tool/redmine-backporter.rb (done): fixed a bug that cannot specify the note
...
without the ticket number.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-04-13 08:25:34 +00:00
usa
8ea6b7a137
* tool/redmine-backporter.rb: now doesn't required spaces just after
...
`!`.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-03-24 07:49:02 +00:00
usa
bca791ae60
* tool/redmine-backporter.rb (backport_command_string): pick up only
...
when the revision exists in trunk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-03-03 17:14:22 +00:00
usa
6aff861d60
* tool/redmine-backporter.rb: now can specify shorten form of commands.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-03-03 15:30:54 +00:00
usa
d1d5264c6c
* tool/redmine-backporter.rb (Readline.readline): drop untreated control
...
characters.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-03-03 14:42:15 +00:00
usa
41eb94d4b4
* tool/redmine-backporter.rb: use 'b' instead of 's' for showing
...
Backport options for merger.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-03-03 07:58:39 +00:00
usa
d57a8fa590
* 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
2015-03-03 07:55:57 +00:00
naruse
a525fbf06f
bold closed tickets
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-02-23 09:30:24 +00:00
usa
b03c6a74b7
* tool/redmine-backporter.rb: added `!` command.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-01-27 07:04:38 +00:00
usa
8516d7433f
* tool/redmine-backporter.rb: added history feature for platforms which
...
lack readline.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-01-27 07:00:50 +00:00
usa
aa56ab4ac4
* tool/redmine-backporter.rb (find_svn_log): use double quotes instead
...
of single quotes because cmd.exe doesn't handle them.
* tool/redmine-backporter.rb (done): the 2nd element of matched data
is the offset of the end of matched string, not length.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-01-22 09:05:53 +00:00
nobu
76d0574181
redmine-backporter.rb: garbage lines
...
* tool/redmine-backporter.rb: remove garbage lines, and should not
override Kernel#readline.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-01-20 05:11:27 +00:00
usa
66c05ce0cc
* tool/redmine-backporter.rb: fix bugs.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-01-20 04:23:43 +00:00
nobu
aa6b7b0701
redmine-backporter.rb: try Readline
...
* tool/redmine-backporter.rb (readline): try Readline.readline if
available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-01-20 04:09:24 +00:00
nobu
87bb3275aa
redmine-backporter.rb: get rid of wrapping
...
* tool/redmine-backporter.rb (readline): get rid of wrapping at
the right edge on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-01-20 04:09:13 +00:00
usa
4b1784c669
* tool/redmine-backporter.rb: now can change the page of `ls`.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-01-20 03:59:03 +00:00
nobu
3b801a8c15
redmine-backporter.rb: fix for Windows
...
* tool/redmine-backporter.rb (readline): make binmode so that
single enter works on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-01-20 03:32:10 +00:00
usa
64318f2a71
* tool/redmine-backporter.rb (readline): fallback to normal gets on
...
Windows because IO.console.getch is not always do as expected.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-01-20 03:30:30 +00:00
nobu
506cb40667
redmine-backporter.rb: like Readline.readline
...
* tool/redmine-backporter.rb (readline): rename and add optional
argument prompt, like Readline.readline.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-01-20 03:14:21 +00:00
nobu
6cb0b95fe3
redmine-backporter.rb: improve mygets
...
* tool/redmine-backporter.rb (mygets): newline to finish, fix DEL
code, erase the last character at DEL/BS, and use \C escapes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-01-20 03:09:56 +00:00
usa
2076f1e009
* tool/redmine-backporter.rb: update usage.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-01-20 02:31:50 +00:00
naruse
5a314fbccc
* tool/redmine-backporter.rb (mygets): to support Backspace
...
implement gets by itself.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-01-20 02:25:48 +00:00
naruse
84a4125471
* tool/redmine-backporter.rb: support adding related revisions
...
to issues.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-01-16 09:48:57 +00:00
naruse
57a0021095
add bold to headers
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-01-06 01:19:01 +00:00
naruse
a64443987c
* tool/redmine-backporter.rb: require view_changesets permission.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-12-24 04:26:18 +00:00
naruse
429537310e
avoid a bug of the latest redmine
...
even if call ?include=changesets, latest redmine doesn't return
changesets.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-12-23 13:04:06 +00:00
usa
60a5a85da2
* tool/redmine-backporter.rb: support new status 'WONTFIX'.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-07-02 06:39:06 +00:00
naruse
9db0dd7bb9
find_svn_log may return blank xml
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-03-01 11:07:15 +00:00
naruse
295e4bfd04
tool/redmine-backporter.rb: scroll 1 lind on Enter key
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-02-27 04:10:00 +00:00
naruse
7322a22816
add backport commit detection
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-02-22 13:43:16 +00:00
usa
7662937cab
* tool/redmine-backporter.rb: should add the value after checking error.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-02-22 11:50:56 +00:00
usa
358d800232
* tool/redmine-backporter.rb: fixed bug of background color.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-02-22 11:46:22 +00:00
usa
82336d1f25
* tool/redmine-backporter.rb: more friendly.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-02-22 11:29:21 +00:00
naruse
6337bf7588
* tool/redmine-backporter.rb: added to handle redmine tickets.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-02-21 14:10:06 +00:00