##// END OF EJS Templates
goto-switcher: use special commit: prefix to explicitly search for commits....
goto-switcher: use special commit: prefix to explicitly search for commits. - previous solution could make the go-to swticher slow in case of huge search index - mixing repository names and commit names could lead to bad UX when searching - explicit case still allows this, but user is in the control how and what he wants to search - fixes #5375

File last commit:

r1517:02d18047 default
r2035:b9fd9a54 default
Show More
.coveragerc
20 lines | 287 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/lib/*
rhodecode/model/*
rhodecode/controllers/*
omit =
rhodecode/lib/vcs/remote/*
rhodecode/lib/dbmigrate/*
rhodecode/lib/paster_commands/*
rhodecode/tests/*
[report]
exclude_lines =
raise NotImplementedError