aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_print_svn_rev.fish
blob: 008c16dd8be2a297b094ed9e0eb2f83799fec1ed (plain)
1
2
3
function __fish_print_svn_rev --description 'Print svn revisions'
	printf '%s' (svnversion | sed 's=[^0-9:]*==g')
end