27
27
msgstr "Unstacking"
29
#: bzrlib/branch.py:3205
29
#: bzrlib/branch.py:3183
31
31
msgid "Pushed up to revision %d."
32
32
msgstr "Pushed up to revision %d."
34
#: bzrlib/branch.py:3207
34
#: bzrlib/branch.py:3185
36
36
msgid "%d tag updated."
37
37
msgid_plural "%d tags updated."
41
#: bzrlib/branch.py:3210
41
#: bzrlib/branch.py:3188
42
42
msgid "No new revisions or tags to push."
43
43
msgstr "No new revisions or tags to push."
45
#: bzrlib/branch.py:3212
45
#: bzrlib/branch.py:3190
46
46
msgid "No new revisions to push."
47
47
msgstr "No new revisions to push."
49
#: bzrlib/branch.py:3232
49
#: bzrlib/branch.py:3210
50
50
msgid "checked branch {0} format {1}"
53
#: bzrlib/branch.py:3235
53
#: bzrlib/branch.py:3213
55
55
msgid "found error:%s"
56
56
msgstr "found error:%s"
58
#: bzrlib/builtins.py:209 bzrlib/builtins.py:3016 bzrlib/workingtree.py:315
58
#: bzrlib/builtins.py:121 bzrlib/builtins.py:2923 bzrlib/workingtree.py:315
60
60
msgid "Ignoring files outside view. View is %s"
61
61
msgstr "Ignoring files outside view. View is %s"
63
#: bzrlib/builtins.py:218
63
#: bzrlib/builtins.py:130
65
65
msgid "bzr %s --revision takes exactly one revision identifier"
66
66
msgstr "bzr %s --revision takes exactly one revision identifier"
68
#: bzrlib/builtins.py:303
68
#: bzrlib/builtins.py:215
69
69
msgid "Display status summary."
70
70
msgstr "Display status summary."
72
#: bzrlib/builtins.py:305
74
"This reports on versioned and unknown files, reporting them\n"
75
"grouped by state. Possible states are:"
77
"This reports on versioned and unknown files, reporting them\n"
78
"grouped by state. Possible states are:"
80
#: bzrlib/builtins.py:308
83
" Versioned in the working copy but not in the previous revision."
86
" Versioned in the working copy but not in the previous revision."
88
#: bzrlib/builtins.py:311
91
" Versioned in the previous revision but removed or deleted\n"
92
" in the working copy."
95
" Versioned in the previous revision but removed or deleted\n"
96
" in the working copy."
98
#: bzrlib/builtins.py:315
101
" Path of this file changed from the previous revision;\n"
102
" the text may also have changed. This includes files whose\n"
103
" parent directory was renamed."
106
" Path of this file changed from the previous revision;\n"
107
" the text may also have changed. This includes files whose\n"
108
" parent directory was renamed."
110
#: bzrlib/builtins.py:320
113
" Text has changed since the previous revision."
116
" Text has changed since the previous revision."
118
#: bzrlib/builtins.py:323
121
" File kind has been changed (e.g. from file to directory)."
124
" File kind has been changed (e.g. from file to directory)."
126
#: bzrlib/builtins.py:326
129
" Not versioned and not matching an ignore pattern."
132
" Not versioned and not matching an ignore pattern."
134
#: bzrlib/builtins.py:329
136
"Additionally for directories, symlinks and files with a changed\n"
137
"executable bit, Bazaar indicates their type using a trailing\n"
138
"character: '/', '@' or '*' respectively. These decorations can be\n"
139
"disabled using the '--no-classify' option."
141
"Additionally for directories, symlinks and files with a changed\n"
142
"executable bit, Bazaar indicates their type using a trailing\n"
143
"character: '/', '@' or '*' respectively. These decorations can be\n"
144
"disabled using the '--no-classify' option."
146
#: bzrlib/builtins.py:334
148
"To see ignored files use 'bzr ignored'. For details on the\n"
149
"changes to file texts, use 'bzr diff'."
151
"To see ignored files use 'bzr ignored'. For details on the\n"
152
"changes to file texts, use 'bzr diff'."
154
#: bzrlib/builtins.py:337
156
"Note that --short or -S gives status flags for each item, similar\n"
157
"to Subversion's status command. To get output similar to svn -q,\n"
158
"use bzr status -SV."
160
"Note that --short or -S gives status flags for each item, similar\n"
161
"to Subversion's status command. To get output similar to svn -q,\n"
162
"use bzr status -SV."
164
#: bzrlib/builtins.py:341
166
"If no arguments are specified, the status of the entire working\n"
167
"directory is shown. Otherwise, only the status of the specified\n"
168
"files or directories is reported. If a directory is given, status\n"
169
"is reported for everything inside that directory."
171
"If no arguments are specified, the status of the entire working\n"
172
"directory is shown. Otherwise, only the status of the specified\n"
173
"files or directories is reported. If a directory is given, status\n"
174
"is reported for everything inside that directory."
176
#: bzrlib/builtins.py:346
178
"Before merges are committed, the pending merge tip revisions are\n"
179
"shown. To see all pending merge revisions, use the -v option.\n"
180
"To skip the display of pending merge information altogether, use\n"
181
"the no-pending option or specify a file/directory."
183
"Before merges are committed, the pending merge tip revisions are\n"
184
"shown. To see all pending merge revisions, use the -v option.\n"
185
"To skip the display of pending merge information altogether, use\n"
186
"the no-pending option or specify a file/directory."
188
#: bzrlib/builtins.py:351
190
"To compare the working directory to a specific revision, pass a\n"
191
"single revision to the revision argument."
193
"To compare the working directory to a specific revision, pass a\n"
194
"single revision to the revision argument."
196
#: bzrlib/builtins.py:354
198
"To see which files have changed in a specific revision, or between\n"
199
"two revisions, pass a revision range to the revision argument.\n"
200
"This will produce the same results as calling 'bzr diff --summarize'."
202
"To see which files have changed in a specific revision, or between\n"
203
"two revisions, pass a revision range to the revision argument.\n"
204
"This will produce the same results as calling 'bzr diff --summarize'."
206
#: bzrlib/builtins.py:363
72
#: bzrlib/builtins.py:217
74
"This reports on versioned and unknown files, reporting them\n"
75
"grouped by state. Possible states are:"
77
"This reports on versioned and unknown files, reporting them\n"
78
"grouped by state. Possible states are:"
80
#: bzrlib/builtins.py:220
83
" Versioned in the working copy but not in the previous revision."
86
" Versioned in the working copy but not in the previous revision."
88
#: bzrlib/builtins.py:223
91
" Versioned in the previous revision but removed or deleted\n"
92
" in the working copy."
95
" Versioned in the previous revision but removed or deleted\n"
96
" in the working copy."
98
#: bzrlib/builtins.py:227
101
" Path of this file changed from the previous revision;\n"
102
" the text may also have changed. This includes files whose\n"
103
" parent directory was renamed."
106
" Path of this file changed from the previous revision;\n"
107
" the text may also have changed. This includes files whose\n"
108
" parent directory was renamed."
110
#: bzrlib/builtins.py:232
113
" Text has changed since the previous revision."
116
" Text has changed since the previous revision."
118
#: bzrlib/builtins.py:235
121
" File kind has been changed (e.g. from file to directory)."
124
" File kind has been changed (e.g. from file to directory)."
126
#: bzrlib/builtins.py:238
129
" Not versioned and not matching an ignore pattern."
132
" Not versioned and not matching an ignore pattern."
134
#: bzrlib/builtins.py:241
136
"Additionally for directories, symlinks and files with a changed\n"
137
"executable bit, Bazaar indicates their type using a trailing\n"
138
"character: '/', '@' or '*' respectively. These decorations can be\n"
139
"disabled using the '--no-classify' option."
141
"Additionally for directories, symlinks and files with a changed\n"
142
"executable bit, Bazaar indicates their type using a trailing\n"
143
"character: '/', '@' or '*' respectively. These decorations can be\n"
144
"disabled using the '--no-classify' option."
146
#: bzrlib/builtins.py:246
148
"To see ignored files use 'bzr ignored'. For details on the\n"
149
"changes to file texts, use 'bzr diff'."
151
"To see ignored files use 'bzr ignored'. For details on the\n"
152
"changes to file texts, use 'bzr diff'."
154
#: bzrlib/builtins.py:249
156
"Note that --short or -S gives status flags for each item, similar\n"
157
"to Subversion's status command. To get output similar to svn -q,\n"
158
"use bzr status -SV."
160
"Note that --short or -S gives status flags for each item, similar\n"
161
"to Subversion's status command. To get output similar to svn -q,\n"
162
"use bzr status -SV."
164
#: bzrlib/builtins.py:253
166
"If no arguments are specified, the status of the entire working\n"
167
"directory is shown. Otherwise, only the status of the specified\n"
168
"files or directories is reported. If a directory is given, status\n"
169
"is reported for everything inside that directory."
171
"If no arguments are specified, the status of the entire working\n"
172
"directory is shown. Otherwise, only the status of the specified\n"
173
"files or directories is reported. If a directory is given, status\n"
174
"is reported for everything inside that directory."
176
#: bzrlib/builtins.py:258
178
"Before merges are committed, the pending merge tip revisions are\n"
179
"shown. To see all pending merge revisions, use the -v option.\n"
180
"To skip the display of pending merge information altogether, use\n"
181
"the no-pending option or specify a file/directory."
183
"Before merges are committed, the pending merge tip revisions are\n"
184
"shown. To see all pending merge revisions, use the -v option.\n"
185
"To skip the display of pending merge information altogether, use\n"
186
"the no-pending option or specify a file/directory."
188
#: bzrlib/builtins.py:263
190
"To compare the working directory to a specific revision, pass a\n"
191
"single revision to the revision argument."
193
"To compare the working directory to a specific revision, pass a\n"
194
"single revision to the revision argument."
196
#: bzrlib/builtins.py:266
198
"To see which files have changed in a specific revision, or between\n"
199
"two revisions, pass a revision range to the revision argument.\n"
200
"This will produce the same results as calling 'bzr diff --summarize'."
202
"To see which files have changed in a specific revision, or between\n"
203
"two revisions, pass a revision range to the revision argument.\n"
204
"This will produce the same results as calling 'bzr diff --summarize'."
206
#: bzrlib/builtins.py:275
207
207
msgid "Use short status indicators."
208
208
msgstr "Use short status indicators."
210
#: bzrlib/builtins.py:365
210
#: bzrlib/builtins.py:277
211
211
msgid "Only show versioned files."
212
212
msgstr "Only show versioned files."
214
#: bzrlib/builtins.py:367
214
#: bzrlib/builtins.py:279
215
215
msgid "Don't show pending merges."
216
216
msgstr "Don't show pending merges."
218
#: bzrlib/builtins.py:370
218
#: bzrlib/builtins.py:282
219
219
msgid "Do not mark object type using indicator."
220
220
msgstr "Do not mark object type using indicator."
222
#: bzrlib/builtins.py:385
222
#: bzrlib/builtins.py:297
223
223
msgid "bzr status --revision takes exactly one or two revision specifiers"
224
224
msgstr "bzr status --revision takes exactly one or two revision specifiers"
226
#: bzrlib/builtins.py:429 bzrlib/builtins.py:5183
226
#: bzrlib/builtins.py:341 bzrlib/builtins.py:5090
227
227
msgid "You can only supply one of revision_id or --revision"
228
228
msgstr "You can only supply one of revision_id or --revision"
230
#: bzrlib/builtins.py:432 bzrlib/builtins.py:5185
230
#: bzrlib/builtins.py:344 bzrlib/builtins.py:5092
231
231
msgid "You must supply either --revision or a revision_id"
232
232
msgstr "You must supply either --revision or a revision_id"
234
#: bzrlib/builtins.py:439
234
#: bzrlib/builtins.py:351
236
236
msgid "Repository %r does not support access to raw revision texts"
237
237
msgstr "Repository %r does not support access to raw revision texts"
239
#: bzrlib/builtins.py:450
239
#: bzrlib/builtins.py:362
240
240
msgid "The repository {0} contains no revision {1}."
241
241
msgstr "The repository {0} contains no revision {1}."
243
#: bzrlib/builtins.py:457
243
#: bzrlib/builtins.py:369
244
244
msgid "You cannot specify a NULL revision."
245
245
msgstr "You cannot specify a NULL revision."
247
#: bzrlib/builtins.py:549
247
#: bzrlib/builtins.py:461
248
248
msgid "Remove the working tree from a given branch/checkout."
249
249
msgstr "Remove the working tree from a given branch/checkout."
251
#: bzrlib/builtins.py:551
251
#: bzrlib/builtins.py:463
253
253
"Since a lightweight checkout is little more than a working tree\n"
254
254
"this will refuse to run against one."
256
256
"Since a lightweight checkout is little more than a working tree\n"
257
257
"this will refuse to run against one."
259
#: bzrlib/builtins.py:554
259
#: bzrlib/builtins.py:466
260
260
msgid "To re-create the working tree, use \"bzr checkout\"."
261
261
msgstr "To re-create the working tree, use \"bzr checkout\"."
263
#: bzrlib/builtins.py:560
263
#: bzrlib/builtins.py:472
265
265
"Remove the working tree even if it has uncommitted or shelved changes."
267
267
"Remove the working tree even if it has uncommitted or shelved changes."
269
#: bzrlib/builtins.py:574
269
#: bzrlib/builtins.py:486
270
270
msgid "No working tree to remove"
271
271
msgstr "No working tree to remove"
273
#: bzrlib/builtins.py:576
273
#: bzrlib/builtins.py:488
274
274
msgid "You cannot remove the working tree of a remote path"
275
275
msgstr "You cannot remove the working tree of a remote path"
277
#: bzrlib/builtins.py:585
277
#: bzrlib/builtins.py:497
278
278
msgid "You cannot remove the working tree from a lightweight checkout"
279
279
msgstr "You cannot remove the working tree from a lightweight checkout"
281
#: bzrlib/builtins.py:625
283
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
284
"instead. Use \"--force\" if you are sure you want to reset the working tree."
286
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
287
"instead. Use \"--force\" if you are sure you want to reset the working tree."
289
#: bzrlib/builtins.py:636
291
", the header appears corrupt, try passing -r -1 to set the state to the last "
294
", the header appears corrupt, try passing -r -1 to set the state to the last "
297
#: bzrlib/builtins.py:640
281
#: bzrlib/builtins.py:537
283
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
284
"instead. Use \"--force\" if you are sure you want to reset the working tree."
286
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
287
"instead. Use \"--force\" if you are sure you want to reset the working tree."
289
#: bzrlib/builtins.py:548
291
", the header appears corrupt, try passing -r -1 to set the state to the last "
294
", the header appears corrupt, try passing -r -1 to set the state to the last "
297
#: bzrlib/builtins.py:552
298
298
msgid "failed to reset the tree state{0}"
299
299
msgstr "failed to reset the tree state{0}"
301
#: bzrlib/builtins.py:644
301
#: bzrlib/builtins.py:556
302
302
msgid "Show current revision number."
303
303
msgstr "Show current revision number."
305
#: bzrlib/builtins.py:646
305
#: bzrlib/builtins.py:558
306
306
msgid "This is equal to the number of revisions on this branch."
307
307
msgstr "This is equal to the number of revisions on this branch."
309
#: bzrlib/builtins.py:659
309
#: bzrlib/builtins.py:571
310
310
msgid "--tree and --revision can not be used together"
313
#: bzrlib/builtins.py:676 bzrlib/builtins.py:5967
313
#: bzrlib/builtins.py:588 bzrlib/builtins.py:5874
314
314
msgid "Tags can only be placed on a single revision, not on a range"
317
#: bzrlib/builtins.py:700
317
#: bzrlib/builtins.py:612
318
318
msgid "Show revno of working tree."
321
#: bzrlib/builtins.py:748
321
#: bzrlib/builtins.py:660
322
322
msgid "Add specified files or directories."
323
323
msgstr "Add specified files or directories."
325
#: bzrlib/builtins.py:750
327
"In non-recursive mode, all the named items are added, regardless\n"
328
"of whether they were previously ignored. A warning is given if\n"
329
"any of the named files are already versioned."
331
"In non-recursive mode, all the named items are added, regardless\n"
332
"of whether they were previously ignored. A warning is given if\n"
333
"any of the named files are already versioned."
335
#: bzrlib/builtins.py:754
337
"In recursive mode (the default), files are treated the same way\n"
338
"but the behaviour for directories is different. Directories that\n"
339
"are already versioned do not give a warning. All directories,\n"
340
"whether already versioned or not, are searched for files or\n"
341
"subdirectories that are neither versioned or ignored, and these\n"
342
"are added. This search proceeds recursively into versioned\n"
343
"directories. If no names are given '.' is assumed."
345
"In recursive mode (the default), files are treated the same way\n"
346
"but the behaviour for directories is different. Directories that\n"
347
"are already versioned do not give a warning. All directories,\n"
348
"whether already versioned or not, are searched for files or\n"
349
"subdirectories that are neither versioned or ignored, and these\n"
350
"are added. This search proceeds recursively into versioned\n"
351
"directories. If no names are given '.' is assumed."
353
#: bzrlib/builtins.py:762
325
#: bzrlib/builtins.py:662
327
"In non-recursive mode, all the named items are added, regardless\n"
328
"of whether they were previously ignored. A warning is given if\n"
329
"any of the named files are already versioned."
331
"In non-recursive mode, all the named items are added, regardless\n"
332
"of whether they were previously ignored. A warning is given if\n"
333
"any of the named files are already versioned."
335
#: bzrlib/builtins.py:666
337
"In recursive mode (the default), files are treated the same way\n"
338
"but the behaviour for directories is different. Directories that\n"
339
"are already versioned do not give a warning. All directories,\n"
340
"whether already versioned or not, are searched for files or\n"
341
"subdirectories that are neither versioned or ignored, and these\n"
342
"are added. This search proceeds recursively into versioned\n"
343
"directories. If no names are given '.' is assumed."
345
"In recursive mode (the default), files are treated the same way\n"
346
"but the behaviour for directories is different. Directories that\n"
347
"are already versioned do not give a warning. All directories,\n"
348
"whether already versioned or not, are searched for files or\n"
349
"subdirectories that are neither versioned or ignored, and these\n"
350
"are added. This search proceeds recursively into versioned\n"
351
"directories. If no names are given '.' is assumed."
353
#: bzrlib/builtins.py:674
355
355
"A warning will be printed when nested trees are encountered,\n"
356
356
"unless they are explicitly ignored."
359
#: bzrlib/builtins.py:765
361
"Therefore simply saying 'bzr add' will version all files that\n"
362
"are currently unknown."
364
"Therefore simply saying 'bzr add' will version all files that\n"
365
"are currently unknown."
367
#: bzrlib/builtins.py:768
369
"Adding a file whose parent directory is not versioned will\n"
370
"implicitly add the parent, and so on up to the root. This means\n"
371
"you should never need to explicitly add a directory, they'll just\n"
372
"get added when you add a file in the directory."
374
"Adding a file whose parent directory is not versioned will\n"
375
"implicitly add the parent, and so on up to the root. This means\n"
376
"you should never need to explicitly add a directory, they'll just\n"
377
"get added when you add a file in the directory."
379
#: bzrlib/builtins.py:773
381
"--dry-run will show which files would be added, but not actually\n"
384
"--dry-run will show which files would be added, but not actually\n"
387
#: bzrlib/builtins.py:776
389
"--file-ids-from will try to use the file ids from the supplied path.\n"
390
"It looks up ids trying to find a matching parent directory with the\n"
391
"same filename, and then by pure path. This option is rarely needed\n"
392
"but can be useful when adding the same logical file into two\n"
393
"branches that will be merged later (without showing the two different\n"
394
"adds as a conflict). It is also useful when merging another project\n"
395
"into a subdirectory of this one."
397
"--file-ids-from will try to use the file ids from the supplied path.\n"
398
"It looks up ids trying to find a matching parent directory with the\n"
399
"same filename, and then by pure path. This option is rarely needed\n"
400
"but can be useful when adding the same logical file into two\n"
401
"branches that will be merged later (without showing the two different\n"
402
"adds as a conflict). It is also useful when merging another project\n"
403
"into a subdirectory of this one."
405
#: bzrlib/builtins.py:784
407
"Any files matching patterns in the ignore list will not be added\n"
408
"unless they are explicitly mentioned."
410
"Any files matching patterns in the ignore list will not be added\n"
411
"unless they are explicitly mentioned."
413
#: bzrlib/builtins.py:787
415
"In recursive mode, files larger than the configuration option \n"
416
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
419
"In recursive mode, files larger than the configuration option \n"
420
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
423
#: bzrlib/builtins.py:794
359
#: bzrlib/builtins.py:677
361
"Therefore simply saying 'bzr add' will version all files that\n"
362
"are currently unknown."
364
"Therefore simply saying 'bzr add' will version all files that\n"
365
"are currently unknown."
367
#: bzrlib/builtins.py:680
369
"Adding a file whose parent directory is not versioned will\n"
370
"implicitly add the parent, and so on up to the root. This means\n"
371
"you should never need to explicitly add a directory, they'll just\n"
372
"get added when you add a file in the directory."
374
"Adding a file whose parent directory is not versioned will\n"
375
"implicitly add the parent, and so on up to the root. This means\n"
376
"you should never need to explicitly add a directory, they'll just\n"
377
"get added when you add a file in the directory."
379
#: bzrlib/builtins.py:685
381
"--dry-run will show which files would be added, but not actually\n"
384
"--dry-run will show which files would be added, but not actually\n"
387
#: bzrlib/builtins.py:688
389
"--file-ids-from will try to use the file ids from the supplied path.\n"
390
"It looks up ids trying to find a matching parent directory with the\n"
391
"same filename, and then by pure path. This option is rarely needed\n"
392
"but can be useful when adding the same logical file into two\n"
393
"branches that will be merged later (without showing the two different\n"
394
"adds as a conflict). It is also useful when merging another project\n"
395
"into a subdirectory of this one."
397
"--file-ids-from will try to use the file ids from the supplied path.\n"
398
"It looks up ids trying to find a matching parent directory with the\n"
399
"same filename, and then by pure path. This option is rarely needed\n"
400
"but can be useful when adding the same logical file into two\n"
401
"branches that will be merged later (without showing the two different\n"
402
"adds as a conflict). It is also useful when merging another project\n"
403
"into a subdirectory of this one."
405
#: bzrlib/builtins.py:696
407
"Any files matching patterns in the ignore list will not be added\n"
408
"unless they are explicitly mentioned."
410
"Any files matching patterns in the ignore list will not be added\n"
411
"unless they are explicitly mentioned."
413
#: bzrlib/builtins.py:699
415
"In recursive mode, files larger than the configuration option \n"
416
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
419
"In recursive mode, files larger than the configuration option \n"
420
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
423
#: bzrlib/builtins.py:706
424
424
msgid "Don't recursively add the contents of directories."
425
425
msgstr "Don't recursively add the contents of directories."
427
#: bzrlib/builtins.py:800
427
#: bzrlib/builtins.py:712
428
428
msgid "Lookup file ids from this tree."
429
429
msgstr "Lookup file ids from this tree."
431
#: bzrlib/builtins.py:836
431
#: bzrlib/builtins.py:748
432
432
msgid "ignored {0} matching \"{1}\"\n"
433
433
msgstr "ignored {0} matching \"{1}\"\n"
435
#: bzrlib/builtins.py:841
435
#: bzrlib/builtins.py:753
436
436
msgid "Create a new versioned directory."
437
437
msgstr "Create a new versioned directory."
439
#: bzrlib/builtins.py:843
439
#: bzrlib/builtins.py:755
440
440
msgid "This is equivalent to creating the directory and then adding it."
441
441
msgstr "This is equivalent to creating the directory and then adding it."
443
#: bzrlib/builtins.py:850
443
#: bzrlib/builtins.py:762
444
444
msgid "No error if existing, make parent directories as needed."
445
msgstr "No error if existing, make parent directories as needed."
447
#: bzrlib/builtins.py:884
447
#: bzrlib/builtins.py:796
449
449
msgid "added %s\n"
450
450
msgstr "added %s\n"
452
#: bzrlib/builtins.py:926
452
#: bzrlib/builtins.py:838
454
454
msgid "invalid kind %r specified"
455
455
msgstr "invalid kind %r specified"
457
#: bzrlib/builtins.py:963
457
#: bzrlib/builtins.py:875
458
458
msgid "Move or rename a file."
459
459
msgstr "Move or rename a file."
461
#: bzrlib/builtins.py:965
461
#: bzrlib/builtins.py:877
462
462
msgid " bzr mv SOURCE... DESTINATION"
463
463
msgstr " bzr mv SOURCE... DESTINATION"
465
#: bzrlib/builtins.py:967
467
"If the last argument is a versioned directory, all the other names\n"
468
"are moved into it. Otherwise, there must be exactly two arguments\n"
469
"and the file is changed to a new name."
471
"If the last argument is a versioned directory, all the other names\n"
472
"are moved into it. Otherwise, there must be exactly two arguments\n"
473
"and the file is changed to a new name."
475
#: bzrlib/builtins.py:971
477
"If OLDNAME does not exist on the filesystem but is versioned and\n"
478
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
479
"assumes that the file has been manually moved and only updates\n"
480
"its internal inventory to reflect that change.\n"
481
"The same is valid when moving many SOURCE files to a DESTINATION."
483
"If OLDNAME does not exist on the filesystem but is versioned and\n"
484
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
485
"assumes that the file has been manually moved and only updates\n"
486
"its internal inventory to reflect that change.\n"
487
"The same is valid when moving many SOURCE files to a DESTINATION."
489
#: bzrlib/builtins.py:977
465
#: bzrlib/builtins.py:879
467
"If the last argument is a versioned directory, all the other names\n"
468
"are moved into it. Otherwise, there must be exactly two arguments\n"
469
"and the file is changed to a new name."
471
"If the last argument is a versioned directory, all the other names\n"
472
"are moved into it. Otherwise, there must be exactly two arguments\n"
473
"and the file is changed to a new name."
475
#: bzrlib/builtins.py:883
477
"If OLDNAME does not exist on the filesystem but is versioned and\n"
478
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
479
"assumes that the file has been manually moved and only updates\n"
480
"its internal inventory to reflect that change.\n"
481
"The same is valid when moving many SOURCE files to a DESTINATION."
483
"If OLDNAME does not exist on the filesystem but is versioned and\n"
484
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
485
"assumes that the file has been manually moved and only updates\n"
486
"its internal inventory to reflect that change.\n"
487
"The same is valid when moving many SOURCE files to a DESTINATION."
489
#: bzrlib/builtins.py:889
490
490
msgid "Files cannot be moved between branches."
491
491
msgstr "Files cannot be moved between branches."
493
#: bzrlib/builtins.py:984
493
#: bzrlib/builtins.py:896
495
495
"Move only the bzr identifier of the file, because the file has already been "
498
498
"Move only the bzr identifier of the file, because the file has already been "
501
#: bzrlib/builtins.py:986
501
#: bzrlib/builtins.py:898
502
502
msgid "Automatically guess renames."
503
503
msgstr "Automatically guess renames."
505
#: bzrlib/builtins.py:987
505
#: bzrlib/builtins.py:899
506
506
msgid "Avoid making changes when guessing renames."
507
507
msgstr "Avoid making changes when guessing renames."
509
#: bzrlib/builtins.py:996
509
#: bzrlib/builtins.py:908
510
510
msgid "--dry-run requires --auto."
511
511
msgstr "--dry-run requires --auto."
513
#: bzrlib/builtins.py:1000
513
#: bzrlib/builtins.py:912
514
514
msgid "missing file argument"
515
515
msgstr "missing file argument"
517
#: bzrlib/builtins.py:1004
517
#: bzrlib/builtins.py:916
518
518
msgid "can not move root of branch"
521
#: bzrlib/builtins.py:1010
521
#: bzrlib/builtins.py:922
522
522
msgid "Only one path may be specified to --auto."
523
523
msgstr "Only one path may be specified to --auto."
525
#: bzrlib/builtins.py:1013
525
#: bzrlib/builtins.py:925
526
526
msgid "--after cannot be specified with --auto."
527
527
msgstr "--after cannot be specified with --auto."
529
#: bzrlib/builtins.py:1050
529
#: bzrlib/builtins.py:962
530
530
msgid "to mv multiple files the destination must be a versioned directory"
531
531
msgstr "to mv multiple files the destination must be a versioned directory"
533
#: bzrlib/builtins.py:1102
533
#: bzrlib/builtins.py:1014
534
534
msgid "Turn this branch into a mirror of another branch."
535
535
msgstr "Turn this branch into a mirror of another branch."
537
#: bzrlib/builtins.py:1104
539
"By default, this command only works on branches that have not diverged.\n"
540
"Branches are considered diverged if the destination branch's most recent \n"
541
"commit is one that has not been merged (directly or indirectly) into the \n"
544
"By default, this command only works on branches that have not diverged.\n"
545
"Branches are considered diverged if the destination branch's most recent \n"
546
"commit is one that has not been merged (directly or indirectly) into the \n"
549
#: bzrlib/builtins.py:1109
551
"If branches have diverged, you can use 'bzr merge' to integrate the changes\n"
552
"from one into the other. Once one branch has merged, the other should\n"
553
"be able to pull it again."
555
"If branches have diverged, you can use 'bzr merge' to integrate the changes\n"
556
"from one into the other. Once one branch has merged, the other should\n"
557
"be able to pull it again."
559
#: bzrlib/builtins.py:1113
561
"If you want to replace your local changes and just want your branch to\n"
562
"match the remote one, use pull --overwrite. This will work even if the two\n"
563
"branches have diverged."
565
"If you want to replace your local changes and just want your branch to\n"
566
"match the remote one, use pull --overwrite. This will work even if the two\n"
567
"branches have diverged."
569
#: bzrlib/builtins.py:1117
571
"If there is no default location set, the first pull will set it (use\n"
572
"--no-remember to avoid setting it). After that, you can omit the\n"
573
"location to use the default. To change the default, use --remember. The\n"
574
"value will only be saved if the remote location can be accessed."
576
"If there is no default location set, the first pull will set it (use\n"
577
"--no-remember to avoid setting it). After that, you can omit the\n"
578
"location to use the default. To change the default, use --remember. The\n"
579
"value will only be saved if the remote location can be accessed."
581
#: bzrlib/builtins.py:1122
537
#: bzrlib/builtins.py:1016
539
"By default, this command only works on branches that have not diverged.\n"
540
"Branches are considered diverged if the destination branch's most recent \n"
541
"commit is one that has not been merged (directly or indirectly) into the \n"
544
"By default, this command only works on branches that have not diverged.\n"
545
"Branches are considered diverged if the destination branch's most recent \n"
546
"commit is one that has not been merged (directly or indirectly) into the \n"
549
#: bzrlib/builtins.py:1021
551
"If branches have diverged, you can use 'bzr merge' to integrate the changes\n"
552
"from one into the other. Once one branch has merged, the other should\n"
553
"be able to pull it again."
555
"If branches have diverged, you can use 'bzr merge' to integrate the changes\n"
556
"from one into the other. Once one branch has merged, the other should\n"
557
"be able to pull it again."
559
#: bzrlib/builtins.py:1025
561
"If you want to replace your local changes and just want your branch to\n"
562
"match the remote one, use pull --overwrite. This will work even if the two\n"
563
"branches have diverged."
565
"If you want to replace your local changes and just want your branch to\n"
566
"match the remote one, use pull --overwrite. This will work even if the two\n"
567
"branches have diverged."
569
#: bzrlib/builtins.py:1029
571
"If there is no default location set, the first pull will set it (use\n"
572
"--no-remember to avoid setting it). After that, you can omit the\n"
573
"location to use the default. To change the default, use --remember. The\n"
574
"value will only be saved if the remote location can be accessed."
576
"If there is no default location set, the first pull will set it (use\n"
577
"--no-remember to avoid setting it). After that, you can omit the\n"
578
"location to use the default. To change the default, use --remember. The\n"
579
"value will only be saved if the remote location can be accessed."
581
#: bzrlib/builtins.py:1034
583
583
"The --verbose option will display the revisions pulled using the log_format\n"
584
584
"configuration option. You can use a different format by overriding it with\n"
585
585
"-Olog_format=<other_format>."
588
#: bzrlib/builtins.py:1126
588
#: bzrlib/builtins.py:1038
590
590
"Note: The location can be specified either in the form of a branch,\n"
591
591
"or in the form of a path to a file containing a merge directive generated\n"
642
642
"The target branch will not have its working tree populated because this\n"
643
643
"is both expensive and is not supported on remote file systems."
645
#: bzrlib/builtins.py:1243
647
"Some smart servers or protocols *may* put the working tree in place in\n"
650
"Some smart servers or protocols *may* put the working tree in place in\n"
653
#: bzrlib/builtins.py:1246
655
"This command only works on branches that have not diverged. Branches are\n"
656
"considered diverged if the destination branch's most recent commit is one\n"
657
"that has not been merged (directly or indirectly) by the source branch."
659
"This command only works on branches that have not diverged. Branches are\n"
660
"considered diverged if the destination branch's most recent commit is one\n"
661
"that has not been merged (directly or indirectly) by the source branch."
663
#: bzrlib/builtins.py:1250
665
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
666
"the other branch completely, discarding its unmerged changes."
668
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
669
"the other branch completely, discarding its unmerged changes."
671
#: bzrlib/builtins.py:1253
673
"If you want to ensure you have the different changes in the other branch,\n"
674
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
675
"After that you will be able to do a push without '--overwrite'."
677
"If you want to ensure you have the different changes in the other branch,\n"
678
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
679
"After that you will be able to do a push without '--overwrite'."
681
#: bzrlib/builtins.py:1257
683
"If there is no default push location set, the first push will set it (use\n"
684
"--no-remember to avoid setting it). After that, you can omit the\n"
685
"location to use the default. To change the default, use --remember. The\n"
686
"value will only be saved if the remote location can be accessed."
688
"If there is no default push location set, the first push will set it (use\n"
689
"--no-remember to avoid setting it). After that, you can omit the\n"
690
"location to use the default. To change the default, use --remember. The\n"
691
"value will only be saved if the remote location can be accessed."
693
#: bzrlib/builtins.py:1262
645
#: bzrlib/builtins.py:1155
647
"Some smart servers or protocols *may* put the working tree in place in\n"
650
"Some smart servers or protocols *may* put the working tree in place in\n"
653
#: bzrlib/builtins.py:1158
655
"This command only works on branches that have not diverged. Branches are\n"
656
"considered diverged if the destination branch's most recent commit is one\n"
657
"that has not been merged (directly or indirectly) by the source branch."
659
"This command only works on branches that have not diverged. Branches are\n"
660
"considered diverged if the destination branch's most recent commit is one\n"
661
"that has not been merged (directly or indirectly) by the source branch."
663
#: bzrlib/builtins.py:1162
665
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
666
"the other branch completely, discarding its unmerged changes."
668
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
669
"the other branch completely, discarding its unmerged changes."
671
#: bzrlib/builtins.py:1165
673
"If you want to ensure you have the different changes in the other branch,\n"
674
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
675
"After that you will be able to do a push without '--overwrite'."
677
"If you want to ensure you have the different changes in the other branch,\n"
678
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
679
"After that you will be able to do a push without '--overwrite'."
681
#: bzrlib/builtins.py:1169
683
"If there is no default push location set, the first push will set it (use\n"
684
"--no-remember to avoid setting it). After that, you can omit the\n"
685
"location to use the default. To change the default, use --remember. The\n"
686
"value will only be saved if the remote location can be accessed."
688
"If there is no default push location set, the first push will set it (use\n"
689
"--no-remember to avoid setting it). After that, you can omit the\n"
690
"location to use the default. To change the default, use --remember. The\n"
691
"value will only be saved if the remote location can be accessed."
693
#: bzrlib/builtins.py:1174
695
695
"The --verbose option will display the revisions pushed using the log_format\n"
696
696
"configuration option. You can use a different format by overriding it with\n"
697
697
"-Olog_format=<other_format>."
700
#: bzrlib/builtins.py:1273 bzrlib/foreign.py:272
702
"Branch to push from, rather than the one containing the working directory."
704
"Branch to push from, rather than the one containing the working directory."
706
#: bzrlib/builtins.py:1276
708
"By default push will fail if the target directory exists, but does not "
709
"already have a control directory. This flag will allow push to proceed."
711
"By default push will fail if the target directory exists, but does not "
712
"already have a control directory. This flag will allow push to proceed."
714
#: bzrlib/builtins.py:1281
716
"Create a stacked branch that references the public location of the parent "
719
"Create a stacked branch that references the public location of the parent "
722
#: bzrlib/builtins.py:1284
700
#: bzrlib/builtins.py:1185 bzrlib/foreign.py:272
702
"Branch to push from, rather than the one containing the working directory."
704
"Branch to push from, rather than the one containing the working directory."
706
#: bzrlib/builtins.py:1188
708
"By default push will fail if the target directory exists, but does not "
709
"already have a control directory. This flag will allow push to proceed."
711
"By default push will fail if the target directory exists, but does not "
712
"already have a control directory. This flag will allow push to proceed."
714
#: bzrlib/builtins.py:1193
716
"Create a stacked branch that references the public location of the parent "
719
"Create a stacked branch that references the public location of the parent "
722
#: bzrlib/builtins.py:1196
724
724
"Create a stacked branch that refers to another branch for the commit "
725
725
"history. Only the work not present in the referenced branch is included in "
726
726
"the branch created."
729
#: bzrlib/builtins.py:1289 bzrlib/foreign.py:279
729
#: bzrlib/builtins.py:1201 bzrlib/foreign.py:279
731
731
"Refuse to push if there are uncommitted changes in the working tree, --no-"
732
732
"strict disables the check."
735
#: bzrlib/builtins.py:1292
735
#: bzrlib/builtins.py:1204
736
736
msgid "Don't populate the working tree, even for protocols that support it."
739
#: bzrlib/builtins.py:1336
739
#: bzrlib/builtins.py:1248
740
740
msgid "Could not determine branch to refer to."
743
#: bzrlib/builtins.py:1345
743
#: bzrlib/builtins.py:1257
746
746
"No push location known or specified. To push to the parent branch (at %s), "
747
747
"use 'bzr push :parent'."
749
"No push location known or specified. To push to the parent branch (at %s), "
750
"use 'bzr push :parent'."
752
#: bzrlib/builtins.py:1351 bzrlib/foreign.py:306
750
#: bzrlib/builtins.py:1263 bzrlib/foreign.py:306
753
751
msgid "No push location known or specified."
756
#: bzrlib/builtins.py:1355
754
#: bzrlib/builtins.py:1267
758
756
msgid "Using saved push location: %s"
761
#: bzrlib/builtins.py:1365
759
#: bzrlib/builtins.py:1277
762
760
msgid "Create a new branch that is a copy of an existing branch."
765
#: bzrlib/builtins.py:1367
763
#: bzrlib/builtins.py:1279
767
765
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
768
766
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
773
771
"create ./foo-bar."
776
#: bzrlib/builtins.py:1374
774
#: bzrlib/builtins.py:1286
778
776
"To retrieve the branch as of a particular revision, supply the --revision\n"
779
777
"parameter, as in \"branch foo/bar -r 5\"."
782
#: bzrlib/builtins.py:1377
780
#: bzrlib/builtins.py:1289
783
781
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
786
#: bzrlib/builtins.py:1387
784
#: bzrlib/builtins.py:1299
787
785
msgid "Create a branch without a working-tree."
790
#: bzrlib/builtins.py:1389
788
#: bzrlib/builtins.py:1301
791
789
msgid "Switch the checkout in the current directory to the new branch."
794
#: bzrlib/builtins.py:1392
792
#: bzrlib/builtins.py:1304
796
794
"Create a stacked branch referring to the source branch. The new branch will "
797
795
"depend on the availability of the source branch for all operations."
800
#: bzrlib/builtins.py:1396
798
#: bzrlib/builtins.py:1308
801
799
msgid "Do not use a shared repository, even if available."
804
#: bzrlib/builtins.py:1398
802
#: bzrlib/builtins.py:1310
806
804
"By default branch will fail if the target directory exists, but does not "
807
805
"already have a control directory. This flag will allow branch to proceed."
810
#: bzrlib/builtins.py:1403
808
#: bzrlib/builtins.py:1315
811
809
msgid "Bind new branch to from location."
814
#: bzrlib/builtins.py:1450
812
#: bzrlib/builtins.py:1362
816
814
msgid "Target directory \"%s\" already exists."
819
#: bzrlib/builtins.py:1462
817
#: bzrlib/builtins.py:1374
821
819
msgid "Parent of \"%s\" does not exist."
824
#: bzrlib/builtins.py:1481
822
#: bzrlib/builtins.py:1393
825
823
msgid "The branch {0} has no revision {1}."
828
#: bzrlib/builtins.py:1496 bzrlib/push.py:53
826
#: bzrlib/builtins.py:1403 bzrlib/push.py:53
830
828
msgid "Created new stacked branch referring to %s."
833
#: bzrlib/builtins.py:1500
831
#: bzrlib/builtins.py:1407
835
833
msgid "Branched %d revision."
836
834
msgid_plural "Branched %d revisions."
840
#: bzrlib/builtins.py:1505
838
#: bzrlib/builtins.py:1412
842
840
msgid "New branch bound to %s"
845
#: bzrlib/builtins.py:1510 bzrlib/builtins.py:6256
843
#: bzrlib/builtins.py:1417 bzrlib/builtins.py:6187
847
845
msgid "Switched to branch: %s"
850
#: bzrlib/builtins.py:1515
848
#: bzrlib/builtins.py:1422
851
849
msgid "List the branches available at the current location."
854
#: bzrlib/builtins.py:1517
852
#: bzrlib/builtins.py:1424
856
854
"This command will print the names of all the branches at the current\n"
860
#: bzrlib/builtins.py:1524
858
#: bzrlib/builtins.py:1431
862
860
"Recursively scan for branches rather than just looking in the specified "
866
#: bzrlib/builtins.py:1554
864
#: bzrlib/builtins.py:1461
867
865
msgid "(default)"
870
#: bzrlib/builtins.py:1566
868
#: bzrlib/builtins.py:1473
871
869
msgid "Create a new checkout of an existing branch."
874
#: bzrlib/builtins.py:1568
872
#: bzrlib/builtins.py:1475
876
874
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
966
964
"out the old content of that file to a new location."
969
#: bzrlib/builtins.py:1694
967
#: bzrlib/builtins.py:1601
971
969
"The 'dir' argument, if given, must be the location of the root of a\n"
972
970
"working tree to update. By default, the working tree that contains the \n"
973
971
"current working directory is used."
976
#: bzrlib/builtins.py:1710
974
#: bzrlib/builtins.py:1617
977
975
msgid "bzr update --revision takes exactly one revision"
980
#: bzrlib/builtins.py:1718
978
#: bzrlib/builtins.py:1625
981
979
msgid "bzr update can only update a whole tree, not a file or subdirectory"
984
#: bzrlib/builtins.py:1749
982
#: bzrlib/builtins.py:1656
985
983
msgid "Tree is up to date at revision {0} of branch {1}"
988
#: bzrlib/builtins.py:1765
986
#: bzrlib/builtins.py:1672
991
989
"branch has no revision %s\n"
992
990
"bzr update --revision only works for a revision in the branch history"
995
#: bzrlib/builtins.py:1771
993
#: bzrlib/builtins.py:1678
996
994
msgid "Updated to revision {0} of branch {1}"
999
#: bzrlib/builtins.py:1775
997
#: bzrlib/builtins.py:1682
1001
999
"Your local commits will now show as pending merges with 'bzr status', and "
1002
1000
"can be committed with 'bzr commit'."
1005
#: bzrlib/builtins.py:1784
1003
#: bzrlib/builtins.py:1691
1006
1004
msgid "Show information about a working tree, branch or repository."
1009
#: bzrlib/builtins.py:1786
1007
#: bzrlib/builtins.py:1693
1011
1009
"This command will show all known locations and formats associated to the\n"
1012
1010
"tree, branch or repository."
1015
#: bzrlib/builtins.py:1789
1013
#: bzrlib/builtins.py:1696
1017
1015
"In verbose mode, statistical information is included with each report.\n"
1018
1016
"To see extended statistic information, use a verbosity level of 2 or\n"
1019
1017
"higher by specifying the verbose option multiple times, e.g. -vv."
1022
#: bzrlib/builtins.py:1793
1020
#: bzrlib/builtins.py:1700
1023
1021
msgid "Branches and working trees will also report any missing revisions."
1026
#: bzrlib/builtins.py:1795 bzrlib/builtins.py:3715 bzrlib/builtins.py:4845
1027
#: bzrlib/builtins.py:6442
1024
#: bzrlib/builtins.py:1702 bzrlib/builtins.py:3622 bzrlib/builtins.py:4752
1025
#: bzrlib/builtins.py:6389
1028
1026
msgid ":Examples:"
1031
#: bzrlib/builtins.py:1797
1029
#: bzrlib/builtins.py:1704
1032
1030
msgid " Display information on the format and related locations:"
1035
#: bzrlib/builtins.py:1799
1033
#: bzrlib/builtins.py:1706
1036
1034
msgid " bzr info"
1039
#: bzrlib/builtins.py:1801
1037
#: bzrlib/builtins.py:1708
1041
1039
" Display the above together with extended format information and\n"
1042
1040
" basic statistics (like the number of files in the working tree and\n"
1043
1041
" number of revisions in the branch and repository):"
1046
#: bzrlib/builtins.py:1805
1044
#: bzrlib/builtins.py:1712
1047
1045
msgid " bzr info -v"
1050
#: bzrlib/builtins.py:1807
1048
#: bzrlib/builtins.py:1714
1051
1049
msgid " Display the above together with number of committers to the branch:"
1054
#: bzrlib/builtins.py:1809
1052
#: bzrlib/builtins.py:1716
1055
1053
msgid " bzr info -vv"
1058
#: bzrlib/builtins.py:1828
1056
#: bzrlib/builtins.py:1735
1059
1057
msgid "Remove files or directories."
1062
#: bzrlib/builtins.py:1830
1060
#: bzrlib/builtins.py:1737
1064
1062
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
1065
1063
"delete them if they can easily be recovered using revert otherwise they\n"
1326
1324
" 0 - no change"
1329
#: bzrlib/builtins.py:2220
1327
#: bzrlib/builtins.py:2127
1332
1330
" Shows the difference in the working tree versus the last commit::"
1335
#: bzrlib/builtins.py:2223
1333
#: bzrlib/builtins.py:2130
1336
1334
msgid " bzr diff"
1339
#: bzrlib/builtins.py:2225
1337
#: bzrlib/builtins.py:2132
1340
1338
msgid " Difference between the working tree and revision 1::"
1343
#: bzrlib/builtins.py:2227
1341
#: bzrlib/builtins.py:2134
1344
1342
msgid " bzr diff -r1"
1347
#: bzrlib/builtins.py:2229
1345
#: bzrlib/builtins.py:2136
1348
1346
msgid " Difference between revision 3 and revision 1::"
1351
#: bzrlib/builtins.py:2231
1349
#: bzrlib/builtins.py:2138
1352
1350
msgid " bzr diff -r1..3"
1355
#: bzrlib/builtins.py:2233
1353
#: bzrlib/builtins.py:2140
1356
1354
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1359
#: bzrlib/builtins.py:2235
1357
#: bzrlib/builtins.py:2142
1360
1358
msgid " bzr diff -r1..3 xxx"
1363
#: bzrlib/builtins.py:2237
1361
#: bzrlib/builtins.py:2144
1364
1362
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1367
#: bzrlib/builtins.py:2239
1365
#: bzrlib/builtins.py:2146
1368
1366
msgid " bzr diff -c2"
1371
#: bzrlib/builtins.py:2241
1369
#: bzrlib/builtins.py:2148
1373
1371
" To see the changes introduced by revision X::\n"
1375
1373
" bzr diff -cX"
1378
#: bzrlib/builtins.py:2245
1376
#: bzrlib/builtins.py:2152
1380
1378
" Note that in the case of a merge, the -c option shows the changes\n"
1381
1379
" compared to the left hand parent. To see the changes against\n"
1382
1380
" another parent, use::"
1385
#: bzrlib/builtins.py:2249
1383
#: bzrlib/builtins.py:2156
1386
1384
msgid " bzr diff -r<chosen_parent>..X"
1389
#: bzrlib/builtins.py:2251
1387
#: bzrlib/builtins.py:2158
1391
1389
" The changes between the current revision and the previous revision\n"
1392
1390
" (equivalent to -c-1 and -r-2..-1)"
1395
#: bzrlib/builtins.py:2254
1393
#: bzrlib/builtins.py:2161
1396
1394
msgid " bzr diff -r-2.."
1399
#: bzrlib/builtins.py:2256
1397
#: bzrlib/builtins.py:2163
1400
1398
msgid " Show just the differences for file NEWS::"
1403
#: bzrlib/builtins.py:2258
1401
#: bzrlib/builtins.py:2165
1404
1402
msgid " bzr diff NEWS"
1407
#: bzrlib/builtins.py:2260
1405
#: bzrlib/builtins.py:2167
1408
1406
msgid " Show the differences in working tree xxx for file NEWS::"
1411
#: bzrlib/builtins.py:2262
1409
#: bzrlib/builtins.py:2169
1412
1410
msgid " bzr diff xxx/NEWS"
1415
#: bzrlib/builtins.py:2264
1413
#: bzrlib/builtins.py:2171
1416
1414
msgid " Show the differences from branch xxx to this working tree:"
1419
#: bzrlib/builtins.py:2266
1417
#: bzrlib/builtins.py:2173
1420
1418
msgid " bzr diff --old xxx"
1423
#: bzrlib/builtins.py:2268
1421
#: bzrlib/builtins.py:2175
1424
1422
msgid " Show the differences between two branches for file NEWS::"
1427
#: bzrlib/builtins.py:2270
1425
#: bzrlib/builtins.py:2177
1428
1426
msgid " bzr diff --old xxx --new yyy NEWS"
1431
#: bzrlib/builtins.py:2272
1429
#: bzrlib/builtins.py:2179
1432
1430
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1435
#: bzrlib/builtins.py:2274
1433
#: bzrlib/builtins.py:2181
1437
1435
" bzr diff --prefix old/:new/\n"
1773
1771
" trading disk space for faster speed."
1776
#: bzrlib/builtins.py:2624
1774
#: bzrlib/builtins.py:2531
1777
1775
msgid "Show from oldest to newest."
1780
#: bzrlib/builtins.py:2627
1778
#: bzrlib/builtins.py:2534
1781
1779
msgid "Show files changed in each revision."
1784
#: bzrlib/builtins.py:2633
1782
#: bzrlib/builtins.py:2540
1785
1783
msgid "Show just the specified revision. See also \"help revisionspec\"."
1788
#: bzrlib/builtins.py:2637
1786
#: bzrlib/builtins.py:2544
1789
1787
msgid "What names to list as authors - first, all or committer."
1792
#: bzrlib/builtins.py:2638
1790
#: bzrlib/builtins.py:2545
1793
1791
msgid "Authors"
1796
#: bzrlib/builtins.py:2643
1794
#: bzrlib/builtins.py:2550
1797
1795
msgid "Number of levels to display - 0 for all, 1 for flat."
1800
#: bzrlib/builtins.py:2653
1798
#: bzrlib/builtins.py:2560
1801
1799
msgid "Limit the output to the first N revisions."
1804
#: bzrlib/builtins.py:2658
1802
#: bzrlib/builtins.py:2565
1805
1803
msgid "Show changes made in each revision as a patch."
1808
#: bzrlib/builtins.py:2660
1806
#: bzrlib/builtins.py:2567
1809
1807
msgid "Show merged revisions like --levels 0 does."
1812
#: bzrlib/builtins.py:2664
1810
#: bzrlib/builtins.py:2571
1813
1811
msgid "Do not report commits with more than one parent."
1816
#: bzrlib/builtins.py:2666
1814
#: bzrlib/builtins.py:2573
1818
1816
"Display only the revisions that are not part of both ancestries (require -"
1822
#: bzrlib/builtins.py:2670
1820
#: bzrlib/builtins.py:2577
1823
1821
msgid "Show digital signature validity."
1826
#: bzrlib/builtins.py:2673
1824
#: bzrlib/builtins.py:2580
1827
1825
msgid "Show revisions whose properties match this expression."
1830
#: bzrlib/builtins.py:2677
1828
#: bzrlib/builtins.py:2584
1831
1829
msgid "Show revisions whose message matches this expression."
1834
#: bzrlib/builtins.py:2681
1832
#: bzrlib/builtins.py:2588
1835
1833
msgid "Show revisions whose committer matches this expression."
1838
#: bzrlib/builtins.py:2685
1836
#: bzrlib/builtins.py:2592
1839
1837
msgid "Show revisions whose authors match this expression."
1842
#: bzrlib/builtins.py:2689
1840
#: bzrlib/builtins.py:2596
1843
1841
msgid "Show revisions whose bugs match this expression."
1846
#: bzrlib/builtins.py:2743
1844
#: bzrlib/builtins.py:2650
1847
1845
msgid "--exclude-common-ancestry requires -r with two revisions"
1850
#: bzrlib/builtins.py:2771
1848
#: bzrlib/builtins.py:2678
1851
1849
#, python-format
1852
1850
msgid "Path unknown at end or start of revision range: %s"
1855
#: bzrlib/builtins.py:2888
1853
#: bzrlib/builtins.py:2795
1856
1854
#, python-format
1857
1855
msgid "bzr %s doesn't accept two revisions in different branches."
1860
#: bzrlib/builtins.py:2904
1858
#: bzrlib/builtins.py:2811
1861
1859
#, python-format
1862
1860
msgid "bzr %s --revision takes one or two values."
1865
#: bzrlib/builtins.py:2949
1863
#: bzrlib/builtins.py:2856
1867
1865
"List files in a tree.\n"
1871
#: bzrlib/builtins.py:2958
1869
#: bzrlib/builtins.py:2865
1872
1870
msgid "Recurse into subdirectories."
1875
#: bzrlib/builtins.py:2960
1873
#: bzrlib/builtins.py:2867
1876
1874
msgid "Print paths relative to the root of the branch."
1879
#: bzrlib/builtins.py:2962
1877
#: bzrlib/builtins.py:2869
1880
1878
msgid "Print unknown files."
1883
#: bzrlib/builtins.py:2963
1881
#: bzrlib/builtins.py:2870
1884
1882
msgid "Print versioned files."
1887
#: bzrlib/builtins.py:2966
1885
#: bzrlib/builtins.py:2873
1888
1886
msgid "Print ignored files."
1891
#: bzrlib/builtins.py:2968
1889
#: bzrlib/builtins.py:2875
1892
1890
msgid "List entries of a particular kind: file, directory, symlink."
1895
#: bzrlib/builtins.py:2981
1893
#: bzrlib/builtins.py:2888
1896
1894
msgid "invalid kind specified"
1899
#: bzrlib/builtins.py:2984
1897
#: bzrlib/builtins.py:2891
1900
1898
msgid "Cannot set both --verbose and --null"
1903
#: bzrlib/builtins.py:2993
1901
#: bzrlib/builtins.py:2900
1904
1902
msgid "cannot specify both --from-root and PATH"
1907
#: bzrlib/builtins.py:3080
1905
#: bzrlib/builtins.py:2987
1908
1906
msgid "Ignore specified files or patterns."
1911
#: bzrlib/builtins.py:3082
1909
#: bzrlib/builtins.py:2989
1912
1910
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1915
#: bzrlib/builtins.py:3084
1913
#: bzrlib/builtins.py:2991
1917
1915
"If a .bzrignore file does not exist, the ignore command\n"
1918
1916
"will create one and add the specified files or patterns to the newly\n"
2546
#: bzrlib/builtins.py:3779
2544
#: bzrlib/builtins.py:3686
2548
2546
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2549
2547
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2552
#: bzrlib/builtins.py:3787
2550
#: bzrlib/builtins.py:3694
2553
2551
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2556
#: bzrlib/builtins.py:3791
2554
#: bzrlib/builtins.py:3698
2557
2555
msgid "Branch format"
2560
#: bzrlib/builtins.py:3793
2558
#: bzrlib/builtins.py:3700
2561
2559
msgid "Remove the backup.bzr directory if successful."
2564
#: bzrlib/builtins.py:3795
2562
#: bzrlib/builtins.py:3702
2565
2563
msgid "Show what would be done, but don't actually do anything."
2568
#: bzrlib/builtins.py:3810
2566
#: bzrlib/builtins.py:3717
2569
2567
msgid "Show or set bzr user id."
2572
#: bzrlib/builtins.py:3812
2570
#: bzrlib/builtins.py:3719
2575
2573
" Show the email of the current user::"
2578
#: bzrlib/builtins.py:3815
2576
#: bzrlib/builtins.py:3722
2579
2577
msgid " bzr whoami --email"
2582
#: bzrlib/builtins.py:3817
2580
#: bzrlib/builtins.py:3724
2583
2581
msgid " Set the current user::"
2586
#: bzrlib/builtins.py:3819
2584
#: bzrlib/builtins.py:3726
2587
2585
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2590
#: bzrlib/builtins.py:3823
2588
#: bzrlib/builtins.py:3730
2591
2589
msgid "Display email address only."
2594
#: bzrlib/builtins.py:3825
2592
#: bzrlib/builtins.py:3732
2595
2593
msgid "Set identity for the current branch instead of globally."
2598
#: bzrlib/builtins.py:3851
2596
#: bzrlib/builtins.py:3758
2599
2597
msgid "--email can only be used to display existing identity"
2602
#: bzrlib/builtins.py:3873
2600
#: bzrlib/builtins.py:3780
2603
2601
msgid "Print or set the branch nickname."
2606
#: bzrlib/builtins.py:3875
2604
#: bzrlib/builtins.py:3782
2608
2606
"If unset, the tree root directory name is used as the nickname.\n"
2609
2607
"To print the current nickname, execute with no argument."
2612
#: bzrlib/builtins.py:3878
2610
#: bzrlib/builtins.py:3785
2614
2612
"Bound branches use the nickname of its master branch unless it is set\n"
2618
#: bzrlib/builtins.py:3898
2616
#: bzrlib/builtins.py:3805
2619
2617
msgid "Set/unset and display aliases."
2622
#: bzrlib/builtins.py:3900
2620
#: bzrlib/builtins.py:3807
2625
2623
" Show the current aliases::"
2628
#: bzrlib/builtins.py:3903
2626
#: bzrlib/builtins.py:3810
2629
2627
msgid " bzr alias"
2632
#: bzrlib/builtins.py:3905
2630
#: bzrlib/builtins.py:3812
2633
2631
msgid " Show the alias specified for 'll'::"
2636
#: bzrlib/builtins.py:3907
2634
#: bzrlib/builtins.py:3814
2637
2635
msgid " bzr alias ll"
2640
#: bzrlib/builtins.py:3909
2638
#: bzrlib/builtins.py:3816
2641
2639
msgid " Set an alias for 'll'::"
2644
#: bzrlib/builtins.py:3911
2642
#: bzrlib/builtins.py:3818
2645
2643
msgid " bzr alias ll=\"log --line -r-10..-1\""
2648
#: bzrlib/builtins.py:3913
2646
#: bzrlib/builtins.py:3820
2649
2647
msgid " To remove an alias for 'll'::"
2652
#: bzrlib/builtins.py:3915
2650
#: bzrlib/builtins.py:3822
2653
2651
msgid " bzr alias --remove ll"
2656
#: bzrlib/builtins.py:3920
2654
#: bzrlib/builtins.py:3827
2657
2655
msgid "Remove the alias."
2660
#: bzrlib/builtins.py:3938
2658
#: bzrlib/builtins.py:3845
2661
2659
msgid "bzr alias --remove expects an alias to remove."
2664
#: bzrlib/builtins.py:4119
2662
#: bzrlib/builtins.py:4026
2666
2664
"subunit not available. subunit needs to be installed to use --subunit."
2669
#: bzrlib/builtins.py:4136
2667
#: bzrlib/builtins.py:4043
2671
2669
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2674
#: bzrlib/builtins.py:4183
2672
#: bzrlib/builtins.py:4090
2675
2673
msgid "Show version of bzr."
2678
#: bzrlib/builtins.py:4187
2676
#: bzrlib/builtins.py:4094
2679
2677
msgid "Print just the version number."
2682
#: bzrlib/builtins.py:4206
2680
#: bzrlib/builtins.py:4113
2683
2681
msgid "It sure does!\n"
2686
#: bzrlib/builtins.py:4230
2684
#: bzrlib/builtins.py:4137
2687
2685
#, python-format
2688
2686
msgid "merge base is revision %s\n"
2691
#: bzrlib/builtins.py:4234
2689
#: bzrlib/builtins.py:4141
2692
2690
msgid "Perform a three-way merge."
2695
#: bzrlib/builtins.py:4236
2693
#: bzrlib/builtins.py:4143
2697
2695
"The source of the merge can be specified either in the form of a branch,\n"
2698
2696
"or in the form of a path to a file containing a merge directive generated\n"
2768
2766
"merge revision which has more than two parents."
2771
#: bzrlib/builtins.py:4283
2769
#: bzrlib/builtins.py:4190
2773
2771
"If one would like to merge changes from the working tree of the other\n"
2774
2772
"branch without merging any committed revisions, the --uncommitted option\n"
2775
2773
"can be given."
2778
#: bzrlib/builtins.py:4287
2776
#: bzrlib/builtins.py:4194
2780
2778
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2781
2779
"you to apply each diff hunk and file change, similar to \"shelve\"."
2784
#: bzrlib/builtins.py:4290
2782
#: bzrlib/builtins.py:4197
2787
2785
" To merge all new revisions from bzr.dev::"
2790
#: bzrlib/builtins.py:4293
2788
#: bzrlib/builtins.py:4200
2791
2789
msgid " bzr merge ../bzr.dev"
2794
#: bzrlib/builtins.py:4295
2792
#: bzrlib/builtins.py:4202
2795
2793
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2798
#: bzrlib/builtins.py:4297
2796
#: bzrlib/builtins.py:4204
2799
2797
msgid " bzr merge -r 82 ../bzr.dev"
2802
#: bzrlib/builtins.py:4299
2800
#: bzrlib/builtins.py:4206
2803
2801
msgid " To merge the changes introduced by 82, without previous changes::"
2806
#: bzrlib/builtins.py:4301
2804
#: bzrlib/builtins.py:4208
2807
2805
msgid " bzr merge -r 81..82 ../bzr.dev"
2810
#: bzrlib/builtins.py:4303
2808
#: bzrlib/builtins.py:4210
2811
2809
msgid " To apply a merge directive contained in /tmp/merge::"
2814
#: bzrlib/builtins.py:4305
2812
#: bzrlib/builtins.py:4212
2815
2813
msgid " bzr merge /tmp/merge"
2818
#: bzrlib/builtins.py:4307
2816
#: bzrlib/builtins.py:4214
2820
2818
" To create a merge revision with three parents from two branches\n"
2821
2819
" feature1a and feature1b:"
2824
#: bzrlib/builtins.py:4310
2822
#: bzrlib/builtins.py:4217
2826
2824
" bzr merge ../feature1a\n"
2827
2825
" bzr merge ../feature1b --force\n"
2828
2826
" bzr commit -m 'revision with three parents'"
2831
#: bzrlib/builtins.py:4322
2829
#: bzrlib/builtins.py:4229
2832
2830
msgid "Merge even if the destination tree has uncommitted changes."
2835
#: bzrlib/builtins.py:4328
2833
#: bzrlib/builtins.py:4235
2837
2835
"Apply uncommitted changes from a working copy, instead of branch changes."
2840
#: bzrlib/builtins.py:4330
2838
#: bzrlib/builtins.py:4237
2842
2840
"If the destination is already completely merged into the source, pull from "
2843
2841
"the source rather than merging. When this happens, you do not need to "
2844
2842
"commit the result."
2847
#: bzrlib/builtins.py:4335
2845
#: bzrlib/builtins.py:4242
2849
2847
"Branch to merge into, rather than the one containing the working directory."
2852
#: bzrlib/builtins.py:4337
2850
#: bzrlib/builtins.py:4244
2853
2851
msgid "Instead of merging, show a diff of the merge."
2856
#: bzrlib/builtins.py:4339
2854
#: bzrlib/builtins.py:4246
2857
2855
msgid "Select changes interactively."
2860
#: bzrlib/builtins.py:4361
2858
#: bzrlib/builtins.py:4268
2862
2860
"Merging into empty branches not currently supported, "
2863
2861
"https://bugs.launchpad.net/bzr/+bug/308562"
2866
#: bzrlib/builtins.py:4388
2864
#: bzrlib/builtins.py:4295
2867
2865
msgid "Cannot use --uncommitted with bundles or merge directives."
2870
#: bzrlib/builtins.py:4399
2868
#: bzrlib/builtins.py:4306
2871
2869
msgid "Cannot use --uncommitted and --revision at the same time."
2874
#: bzrlib/builtins.py:4419
2872
#: bzrlib/builtins.py:4326
2875
2873
msgid "merger: "
2878
#: bzrlib/builtins.py:4421 bzrlib/bundle/apply_bundle.py:71
2876
#: bzrlib/builtins.py:4328 bzrlib/bundle/apply_bundle.py:71
2879
2877
msgid "Nothing to do."
2882
#: bzrlib/builtins.py:4425
2880
#: bzrlib/builtins.py:4332
2883
2881
msgid "Cannot pull individual files"
2886
#: bzrlib/builtins.py:4433
2884
#: bzrlib/builtins.py:4340
2887
2885
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2890
#: bzrlib/builtins.py:4491
2888
#: bzrlib/builtins.py:4398
2891
2889
#, python-format
2892
2890
msgid "Show-base is not supported for this merge type. %s"
2895
#: bzrlib/builtins.py:4500
2893
#: bzrlib/builtins.py:4407
2896
2894
#, python-format
2897
2895
msgid "Conflict reduction is not supported for merge type %s."
2900
#: bzrlib/builtins.py:4504
2898
#: bzrlib/builtins.py:4411
2901
2899
msgid "Cannot do conflict reduction and show base."
2904
#: bzrlib/builtins.py:4615
2902
#: bzrlib/builtins.py:4522
2905
2903
msgid "No location specified or remembered"
2908
#: bzrlib/builtins.py:4617
2906
#: bzrlib/builtins.py:4524
2909
2907
msgid "{0} remembered {1} location {2}"
2912
#: bzrlib/builtins.py:4623
2910
#: bzrlib/builtins.py:4530
2913
2911
msgid "Redo a merge."
2916
#: bzrlib/builtins.py:4625
2914
#: bzrlib/builtins.py:4532
2918
2916
"Use this if you want to try a different merge technique while resolving\n"
2919
2917
"conflicts. Some merge techniques are better than others, and remerge\n"
2920
2918
"lets you try different ones on different files."
2923
#: bzrlib/builtins.py:4629
2921
#: bzrlib/builtins.py:4536
2925
2923
"The options for remerge have the same meaning and defaults as the ones for\n"
2926
2924
"merge. The difference is that remerge can (only) be run when there is a\n"
2927
2925
"pending merge, and it lets you specify particular files."
2930
#: bzrlib/builtins.py:4633
2928
#: bzrlib/builtins.py:4540
2933
2931
" Re-do the merge of all conflicted files, and show the base text in\n"
2934
2932
" conflict regions, in addition to the usual THIS and OTHER texts::"
2937
#: bzrlib/builtins.py:4637
2935
#: bzrlib/builtins.py:4544
2938
2936
msgid " bzr remerge --show-base"
2941
#: bzrlib/builtins.py:4639
2939
#: bzrlib/builtins.py:4546
2943
2941
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2944
2942
" additional processing to reduce the size of conflict regions::"
2947
#: bzrlib/builtins.py:4642
2945
#: bzrlib/builtins.py:4549
2948
2946
msgid " bzr remerge --merge-type weave --reprocess foobar"
2951
#: bzrlib/builtins.py:4649
2949
#: bzrlib/builtins.py:4556
2952
2950
msgid "Show base revision text in conflicts."
2955
#: bzrlib/builtins.py:4661
2953
#: bzrlib/builtins.py:4568
2957
2955
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2961
#: bzrlib/builtins.py:4717
2959
#: bzrlib/builtins.py:4624
2962
2960
msgid "Revert files to a previous revision."
2965
#: bzrlib/builtins.py:4719
2963
#: bzrlib/builtins.py:4626
2967
2965
"Giving a list of files will revert only those files. Otherwise, all files\n"
2968
2966
"will be reverted. If the revision is not specified with '--revision', the\n"
2969
2967
"last committed revision is used."
2972
#: bzrlib/builtins.py:4723
2970
#: bzrlib/builtins.py:4630
2974
2972
"To remove only some changes, without reverting to a prior version, use\n"
2975
2973
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
3064
3062
" 0 - no missing revisions"
3067
#: bzrlib/builtins.py:4847
3065
#: bzrlib/builtins.py:4754
3069
3067
" Determine the missing revisions between this and the branch at the\n"
3070
3068
" remembered pull location::"
3073
#: bzrlib/builtins.py:4850
3071
#: bzrlib/builtins.py:4757
3074
3072
msgid " bzr missing"
3077
#: bzrlib/builtins.py:4852
3075
#: bzrlib/builtins.py:4759
3078
3076
msgid " Determine the missing revisions between this and another branch::"
3081
#: bzrlib/builtins.py:4854
3079
#: bzrlib/builtins.py:4761
3082
3080
msgid " bzr missing http://server/branch"
3085
#: bzrlib/builtins.py:4856
3083
#: bzrlib/builtins.py:4763
3087
3085
" Determine the missing revisions up to a specific revision on the other\n"
3091
#: bzrlib/builtins.py:4859
3089
#: bzrlib/builtins.py:4766
3092
3090
msgid " bzr missing -r ..-10"
3095
#: bzrlib/builtins.py:4861
3093
#: bzrlib/builtins.py:4768
3097
3095
" Determine the missing revisions up to a specific revision on this\n"
3101
#: bzrlib/builtins.py:4864
3099
#: bzrlib/builtins.py:4771
3102
3100
msgid " bzr missing --my-revision ..-10"
3105
#: bzrlib/builtins.py:4871
3103
#: bzrlib/builtins.py:4778
3106
3104
msgid "Reverse the order of revisions."
3109
#: bzrlib/builtins.py:4873
3107
#: bzrlib/builtins.py:4780
3110
3108
msgid "Display changes in the local branch only."
3113
#: bzrlib/builtins.py:4874
3111
#: bzrlib/builtins.py:4781
3114
3112
msgid "Same as --mine-only."
3117
#: bzrlib/builtins.py:4876
3115
#: bzrlib/builtins.py:4783
3118
3116
msgid "Display changes in the remote branch only."
3121
#: bzrlib/builtins.py:4877
3119
#: bzrlib/builtins.py:4784
3122
3120
msgid "Same as --theirs-only."
3125
#: bzrlib/builtins.py:4882
3123
#: bzrlib/builtins.py:4789
3127
3125
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3131
#: bzrlib/builtins.py:4886
3129
#: bzrlib/builtins.py:4793
3133
3131
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3137
#: bzrlib/builtins.py:4889
3135
#: bzrlib/builtins.py:4796
3138
3136
msgid "Show all revisions in addition to the mainline ones."
3141
#: bzrlib/builtins.py:4943
3139
#: bzrlib/builtins.py:4850
3142
3140
msgid "No peer location known or specified."
3145
#: bzrlib/builtins.py:4947
3143
#: bzrlib/builtins.py:4854
3146
3144
msgid "Using saved parent location: {0}\n"
3149
#: bzrlib/builtins.py:4980
3147
#: bzrlib/builtins.py:4887
3150
3148
#, python-format
3151
3149
msgid "You have %d extra revision:\n"
3152
3150
msgid_plural "You have %d extra revisions:\n"
3156
#: bzrlib/builtins.py:4996
3154
#: bzrlib/builtins.py:4903
3157
3155
#, python-format
3158
3156
msgid "You are missing %d revision:\n"
3159
3157
msgid_plural "You are missing %d revisions:\n"
3163
#: bzrlib/builtins.py:5008
3161
#: bzrlib/builtins.py:4915
3164
3162
msgid "This branch has no new revisions.\n"
3167
#: bzrlib/builtins.py:5011
3165
#: bzrlib/builtins.py:4918
3168
3166
msgid "Other branch has no new revisions.\n"
3171
#: bzrlib/builtins.py:5016
3169
#: bzrlib/builtins.py:4923
3172
3170
msgid "Branches are up to date.\n"
3175
#: bzrlib/builtins.py:5027
3173
#: bzrlib/builtins.py:4934
3176
3174
msgid "Compress the data within a repository."
3179
#: bzrlib/builtins.py:5029
3177
#: bzrlib/builtins.py:4936
3181
3179
"This operation compresses the data within a bazaar repository. As\n"
3182
3180
"bazaar supports automatic packing of repository, this operation is\n"
3183
3181
"normally not required to be done manually."
3186
#: bzrlib/builtins.py:5033
3184
#: bzrlib/builtins.py:4940
3188
3186
"During the pack operation, bazaar takes a backup of existing repository\n"
3189
3187
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3235
3233
"plugins using the Python programming language."
3238
#: bzrlib/builtins.py:5091
3236
#: bzrlib/builtins.py:4998
3239
3237
msgid "Show testament (signing-form) of a revision."
3242
#: bzrlib/builtins.py:5094
3240
#: bzrlib/builtins.py:5001
3243
3241
msgid "Produce long-format testament."
3246
#: bzrlib/builtins.py:5096
3244
#: bzrlib/builtins.py:5003
3247
3245
msgid "Produce a strict-format testament."
3250
#: bzrlib/builtins.py:5122
3248
#: bzrlib/builtins.py:5029
3251
3249
msgid "Show the origin of each line in a file."
3254
#: bzrlib/builtins.py:5124
3252
#: bzrlib/builtins.py:5031
3256
3254
"This prints out the given file with an annotation on the left side\n"
3257
3255
"indicating which revision, author and date introduced the change."
3260
#: bzrlib/builtins.py:5127
3258
#: bzrlib/builtins.py:5034
3262
3260
"If the origin is the same for a run of consecutive lines, it is\n"
3263
3261
"shown only at the top, unless the --all option is given."
3266
#: bzrlib/builtins.py:5135
3264
#: bzrlib/builtins.py:5042
3267
3265
msgid "Show annotations on all lines."
3270
#: bzrlib/builtins.py:5136
3268
#: bzrlib/builtins.py:5043
3271
3269
msgid "Show commit date in annotations."
3274
#: bzrlib/builtins.py:5223
3272
#: bzrlib/builtins.py:5130
3275
3273
msgid "Cannot sign a range of non-revision-history revisions"
3278
#: bzrlib/builtins.py:5235
3276
#: bzrlib/builtins.py:5142
3279
3277
msgid "Please supply either one revision, or a range."
3282
#: bzrlib/builtins.py:5239
3280
#: bzrlib/builtins.py:5146
3284
3282
"Convert the current branch into a checkout of the supplied branch.\n"
3285
3283
"If no branch is supplied, rebind to the last bound location."
3288
#: bzrlib/builtins.py:5242
3286
#: bzrlib/builtins.py:5149
3290
3288
"Once converted into a checkout, commits must succeed on the master branch\n"
3291
3289
"before they will be applied to the local branch."
3294
#: bzrlib/builtins.py:5245
3292
#: bzrlib/builtins.py:5152
3296
3294
"Bound branches use the nickname of its master branch unless it is set\n"
3297
3295
"locally, in which case binding will update the local nickname to be\n"
3298
3296
"that of the master."
3301
#: bzrlib/builtins.py:5260
3299
#: bzrlib/builtins.py:5167
3302
3300
msgid "No location supplied. This format does not remember old locations."
3305
#: bzrlib/builtins.py:5265
3303
#: bzrlib/builtins.py:5172
3306
3304
msgid "Branch is already bound"
3309
#: bzrlib/builtins.py:5267
3307
#: bzrlib/builtins.py:5174
3310
3308
msgid "No location supplied and no previous location known"
3313
#: bzrlib/builtins.py:5273
3311
#: bzrlib/builtins.py:5180
3314
3312
msgid "These branches have diverged. Try merging, and then bind again."
3317
#: bzrlib/builtins.py:5280
3315
#: bzrlib/builtins.py:5187
3318
3316
msgid "Convert the current checkout into a regular branch."
3321
#: bzrlib/builtins.py:5282
3319
#: bzrlib/builtins.py:5189
3323
3321
"After unbinding, the local branch is considered independent and subsequent\n"
3324
3322
"commits will be local only."
3327
#: bzrlib/builtins.py:5293
3325
#: bzrlib/builtins.py:5200
3328
3326
msgid "Local branch is not bound"
3331
#: bzrlib/builtins.py:5297
3329
#: bzrlib/builtins.py:5204
3332
3330
msgid "Remove the last committed revision."
3335
#: bzrlib/builtins.py:5299
3333
#: bzrlib/builtins.py:5206
3337
3335
"--verbose will print out what is being removed.\n"
3338
3336
"--dry-run will go through all the motions, but not actually\n"
3339
3337
"remove anything."
3342
#: bzrlib/builtins.py:5303
3340
#: bzrlib/builtins.py:5210
3344
3342
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3345
3343
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3346
3344
"branch at revision 15."
3349
#: bzrlib/builtins.py:5307
3347
#: bzrlib/builtins.py:5214
3351
3349
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3352
3350
"it may make is to restore any pending merges that were present before\n"
3356
#: bzrlib/builtins.py:5318
3354
#: bzrlib/builtins.py:5225
3357
3355
msgid "Don't actually make changes."
3360
#: bzrlib/builtins.py:5319
3358
#: bzrlib/builtins.py:5226
3361
3359
msgid "Say yes to all questions."
3364
#: bzrlib/builtins.py:5321
3362
#: bzrlib/builtins.py:5228
3365
3363
msgid "Keep tags that point to removed revisions."
3368
#: bzrlib/builtins.py:5323
3366
#: bzrlib/builtins.py:5230
3369
3367
msgid "Only remove the commits from the local branch when in a checkout."
3372
#: bzrlib/builtins.py:5372
3370
#: bzrlib/builtins.py:5279
3373
3371
msgid "No revisions to uncommit.\n"
3376
#: bzrlib/builtins.py:5387
3374
#: bzrlib/builtins.py:5294
3377
3375
msgid "Dry-run, pretending to remove the above revisions.\n"
3380
#: bzrlib/builtins.py:5390
3378
#: bzrlib/builtins.py:5297
3381
3379
msgid "The above revision(s) will be removed.\n"
3384
#: bzrlib/builtins.py:5394
3382
#: bzrlib/builtins.py:5301
3385
3383
msgid "Uncommit these revisions"
3388
#: bzrlib/builtins.py:5397
3386
#: bzrlib/builtins.py:5304
3389
3387
msgid "Canceled\n"
3392
#: bzrlib/builtins.py:5404
3390
#: bzrlib/builtins.py:5311
3393
3391
#, python-format
3395
3393
"You can restore the old tip by running:\n"
3396
3394
" bzr pull . -r revid:%s\n"
3399
#: bzrlib/builtins.py:5409
3397
#: bzrlib/builtins.py:5316
3400
3398
msgid "Break a dead lock."
3403
#: bzrlib/builtins.py:5411
3401
#: bzrlib/builtins.py:5318
3405
3403
"This command breaks a lock on a repository, branch, working directory or\n"
3409
#: bzrlib/builtins.py:5414
3407
#: bzrlib/builtins.py:5321
3411
3409
"CAUTION: Locks should only be broken when you are sure that the process\n"
3412
3410
"holding the lock has been stopped."
3415
#: bzrlib/builtins.py:5417
3413
#: bzrlib/builtins.py:5324
3417
3415
"You can get information on what locks are open via the 'bzr info\n"
3418
3416
"[location]' command."
3421
#: bzrlib/builtins.py:5420
3419
#: bzrlib/builtins.py:5327
3424
3422
" bzr break-lock\n"
3474
3472
"uncontrolled write access to your file system."
3477
#: bzrlib/builtins.py:5496
3475
#: bzrlib/builtins.py:5403
3478
3476
msgid "Override the default idle client timeout (5min)."
3481
#: bzrlib/builtins.py:5546
3479
#: bzrlib/builtins.py:5453
3482
3480
msgid "Combine a tree into its containing tree."
3485
#: bzrlib/builtins.py:5548
3483
#: bzrlib/builtins.py:5455
3486
3484
msgid "This command requires the target tree to be in a rich-root format."
3489
#: bzrlib/builtins.py:5550
3487
#: bzrlib/builtins.py:5457
3491
3489
"The TREE argument should be an independent tree, inside another tree, but\n"
3492
3490
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3493
3491
"running \"bzr branch\" with the target inside a tree.)"
3496
#: bzrlib/builtins.py:5554
3494
#: bzrlib/builtins.py:5461
3498
3496
"The result is a combined tree, with the subtree no longer an independent\n"
3499
3497
"part. This is marked as a merge of the subtree into the containing tree,\n"
3500
3498
"and all history is preserved."
3503
#: bzrlib/builtins.py:5572
3501
#: bzrlib/builtins.py:5479
3504
3502
#, python-format
3506
3504
"Can't join trees because %s doesn't support rich root data.\n"
3507
3505
"You can use bzr upgrade on the repository."
3510
#: bzrlib/builtins.py:5582 bzrlib/builtins.py:5588
3508
#: bzrlib/builtins.py:5489 bzrlib/builtins.py:5495
3511
3509
msgid "Cannot join {0}. {1}"
3514
#: bzrlib/builtins.py:5592
3512
#: bzrlib/builtins.py:5499
3515
3513
msgid "Split a subdirectory of a tree into a separate tree."
3518
#: bzrlib/builtins.py:5594
3516
#: bzrlib/builtins.py:5501
3520
3518
"This command will produce a target tree in a format that supports\n"
3521
3519
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3522
3520
"converted into earlier formats like 'dirstate-tags'."
3525
#: bzrlib/builtins.py:5598
3523
#: bzrlib/builtins.py:5505
3527
3525
"The TREE argument should be a subdirectory of a working tree. That\n"
3528
3526
"subdirectory will be converted into an independent tree, with its own\n"
3529
3527
"branch. Commits in the top-level tree will not apply to the new subtree."
3532
#: bzrlib/builtins.py:5678
3530
#: bzrlib/builtins.py:5585
3533
3531
msgid "No submit branch specified or known"
3536
#: bzrlib/builtins.py:5686 bzrlib/send.py:108
3534
#: bzrlib/builtins.py:5593 bzrlib/send.py:108
3537
3535
msgid "No public branch specified or known"
3540
#: bzrlib/builtins.py:5691
3538
#: bzrlib/builtins.py:5598
3541
3539
msgid "bzr merge-directive takes at most two one revision identifiers"
3544
#: bzrlib/builtins.py:5700
3542
#: bzrlib/builtins.py:5607
3545
3543
msgid "No revisions to bundle."
3548
#: bzrlib/builtins.py:5719
3546
#: bzrlib/builtins.py:5626
3549
3547
msgid "Mail or create a merge-directive for submitting changes."
3552
#: bzrlib/builtins.py:5721
3550
#: bzrlib/builtins.py:5628
3553
3551
msgid "A merge directive provides many things needed for requesting merges:"
3556
#: bzrlib/builtins.py:5723
3554
#: bzrlib/builtins.py:5630
3557
3555
msgid "* A machine-readable description of the merge to perform"
3560
#: bzrlib/builtins.py:5725
3558
#: bzrlib/builtins.py:5632
3561
3559
msgid "* An optional patch that is a preview of the changes requested"
3564
#: bzrlib/builtins.py:5727
3562
#: bzrlib/builtins.py:5634
3566
3564
"* An optional bundle of revision data, so that the changes can be applied\n"
3567
3565
" directly from the merge directive, without retrieving data from a\n"
3571
#: bzrlib/builtins.py:5731
3569
#: bzrlib/builtins.py:5638
3573
3571
"`bzr send` creates a compact data set that, when applied using bzr\n"
3574
3572
"merge, has the same effect as merging from the source branch. "
3577
#: bzrlib/builtins.py:5734
3575
#: bzrlib/builtins.py:5641
3579
3577
"By default the merge directive is self-contained and can be applied to any\n"
3580
3578
"branch containing submit_branch in its ancestory without needing access to\n"
3581
3579
"the source branch."
3584
#: bzrlib/builtins.py:5738
3582
#: bzrlib/builtins.py:5645
3586
3584
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3587
3585
"revisions, but only a structured request to merge from the\n"
3835
3833
"If none of these is available, --bind-to must be specified."
3838
#: bzrlib/builtins.py:6091
3836
#: bzrlib/builtins.py:5998
3839
3837
msgid "Tree type"
3842
#: bzrlib/builtins.py:6092
3840
#: bzrlib/builtins.py:5999
3843
3841
msgid "The relation between branch and tree."
3846
#: bzrlib/builtins.py:6094
3844
#: bzrlib/builtins.py:6001
3847
3845
msgid "Reconfigure to be an unbound branch with no working tree."
3850
#: bzrlib/builtins.py:6095
3848
#: bzrlib/builtins.py:6002
3851
3849
msgid "Reconfigure to be an unbound branch with a working tree."
3854
#: bzrlib/builtins.py:6096
3852
#: bzrlib/builtins.py:6003
3855
3853
msgid "Reconfigure to be a bound branch with a working tree."
3858
#: bzrlib/builtins.py:6097
3856
#: bzrlib/builtins.py:6004
3859
3857
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3862
#: bzrlib/builtins.py:6102
3860
#: bzrlib/builtins.py:6009
3863
3861
msgid "Repository type"
3866
#: bzrlib/builtins.py:6103
3864
#: bzrlib/builtins.py:6010
3867
3865
msgid "Location fo the repository."
3870
#: bzrlib/builtins.py:6105
3868
#: bzrlib/builtins.py:6012
3872
3870
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3875
#: bzrlib/builtins.py:6107
3873
#: bzrlib/builtins.py:6014
3876
3874
msgid "Reconfigure to use a shared repository."
3879
#: bzrlib/builtins.py:6111
3877
#: bzrlib/builtins.py:6018
3880
3878
msgid "Trees in Repository"
3883
#: bzrlib/builtins.py:6112
3881
#: bzrlib/builtins.py:6019
3884
3882
msgid "Whether new branches in the repository have trees."
3887
#: bzrlib/builtins.py:6114
3885
#: bzrlib/builtins.py:6021
3889
3887
"Reconfigure repository to create working trees on branches by default."
3892
#: bzrlib/builtins.py:6116
3890
#: bzrlib/builtins.py:6023
3894
3892
"Reconfigure repository to not create working trees on branches by default."
3897
#: bzrlib/builtins.py:6119
3895
#: bzrlib/builtins.py:6026
3898
3896
msgid "Branch to bind checkout to."
3901
#: bzrlib/builtins.py:6121
3899
#: bzrlib/builtins.py:6028
3902
3900
msgid "Perform reconfiguration even if local changes will be lost."
3905
#: bzrlib/builtins.py:6124
3903
#: bzrlib/builtins.py:6031
3906
3904
msgid "Reconfigure a branch to be stacked on another branch."
3909
#: bzrlib/builtins.py:6128
3907
#: bzrlib/builtins.py:6035
3911
3909
"Reconfigure a branch to be unstacked. This may require copying substantial "
3912
3910
"data into it."
3915
#: bzrlib/builtins.py:6138
3913
#: bzrlib/builtins.py:6045
3916
3914
msgid "Can't use both --stacked-on and --unstacked"
3919
#: bzrlib/builtins.py:6152
3917
#: bzrlib/builtins.py:6059
3920
3918
msgid "No target configuration specified"
3923
#: bzrlib/builtins.py:6187
3921
#: bzrlib/builtins.py:6094
3924
3922
msgid "Set the branch of a checkout and update."
3927
#: bzrlib/builtins.py:6189
3925
#: bzrlib/builtins.py:6096
3929
3927
"For lightweight checkouts, this changes the branch being referenced.\n"
3930
3928
"For heavyweight checkouts, this checks that there are no local commits\n"
4003
4001
"want to switch back to your view after that."
4006
#: bzrlib/builtins.py:6281
4004
#: bzrlib/builtins.py:6228
4009
4007
" To define the current view::"
4012
#: bzrlib/builtins.py:6284
4010
#: bzrlib/builtins.py:6231
4013
4011
msgid " bzr view file1 dir1 ..."
4016
#: bzrlib/builtins.py:6286
4014
#: bzrlib/builtins.py:6233
4017
4015
msgid " To list the current view::"
4020
#: bzrlib/builtins.py:6288
4018
#: bzrlib/builtins.py:6235
4021
4019
msgid " bzr view"
4024
#: bzrlib/builtins.py:6290
4022
#: bzrlib/builtins.py:6237
4025
4023
msgid " To delete the current view::"
4028
#: bzrlib/builtins.py:6292
4026
#: bzrlib/builtins.py:6239
4029
4027
msgid " bzr view --delete"
4032
#: bzrlib/builtins.py:6294
4030
#: bzrlib/builtins.py:6241
4033
4031
msgid " To disable the current view without deleting it::"
4036
#: bzrlib/builtins.py:6296
4034
#: bzrlib/builtins.py:6243
4037
4035
msgid " bzr view --switch off"
4040
#: bzrlib/builtins.py:6298
4038
#: bzrlib/builtins.py:6245
4041
4039
msgid " To define a named view and switch to it::"
4044
#: bzrlib/builtins.py:6300
4042
#: bzrlib/builtins.py:6247
4045
4043
msgid " bzr view --name view-name file1 dir1 ..."
4048
#: bzrlib/builtins.py:6302
4046
#: bzrlib/builtins.py:6249
4049
4047
msgid " To list a named view::"
4052
#: bzrlib/builtins.py:6304
4050
#: bzrlib/builtins.py:6251
4053
4051
msgid " bzr view --name view-name"
4056
#: bzrlib/builtins.py:6306
4054
#: bzrlib/builtins.py:6253
4057
4055
msgid " To delete a named view::"
4060
#: bzrlib/builtins.py:6308
4058
#: bzrlib/builtins.py:6255
4061
4059
msgid " bzr view --name view-name --delete"
4064
#: bzrlib/builtins.py:6310
4062
#: bzrlib/builtins.py:6257
4065
4063
msgid " To switch to a named view::"
4068
#: bzrlib/builtins.py:6312
4066
#: bzrlib/builtins.py:6259
4069
4067
msgid " bzr view --switch view-name"
4072
#: bzrlib/builtins.py:6314
4070
#: bzrlib/builtins.py:6261
4073
4071
msgid " To list all views defined::"
4076
#: bzrlib/builtins.py:6316
4074
#: bzrlib/builtins.py:6263
4077
4075
msgid " bzr view --all"
4080
#: bzrlib/builtins.py:6318
4078
#: bzrlib/builtins.py:6265
4081
4079
msgid " To delete all views::"
4084
#: bzrlib/builtins.py:6320
4082
#: bzrlib/builtins.py:6267
4085
4083
msgid " bzr view --delete --all"
4088
#: bzrlib/builtins.py:6327
4086
#: bzrlib/builtins.py:6274
4089
4087
msgid "Apply list or delete action to all views."
4092
#: bzrlib/builtins.py:6330
4090
#: bzrlib/builtins.py:6277
4093
4091
msgid "Delete the view."
4096
#: bzrlib/builtins.py:6333
4094
#: bzrlib/builtins.py:6280
4097
4095
msgid "Name of the view to define, list or delete."
4100
#: bzrlib/builtins.py:6337
4098
#: bzrlib/builtins.py:6284
4101
4099
msgid "Name of the view to switch to."
4104
#: bzrlib/builtins.py:6356
4102
#: bzrlib/builtins.py:6303
4105
4103
msgid "Both --delete and a file list specified"
4108
#: bzrlib/builtins.py:6359
4106
#: bzrlib/builtins.py:6306
4109
4107
msgid "Both --delete and --switch specified"
4112
#: bzrlib/builtins.py:6362
4110
#: bzrlib/builtins.py:6309
4113
4111
msgid "Deleted all views.\n"
4116
#: bzrlib/builtins.py:6364
4114
#: bzrlib/builtins.py:6311
4117
4115
msgid "No current view to delete"
4120
#: bzrlib/builtins.py:6367
4118
#: bzrlib/builtins.py:6314
4121
4119
#, python-format
4122
4120
msgid "Deleted '%s' view.\n"
4125
#: bzrlib/builtins.py:6371
4123
#: bzrlib/builtins.py:6318
4126
4124
msgid "Both --switch and a file list specified"
4129
#: bzrlib/builtins.py:6374
4127
#: bzrlib/builtins.py:6321
4130
4128
msgid "Both --switch and --all specified"
4133
#: bzrlib/builtins.py:6377
4131
#: bzrlib/builtins.py:6324
4134
4132
msgid "No current view to disable"
4137
#: bzrlib/builtins.py:6379
4135
#: bzrlib/builtins.py:6326
4138
4136
#, python-format
4139
4137
msgid "Disabled '%s' view.\n"
4142
#: bzrlib/builtins.py:6383 bzrlib/builtins.py:6405
4140
#: bzrlib/builtins.py:6330 bzrlib/builtins.py:6352
4143
4141
msgid "Using '{0}' view: {1}\n"
4146
#: bzrlib/builtins.py:6386
4144
#: bzrlib/builtins.py:6333
4147
4145
msgid "Views defined:\n"
4150
#: bzrlib/builtins.py:6395
4148
#: bzrlib/builtins.py:6342
4151
4149
msgid "No views defined.\n"
4154
#: bzrlib/builtins.py:6402
4152
#: bzrlib/builtins.py:6349
4155
4153
msgid "Cannot change the 'off' pseudo view"
4158
#: bzrlib/builtins.py:6410
4156
#: bzrlib/builtins.py:6357
4159
4157
msgid "No current view.\n"
4162
#: bzrlib/builtins.py:6413
4160
#: bzrlib/builtins.py:6360
4163
4161
msgid "'{0}' view is: {1}\n"
4166
#: bzrlib/builtins.py:6433
4164
#: bzrlib/builtins.py:6380
4167
4165
msgid " <no hooks installed>\n"
4170
#: bzrlib/builtins.py:6437
4168
#: bzrlib/builtins.py:6384
4171
4169
msgid "Remove a branch."
4174
#: bzrlib/builtins.py:6439
4172
#: bzrlib/builtins.py:6386
4176
4174
"This will remove the branch from the specified location but \n"
4177
4175
"will keep any working tree or repository in place."
4180
#: bzrlib/builtins.py:6444
4178
#: bzrlib/builtins.py:6391
4181
4179
msgid " Remove the branch at repo/trunk::"
4184
#: bzrlib/builtins.py:6446
4182
#: bzrlib/builtins.py:6393
4185
4183
msgid " bzr remove-branch repo/trunk"
4188
#: bzrlib/builtins.py:6461
4186
#: bzrlib/builtins.py:6408
4189
4187
msgid "Plaintext diff output."
4192
#: bzrlib/builtins.py:6462
4190
#: bzrlib/builtins.py:6409
4193
4191
msgid "Temporarily set aside some changes from the current tree."
4196
#: bzrlib/builtins.py:6464
4194
#: bzrlib/builtins.py:6411
4198
4196
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4199
4197
"ie. out of the way, until a later time when you can bring them back from\n"
4254
#: bzrlib/builtins.py:6503
4252
#: bzrlib/builtins.py:6450
4255
4253
msgid "Shelve all changes."
4258
#: bzrlib/builtins.py:6505
4256
#: bzrlib/builtins.py:6452
4259
4257
msgid "Method to use for writing diffs."
4262
#: bzrlib/builtins.py:6505
4260
#: bzrlib/builtins.py:6452
4266
#: bzrlib/builtins.py:6509
4264
#: bzrlib/builtins.py:6456
4267
4265
msgid "List shelved changes."
4270
#: bzrlib/builtins.py:6511
4268
#: bzrlib/builtins.py:6458
4271
4269
msgid "Destroy removed changes instead of shelving them."
4274
#: bzrlib/builtins.py:6540
4272
#: bzrlib/builtins.py:6487
4275
4273
msgid "No shelved changes."
4278
#: bzrlib/builtins.py:6551
4276
#: bzrlib/builtins.py:6498
4279
4277
msgid "Restore shelved changes."
4282
#: bzrlib/builtins.py:6553
4280
#: bzrlib/builtins.py:6500
4284
4282
"By default, the most recently shelved changes are restored. However if you\n"
4285
4283
"specify a shelf by id those changes will be restored instead. This works\n"
4286
4284
"best when the changes don't depend on each other."
4289
#: bzrlib/builtins.py:6562
4287
#: bzrlib/builtins.py:6509
4290
4288
msgid "The action to perform."
4293
#: bzrlib/builtins.py:6562 bzrlib/conflicts.py:694
4291
#: bzrlib/builtins.py:6509 bzrlib/conflicts.py:694
4297
#: bzrlib/builtins.py:6564
4295
#: bzrlib/builtins.py:6511
4298
4296
msgid "Apply changes and remove from the shelf."
4301
#: bzrlib/builtins.py:6565
4299
#: bzrlib/builtins.py:6512
4302
4300
msgid "Show changes, but do not apply or remove them."
4305
#: bzrlib/builtins.py:6566
4303
#: bzrlib/builtins.py:6513
4307
4305
"Instead of unshelving the changes, show the diff that would result from "
4311
#: bzrlib/builtins.py:6568
4309
#: bzrlib/builtins.py:6515
4312
4310
msgid "Delete changes without applying them."
4315
#: bzrlib/builtins.py:6569
4313
#: bzrlib/builtins.py:6516
4316
4314
msgid "Apply changes but don't delete them."
4319
#: bzrlib/builtins.py:6584
4317
#: bzrlib/builtins.py:6531
4320
4318
msgid "Remove unwanted files from working tree."
4323
#: bzrlib/builtins.py:6586
4321
#: bzrlib/builtins.py:6533
4325
4323
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4326
4324
"files are never deleted."
4329
#: bzrlib/builtins.py:6589
4327
#: bzrlib/builtins.py:6536
4331
4329
"Another class is 'detritus', which includes files emitted by bzr during\n"
4332
4330
"normal operations and selftests. (The value of these files decreases with\n"
4336
#: bzrlib/builtins.py:6593
4334
#: bzrlib/builtins.py:6540
4338
4336
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4339
4337
"flags are respected, and may be combined."
4342
#: bzrlib/builtins.py:6596
4340
#: bzrlib/builtins.py:6543
4343
4341
msgid "To check what clean-tree will do, use --dry-run."
4346
#: bzrlib/builtins.py:6599
4344
#: bzrlib/builtins.py:6546
4347
4345
msgid "Delete all ignored files."
4350
#: bzrlib/builtins.py:6600
4348
#: bzrlib/builtins.py:6547
4352
4350
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4355
#: bzrlib/builtins.py:6603
4353
#: bzrlib/builtins.py:6550
4356
4354
msgid "Delete files unknown to bzr (default)."
4359
#: bzrlib/builtins.py:6604
4357
#: bzrlib/builtins.py:6551
4360
4358
msgid "Show files to delete instead of deleting them."
4363
#: bzrlib/builtins.py:6606
4361
#: bzrlib/builtins.py:6553
4364
4362
msgid "Do not prompt before deleting."
5253
#: bzrlib/errors.py:799
5254
msgid "Revision is not compatible with %(repo_format)s"
5269
5257
#: bzrlib/errors.py:809
5270
msgid "Revision is not compatible with %(repo_format)s"
5273
#: bzrlib/errors.py:819
5274
5258
msgid "%(context_info)s%(path)s is already versioned."
5277
#: bzrlib/errors.py:840
5261
#: bzrlib/errors.py:830
5278
5262
msgid "%(context_info)s%(path)s is not versioned."
5281
#: bzrlib/errors.py:861
5265
#: bzrlib/errors.py:851
5282
5266
msgid "Path(s) are not versioned: %(paths_as_string)s"
5285
#: bzrlib/errors.py:872
5269
#: bzrlib/errors.py:862
5286
5270
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5289
#: bzrlib/errors.py:891
5273
#: bzrlib/errors.py:881
5290
5274
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5293
#: bzrlib/errors.py:899
5277
#: bzrlib/errors.py:889
5295
5279
"Filename %(filename)r is not valid in your current filesystem encoding "
5296
5280
"%(fs_encoding)s"
5299
#: bzrlib/errors.py:910
5283
#: bzrlib/errors.py:900
5300
5284
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5303
#: bzrlib/errors.py:928
5287
#: bzrlib/errors.py:918
5304
5288
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5291
#: bzrlib/errors.py:957
5292
msgid "Cannot lock %(lock)s: %(why)s"
5307
5295
#: bzrlib/errors.py:967
5308
msgid "Cannot lock %(lock)s: %(why)s"
5311
#: bzrlib/errors.py:977
5313
5297
"A transaction related operation was attempted after the transaction finished."
5316
#: bzrlib/errors.py:1004
5300
#: bzrlib/errors.py:994
5317
5301
msgid "Cannot lock: transport is read only: %(transport)s"
5320
#: bzrlib/errors.py:1012
5304
#: bzrlib/errors.py:1002
5321
5305
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5324
#: bzrlib/errors.py:1023
5308
#: bzrlib/errors.py:1013
5326
5310
"Lock was broken while still open: %(lock)s - check storage consistency!"
5329
#: bzrlib/errors.py:1034
5313
#: bzrlib/errors.py:1024
5331
5315
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5332
5316
"%(holder)r, wanted to break %(target)r"
5335
#: bzrlib/errors.py:1046
5319
#: bzrlib/errors.py:1036
5337
5321
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5338
5322
"Use 'bzr break-lock' to clear it"
5341
#: bzrlib/errors.py:1059
5325
#: bzrlib/errors.py:1049
5342
5326
msgid "Lock not held: %(lock)s"
5345
#: bzrlib/errors.py:1088
5329
#: bzrlib/errors.py:1078
5346
5330
msgid "No changes to commit"
5333
#: bzrlib/errors.py:1083
5335
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5349
5338
#: bzrlib/errors.py:1093
5351
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5354
#: bzrlib/errors.py:1103
5356
5340
"Excluding paths during commit is not supported by repository at "
5357
5341
"%(repository)r."
5360
#: bzrlib/errors.py:1112
5344
#: bzrlib/errors.py:1102
5362
5346
"The specified commit message contains characters unsupported by the current "
5366
#: bzrlib/errors.py:1118
5350
#: bzrlib/errors.py:1108
5367
5351
msgid "Upgrade URL cannot work with readonly URLs."
5370
#: bzrlib/errors.py:1123
5354
#: bzrlib/errors.py:1113
5371
5355
msgid "The branch format %(format)s is already at the most recent format."
5374
#: bzrlib/errors.py:1146
5358
#: bzrlib/errors.py:1136
5375
5359
msgid "Option --change does not accept revision ranges"
5378
#: bzrlib/errors.py:1151
5362
#: bzrlib/errors.py:1141
5379
5363
msgid "No namespace registered for string: %(spec)r"
5382
#: bzrlib/errors.py:1170
5366
#: bzrlib/errors.py:1160
5384
5368
"Requested revision: '%(spec)s' does not exist in branch: "
5385
5369
"%(branch_url)s%(extra)s"
5388
#: bzrlib/errors.py:1184
5372
#: bzrlib/errors.py:1174
5390
5374
"Operation denied because it would change the main history, which is not "
5391
5375
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5394
#: bzrlib/errors.py:1195
5378
#: bzrlib/errors.py:1185
5396
5380
"These branches have diverged. Use the missing command to see how.\n"
5397
5381
"Use the merge command to reconcile them."
5400
#: bzrlib/errors.py:1215
5384
#: bzrlib/errors.py:1205
5402
5386
"Branches have no common ancestor, and no merge base revision was specified."
5405
#: bzrlib/errors.py:1221
5389
#: bzrlib/errors.py:1211
5407
5391
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5410
#: bzrlib/errors.py:1227
5394
#: bzrlib/errors.py:1217
5411
5395
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5414
#: bzrlib/errors.py:1236
5398
#: bzrlib/errors.py:1226
5416
5400
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5419
#: bzrlib/errors.py:1245
5403
#: bzrlib/errors.py:1235
5420
5404
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5423
#: bzrlib/errors.py:1254
5407
#: bzrlib/errors.py:1244
5424
5408
msgid "Branch %(branch)s has no commits."
5427
#: bzrlib/errors.py:1272
5411
#: bzrlib/errors.py:1262
5429
5413
"Bound branch %(branch)s is out of date with master branch "
5430
5414
"%(master)s.%(extra_help)s"
5433
#: bzrlib/errors.py:1284
5417
#: bzrlib/errors.py:1274
5435
5419
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5436
5420
"bound to %(remote)s."
5439
#: bzrlib/errors.py:1296
5423
#: bzrlib/errors.py:1286
5440
5424
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5443
#: bzrlib/errors.py:1305
5427
#: bzrlib/errors.py:1295
5445
5429
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5449
#: bzrlib/errors.py:1317
5433
#: bzrlib/errors.py:1307
5450
5434
msgid "Error in processing weave: %(msg)s"
5453
#: bzrlib/errors.py:1326
5437
#: bzrlib/errors.py:1316
5454
5438
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5441
#: bzrlib/errors.py:1327
5442
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5457
5445
#: bzrlib/errors.py:1337
5458
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5461
#: bzrlib/errors.py:1347
5462
5446
msgid "Weave invariant violated: %(what)s"
5465
#: bzrlib/errors.py:1356
5449
#: bzrlib/errors.py:1346
5466
5450
msgid "Parents are mismatched between two revisions. %(msg)s"
5469
#: bzrlib/errors.py:1378
5453
#: bzrlib/errors.py:1368
5471
5455
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5475
#: bzrlib/errors.py:1390
5459
#: bzrlib/errors.py:1380
5476
5460
msgid "Versioned file error"
5463
#: bzrlib/errors.py:1385
5464
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5479
5467
#: bzrlib/errors.py:1395
5480
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5468
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5483
5471
#: bzrlib/errors.py:1405
5484
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5487
#: bzrlib/errors.py:1415
5488
5472
msgid "Text did not match its checksum: %(msg)s"
5491
#: bzrlib/errors.py:1541
5475
#: bzrlib/errors.py:1531
5492
5476
msgid "Export format %(format)r not supported"
5495
#: bzrlib/errors.py:1550
5479
#: bzrlib/errors.py:1540
5496
5480
msgid "Transport error: %(msg)s %(orig_error)s"
5499
#: bzrlib/errors.py:1576
5483
#: bzrlib/errors.py:1566
5500
5484
msgid "Generic bzr smart protocol error: %(details)s"
5503
#: bzrlib/errors.py:1584
5487
#: bzrlib/errors.py:1574
5504
5488
msgid "Received bad protocol version marker: %(marker)r"
5507
#: bzrlib/errors.py:1616
5491
#: bzrlib/errors.py:1606
5508
5492
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5511
#: bzrlib/errors.py:1621
5495
#: bzrlib/errors.py:1611
5512
5496
msgid "Connection error: %(msg)s %(orig_error)s"
5515
#: bzrlib/errors.py:1626
5499
#: bzrlib/errors.py:1616
5516
5500
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5519
#: bzrlib/errors.py:1647
5503
#: bzrlib/errors.py:1637
5520
5504
msgid "Connection closed: %(msg)s %(orig_error)s"
5523
#: bzrlib/errors.py:1652
5507
#: bzrlib/errors.py:1642
5524
5508
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5511
#: bzrlib/errors.py:1647
5512
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5527
5515
#: bzrlib/errors.py:1657
5528
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5531
#: bzrlib/errors.py:1667
5532
5516
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5535
#: bzrlib/errors.py:1682
5536
msgid "Certificate error: %(error)s"
5539
#: bzrlib/errors.py:1690
5519
#: bzrlib/errors.py:1672
5540
5520
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5543
#: bzrlib/errors.py:1704
5523
#: bzrlib/errors.py:1686
5544
5524
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5547
#: bzrlib/errors.py:1712
5527
#: bzrlib/errors.py:1694
5548
5528
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5551
#: bzrlib/errors.py:1721
5531
#: bzrlib/errors.py:1703
5552
5532
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5555
#: bzrlib/errors.py:1735
5535
#: bzrlib/errors.py:1717
5556
5536
msgid "Too many redirections"
5559
#: bzrlib/errors.py:1740
5539
#: bzrlib/errors.py:1722
5560
5540
msgid "Working tree has conflicts."
5563
#: bzrlib/errors.py:1744
5543
#: bzrlib/errors.py:1726
5564
5544
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5567
#: bzrlib/errors.py:1753
5547
#: bzrlib/errors.py:1735
5569
5549
"Error(s) parsing config file %(filename)s:\n"
5553
#: bzrlib/errors.py:1746
5554
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
5557
#: bzrlib/errors.py:1754
5558
msgid "%(username)r does not seem to contain a reasonable email address"
5573
5561
#: bzrlib/errors.py:1763
5575
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5576
"See ``bzr help %(name)s``"
5579
#: bzrlib/errors.py:1773
5580
msgid "%(username)r does not seem to contain a reasonable email address"
5583
#: bzrlib/errors.py:1782
5584
5562
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5587
#: bzrlib/errors.py:1790
5565
#: bzrlib/errors.py:1771
5588
5566
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5591
#: bzrlib/errors.py:1798
5569
#: bzrlib/errors.py:1779
5592
5570
msgid "Unable to import library \"%(library)s\": %(error)s"
5595
#: bzrlib/errors.py:1806
5573
#: bzrlib/errors.py:1787
5596
5574
msgid "python-gpgme is not installed, it is needed to verify signatures"
5599
#: bzrlib/errors.py:1814
5577
#: bzrlib/errors.py:1795
5601
5579
"The working tree for %(basedir)s has changed since the last commit, but "
5602
5580
"weave merge requires that it be unchanged"
5605
#: bzrlib/errors.py:1824
5583
#: bzrlib/errors.py:1805
5607
5585
"Can't reprocess and show base, because reprocessing obscures the "
5608
5586
"relationship of conflicting lines to the base"
5611
#: bzrlib/errors.py:1830
5589
#: bzrlib/errors.py:1811
5612
5590
msgid "Cycle in graph %(graph)r"
5615
#: bzrlib/errors.py:1858
5593
#: bzrlib/errors.py:1839
5616
5594
msgid "File %(filename)s is not conflicted."
5619
#: bzrlib/errors.py:1880
5597
#: bzrlib/errors.py:1861
5620
5598
msgid "No bundle was found in \"%(filename)s\"."
5623
#: bzrlib/errors.py:1889
5601
#: bzrlib/errors.py:1870
5624
5602
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5627
#: bzrlib/errors.py:1899
5605
#: bzrlib/errors.py:1880
5628
5606
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5631
#: bzrlib/errors.py:1912
5609
#: bzrlib/errors.py:1893
5632
5610
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5635
#: bzrlib/errors.py:1922
5613
#: bzrlib/errors.py:1903
5636
5614
msgid "Key %(key)s is already present in map"
5639
#: bzrlib/errors.py:1927
5617
#: bzrlib/errors.py:1908
5640
5618
msgid "The prefix %(prefix)s is in the help search path twice."
5643
#: bzrlib/errors.py:1937
5621
#: bzrlib/errors.py:1918
5645
5623
"No final name for trans_id %(trans_id)r\n"
5646
5624
"file-id: %(file_id)r\n"
5647
5625
"root trans-id: %(root_trans_id)r\n"
5650
#: bzrlib/errors.py:1969
5628
#: bzrlib/errors.py:1950
5651
5629
msgid "Attempt to reuse a transform that has already been applied."
5654
#: bzrlib/errors.py:1974
5632
#: bzrlib/errors.py:1955
5655
5633
msgid "Moving the root directory is not supported at this time"
5658
#: bzrlib/errors.py:1979
5636
#: bzrlib/errors.py:1960
5659
5637
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5662
#: bzrlib/errors.py:1990
5640
#: bzrlib/errors.py:1971
5664
5642
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5667
#: bzrlib/errors.py:2026
5645
#: bzrlib/errors.py:2007
5669
5647
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5672
#: bzrlib/errors.py:2056
5650
#: bzrlib/errors.py:2037
5673
5651
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5676
#: bzrlib/errors.py:2064
5654
#: bzrlib/errors.py:2045
5677
5655
msgid "Nothing to merge."
5680
#: bzrlib/errors.py:2069
5658
#: bzrlib/errors.py:2050
5681
5659
msgid "Format %(format)s cannot be initialised by this version of bzr."
5684
#: bzrlib/errors.py:2078
5662
#: bzrlib/errors.py:2059
5686
5664
"Cannot convert from format %(from_format)s to format %(format)s. "
5690
#: bzrlib/errors.py:2090
5668
#: bzrlib/errors.py:2071
5691
5669
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5694
#: bzrlib/errors.py:2098
5672
#: bzrlib/errors.py:2079
5695
5673
msgid "%(exe_name)s could not be found on this machine"
5698
#: bzrlib/errors.py:2106
5676
#: bzrlib/errors.py:2087
5699
5677
msgid "Diff is not installed on this machine: %(msg)s"
5702
#: bzrlib/errors.py:2114
5680
#: bzrlib/errors.py:2095
5703
5681
msgid "Diff3 is not installed on this machine."
5706
#: bzrlib/errors.py:2120
5684
#: bzrlib/errors.py:2101
5707
5685
msgid "The content being inserted is already present."
5710
#: bzrlib/errors.py:2125
5688
#: bzrlib/errors.py:2106
5712
5690
"This tree contains left-over files from a failed operation.\n"
5713
5691
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5730
5708
" keep, and delete it when you are done."
5733
#: bzrlib/errors.py:2157
5711
#: bzrlib/errors.py:2138
5735
5713
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
5736
5714
"examine %(pending_deletion)s to see if it contains any files you wish to "
5737
5715
"keep, and delete it when you are done."
5740
#: bzrlib/errors.py:2167
5718
#: bzrlib/errors.py:2148
5741
5719
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5744
#: bzrlib/errors.py:2181
5722
#: bzrlib/errors.py:2162
5746
5724
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5749
#: bzrlib/errors.py:2194
5727
#: bzrlib/errors.py:2175
5750
5728
msgid "Error in merge modified format"
5753
#: bzrlib/errors.py:2199
5731
#: bzrlib/errors.py:2180
5754
5732
msgid "Format error in conflict listings"
5757
#: bzrlib/errors.py:2203
5735
#: bzrlib/errors.py:2184
5759
5737
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5760
5738
"Error: %(description)s"
5763
#: bzrlib/errors.py:2214
5741
#: bzrlib/errors.py:2195
5765
5743
"An error has been detected in the repository %(repo_path)s.\n"
5766
5744
"Please run bzr reconcile on this repository."
5769
#: bzrlib/errors.py:2225
5747
#: bzrlib/errors.py:2206
5771
5749
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5772
5750
"reason: %(reason)s"
5775
#: bzrlib/errors.py:2238
5753
#: bzrlib/errors.py:2219
5777
5755
"An inconsistent delta was supplied: %(delta)r\n"
5778
5756
"reason: %(reason)s"
5781
#: bzrlib/errors.py:2250
5759
#: bzrlib/errors.py:2231
5782
5760
msgid "To use this feature you must upgrade your branch at %(path)s."
5785
#: bzrlib/errors.py:2259
5763
#: bzrlib/errors.py:2240
5786
5764
msgid "To use this feature you must upgrade your repository at %(path)s."
5789
#: bzrlib/errors.py:2264
5767
#: bzrlib/errors.py:2245
5791
5769
"To use this feature you must upgrade your branch at %(path)s to a format "
5792
5770
"which supports rich roots."
5795
#: bzrlib/errors.py:2270
5773
#: bzrlib/errors.py:2251
5796
5774
msgid "Cannot perform local-only commits on unbound branches."
5799
#: bzrlib/errors.py:2275
5777
#: bzrlib/errors.py:2256
5800
5778
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5803
#: bzrlib/errors.py:2296
5781
#: bzrlib/errors.py:2277
5804
5782
msgid "Ghost tags not supported by format %(format)r."
5807
#: bzrlib/errors.py:2304
5785
#: bzrlib/errors.py:2285
5808
5786
msgid "File is binary but should be text."
5811
#: bzrlib/errors.py:2309
5789
#: bzrlib/errors.py:2290
5812
5790
msgid "The path %(path)s is not permitted on this platform"
5815
#: bzrlib/errors.py:2318
5793
#: bzrlib/errors.py:2299
5817
5795
"Testament did not match expected value.\n"
5818
5796
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5819
5797
" {%(measured)s}"
5822
#: bzrlib/errors.py:2330
5800
#: bzrlib/errors.py:2311
5823
5801
msgid "Not a bzr revision-bundle: %(text)r"
5826
#: bzrlib/errors.py:2339
5804
#: bzrlib/errors.py:2320
5827
5805
msgid "Bad bzr revision-bundle: %(text)r"
5830
#: bzrlib/errors.py:2348
5808
#: bzrlib/errors.py:2329
5831
5809
msgid "Malformed bzr revision-bundle header: %(text)r"
5834
#: bzrlib/errors.py:2353
5812
#: bzrlib/errors.py:2334
5835
5813
msgid "Malformed patches in bzr revision-bundle: %(text)r"
5838
#: bzrlib/errors.py:2358
5816
#: bzrlib/errors.py:2339
5839
5817
msgid "Malformed footer in bzr revision-bundle: %(text)r"
5842
#: bzrlib/errors.py:2363
5820
#: bzrlib/errors.py:2344
5843
5821
msgid "End of line marker was not \\n in bzr revision-bundle"
5846
#: bzrlib/errors.py:2373
5824
#: bzrlib/errors.py:2354
5847
5825
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
5850
#: bzrlib/errors.py:2383
5828
#: bzrlib/errors.py:2364
5851
5829
msgid "Root class for inventory serialization errors"
5854
#: bzrlib/errors.py:2387
5832
#: bzrlib/errors.py:2368
5856
5834
"The inventory was not in the expected format:\n"
5860
#: bzrlib/errors.py:2396
5838
#: bzrlib/errors.py:2377
5861
5839
msgid "This operation requires rich root data storage"
5864
#: bzrlib/errors.py:2409
5842
#: bzrlib/errors.py:2390
5865
5843
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
5868
#: bzrlib/errors.py:2418
5846
#: bzrlib/errors.py:2399
5870
5848
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
5874
#: bzrlib/errors.py:2425
5852
#: bzrlib/errors.py:2406
5876
5854
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
5877
5855
"ghost at {%(ghost_revision_id)s}"
5880
#: bzrlib/errors.py:2435
5858
#: bzrlib/errors.py:2416
5881
5859
msgid "Ghost revision {%(revision_id)s} cannot be used here."
5884
#: bzrlib/errors.py:2486
5862
#: bzrlib/errors.py:2467
5886
5864
"A merge directive must provide either a bundle or a public branch location."
5889
#: bzrlib/errors.py:2493
5867
#: bzrlib/errors.py:2474
5890
5868
msgid "Bad merge directive payload %(start)r"
5893
#: bzrlib/errors.py:2503
5871
#: bzrlib/errors.py:2484
5894
5872
msgid "Preview patch does not match requested changes."
5897
#: bzrlib/errors.py:2509
5875
#: bzrlib/errors.py:2490
5898
5876
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
5901
#: bzrlib/errors.py:2519
5879
#: bzrlib/errors.py:2500
5903
5881
"Your branch does not have all of the revisions required in order to merge "
5904
5882
"this merge directive and the target location specified in the merge "
5905
5883
"directive is not a branch: %(location)s."
5908
#: bzrlib/errors.py:2531
5886
#: bzrlib/errors.py:2512
5909
5887
msgid "Unsupported entry kind %(kind)s"
5912
#: bzrlib/errors.py:2539
5890
#: bzrlib/errors.py:2520
5913
5891
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
5894
#: bzrlib/errors.py:2530
5895
msgid "Subsume target %(other_tree)s needs to be upgraded."
5916
5898
#: bzrlib/errors.py:2549
5917
msgid "Subsume target %(other_tree)s needs to be upgraded."
5920
#: bzrlib/errors.py:2568
5921
5899
msgid "No such tag: %(tag_name)s"
5924
#: bzrlib/errors.py:2576
5902
#: bzrlib/errors.py:2557
5925
5903
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
5928
#: bzrlib/errors.py:2585
5906
#: bzrlib/errors.py:2566
5929
5907
msgid "Tag %(tag_name)s already exists."
5932
#: bzrlib/errors.py:2593
5910
#: bzrlib/errors.py:2574
5934
5912
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
5935
5913
"bugs\" for more information on this feature."
5938
#: bzrlib/errors.py:2603
5916
#: bzrlib/errors.py:2584
5940
5918
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
5943
#: bzrlib/errors.py:2613
5921
#: bzrlib/errors.py:2594
5945
5923
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
5948
#: bzrlib/errors.py:2623
5926
#: bzrlib/errors.py:2604
5949
5927
msgid "Invalid line in bugs property: '%(line)s'"
5952
#: bzrlib/errors.py:2631
5930
#: bzrlib/errors.py:2612
5953
5931
msgid "Invalid bug status: '%(status)s'"
5956
#: bzrlib/errors.py:2639
5934
#: bzrlib/errors.py:2620
5957
5935
msgid "Could not understand response from smart server: %(response_tuple)r"
5938
#: bzrlib/errors.py:2659
5939
msgid "Server sent an unexpected error: %(error_tuple)r"
5960
5942
#: bzrlib/errors.py:2678
5961
msgid "Server sent an unexpected error: %(error_tuple)r"
5964
#: bzrlib/errors.py:2697
5965
5943
msgid "Unrecognised container format: %(container_format)r"
5968
#: bzrlib/errors.py:2705
5946
#: bzrlib/errors.py:2686
5969
5947
msgid "Unexpected end of container stream"
5972
#: bzrlib/errors.py:2710
5950
#: bzrlib/errors.py:2691
5973
5951
msgid "Unknown record type: %(record_type)r"
5976
#: bzrlib/errors.py:2718
5954
#: bzrlib/errors.py:2699
5977
5955
msgid "Invalid record: %(reason)s"
5980
#: bzrlib/errors.py:2726
5958
#: bzrlib/errors.py:2707
5981
5959
msgid "Container has data after end marker: %(excess)r"
5984
#: bzrlib/errors.py:2734
5962
#: bzrlib/errors.py:2715
5985
5963
msgid "Container has multiple records with the same name: %(name)s"
5988
#: bzrlib/errors.py:2747
5966
#: bzrlib/errors.py:2728
5989
5967
msgid "Corrupt or incompatible data stream: %(reason)s"
5992
#: bzrlib/errors.py:2755
5970
#: bzrlib/errors.py:2736
5993
5971
msgid "SMTP error: %(error)s"
5996
#: bzrlib/errors.py:2763
5974
#: bzrlib/errors.py:2744
5997
5975
msgid "No message supplied."
6000
#: bzrlib/errors.py:2768
5978
#: bzrlib/errors.py:2749
6001
5979
msgid "No mail-to address (--mail-to) or output (-o) specified."
6004
#: bzrlib/errors.py:2773
5982
#: bzrlib/errors.py:2754
6005
5983
msgid "Unknown mail client: %(mail_client)s"
6008
#: bzrlib/errors.py:2781
5986
#: bzrlib/errors.py:2762
6010
5988
"Unable to find mail client with the following names: "
6011
5989
"%(mail_command_list_string)s"
6014
#: bzrlib/errors.py:2791
5992
#: bzrlib/errors.py:2772
6015
5993
msgid "SMTP connection to %(host)s refused"
6018
#: bzrlib/errors.py:2800
5996
#: bzrlib/errors.py:2781
6019
5997
msgid "Please specify smtp_server. No server at default %(host)s."
6022
#: bzrlib/errors.py:2814
6000
#: bzrlib/errors.py:2795
6024
6002
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
6028
#: bzrlib/errors.py:2826
6006
#: bzrlib/errors.py:2807
6029
6007
msgid "'%(display_url)s' is already a branch."
6032
#: bzrlib/errors.py:2831
6010
#: bzrlib/errors.py:2812
6033
6011
msgid "'%(display_url)s' is already a tree."
6036
#: bzrlib/errors.py:2836
6014
#: bzrlib/errors.py:2817
6037
6015
msgid "'%(display_url)s' is already a checkout."
6040
#: bzrlib/errors.py:2841
6018
#: bzrlib/errors.py:2822
6041
6019
msgid "'%(display_url)s' is already a lightweight checkout."
6044
#: bzrlib/errors.py:2846
6022
#: bzrlib/errors.py:2827
6045
6023
msgid "'%(display_url)s' is already using a shared repository."
6048
#: bzrlib/errors.py:2851
6026
#: bzrlib/errors.py:2832
6049
6027
msgid "'%(display_url)s' is already standalone."
6052
#: bzrlib/errors.py:2856
6030
#: bzrlib/errors.py:2837
6053
6031
msgid "Shared repository '%(display_url)s' already creates working trees."
6056
#: bzrlib/errors.py:2862
6034
#: bzrlib/errors.py:2843
6058
6036
"Shared repository '%(display_url)s' already doesn't create working trees."
6061
#: bzrlib/errors.py:2868
6039
#: bzrlib/errors.py:2849
6062
6040
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
6065
#: bzrlib/errors.py:2873
6043
#: bzrlib/errors.py:2854
6066
6044
msgid "No location could be found to bind to at %(display_url)s."
6069
#: bzrlib/errors.py:2878
6047
#: bzrlib/errors.py:2859
6071
6049
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
6072
6050
"status).%(more)s"
6075
#: bzrlib/errors.py:2897
6053
#: bzrlib/errors.py:2878
6077
6055
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
6078
6056
"list).%(more)s"
6081
#: bzrlib/errors.py:2903
6059
#: bzrlib/errors.py:2884
6082
6060
msgid "Variable {%(name)s} is not available."
6085
#: bzrlib/errors.py:2911
6063
#: bzrlib/errors.py:2892
6086
6064
msgid "No template specified."
6089
#: bzrlib/errors.py:2916
6067
#: bzrlib/errors.py:2897
6090
6068
msgid "Unable to create symlink %(path_str)son this platform"
6093
#: bzrlib/errors.py:2931
6071
#: bzrlib/errors.py:2912
6095
6073
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
6096
6074
"\"original\", \"local\"."
6099
#: bzrlib/errors.py:2965
6077
#: bzrlib/errors.py:2946
6101
6079
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6104
#: bzrlib/errors.py:2977
6082
#: bzrlib/errors.py:2958
6105
6083
msgid "The \"%(config_id)s\" configuration does not exist."
6108
#: bzrlib/errors.py:2985
6086
#: bzrlib/errors.py:2966
6109
6087
msgid "The \"%(option_name)s\" configuration option does not exist."
6112
#: bzrlib/errors.py:2993
6090
#: bzrlib/errors.py:2974
6113
6091
msgid "The alias \"%(alias_name)s\" does not exist."
6116
#: bzrlib/errors.py:3007
6094
#: bzrlib/errors.py:2988
6117
6095
msgid "\"%(alias_name)s\" is not a valid location alias."
6120
#: bzrlib/errors.py:3015
6098
#: bzrlib/errors.py:2996
6121
6099
msgid "No %(alias_name)s location assigned."
6124
#: bzrlib/errors.py:3023
6102
#: bzrlib/errors.py:3004
6125
6103
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6128
#: bzrlib/errors.py:3033
6106
#: bzrlib/errors.py:3014
6129
6107
msgid "Unknown rules detected: %(unknowns_str)s."
6132
#: bzrlib/errors.py:3044
6110
#: bzrlib/errors.py:3025
6133
6111
msgid "Tip change rejected: %(msg)s"
6136
#: bzrlib/errors.py:3052
6114
#: bzrlib/errors.py:3033
6137
6115
msgid "Shelf corrupt."
6140
#: bzrlib/errors.py:3057
6118
#: bzrlib/errors.py:3038
6141
6119
msgid "Corruption while decompressing repository file%(orig_error)s"
6144
#: bzrlib/errors.py:3069
6122
#: bzrlib/errors.py:3050
6145
6123
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6148
#: bzrlib/errors.py:3077
6126
#: bzrlib/errors.py:3058
6149
6127
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6152
#: bzrlib/errors.py:3085
6130
#: bzrlib/errors.py:3066
6154
6132
"An attempt to access a url outside the server jail was made: '%(url)s'."
6157
#: bzrlib/errors.py:3093
6135
#: bzrlib/errors.py:3074
6158
6136
msgid "The user aborted the operation."
6161
#: bzrlib/errors.py:3098
6139
#: bzrlib/errors.py:3079
6162
6140
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6165
#: bzrlib/errors.py:3108
6143
#: bzrlib/errors.py:3089
6166
6144
msgid "No such view: %(view_name)s."
6169
#: bzrlib/errors.py:3118
6147
#: bzrlib/errors.py:3099
6171
6149
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6172
6150
"to a later format."
6175
#: bzrlib/errors.py:3127
6153
#: bzrlib/errors.py:3108
6177
6155
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6180
#: bzrlib/errors.py:3194
6158
#: bzrlib/errors.py:3175
6181
6159
msgid "%(bzrdir)r does not support co-located branches."
6184
#: bzrlib/errors.py:3200
6162
#: bzrlib/errors.py:3181
6186
6164
"Unable to determine your name.\n"
6187
6165
"Please, set your name with the 'whoami' command.\n"
6188
6166
"E.g. bzr whoami \"Your Name <name@example.com>\""
6191
#: bzrlib/errors.py:3209
6169
#: bzrlib/errors.py:3190
6192
6170
msgid "Invalid pattern(s) found. %(msg)s"
6195
#: bzrlib/errors.py:3217
6173
#: bzrlib/errors.py:3198
6197
6175
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6198
6176
"unbind` to fix."
6201
#: bzrlib/errors.py:3228
6179
#: bzrlib/errors.py:3209
6202
6180
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6205
#: bzrlib/errors.py:3237
6183
#: bzrlib/errors.py:3218
6206
6184
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6209
#: bzrlib/errors.py:3246
6187
#: bzrlib/errors.py:3227
6211
6189
"No compatible object available for operations from %(source)r to %(target)r."
6214
#: bzrlib/errors.py:3256
6192
#: bzrlib/errors.py:3237
6216
6194
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6217
6195
"%(arguments)s."
6220
#: bzrlib/errors.py:3266
6198
#: bzrlib/errors.py:3247
6222
6200
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6223
6201
"format %(format)r"
6226
#: bzrlib/errors.py:3278
6204
#: bzrlib/errors.py:3259
6228
6206
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6231
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6234
#: bzrlib/errors.py:3291
6210
#: bzrlib/errors.py:3272
6235
6211
msgid "Binary files section encountered."
6238
#: bzrlib/errors.py:3299
6214
#: bzrlib/errors.py:3280
6240
6216
"Malformed patch header. %(desc)s\n"
6244
#: bzrlib/errors.py:3308
6220
#: bzrlib/errors.py:3289
6246
6222
"Malformed hunk header. %(desc)s\n"
6250
#: bzrlib/errors.py:3317
6226
#: bzrlib/errors.py:3298
6252
6228
"Malformed line. %(desc)s\n"
6256
#: bzrlib/errors.py:3327
6232
#: bzrlib/errors.py:3308
6258
6234
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6259
6235
"but patch says it should be \"%(patch_line)s\""
6262
#: bzrlib/errors.py:3338
6238
#: bzrlib/errors.py:3319
6263
6239
msgid "The feature %(feature)s has already been registered."
6264
msgstr "The feature %(feature)s has already been registered."
6266
6242
#: bzrlib/export_pot.py:252
6267
6243
#, python-format