mercurial/wireprotoserver.py
changeset 39933 d5498db5f86a
parent 39840 a9f56e4501c1
child 39934 a24f4638d6c1
equal deleted inserted replaced
39932:e743907d0932 39933:d5498db5f86a
    35 HTTP_OK = 200
    35 HTTP_OK = 200
    36 
    36 
    37 HGTYPE = 'application/mercurial-0.1'
    37 HGTYPE = 'application/mercurial-0.1'
    38 HGTYPE2 = 'application/mercurial-0.2'
    38 HGTYPE2 = 'application/mercurial-0.2'
    39 HGERRTYPE = 'application/hg-error'
    39 HGERRTYPE = 'application/hg-error'
       
    40 
       
    41 NARROWCAP = 'exp-narrow-1'
    40 
    42 
    41 SSHV1 = wireprototypes.SSHV1
    43 SSHV1 = wireprototypes.SSHV1
    42 SSHV2 = wireprototypes.SSHV2
    44 SSHV2 = wireprototypes.SSHV2
    43 
    45 
    44 def decodevaluefromheaders(req, headerprefix):
    46 def decodevaluefromheaders(req, headerprefix):