In version 3.1, fish_svn_prompt does not work.
Expected:
⮞ fish -v
fish, version 3.0.2
⮞ __fish_svn_prompt
(26786|MX?||||X||)⏎
Observed:
⮞ fish -v
fish, version 3.1.0
⮞ fish_svn_prompt
(26786|||||||)⏎
I tried with different locations/repos and the result is always the same after the revision number.
It is also very slow for large subversion repositories (not the svn status retrieval but the processing in the loop for each column). I know you wouldn't expect large svn repositories in the wild in 2020, but boy do they exist.
In version 3.1, fish_svn_prompt does not work.
Expected:
Observed:
I tried with different locations/repos and the result is always the same after the revision number.
It is also very slow for large subversion repositories (not the svn status retrieval but the processing in the loop for each column). I know you wouldn't expect large svn repositories in the wild in 2020, but boy do they exist.