hgext/clonebundles.py
branchstable
changeset 26884 762bf510b42c
parent 26857 e5a1df51bb25
child 27347 7807fe2795fb
equal deleted inserted replaced
26883:c750ed59892a 26884:762bf510b42c
    55 Strictly speaking, using a static file hosting server isn't required: a server
    55 Strictly speaking, using a static file hosting server isn't required: a server
    56 operator could use a dynamic service for retrieving bundle data. However,
    56 operator could use a dynamic service for retrieving bundle data. However,
    57 static file hosting services are simple and scalable and should be sufficient
    57 static file hosting services are simple and scalable and should be sufficient
    58 for most needs.
    58 for most needs.
    59 
    59 
    60 Bundle files can be generated with the :hg:`bundle` comand. Typically
    60 Bundle files can be generated with the :hg:`bundle` command. Typically
    61 :hg:`bundle --all` is used to produce a bundle of the entire repository.
    61 :hg:`bundle --all` is used to produce a bundle of the entire repository.
    62 
    62 
    63 :hg:`debugcreatestreamclonebundle` can be used to produce a special
    63 :hg:`debugcreatestreamclonebundle` can be used to produce a special
    64 *streaming clone bundle*. These are bundle files that are extremely efficient
    64 *streaming clone bundle*. These are bundle files that are extremely efficient
    65 to produce and consume (read: fast). However, they are larger than
    65 to produce and consume (read: fast). However, they are larger than