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