mercurial/repository.py
changeset 38509 5cfb01d5ff26
parent 37810 856f381ad74b
child 38530 c82ea938efbb
--- a/mercurial/repository.py	Sun Jul 01 21:40:55 2018 +0900
+++ b/mercurial/repository.py	Sat Jun 30 15:51:04 2018 -0700
@@ -863,7 +863,10 @@
         """Calls self.vfs.reljoin(self.root, f, *insidef)"""
 
     def file(f):
-        """Obtain a filelog for a tracked path."""
+        """Obtain a filelog for a tracked path.
+
+        The returned type conforms to the ``ifilestorage`` interface.
+        """
 
     def setparents(p1, p2):
         """Set the parent nodes of the working directory."""