##// END OF EJS Templates
fixed problem with anchor links that contains non ascii chars...
fixed problem with anchor links that contains non ascii chars - anchor links are now based on md5 of path and not path safe web representation

File last commit:

r1639:95c3e33e merge default
r1832:b9708d66 beta
Show More
.hgignore
16 lines | 196 B | text/plain | TextLexer
syntax: glob
*.pyc
*.swp
syntax: regexp
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^rhodecode\.db$
^test\.db$
^repositories\.config$
^RhodeCode\.egg-info$