mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-03 03:41:14 -03:00
5 lines
151 B
Fish
5 lines
151 B
Fish
# localization: skip(private)
|
|
function __fish_print_svn_rev --description 'Print svn revisions'
|
|
printf '%s' (svnversion | sed 's=[^0-9:]*==g')
|
|
end
|