Solve ordering conflicts
Dependencies
- [2]
DO2Y5TY5Tag synchronisation - [3]
TI7PCK7JUpdate `pijul/src/main.rs` to use new identity management - [4]
JL4WKA5PImplement the Sanakirja concurrency model in a cross-process way - [5]
BNPSVXICFriendlier progress bars - [6]
SLJ3OHD4unrecord: show list of changes if none were given as arguments - [7]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [8]
EUZFFJSOUpdating Pijul with the latest changes in Libpijul - [9]
ABQDWHNGMigrate from `pijul::repository` to `pijul-repository` - [10]
JUYSZJSHMigrate from `pijul::progress` to `pijul_interaction::progress` - [11]
L4JXJHWXpijul/*: reorganize imports and remove extern crate - [12]
4RV7T4SRMigrate from `pijul::config` to `pijul-config` - [*]
YVA72CP2Default feedback for the `pijul git` command
Change contents
- edit in pijul/src/main.rs at line 2
mod identity;mod remote; - edit in pijul/src/main.rs at line 8[4.603][14.0]
use clap::{ColorChoice, Parser}; - edit in pijul/src/main.rs at line 272
mod identity;mod remote; - resolve order conflict in pijul/src/main.rs at line 272[4.89853]
- edit in pijul/src/commands/unrecord.rs at line 4
use crate::remote::CS; - edit in pijul/src/commands/unrecord.rs at line 169
use crate::remote::CS; - resolve order conflict in pijul/src/commands/unrecord.rs at line 169[4.97638]