diff --git a/mercurial/interfaces/dirstate.py b/mercurial/interfaces/dirstate.py --- a/mercurial/interfaces/dirstate.py +++ b/mercurial/interfaces/dirstate.py @@ -110,9 +110,6 @@ class idirstate(Protocol): def is_changing_files(self) -> bool: """True if file tracking changes in progress.""" - def _ignorefiles(self) -> List[bytes]: - """Return a list of files containing patterns to ignore.""" - def _ignorefileandline(self, f: bytes) -> IgnoreFileAndLineT: """Given a file `f`, return the ignore file and line that ignores it."""