##// END OF EJS Templates
vcs: Move the setup code for vcs lib from pylons to pyramid layer....
vcs: Move the setup code for vcs lib from pylons to pyramid layer. The VCS setup code now uses the prepared settings from pyramid layer.

File last commit:

r1:854a839a default
r582:3ea09690 default
Show More
.coveragerc
18 lines | 229 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/lib/*
rhodecode/model/*
rhodecode/controllers/*
omit =
rhodecode/lib/vcs/remote/*
rhodecode/lib/dbmigrate/*
[report]
exclude_lines =
raise NotImplementedError