Show More
@@ -486,7 +486,7 b' class matchctx(object):' | |||||
486 | def _buildstatus(self, keys): |
|
486 | def _buildstatus(self, keys): | |
487 | self._status = self._basectx.status(self.ctx, self._match, |
|
487 | self._status = self._basectx.status(self.ctx, self._match, | |
488 | listignored='ignored' in keys, |
|
488 | listignored='ignored' in keys, | |
489 |
listclean= |
|
489 | listclean='clean' in keys, | |
490 | listunknown='unknown' in keys) |
|
490 | listunknown='unknown' in keys) | |
491 |
|
491 | |||
492 | def status(self): |
|
492 | def status(self): |
General Comments 0
You need to be logged in to leave comments.
Login now