Skip to content
Snippets Groups Projects
Commit 4cab654a authored by Georges Racinet's avatar Georges Racinet
Browse files

Gitaly Comparison test_raw_blame: rewrote with RpcHelper

This one demonstrates the case where one needs the `RpcHelper`
instance in the normalizer, hence a chicken-and-egg problem that
Python closure rules don't have a problem with. Still it would be
better to introduce a `rpc_helper` argument to the normalizer.

Also cheating a bit, relying on the fact that `hg2git(git_sha)`
will always return `git_sha`. It would be better to introduce a
`vcs` kwarg to normalizers.

Both changes require changing all existing normalizers, so it
be better be done in a follow-up.
parent 9daed7d5
No related branches found
No related tags found
2 merge requests!81Merge stable into default,!80Switching Gitaly Comparison test_ref and test_commit to new style
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment