mercurial/requirements.py
changeset 46627 f4c325bf80fc
parent 46626 ee91966aec0f
child 46636 c3773636ddbb
equal deleted inserted replaced
46626:ee91966aec0f 46627:f4c325bf80fc
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2 or any later version.
     6 # GNU General Public License version 2 or any later version.
     7 
     7 
     8 from __future__ import absolute_import
     8 from __future__ import absolute_import
       
     9 
       
    10 GENERALDELTA_REQUIREMENT = b'generaldelta'
     9 
    11 
    10 # When narrowing is finalized and no longer subject to format changes,
    12 # When narrowing is finalized and no longer subject to format changes,
    11 # we should move this to just "narrow" or similar.
    13 # we should move this to just "narrow" or similar.
    12 NARROW_REQUIREMENT = b'narrowhg-experimental'
    14 NARROW_REQUIREMENT = b'narrowhg-experimental'
    13 
    15