hgext/remotefilelog/constants.py
changeset 40508 354acd0dc637
parent 40495 3a333a582d7b
child 40509 ed19958dbf5d
equal deleted inserted replaced
40507:e2a1584e9e3f 40508:354acd0dc637
     3 import struct
     3 import struct
     4 
     4 
     5 from mercurial.i18n import _
     5 from mercurial.i18n import _
     6 
     6 
     7 REQUIREMENT = "remotefilelog"
     7 REQUIREMENT = "remotefilelog"
       
     8 
       
     9 NETWORK_CAP_LEGACY_SSH_GETFILES = 'exp-remotefilelog-ssh-getfiles-1'
     8 
    10 
     9 FILENAMESTRUCT = '!H'
    11 FILENAMESTRUCT = '!H'
    10 FILENAMESIZE = struct.calcsize(FILENAMESTRUCT)
    12 FILENAMESIZE = struct.calcsize(FILENAMESTRUCT)
    11 
    13 
    12 NODESIZE = 20
    14 NODESIZE = 20