mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
merge revision(s) 34568:
* tool/merger.rb (#default_merge_branch): Add support for Subversion 1.7 which adopted a whole new working directory structure. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7d86051f25
commit
f4df871a4f
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
Sun Feb 12 16:34:55 2012 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* tool/merger.rb (#default_merge_branch): Add support for
|
||||
Subversion 1.7 which adopted a whole new working directory
|
||||
structure.
|
||||
|
||||
Sun Feb 12 09:38:46 2012 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* vm_method.c (rb_add_method): should not call method_added hook
|
||||
|
|
|
@ -112,7 +112,7 @@ def tag intv_p = false
|
|||
end
|
||||
|
||||
def default_merge_branch
|
||||
/branches\/ruby_1_8_/ =~ IO.binread(".svn/entries", 100) ? 'branches/ruby_1_8' : 'trunk'
|
||||
%r{^URL: .*/branches/ruby_1_8_} =~ `svn info` ? 'branches/ruby_1_8' : 'trunk'
|
||||
end
|
||||
|
||||
case ARGV[0]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#define RUBY_VERSION "1.9.3"
|
||||
#define RUBY_PATCHLEVEL 97
|
||||
#define RUBY_PATCHLEVEL 98
|
||||
|
||||
#define RUBY_RELEASE_DATE "2012-02-12"
|
||||
#define RUBY_RELEASE_YEAR 2012
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue