hgext/remotefilelog/constants.py
changeset 48875 6000f5b25c9b
parent 43077 687b865b95ad
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     1 from __future__ import absolute_import
       
     2 
       
     3 import struct
     1 import struct
     4 
     2 
     5 from mercurial.i18n import _
     3 from mercurial.i18n import _
     6 
     4 
     7 NETWORK_CAP_LEGACY_SSH_GETFILES = b'exp-remotefilelog-ssh-getfiles-1'
     5 NETWORK_CAP_LEGACY_SSH_GETFILES = b'exp-remotefilelog-ssh-getfiles-1'