Files @ c04d1d9b6193
Branch filter:

Location: kallithea/rhodecode/public/js/pyroutes_map.js - annotation

Marcin Kuzminski
made git refs filter configurable ref issue #797
- default --all was kept and --branches --tags (or even other variations) is possible to use via .ini file
//Format is key == name
//    "mark_error_fixed": [ # key
//        "/mark_error_fixed/%(error_id)s", #url template 
//        [ 
//            "error_id" # list of args
//        ]
//    ], 
//
var PROUTES_MAP = {

}