##// END OF EJS Templates
compare: move get_changesets to compare controller where it is used - 2nd half that was lost in 6c79bfcd3b54...
compare: move get_changesets to compare controller where it is used - 2nd half that was lost in 6c79bfcd3b54 That is a better location than the pull request model. It should probably be split up and moved to the backend specific Repository classes.

File last commit:

r3388:cb40b3f6 beta
r3754:8beaaea7 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 = {
}