Refuse to rebuild until repository has no unrecorded changes
Dependencies
- [2]
HINOSPQOAdd simple nushell update script
Change contents
- replacement in update.nu at line 24
# Make sure to record changes, even if trivialpijul record# Force version control to be clean before continuingwhile (pijul diff -us | str length) > 0 {echo $"(ansi yellow_bold)WARNING(ansi yellow): repository has unrecorded changes:(ansi reset)";# Drop into terminal to fixnu --interactive --execute $"cd ($parent_dir); pijul diff -us";}