##// END OF EJS Templates
idirstate: add missing get_entry() method...
Matt Harbison -
r49967:9c8d67a3 default
parent child Browse files
Show More
@@ -61,6 +61,9 b' class idirstate(interfaceutil.Interface)'
61 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 67 def pathto(f, cwd=None):
65 68 pass
66 69
General Comments 0
You need to be logged in to leave comments. Login now