Add :using => :fossil

This commit is contained in:
Jack Nagel 2014-12-18 13:06:05 -05:00
parent 867a87b50a
commit eec429b9b6

View File

@ -835,6 +835,7 @@ class DownloadStrategyDetector
when :ssl3 then CurlSSL3DownloadStrategy when :ssl3 then CurlSSL3DownloadStrategy
when :cvs then CVSDownloadStrategy when :cvs then CVSDownloadStrategy
when :post then CurlPostDownloadStrategy when :post then CurlPostDownloadStrategy
when :fossil then FossilDownloadStrategy
else else
raise "Unknown download strategy #{strategy} was requested." raise "Unknown download strategy #{strategy} was requested."
end end