The prefetch command performs a preprocessing of the options before
doing the actual work. This commit just separates out that logic.
Details
Details
- Reviewers
durham - Group Reviewers
Restricted Project - Commits
- rFBHGX2ea43d4c7b5b: prefetch: refactor out resolving opts
Ran all the tests.
Diff Detail
Diff Detail
- Repository
- rFBHGX Facebook Mercurial Extensions
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
This is only an intermediate step to help out with the review. It might be useful to checkout D1417 first to get an idea of what this leads to.
remotefilelog/__init__.py | ||
---|---|---|
955 | Maybe add a comment describing what this function does, since it's not clear from the name and the contents are a little dense. |
Maybe add a comment describing what this function does, since it's not clear from the name and the contents are a little dense.