##// END OF EJS Templates
changelog: fix and optimize loading of chunks for file history....
changelog: fix and optimize loading of chunks for file history. - load-next/prev wasn't working - make sure pagination works as expected - speed up certain actions by pre-loading more attributes

File last commit:

r1517:02d18047 default
r2130:69819530 default
Show More
.coveragerc
20 lines | 287 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/lib/*
rhodecode/model/*
rhodecode/controllers/*
omit =
rhodecode/lib/vcs/remote/*
rhodecode/lib/dbmigrate/*
rhodecode/lib/paster_commands/*
rhodecode/tests/*
[report]
exclude_lines =
raise NotImplementedError