scm: mercurial: change some newlines in mercurial_adapter.rb CRLF to LF.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4927 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-02-22 14:29:09 +00:00 committed by Eric Davis
parent a81049d52b
commit 6caa0f1ce8
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ module Redmine
# id composed of 12 hexa characters.
theversion = hgversion_from_command_line
if theversion.respond_to?(:force_encoding)
theversion.force_encoding('ASCII-8BIT')
end
theversion.force_encoding('ASCII-8BIT')
end
if m = theversion.match(%r{\A(.*?)((\d+\.)+\d+)})
m[2].scan(%r{\d+}).collect(&:to_i)
end