Fixing the text change version of "FileMove" to include the former path
[?]
Apr 30, 2021, 7:58 PM
LERRJNFC6324RC6ADDTEPCNR3MYH6GKIQUDD433ZAIEECFF5CADACDependencies
- [2]
I24UEJQLVarious post-fire fixes - [3]
CCFJ7VO3Renaming "Record" to "Hunk" in the changes - [4]
ADPAFSMYProper old metadata when recording - [5]
O4DNWMPDCleaunp and proofreading of libpijul::record - [6]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [7]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump
Change contents
- edit in libpijul/src/record.rs at line 48
impl<C: std::error::Error + 'static,W: std::error::Error + 'static,T: std::error::Error + 'static,> std::convert::From<crate::output::FileError<C, T>> for RecordError<C, W, T>{fn from(e: crate::output::FileError<C, T>) -> Self {match e {crate::output::FileError::Changestore(e) => RecordError::Changestore(e),crate::output::FileError::Io(e) => RecordError::Io(e),crate::output:: FileError::Txn(t) => RecordError::Txn(t),}}} - replacement in libpijul/src/record.rs at line 838
txn_.graph(&*channel_),&*channel_, - replacement in libpijul/src/record.rs at line 898
fn record_moved_file<T: GraphTxnT, C: ChangeStore, W: WorkingCopy>(fn record_moved_file<T: ChannelTxnT, C: ChangeStore, W: WorkingCopy>( - replacement in libpijul/src/record.rs at line 902
channel: &T::Graph,channel: &T::Channel, - replacement in libpijul/src/record.rs at line 924
channel,txn.graph(channel), - replacement in libpijul/src/record.rs at line 960
path: item.full_path.clone(),path: crate::fs::find_path(changes, txn, channel, true, vertex)?.unwrap().0,