CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/09/07 03:18:50
Modified files:
devel/jujutsu : Makefile
devel/jujutsu/pkg: PLIST
Log message:
jujutsu: drop vendored fish completion
A user reported that bookmark and revision completions do not work in fish.
It turns out that the static completion we install in vendor_completion.d
gets in the way. jj has supported (experimental) dynamic completetions out
of the box since 0.24.0, which works without config for fish >=4.0.2
Users of fish 3 will need to "jj util completion | source" to install the
completions.
ok kn