Mercurial > hg
comparison hgext/clonebundles.py @ 26884:762bf510b42c stable
clonebundles: fix typo s/comand/command/
author | Javi Merino <merino.jav@gmail.com> |
---|---|
date | Thu, 05 Nov 2015 10:31:20 +0000 |
parents | e5a1df51bb25 |
children | 7807fe2795fb |
comparison
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 |