There is no file nor directory at the given path: 'rhodecode/templates/base/${h.url('/js/yui.flot.js')}' at revision 145677a36675
Files
@ 440fab755fa9
Branch filter:
Location: kallithea/docs/images/.img
440fab755fa9
0 B
text/plain
switch to branch: handle slashes in branch names
In git, having slashes in branch names are not uncommon.
We cannot use a branch name with slashes in the url, so in that case, we
use the changeset id instead like we already do for tags and bookmarks.
Fixes #654
In git, having slashes in branch names are not uncommon.
We cannot use a branch name with slashes in the url, so in that case, we
use the changeset id instead like we already do for tags and bookmarks.
Fixes #654