mirror of
https://github.com/github/rails.git
synced 2026-01-31 01:08:19 -05:00
c954a5b9a031abd822770f4a084fb476cc2fef56
show if the last commit was not in the trunk/ path. For example, changeset [4045] is for scriptaculous, so the command executed by rails:freeze:edge: svn -qr HEAD log http://dev.rubyonrails.org/svn/rails/trunk Yields the following output: ------------------------------------------------------------------------ Causing the regex to bomb. Change the command to use --limit 1 instead of HEAD, which will pick up the last changeset against the trunk path. Fixes #4356 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4046 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Nil charset caused subject line to be improperly quoted in implicitly multipart messages (closes #2662)
Added Fixnum#seconds for consistency, so you can say 5.minutes + 30.seconds instead of 5.minutes + 30 (closes #4389) [Francois Beausoleil]
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%