OperationService.UserFFBranch implementation
Closes #164 In the course of implementation, we introduce the new `changeset_by_commit_id` helpers which are useful in cases where the input is expected to be a full Node ID (instead of any Git revspec) and that is to be validated (because Gitaly does). Would need their separated testing to commit them separately, too lazy today for that.
parent
5410ca79
No related branches found
No related tags found
Showing
- hgitaly/revision.py 39 additions, 0 deletionshgitaly/revision.py
- hgitaly/service/operations.py 93 additions, 1 deletionhgitaly/service/operations.py
- hgitaly/service/tests/test_operations.py 136 additions, 0 deletionshgitaly/service/tests/test_operations.py
- tests_with_gitaly/test_operations.py 73 additions, 0 deletionstests_with_gitaly/test_operations.py
Please register or sign in to comment