FindCommit: 'revision' is actually a Git revspec.
This is a nice example of how a guess based on the type of an argument can be wrong. First tries with actual GitLab client showed that this revision is called "id_or_ref" on the client side, and can be either - a SHA ("id") - a GitLab branch name ("ref") - HEAD, meaning the head of the default branch, not supported yet in HGitaly. Just hoping there's not more advanced syntax such as `master~3` that would force us to do a full conversion from Git revspec to Mercurial revset syntax.
parent
df655a5c
No related branches found
No related tags found
Please register or sign in to comment