wrengr / dotfiles

🏡 a bunch of *nix configuration
1 stars 0 forks source link

[darcs-newfiles] Darcs no longer has `query manifest` command #10

Open wrengr opened 2 years ago

wrengr commented 2 years ago

darcs-2.14.1 no longer has the query command (whereas darcs-2.10.0 still did); thus our darcs-newfiles script no longer works with newer darcs.

I don't know about the intervening release versions, but darcs-2.14.1 show files appears to give the same output as darcs-2.10.0 query manifest. N.B., the show files version also has some new flags like --no-files which would help simplify the first part of our script.

Though, of course, we should see if darcs-2.14.1 w -ls has finally gotten fast enough to obviate the script entirely.

wrengr commented 2 years ago

Re running w -ls with newer darcs: nope, it's still egregiously slow for some obscure reason.