##// END OF EJS Templates
switch to branch: handle slashes in branch names...
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

File last commit:

r3388:cb40b3f6 beta
r3424:440fab75 beta
Show More
pyroutes_map.js
10 lines | 217 B | application/javascript | JavascriptLexer
//Format is key == name
// "mark_error_fixed": [ # key
// "/mark_error_fixed/%(error_id)s", #url template
// [
// "error_id" # list of args
// ]
// ],
//
var PROUTES_MAP = {
}