RefService.FindRefsByOID: initial implementation
We were tempted for a while not to implement it, as almost everything it does can be done by `ListRefs`, but there were enough subtle differences (and the prefix matching) than finally it should be the simplest. Of course, heavy factorization occurred
Showing
- hgitaly/service/ref.py 64 additions, 7 deletionshgitaly/service/ref.py
- hgitaly/service/tests/test_ref.py 23 additions, 0 deletionshgitaly/service/tests/test_ref.py
- hgitaly/stream.py 18 additions, 0 deletionshgitaly/stream.py
- hgitaly/tests/test_stream.py 10 additions, 0 deletionshgitaly/tests/test_stream.py
- tests_with_gitaly/test_ref.py 33 additions, 0 deletionstests_with_gitaly/test_ref.py
Loading
Please register or sign in to comment