RepositoryService: implement SetFullPath
Perhaps at some point Gitaly will decide that the proper error code should be `NotFound` or to stop providing the full path in the details, but we are meanhile doing the same. The only difference in error treatment is the replacement of 'git repository` by 'Mercurial repository' but as usual I'm betting on it not to matter.
parent
175010d2
No related branches found
No related tags found
Showing
- hgitaly/repository.py 23 additions, 0 deletionshgitaly/repository.py
- hgitaly/service/repository.py 36 additions, 0 deletionshgitaly/service/repository.py
- hgitaly/service/tests/test_repository_service.py 41 additions, 0 deletionshgitaly/service/tests/test_repository_service.py
- tests_with_gitaly/test_repository_service.py 51 additions, 0 deletionstests_with_gitaly/test_repository_service.py
hgitaly/repository.py
0 → 100644
Please register or sign in to comment