[Request] [+ ] D12566: idirstate: add missing get_entry() method
mharbison72 (Matt Harbison)
phabricator at mercurial-scm.org
Mon Apr 18 16:39:42 UTC 2022
mharbison72 created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D12566
AFFECTED FILES
mercurial/interfaces/dirstate.py
CHANGE DETAILS
diff --git a/mercurial/interfaces/dirstate.py b/mercurial/interfaces/dirstate.py
--- a/mercurial/interfaces/dirstate.py
+++ b/mercurial/interfaces/dirstate.py
@@ -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
To: mharbison72, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20220418/3f71f329/attachment-0001.html>
More information about the Mercurial-patches
mailing list