##// END OF EJS Templates
interfaces: drop `_ignorefiles()` from `dirstate` Protocol...
Matt Harbison -
r53404:8820c991 default
parent child Browse files
Show More
@@ -110,9 +110,6 class idirstate(Protocol):
110 def is_changing_files(self) -> bool:
110 def is_changing_files(self) -> bool:
111 """True if file tracking changes in progress."""
111 """True if file tracking changes in progress."""
112
112
113 def _ignorefiles(self) -> List[bytes]:
114 """Return a list of files containing patterns to ignore."""
115
116 def _ignorefileandline(self, f: bytes) -> IgnoreFileAndLineT:
113 def _ignorefileandline(self, f: bytes) -> IgnoreFileAndLineT:
117 """Given a file `f`, return the ignore file and line that ignores it."""
114 """Given a file `f`, return the ignore file and line that ignores it."""
118
115
General Comments 0
You need to be logged in to leave comments. Login now