(options = {})
| 582 | }); |
| 583 | }, |
| 584 | async pull(options = {}) { |
| 585 | return pullWith({ |
| 586 | ...options, |
| 587 | fs: await fs(), |
| 588 | git: await loadGit<IsomorphicGitNetworkClient>(), |
| 589 | http: await loadHttp(), |
| 590 | cache, |
| 591 | defaultIdentity, |
| 592 | }); |
| 593 | }, |
| 594 | async merge(options) { |
| 595 | return mergeWith({ |
| 596 | ...options, |