mercurial/wireprototypes.py
changeset 39819 d059cb669632
parent 39575 07b58266bce3
child 40021 ed919b90acda
equal deleted inserted replaced
39818:c30faea8d02d 39819:d059cb669632
    20 
    20 
    21 # Names of the SSH protocol implementations.
    21 # Names of the SSH protocol implementations.
    22 SSHV1 = 'ssh-v1'
    22 SSHV1 = 'ssh-v1'
    23 # These are advertised over the wire. Increment the counters at the end
    23 # These are advertised over the wire. Increment the counters at the end
    24 # to reflect BC breakages.
    24 # to reflect BC breakages.
    25 SSHV2 = 'exp-ssh-v2-0001'
    25 SSHV2 = 'exp-ssh-v2-0002'
    26 HTTP_WIREPROTO_V2 = 'exp-http-v2-0001'
    26 HTTP_WIREPROTO_V2 = 'exp-http-v2-0002'
    27 
    27 
    28 # All available wire protocol transports.
    28 # All available wire protocol transports.
    29 TRANSPORTS = {
    29 TRANSPORTS = {
    30     SSHV1: {
    30     SSHV1: {
    31         'transport': 'ssh',
    31         'transport': 'ssh',