Fix the concatenation of repository root and file when recording
[?]
Jan 13, 2021, 10:38 PM
Z7J55B4PRHEXBE7GCCSF66GEM4NGFFOWEZALZ7THH6AG2ZJHIN5ACDependencies
- [2]
ZHABNS3SCanonicalize all paths - [3]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- replacement in libpijul/src/working_copy/filesystem.rs at line 55
debug!("get prefix {:?}", repo);let prefix_ = repo.join(&prefix)?;debug!("get prefix {:?} {:?}", repo, prefix);let prefix_ = CanonicalPathBuf::canonicalize(&repo.as_path().join(&prefix))?;