mercurial/interfaces/dirstate.py
changeset 49076 9c8d67a3af5e
parent 48875 6000f5b25c9b
child 49880 9ea66d166ec7
--- a/mercurial/interfaces/dirstate.py	Wed Apr 13 15:02:01 2022 -0400
+++ b/mercurial/interfaces/dirstate.py	Mon Apr 18 11:15:29 2022 -0400
@@ -61,6 +61,9 @@
         used to get real file paths. Use vfs functions instead.
         """
 
+    def get_entry(path):
+        """return a DirstateItem for the associated path"""
+
     def pathto(f, cwd=None):
         pass