mercurial/interfaces/repository.py
changeset 52490 ef119f914fc1
parent 52488 8c89e978375c
child 52492 48cdbd4d5443
equal deleted inserted replaced
52489:ba8f03ad8906 52490:ef119f914fc1
  1656 
  1656 
  1657     This interface defines how a repository accesses storage for a single
  1657     This interface defines how a repository accesses storage for a single
  1658     tracked file path.
  1658     tracked file path.
  1659     """
  1659     """
  1660 
  1660 
       
  1661     @abc.abstractmethod
  1661     def file(self, f):
  1662     def file(self, f):
  1662         """Obtain a filelog for a tracked path.
  1663         """Obtain a filelog for a tracked path.
  1663 
  1664 
  1664         The returned type conforms to the ``ifilestorage`` interface.
  1665         The returned type conforms to the ``ifilestorage`` interface.
  1665         """
  1666         """