Show More
@@ -1227,7 +1227,8 b' class committablectx(basectx):' | |||||
1227 | unknown=True, ignored=False)) |
|
1227 | unknown=True, ignored=False)) | |
1228 |
|
1228 | |||
1229 | def matches(self, match): |
|
1229 | def matches(self, match): | |
1230 |
|
|
1230 | ds = self._repo.dirstate | |
|
1231 | return sorted(f for f in ds.matches(match) if ds[f] != 'r') | |||
1231 |
|
1232 | |||
1232 | def ancestors(self): |
|
1233 | def ancestors(self): | |
1233 | for p in self._parents: |
|
1234 | for p in self._parents: |
General Comments 0
You need to be logged in to leave comments.
Login now