commands/pushpull: show change description if it exists
[?]
Nov 16, 2020, 7:55 PM
GUNVHCG3GTVBGGODDAHVZ5W552BS2IQEOKMAFGFNRTCZR6EPYWJACDependencies
- [2]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- edit in pijul/src/commands/pushpull.rs at line 347
}if let Some(desc) = change.description {writeln!(v).unwrap();for l in desc.lines() {writeln!(v, " {}", l).unwrap();}