equal
deleted
inserted
replaced
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 """ |