Show More
@@ -86,6 +86,14 b' class basectx(object):' | |||||
86 | """ |
|
86 | """ | |
87 | return s |
|
87 | return s | |
88 |
|
88 | |||
|
89 | def _poststatus(self, other, s, match, listignored, listclean, listunknown): | |||
|
90 | """provide a hook to allow child objects to postprocess status results | |||
|
91 | ||||
|
92 | For example, this allows other contexts, such as workingctx, to filter | |||
|
93 | suspect symlinks in the case of FAT32 and NTFS filesytems. | |||
|
94 | """ | |||
|
95 | return s | |||
|
96 | ||||
89 | def _buildstatus(self, other, s, match, listignored, listclean, |
|
97 | def _buildstatus(self, other, s, match, listignored, listclean, | |
90 | listunknown): |
|
98 | listunknown): | |
91 | """build a status with respect to another context""" |
|
99 | """build a status with respect to another context""" |
General Comments 0
You need to be logged in to leave comments.
Login now