mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
3 lines
118 B
Fish
3 lines
118 B
Fish
function __fish_print_svn_rev --description 'Print svn revisions'
|
|
printf '%s' (svnversion | sed 's=[^0-9:]*==g')
|
|
end
|