Show More
@@ -1310,6 +1310,9 b' class workingctx(committablectx):' | |||||
1310 | We use this prestatus hook to populate the status with information from |
|
1310 | We use this prestatus hook to populate the status with information from | |
1311 | the dirstate. |
|
1311 | the dirstate. | |
1312 | """ |
|
1312 | """ | |
|
1313 | # doesn't need to call super; if that changes, be aware that super | |||
|
1314 | # calls self.manifest which would slow down the common case of calling | |||
|
1315 | # status against a workingctx's parent | |||
1313 | return self._dirstatestatus(match, listignored, listclean, listunknown) |
|
1316 | return self._dirstatestatus(match, listignored, listclean, listunknown) | |
1314 |
|
1317 | |||
1315 | def _poststatus(self, other, s, match, listignored, listclean, listunknown): |
|
1318 | def _poststatus(self, other, s, match, listignored, listclean, listunknown): |
General Comments 0
You need to be logged in to leave comments.
Login now