File deletions were not shown with their names in the metadata during record
[?]
Jan 1, 2021, 10:58 PM
ZAEUSICJC3YOWGF6NZEQCQ34PHPRSBCJEP7FIWE6VIWJGVU734HQCDependencies
- [2]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [3]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- edit in libpijul/src/record.rs at line 198
changes, - edit in libpijul/src/record.rs at line 452
C: ChangeStore, - edit in libpijul/src/record.rs at line 458
changes: &C, - replacement in libpijul/src/record.rs at line 461
) -> Result<(), TxnErr<T::GraphError>> {) -> Result<(), RecordError<C::Error, W::Error, T::GraphError>>where<W as WorkingCopy>::Error: 'static,{ - edit in libpijul/src/record.rs at line 486
let mut name = Vec::new();changes.get_contents(|p| txn.get_external(p).unwrap(), child, &mut name).map_err(RecordError::Changestore)?;let mut full_path = full_path.to_string();if name.len() > 2 {if let Ok(name) = std::str::from_utf8(&name[2..]) {if !full_path.is_empty() {full_path.push('/');}full_path.push_str(name);}} - replacement in libpijul/src/record.rs at line 504
full_path,&full_path, - edit in libpijul/src/record.rs at line 540
debug!("push_children {:?} {:?}", fileid_, child_inode); - edit in libpijul/src/record.rs at line 968
debug!("delete_inode_vertex {:?}", path);