##// END OF EJS Templates
dirstate: swap pathto() and get_entry() in idirstate...
av6 -
r50776:b3ae1703 default
parent child Browse files
Show More
@@ -67,12 +67,12 b' class idirstate(interfaceutil.Interface)'
67 used to get real file paths. Use vfs functions instead.
67 used to get real file paths. Use vfs functions instead.
68 """
68 """
69
69
70 def pathto(f, cwd=None):
71 pass
72
70 def get_entry(path):
73 def get_entry(path):
71 """return a DirstateItem for the associated path"""
74 """return a DirstateItem for the associated path"""
72
75
73 def pathto(f, cwd=None):
74 pass
75
76 def __contains__(key):
76 def __contains__(key):
77 """Check if bytestring `key` is known to the dirstate."""
77 """Check if bytestring `key` is known to the dirstate."""
78
78
General Comments 0
You need to be logged in to leave comments. Login now