$ pijul init p1
$ cd p1
$ touch a
$ pijul add a
$ pijul record -am"."
Hash: UIFNDYTRWN6VDPXTTVYBQPTNN6IX7VPB5XY6A26WJ2ORTWEU2E2AC
$ pijul unrec UI
$ pijul ls
a
$
I found a combination when tracked files removed while unrecording:
$ cd
$ rm -rf p1
$ pijul init p1
$ cd p1
$ touch a
$ pijul add a
Hash: FFWESRX54JZ2IZM5LUIC5VPZFLLZCJFP2O74YLLKF2IFBWFP3VAAC
$ pijul unrecord --reset --show-changes 100
# save and exit from $EDITOR
$ pijul log
# empty
$ pijul ls
# empty
$
There are steps when tracked files stay the same:
I found a combination when tracked files removed while unrecording:
Please fix if required.