Skip to content
Snippets Groups Projects
Commit fd1de908 authored by Pulkit Goyal's avatar Pulkit Goyal
Browse files

dispatch: load shared source repository config in share-safe mode

It seems to me now that there are two steps when config is loaded:

1) on dispatch
2) repository object creation

Recent patches added functionality that there can be shares in share-safe mode
where config of the source repository is shared with the the shares. However we
missed adding logic to read the source config on dispatch. This leads to
extensions not being loaded on dispatch and hence extensions command not being
recognized.

This patch fixes it by reading the shared source config on dispatch.

Differential Revision: https://phab.mercurial-scm.org/D9047
parent b1664f6e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment