equal
deleted
inserted
replaced
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 |