hgext/git/manifest.py
changeset 44843 288328c6711b
parent 44625 e9e7156a8d6c
child 44928 935c9f347bdb
--- a/hgext/git/manifest.py	Sun May 17 12:28:32 2020 -0400
+++ b/hgext/git/manifest.py	Mon May 11 21:56:43 2020 +0200
@@ -205,7 +205,7 @@
         return memgittreemanifestctx(self._repo, self._tree)
 
     def find(self, path):
-        self.read()[path]
+        return self.read()[path]
 
 
 @interfaceutil.implementer(repository.imanifestrevisionwritable)