MercurialRepositoryService: implement SetManagedConfig
The implemenation for `inherit` field is actually the first time we actually make use of the `gl_project_full_path` field of the `Repository` message, perhaps even with Gitaly, as the comments in protocol definition hint (`SetProjectFullPath` counts as debugging). The appending logic for the main HGRC found its limit in tests, since the consequence is that the group inclusion occurs *after* the managed HGRC file inclusion, we should perhaps absorb that with implementation of `GetManagedConfig`.
parent
4e6a6ec0
No related branches found
No related tags found
Showing
- hgitaly/repository.py 106 additions, 0 deletionshgitaly/repository.py
- hgitaly/service/mercurial_repository.py 26 additions, 0 deletionshgitaly/service/mercurial_repository.py
- hgitaly/service/tests/test_mercurial_repository.py 105 additions, 0 deletionshgitaly/service/tests/test_mercurial_repository.py
Please register or sign in to comment