# HG changeset patch # User Dennis Brakhane # Date 2013-03-02 14:17:52 # 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 --git a/rhodecode/templates/switch_to_list.html b/rhodecode/templates/switch_to_list.html --- a/rhodecode/templates/switch_to_list.html +++ b/rhodecode/templates/switch_to_list.html @@ -4,7 +4,7 @@