diff --git a/hgitaly/service/ref.py b/hgitaly/service/ref.py index 3ec11e4fc92e6bf697ade53695dabec97dfe3e92..f1db5ea17b3d1beee5322dcda8c9141cc78e6cce 100644 --- a/hgitaly/service/ref.py +++ b/hgitaly/service/ref.py @@ -124,7 +124,7 @@ class RefServicer(RefServiceServicer, HGitalyServicer): def FindRefName(self, request: FindRefNameRequest, context) -> FindRefNameResponse: - """Find the name of refs that are relevant for a commit. + """Find the most relevant ref name which contains the given commit. This interpretation is not obvious from the comments in the proto file, but here's the corresponding Repository method in the Ruby