Currently,
- hg prefetch prefetches files.
- hg prefetchtrees prefetches trees.
This commit removes prefetchtrees and makes prefetch responsible for also
fetching the trees in case we are dealing with trees.
| Restricted Project |
Currently,
This commit removes prefetchtrees and makes prefetch responsible for also
fetching the trees in case we are dealing with trees.
Ran all the tests.
| Lint Skipped |
| Unit Tests Skipped |
| tests/test-treemanifest-prefetch.t | ||
|---|---|---|
| 129 | I effectively removed the --base option. Let me know if that was important and I can revive it. If we do want it, does it make sense to have one for hg prefetch itself? | |
| treemanifest/__init__.py | ||
| 161 | Not sure if this is the best way or place to do this. Suggestions welcome! | |
| Path | Packages | |||
|---|---|---|---|---|
| M | tests/test-treemanifest-prefetch.t (40 lines) | |||
| M | treemanifest/__init__.py (30 lines) |
I effectively removed the --base option. Let me know if that was important and I can revive it. If we do want it, does it make sense to have one for hg prefetch itself?