Show More
@@ -450,7 +450,7 impl<'a, 'tree, 'on_disk> StatusCommon<' | |||||
450 | } |
|
450 | } | |
451 | } |
|
451 | } | |
452 | }) |
|
452 | }) | |
453 |
.collect::<Result< |
|
453 | .collect::<Result<(), _>>()?; | |
454 |
|
454 | |||
455 | // We don’t know, so conservatively say this isn’t the case |
|
455 | // We don’t know, so conservatively say this isn’t the case | |
456 | let children_all_have_dirstate_node_or_are_ignored = false; |
|
456 | let children_all_have_dirstate_node_or_are_ignored = false; |
General Comments 0
You need to be logged in to leave comments.
Login now