# HG changeset patch # User Dennis Brakhane # Date 1362230272 -3600 # Node ID 440fab755fa90b4cc0e4df2809a1f3d6e772febf # Parent 043d3827cd8856929b980b74a9278ec89e4a7644 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 diff -r 043d3827cd88 -r 440fab755fa9 rhodecode/templates/switch_to_list.html --- a/rhodecode/templates/switch_to_list.html Sat Mar 02 16:27:56 2013 +0100 +++ b/rhodecode/templates/switch_to_list.html Sat Mar 02 14:17:52 2013 +0100 @@ -4,7 +4,7 @@