Show More
@@ -863,7 +863,10 b' class completelocalrepository(interfaceu' | |||||
863 | """Calls self.vfs.reljoin(self.root, f, *insidef)""" |
|
863 | """Calls self.vfs.reljoin(self.root, f, *insidef)""" | |
864 |
|
864 | |||
865 | def file(f): |
|
865 | def file(f): | |
866 |
"""Obtain a filelog for a tracked path. |
|
866 | """Obtain a filelog for a tracked path. | |
|
867 | ||||
|
868 | The returned type conforms to the ``ifilestorage`` interface. | |||
|
869 | """ | |||
867 |
|
870 | |||
868 | def setparents(p1, p2): |
|
871 | def setparents(p1, p2): | |
869 | """Set the parent nodes of the working directory.""" |
|
872 | """Set the parent nodes of the working directory.""" |
General Comments 0
You need to be logged in to leave comments.
Login now