Solving conflicts
Dependencies
- [2]
QWIYNMI5Formatting + big-endian Sanakirja - [3]
Y6TBQN7MAutomatically format `pijul` crate - [4]
IP4CUEBEreset: Require --force to reset unspecified unrecorded changes - [5]
E3DD265TFork to a *state* - [6]
QQS7LII4Add value hints to arguments - [7]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [8]
I24UEJQLVarious post-fire fixes - [9]
I52XSRUHMassive cleanup, and simplification - [10]
Y7YAFMFFFix path prefix striping on Windows. - [11]
X243Z3Y5Recording only the required metadata (can even be changed later!) - [12]
VNBLGT6GDo not output unmodified files when resetting (fix) - [13]
PIQCNEEBUpgrading to Clap 3.0.0-alpha.5 - [14]
VWJ2JL63Adding a `pijul dependents` command to list the transitive closure of the reverse dependency relation - [15]
L4JXJHWXpijul/*: reorganize imports and remove extern crate - [16]
QYY37T6YFixing a panic with reset --dry-run and no input
Change contents
- edit in pijul/src/commands/reset.rs at line 6
use clap::{Parser, ValueHint}; - edit in pijul/src/commands/reset.rs at line 9
use clap::{Parser, ValueHint}; - resolve order conflict in pijul/src/commands/reset.rs at line 9
- replacement in pijul/src/commands/fork.rs at line 1
use std::path::PathBuf;use clap::{Parser, ValueHint}; - edit in pijul/src/commands/fork.rs at line 4
use std::path::PathBuf; - edit in pijul/src/commands/fork.rs at line 82
use clap::{Parser, ValueHint}; - resolve order conflict in pijul/src/commands/fork.rs at line 82[7.169036]
- resurrect zombie in pijul/src/commands/dependents.rs at line 1
use clap::{Parser, ValueHint};