##// END OF EJS Templates
pull-requests: allow super-admins to force change state of locked PRs....
pull-requests: allow super-admins to force change state of locked PRs. - because we still get into that state in some cases, we just create a helper to unlock it easier. just for super-admins.

File last commit:

r3982:8517825c default
r4233:95c3d867 stable
Show More
.coveragerc
17 lines | 208 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/*
omit =
rhodecode/lib/dbmigrate/*
rhodecode/lib/paster_commands/*
rhodecode/lib/_vendor/*
[report]
exclude_lines =
raise NotImplementedError