##// END OF EJS Templates
slugs: make special chars not be replaced by '-'. THis produces a much...
slugs: make special chars not be replaced by '-'. THis produces a much better slugs. Eg /fo;o/b|ar/ => will be /foo/bar/ and not /fo-o/b-ar/ Which doesn't make sense from human readable names.

File last commit:

r999:f30a7e53 merge default
r1147:0b331b7a default
Show More
.bumpversion.cfg
6 lines | 144 B | text/x-ini | IniLexer
[bumpversion]
current_version = 4.5.0
message = release: Bump version {current_version} to {new_version}
[bumpversion:file:rhodecode/VERSION]