MercurialRepositoryService.GetManagedConfig: impl with local=True
A good thing here compared with the first implementation from the Rails app is that we don't need to reimplement the various boolean mappings of Mercurial configuration: we can simply load the managed file only in a brand new `ui` instance. This the place though were we need the distinction between a value that is recorded in the file to be equal to the default or inherited one and a value that is plain missing
parent
5b0032bd
No related branches found
No related tags found
Showing
- hgitaly/repository.py 50 additions, 13 deletionshgitaly/repository.py
- hgitaly/service/mercurial_repository.py 2 additions, 1 deletionhgitaly/service/mercurial_repository.py
- hgitaly/service/tests/test_mercurial_repository.py 33 additions, 5 deletionshgitaly/service/tests/test_mercurial_repository.py
Loading
Please register or sign in to comment