[2/?] Clean up change file name handling
Dependencies
- [2]
UDGL7ER2Clean up change file name handling - [3]
BNPSVXICFriendlier progress bars - [4]
2D7P2VKJChange completions (where the whole progress bar story started) - [5]
G7HJHNFDMigrate from `pijul_interaction::progress` to `pijul_interaction` - [6]
TPEH2XNB1.0.0-alpha.28, with Tokio 1.0 - [7]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [8]
TKEVOH7HFixing a bug when downloading changes, and making change download more efficient (more async) - [9]
JUYSZJSHMigrate from `pijul::progress` to `pijul_interaction::progress` - [10]
C3L2TLQWWhen downloading changes, check whether we have their dependencies and download them too
Change contents
- replacement in pijul-remote/src/lib.rs at line 1246
let mut changes_dir = repo.changes_dir.clone();let changes_dir = repo.changes_dir.clone(); - replacement in pijul-remote/src/lib.rs at line 1253
&mut changes_dir,&changes_dir, - replacement in pijul-remote/src/lib.rs at line 1427
let mut change_path_ = repo.changes_dir.clone();let changes_dir = repo.changes_dir.clone(); - replacement in pijul-remote/src/lib.rs at line 1437
&mut change_path_,&changes_dir, - replacement in pijul-remote/src/lib.rs at line 1535
let mut changes_dir = repo.changes_dir.clone();let changes_dir = repo.changes_dir.clone(); - replacement in pijul-remote/src/lib.rs at line 1546
&mut changes_dir,&changes_dir,