There is no file nor directory at the given path: 'rhodecode/templates/base/${h.url('summary_home', repo_name=c.repo_name)}' at revision ac770e9c2f4f
Files
@ 0441afb55a96
Branch filter:
Location: kallithea/.hgignore
0441afb55a96
1.1 KiB
text/plain
middleware: move VCS specific functionality to the VCS apps
For Git, inline _handle_githooks into a wrapper app so it is simple and
explicit and executed exactly when the request is processed.
For Mercurial, similarly, only set REPO_NAME when the request actually is
processed.
For Git, inline _handle_githooks into a wrapper app so it is simple and
explicit and executed exactly when the request is processed.
For Mercurial, similarly, only set REPO_NAME when the request actually is
processed.