Show More
@@ -110,9 +110,6 class idirstate(Protocol): | |||
|
110 | 110 | def is_changing_files(self) -> bool: |
|
111 | 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 | 113 | def _ignorefileandline(self, f: bytes) -> IgnoreFileAndLineT: |
|
117 | 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