keep-changes feature (default) to avoid deleting problematic changes
[?]
Dec 12, 2020, 11:25 AM
SPA2OL5ITFMLB5P2WL342QAU2FXPKSFS4XHAMW6HYWOGSGLO2MJACDependencies
- [2]
5DVRL6MFHard-unrecord - [3]
3M7WBE24Re-adding anyhow in the tests of libpijul - [4]
I52XSRUHMassive cleanup, and simplification - [5]
B5Z4IMEUGenerating Cargo.nix for pijul 1.0.0-alpha.6 - [6]
WIORLB47Version bump - [7]
BT2ZHPY4Version bumps - [8]
3YDPHBANaddress non-controversial clippy lints - [9]
5BRU2RRWCleanup (debugging a crash related to trees/inodes) - [10]
G6YZ7U65Version bump - [11]
JACZWIJ6Version bump - [12]
3S4DR77ZVersion updates - [13]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [14]
NX5I5H53New published versions - [15]
OCBM7IFENew release: pijul-1.0.0-alpha.8 - [16]
XAY4DYRRVersion bump - [17]
WI5BS6BSNew published versions - [18]
SAGSYAPXVarious version bumps - [19]
OUWD436AVersion bump
Change contents
- replacement in pijul/src/commands/unrecord.rs at line 87
repo.changes.del_change(&h)?;if cfg!(feature = "keep-changes") {repo.changes.del_change(&h)?;} - replacement in pijul/Cargo.toml at line 42
default = [ ]keep-changes = []default = [ "keep-changes" ] - replacement in libpijul/src/tests/unrecord.rs at line 738
fn double() -> Result<(), anyhow::Error> {fn double_test() -> Result<(), anyhow::Error> { - replacement in libpijul/src/tests/unrecord.rs at line 758
writeln!(w, "blabla\nblibli")?;writeln!(w, "blabla\nblublu")?; - edit in libpijul/src/tests/unrecord.rs at line 767[4.271969]→[3.1016:1074](∅→∅),[3.1074]→[4.181:213](∅→∅),[4.272003]→[4.181:213](∅→∅),[4.213]→[4.272035:272059](∅→∅),[4.272035]→[4.272035:272059](∅→∅)
repo.write_file::<_, std::io::Error, _>("file", |w| {writeln!(w, "blabla")?;Ok(())})?;