Exemplo n.º 1
0
 def process_request(self, req):
     # before:
     # branch = req.args.get('branch')
     # tag = req.args.get('tag')
     # if branch:
     #    req.args['rev'] = branch
     # elif tag:
     #    req.args['rev'] = tag
     return BrowserModule.process_request(self, req)
Exemplo n.º 2
0
 def process_request(self, req):
     # before:
     #branch = req.args.get('branch')
     #tag = req.args.get('tag')
     #if branch:
     #    req.args['rev'] = branch
     #elif tag:
     #    req.args['rev'] = tag
     return BrowserModule.process_request(self, req)
Exemplo n.º 3
0
 def process_request(self, req):
     return BrowserModule.process_request(self, req)
Exemplo n.º 4
0
 def process_request(self, req):
     return BrowserModule.process_request(self, req)