##// END OF EJS Templates
vcs: merge logic with dry run now uses better default arguments....
vcs: merge logic with dry run now uses better default arguments. Helps to find out where the merge came from.

File last commit:

r1:854a839a default
r924:495fb7a8 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