##// END OF EJS Templates
scm: change ._get_content() to .raw_bytes attribute to file nodes to...
scm: change ._get_content() to .raw_bytes attribute to file nodes to allow getting raw bytes instead of text content of a file and added .md5 and .is_binary attributes to file nodes

File last commit:

r1:854a839a default
r501:274fedc6 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