Show More
@@ -1157,13 +1157,15 b' def branches(ui, repo, active=False, clo' | |||
|
1157 | 1157 | def bundle(ui, repo, fname, dest=None, **opts): |
|
1158 | 1158 | """create a bundle file |
|
1159 | 1159 | |
|
1160 |
Generate a bundle file containing data to be |
|
|
1160 | Generate a bundle file containing data to be transferred to another | |
|
1161 | repository. | |
|
1161 | 1162 | |
|
1162 | 1163 | To create a bundle containing all changesets, use -a/--all |
|
1163 | 1164 | (or --base null). Otherwise, hg assumes the destination will have |
|
1164 | 1165 | all the nodes you specify with --base parameters. Otherwise, hg |
|
1165 | 1166 | will assume the repository has all the nodes in destination, or |
|
1166 |
default-push/default if no destination is specified |
|
|
1167 | default-push/default if no destination is specified, where destination | |
|
1168 | is the repository you provide through DEST option. | |
|
1167 | 1169 | |
|
1168 | 1170 | You can change bundle format with the -t/--type option. See |
|
1169 | 1171 | :hg:`help bundlespec` for documentation on this format. By default, |
General Comments 0
You need to be logged in to leave comments.
Login now