mercurial/hgweb/protocol.py
branchstable
changeset 36755 ff4bc0ab6740
parent 35750 a39a9df7ecca
equal deleted inserted replaced
36754:e3c228b4510d 36755:ff4bc0ab6740
    50     def __init__(self, req, ui):
    50     def __init__(self, req, ui):
    51         self.req = req
    51         self.req = req
    52         self.response = ''
    52         self.response = ''
    53         self.ui = ui
    53         self.ui = ui
    54         self.name = 'http'
    54         self.name = 'http'
       
    55         self.checkperm = req.checkperm
    55 
    56 
    56     def getargs(self, args):
    57     def getargs(self, args):
    57         knownargs = self._args()
    58         knownargs = self._args()
    58         data = {}
    59         data = {}
    59         keys = args.split()
    60         keys = args.split()