Fixing git import, and adding more useful feedback (with `RUST_LOG="pijul=info"`)
[?]
Nov 17, 2020, 12:07 PM
CVAT6LN3SYYLREM6NLM4IUPFI5EX3BL6MRPFTY24ROJFSB3J5OOQCDependencies
- [2]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- replacement in pijul/src/commands/git.rs at line 262
info!("TODO: {:?}", todo);debug!("TODO: {:?}", todo); - replacement in pijul/src/commands/git.rs at line 575
info!("record prefixes {:?}", prefixes);debug!("record prefixes {:?}", prefixes); - replacement in pijul/src/commands/git.rs at line 603
info!("recording on channel {:?}", channel.borrow().name());debug!("recording on channel {:?}", channel.borrow().name()); - edit in pijul/src/commands/git.rs at line 607
if let Some(msg) = commit.message() {info!("Importing commit {:?}: {}", child, msg);} else {info!("Importing commit {:?} (no message)", child);} - replacement in pijul/src/commands/git.rs at line 668
Ok(txn.current_state(&channel.borrow()).unwrap())Ok(txn.current_state(&channel.borrow()).unwrap_or(Merkle::zero()))