##// END OF EJS Templates
diffs: add commit id argument and use id of filediff for identifying...
diffs: add commit id argument and use id of filediff for identifying collapse blocks and links, this allows render_diffset to be used multiple times on a page without conflicting with each other

File last commit:

r1:854a839a default
r1135:95e7a256 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