The part of the lfs store that requires a destination cannot operate on multiple destination (yet). So we move them to the dedicated APIs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
hgext/largefiles/storefactory.py | ||
---|---|---|
44 | Probably should update the comment too, now that the named function is gone. |
hgext/largefiles/storefactory.py | ||
---|---|---|
44 | I was a bit confused about the comment initially, but I now understand is probably about the fact ui.expandpath(b'default') would return b'default' if no default path is defined. However the comment does not match the code I replaced. Since I already document the "issue" in urlutil (later in the series) I'll mostly drop this comment. |
Probably should update the comment too, now that the named function is gone.