##// END OF EJS Templates
idirstate: add missing get_entry() method...
Matt Harbison -
r49949:9ab62e1f default draft
parent child Browse files
Show More
@@ -61,6 +61,9 b' class idirstate(interfaceutil.Interface)'
61 used to get real file paths. Use vfs functions instead.
61 used to get real file paths. Use vfs functions instead.
62 """
62 """
63
63
64 def get_entry(path):
65 """return a DirstateItem for the associated path"""
66
64 def pathto(f, cwd=None):
67 def pathto(f, cwd=None):
65 pass
68 pass
66
69
General Comments 0
You need to be logged in to leave comments. Login now