Making `pijul dependents` deterministic
Dependencies
- [2]
STOFOQI4Fixing a bug in `pijul dependents` where non-dependents could be listed (and making the command deterministic) - [3]
VWJ2JL63Adding a `pijul dependents` command to list the transitive closure of the reverse dependency relation
Change contents
- edit in pijul/src/commands/dependents.rs at line 5
use log::debug; - edit in pijul/src/commands/dependents.rs at line 71
(&mut ids[l..]).sort_by(|a, b| a.1.cmp(&b.1));