Submitter | phabricator |
---|---|
Date | April 18, 2022, 4:39 p.m. |
Message ID | <differential-rev-PHID-DREV-dfg5cqz5byod53cxu5xd-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/50914/ |
State | New |
Headers | show |
Comments
Patch
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