hgext/clonebundles.py
branchstable
changeset 45252 20d110e6eea6
parent 43077 687b865b95ad
child 45785 80f32ec8653a
equal deleted inserted replaced
45240:53a6febafc66 45252:20d110e6eea6
   154    URL or clients running old Python releases may not be able to clone
   154    URL or clients running old Python releases may not be able to clone
   155    with the clonebundles facility.
   155    with the clonebundles facility.
   156 
   156 
   157    Value should be "true".
   157    Value should be "true".
   158 
   158 
       
   159 REQUIREDRAM
       
   160    Value specifies expected memory requirements to decode the payload.
       
   161    Values can have suffixes for common bytes sizes. e.g. "64MB".
       
   162 
       
   163    This key is often used with zstd-compressed bundles using a high
       
   164    compression level / window size, which can require 100+ MB of memory
       
   165    to decode.
       
   166 
   159 heads
   167 heads
   160    Used for pull bundles. This contains the ``;`` separated changeset
   168    Used for pull bundles. This contains the ``;`` separated changeset
   161    hashes of the heads of the bundle content.
   169    hashes of the heads of the bundle content.
   162 
   170 
   163 bases
   171 bases