SubversionDownloadStrategy: stop mutating revisions hash
This commit is contained in:
parent
3d7de0065b
commit
e27574b27b
@ -336,7 +336,7 @@ class SubversionDownloadStrategy < AbstractDownloadStrategy
|
|||||||
fetch_repo @co, @url, @ref
|
fetch_repo @co, @url, @ref
|
||||||
when :revisions
|
when :revisions
|
||||||
# nil is OK for main_revision, as fetch_repo will then get latest
|
# nil is OK for main_revision, as fetch_repo will then get latest
|
||||||
main_revision = @ref.delete :trunk
|
main_revision = @ref[:trunk]
|
||||||
fetch_repo @co, @url, main_revision, true
|
fetch_repo @co, @url, main_revision, true
|
||||||
|
|
||||||
get_externals do |external_name, external_url|
|
get_externals do |external_name, external_url|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user