##// END OF EJS Templates
localrepo: correct docstring of filectx()...
Yuya Nishihara -
r40754:5bcf264b default
parent child Browse files
Show More
@@ -1587,7 +1587,7 b' class localrepository(object):'
1587 1587 self.dirstate.copy(None, f)
1588 1588
1589 1589 def filectx(self, path, changeid=None, fileid=None, changectx=None):
1590 """changeid can be a changeset revision, node, or tag.
1590 """changeid must be a changeset revision, if specified.
1591 1591 fileid can be a file revision or node."""
1592 1592 return context.filectx(self, path, changeid, fileid,
1593 1593 changectx=changectx)
General Comments 0
You need to be logged in to leave comments. Login now