Show More
@@ -762,10 +762,6 b" impl<'on_disk> super::dispatch::Dirstate" | |||||
762 | let node = |
|
762 | let node = | |
763 | self.get_or_insert(&filename).expect("no parse error in v1"); |
|
763 | self.get_or_insert(&filename).expect("no parse error in v1"); | |
764 | node.data = NodeData::Entry(entry); |
|
764 | node.data = NodeData::Entry(entry); | |
765 | node.children = ChildNodes::default(); |
|
|||
766 | node.copy_source = None; |
|
|||
767 | node.descendants_with_entry_count = 0; |
|
|||
768 | node.tracked_descendants_count = 0; |
|
|||
769 | } |
|
765 | } | |
770 |
|
766 | |||
771 | fn add_file( |
|
767 | fn add_file( |
General Comments 0
You need to be logged in to leave comments.
Login now