##// END OF EJS Templates
pr: Rename update response flag `success` -> `executed`...
pr: Rename update response flag `success` -> `executed` The name `success` may be misleading beacuse a skipped updated can be interpreted as success or failure. The new name `executed` is clearer because its only `True` if the update is really executed.

File last commit:

r1:854a839a default
r1083:1492beda 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