Skip to content

ReplicateRepository error when result from FetchInternalRemote is false

John Cai requested to merge jc-faile-on-failed-fetch-internal-remote into master

fixes: #2469 (closed)

This MR modifies ReplicateRepository so that when the Result from FetchInternalRemote is false, it will throw an error. Currently ReplicateRepository swallows this error.

Merge request reports