~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to po/ro.po

  • Committer: Jelmer Vernooij
  • Date: 2012-02-23 16:48:41 UTC
  • mto: (6437.41.3 rmbranch-active)
  • mto: This revision was merged to the branch mainline in revision 6481.
  • Revision ID: jelmer@samba.org-20120223164841-eyy9xljbpblkchba
Support colocated branches in 'bzr rmbranch'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
msgstr ""
8
8
"Project-Id-Version: bzr\n"
9
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
 
"POT-Creation-Date: 2012-02-02 17:39+0100\n"
 
10
"POT-Creation-Date: 2012-01-16 15:18+0100\n"
11
11
"PO-Revision-Date: 2012-01-16 16:40+0000\n"
12
12
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
"Language-Team: Romanian <ro@li.org>\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
17
"Plural-Forms: nplurals=3; plural=(n == 1 ? 0: (((n % 100 > 19) || ((n % 100 "
18
18
"== 0) && (n != 0))) ? 2: 1));\n"
19
 
"X-Launchpad-Export-Date: 2012-02-04 06:20+0000\n"
20
 
"X-Generator: Launchpad (build 14738)\n"
 
19
"X-Launchpad-Export-Date: 2012-01-17 05:17+0000\n"
 
20
"X-Generator: Launchpad (build 14676)\n"
21
21
 
22
22
#: bzrlib/add.py:95
23
23
msgid "skipping {0} (larger than {1} of {2} bytes)"
27
27
msgid "Unstacking"
28
28
msgstr ""
29
29
 
30
 
#: bzrlib/branch.py:3205
 
30
#: bzrlib/branch.py:3183
31
31
#, python-format
32
32
msgid "Pushed up to revision %d."
33
33
msgstr ""
34
34
 
35
 
#: bzrlib/branch.py:3207
 
35
#: bzrlib/branch.py:3185
36
36
#, python-format
37
37
msgid "%d tag updated."
38
38
msgid_plural "%d tags updated."
39
39
msgstr[0] ""
40
40
msgstr[1] ""
41
41
 
42
 
#: bzrlib/branch.py:3210
 
42
#: bzrlib/branch.py:3188
43
43
msgid "No new revisions or tags to push."
44
44
msgstr ""
45
45
 
46
 
#: bzrlib/branch.py:3212
 
46
#: bzrlib/branch.py:3190
47
47
msgid "No new revisions to push."
48
48
msgstr ""
49
49
 
50
 
#: bzrlib/branch.py:3232
 
50
#: bzrlib/branch.py:3210
51
51
msgid "checked branch {0} format {1}"
52
52
msgstr ""
53
53
 
54
 
#: bzrlib/branch.py:3235
 
54
#: bzrlib/branch.py:3213
55
55
#, python-format
56
56
msgid "found error:%s"
57
57
msgstr ""
58
58
 
59
 
#: bzrlib/builtins.py:209 bzrlib/builtins.py:3016 bzrlib/workingtree.py:315
 
59
#: bzrlib/builtins.py:121 bzrlib/builtins.py:2923 bzrlib/workingtree.py:315
60
60
#, python-format
61
61
msgid "Ignoring files outside view. View is %s"
62
62
msgstr ""
63
63
 
64
 
#: bzrlib/builtins.py:218
 
64
#: bzrlib/builtins.py:130
65
65
#, python-format
66
66
msgid "bzr %s --revision takes exactly one revision identifier"
67
67
msgstr ""
68
68
 
69
 
#: bzrlib/builtins.py:303
 
69
#: bzrlib/builtins.py:215
70
70
msgid "Display status summary."
71
71
msgstr ""
72
72
 
73
 
#: bzrlib/builtins.py:305
 
73
#: bzrlib/builtins.py:217
74
74
msgid ""
75
75
"This reports on versioned and unknown files, reporting them\n"
76
76
"grouped by state.  Possible states are:"
77
77
msgstr ""
78
78
 
79
 
#: bzrlib/builtins.py:308
 
79
#: bzrlib/builtins.py:220
80
80
msgid ""
81
81
"added\n"
82
82
"    Versioned in the working copy but not in the previous revision."
83
83
msgstr ""
84
84
 
85
 
#: bzrlib/builtins.py:311
 
85
#: bzrlib/builtins.py:223
86
86
msgid ""
87
87
"removed\n"
88
88
"    Versioned in the previous revision but removed or deleted\n"
89
89
"    in the working copy."
90
90
msgstr ""
91
91
 
92
 
#: bzrlib/builtins.py:315
 
92
#: bzrlib/builtins.py:227
93
93
msgid ""
94
94
"renamed\n"
95
95
"    Path of this file changed from the previous revision;\n"
97
97
"    parent directory was renamed."
98
98
msgstr ""
99
99
 
100
 
#: bzrlib/builtins.py:320
 
100
#: bzrlib/builtins.py:232
101
101
msgid ""
102
102
"modified\n"
103
103
"    Text has changed since the previous revision."
104
104
msgstr ""
105
105
 
106
 
#: bzrlib/builtins.py:323
 
106
#: bzrlib/builtins.py:235
107
107
msgid ""
108
108
"kind changed\n"
109
109
"    File kind has been changed (e.g. from file to directory)."
110
110
msgstr ""
111
111
 
112
 
#: bzrlib/builtins.py:326
 
112
#: bzrlib/builtins.py:238
113
113
msgid ""
114
114
"unknown\n"
115
115
"    Not versioned and not matching an ignore pattern."
116
116
msgstr ""
117
117
 
118
 
#: bzrlib/builtins.py:329
 
118
#: bzrlib/builtins.py:241
119
119
msgid ""
120
120
"Additionally for directories, symlinks and files with a changed\n"
121
121
"executable bit, Bazaar indicates their type using a trailing\n"
123
123
"disabled using the '--no-classify' option."
124
124
msgstr ""
125
125
 
126
 
#: bzrlib/builtins.py:334
 
126
#: bzrlib/builtins.py:246
127
127
msgid ""
128
128
"To see ignored files use 'bzr ignored'.  For details on the\n"
129
129
"changes to file texts, use 'bzr diff'."
130
130
msgstr ""
131
131
 
132
 
#: bzrlib/builtins.py:337
 
132
#: bzrlib/builtins.py:249
133
133
msgid ""
134
134
"Note that --short or -S gives status flags for each item, similar\n"
135
135
"to Subversion's status command. To get output similar to svn -q,\n"
136
136
"use bzr status -SV."
137
137
msgstr ""
138
138
 
139
 
#: bzrlib/builtins.py:341
 
139
#: bzrlib/builtins.py:253
140
140
msgid ""
141
141
"If no arguments are specified, the status of the entire working\n"
142
142
"directory is shown.  Otherwise, only the status of the specified\n"
144
144
"is reported for everything inside that directory."
145
145
msgstr ""
146
146
 
147
 
#: bzrlib/builtins.py:346
 
147
#: bzrlib/builtins.py:258
148
148
msgid ""
149
149
"Before merges are committed, the pending merge tip revisions are\n"
150
150
"shown. To see all pending merge revisions, use the -v option.\n"
152
152
"the no-pending option or specify a file/directory."
153
153
msgstr ""
154
154
 
155
 
#: bzrlib/builtins.py:351
 
155
#: bzrlib/builtins.py:263
156
156
msgid ""
157
157
"To compare the working directory to a specific revision, pass a\n"
158
158
"single revision to the revision argument."
159
159
msgstr ""
160
160
 
161
 
#: bzrlib/builtins.py:354
 
161
#: bzrlib/builtins.py:266
162
162
msgid ""
163
163
"To see which files have changed in a specific revision, or between\n"
164
164
"two revisions, pass a revision range to the revision argument.\n"
165
165
"This will produce the same results as calling 'bzr diff --summarize'."
166
166
msgstr ""
167
167
 
168
 
#: bzrlib/builtins.py:363
 
168
#: bzrlib/builtins.py:275
169
169
msgid "Use short status indicators."
170
170
msgstr ""
171
171
 
172
 
#: bzrlib/builtins.py:365
 
172
#: bzrlib/builtins.py:277
173
173
msgid "Only show versioned files."
174
174
msgstr ""
175
175
 
176
 
#: bzrlib/builtins.py:367
 
176
#: bzrlib/builtins.py:279
177
177
msgid "Don't show pending merges."
178
178
msgstr ""
179
179
 
180
 
#: bzrlib/builtins.py:370
 
180
#: bzrlib/builtins.py:282
181
181
msgid "Do not mark object type using indicator."
182
182
msgstr ""
183
183
 
184
 
#: bzrlib/builtins.py:385
 
184
#: bzrlib/builtins.py:297
185
185
msgid "bzr status --revision takes exactly one or two revision specifiers"
186
186
msgstr ""
187
187
 
188
 
#: bzrlib/builtins.py:429 bzrlib/builtins.py:5183
 
188
#: bzrlib/builtins.py:341 bzrlib/builtins.py:5090
189
189
msgid "You can only supply one of revision_id or --revision"
190
190
msgstr ""
191
191
 
192
 
#: bzrlib/builtins.py:432 bzrlib/builtins.py:5185
 
192
#: bzrlib/builtins.py:344 bzrlib/builtins.py:5092
193
193
msgid "You must supply either --revision or a revision_id"
194
194
msgstr ""
195
195
 
196
 
#: bzrlib/builtins.py:439
 
196
#: bzrlib/builtins.py:351
197
197
#, python-format
198
198
msgid "Repository %r does not support access to raw revision texts"
199
199
msgstr ""
200
200
 
201
 
#: bzrlib/builtins.py:450
 
201
#: bzrlib/builtins.py:362
202
202
msgid "The repository {0} contains no revision {1}."
203
203
msgstr ""
204
204
 
205
 
#: bzrlib/builtins.py:457
 
205
#: bzrlib/builtins.py:369
206
206
msgid "You cannot specify a NULL revision."
207
207
msgstr ""
208
208
 
209
 
#: bzrlib/builtins.py:549
 
209
#: bzrlib/builtins.py:461
210
210
msgid "Remove the working tree from a given branch/checkout."
211
211
msgstr ""
212
212
 
213
 
#: bzrlib/builtins.py:551
 
213
#: bzrlib/builtins.py:463
214
214
msgid ""
215
215
"Since a lightweight checkout is little more than a working tree\n"
216
216
"this will refuse to run against one."
217
217
msgstr ""
218
218
 
219
 
#: bzrlib/builtins.py:554
 
219
#: bzrlib/builtins.py:466
220
220
msgid "To re-create the working tree, use \"bzr checkout\"."
221
221
msgstr ""
222
222
 
223
 
#: bzrlib/builtins.py:560
 
223
#: bzrlib/builtins.py:472
224
224
msgid ""
225
225
"Remove the working tree even if it has uncommitted or shelved changes."
226
226
msgstr ""
227
227
 
228
 
#: bzrlib/builtins.py:574
 
228
#: bzrlib/builtins.py:486
229
229
msgid "No working tree to remove"
230
230
msgstr ""
231
231
 
232
 
#: bzrlib/builtins.py:576
 
232
#: bzrlib/builtins.py:488
233
233
msgid "You cannot remove the working tree of a remote path"
234
234
msgstr ""
235
235
 
236
 
#: bzrlib/builtins.py:585
 
236
#: bzrlib/builtins.py:497
237
237
msgid "You cannot remove the working tree from a lightweight checkout"
238
238
msgstr ""
239
239
 
240
 
#: bzrlib/builtins.py:625
 
240
#: bzrlib/builtins.py:537
241
241
msgid ""
242
242
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
243
243
"instead. Use \"--force\" if you are sure you want to reset the working tree."
244
244
msgstr ""
245
245
 
246
 
#: bzrlib/builtins.py:636
 
246
#: bzrlib/builtins.py:548
247
247
msgid ""
248
248
", the header appears corrupt, try passing -r -1 to set the state to the last "
249
249
"commit"
250
250
msgstr ""
251
251
 
252
 
#: bzrlib/builtins.py:640
 
252
#: bzrlib/builtins.py:552
253
253
msgid "failed to reset the tree state{0}"
254
254
msgstr ""
255
255
 
256
 
#: bzrlib/builtins.py:644
 
256
#: bzrlib/builtins.py:556
257
257
msgid "Show current revision number."
258
258
msgstr ""
259
259
 
260
 
#: bzrlib/builtins.py:646
 
260
#: bzrlib/builtins.py:558
261
261
msgid "This is equal to the number of revisions on this branch."
262
262
msgstr ""
263
263
 
264
 
#: bzrlib/builtins.py:659
 
264
#: bzrlib/builtins.py:571
265
265
msgid "--tree and --revision can not be used together"
266
266
msgstr ""
267
267
 
268
 
#: bzrlib/builtins.py:676 bzrlib/builtins.py:5967
 
268
#: bzrlib/builtins.py:588 bzrlib/builtins.py:5874
269
269
msgid "Tags can only be placed on a single revision, not on a range"
270
270
msgstr ""
271
271
 
272
 
#: bzrlib/builtins.py:700
 
272
#: bzrlib/builtins.py:612
273
273
msgid "Show revno of working tree."
274
274
msgstr ""
275
275
 
276
 
#: bzrlib/builtins.py:748
 
276
#: bzrlib/builtins.py:660
277
277
msgid "Add specified files or directories."
278
278
msgstr ""
279
279
 
280
 
#: bzrlib/builtins.py:750
 
280
#: bzrlib/builtins.py:662
281
281
msgid ""
282
282
"In non-recursive mode, all the named items are added, regardless\n"
283
283
"of whether they were previously ignored.  A warning is given if\n"
284
284
"any of the named files are already versioned."
285
285
msgstr ""
286
286
 
287
 
#: bzrlib/builtins.py:754
 
287
#: bzrlib/builtins.py:666
288
288
msgid ""
289
289
"In recursive mode (the default), files are treated the same way\n"
290
290
"but the behaviour for directories is different.  Directories that\n"
295
295
"directories.  If no names are given '.' is assumed."
296
296
msgstr ""
297
297
 
298
 
#: bzrlib/builtins.py:762
 
298
#: bzrlib/builtins.py:674
299
299
msgid ""
300
300
"A warning will be printed when nested trees are encountered,\n"
301
301
"unless they are explicitly ignored."
302
302
msgstr ""
303
303
 
304
 
#: bzrlib/builtins.py:765
 
304
#: bzrlib/builtins.py:677
305
305
msgid ""
306
306
"Therefore simply saying 'bzr add' will version all files that\n"
307
307
"are currently unknown."
308
308
msgstr ""
309
309
 
310
 
#: bzrlib/builtins.py:768
 
310
#: bzrlib/builtins.py:680
311
311
msgid ""
312
312
"Adding a file whose parent directory is not versioned will\n"
313
313
"implicitly add the parent, and so on up to the root. This means\n"
315
315
"get added when you add a file in the directory."
316
316
msgstr ""
317
317
 
318
 
#: bzrlib/builtins.py:773
 
318
#: bzrlib/builtins.py:685
319
319
msgid ""
320
320
"--dry-run will show which files would be added, but not actually\n"
321
321
"add them."
322
322
msgstr ""
323
323
 
324
 
#: bzrlib/builtins.py:776
 
324
#: bzrlib/builtins.py:688
325
325
msgid ""
326
326
"--file-ids-from will try to use the file ids from the supplied path.\n"
327
327
"It looks up ids trying to find a matching parent directory with the\n"
332
332
"into a subdirectory of this one."
333
333
msgstr ""
334
334
 
335
 
#: bzrlib/builtins.py:784
 
335
#: bzrlib/builtins.py:696
336
336
msgid ""
337
337
"Any files matching patterns in the ignore list will not be added\n"
338
338
"unless they are explicitly mentioned."
339
339
msgstr ""
340
340
 
341
 
#: bzrlib/builtins.py:787
 
341
#: bzrlib/builtins.py:699
342
342
msgid ""
343
343
"In recursive mode, files larger than the configuration option \n"
344
344
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
345
345
"to file size."
346
346
msgstr ""
347
347
 
348
 
#: bzrlib/builtins.py:794
 
348
#: bzrlib/builtins.py:706
349
349
msgid "Don't recursively add the contents of directories."
350
350
msgstr ""
351
351
 
352
 
#: bzrlib/builtins.py:800
 
352
#: bzrlib/builtins.py:712
353
353
msgid "Lookup file ids from this tree."
354
354
msgstr ""
355
355
 
356
 
#: bzrlib/builtins.py:836
 
356
#: bzrlib/builtins.py:748
357
357
msgid "ignored {0} matching \"{1}\"\n"
358
358
msgstr ""
359
359
 
360
 
#: bzrlib/builtins.py:841
 
360
#: bzrlib/builtins.py:753
361
361
msgid "Create a new versioned directory."
362
362
msgstr ""
363
363
 
364
 
#: bzrlib/builtins.py:843
 
364
#: bzrlib/builtins.py:755
365
365
msgid "This is equivalent to creating the directory and then adding it."
366
366
msgstr ""
367
367
 
368
 
#: bzrlib/builtins.py:850
 
368
#: bzrlib/builtins.py:762
369
369
msgid "No error if existing, make parent directories as needed."
370
370
msgstr ""
371
371
 
372
 
#: bzrlib/builtins.py:884
 
372
#: bzrlib/builtins.py:796
373
373
#, python-format
374
374
msgid "added %s\n"
375
375
msgstr ""
376
376
 
377
 
#: bzrlib/builtins.py:926
 
377
#: bzrlib/builtins.py:838
378
378
#, python-format
379
379
msgid "invalid kind %r specified"
380
380
msgstr ""
381
381
 
382
 
#: bzrlib/builtins.py:963
 
382
#: bzrlib/builtins.py:875
383
383
msgid "Move or rename a file."
384
384
msgstr ""
385
385
 
386
 
#: bzrlib/builtins.py:965
 
386
#: bzrlib/builtins.py:877
387
387
msgid "    bzr mv SOURCE... DESTINATION"
388
388
msgstr ""
389
389
 
390
 
#: bzrlib/builtins.py:967
 
390
#: bzrlib/builtins.py:879
391
391
msgid ""
392
392
"If the last argument is a versioned directory, all the other names\n"
393
393
"are moved into it.  Otherwise, there must be exactly two arguments\n"
394
394
"and the file is changed to a new name."
395
395
msgstr ""
396
396
 
397
 
#: bzrlib/builtins.py:971
 
397
#: bzrlib/builtins.py:883
398
398
msgid ""
399
399
"If OLDNAME does not exist on the filesystem but is versioned and\n"
400
400
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
403
403
"The same is valid when moving many SOURCE files to a DESTINATION."
404
404
msgstr ""
405
405
 
406
 
#: bzrlib/builtins.py:977
 
406
#: bzrlib/builtins.py:889
407
407
msgid "Files cannot be moved between branches."
408
408
msgstr ""
409
409
 
410
 
#: bzrlib/builtins.py:984
 
410
#: bzrlib/builtins.py:896
411
411
msgid ""
412
412
"Move only the bzr identifier of the file, because the file has already been "
413
413
"moved."
414
414
msgstr ""
415
415
 
416
 
#: bzrlib/builtins.py:986
 
416
#: bzrlib/builtins.py:898
417
417
msgid "Automatically guess renames."
418
418
msgstr ""
419
419
 
420
 
#: bzrlib/builtins.py:987
 
420
#: bzrlib/builtins.py:899
421
421
msgid "Avoid making changes when guessing renames."
422
422
msgstr ""
423
423
 
424
 
#: bzrlib/builtins.py:996
 
424
#: bzrlib/builtins.py:908
425
425
msgid "--dry-run requires --auto."
426
426
msgstr ""
427
427
 
428
 
#: bzrlib/builtins.py:1000
 
428
#: bzrlib/builtins.py:912
429
429
msgid "missing file argument"
430
430
msgstr ""
431
431
 
432
 
#: bzrlib/builtins.py:1004
 
432
#: bzrlib/builtins.py:916
433
433
msgid "can not move root of branch"
434
434
msgstr ""
435
435
 
436
 
#: bzrlib/builtins.py:1010
 
436
#: bzrlib/builtins.py:922
437
437
msgid "Only one path may be specified to --auto."
438
438
msgstr ""
439
439
 
440
 
#: bzrlib/builtins.py:1013
 
440
#: bzrlib/builtins.py:925
441
441
msgid "--after cannot be specified with --auto."
442
442
msgstr ""
443
443
 
444
 
#: bzrlib/builtins.py:1050
 
444
#: bzrlib/builtins.py:962
445
445
msgid "to mv multiple files the destination must be a versioned directory"
446
446
msgstr ""
447
447
 
448
 
#: bzrlib/builtins.py:1102
 
448
#: bzrlib/builtins.py:1014
449
449
msgid "Turn this branch into a mirror of another branch."
450
450
msgstr ""
451
451
 
452
 
#: bzrlib/builtins.py:1104
 
452
#: bzrlib/builtins.py:1016
453
453
msgid ""
454
454
"By default, this command only works on branches that have not diverged.\n"
455
455
"Branches are considered diverged if the destination branch's most recent \n"
457
457
"parent."
458
458
msgstr ""
459
459
 
460
 
#: bzrlib/builtins.py:1109
 
460
#: bzrlib/builtins.py:1021
461
461
msgid ""
462
462
"If branches have diverged, you can use 'bzr merge' to integrate the changes\n"
463
463
"from one into the other.  Once one branch has merged, the other should\n"
464
464
"be able to pull it again."
465
465
msgstr ""
466
466
 
467
 
#: bzrlib/builtins.py:1113
 
467
#: bzrlib/builtins.py:1025
468
468
msgid ""
469
469
"If you want to replace your local changes and just want your branch to\n"
470
470
"match the remote one, use pull --overwrite. This will work even if the two\n"
471
471
"branches have diverged."
472
472
msgstr ""
473
473
 
474
 
#: bzrlib/builtins.py:1117
 
474
#: bzrlib/builtins.py:1029
475
475
msgid ""
476
476
"If there is no default location set, the first pull will set it (use\n"
477
477
"--no-remember to avoid setting it). After that, you can omit the\n"
479
479
"value will only be saved if the remote location can be accessed."
480
480
msgstr ""
481
481
 
482
 
#: bzrlib/builtins.py:1122
 
482
#: bzrlib/builtins.py:1034
483
483
msgid ""
484
484
"The --verbose option will display the revisions pulled using the log_format\n"
485
485
"configuration option. You can use a different format by overriding it with\n"
486
486
"-Olog_format=<other_format>."
487
487
msgstr ""
488
488
 
489
 
#: bzrlib/builtins.py:1126
 
489
#: bzrlib/builtins.py:1038
490
490
msgid ""
491
491
"Note: The location can be specified either in the form of a branch,\n"
492
492
"or in the form of a path to a file containing a merge directive generated\n"
493
493
"with bzr send."
494
494
msgstr ""
495
495
 
496
 
#: bzrlib/builtins.py:1134
 
496
#: bzrlib/builtins.py:1046
497
497
msgid "Show logs of pulled revisions."
498
498
msgstr ""
499
499
 
500
 
#: bzrlib/builtins.py:1136
 
500
#: bzrlib/builtins.py:1048
501
501
msgid ""
502
502
"Branch to pull into, rather than the one containing the working directory."
503
503
msgstr ""
504
504
 
505
 
#: bzrlib/builtins.py:1139
 
505
#: bzrlib/builtins.py:1051
506
506
msgid ""
507
507
"Perform a local pull in a bound branch.  Local pulls are not applied to the "
508
508
"master branch."
509
509
msgstr ""
510
510
 
511
 
#: bzrlib/builtins.py:1168
 
511
#: bzrlib/builtins.py:1080
512
512
msgid "Need working tree for --show-base."
513
513
msgstr ""
514
514
 
515
 
#: bzrlib/builtins.py:1184
 
515
#: bzrlib/builtins.py:1096
516
516
msgid "No pull location known or specified."
517
517
msgstr ""
518
518
 
519
 
#: bzrlib/builtins.py:1190
 
519
#: bzrlib/builtins.py:1102
520
520
#, python-format
521
521
msgid "Using saved parent location: %s\n"
522
522
msgstr ""
523
523
 
524
 
#: bzrlib/builtins.py:1197 bzrlib/builtins.py:4393
 
524
#: bzrlib/builtins.py:1109 bzrlib/builtins.py:4300
525
525
msgid "Cannot use -r with merge directives or bundles"
526
526
msgstr ""
527
527
 
528
 
#: bzrlib/builtins.py:1238
 
528
#: bzrlib/builtins.py:1150
529
529
msgid "Update a mirror of this branch."
530
530
msgstr ""
531
531
 
532
 
#: bzrlib/builtins.py:1240
 
532
#: bzrlib/builtins.py:1152
533
533
msgid ""
534
534
"The target branch will not have its working tree populated because this\n"
535
535
"is both expensive, and is not supported on remote file systems."
536
536
msgstr ""
537
537
 
538
 
#: bzrlib/builtins.py:1243
 
538
#: bzrlib/builtins.py:1155
539
539
msgid ""
540
540
"Some smart servers or protocols *may* put the working tree in place in\n"
541
541
"the future."
542
542
msgstr ""
543
543
 
544
 
#: bzrlib/builtins.py:1246
 
544
#: bzrlib/builtins.py:1158
545
545
msgid ""
546
546
"This command only works on branches that have not diverged.  Branches are\n"
547
547
"considered diverged if the destination branch's most recent commit is one\n"
548
548
"that has not been merged (directly or indirectly) by the source branch."
549
549
msgstr ""
550
550
 
551
 
#: bzrlib/builtins.py:1250
 
551
#: bzrlib/builtins.py:1162
552
552
msgid ""
553
553
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
554
554
"the other branch completely, discarding its unmerged changes."
555
555
msgstr ""
556
556
 
557
 
#: bzrlib/builtins.py:1253
 
557
#: bzrlib/builtins.py:1165
558
558
msgid ""
559
559
"If you want to ensure you have the different changes in the other branch,\n"
560
560
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
561
561
"After that you will be able to do a push without '--overwrite'."
562
562
msgstr ""
563
563
 
564
 
#: bzrlib/builtins.py:1257
 
564
#: bzrlib/builtins.py:1169
565
565
msgid ""
566
566
"If there is no default push location set, the first push will set it (use\n"
567
567
"--no-remember to avoid setting it).  After that, you can omit the\n"
569
569
"value will only be saved if the remote location can be accessed."
570
570
msgstr ""
571
571
 
572
 
#: bzrlib/builtins.py:1262
 
572
#: bzrlib/builtins.py:1174
573
573
msgid ""
574
574
"The --verbose option will display the revisions pushed using the log_format\n"
575
575
"configuration option. You can use a different format by overriding it with\n"
576
576
"-Olog_format=<other_format>."
577
577
msgstr ""
578
578
 
579
 
#: bzrlib/builtins.py:1273 bzrlib/foreign.py:272
 
579
#: bzrlib/builtins.py:1185 bzrlib/foreign.py:272
580
580
msgid ""
581
581
"Branch to push from, rather than the one containing the working directory."
582
582
msgstr ""
583
583
 
584
 
#: bzrlib/builtins.py:1276
 
584
#: bzrlib/builtins.py:1188
585
585
msgid ""
586
586
"By default push will fail if the target directory exists, but does not "
587
587
"already have a control directory.  This flag will allow push to proceed."
588
588
msgstr ""
589
589
 
590
 
#: bzrlib/builtins.py:1281
 
590
#: bzrlib/builtins.py:1193
591
591
msgid ""
592
592
"Create a stacked branch that references the public location of the parent "
593
593
"branch."
594
594
msgstr ""
595
595
 
596
 
#: bzrlib/builtins.py:1284
 
596
#: bzrlib/builtins.py:1196
597
597
msgid ""
598
598
"Create a stacked branch that refers to another branch for the commit "
599
599
"history. Only the work not present in the referenced branch is included in "
600
600
"the branch created."
601
601
msgstr ""
602
602
 
603
 
#: bzrlib/builtins.py:1289 bzrlib/foreign.py:279
 
603
#: bzrlib/builtins.py:1201 bzrlib/foreign.py:279
604
604
msgid ""
605
605
"Refuse to push if there are uncommitted changes in the working tree, --no-"
606
606
"strict disables the check."
607
607
msgstr ""
608
608
 
609
 
#: bzrlib/builtins.py:1292
 
609
#: bzrlib/builtins.py:1204
610
610
msgid "Don't populate the working tree, even for protocols that support it."
611
611
msgstr ""
612
612
 
613
 
#: bzrlib/builtins.py:1336
 
613
#: bzrlib/builtins.py:1248
614
614
msgid "Could not determine branch to refer to."
615
615
msgstr ""
616
616
 
617
 
#: bzrlib/builtins.py:1345
 
617
#: bzrlib/builtins.py:1257
618
618
#, python-format
619
619
msgid ""
620
620
"No push location known or specified. To push to the parent branch (at %s), "
621
621
"use 'bzr push :parent'."
622
622
msgstr ""
623
623
 
624
 
#: bzrlib/builtins.py:1351 bzrlib/foreign.py:306
 
624
#: bzrlib/builtins.py:1263 bzrlib/foreign.py:306
625
625
msgid "No push location known or specified."
626
626
msgstr ""
627
627
 
628
 
#: bzrlib/builtins.py:1355
 
628
#: bzrlib/builtins.py:1267
629
629
#, python-format
630
630
msgid "Using saved push location: %s"
631
631
msgstr ""
632
632
 
633
 
#: bzrlib/builtins.py:1365
 
633
#: bzrlib/builtins.py:1277
634
634
msgid "Create a new branch that is a copy of an existing branch."
635
635
msgstr ""
636
636
 
637
 
#: bzrlib/builtins.py:1367
 
637
#: bzrlib/builtins.py:1279
638
638
msgid ""
639
639
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
640
640
"be used.  In other words, \"branch ../foo/bar\" will attempt to create "
645
645
"create ./foo-bar."
646
646
msgstr ""
647
647
 
648
 
#: bzrlib/builtins.py:1374
 
648
#: bzrlib/builtins.py:1286
649
649
msgid ""
650
650
"To retrieve the branch as of a particular revision, supply the --revision\n"
651
651
"parameter, as in \"branch foo/bar -r 5\"."
652
652
msgstr ""
653
653
 
654
 
#: bzrlib/builtins.py:1377
 
654
#: bzrlib/builtins.py:1289
655
655
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
656
656
msgstr ""
657
657
 
658
 
#: bzrlib/builtins.py:1387
 
658
#: bzrlib/builtins.py:1299
659
659
msgid "Create a branch without a working-tree."
660
660
msgstr ""
661
661
 
662
 
#: bzrlib/builtins.py:1389
 
662
#: bzrlib/builtins.py:1301
663
663
msgid "Switch the checkout in the current directory to the new branch."
664
664
msgstr ""
665
665
 
666
 
#: bzrlib/builtins.py:1392
 
666
#: bzrlib/builtins.py:1304
667
667
msgid ""
668
668
"Create a stacked branch referring to the source branch. The new branch will "
669
669
"depend on the availability of the source branch for all operations."
670
670
msgstr ""
671
671
 
672
 
#: bzrlib/builtins.py:1396
 
672
#: bzrlib/builtins.py:1308
673
673
msgid "Do not use a shared repository, even if available."
674
674
msgstr ""
675
675
 
676
 
#: bzrlib/builtins.py:1398
 
676
#: bzrlib/builtins.py:1310
677
677
msgid ""
678
678
"By default branch will fail if the target directory exists, but does not "
679
679
"already have a control directory.  This flag will allow branch to proceed."
680
680
msgstr ""
681
681
 
682
 
#: bzrlib/builtins.py:1403
 
682
#: bzrlib/builtins.py:1315
683
683
msgid "Bind new branch to from location."
684
684
msgstr ""
685
685
 
686
 
#: bzrlib/builtins.py:1450
 
686
#: bzrlib/builtins.py:1362
687
687
#, python-format
688
688
msgid "Target directory \"%s\" already exists."
689
689
msgstr ""
690
690
 
691
 
#: bzrlib/builtins.py:1462
 
691
#: bzrlib/builtins.py:1374
692
692
#, python-format
693
693
msgid "Parent of \"%s\" does not exist."
694
694
msgstr ""
695
695
 
696
 
#: bzrlib/builtins.py:1481
 
696
#: bzrlib/builtins.py:1393
697
697
msgid "The branch {0} has no revision {1}."
698
698
msgstr ""
699
699
 
700
 
#: bzrlib/builtins.py:1496 bzrlib/push.py:53
 
700
#: bzrlib/builtins.py:1403 bzrlib/push.py:53
701
701
#, python-format
702
702
msgid "Created new stacked branch referring to %s."
703
703
msgstr ""
704
704
 
705
 
#: bzrlib/builtins.py:1500
 
705
#: bzrlib/builtins.py:1407
706
706
#, python-format
707
707
msgid "Branched %d revision."
708
708
msgid_plural "Branched %d revisions."
709
709
msgstr[0] ""
710
710
msgstr[1] ""
711
711
 
712
 
#: bzrlib/builtins.py:1505
 
712
#: bzrlib/builtins.py:1412
713
713
#, python-format
714
714
msgid "New branch bound to %s"
715
715
msgstr ""
716
716
 
717
 
#: bzrlib/builtins.py:1510 bzrlib/builtins.py:6256
 
717
#: bzrlib/builtins.py:1417 bzrlib/builtins.py:6187
718
718
#, python-format
719
719
msgid "Switched to branch: %s"
720
720
msgstr ""
721
721
 
722
 
#: bzrlib/builtins.py:1515
 
722
#: bzrlib/builtins.py:1422
723
723
msgid "List the branches available at the current location."
724
724
msgstr ""
725
725
 
726
 
#: bzrlib/builtins.py:1517
 
726
#: bzrlib/builtins.py:1424
727
727
msgid ""
728
728
"This command will print the names of all the branches at the current\n"
729
729
"location."
730
730
msgstr ""
731
731
 
732
 
#: bzrlib/builtins.py:1524
 
732
#: bzrlib/builtins.py:1431
733
733
msgid ""
734
734
"Recursively scan for branches rather than just looking in the specified "
735
735
"location."
736
736
msgstr ""
737
737
 
738
 
#: bzrlib/builtins.py:1554
 
738
#: bzrlib/builtins.py:1461
739
739
msgid "(default)"
740
740
msgstr ""
741
741
 
742
 
#: bzrlib/builtins.py:1566
 
742
#: bzrlib/builtins.py:1473
743
743
msgid "Create a new checkout of an existing branch."
744
744
msgstr ""
745
745
 
746
 
#: bzrlib/builtins.py:1568
 
746
#: bzrlib/builtins.py:1475
747
747
msgid ""
748
748
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
749
749
"for\n"
753
753
"location using SFTP."
754
754
msgstr ""
755
755
 
756
 
#: bzrlib/builtins.py:1573
 
756
#: bzrlib/builtins.py:1480
757
757
msgid ""
758
758
"If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION "
759
759
"will\n"
765
765
"create ./foo-bar."
766
766
msgstr ""
767
767
 
768
 
#: bzrlib/builtins.py:1580
 
768
#: bzrlib/builtins.py:1487
769
769
msgid ""
770
770
"To retrieve the branch as of a particular revision, supply the --revision\n"
771
771
"parameter, as in \"checkout foo/bar -r 5\". Note that this will be "
775
775
"code.)"
776
776
msgstr ""
777
777
 
778
 
#: bzrlib/builtins.py:1590
 
778
#: bzrlib/builtins.py:1497
779
779
msgid ""
780
780
"Perform a lightweight checkout.  Lightweight checkouts depend on access to "
781
781
"the branch for every operation.  Normal checkouts can perform common "
783
783
"commits."
784
784
msgstr ""
785
785
 
786
 
#: bzrlib/builtins.py:1597
 
786
#: bzrlib/builtins.py:1504
787
787
msgid "Get file contents from this tree."
788
788
msgstr ""
789
789
 
790
 
#: bzrlib/builtins.py:1599
 
790
#: bzrlib/builtins.py:1506
791
791
msgid "Hard-link working tree files where possible."
792
792
msgstr ""
793
793
 
794
 
#: bzrlib/builtins.py:1640
 
794
#: bzrlib/builtins.py:1547
795
795
msgid ""
796
796
"Show list of renamed files.\n"
797
797
"    "
798
798
msgstr ""
799
799
 
800
 
#: bzrlib/builtins.py:1670
 
800
#: bzrlib/builtins.py:1577
801
801
msgid "Update a working tree to a new revision."
802
802
msgstr ""
803
803
 
804
 
#: bzrlib/builtins.py:1672
 
804
#: bzrlib/builtins.py:1579
805
805
msgid ""
806
806
"This will perform a merge of the destination revision (the tip of the\n"
807
807
"branch, or the specified revision) into the working tree, and then make\n"
808
808
"that revision the basis revision for the working tree.  "
809
809
msgstr ""
810
810
 
811
 
#: bzrlib/builtins.py:1676
 
811
#: bzrlib/builtins.py:1583
812
812
msgid ""
813
813
"You can use this to visit an older revision, or to update a working tree\n"
814
814
"that is out of date from its branch."
815
815
msgstr ""
816
816
 
817
 
#: bzrlib/builtins.py:1679
 
817
#: bzrlib/builtins.py:1586
818
818
msgid ""
819
819
"If there are any uncommitted changes in the tree, they will be carried\n"
820
820
"across and remain as uncommitted changes after the update.  To discard\n"
822
822
"with the changes brought in by the change in basis revision."
823
823
msgstr ""
824
824
 
825
 
#: bzrlib/builtins.py:1684
 
825
#: bzrlib/builtins.py:1591
826
826
msgid ""
827
827
"If the tree's branch is bound to a master branch, bzr will also update\n"
828
828
"the branch from the master."
829
829
msgstr ""
830
830
 
831
 
#: bzrlib/builtins.py:1687
 
831
#: bzrlib/builtins.py:1594
832
832
msgid ""
833
833
"You cannot update just a single file or directory, because each Bazaar\n"
834
834
"working tree has just a single basis revision.  If you want to restore a\n"
838
838
"out the old content of that file to a new location."
839
839
msgstr ""
840
840
 
841
 
#: bzrlib/builtins.py:1694
 
841
#: bzrlib/builtins.py:1601
842
842
msgid ""
843
843
"The 'dir' argument, if given, must be the location of the root of a\n"
844
844
"working tree to update.  By default, the working tree that contains the \n"
845
845
"current working directory is used."
846
846
msgstr ""
847
847
 
848
 
#: bzrlib/builtins.py:1710
 
848
#: bzrlib/builtins.py:1617
849
849
msgid "bzr update --revision takes exactly one revision"
850
850
msgstr ""
851
851
 
852
 
#: bzrlib/builtins.py:1718
 
852
#: bzrlib/builtins.py:1625
853
853
msgid "bzr update can only update a whole tree, not a file or subdirectory"
854
854
msgstr ""
855
855
 
856
 
#: bzrlib/builtins.py:1749
 
856
#: bzrlib/builtins.py:1656
857
857
msgid "Tree is up to date at revision {0} of branch {1}"
858
858
msgstr ""
859
859
 
860
 
#: bzrlib/builtins.py:1765
 
860
#: bzrlib/builtins.py:1672
861
861
#, python-format
862
862
msgid ""
863
863
"branch has no revision %s\n"
864
864
"bzr update --revision only works for a revision in the branch history"
865
865
msgstr ""
866
866
 
867
 
#: bzrlib/builtins.py:1771
 
867
#: bzrlib/builtins.py:1678
868
868
msgid "Updated to revision {0} of branch {1}"
869
869
msgstr ""
870
870
 
871
 
#: bzrlib/builtins.py:1775
 
871
#: bzrlib/builtins.py:1682
872
872
msgid ""
873
873
"Your local commits will now show as pending merges with 'bzr status', and "
874
874
"can be committed with 'bzr commit'."
875
875
msgstr ""
876
876
 
877
 
#: bzrlib/builtins.py:1784
 
877
#: bzrlib/builtins.py:1691
878
878
msgid "Show information about a working tree, branch or repository."
879
879
msgstr ""
880
880
 
881
 
#: bzrlib/builtins.py:1786
 
881
#: bzrlib/builtins.py:1693
882
882
msgid ""
883
883
"This command will show all known locations and formats associated to the\n"
884
884
"tree, branch or repository."
885
885
msgstr ""
886
886
 
887
 
#: bzrlib/builtins.py:1789
 
887
#: bzrlib/builtins.py:1696
888
888
msgid ""
889
889
"In verbose mode, statistical information is included with each report.\n"
890
890
"To see extended statistic information, use a verbosity level of 2 or\n"
891
891
"higher by specifying the verbose option multiple times, e.g. -vv."
892
892
msgstr ""
893
893
 
894
 
#: bzrlib/builtins.py:1793
 
894
#: bzrlib/builtins.py:1700
895
895
msgid "Branches and working trees will also report any missing revisions."
896
896
msgstr ""
897
897
 
898
 
#: bzrlib/builtins.py:1795 bzrlib/builtins.py:3715 bzrlib/builtins.py:4845
899
 
#: bzrlib/builtins.py:6442
 
898
#: bzrlib/builtins.py:1702 bzrlib/builtins.py:3622 bzrlib/builtins.py:4752
 
899
#: bzrlib/builtins.py:6389
900
900
msgid ":Examples:"
901
901
msgstr ""
902
902
 
903
 
#: bzrlib/builtins.py:1797
 
903
#: bzrlib/builtins.py:1704
904
904
msgid "  Display information on the format and related locations:"
905
905
msgstr ""
906
906
 
907
 
#: bzrlib/builtins.py:1799
 
907
#: bzrlib/builtins.py:1706
908
908
msgid "    bzr info"
909
909
msgstr ""
910
910
 
911
 
#: bzrlib/builtins.py:1801
 
911
#: bzrlib/builtins.py:1708
912
912
msgid ""
913
913
"  Display the above together with extended format information and\n"
914
914
"  basic statistics (like the number of files in the working tree and\n"
915
915
"  number of revisions in the branch and repository):"
916
916
msgstr ""
917
917
 
918
 
#: bzrlib/builtins.py:1805
 
918
#: bzrlib/builtins.py:1712
919
919
msgid "    bzr info -v"
920
920
msgstr ""
921
921
 
922
 
#: bzrlib/builtins.py:1807
 
922
#: bzrlib/builtins.py:1714
923
923
msgid "  Display the above together with number of committers to the branch:"
924
924
msgstr ""
925
925
 
926
 
#: bzrlib/builtins.py:1809
 
926
#: bzrlib/builtins.py:1716
927
927
msgid "    bzr info -vv"
928
928
msgstr ""
929
929
 
930
 
#: bzrlib/builtins.py:1828
 
930
#: bzrlib/builtins.py:1735
931
931
msgid "Remove files or directories."
932
932
msgstr ""
933
933
 
934
 
#: bzrlib/builtins.py:1830
 
934
#: bzrlib/builtins.py:1737
935
935
msgid ""
936
936
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
937
937
"delete them if they can easily be recovered using revert otherwise they\n"
940
940
"Bazaar but missing in your tree and stop tracking them for you."
941
941
msgstr ""
942
942
 
943
 
#: bzrlib/builtins.py:1838
 
943
#: bzrlib/builtins.py:1745
944
944
msgid "Only remove files that have never been committed."
945
945
msgstr ""
946
946
 
947
 
#: bzrlib/builtins.py:1840
 
947
#: bzrlib/builtins.py:1747
948
948
msgid "The file deletion mode to be used."
949
949
msgstr ""
950
950
 
951
 
#: bzrlib/builtins.py:1841
 
951
#: bzrlib/builtins.py:1748
952
952
msgid "Deletion Strategy"
953
953
msgstr ""
954
954
 
955
 
#: bzrlib/builtins.py:1842
 
955
#: bzrlib/builtins.py:1749
956
956
msgid "Backup changed files (default)."
957
957
msgstr ""
958
958
 
959
 
#: bzrlib/builtins.py:1843
 
959
#: bzrlib/builtins.py:1750
960
960
msgid "Delete from bzr but leave the working copy."
961
961
msgstr ""
962
962
 
963
 
#: bzrlib/builtins.py:1844
 
963
#: bzrlib/builtins.py:1751
964
964
msgid "Don't backup changed files."
965
965
msgstr ""
966
966
 
967
 
#: bzrlib/builtins.py:1845
 
967
#: bzrlib/builtins.py:1752
968
968
msgid ""
969
969
"Delete all the specified files, even if they can not be recovered and even "
970
970
"if they are non-empty directories. (deprecated, use no-backup)"
971
971
msgstr ""
972
972
 
973
 
#: bzrlib/builtins.py:1854
 
973
#: bzrlib/builtins.py:1761
974
974
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
975
975
msgstr ""
976
976
 
977
 
#: bzrlib/builtins.py:1871
 
977
#: bzrlib/builtins.py:1778
978
978
msgid "No matching files."
979
979
msgstr ""
980
980
 
981
 
#: bzrlib/builtins.py:1932
 
981
#: bzrlib/builtins.py:1839
982
982
msgid "Reconcile bzr metadata in a branch."
983
983
msgstr ""
984
984
 
985
 
#: bzrlib/builtins.py:1934
 
985
#: bzrlib/builtins.py:1841
986
986
msgid ""
987
987
"This can correct data mismatches that may have been caused by\n"
988
988
"previous ghost operations or bzr upgrades. You should only\n"
990
990
"advises you to run it."
991
991
msgstr ""
992
992
 
993
 
#: bzrlib/builtins.py:1939
 
993
#: bzrlib/builtins.py:1846
994
994
msgid ""
995
995
"If a second branch is provided, cross-branch reconciliation is\n"
996
996
"also attempted, which will check that data like the tree root\n"
998
998
"correctly in both branches."
999
999
msgstr ""
1000
1000
 
1001
 
#: bzrlib/builtins.py:1944
 
1001
#: bzrlib/builtins.py:1851
1002
1002
msgid ""
1003
1003
"At the same time it is run it may recompress data resulting in\n"
1004
1004
"a potential saving in disk space or performance gain."
1005
1005
msgstr ""
1006
1006
 
1007
 
#: bzrlib/builtins.py:1947
 
1007
#: bzrlib/builtins.py:1854
1008
1008
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1009
1009
msgstr ""
1010
1010
 
1011
 
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
 
1011
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1012
1012
msgid ""
1013
1013
"Format for the bzr 2.0 series.\n"
1014
1014
"Uses group-compress storage.\n"
1015
1015
"Provides rich roots which are a one-way transition.\n"
1016
1016
msgstr ""
1017
1017
 
1018
 
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
 
1018
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1019
1019
msgid ""
1020
1020
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1021
1021
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1022
1022
msgstr ""
1023
1023
 
1024
 
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
 
1024
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1025
1025
msgid "The 2a format with experimental support for colocated branches.\n"
1026
1026
msgstr ""
1027
1027
 
1028
 
#: bzrlib/builtins.py:2015
 
1028
#: bzrlib/builtins.py:1922
1029
1029
msgid "Make a directory into a versioned branch."
1030
1030
msgstr ""
1031
1031
 
1032
 
#: bzrlib/builtins.py:2017
 
1032
#: bzrlib/builtins.py:1924
1033
1033
msgid ""
1034
1034
"Use this to create an empty branch, or before importing an\n"
1035
1035
"existing project."
1036
1036
msgstr ""
1037
1037
 
1038
 
#: bzrlib/builtins.py:2020
 
1038
#: bzrlib/builtins.py:1927
1039
1039
msgid ""
1040
1040
"If there is a repository in a parent directory of the location, then\n"
1041
1041
"the history of the branch will be stored in the repository.  Otherwise\n"
1043
1043
"in the .bzr directory."
1044
1044
msgstr ""
1045
1045
 
1046
 
#: bzrlib/builtins.py:2025
 
1046
#: bzrlib/builtins.py:1932
1047
1047
msgid ""
1048
1048
"If there is already a branch at the location but it has no working tree,\n"
1049
1049
"the tree can be populated with 'bzr checkout'."
1050
1050
msgstr ""
1051
1051
 
1052
 
#: bzrlib/builtins.py:2028
 
1052
#: bzrlib/builtins.py:1935
1053
1053
msgid "Recipe for importing a tree of files::"
1054
1054
msgstr ""
1055
1055
 
1056
 
#: bzrlib/builtins.py:2030
 
1056
#: bzrlib/builtins.py:1937
1057
1057
msgid ""
1058
1058
"    cd ~/project\n"
1059
1059
"    bzr init\n"
1062
1062
"    bzr commit -m \"imported project\""
1063
1063
msgstr ""
1064
1064
 
1065
 
#: bzrlib/builtins.py:2041
 
1065
#: bzrlib/builtins.py:1948
1066
1066
msgid ""
1067
1067
"Create the path leading up to the branch if it does not already exist."
1068
1068
msgstr ""
1069
1069
 
1070
 
#: bzrlib/builtins.py:2044
 
1070
#: bzrlib/builtins.py:1951
1071
1071
msgid "Specify a format for this branch. See \"help formats\"."
1072
1072
msgstr ""
1073
1073
 
1074
 
#: bzrlib/builtins.py:2052
 
1074
#: bzrlib/builtins.py:1959
1075
1075
msgid ""
1076
1076
"Never change revnos or the existing log.  Append revisions to it only."
1077
1077
msgstr ""
1078
1078
 
1079
 
#: bzrlib/builtins.py:2055
 
1079
#: bzrlib/builtins.py:1962
1080
1080
msgid "Create a branch without a working tree."
1081
1081
msgstr ""
1082
1082
 
1083
 
#: bzrlib/builtins.py:2075 bzrlib/push.py:110
 
1083
#: bzrlib/builtins.py:1982 bzrlib/push.py:110
1084
1084
#, python-format
1085
1085
msgid ""
1086
1086
"Parent directory of %s does not exist.\n"
1087
1087
"You may supply --create-prefix to create all leading parent directories."
1088
1088
msgstr ""
1089
1089
 
1090
 
#: bzrlib/builtins.py:2109
 
1090
#: bzrlib/builtins.py:2016
1091
1091
msgid ""
1092
1092
"This branch format cannot be set to append-revisions-only.  Try --default."
1093
1093
msgstr ""
1094
1094
 
1095
 
#: bzrlib/builtins.py:2120
 
1095
#: bzrlib/builtins.py:2027
1096
1096
msgid "Created a {0} (format: {1})\n"
1097
1097
msgstr ""
1098
1098
 
1099
 
#: bzrlib/builtins.py:2129
 
1099
#: bzrlib/builtins.py:2036
1100
1100
#, python-format
1101
1101
msgid "Using shared repository: %s\n"
1102
1102
msgstr ""
1103
1103
 
1104
 
#: bzrlib/builtins.py:2133
 
1104
#: bzrlib/builtins.py:2040
1105
1105
msgid "Create a shared repository for branches to share storage space."
1106
1106
msgstr ""
1107
1107
 
1108
 
#: bzrlib/builtins.py:2135
 
1108
#: bzrlib/builtins.py:2042
1109
1109
msgid ""
1110
1110
"New branches created under the repository directory will store their\n"
1111
1111
"revisions in the repository, not in the branch directory.  For branches\n"
1113
1113
"speeds up the creation of new branches."
1114
1114
msgstr ""
1115
1115
 
1116
 
#: bzrlib/builtins.py:2140
 
1116
#: bzrlib/builtins.py:2047
1117
1117
msgid ""
1118
1118
"If the --no-trees option is given then the branches in the repository\n"
1119
1119
"will not have working trees by default.  They will still exist as \n"
1123
1123
"branches, such as on a server."
1124
1124
msgstr ""
1125
1125
 
1126
 
#: bzrlib/builtins.py:2147
 
1126
#: bzrlib/builtins.py:2054
1127
1127
msgid ""
1128
1128
":Examples:\n"
1129
1129
"    Create a shared repository holding just branches::"
1130
1130
msgstr ""
1131
1131
 
1132
 
#: bzrlib/builtins.py:2150
 
1132
#: bzrlib/builtins.py:2057
1133
1133
msgid ""
1134
1134
"        bzr init-repo --no-trees repo\n"
1135
1135
"        bzr init repo/trunk"
1136
1136
msgstr ""
1137
1137
 
1138
 
#: bzrlib/builtins.py:2153
 
1138
#: bzrlib/builtins.py:2060
1139
1139
msgid "    Make a lightweight checkout elsewhere::"
1140
1140
msgstr ""
1141
1141
 
1142
 
#: bzrlib/builtins.py:2155
 
1142
#: bzrlib/builtins.py:2062
1143
1143
msgid ""
1144
1144
"        bzr checkout --lightweight repo/trunk trunk-checkout\n"
1145
1145
"        cd trunk-checkout\n"
1146
1146
"        (add files here)"
1147
1147
msgstr ""
1148
1148
 
1149
 
#: bzrlib/builtins.py:2163
 
1149
#: bzrlib/builtins.py:2070
1150
1150
msgid ""
1151
1151
"Specify a format for this repository. See \"bzr help formats\" for details."
1152
1152
msgstr ""
1153
1153
 
1154
 
#: bzrlib/builtins.py:2167
 
1154
#: bzrlib/builtins.py:2074
1155
1155
msgid "Repository format"
1156
1156
msgstr ""
1157
1157
 
1158
 
#: bzrlib/builtins.py:2169
 
1158
#: bzrlib/builtins.py:2076
1159
1159
msgid "Branches in the repository will default to not having a working tree."
1160
1160
msgstr ""
1161
1161
 
1162
 
#: bzrlib/builtins.py:2195
 
1162
#: bzrlib/builtins.py:2102
1163
1163
msgid "Show differences in the working tree, between revisions or branches."
1164
1164
msgstr ""
1165
1165
 
1166
 
#: bzrlib/builtins.py:2197
 
1166
#: bzrlib/builtins.py:2104
1167
1167
msgid ""
1168
1168
"If no arguments are given, all changes for the current tree are listed.\n"
1169
1169
"If files are given, only the changes in those files are listed.\n"
1173
1173
"given."
1174
1174
msgstr ""
1175
1175
 
1176
 
#: bzrlib/builtins.py:2204
 
1176
#: bzrlib/builtins.py:2111
1177
1177
msgid ""
1178
1178
"\"bzr diff -p1\" is equivalent to \"bzr diff --prefix old/:new/\", and\n"
1179
1179
"produces patches suitable for \"patch -p1\"."
1180
1180
msgstr ""
1181
1181
 
1182
 
#: bzrlib/builtins.py:2207
 
1182
#: bzrlib/builtins.py:2114
1183
1183
msgid ""
1184
1184
"Note that when using the -r argument with a range of revisions, the\n"
1185
1185
"differences are computed between the two specified revisions.  That\n"
1189
1189
"in the range."
1190
1190
msgstr ""
1191
1191
 
1192
 
#: bzrlib/builtins.py:2214
 
1192
#: bzrlib/builtins.py:2121
1193
1193
msgid ""
1194
1194
":Exit values:\n"
1195
1195
"    1 - changed\n"
1198
1198
"    0 - no change"
1199
1199
msgstr ""
1200
1200
 
1201
 
#: bzrlib/builtins.py:2220
 
1201
#: bzrlib/builtins.py:2127
1202
1202
msgid ""
1203
1203
":Examples:\n"
1204
1204
"    Shows the difference in the working tree versus the last commit::"
1205
1205
msgstr ""
1206
1206
 
1207
 
#: bzrlib/builtins.py:2223
 
1207
#: bzrlib/builtins.py:2130
1208
1208
msgid "        bzr diff"
1209
1209
msgstr ""
1210
1210
 
1211
 
#: bzrlib/builtins.py:2225
 
1211
#: bzrlib/builtins.py:2132
1212
1212
msgid "    Difference between the working tree and revision 1::"
1213
1213
msgstr ""
1214
1214
 
1215
 
#: bzrlib/builtins.py:2227
 
1215
#: bzrlib/builtins.py:2134
1216
1216
msgid "        bzr diff -r1"
1217
1217
msgstr ""
1218
1218
 
1219
 
#: bzrlib/builtins.py:2229
 
1219
#: bzrlib/builtins.py:2136
1220
1220
msgid "    Difference between revision 3 and revision 1::"
1221
1221
msgstr ""
1222
1222
 
1223
 
#: bzrlib/builtins.py:2231
 
1223
#: bzrlib/builtins.py:2138
1224
1224
msgid "        bzr diff -r1..3"
1225
1225
msgstr ""
1226
1226
 
1227
 
#: bzrlib/builtins.py:2233
 
1227
#: bzrlib/builtins.py:2140
1228
1228
msgid "    Difference between revision 3 and revision 1 for branch xxx::"
1229
1229
msgstr ""
1230
1230
 
1231
 
#: bzrlib/builtins.py:2235
 
1231
#: bzrlib/builtins.py:2142
1232
1232
msgid "        bzr diff -r1..3 xxx"
1233
1233
msgstr ""
1234
1234
 
1235
 
#: bzrlib/builtins.py:2237
 
1235
#: bzrlib/builtins.py:2144
1236
1236
msgid "    The changes introduced by revision 2 (equivalent to -r1..2)::"
1237
1237
msgstr ""
1238
1238
 
1239
 
#: bzrlib/builtins.py:2239
 
1239
#: bzrlib/builtins.py:2146
1240
1240
msgid "        bzr diff -c2"
1241
1241
msgstr ""
1242
1242
 
1243
 
#: bzrlib/builtins.py:2241
 
1243
#: bzrlib/builtins.py:2148
1244
1244
msgid ""
1245
1245
"    To see the changes introduced by revision X::\n"
1246
1246
"    \n"
1247
1247
"        bzr diff -cX"
1248
1248
msgstr ""
1249
1249
 
1250
 
#: bzrlib/builtins.py:2245
 
1250
#: bzrlib/builtins.py:2152
1251
1251
msgid ""
1252
1252
"    Note that in the case of a merge, the -c option shows the changes\n"
1253
1253
"    compared to the left hand parent. To see the changes against\n"
1254
1254
"    another parent, use::"
1255
1255
msgstr ""
1256
1256
 
1257
 
#: bzrlib/builtins.py:2249
 
1257
#: bzrlib/builtins.py:2156
1258
1258
msgid "        bzr diff -r<chosen_parent>..X"
1259
1259
msgstr ""
1260
1260
 
1261
 
#: bzrlib/builtins.py:2251
 
1261
#: bzrlib/builtins.py:2158
1262
1262
msgid ""
1263
1263
"    The changes between the current revision and the previous revision\n"
1264
1264
"    (equivalent to -c-1 and -r-2..-1)"
1265
1265
msgstr ""
1266
1266
 
1267
 
#: bzrlib/builtins.py:2254
 
1267
#: bzrlib/builtins.py:2161
1268
1268
msgid "        bzr diff -r-2.."
1269
1269
msgstr ""
1270
1270
 
1271
 
#: bzrlib/builtins.py:2256
 
1271
#: bzrlib/builtins.py:2163
1272
1272
msgid "    Show just the differences for file NEWS::"
1273
1273
msgstr ""
1274
1274
 
1275
 
#: bzrlib/builtins.py:2258
 
1275
#: bzrlib/builtins.py:2165
1276
1276
msgid "        bzr diff NEWS"
1277
1277
msgstr ""
1278
1278
 
1279
 
#: bzrlib/builtins.py:2260
 
1279
#: bzrlib/builtins.py:2167
1280
1280
msgid "    Show the differences in working tree xxx for file NEWS::"
1281
1281
msgstr ""
1282
1282
 
1283
 
#: bzrlib/builtins.py:2262
 
1283
#: bzrlib/builtins.py:2169
1284
1284
msgid "        bzr diff xxx/NEWS"
1285
1285
msgstr ""
1286
1286
 
1287
 
#: bzrlib/builtins.py:2264
 
1287
#: bzrlib/builtins.py:2171
1288
1288
msgid "    Show the differences from branch xxx to this working tree:"
1289
1289
msgstr ""
1290
1290
 
1291
 
#: bzrlib/builtins.py:2266
 
1291
#: bzrlib/builtins.py:2173
1292
1292
msgid "        bzr diff --old xxx"
1293
1293
msgstr ""
1294
1294
 
1295
 
#: bzrlib/builtins.py:2268
 
1295
#: bzrlib/builtins.py:2175
1296
1296
msgid "    Show the differences between two branches for file NEWS::"
1297
1297
msgstr ""
1298
1298
 
1299
 
#: bzrlib/builtins.py:2270
 
1299
#: bzrlib/builtins.py:2177
1300
1300
msgid "        bzr diff --old xxx --new yyy NEWS"
1301
1301
msgstr ""
1302
1302
 
1303
 
#: bzrlib/builtins.py:2272
 
1303
#: bzrlib/builtins.py:2179
1304
1304
msgid "    Same as 'bzr diff' but prefix paths with old/ and new/::"
1305
1305
msgstr ""
1306
1306
 
1307
 
#: bzrlib/builtins.py:2274
 
1307
#: bzrlib/builtins.py:2181
1308
1308
msgid ""
1309
1309
"        bzr diff --prefix old/:new/\n"
1310
1310
"        \n"
1313
1313
"        bzr diff --using /usr/bin/diff --diff-options -wu"
1314
1314
msgstr ""
1315
1315
 
1316
 
#: bzrlib/builtins.py:2284
 
1316
#: bzrlib/builtins.py:2191
1317
1317
msgid "Pass these options to the external diff program."
1318
1318
msgstr ""
1319
1319
 
1320
 
#: bzrlib/builtins.py:2287
 
1320
#: bzrlib/builtins.py:2194
1321
1321
msgid ""
1322
1322
"Set prefixes added to old and new filenames, as two values separated by a "
1323
1323
"colon. (eg \"old/:new/\")."
1324
1324
msgstr ""
1325
1325
 
1326
 
#: bzrlib/builtins.py:2290
 
1326
#: bzrlib/builtins.py:2197
1327
1327
msgid "Branch/tree to compare from."
1328
1328
msgstr ""
1329
1329
 
1330
 
#: bzrlib/builtins.py:2294
 
1330
#: bzrlib/builtins.py:2201
1331
1331
msgid "Branch/tree to compare to."
1332
1332
msgstr ""
1333
1333
 
1334
 
#: bzrlib/builtins.py:2300
 
1334
#: bzrlib/builtins.py:2207
1335
1335
msgid "Use this command to compare files."
1336
1336
msgstr ""
1337
1337
 
1338
 
#: bzrlib/builtins.py:2305
 
1338
#: bzrlib/builtins.py:2212
1339
1339
msgid "Diff format to use."
1340
1340
msgstr ""
1341
1341
 
1342
 
#: bzrlib/builtins.py:2307
 
1342
#: bzrlib/builtins.py:2214
1343
1343
msgid "Diff format"
1344
1344
msgstr ""
1345
1345
 
1346
 
#: bzrlib/builtins.py:2329
 
1346
#: bzrlib/builtins.py:2236
1347
1347
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1348
1348
msgstr ""
1349
1349
 
1350
 
#: bzrlib/builtins.py:2333
 
1350
#: bzrlib/builtins.py:2240
1351
1351
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1352
1352
msgstr ""
1353
1353
 
1354
 
#: bzrlib/builtins.py:2338 bzrlib/builtins.py:2736 bzrlib/builtins.py:2749
1355
 
#: bzrlib/builtins.py:2757 bzrlib/builtins.py:4919
 
1354
#: bzrlib/builtins.py:2245 bzrlib/builtins.py:2643 bzrlib/builtins.py:2656
 
1355
#: bzrlib/builtins.py:2664 bzrlib/builtins.py:4826
1356
1356
msgid "{0} and {1} are mutually exclusive"
1357
1357
msgstr ""
1358
1358
 
1359
 
#: bzrlib/builtins.py:2358
 
1359
#: bzrlib/builtins.py:2265
1360
1360
msgid ""
1361
1361
"List files deleted in the working tree.\n"
1362
1362
"    "
1363
1363
msgstr ""
1364
1364
 
1365
 
#: bzrlib/builtins.py:2436
 
1365
#: bzrlib/builtins.py:2343
1366
1366
msgid "Show the tree root directory."
1367
1367
msgstr ""
1368
1368
 
1369
 
#: bzrlib/builtins.py:2438
 
1369
#: bzrlib/builtins.py:2345
1370
1370
msgid ""
1371
1371
"The root is the nearest enclosing directory with a .bzr control\n"
1372
1372
"directory."
1373
1373
msgstr ""
1374
1374
 
1375
 
#: bzrlib/builtins.py:2453
 
1375
#: bzrlib/builtins.py:2360
1376
1376
msgid "The limit argument must be an integer."
1377
1377
msgstr ""
1378
1378
 
1379
 
#: bzrlib/builtins.py:2461
 
1379
#: bzrlib/builtins.py:2368
1380
1380
msgid "The levels argument must be an integer."
1381
1381
msgstr ""
1382
1382
 
1383
 
#: bzrlib/builtins.py:2466
 
1383
#: bzrlib/builtins.py:2373
1384
1384
msgid "Show historical log for a branch or subset of a branch."
1385
1385
msgstr ""
1386
1386
 
1387
 
#: bzrlib/builtins.py:2468
 
1387
#: bzrlib/builtins.py:2375
1388
1388
msgid ""
1389
1389
"log is bzr's default tool for exploring the history of a branch.\n"
1390
1390
"The branch to use is taken from the first parameter. If no parameters\n"
1392
1392
"Here are some simple examples::"
1393
1393
msgstr ""
1394
1394
 
1395
 
#: bzrlib/builtins.py:2473
 
1395
#: bzrlib/builtins.py:2380
1396
1396
msgid ""
1397
1397
"  bzr log                       log the current branch\n"
1398
1398
"  bzr log foo.py                log a file in its branch\n"
1399
1399
"  bzr log http://server/branch  log a branch on a server"
1400
1400
msgstr ""
1401
1401
 
1402
 
#: bzrlib/builtins.py:2477
 
1402
#: bzrlib/builtins.py:2384
1403
1403
msgid ""
1404
1404
"The filtering, ordering and information shown for each revision can\n"
1405
1405
"be controlled as explained below. By default, all revisions are\n"
1409
1409
"were merged."
1410
1410
msgstr ""
1411
1411
 
1412
 
#: bzrlib/builtins.py:2484
 
1412
#: bzrlib/builtins.py:2391
1413
1413
msgid ":Output control:"
1414
1414
msgstr ""
1415
1415
 
1416
 
#: bzrlib/builtins.py:2486
 
1416
#: bzrlib/builtins.py:2393
1417
1417
msgid ""
1418
1418
"  The log format controls how information about each revision is\n"
1419
1419
"  displayed. The standard log formats are called ``long``, ``short``\n"
1421
1421
"  for more details on log formats."
1422
1422
msgstr ""
1423
1423
 
1424
 
#: bzrlib/builtins.py:2491
 
1424
#: bzrlib/builtins.py:2398
1425
1425
msgid ""
1426
1426
"  The following options can be used to control what information is\n"
1427
1427
"  displayed::"
1428
1428
msgstr ""
1429
1429
 
1430
 
#: bzrlib/builtins.py:2494
 
1430
#: bzrlib/builtins.py:2401
1431
1431
msgid ""
1432
1432
"    -l N        display a maximum of N revisions\n"
1433
1433
"    -n N        display N levels of revisions (0 for all, 1 for collapsed)\n"
1436
1436
"    --show-ids  display revision-ids (and file-ids), not just revnos"
1437
1437
msgstr ""
1438
1438
 
1439
 
#: bzrlib/builtins.py:2500
 
1439
#: bzrlib/builtins.py:2407
1440
1440
msgid ""
1441
1441
"  Note that the default number of levels to display is a function of the\n"
1442
1442
"  log format. If the -n option is not used, the standard log formats show\n"
1443
1443
"  just the top level (mainline)."
1444
1444
msgstr ""
1445
1445
 
1446
 
#: bzrlib/builtins.py:2504
 
1446
#: bzrlib/builtins.py:2411
1447
1447
msgid ""
1448
1448
"  Status summaries are shown using status flags like A, M, etc. To see\n"
1449
1449
"  the changes explained using words like ``added`` and ``modified``\n"
1450
1450
"  instead, use the -vv option."
1451
1451
msgstr ""
1452
1452
 
1453
 
#: bzrlib/builtins.py:2508
 
1453
#: bzrlib/builtins.py:2415
1454
1454
msgid ":Ordering control:"
1455
1455
msgstr ""
1456
1456
 
1457
 
#: bzrlib/builtins.py:2510
 
1457
#: bzrlib/builtins.py:2417
1458
1458
msgid ""
1459
1459
"  To display revisions from oldest to newest, use the --forward option.\n"
1460
1460
"  In most cases, using this option will have little impact on the total\n"
1462
1462
"  display revisions like --reverse does when it can."
1463
1463
msgstr ""
1464
1464
 
1465
 
#: bzrlib/builtins.py:2515
 
1465
#: bzrlib/builtins.py:2422
1466
1466
msgid ":Revision filtering:"
1467
1467
msgstr ""
1468
1468
 
1469
 
#: bzrlib/builtins.py:2517
 
1469
#: bzrlib/builtins.py:2424
1470
1470
msgid ""
1471
1471
"  The -r option can be used to specify what revision or range of revisions\n"
1472
1472
"  to filter against. The various forms are shown below::"
1473
1473
msgstr ""
1474
1474
 
1475
 
#: bzrlib/builtins.py:2520
 
1475
#: bzrlib/builtins.py:2427
1476
1476
msgid ""
1477
1477
"    -rX      display revision X\n"
1478
1478
"    -rX..    display revision X and later\n"
1480
1480
"    -rX..Y   display from X to Y inclusive"
1481
1481
msgstr ""
1482
1482
 
1483
 
#: bzrlib/builtins.py:2525
 
1483
#: bzrlib/builtins.py:2432
1484
1484
msgid ""
1485
1485
"  See ``bzr help revisionspec`` for details on how to specify X and Y.\n"
1486
1486
"  Some common examples are given below::"
1487
1487
msgstr ""
1488
1488
 
1489
 
#: bzrlib/builtins.py:2528
 
1489
#: bzrlib/builtins.py:2435
1490
1490
msgid ""
1491
1491
"    -r-1                show just the tip\n"
1492
1492
"    -r-10..             show the last 10 mainline revisions\n"
1496
1496
"    -rdate:yesterday..  show changes since yesterday"
1497
1497
msgstr ""
1498
1498
 
1499
 
#: bzrlib/builtins.py:2535
 
1499
#: bzrlib/builtins.py:2442
1500
1500
msgid ""
1501
1501
"  When logging a range of revisions using -rX..Y, log starts at\n"
1502
1502
"  revision Y and searches back in history through the primary\n"
1506
1506
"  a nested merge revision and the log will be truncated accordingly."
1507
1507
msgstr ""
1508
1508
 
1509
 
#: bzrlib/builtins.py:2542
 
1509
#: bzrlib/builtins.py:2449
1510
1510
msgid ":Path filtering:"
1511
1511
msgstr ""
1512
1512
 
1513
 
#: bzrlib/builtins.py:2544
 
1513
#: bzrlib/builtins.py:2451
1514
1514
msgid ""
1515
1515
"  If parameters are given and the first one is not a branch, the log\n"
1516
1516
"  will be filtered to show only those revisions that changed the\n"
1517
1517
"  nominated files or directories."
1518
1518
msgstr ""
1519
1519
 
1520
 
#: bzrlib/builtins.py:2548
 
1520
#: bzrlib/builtins.py:2455
1521
1521
msgid ""
1522
1522
"  Filenames are interpreted within their historical context. To log a\n"
1523
1523
"  deleted file, specify a revision range so that the file existed at\n"
1524
1524
"  the end or start of the range."
1525
1525
msgstr ""
1526
1526
 
1527
 
#: bzrlib/builtins.py:2552
 
1527
#: bzrlib/builtins.py:2459
1528
1528
msgid ""
1529
1529
"  Historical context is also important when interpreting pathnames of\n"
1530
1530
"  renamed files/directories. Consider the following example:"
1531
1531
msgstr ""
1532
1532
 
1533
 
#: bzrlib/builtins.py:2555
 
1533
#: bzrlib/builtins.py:2462
1534
1534
msgid ""
1535
1535
"  * revision 1: add tutorial.txt\n"
1536
1536
"  * revision 2: modify tutorial.txt\n"
1537
1537
"  * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1538
1538
msgstr ""
1539
1539
 
1540
 
#: bzrlib/builtins.py:2559
 
1540
#: bzrlib/builtins.py:2466
1541
1541
msgid "  In this case:"
1542
1542
msgstr ""
1543
1543
 
1544
 
#: bzrlib/builtins.py:2561
 
1544
#: bzrlib/builtins.py:2468
1545
1545
msgid "  * ``bzr log guide.txt`` will log the file added in revision 1"
1546
1546
msgstr ""
1547
1547
 
1548
 
#: bzrlib/builtins.py:2563
 
1548
#: bzrlib/builtins.py:2470
1549
1549
msgid ""
1550
1550
"  * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1551
1551
msgstr ""
1552
1552
 
1553
 
#: bzrlib/builtins.py:2565
 
1553
#: bzrlib/builtins.py:2472
1554
1554
msgid ""
1555
1555
"  * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1556
1556
"    the original file in revision 2."
1557
1557
msgstr ""
1558
1558
 
1559
 
#: bzrlib/builtins.py:2568
 
1559
#: bzrlib/builtins.py:2475
1560
1560
msgid ""
1561
1561
"  * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1562
1562
"    was no file called guide.txt in revision 2."
1563
1563
msgstr ""
1564
1564
 
1565
 
#: bzrlib/builtins.py:2571
 
1565
#: bzrlib/builtins.py:2478
1566
1566
msgid ""
1567
1567
"  Renames are always followed by log. By design, there is no need to\n"
1568
1568
"  explicitly ask for this (and no way to stop logging a file back\n"
1569
1569
"  until it was last renamed)."
1570
1570
msgstr ""
1571
1571
 
1572
 
#: bzrlib/builtins.py:2575
 
1572
#: bzrlib/builtins.py:2482
1573
1573
msgid ":Other filtering:"
1574
1574
msgstr ""
1575
1575
 
1576
 
#: bzrlib/builtins.py:2577
 
1576
#: bzrlib/builtins.py:2484
1577
1577
msgid ""
1578
1578
"  The --match option can be used for finding revisions that match a\n"
1579
1579
"  regular expression in a commit message, committer, author or bug.\n"
1582
1582
"  --match-message can be used to only match a specific field."
1583
1583
msgstr ""
1584
1584
 
1585
 
#: bzrlib/builtins.py:2583
 
1585
#: bzrlib/builtins.py:2490
1586
1586
msgid ":Tips & tricks:"
1587
1587
msgstr ""
1588
1588
 
1589
 
#: bzrlib/builtins.py:2585
 
1589
#: bzrlib/builtins.py:2492
1590
1590
msgid ""
1591
1591
"  GUI tools and IDEs are often better at exploring history than command\n"
1592
1592
"  line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\n"
1595
1595
"  <http://wiki.bazaar.canonical.com/IDEIntegration>.  "
1596
1596
msgstr ""
1597
1597
 
1598
 
#: bzrlib/builtins.py:2591
 
1598
#: bzrlib/builtins.py:2498
1599
1599
msgid ""
1600
1600
"  You may find it useful to add the aliases below to ``bazaar.conf``::"
1601
1601
msgstr ""
1602
1602
 
1603
 
#: bzrlib/builtins.py:2593
 
1603
#: bzrlib/builtins.py:2500
1604
1604
msgid ""
1605
1605
"    [ALIASES]\n"
1606
1606
"    tip = log -r-1\n"
1608
1608
"    show = log -v -p"
1609
1609
msgstr ""
1610
1610
 
1611
 
#: bzrlib/builtins.py:2598
 
1611
#: bzrlib/builtins.py:2505
1612
1612
msgid ""
1613
1613
"  ``bzr tip`` will then show the latest revision while ``bzr top``\n"
1614
1614
"  will show the last 10 mainline revisions. To see the details of a\n"
1615
1615
"  particular revision X,  ``bzr show -rX``."
1616
1616
msgstr ""
1617
1617
 
1618
 
#: bzrlib/builtins.py:2602
 
1618
#: bzrlib/builtins.py:2509
1619
1619
msgid ""
1620
1620
"  If you are interested in looking deeper into a particular merge X,\n"
1621
1621
"  use ``bzr log -n0 -rX``."
1622
1622
msgstr ""
1623
1623
 
1624
 
#: bzrlib/builtins.py:2605
 
1624
#: bzrlib/builtins.py:2512
1625
1625
msgid ""
1626
1626
"  ``bzr log -v`` on a branch with lots of history is currently\n"
1627
1627
"  very slow. A fix for this issue is currently under development.\n"
1629
1629
"  be given when using the -v option."
1630
1630
msgstr ""
1631
1631
 
1632
 
#: bzrlib/builtins.py:2610
 
1632
#: bzrlib/builtins.py:2517
1633
1633
msgid ""
1634
1634
"  bzr has a generic full-text matching plugin, bzr-search, that can be\n"
1635
1635
"  used to find revisions matching user names, commit messages, etc.\n"
1637
1637
"  a list of words but not others."
1638
1638
msgstr ""
1639
1639
 
1640
 
#: bzrlib/builtins.py:2615
 
1640
#: bzrlib/builtins.py:2522
1641
1641
msgid ""
1642
1642
"  When exploring non-mainline history on large projects with deep\n"
1643
1643
"  history, the performance of log can be greatly improved by installing\n"
1645
1645
"  trading disk space for faster speed."
1646
1646
msgstr ""
1647
1647
 
1648
 
#: bzrlib/builtins.py:2624
 
1648
#: bzrlib/builtins.py:2531
1649
1649
msgid "Show from oldest to newest."
1650
1650
msgstr ""
1651
1651
 
1652
 
#: bzrlib/builtins.py:2627
 
1652
#: bzrlib/builtins.py:2534
1653
1653
msgid "Show files changed in each revision."
1654
1654
msgstr ""
1655
1655
 
1656
 
#: bzrlib/builtins.py:2633
 
1656
#: bzrlib/builtins.py:2540
1657
1657
msgid "Show just the specified revision. See also \"help revisionspec\"."
1658
1658
msgstr ""
1659
1659
 
1660
 
#: bzrlib/builtins.py:2637
 
1660
#: bzrlib/builtins.py:2544
1661
1661
msgid "What names to list as authors - first, all or committer."
1662
1662
msgstr ""
1663
1663
 
1664
 
#: bzrlib/builtins.py:2638
 
1664
#: bzrlib/builtins.py:2545
1665
1665
msgid "Authors"
1666
1666
msgstr ""
1667
1667
 
1668
 
#: bzrlib/builtins.py:2643
 
1668
#: bzrlib/builtins.py:2550
1669
1669
msgid "Number of levels to display - 0 for all, 1 for flat."
1670
1670
msgstr ""
1671
1671
 
1672
 
#: bzrlib/builtins.py:2653
 
1672
#: bzrlib/builtins.py:2560
1673
1673
msgid "Limit the output to the first N revisions."
1674
1674
msgstr ""
1675
1675
 
1676
 
#: bzrlib/builtins.py:2658
 
1676
#: bzrlib/builtins.py:2565
1677
1677
msgid "Show changes made in each revision as a patch."
1678
1678
msgstr ""
1679
1679
 
1680
 
#: bzrlib/builtins.py:2660
 
1680
#: bzrlib/builtins.py:2567
1681
1681
msgid "Show merged revisions like --levels 0 does."
1682
1682
msgstr ""
1683
1683
 
1684
 
#: bzrlib/builtins.py:2664
 
1684
#: bzrlib/builtins.py:2571
1685
1685
msgid "Do not report commits with more than one parent."
1686
1686
msgstr ""
1687
1687
 
1688
 
#: bzrlib/builtins.py:2666
 
1688
#: bzrlib/builtins.py:2573
1689
1689
msgid ""
1690
1690
"Display only the revisions that are not part of both ancestries (require -"
1691
1691
"rX..Y)."
1692
1692
msgstr ""
1693
1693
 
1694
 
#: bzrlib/builtins.py:2670
 
1694
#: bzrlib/builtins.py:2577
1695
1695
msgid "Show digital signature validity."
1696
1696
msgstr ""
1697
1697
 
1698
 
#: bzrlib/builtins.py:2673
 
1698
#: bzrlib/builtins.py:2580
1699
1699
msgid "Show revisions whose properties match this expression."
1700
1700
msgstr ""
1701
1701
 
1702
 
#: bzrlib/builtins.py:2677
 
1702
#: bzrlib/builtins.py:2584
1703
1703
msgid "Show revisions whose message matches this expression."
1704
1704
msgstr ""
1705
1705
 
1706
 
#: bzrlib/builtins.py:2681
 
1706
#: bzrlib/builtins.py:2588
1707
1707
msgid "Show revisions whose committer matches this expression."
1708
1708
msgstr ""
1709
1709
 
1710
 
#: bzrlib/builtins.py:2685
 
1710
#: bzrlib/builtins.py:2592
1711
1711
msgid "Show revisions whose authors match this expression."
1712
1712
msgstr ""
1713
1713
 
1714
 
#: bzrlib/builtins.py:2689
 
1714
#: bzrlib/builtins.py:2596
1715
1715
msgid "Show revisions whose bugs match this expression."
1716
1716
msgstr ""
1717
1717
 
1718
 
#: bzrlib/builtins.py:2743
 
1718
#: bzrlib/builtins.py:2650
1719
1719
msgid "--exclude-common-ancestry requires -r with two revisions"
1720
1720
msgstr ""
1721
1721
 
1722
 
#: bzrlib/builtins.py:2771
 
1722
#: bzrlib/builtins.py:2678
1723
1723
#, python-format
1724
1724
msgid "Path unknown at end or start of revision range: %s"
1725
1725
msgstr ""
1726
1726
 
1727
 
#: bzrlib/builtins.py:2888
 
1727
#: bzrlib/builtins.py:2795
1728
1728
#, python-format
1729
1729
msgid "bzr %s doesn't accept two revisions in different branches."
1730
1730
msgstr ""
1731
1731
 
1732
 
#: bzrlib/builtins.py:2904
 
1732
#: bzrlib/builtins.py:2811
1733
1733
#, python-format
1734
1734
msgid "bzr %s --revision takes one or two values."
1735
1735
msgstr ""
1736
1736
 
1737
 
#: bzrlib/builtins.py:2949
 
1737
#: bzrlib/builtins.py:2856
1738
1738
msgid ""
1739
1739
"List files in a tree.\n"
1740
1740
"    "
1741
1741
msgstr ""
1742
1742
 
1743
 
#: bzrlib/builtins.py:2958
 
1743
#: bzrlib/builtins.py:2865
1744
1744
msgid "Recurse into subdirectories."
1745
1745
msgstr ""
1746
1746
 
1747
 
#: bzrlib/builtins.py:2960
 
1747
#: bzrlib/builtins.py:2867
1748
1748
msgid "Print paths relative to the root of the branch."
1749
1749
msgstr ""
1750
1750
 
1751
 
#: bzrlib/builtins.py:2962
 
1751
#: bzrlib/builtins.py:2869
1752
1752
msgid "Print unknown files."
1753
1753
msgstr ""
1754
1754
 
1755
 
#: bzrlib/builtins.py:2963
 
1755
#: bzrlib/builtins.py:2870
1756
1756
msgid "Print versioned files."
1757
1757
msgstr ""
1758
1758
 
1759
 
#: bzrlib/builtins.py:2966
 
1759
#: bzrlib/builtins.py:2873
1760
1760
msgid "Print ignored files."
1761
1761
msgstr ""
1762
1762
 
1763
 
#: bzrlib/builtins.py:2968
 
1763
#: bzrlib/builtins.py:2875
1764
1764
msgid "List entries of a particular kind: file, directory, symlink."
1765
1765
msgstr ""
1766
1766
 
1767
 
#: bzrlib/builtins.py:2981
 
1767
#: bzrlib/builtins.py:2888
1768
1768
msgid "invalid kind specified"
1769
1769
msgstr ""
1770
1770
 
1771
 
#: bzrlib/builtins.py:2984
 
1771
#: bzrlib/builtins.py:2891
1772
1772
msgid "Cannot set both --verbose and --null"
1773
1773
msgstr ""
1774
1774
 
1775
 
#: bzrlib/builtins.py:2993
 
1775
#: bzrlib/builtins.py:2900
1776
1776
msgid "cannot specify both --from-root and PATH"
1777
1777
msgstr ""
1778
1778
 
1779
 
#: bzrlib/builtins.py:3080
 
1779
#: bzrlib/builtins.py:2987
1780
1780
msgid "Ignore specified files or patterns."
1781
1781
msgstr ""
1782
1782
 
1783
 
#: bzrlib/builtins.py:3082
 
1783
#: bzrlib/builtins.py:2989
1784
1784
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1785
1785
msgstr ""
1786
1786
 
1787
 
#: bzrlib/builtins.py:3084
 
1787
#: bzrlib/builtins.py:2991
1788
1788
msgid ""
1789
1789
"If a .bzrignore file does not exist, the ignore command\n"
1790
1790
"will create one and add the specified files or patterns to the newly\n"
1793
1793
"the use of the ignore command will require an explicit add command."
1794
1794
msgstr ""
1795
1795
 
1796
 
#: bzrlib/builtins.py:3090
 
1796
#: bzrlib/builtins.py:2997
1797
1797
msgid ""
1798
1798
"To remove patterns from the ignore list, edit the .bzrignore file.\n"
1799
1799
"After adding, editing or deleting that file either indirectly by\n"
1801
1801
"it."
1802
1802
msgstr ""
1803
1803
 
1804
 
#: bzrlib/builtins.py:3095
 
1804
#: bzrlib/builtins.py:3002
1805
1805
msgid ""
1806
1806
"Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows\n"
1807
1807
"the global ignore file can be found in the application data directory as\n"
1810
1810
"can be edited directly using an editor."
1811
1811
msgstr ""
1812
1812
 
1813
 
#: bzrlib/builtins.py:3101
 
1813
#: bzrlib/builtins.py:3008
1814
1814
msgid ""
1815
1815
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
1816
1816
"precedence over regular ignores.  Such exceptions are used to specify\n"
1817
1817
"files that should be versioned which would otherwise be ignored."
1818
1818
msgstr ""
1819
1819
 
1820
 
#: bzrlib/builtins.py:3105
 
1820
#: bzrlib/builtins.py:3012
1821
1821
msgid ""
1822
1822
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
1823
1823
"precedence over the '!' exception patterns."
1824
1824
msgstr ""
1825
1825
 
1826
 
#: bzrlib/builtins.py:3108
 
1826
#: bzrlib/builtins.py:3015
1827
1827
msgid ""
1828
1828
":Notes: \n"
1829
1829
"    \n"
1831
1831
"  the shell on Unix."
1832
1832
msgstr ""
1833
1833
 
1834
 
#: bzrlib/builtins.py:3113
 
1834
#: bzrlib/builtins.py:3020
1835
1835
msgid ""
1836
1836
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1837
1837
"  To ignore patterns that begin with that character, use the \"RE:\" prefix."
1838
1838
msgstr ""
1839
1839
 
1840
 
#: bzrlib/builtins.py:3116
 
1840
#: bzrlib/builtins.py:3023
1841
1841
msgid ""
1842
1842
":Examples:\n"
1843
1843
"    Ignore the top level Makefile::"
1844
1844
msgstr ""
1845
1845
 
1846
 
#: bzrlib/builtins.py:3119
 
1846
#: bzrlib/builtins.py:3026
1847
1847
msgid "        bzr ignore ./Makefile"
1848
1848
msgstr ""
1849
1849
 
1850
 
#: bzrlib/builtins.py:3121
 
1850
#: bzrlib/builtins.py:3028
1851
1851
msgid "    Ignore .class files in all directories...::"
1852
1852
msgstr ""
1853
1853
 
1854
 
#: bzrlib/builtins.py:3123
 
1854
#: bzrlib/builtins.py:3030
1855
1855
msgid "        bzr ignore \"*.class\""
1856
1856
msgstr ""
1857
1857
 
1858
 
#: bzrlib/builtins.py:3125
 
1858
#: bzrlib/builtins.py:3032
1859
1859
msgid "    ...but do not ignore \"special.class\"::"
1860
1860
msgstr ""
1861
1861
 
1862
 
#: bzrlib/builtins.py:3127
 
1862
#: bzrlib/builtins.py:3034
1863
1863
msgid "        bzr ignore \"!special.class\""
1864
1864
msgstr ""
1865
1865
 
1866
 
#: bzrlib/builtins.py:3129
 
1866
#: bzrlib/builtins.py:3036
1867
1867
msgid "    Ignore files whose name begins with the \"#\" character::"
1868
1868
msgstr ""
1869
1869
 
1870
 
#: bzrlib/builtins.py:3131
 
1870
#: bzrlib/builtins.py:3038
1871
1871
msgid "        bzr ignore \"RE:^#\""
1872
1872
msgstr ""
1873
1873
 
1874
 
#: bzrlib/builtins.py:3133 bzrlib/builtins.py:3137
 
1874
#: bzrlib/builtins.py:3040 bzrlib/builtins.py:3044
1875
1875
msgid "    Ignore .o files under the lib directory::"
1876
1876
msgstr ""
1877
1877
 
1878
 
#: bzrlib/builtins.py:3135
 
1878
#: bzrlib/builtins.py:3042
1879
1879
msgid "        bzr ignore \"lib/**/*.o\""
1880
1880
msgstr ""
1881
1881
 
1882
 
#: bzrlib/builtins.py:3139
 
1882
#: bzrlib/builtins.py:3046
1883
1883
msgid "        bzr ignore \"RE:lib/.*\\.o\""
1884
1884
msgstr ""
1885
1885
 
1886
 
#: bzrlib/builtins.py:3141
 
1886
#: bzrlib/builtins.py:3048
1887
1887
msgid "    Ignore everything but the \"debian\" toplevel directory::"
1888
1888
msgstr ""
1889
1889
 
1890
 
#: bzrlib/builtins.py:3143
 
1890
#: bzrlib/builtins.py:3050
1891
1891
msgid ""
1892
1892
"        bzr ignore \"RE:(?!debian/).*\"\n"
1893
1893
"    \n"
1899
1899
"        bzr ignore \"!!*~\""
1900
1900
msgstr ""
1901
1901
 
1902
 
#: bzrlib/builtins.py:3157
 
1902
#: bzrlib/builtins.py:3064
1903
1903
msgid "Display the default ignore rules that bzr uses."
1904
1904
msgstr ""
1905
1905
 
1906
 
#: bzrlib/builtins.py:3169
 
1906
#: bzrlib/builtins.py:3076
1907
1907
msgid "ignore requires at least one NAME_PATTERN or --default-rules."
1908
1908
msgstr ""
1909
1909
 
1910
 
#: bzrlib/builtins.py:3180
 
1910
#: bzrlib/builtins.py:3087
1911
1911
#, python-format
1912
1912
msgid "Invalid ignore pattern found. %s"
1913
1913
msgid_plural "Invalid ignore patterns found. %s"
1914
1914
msgstr[0] ""
1915
1915
msgstr[1] ""
1916
1916
 
1917
 
#: bzrlib/builtins.py:3189
 
1917
#: bzrlib/builtins.py:3096
1918
1918
msgid "NAME_PATTERN should not be an absolute path"
1919
1919
msgstr ""
1920
1920
 
1921
 
#: bzrlib/builtins.py:3202
 
1921
#: bzrlib/builtins.py:3109
1922
1922
#, python-format
1923
1923
msgid ""
1924
1924
"Warning: the following files are version controlled and match your ignore "
1928
1928
"them.\n"
1929
1929
msgstr ""
1930
1930
 
1931
 
#: bzrlib/builtins.py:3209
 
1931
#: bzrlib/builtins.py:3116
1932
1932
msgid "List ignored files and the patterns that matched them."
1933
1933
msgstr ""
1934
1934
 
1935
 
#: bzrlib/builtins.py:3211
 
1935
#: bzrlib/builtins.py:3118
1936
1936
msgid ""
1937
1937
"List all the ignored files and the ignore pattern that caused the file to\n"
1938
1938
"be ignored."
1939
1939
msgstr ""
1940
1940
 
1941
 
#: bzrlib/builtins.py:3214
 
1941
#: bzrlib/builtins.py:3121
1942
1942
msgid "Alternatively, to list just the files::"
1943
1943
msgstr ""
1944
1944
 
1945
 
#: bzrlib/builtins.py:3216
 
1945
#: bzrlib/builtins.py:3123
1946
1946
msgid "    bzr ls --ignored"
1947
1947
msgstr ""
1948
1948
 
1949
 
#: bzrlib/builtins.py:3250
 
1949
#: bzrlib/builtins.py:3157
1950
1950
#, python-format
1951
1951
msgid "not a valid revision-number: %r"
1952
1952
msgstr ""
1953
1953
 
1954
 
#: bzrlib/builtins.py:3257
 
1954
#: bzrlib/builtins.py:3164
1955
1955
msgid ""
1956
1956
"Export current or past revision to a destination directory or archive."
1957
1957
msgstr ""
1958
1958
 
1959
 
#: bzrlib/builtins.py:3259
 
1959
#: bzrlib/builtins.py:3166
1960
1960
msgid "If no revision is specified this exports the last committed revision."
1961
1961
msgstr ""
1962
1962
 
1963
 
#: bzrlib/builtins.py:3261
 
1963
#: bzrlib/builtins.py:3168
1964
1964
msgid ""
1965
1965
"Format may be an \"exporter\" name, such as tar, tgz, tbz2.  If none is\n"
1966
1966
"given, try to find the format with the extension. If no extension\n"
1967
1967
"is found exports to a directory (equivalent to --format=dir)."
1968
1968
msgstr ""
1969
1969
 
1970
 
#: bzrlib/builtins.py:3265
 
1970
#: bzrlib/builtins.py:3172
1971
1971
msgid ""
1972
1972
"If root is supplied, it will be used as the root directory inside\n"
1973
1973
"container formats (tar, zip, etc). If it is not supplied it will default\n"
1974
1974
"to the exported filename. The root option has no effect for 'dir' format."
1975
1975
msgstr ""
1976
1976
 
1977
 
#: bzrlib/builtins.py:3269
 
1977
#: bzrlib/builtins.py:3176
1978
1978
msgid ""
1979
1979
"If branch is omitted then the branch containing the current working\n"
1980
1980
"directory will be used."
1981
1981
msgstr ""
1982
1982
 
1983
 
#: bzrlib/builtins.py:3272
 
1983
#: bzrlib/builtins.py:3179
1984
1984
msgid ""
1985
1985
"Note: Export of tree with non-ASCII filenames to zip is not supported."
1986
1986
msgstr ""
1987
1987
 
1988
 
#: bzrlib/builtins.py:3274
 
1988
#: bzrlib/builtins.py:3181
1989
1989
msgid ""
1990
1990
"  =================       =========================\n"
1991
1991
"  Supported formats       Autodetected by extension\n"
1998
1998
"  =================       ========================="
1999
1999
msgstr ""
2000
2000
 
2001
 
#: bzrlib/builtins.py:3288
 
2001
#: bzrlib/builtins.py:3195
2002
2002
msgid "Type of file to export to."
2003
2003
msgstr ""
2004
2004
 
2005
 
#: bzrlib/builtins.py:3291
 
2005
#: bzrlib/builtins.py:3198
2006
2006
msgid "Apply content filters to export the convenient form."
2007
2007
msgstr ""
2008
2008
 
2009
 
#: bzrlib/builtins.py:3295
 
2009
#: bzrlib/builtins.py:3202
2010
2010
msgid "Name of the root directory inside the exported file."
2011
2011
msgstr ""
2012
2012
 
2013
 
#: bzrlib/builtins.py:3297
 
2013
#: bzrlib/builtins.py:3204
2014
2014
msgid ""
2015
2015
"Set modification time of files to that of the last revision in which it was "
2016
2016
"changed."
2017
2017
msgstr ""
2018
2018
 
2019
 
#: bzrlib/builtins.py:3300
 
2019
#: bzrlib/builtins.py:3207
2020
2020
msgid ""
2021
2021
"Export the working tree contents rather than that of the last revision."
2022
2022
msgstr ""
2023
2023
 
2024
 
#: bzrlib/builtins.py:3319
 
2024
#: bzrlib/builtins.py:3226
2025
2025
msgid "--uncommitted requires a working tree"
2026
2026
msgstr ""
2027
2027
 
2028
 
#: bzrlib/builtins.py:3328
 
2028
#: bzrlib/builtins.py:3235
2029
2029
#, python-format
2030
2030
msgid "Unsupported export format: %s"
2031
2031
msgstr ""
2032
2032
 
2033
 
#: bzrlib/builtins.py:3332
 
2033
#: bzrlib/builtins.py:3239
2034
2034
msgid ""
2035
2035
"Write the contents of a file as of a given revision to standard output."
2036
2036
msgstr ""
2037
2037
 
2038
 
#: bzrlib/builtins.py:3334
 
2038
#: bzrlib/builtins.py:3241
2039
2039
msgid "If no revision is nominated, the last revision is used."
2040
2040
msgstr ""
2041
2041
 
2042
 
#: bzrlib/builtins.py:3336
 
2042
#: bzrlib/builtins.py:3243
2043
2043
msgid ""
2044
2044
"Note: Take care to redirect standard output when using this command on a\n"
2045
2045
"binary file."
2046
2046
msgstr ""
2047
2047
 
2048
 
#: bzrlib/builtins.py:3342
 
2048
#: bzrlib/builtins.py:3249
2049
2049
msgid "The path name in the old tree."
2050
2050
msgstr ""
2051
2051
 
2052
 
#: bzrlib/builtins.py:3343
 
2052
#: bzrlib/builtins.py:3250
2053
2053
msgid "Apply content filters to display the convenience form."
2054
2054
msgstr ""
2055
2055
 
2056
 
#: bzrlib/builtins.py:3354
 
2056
#: bzrlib/builtins.py:3261
2057
2057
msgid "bzr cat --revision takes exactly one revision specifier"
2058
2058
msgstr ""
2059
2059
 
2060
 
#: bzrlib/builtins.py:3379 bzrlib/builtins.py:3391
 
2060
#: bzrlib/builtins.py:3286 bzrlib/builtins.py:3298
2061
2061
msgid "{0!r} is not present in revision {1}"
2062
2062
msgstr ""
2063
2063
 
2064
 
#: bzrlib/builtins.py:3414
 
2064
#: bzrlib/builtins.py:3321
2065
2065
msgid "Commit changes into a new revision."
2066
2066
msgstr ""
2067
2067
 
2068
 
#: bzrlib/builtins.py:3416
 
2068
#: bzrlib/builtins.py:3323
2069
2069
msgid ""
2070
2070
"An explanatory message needs to be given for each commit. This is\n"
2071
2071
"often done by using the --message option (getting the message from the\n"
2075
2075
"boilerplate text loaded into the editor, use the --show-diff option."
2076
2076
msgstr ""
2077
2077
 
2078
 
#: bzrlib/builtins.py:3423
 
2078
#: bzrlib/builtins.py:3330
2079
2079
msgid ""
2080
2080
"By default, the entire tree is committed and the person doing the\n"
2081
2081
"commit is assumed to be the author. These defaults can be overridden\n"
2082
2082
"as explained below."
2083
2083
msgstr ""
2084
2084
 
2085
 
#: bzrlib/builtins.py:3427
 
2085
#: bzrlib/builtins.py:3334
2086
2086
msgid ":Selective commits:"
2087
2087
msgstr ""
2088
2088
 
2089
 
#: bzrlib/builtins.py:3429
 
2089
#: bzrlib/builtins.py:3336
2090
2090
msgid ""
2091
2091
"  If selected files are specified, only changes to those files are\n"
2092
2092
"  committed.  If a directory is specified then the directory and\n"
2093
2093
"  everything within it is committed."
2094
2094
msgstr ""
2095
2095
 
2096
 
#: bzrlib/builtins.py:3433
 
2096
#: bzrlib/builtins.py:3340
2097
2097
msgid ""
2098
2098
"  When excludes are given, they take precedence over selected files.\n"
2099
2099
"  For example, to commit only changes within foo, but not changes\n"
2100
2100
"  within foo/bar::"
2101
2101
msgstr ""
2102
2102
 
2103
 
#: bzrlib/builtins.py:3437
 
2103
#: bzrlib/builtins.py:3344
2104
2104
msgid "    bzr commit foo -x foo/bar"
2105
2105
msgstr ""
2106
2106
 
2107
 
#: bzrlib/builtins.py:3439
 
2107
#: bzrlib/builtins.py:3346
2108
2108
msgid "  A selective commit after a merge is not yet supported."
2109
2109
msgstr ""
2110
2110
 
2111
 
#: bzrlib/builtins.py:3441
 
2111
#: bzrlib/builtins.py:3348
2112
2112
msgid ":Custom authors:"
2113
2113
msgstr ""
2114
2114
 
2115
 
#: bzrlib/builtins.py:3443
 
2115
#: bzrlib/builtins.py:3350
2116
2116
msgid ""
2117
2117
"  If the author of the change is not the same person as the committer,\n"
2118
2118
"  you can specify the author's name using the --author option. The\n"
2122
2122
"  author."
2123
2123
msgstr ""
2124
2124
 
2125
 
#: bzrlib/builtins.py:3450
 
2125
#: bzrlib/builtins.py:3357
2126
2126
msgid ":Checks:"
2127
2127
msgstr ""
2128
2128
 
2129
 
#: bzrlib/builtins.py:3452
 
2129
#: bzrlib/builtins.py:3359
2130
2130
msgid ""
2131
2131
"  A common mistake is to forget to add a new file or directory before\n"
2132
2132
"  running the commit command. The --strict option checks for unknown\n"
2135
2135
"  for details."
2136
2136
msgstr ""
2137
2137
 
2138
 
#: bzrlib/builtins.py:3458
 
2138
#: bzrlib/builtins.py:3365
2139
2139
msgid ":Things to note:"
2140
2140
msgstr ""
2141
2141
 
2142
 
#: bzrlib/builtins.py:3460
 
2142
#: bzrlib/builtins.py:3367
2143
2143
msgid ""
2144
2144
"  If you accidentially commit the wrong changes or make a spelling\n"
2145
2145
"  mistake in the commit message say, you can use the uncommit command\n"
2146
2146
"  to undo it. See ``bzr help uncommit`` for details."
2147
2147
msgstr ""
2148
2148
 
2149
 
#: bzrlib/builtins.py:3464
 
2149
#: bzrlib/builtins.py:3371
2150
2150
msgid ""
2151
2151
"  Hooks can also be configured to run after a commit. This allows you\n"
2152
2152
"  to trigger updates to external systems like bug trackers. The --fixes\n"
2154
2154
"  one or more bugs. See ``bzr help bugs`` for details."
2155
2155
msgstr ""
2156
2156
 
2157
 
#: bzrlib/builtins.py:3474
 
2157
#: bzrlib/builtins.py:3381
2158
2158
msgid "Do not consider changes made to a given path."
2159
2159
msgstr ""
2160
2160
 
2161
 
#: bzrlib/builtins.py:3477
 
2161
#: bzrlib/builtins.py:3384
2162
2162
msgid "Description of the new revision."
2163
2163
msgstr ""
2164
2164
 
2165
 
#: bzrlib/builtins.py:3480
 
2165
#: bzrlib/builtins.py:3387
2166
2166
msgid "Commit even if nothing has changed."
2167
2167
msgstr ""
2168
2168
 
2169
 
#: bzrlib/builtins.py:3484
 
2169
#: bzrlib/builtins.py:3391
2170
2170
msgid "Take commit message from this file."
2171
2171
msgstr ""
2172
2172
 
2173
 
#: bzrlib/builtins.py:3486
 
2173
#: bzrlib/builtins.py:3393
2174
2174
msgid "Refuse to commit if there are unknown files in the working tree."
2175
2175
msgstr ""
2176
2176
 
2177
 
#: bzrlib/builtins.py:3489
 
2177
#: bzrlib/builtins.py:3396
2178
2178
msgid ""
2179
2179
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2180
2180
"08:00:00 +0100'."
2181
2181
msgstr ""
2182
2182
 
2183
 
#: bzrlib/builtins.py:3492
 
2183
#: bzrlib/builtins.py:3399
2184
2184
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2185
2185
msgstr ""
2186
2186
 
2187
 
#: bzrlib/builtins.py:3495
 
2187
#: bzrlib/builtins.py:3402
2188
2188
msgid "Set the author's name, if it's different from the committer."
2189
2189
msgstr ""
2190
2190
 
2191
 
#: bzrlib/builtins.py:3498
 
2191
#: bzrlib/builtins.py:3405
2192
2192
msgid ""
2193
2193
"Perform a local commit in a bound branch.  Local commits are not pushed to "
2194
2194
"the master branch until a normal commit is performed."
2195
2195
msgstr ""
2196
2196
 
2197
 
#: bzrlib/builtins.py:3504
 
2197
#: bzrlib/builtins.py:3411
2198
2198
msgid ""
2199
2199
"When no message is supplied, show the diff along with the status summary in "
2200
2200
"the message editor."
2201
2201
msgstr ""
2202
2202
 
2203
 
#: bzrlib/builtins.py:3507
 
2203
#: bzrlib/builtins.py:3414
2204
2204
msgid ""
2205
2205
"When committing to a foreign version control system do not push data that "
2206
2206
"can not be natively represented."
2207
2207
msgstr ""
2208
2208
 
2209
 
#: bzrlib/builtins.py:3525
 
2209
#: bzrlib/builtins.py:3432
2210
2210
#, python-format
2211
2211
msgid ""
2212
2212
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2214
2214
"See \"bzr help bugs\" for more information on this feature. Commit refused."
2215
2215
msgstr ""
2216
2216
 
2217
 
#: bzrlib/builtins.py:3534
 
2217
#: bzrlib/builtins.py:3441
2218
2218
#, python-format
2219
2219
msgid ""
2220
2220
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"bzr help bugs\" "
2222
2222
"Commit refused."
2223
2223
msgstr ""
2224
2224
 
2225
 
#: bzrlib/builtins.py:3543
 
2225
#: bzrlib/builtins.py:3450
2226
2226
#, python-format
2227
2227
msgid "Unrecognized bug %s. Commit refused."
2228
2228
msgstr ""
2229
2229
 
2230
 
#: bzrlib/builtins.py:3546
 
2230
#: bzrlib/builtins.py:3453
2231
2231
#, python-format
2232
2232
msgid ""
2233
2233
"%s\n"
2234
2234
"Commit refused."
2235
2235
msgstr ""
2236
2236
 
2237
 
#: bzrlib/builtins.py:3570
 
2237
#: bzrlib/builtins.py:3477
2238
2238
msgid "Could not parse --commit-time: "
2239
2239
msgstr ""
2240
2240
 
2241
 
#: bzrlib/builtins.py:3610
 
2241
#: bzrlib/builtins.py:3517
2242
2242
msgid "please specify either --message or --file"
2243
2243
msgstr ""
2244
2244
 
2245
 
#: bzrlib/builtins.py:3639
 
2245
#: bzrlib/builtins.py:3546
2246
2246
msgid "please specify a commit message with either --message or --file"
2247
2247
msgstr ""
2248
2248
 
2249
 
#: bzrlib/builtins.py:3642
 
2249
#: bzrlib/builtins.py:3549
2250
2250
msgid ""
2251
2251
"Empty commit message specified. Please specify a commit message with either -"
2252
2252
"-message or --file or leave a blank message with --message \"\"."
2253
2253
msgstr ""
2254
2254
 
2255
 
#: bzrlib/builtins.py:3662
 
2255
#: bzrlib/builtins.py:3569
2256
2256
msgid ""
2257
2257
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2258
2258
"-unchanged to force an empty commit."
2259
2259
msgstr ""
2260
2260
 
2261
 
#: bzrlib/builtins.py:3666
 
2261
#: bzrlib/builtins.py:3573
2262
2262
msgid ""
2263
2263
"Conflicts detected in working tree.  Use \"bzr conflicts\" to list, \"bzr "
2264
2264
"resolve FILE\" to resolve."
2265
2265
msgstr ""
2266
2266
 
2267
 
#: bzrlib/builtins.py:3670
 
2267
#: bzrlib/builtins.py:3577
2268
2268
msgid "Commit refused because there are unknown files in the working tree."
2269
2269
msgstr ""
2270
2270
 
2271
 
#: bzrlib/builtins.py:3673
 
2271
#: bzrlib/builtins.py:3580
2272
2272
msgid ""
2273
2273
"\n"
2274
2274
"To commit to master branch, run update and then commit.\n"
2275
2275
"You can also pass --local to commit to continue working disconnected."
2276
2276
msgstr ""
2277
2277
 
2278
 
#: bzrlib/builtins.py:3681
 
2278
#: bzrlib/builtins.py:3588
2279
2279
msgid ""
2280
2280
"Validate working tree structure, branch consistency and repository history."
2281
2281
msgstr ""
2282
2282
 
2283
 
#: bzrlib/builtins.py:3683
 
2283
#: bzrlib/builtins.py:3590
2284
2284
msgid ""
2285
2285
"This command checks various invariants about branch and repository storage\n"
2286
2286
"to detect data corruption or bzr bugs."
2287
2287
msgstr ""
2288
2288
 
2289
 
#: bzrlib/builtins.py:3686
 
2289
#: bzrlib/builtins.py:3593
2290
2290
msgid ""
2291
2291
"The working tree and branch checks will only give output if a problem is\n"
2292
2292
"detected. The output fields of the repository check are:"
2293
2293
msgstr ""
2294
2294
 
2295
 
#: bzrlib/builtins.py:3689
 
2295
#: bzrlib/builtins.py:3596
2296
2296
msgid ""
2297
2297
"revisions\n"
2298
2298
"    This is just the number of revisions checked.  It doesn't\n"
2299
2299
"    indicate a problem."
2300
2300
msgstr ""
2301
2301
 
2302
 
#: bzrlib/builtins.py:3693
 
2302
#: bzrlib/builtins.py:3600
2303
2303
msgid ""
2304
2304
"versionedfiles\n"
2305
2305
"    This is just the number of versionedfiles checked.  It\n"
2306
2306
"    doesn't indicate a problem."
2307
2307
msgstr ""
2308
2308
 
2309
 
#: bzrlib/builtins.py:3697
 
2309
#: bzrlib/builtins.py:3604
2310
2310
msgid ""
2311
2311
"unreferenced ancestors\n"
2312
2312
"    Texts that are ancestors of other texts, but\n"
2314
2314
"    subtle problem that Bazaar can work around."
2315
2315
msgstr ""
2316
2316
 
2317
 
#: bzrlib/builtins.py:3702
 
2317
#: bzrlib/builtins.py:3609
2318
2318
msgid ""
2319
2319
"unique file texts\n"
2320
2320
"    This is the total number of unique file contents\n"
2321
2321
"    seen in the checked revisions.  It does not indicate a problem."
2322
2322
msgstr ""
2323
2323
 
2324
 
#: bzrlib/builtins.py:3706
 
2324
#: bzrlib/builtins.py:3613
2325
2325
msgid ""
2326
2326
"repeated file texts\n"
2327
2327
"    This is the total number of repeated texts seen\n"
2330
2330
"    indicate a problem."
2331
2331
msgstr ""
2332
2332
 
2333
 
#: bzrlib/builtins.py:3712
 
2333
#: bzrlib/builtins.py:3619
2334
2334
msgid ""
2335
2335
"If no restrictions are specified, all Bazaar data that is found at the "
2336
2336
"given\n"
2337
2337
"location will be checked."
2338
2338
msgstr ""
2339
2339
 
2340
 
#: bzrlib/builtins.py:3717
 
2340
#: bzrlib/builtins.py:3624
2341
2341
msgid "    Check the tree and branch at 'foo'::"
2342
2342
msgstr ""
2343
2343
 
2344
 
#: bzrlib/builtins.py:3719
 
2344
#: bzrlib/builtins.py:3626
2345
2345
msgid "        bzr check --tree --branch foo"
2346
2346
msgstr ""
2347
2347
 
2348
 
#: bzrlib/builtins.py:3721
 
2348
#: bzrlib/builtins.py:3628
2349
2349
msgid "    Check only the repository at 'bar'::"
2350
2350
msgstr ""
2351
2351
 
2352
 
#: bzrlib/builtins.py:3723
 
2352
#: bzrlib/builtins.py:3630
2353
2353
msgid "        bzr check --repo bar"
2354
2354
msgstr ""
2355
2355
 
2356
 
#: bzrlib/builtins.py:3725
 
2356
#: bzrlib/builtins.py:3632
2357
2357
msgid "    Check everything at 'baz'::"
2358
2358
msgstr ""
2359
2359
 
2360
 
#: bzrlib/builtins.py:3727
 
2360
#: bzrlib/builtins.py:3634
2361
2361
msgid "        bzr check baz"
2362
2362
msgstr ""
2363
2363
 
2364
 
#: bzrlib/builtins.py:3733
 
2364
#: bzrlib/builtins.py:3640
2365
2365
msgid "Check the branch related to the current directory."
2366
2366
msgstr ""
2367
2367
 
2368
 
#: bzrlib/builtins.py:3735
 
2368
#: bzrlib/builtins.py:3642
2369
2369
msgid "Check the repository related to the current directory."
2370
2370
msgstr ""
2371
2371
 
2372
 
#: bzrlib/builtins.py:3737
 
2372
#: bzrlib/builtins.py:3644
2373
2373
msgid "Check the working tree related to the current directory."
2374
2374
msgstr ""
2375
2375
 
2376
 
#: bzrlib/builtins.py:3751
 
2376
#: bzrlib/builtins.py:3658
2377
2377
msgid "Upgrade a repository, branch or working tree to a newer format."
2378
2378
msgstr ""
2379
2379
 
2380
 
#: bzrlib/builtins.py:3753
 
2380
#: bzrlib/builtins.py:3660
2381
2381
msgid ""
2382
2382
"When the default format has changed after a major new release of\n"
2383
2383
"Bazaar, you may be informed during certain operations that you\n"
2386
2386
"with older repositories or with older versions of Bazaar."
2387
2387
msgstr ""
2388
2388
 
2389
 
#: bzrlib/builtins.py:3759
 
2389
#: bzrlib/builtins.py:3666
2390
2390
msgid ""
2391
2391
"If you wish to upgrade to a particular format rather than the\n"
2392
2392
"current default, that can be specified using the --format option.\n"
2396
2396
"2.x default) so downgrading is not always possible."
2397
2397
msgstr ""
2398
2398
 
2399
 
#: bzrlib/builtins.py:3766
 
2399
#: bzrlib/builtins.py:3673
2400
2400
msgid ""
2401
2401
"A backup.bzr.~#~ directory is created at the start of the conversion\n"
2402
2402
"process (where # is a number). By default, this is left there on\n"
2407
2407
"afterwards."
2408
2408
msgstr ""
2409
2409
 
2410
 
#: bzrlib/builtins.py:3774
 
2410
#: bzrlib/builtins.py:3681
2411
2411
msgid ""
2412
2412
"If the location given is a shared repository, dependent branches\n"
2413
2413
"are also converted provided the repository converts successfully.\n"
2415
2415
"tried."
2416
2416
msgstr ""
2417
2417
 
2418
 
#: bzrlib/builtins.py:3779
 
2418
#: bzrlib/builtins.py:3686
2419
2419
msgid ""
2420
2420
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2421
2421
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2422
2422
msgstr ""
2423
2423
 
2424
 
#: bzrlib/builtins.py:3787
 
2424
#: bzrlib/builtins.py:3694
2425
2425
msgid "Upgrade to a specific format.  See \"bzr help formats\" for details."
2426
2426
msgstr ""
2427
2427
 
2428
 
#: bzrlib/builtins.py:3791
 
2428
#: bzrlib/builtins.py:3698
2429
2429
msgid "Branch format"
2430
2430
msgstr ""
2431
2431
 
2432
 
#: bzrlib/builtins.py:3793
 
2432
#: bzrlib/builtins.py:3700
2433
2433
msgid "Remove the backup.bzr directory if successful."
2434
2434
msgstr ""
2435
2435
 
2436
 
#: bzrlib/builtins.py:3795
 
2436
#: bzrlib/builtins.py:3702
2437
2437
msgid "Show what would be done, but don't actually do anything."
2438
2438
msgstr ""
2439
2439
 
2440
 
#: bzrlib/builtins.py:3810
 
2440
#: bzrlib/builtins.py:3717
2441
2441
msgid "Show or set bzr user id."
2442
2442
msgstr ""
2443
2443
 
2444
 
#: bzrlib/builtins.py:3812
 
2444
#: bzrlib/builtins.py:3719
2445
2445
msgid ""
2446
2446
":Examples:\n"
2447
2447
"    Show the email of the current user::"
2448
2448
msgstr ""
2449
2449
 
2450
 
#: bzrlib/builtins.py:3815
 
2450
#: bzrlib/builtins.py:3722
2451
2451
msgid "        bzr whoami --email"
2452
2452
msgstr ""
2453
2453
 
2454
 
#: bzrlib/builtins.py:3817
 
2454
#: bzrlib/builtins.py:3724
2455
2455
msgid "    Set the current user::"
2456
2456
msgstr ""
2457
2457
 
2458
 
#: bzrlib/builtins.py:3819
 
2458
#: bzrlib/builtins.py:3726
2459
2459
msgid "        bzr whoami \"Frank Chu <fchu@example.com>\""
2460
2460
msgstr ""
2461
2461
 
2462
 
#: bzrlib/builtins.py:3823
 
2462
#: bzrlib/builtins.py:3730
2463
2463
msgid "Display email address only."
2464
2464
msgstr ""
2465
2465
 
2466
 
#: bzrlib/builtins.py:3825
 
2466
#: bzrlib/builtins.py:3732
2467
2467
msgid "Set identity for the current branch instead of globally."
2468
2468
msgstr ""
2469
2469
 
2470
 
#: bzrlib/builtins.py:3851
 
2470
#: bzrlib/builtins.py:3758
2471
2471
msgid "--email can only be used to display existing identity"
2472
2472
msgstr ""
2473
2473
 
2474
 
#: bzrlib/builtins.py:3873
 
2474
#: bzrlib/builtins.py:3780
2475
2475
msgid "Print or set the branch nickname."
2476
2476
msgstr ""
2477
2477
 
2478
 
#: bzrlib/builtins.py:3875
 
2478
#: bzrlib/builtins.py:3782
2479
2479
msgid ""
2480
2480
"If unset, the tree root directory name is used as the nickname.\n"
2481
2481
"To print the current nickname, execute with no argument."
2482
2482
msgstr ""
2483
2483
 
2484
 
#: bzrlib/builtins.py:3878
 
2484
#: bzrlib/builtins.py:3785
2485
2485
msgid ""
2486
2486
"Bound branches use the nickname of its master branch unless it is set\n"
2487
2487
"locally."
2488
2488
msgstr ""
2489
2489
 
2490
 
#: bzrlib/builtins.py:3898
 
2490
#: bzrlib/builtins.py:3805
2491
2491
msgid "Set/unset and display aliases."
2492
2492
msgstr ""
2493
2493
 
2494
 
#: bzrlib/builtins.py:3900
 
2494
#: bzrlib/builtins.py:3807
2495
2495
msgid ""
2496
2496
":Examples:\n"
2497
2497
"    Show the current aliases::"
2498
2498
msgstr ""
2499
2499
 
2500
 
#: bzrlib/builtins.py:3903
 
2500
#: bzrlib/builtins.py:3810
2501
2501
msgid "        bzr alias"
2502
2502
msgstr ""
2503
2503
 
2504
 
#: bzrlib/builtins.py:3905
 
2504
#: bzrlib/builtins.py:3812
2505
2505
msgid "    Show the alias specified for 'll'::"
2506
2506
msgstr ""
2507
2507
 
2508
 
#: bzrlib/builtins.py:3907
 
2508
#: bzrlib/builtins.py:3814
2509
2509
msgid "        bzr alias ll"
2510
2510
msgstr ""
2511
2511
 
2512
 
#: bzrlib/builtins.py:3909
 
2512
#: bzrlib/builtins.py:3816
2513
2513
msgid "    Set an alias for 'll'::"
2514
2514
msgstr ""
2515
2515
 
2516
 
#: bzrlib/builtins.py:3911
 
2516
#: bzrlib/builtins.py:3818
2517
2517
msgid "        bzr alias ll=\"log --line -r-10..-1\""
2518
2518
msgstr ""
2519
2519
 
2520
 
#: bzrlib/builtins.py:3913
 
2520
#: bzrlib/builtins.py:3820
2521
2521
msgid "    To remove an alias for 'll'::"
2522
2522
msgstr ""
2523
2523
 
2524
 
#: bzrlib/builtins.py:3915
 
2524
#: bzrlib/builtins.py:3822
2525
2525
msgid "        bzr alias --remove ll"
2526
2526
msgstr ""
2527
2527
 
2528
 
#: bzrlib/builtins.py:3920
 
2528
#: bzrlib/builtins.py:3827
2529
2529
msgid "Remove the alias."
2530
2530
msgstr ""
2531
2531
 
2532
 
#: bzrlib/builtins.py:3938
 
2532
#: bzrlib/builtins.py:3845
2533
2533
msgid "bzr alias --remove expects an alias to remove."
2534
2534
msgstr ""
2535
2535
 
2536
 
#: bzrlib/builtins.py:4119
 
2536
#: bzrlib/builtins.py:4026
2537
2537
msgid ""
2538
2538
"subunit not available. subunit needs to be installed to use --subunit."
2539
2539
msgstr ""
2540
2540
 
2541
 
#: bzrlib/builtins.py:4136
 
2541
#: bzrlib/builtins.py:4043
2542
2542
msgid ""
2543
2543
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2544
2544
msgstr ""
2545
2545
 
2546
 
#: bzrlib/builtins.py:4183
 
2546
#: bzrlib/builtins.py:4090
2547
2547
msgid "Show version of bzr."
2548
2548
msgstr ""
2549
2549
 
2550
 
#: bzrlib/builtins.py:4187
 
2550
#: bzrlib/builtins.py:4094
2551
2551
msgid "Print just the version number."
2552
2552
msgstr ""
2553
2553
 
2554
 
#: bzrlib/builtins.py:4206
 
2554
#: bzrlib/builtins.py:4113
2555
2555
msgid "It sure does!\n"
2556
2556
msgstr ""
2557
2557
 
2558
 
#: bzrlib/builtins.py:4230
 
2558
#: bzrlib/builtins.py:4137
2559
2559
#, python-format
2560
2560
msgid "merge base is revision %s\n"
2561
2561
msgstr ""
2562
2562
 
2563
 
#: bzrlib/builtins.py:4234
 
2563
#: bzrlib/builtins.py:4141
2564
2564
msgid "Perform a three-way merge."
2565
2565
msgstr ""
2566
2566
 
2567
 
#: bzrlib/builtins.py:4236
 
2567
#: bzrlib/builtins.py:4143
2568
2568
msgid ""
2569
2569
"The source of the merge can be specified either in the form of a branch,\n"
2570
2570
"or in the form of a path to a file containing a merge directive generated\n"
2575
2575
"the current working tree."
2576
2576
msgstr ""
2577
2577
 
2578
 
#: bzrlib/builtins.py:4244
 
2578
#: bzrlib/builtins.py:4151
2579
2579
msgid ""
2580
2580
"When merging from a branch, by default bzr will try to merge in all new\n"
2581
2581
"work from the other branch, automatically determining an appropriate base\n"
2582
2582
"revision.  If this fails, you may need to give an explicit base."
2583
2583
msgstr ""
2584
2584
 
2585
 
#: bzrlib/builtins.py:4248
 
2585
#: bzrlib/builtins.py:4155
2586
2586
msgid ""
2587
2587
"To pick a different ending revision, pass \"--revision OTHER\".  bzr will\n"
2588
2588
"try to merge in all new work up to and including revision OTHER."
2589
2589
msgstr ""
2590
2590
 
2591
 
#: bzrlib/builtins.py:4251
 
2591
#: bzrlib/builtins.py:4158
2592
2592
msgid ""
2593
2593
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
2594
2594
"through OTHER, excluding BASE but including OTHER, will be merged.  If this\n"
2599
2599
"changes from the other branch is not stored in the commit."
2600
2600
msgstr ""
2601
2601
 
2602
 
#: bzrlib/builtins.py:4259
 
2602
#: bzrlib/builtins.py:4166
2603
2603
msgid "Revision numbers are always relative to the source branch."
2604
2604
msgstr ""
2605
2605
 
2606
 
#: bzrlib/builtins.py:4261 bzrlib/conflicts.py:52 bzrlib/conflicts.py:106
 
2606
#: bzrlib/builtins.py:4168 bzrlib/conflicts.py:52 bzrlib/conflicts.py:106
2607
2607
msgid ""
2608
2608
"Merge will do its best to combine the changes in two branches, but there\n"
2609
2609
"are some kinds of problems only a human can fix.  When it encounters those,\n"
2610
2610
"it will mark a conflict.  A conflict means that you need to fix something,\n"
2611
 
"before you can commit."
 
2611
"before you should commit."
2612
2612
msgstr ""
2613
2613
 
2614
 
#: bzrlib/builtins.py:4266
 
2614
#: bzrlib/builtins.py:4173
2615
2615
msgid ""
2616
2616
"Use bzr resolve when you have fixed a problem.  See also bzr conflicts."
2617
2617
msgstr ""
2618
2618
 
2619
 
#: bzrlib/builtins.py:4268
 
2619
#: bzrlib/builtins.py:4175
2620
2620
msgid ""
2621
2621
"If there is no default branch set, the first merge will set it (use\n"
2622
2622
"--no-remember to avoid setting it). After that, you can omit the branch\n"
2624
2624
"only be saved if the remote location can be accessed."
2625
2625
msgstr ""
2626
2626
 
2627
 
#: bzrlib/builtins.py:4273
 
2627
#: bzrlib/builtins.py:4180
2628
2628
msgid ""
2629
2629
"The results of the merge are placed into the destination working\n"
2630
2630
"directory, where they can be reviewed (with bzr diff), tested, and then\n"
2631
2631
"committed to record the result of the merge."
2632
2632
msgstr ""
2633
2633
 
2634
 
#: bzrlib/builtins.py:4277
 
2634
#: bzrlib/builtins.py:4184
2635
2635
msgid ""
2636
2636
"merge refuses to run if there are any uncommitted changes, unless\n"
2637
2637
"--force is given.  If --force is given, then the changes from the source \n"
2640
2640
"merge revision which has more than two parents."
2641
2641
msgstr ""
2642
2642
 
2643
 
#: bzrlib/builtins.py:4283
 
2643
#: bzrlib/builtins.py:4190
2644
2644
msgid ""
2645
2645
"If one would like to merge changes from the working tree of the other\n"
2646
2646
"branch without merging any committed revisions, the --uncommitted option\n"
2647
2647
"can be given."
2648
2648
msgstr ""
2649
2649
 
2650
 
#: bzrlib/builtins.py:4287
 
2650
#: bzrlib/builtins.py:4194
2651
2651
msgid ""
2652
2652
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2653
2653
"you to apply each diff hunk and file change, similar to \"shelve\"."
2654
2654
msgstr ""
2655
2655
 
2656
 
#: bzrlib/builtins.py:4290
 
2656
#: bzrlib/builtins.py:4197
2657
2657
msgid ""
2658
2658
":Examples:\n"
2659
2659
"    To merge all new revisions from bzr.dev::"
2660
2660
msgstr ""
2661
2661
 
2662
 
#: bzrlib/builtins.py:4293
 
2662
#: bzrlib/builtins.py:4200
2663
2663
msgid "        bzr merge ../bzr.dev"
2664
2664
msgstr ""
2665
2665
 
2666
 
#: bzrlib/builtins.py:4295
 
2666
#: bzrlib/builtins.py:4202
2667
2667
msgid "    To merge changes up to and including revision 82 from bzr.dev::"
2668
2668
msgstr ""
2669
2669
 
2670
 
#: bzrlib/builtins.py:4297
 
2670
#: bzrlib/builtins.py:4204
2671
2671
msgid "        bzr merge -r 82 ../bzr.dev"
2672
2672
msgstr ""
2673
2673
 
2674
 
#: bzrlib/builtins.py:4299
 
2674
#: bzrlib/builtins.py:4206
2675
2675
msgid "    To merge the changes introduced by 82, without previous changes::"
2676
2676
msgstr ""
2677
2677
 
2678
 
#: bzrlib/builtins.py:4301
 
2678
#: bzrlib/builtins.py:4208
2679
2679
msgid "        bzr merge -r 81..82 ../bzr.dev"
2680
2680
msgstr ""
2681
2681
 
2682
 
#: bzrlib/builtins.py:4303
 
2682
#: bzrlib/builtins.py:4210
2683
2683
msgid "    To apply a merge directive contained in /tmp/merge::"
2684
2684
msgstr ""
2685
2685
 
2686
 
#: bzrlib/builtins.py:4305
 
2686
#: bzrlib/builtins.py:4212
2687
2687
msgid "        bzr merge /tmp/merge"
2688
2688
msgstr ""
2689
2689
 
2690
 
#: bzrlib/builtins.py:4307
 
2690
#: bzrlib/builtins.py:4214
2691
2691
msgid ""
2692
2692
"    To create a merge revision with three parents from two branches\n"
2693
2693
"    feature1a and feature1b:"
2694
2694
msgstr ""
2695
2695
 
2696
 
#: bzrlib/builtins.py:4310
 
2696
#: bzrlib/builtins.py:4217
2697
2697
msgid ""
2698
2698
"        bzr merge ../feature1a\n"
2699
2699
"        bzr merge ../feature1b --force\n"
2700
2700
"        bzr commit -m 'revision with three parents'"
2701
2701
msgstr ""
2702
2702
 
2703
 
#: bzrlib/builtins.py:4322
 
2703
#: bzrlib/builtins.py:4229
2704
2704
msgid "Merge even if the destination tree has uncommitted changes."
2705
2705
msgstr ""
2706
2706
 
2707
 
#: bzrlib/builtins.py:4328
 
2707
#: bzrlib/builtins.py:4235
2708
2708
msgid ""
2709
2709
"Apply uncommitted changes from a working copy, instead of branch changes."
2710
2710
msgstr ""
2711
2711
 
2712
 
#: bzrlib/builtins.py:4330
 
2712
#: bzrlib/builtins.py:4237
2713
2713
msgid ""
2714
2714
"If the destination is already completely merged into the source, pull from "
2715
2715
"the source rather than merging.  When this happens, you do not need to "
2716
2716
"commit the result."
2717
2717
msgstr ""
2718
2718
 
2719
 
#: bzrlib/builtins.py:4335
 
2719
#: bzrlib/builtins.py:4242
2720
2720
msgid ""
2721
2721
"Branch to merge into, rather than the one containing the working directory."
2722
2722
msgstr ""
2723
2723
 
2724
 
#: bzrlib/builtins.py:4337
 
2724
#: bzrlib/builtins.py:4244
2725
2725
msgid "Instead of merging, show a diff of the merge."
2726
2726
msgstr ""
2727
2727
 
2728
 
#: bzrlib/builtins.py:4339
 
2728
#: bzrlib/builtins.py:4246
2729
2729
msgid "Select changes interactively."
2730
2730
msgstr ""
2731
2731
 
2732
 
#: bzrlib/builtins.py:4361
 
2732
#: bzrlib/builtins.py:4268
2733
2733
msgid ""
2734
2734
"Merging into empty branches not currently supported, "
2735
2735
"https://bugs.launchpad.net/bzr/+bug/308562"
2736
2736
msgstr ""
2737
2737
 
2738
 
#: bzrlib/builtins.py:4388
 
2738
#: bzrlib/builtins.py:4295
2739
2739
msgid "Cannot use --uncommitted with bundles or merge directives."
2740
2740
msgstr ""
2741
2741
 
2742
 
#: bzrlib/builtins.py:4399
 
2742
#: bzrlib/builtins.py:4306
2743
2743
msgid "Cannot use --uncommitted and --revision at the same time."
2744
2744
msgstr ""
2745
2745
 
2746
 
#: bzrlib/builtins.py:4419
 
2746
#: bzrlib/builtins.py:4326
2747
2747
msgid "merger: "
2748
2748
msgstr ""
2749
2749
 
2750
 
#: bzrlib/builtins.py:4421 bzrlib/bundle/apply_bundle.py:71
 
2750
#: bzrlib/builtins.py:4328 bzrlib/bundle/apply_bundle.py:71
2751
2751
msgid "Nothing to do."
2752
2752
msgstr ""
2753
2753
 
2754
 
#: bzrlib/builtins.py:4425
 
2754
#: bzrlib/builtins.py:4332
2755
2755
msgid "Cannot pull individual files"
2756
2756
msgstr ""
2757
2757
 
2758
 
#: bzrlib/builtins.py:4433
 
2758
#: bzrlib/builtins.py:4340
2759
2759
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2760
2760
msgstr ""
2761
2761
 
2762
 
#: bzrlib/builtins.py:4491
 
2762
#: bzrlib/builtins.py:4398
2763
2763
#, python-format
2764
2764
msgid "Show-base is not supported for this merge type. %s"
2765
2765
msgstr ""
2766
2766
 
2767
 
#: bzrlib/builtins.py:4500
 
2767
#: bzrlib/builtins.py:4407
2768
2768
#, python-format
2769
2769
msgid "Conflict reduction is not supported for merge type %s."
2770
2770
msgstr ""
2771
2771
 
2772
 
#: bzrlib/builtins.py:4504
 
2772
#: bzrlib/builtins.py:4411
2773
2773
msgid "Cannot do conflict reduction and show base."
2774
2774
msgstr ""
2775
2775
 
2776
 
#: bzrlib/builtins.py:4615
 
2776
#: bzrlib/builtins.py:4522
2777
2777
msgid "No location specified or remembered"
2778
2778
msgstr ""
2779
2779
 
2780
 
#: bzrlib/builtins.py:4617
 
2780
#: bzrlib/builtins.py:4524
2781
2781
msgid "{0} remembered {1} location {2}"
2782
2782
msgstr ""
2783
2783
 
2784
 
#: bzrlib/builtins.py:4623
 
2784
#: bzrlib/builtins.py:4530
2785
2785
msgid "Redo a merge."
2786
2786
msgstr ""
2787
2787
 
2788
 
#: bzrlib/builtins.py:4625
 
2788
#: bzrlib/builtins.py:4532
2789
2789
msgid ""
2790
2790
"Use this if you want to try a different merge technique while resolving\n"
2791
2791
"conflicts.  Some merge techniques are better than others, and remerge\n"
2792
2792
"lets you try different ones on different files."
2793
2793
msgstr ""
2794
2794
 
2795
 
#: bzrlib/builtins.py:4629
 
2795
#: bzrlib/builtins.py:4536
2796
2796
msgid ""
2797
2797
"The options for remerge have the same meaning and defaults as the ones for\n"
2798
2798
"merge.  The difference is that remerge can (only) be run when there is a\n"
2799
2799
"pending merge, and it lets you specify particular files."
2800
2800
msgstr ""
2801
2801
 
2802
 
#: bzrlib/builtins.py:4633
 
2802
#: bzrlib/builtins.py:4540
2803
2803
msgid ""
2804
2804
":Examples:\n"
2805
2805
"    Re-do the merge of all conflicted files, and show the base text in\n"
2806
2806
"    conflict regions, in addition to the usual THIS and OTHER texts::"
2807
2807
msgstr ""
2808
2808
 
2809
 
#: bzrlib/builtins.py:4637
 
2809
#: bzrlib/builtins.py:4544
2810
2810
msgid "        bzr remerge --show-base"
2811
2811
msgstr ""
2812
2812
 
2813
 
#: bzrlib/builtins.py:4639
 
2813
#: bzrlib/builtins.py:4546
2814
2814
msgid ""
2815
2815
"    Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2816
2816
"    additional processing to reduce the size of conflict regions::"
2817
2817
msgstr ""
2818
2818
 
2819
 
#: bzrlib/builtins.py:4642
 
2819
#: bzrlib/builtins.py:4549
2820
2820
msgid "        bzr remerge --merge-type weave --reprocess foobar"
2821
2821
msgstr ""
2822
2822
 
2823
 
#: bzrlib/builtins.py:4649
 
2823
#: bzrlib/builtins.py:4556
2824
2824
msgid "Show base revision text in conflicts."
2825
2825
msgstr ""
2826
2826
 
2827
 
#: bzrlib/builtins.py:4661
 
2827
#: bzrlib/builtins.py:4568
2828
2828
msgid ""
2829
2829
"Sorry, remerge only works after normal merges.  Not cherrypicking or multi-"
2830
2830
"merges."
2831
2831
msgstr ""
2832
2832
 
2833
 
#: bzrlib/builtins.py:4717
 
2833
#: bzrlib/builtins.py:4624
2834
2834
msgid "Revert files to a previous revision."
2835
2835
msgstr ""
2836
2836
 
2837
 
#: bzrlib/builtins.py:4719
 
2837
#: bzrlib/builtins.py:4626
2838
2838
msgid ""
2839
2839
"Giving a list of files will revert only those files.  Otherwise, all files\n"
2840
2840
"will be reverted.  If the revision is not specified with '--revision', the\n"
2841
2841
"last committed revision is used."
2842
2842
msgstr ""
2843
2843
 
2844
 
#: bzrlib/builtins.py:4723
 
2844
#: bzrlib/builtins.py:4630
2845
2845
msgid ""
2846
2846
"To remove only some changes, without reverting to a prior version, use\n"
2847
2847
"merge instead.  For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2850
2850
"certain changes on a hunk-by-hunk basis, see the shelve command."
2851
2851
msgstr ""
2852
2852
 
2853
 
#: bzrlib/builtins.py:4729
 
2853
#: bzrlib/builtins.py:4636
2854
2854
msgid ""
2855
2855
"By default, any files that have been manually changed will be backed up\n"
2856
2856
"first.  (Files changed only by merge are not backed up.)  Backup files have\n"
2857
2857
"'.~#~' appended to their name, where # is a number."
2858
2858
msgstr ""
2859
2859
 
2860
 
#: bzrlib/builtins.py:4733
 
2860
#: bzrlib/builtins.py:4640
2861
2861
msgid ""
2862
2862
"When you provide files, you can use their current pathname or the pathname\n"
2863
2863
"from the target revision.  So you can use revert to \"undelete\" a file by\n"
2865
2865
"reverted."
2866
2866
msgstr ""
2867
2867
 
2868
 
#: bzrlib/builtins.py:4738
 
2868
#: bzrlib/builtins.py:4645
2869
2869
msgid ""
2870
2870
"If you have newly added files since the target revision, they will be\n"
2871
2871
"removed.  If the files to be removed have been changed, backups will be\n"
2873
2873
"deleted."
2874
2874
msgstr ""
2875
2875
 
2876
 
#: bzrlib/builtins.py:4743
 
2876
#: bzrlib/builtins.py:4650
2877
2877
msgid ""
2878
2878
"The working tree contains a list of revisions that have been merged but\n"
2879
2879
"not yet committed. These revisions will be included as additional parents\n"
2885
2885
"reverting any files."
2886
2886
msgstr ""
2887
2887
 
2888
 
#: bzrlib/builtins.py:4752
 
2888
#: bzrlib/builtins.py:4659
2889
2889
msgid ""
2890
2890
"Using \"bzr revert --forget-merges\", it is possible to apply all of the\n"
2891
2891
"changes from a branch in a single revision.  To do this, perform the merge\n"
2899
2899
"target branches."
2900
2900
msgstr ""
2901
2901
 
2902
 
#: bzrlib/builtins.py:4766
 
2902
#: bzrlib/builtins.py:4673
2903
2903
msgid "Do not save backups of reverted files."
2904
2904
msgstr ""
2905
2905
 
2906
 
#: bzrlib/builtins.py:4768
 
2906
#: bzrlib/builtins.py:4675
2907
2907
msgid "Remove pending merge marker, without changing any files."
2908
2908
msgstr ""
2909
2909
 
2910
 
#: bzrlib/builtins.py:4799
 
2910
#: bzrlib/builtins.py:4706
2911
2911
msgid ""
2912
2912
"Show help on a command or other topic.\n"
2913
2913
"    "
2914
2914
msgstr ""
2915
2915
 
2916
 
#: bzrlib/builtins.py:4804
 
2916
#: bzrlib/builtins.py:4711
2917
2917
msgid "Show help on all commands."
2918
2918
msgstr ""
2919
2919
 
2920
 
#: bzrlib/builtins.py:4833
 
2920
#: bzrlib/builtins.py:4740
2921
2921
msgid "Show unmerged/unpulled revisions between two branches."
2922
2922
msgstr ""
2923
2923
 
2924
 
#: bzrlib/builtins.py:4835
 
2924
#: bzrlib/builtins.py:4742
2925
2925
msgid "OTHER_BRANCH may be local or remote."
2926
2926
msgstr ""
2927
2927
 
2928
 
#: bzrlib/builtins.py:4837
 
2928
#: bzrlib/builtins.py:4744
2929
2929
msgid ""
2930
2930
"To filter on a range of revisions, you can use the command -r begin..end\n"
2931
2931
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
2936
2936
"    0 - no missing revisions"
2937
2937
msgstr ""
2938
2938
 
2939
 
#: bzrlib/builtins.py:4847
 
2939
#: bzrlib/builtins.py:4754
2940
2940
msgid ""
2941
2941
"    Determine the missing revisions between this and the branch at the\n"
2942
2942
"    remembered pull location::"
2943
2943
msgstr ""
2944
2944
 
2945
 
#: bzrlib/builtins.py:4850
 
2945
#: bzrlib/builtins.py:4757
2946
2946
msgid "        bzr missing"
2947
2947
msgstr ""
2948
2948
 
2949
 
#: bzrlib/builtins.py:4852
 
2949
#: bzrlib/builtins.py:4759
2950
2950
msgid "    Determine the missing revisions between this and another branch::"
2951
2951
msgstr ""
2952
2952
 
2953
 
#: bzrlib/builtins.py:4854
 
2953
#: bzrlib/builtins.py:4761
2954
2954
msgid "        bzr missing http://server/branch"
2955
2955
msgstr ""
2956
2956
 
2957
 
#: bzrlib/builtins.py:4856
 
2957
#: bzrlib/builtins.py:4763
2958
2958
msgid ""
2959
2959
"    Determine the missing revisions up to a specific revision on the other\n"
2960
2960
"    branch::"
2961
2961
msgstr ""
2962
2962
 
2963
 
#: bzrlib/builtins.py:4859
 
2963
#: bzrlib/builtins.py:4766
2964
2964
msgid "        bzr missing -r ..-10"
2965
2965
msgstr ""
2966
2966
 
2967
 
#: bzrlib/builtins.py:4861
 
2967
#: bzrlib/builtins.py:4768
2968
2968
msgid ""
2969
2969
"    Determine the missing revisions up to a specific revision on this\n"
2970
2970
"    branch::"
2971
2971
msgstr ""
2972
2972
 
2973
 
#: bzrlib/builtins.py:4864
 
2973
#: bzrlib/builtins.py:4771
2974
2974
msgid "        bzr missing --my-revision ..-10"
2975
2975
msgstr ""
2976
2976
 
2977
 
#: bzrlib/builtins.py:4871
 
2977
#: bzrlib/builtins.py:4778
2978
2978
msgid "Reverse the order of revisions."
2979
2979
msgstr ""
2980
2980
 
2981
 
#: bzrlib/builtins.py:4873
 
2981
#: bzrlib/builtins.py:4780
2982
2982
msgid "Display changes in the local branch only."
2983
2983
msgstr ""
2984
2984
 
2985
 
#: bzrlib/builtins.py:4874
 
2985
#: bzrlib/builtins.py:4781
2986
2986
msgid "Same as --mine-only."
2987
2987
msgstr ""
2988
2988
 
2989
 
#: bzrlib/builtins.py:4876
 
2989
#: bzrlib/builtins.py:4783
2990
2990
msgid "Display changes in the remote branch only."
2991
2991
msgstr ""
2992
2992
 
2993
 
#: bzrlib/builtins.py:4877
 
2993
#: bzrlib/builtins.py:4784
2994
2994
msgid "Same as --theirs-only."
2995
2995
msgstr ""
2996
2996
 
2997
 
#: bzrlib/builtins.py:4882
 
2997
#: bzrlib/builtins.py:4789
2998
2998
msgid ""
2999
2999
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3000
3000
"details."
3001
3001
msgstr ""
3002
3002
 
3003
 
#: bzrlib/builtins.py:4886
 
3003
#: bzrlib/builtins.py:4793
3004
3004
msgid ""
3005
3005
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3006
3006
"details."
3007
3007
msgstr ""
3008
3008
 
3009
 
#: bzrlib/builtins.py:4889
 
3009
#: bzrlib/builtins.py:4796
3010
3010
msgid "Show all revisions in addition to the mainline ones."
3011
3011
msgstr ""
3012
3012
 
3013
 
#: bzrlib/builtins.py:4943
 
3013
#: bzrlib/builtins.py:4850
3014
3014
msgid "No peer location known or specified."
3015
3015
msgstr ""
3016
3016
 
3017
 
#: bzrlib/builtins.py:4947
 
3017
#: bzrlib/builtins.py:4854
3018
3018
msgid "Using saved parent location: {0}\n"
3019
3019
msgstr ""
3020
3020
 
3021
 
#: bzrlib/builtins.py:4980
 
3021
#: bzrlib/builtins.py:4887
3022
3022
#, python-format
3023
3023
msgid "You have %d extra revision:\n"
3024
3024
msgid_plural "You have %d extra revisions:\n"
3025
3025
msgstr[0] ""
3026
3026
msgstr[1] ""
3027
3027
 
3028
 
#: bzrlib/builtins.py:4996
 
3028
#: bzrlib/builtins.py:4903
3029
3029
#, python-format
3030
3030
msgid "You are missing %d revision:\n"
3031
3031
msgid_plural "You are missing %d revisions:\n"
3032
3032
msgstr[0] ""
3033
3033
msgstr[1] ""
3034
3034
 
3035
 
#: bzrlib/builtins.py:5008
 
3035
#: bzrlib/builtins.py:4915
3036
3036
msgid "This branch has no new revisions.\n"
3037
3037
msgstr ""
3038
3038
 
3039
 
#: bzrlib/builtins.py:5011
 
3039
#: bzrlib/builtins.py:4918
3040
3040
msgid "Other branch has no new revisions.\n"
3041
3041
msgstr ""
3042
3042
 
3043
 
#: bzrlib/builtins.py:5016
 
3043
#: bzrlib/builtins.py:4923
3044
3044
msgid "Branches are up to date.\n"
3045
3045
msgstr ""
3046
3046
 
3047
 
#: bzrlib/builtins.py:5027
 
3047
#: bzrlib/builtins.py:4934
3048
3048
msgid "Compress the data within a repository."
3049
3049
msgstr ""
3050
3050
 
3051
 
#: bzrlib/builtins.py:5029
 
3051
#: bzrlib/builtins.py:4936
3052
3052
msgid ""
3053
3053
"This operation compresses the data within a bazaar repository. As\n"
3054
3054
"bazaar supports automatic packing of repository, this operation is\n"
3055
3055
"normally not required to be done manually."
3056
3056
msgstr ""
3057
3057
 
3058
 
#: bzrlib/builtins.py:5033
 
3058
#: bzrlib/builtins.py:4940
3059
3059
msgid ""
3060
3060
"During the pack operation, bazaar takes a backup of existing repository\n"
3061
3061
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3064
3064
"used."
3065
3065
msgstr ""
3066
3066
 
3067
 
#: bzrlib/builtins.py:5039
 
3067
#: bzrlib/builtins.py:4946
3068
3068
msgid ""
3069
3069
"Warning: If you use --clean-obsolete-packs and your machine crashes\n"
3070
3070
"during or immediately after repacking, you may be left with a state\n"
3072
3072
"been. In this case the repository may be unusable."
3073
3073
msgstr ""
3074
3074
 
3075
 
#: bzrlib/builtins.py:5048
 
3075
#: bzrlib/builtins.py:4955
3076
3076
msgid "Delete obsolete packs to save disk space."
3077
3077
msgstr ""
3078
3078
 
3079
 
#: bzrlib/builtins.py:5062
 
3079
#: bzrlib/builtins.py:4969
3080
3080
msgid "List the installed plugins."
3081
3081
msgstr ""
3082
3082
 
3083
 
#: bzrlib/builtins.py:5064
 
3083
#: bzrlib/builtins.py:4971
3084
3084
msgid ""
3085
3085
"This command displays the list of installed plugins including\n"
3086
3086
"version of plugin and a short description of each."
3087
3087
msgstr ""
3088
3088
 
3089
 
#: bzrlib/builtins.py:5067
 
3089
#: bzrlib/builtins.py:4974
3090
3090
msgid "--verbose shows the path where each plugin is located."
3091
3091
msgstr ""
3092
3092
 
3093
 
#: bzrlib/builtins.py:5069
 
3093
#: bzrlib/builtins.py:4976
3094
3094
msgid ""
3095
3095
"A plugin is an external component for Bazaar that extends the\n"
3096
3096
"revision control system, by adding or replacing code in Bazaar.\n"
3099
3099
"customizing log output."
3100
3100
msgstr ""
3101
3101
 
3102
 
#: bzrlib/builtins.py:5075
 
3102
#: bzrlib/builtins.py:4982
3103
3103
msgid ""
3104
3104
"See the Bazaar Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/>\n"
3105
3105
"for further information on plugins including where to find them and how to\n"
3107
3107
"plugins using the Python programming language."
3108
3108
msgstr ""
3109
3109
 
3110
 
#: bzrlib/builtins.py:5091
 
3110
#: bzrlib/builtins.py:4998
3111
3111
msgid "Show testament (signing-form) of a revision."
3112
3112
msgstr ""
3113
3113
 
3114
 
#: bzrlib/builtins.py:5094
 
3114
#: bzrlib/builtins.py:5001
3115
3115
msgid "Produce long-format testament."
3116
3116
msgstr ""
3117
3117
 
3118
 
#: bzrlib/builtins.py:5096
 
3118
#: bzrlib/builtins.py:5003
3119
3119
msgid "Produce a strict-format testament."
3120
3120
msgstr ""
3121
3121
 
3122
 
#: bzrlib/builtins.py:5122
 
3122
#: bzrlib/builtins.py:5029
3123
3123
msgid "Show the origin of each line in a file."
3124
3124
msgstr ""
3125
3125
 
3126
 
#: bzrlib/builtins.py:5124
 
3126
#: bzrlib/builtins.py:5031
3127
3127
msgid ""
3128
3128
"This prints out the given file with an annotation on the left side\n"
3129
3129
"indicating which revision, author and date introduced the change."
3130
3130
msgstr ""
3131
3131
 
3132
 
#: bzrlib/builtins.py:5127
 
3132
#: bzrlib/builtins.py:5034
3133
3133
msgid ""
3134
3134
"If the origin is the same for a run of consecutive lines, it is\n"
3135
3135
"shown only at the top, unless the --all option is given."
3136
3136
msgstr ""
3137
3137
 
3138
 
#: bzrlib/builtins.py:5135
 
3138
#: bzrlib/builtins.py:5042
3139
3139
msgid "Show annotations on all lines."
3140
3140
msgstr ""
3141
3141
 
3142
 
#: bzrlib/builtins.py:5136
 
3142
#: bzrlib/builtins.py:5043
3143
3143
msgid "Show commit date in annotations."
3144
3144
msgstr ""
3145
3145
 
3146
 
#: bzrlib/builtins.py:5223
 
3146
#: bzrlib/builtins.py:5130
3147
3147
msgid "Cannot sign a range of non-revision-history revisions"
3148
3148
msgstr ""
3149
3149
 
3150
 
#: bzrlib/builtins.py:5235
 
3150
#: bzrlib/builtins.py:5142
3151
3151
msgid "Please supply either one revision, or a range."
3152
3152
msgstr ""
3153
3153
 
3154
 
#: bzrlib/builtins.py:5239
 
3154
#: bzrlib/builtins.py:5146
3155
3155
msgid ""
3156
3156
"Convert the current branch into a checkout of the supplied branch.\n"
3157
3157
"If no branch is supplied, rebind to the last bound location."
3158
3158
msgstr ""
3159
3159
 
3160
 
#: bzrlib/builtins.py:5242
 
3160
#: bzrlib/builtins.py:5149
3161
3161
msgid ""
3162
3162
"Once converted into a checkout, commits must succeed on the master branch\n"
3163
3163
"before they will be applied to the local branch."
3164
3164
msgstr ""
3165
3165
 
3166
 
#: bzrlib/builtins.py:5245
 
3166
#: bzrlib/builtins.py:5152
3167
3167
msgid ""
3168
3168
"Bound branches use the nickname of its master branch unless it is set\n"
3169
3169
"locally, in which case binding will update the local nickname to be\n"
3170
3170
"that of the master."
3171
3171
msgstr ""
3172
3172
 
3173
 
#: bzrlib/builtins.py:5260
 
3173
#: bzrlib/builtins.py:5167
3174
3174
msgid "No location supplied.  This format does not remember old locations."
3175
3175
msgstr ""
3176
3176
 
3177
 
#: bzrlib/builtins.py:5265
 
3177
#: bzrlib/builtins.py:5172
3178
3178
msgid "Branch is already bound"
3179
3179
msgstr ""
3180
3180
 
3181
 
#: bzrlib/builtins.py:5267
 
3181
#: bzrlib/builtins.py:5174
3182
3182
msgid "No location supplied and no previous location known"
3183
3183
msgstr ""
3184
3184
 
3185
 
#: bzrlib/builtins.py:5273
 
3185
#: bzrlib/builtins.py:5180
3186
3186
msgid "These branches have diverged. Try merging, and then bind again."
3187
3187
msgstr ""
3188
3188
 
3189
 
#: bzrlib/builtins.py:5280
 
3189
#: bzrlib/builtins.py:5187
3190
3190
msgid "Convert the current checkout into a regular branch."
3191
3191
msgstr ""
3192
3192
 
3193
 
#: bzrlib/builtins.py:5282
 
3193
#: bzrlib/builtins.py:5189
3194
3194
msgid ""
3195
3195
"After unbinding, the local branch is considered independent and subsequent\n"
3196
3196
"commits will be local only."
3197
3197
msgstr ""
3198
3198
 
3199
 
#: bzrlib/builtins.py:5293
 
3199
#: bzrlib/builtins.py:5200
3200
3200
msgid "Local branch is not bound"
3201
3201
msgstr ""
3202
3202
 
3203
 
#: bzrlib/builtins.py:5297
 
3203
#: bzrlib/builtins.py:5204
3204
3204
msgid "Remove the last committed revision."
3205
3205
msgstr ""
3206
3206
 
3207
 
#: bzrlib/builtins.py:5299
 
3207
#: bzrlib/builtins.py:5206
3208
3208
msgid ""
3209
3209
"--verbose will print out what is being removed.\n"
3210
3210
"--dry-run will go through all the motions, but not actually\n"
3211
3211
"remove anything."
3212
3212
msgstr ""
3213
3213
 
3214
 
#: bzrlib/builtins.py:5303
 
3214
#: bzrlib/builtins.py:5210
3215
3215
msgid ""
3216
3216
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3217
3217
"specified revision.  For example, \"bzr uncommit -r 15\" will leave the\n"
3218
3218
"branch at revision 15."
3219
3219
msgstr ""
3220
3220
 
3221
 
#: bzrlib/builtins.py:5307
 
3221
#: bzrlib/builtins.py:5214
3222
3222
msgid ""
3223
3223
"Uncommit leaves the working tree ready for a new commit.  The only change\n"
3224
3224
"it may make is to restore any pending merges that were present before\n"
3225
3225
"the commit."
3226
3226
msgstr ""
3227
3227
 
3228
 
#: bzrlib/builtins.py:5318
 
3228
#: bzrlib/builtins.py:5225
3229
3229
msgid "Don't actually make changes."
3230
3230
msgstr ""
3231
3231
 
3232
 
#: bzrlib/builtins.py:5319
 
3232
#: bzrlib/builtins.py:5226
3233
3233
msgid "Say yes to all questions."
3234
3234
msgstr ""
3235
3235
 
3236
 
#: bzrlib/builtins.py:5321
 
3236
#: bzrlib/builtins.py:5228
3237
3237
msgid "Keep tags that point to removed revisions."
3238
3238
msgstr ""
3239
3239
 
3240
 
#: bzrlib/builtins.py:5323
 
3240
#: bzrlib/builtins.py:5230
3241
3241
msgid "Only remove the commits from the local branch when in a checkout."
3242
3242
msgstr ""
3243
3243
 
3244
 
#: bzrlib/builtins.py:5372
 
3244
#: bzrlib/builtins.py:5279
3245
3245
msgid "No revisions to uncommit.\n"
3246
3246
msgstr ""
3247
3247
 
3248
 
#: bzrlib/builtins.py:5387
 
3248
#: bzrlib/builtins.py:5294
3249
3249
msgid "Dry-run, pretending to remove the above revisions.\n"
3250
3250
msgstr ""
3251
3251
 
3252
 
#: bzrlib/builtins.py:5390
 
3252
#: bzrlib/builtins.py:5297
3253
3253
msgid "The above revision(s) will be removed.\n"
3254
3254
msgstr ""
3255
3255
 
3256
 
#: bzrlib/builtins.py:5394
 
3256
#: bzrlib/builtins.py:5301
3257
3257
msgid "Uncommit these revisions"
3258
3258
msgstr ""
3259
3259
 
3260
 
#: bzrlib/builtins.py:5397
 
3260
#: bzrlib/builtins.py:5304
3261
3261
msgid "Canceled\n"
3262
3262
msgstr ""
3263
3263
 
3264
 
#: bzrlib/builtins.py:5404
 
3264
#: bzrlib/builtins.py:5311
3265
3265
#, python-format
3266
3266
msgid ""
3267
3267
"You can restore the old tip by running:\n"
3268
3268
"  bzr pull . -r revid:%s\n"
3269
3269
msgstr ""
3270
3270
 
3271
 
#: bzrlib/builtins.py:5409
 
3271
#: bzrlib/builtins.py:5316
3272
3272
msgid "Break a dead lock."
3273
3273
msgstr ""
3274
3274
 
3275
 
#: bzrlib/builtins.py:5411
 
3275
#: bzrlib/builtins.py:5318
3276
3276
msgid ""
3277
3277
"This command breaks a lock on a repository, branch, working directory or\n"
3278
3278
"config file."
3279
3279
msgstr ""
3280
3280
 
3281
 
#: bzrlib/builtins.py:5414
 
3281
#: bzrlib/builtins.py:5321
3282
3282
msgid ""
3283
3283
"CAUTION: Locks should only be broken when you are sure that the process\n"
3284
3284
"holding the lock has been stopped."
3285
3285
msgstr ""
3286
3286
 
3287
 
#: bzrlib/builtins.py:5417
 
3287
#: bzrlib/builtins.py:5324
3288
3288
msgid ""
3289
3289
"You can get information on what locks are open via the 'bzr info\n"
3290
3290
"[location]' command."
3291
3291
msgstr ""
3292
3292
 
3293
 
#: bzrlib/builtins.py:5420
 
3293
#: bzrlib/builtins.py:5327
3294
3294
msgid ""
3295
3295
":Examples:\n"
3296
3296
"    bzr break-lock\n"
3298
3298
"    bzr break-lock --conf ~/.bazaar"
3299
3299
msgstr ""
3300
3300
 
3301
 
#: bzrlib/builtins.py:5429
 
3301
#: bzrlib/builtins.py:5336
3302
3302
msgid "LOCATION is the directory where the config lock is."
3303
3303
msgstr ""
3304
3304
 
3305
 
#: bzrlib/builtins.py:5431
 
3305
#: bzrlib/builtins.py:5338
3306
3306
msgid "Do not ask for confirmation before breaking the lock."
3307
3307
msgstr ""
3308
3308
 
3309
 
#: bzrlib/builtins.py:5466
 
3309
#: bzrlib/builtins.py:5373
3310
3310
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3311
3311
msgstr ""
3312
3312
 
3313
 
#: bzrlib/builtins.py:5467
 
3313
#: bzrlib/builtins.py:5374
3314
3314
msgid "Run the bzr server."
3315
3315
msgstr ""
3316
3316
 
3317
 
#: bzrlib/builtins.py:5473
 
3317
#: bzrlib/builtins.py:5380
3318
3318
msgid "Serve on stdin/out for use from inetd or sshd."
3319
3319
msgstr ""
3320
3320
 
3321
 
#: bzrlib/builtins.py:5474
 
3321
#: bzrlib/builtins.py:5381
3322
3322
msgid "protocol"
3323
3323
msgstr ""
3324
3324
 
3325
 
#: bzrlib/builtins.py:5475
 
3325
#: bzrlib/builtins.py:5382
3326
3326
msgid "Protocol to serve."
3327
3327
msgstr ""
3328
3328
 
3329
 
#: bzrlib/builtins.py:5479
 
3329
#: bzrlib/builtins.py:5386
3330
3330
msgid ""
3331
3331
"Listen for connections on nominated port of the form [hostname:]portnumber.  "
3332
3332
"Passing 0 as the port number will result in a dynamically allocated port.  "
3333
3333
"The default port depends on the protocol."
3334
3334
msgstr ""
3335
3335
 
3336
 
#: bzrlib/builtins.py:5485
 
3336
#: bzrlib/builtins.py:5392
3337
3337
msgid "Serve contents of this directory."
3338
3338
msgstr ""
3339
3339
 
3340
 
#: bzrlib/builtins.py:5487
 
3340
#: bzrlib/builtins.py:5394
3341
3341
msgid ""
3342
3342
"By default the server is a readonly server.  Supplying --allow-writes "
3343
3343
"enables write access to the contents of the served directory and below.  "
3346
3346
"uncontrolled write access to your file system."
3347
3347
msgstr ""
3348
3348
 
3349
 
#: bzrlib/builtins.py:5496
 
3349
#: bzrlib/builtins.py:5403
3350
3350
msgid "Override the default idle client timeout (5min)."
3351
3351
msgstr ""
3352
3352
 
3353
 
#: bzrlib/builtins.py:5546
 
3353
#: bzrlib/builtins.py:5453
3354
3354
msgid "Combine a tree into its containing tree."
3355
3355
msgstr ""
3356
3356
 
3357
 
#: bzrlib/builtins.py:5548
 
3357
#: bzrlib/builtins.py:5455
3358
3358
msgid "This command requires the target tree to be in a rich-root format."
3359
3359
msgstr ""
3360
3360
 
3361
 
#: bzrlib/builtins.py:5550
 
3361
#: bzrlib/builtins.py:5457
3362
3362
msgid ""
3363
3363
"The TREE argument should be an independent tree, inside another tree, but\n"
3364
3364
"not part of it.  (Such trees can be produced by \"bzr split\", but also by\n"
3365
3365
"running \"bzr branch\" with the target inside a tree.)"
3366
3366
msgstr ""
3367
3367
 
3368
 
#: bzrlib/builtins.py:5554
 
3368
#: bzrlib/builtins.py:5461
3369
3369
msgid ""
3370
3370
"The result is a combined tree, with the subtree no longer an independent\n"
3371
3371
"part.  This is marked as a merge of the subtree into the containing tree,\n"
3372
3372
"and all history is preserved."
3373
3373
msgstr ""
3374
3374
 
3375
 
#: bzrlib/builtins.py:5572
 
3375
#: bzrlib/builtins.py:5479
3376
3376
#, python-format
3377
3377
msgid ""
3378
3378
"Can't join trees because %s doesn't support rich root data.\n"
3379
3379
"You can use bzr upgrade on the repository."
3380
3380
msgstr ""
3381
3381
 
3382
 
#: bzrlib/builtins.py:5582 bzrlib/builtins.py:5588
 
3382
#: bzrlib/builtins.py:5489 bzrlib/builtins.py:5495
3383
3383
msgid "Cannot join {0}.  {1}"
3384
3384
msgstr ""
3385
3385
 
3386
 
#: bzrlib/builtins.py:5592
 
3386
#: bzrlib/builtins.py:5499
3387
3387
msgid "Split a subdirectory of a tree into a separate tree."
3388
3388
msgstr ""
3389
3389
 
3390
 
#: bzrlib/builtins.py:5594
 
3390
#: bzrlib/builtins.py:5501
3391
3391
msgid ""
3392
3392
"This command will produce a target tree in a format that supports\n"
3393
3393
"rich roots, like 'rich-root' or 'rich-root-pack'.  These formats cannot be\n"
3394
3394
"converted into earlier formats like 'dirstate-tags'."
3395
3395
msgstr ""
3396
3396
 
3397
 
#: bzrlib/builtins.py:5598
 
3397
#: bzrlib/builtins.py:5505
3398
3398
msgid ""
3399
3399
"The TREE argument should be a subdirectory of a working tree.  That\n"
3400
3400
"subdirectory will be converted into an independent tree, with its own\n"
3401
3401
"branch.  Commits in the top-level tree will not apply to the new subtree."
3402
3402
msgstr ""
3403
3403
 
3404
 
#: bzrlib/builtins.py:5678
 
3404
#: bzrlib/builtins.py:5585
3405
3405
msgid "No submit branch specified or known"
3406
3406
msgstr ""
3407
3407
 
3408
 
#: bzrlib/builtins.py:5686 bzrlib/send.py:108
 
3408
#: bzrlib/builtins.py:5593 bzrlib/send.py:108
3409
3409
msgid "No public branch specified or known"
3410
3410
msgstr ""
3411
3411
 
3412
 
#: bzrlib/builtins.py:5691
 
3412
#: bzrlib/builtins.py:5598
3413
3413
msgid "bzr merge-directive takes at most two one revision identifiers"
3414
3414
msgstr ""
3415
3415
 
3416
 
#: bzrlib/builtins.py:5700
 
3416
#: bzrlib/builtins.py:5607
3417
3417
msgid "No revisions to bundle."
3418
3418
msgstr ""
3419
3419
 
3420
 
#: bzrlib/builtins.py:5719
 
3420
#: bzrlib/builtins.py:5626
3421
3421
msgid "Mail or create a merge-directive for submitting changes."
3422
3422
msgstr ""
3423
3423
 
3424
 
#: bzrlib/builtins.py:5721
 
3424
#: bzrlib/builtins.py:5628
3425
3425
msgid "A merge directive provides many things needed for requesting merges:"
3426
3426
msgstr ""
3427
3427
 
3428
 
#: bzrlib/builtins.py:5723
 
3428
#: bzrlib/builtins.py:5630
3429
3429
msgid "* A machine-readable description of the merge to perform"
3430
3430
msgstr ""
3431
3431
 
3432
 
#: bzrlib/builtins.py:5725
 
3432
#: bzrlib/builtins.py:5632
3433
3433
msgid "* An optional patch that is a preview of the changes requested"
3434
3434
msgstr ""
3435
3435
 
3436
 
#: bzrlib/builtins.py:5727
 
3436
#: bzrlib/builtins.py:5634
3437
3437
msgid ""
3438
3438
"* An optional bundle of revision data, so that the changes can be applied\n"
3439
3439
"  directly from the merge directive, without retrieving data from a\n"
3440
3440
"  branch."
3441
3441
msgstr ""
3442
3442
 
3443
 
#: bzrlib/builtins.py:5731
 
3443
#: bzrlib/builtins.py:5638
3444
3444
msgid ""
3445
3445
"`bzr send` creates a compact data set that, when applied using bzr\n"
3446
3446
"merge, has the same effect as merging from the source branch.  "
3447
3447
msgstr ""
3448
3448
 
3449
 
#: bzrlib/builtins.py:5734
 
3449
#: bzrlib/builtins.py:5641
3450
3450
msgid ""
3451
3451
"By default the merge directive is self-contained and can be applied to any\n"
3452
3452
"branch containing submit_branch in its ancestory without needing access to\n"
3453
3453
"the source branch."
3454
3454
msgstr ""
3455
3455
 
3456
 
#: bzrlib/builtins.py:5738
 
3456
#: bzrlib/builtins.py:5645
3457
3457
msgid ""
3458
3458
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3459
3459
"revisions, but only a structured request to merge from the\n"
3462
3462
"included if known, so that people can check it later."
3463
3463
msgstr ""
3464
3464
 
3465
 
#: bzrlib/builtins.py:5744
 
3465
#: bzrlib/builtins.py:5651
3466
3466
msgid ""
3467
3467
"The submit branch defaults to the parent of the source branch, but can be\n"
3468
3468
"overridden.  Both submit branch and public branch will be remembered in\n"
3471
3471
"be changed using --from."
3472
3472
msgstr ""
3473
3473
 
3474
 
#: bzrlib/builtins.py:5750
 
3474
#: bzrlib/builtins.py:5657
3475
3475
msgid ""
3476
3476
"Both the submit branch and the public branch follow the usual behavior with\n"
3477
3477
"respect to --remember: If there is no default location set, the first send\n"
3480
3480
"--remember. The value will only be saved if the location can be accessed."
3481
3481
msgstr ""
3482
3482
 
3483
 
#: bzrlib/builtins.py:5756
 
3483
#: bzrlib/builtins.py:5663
3484
3484
msgid ""
3485
3485
"In order to calculate those changes, bzr must analyse the submit branch.\n"
3486
3486
"Therefore it is most efficient for the submit branch to be a local mirror.\n"
3488
3488
"in the merge directive."
3489
3489
msgstr ""
3490
3490
 
3491
 
#: bzrlib/builtins.py:5761
 
3491
#: bzrlib/builtins.py:5668
3492
3492
msgid ""
3493
3493
"The default behaviour is to send the merge directive by mail, unless -o is\n"
3494
3494
"given, in which case it is sent to a file."
3495
3495
msgstr ""
3496
3496
 
3497
 
#: bzrlib/builtins.py:5764
 
3497
#: bzrlib/builtins.py:5671
3498
3498
msgid ""
3499
3499
"Mail is sent using your preferred mail program.  This should be transparent\n"
3500
3500
"on Windows (it uses MAPI).  On Unix, it requires the xdg-email utility.\n"
3501
3501
"If the preferred client can't be found (or used), your editor will be used."
3502
3502
msgstr ""
3503
3503
 
3504
 
#: bzrlib/builtins.py:5768
 
3504
#: bzrlib/builtins.py:5675
3505
3505
msgid ""
3506
3506
"To use a specific mail program, set the mail_client configuration option.\n"
3507
3507
"(For Thunderbird 1.5, this works around some bugs.)  Supported values for\n"
3513
3513
"supported clients."
3514
3514
msgstr ""
3515
3515
 
3516
 
#: bzrlib/builtins.py:5775
 
3516
#: bzrlib/builtins.py:5682
3517
3517
msgid ""
3518
3518
"If mail is being sent, a to address is required.  This can be supplied\n"
3519
3519
"either on the commandline, by setting the submit_to configuration\n"
3521
3521
"in the submit branch."
3522
3522
msgstr ""
3523
3523
 
3524
 
#: bzrlib/builtins.py:5780
 
3524
#: bzrlib/builtins.py:5687
3525
3525
msgid ""
3526
3526
"Two formats are currently supported: \"4\" uses revision bundle format 4 "
3527
3527
"and\n"
3531
3531
"format 1.  It is compatible with Bazaar 0.12 - 0.18."
3532
3532
msgstr ""
3533
3533
 
3534
 
#: bzrlib/builtins.py:5786
 
3534
#: bzrlib/builtins.py:5693
3535
3535
msgid ""
3536
3536
"The merge directives created by bzr send may be applied using bzr merge or\n"
3537
3537
"bzr pull by specifying a file containing a merge directive as the location."
3538
3538
msgstr ""
3539
3539
 
3540
 
#: bzrlib/builtins.py:5789
 
3540
#: bzrlib/builtins.py:5696
3541
3541
msgid ""
3542
3542
"bzr send makes extensive use of public locations to map local locations "
3543
3543
"into\n"
3545
3545
"set them, and use `bzr info` to display them."
3546
3546
msgstr ""
3547
3547
 
3548
 
#: bzrlib/builtins.py:5813
 
3548
#: bzrlib/builtins.py:5720
3549
3549
msgid "Write merge directive to this file or directory; use - for stdout."
3550
3550
msgstr ""
3551
3551
 
3552
 
#: bzrlib/builtins.py:5817
 
3552
#: bzrlib/builtins.py:5724
3553
3553
msgid ""
3554
3554
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3555
3555
"strict disables the check."
3556
3556
msgstr ""
3557
3557
 
3558
 
#: bzrlib/builtins.py:5819
 
3558
#: bzrlib/builtins.py:5726
3559
3559
msgid "Mail the request to this address."
3560
3560
msgstr ""
3561
3561
 
3562
 
#: bzrlib/builtins.py:5823
 
3562
#: bzrlib/builtins.py:5730
3563
3563
msgid "Body for the email."
3564
3564
msgstr ""
3565
3565
 
3566
 
#: bzrlib/builtins.py:5876
 
3566
#: bzrlib/builtins.py:5783
3567
3567
msgid "Do not include a bundle in the merge directive."
3568
3568
msgstr ""
3569
3569
 
3570
 
#: bzrlib/builtins.py:5877
 
3570
#: bzrlib/builtins.py:5784
3571
3571
msgid "Do not include a preview patch in the merge directive."
3572
3572
msgstr ""
3573
3573
 
3574
 
#: bzrlib/builtins.py:5880
 
3574
#: bzrlib/builtins.py:5787
3575
3575
msgid "Remember submit and public branch."
3576
3576
msgstr ""
3577
3577
 
3578
 
#: bzrlib/builtins.py:5882
 
3578
#: bzrlib/builtins.py:5789
3579
3579
msgid ""
3580
3580
"Branch to generate the submission from, rather than the one containing the "
3581
3581
"working directory."
3582
3582
msgstr ""
3583
3583
 
3584
 
#: bzrlib/builtins.py:5892 bzrlib/cmd_version_info.py:76
 
3584
#: bzrlib/builtins.py:5799 bzrlib/cmd_version_info.py:76
3585
3585
msgid "format"
3586
3586
msgstr ""
3587
3587
 
3588
 
#: bzrlib/builtins.py:5893
 
3588
#: bzrlib/builtins.py:5800
3589
3589
msgid "Use the specified output format."
3590
3590
msgstr ""
3591
3591
 
3592
 
#: bzrlib/builtins.py:5915
 
3592
#: bzrlib/builtins.py:5822
3593
3593
msgid "Create, remove or modify a tag naming a revision."
3594
3594
msgstr ""
3595
3595
 
3596
 
#: bzrlib/builtins.py:5917
 
3596
#: bzrlib/builtins.py:5824
3597
3597
msgid ""
3598
3598
"Tags give human-meaningful names to revisions.  Commands that take a -r\n"
3599
3599
"(--revision) option can be given -rtag:X, where X is any previously\n"
3600
3600
"created tag."
3601
3601
msgstr ""
3602
3602
 
3603
 
#: bzrlib/builtins.py:5921
 
3603
#: bzrlib/builtins.py:5828
3604
3604
msgid ""
3605
3605
"Tags are stored in the branch.  Tags are copied from one branch to another\n"
3606
3606
"along when you branch, push, pull or merge."
3607
3607
msgstr ""
3608
3608
 
3609
 
#: bzrlib/builtins.py:5924
 
3609
#: bzrlib/builtins.py:5831
3610
3610
msgid ""
3611
3611
"It is an error to give a tag name that already exists unless you pass\n"
3612
3612
"--force, in which case the tag is moved to point to the new revision."
3613
3613
msgstr ""
3614
3614
 
3615
 
#: bzrlib/builtins.py:5927
 
3615
#: bzrlib/builtins.py:5834
3616
3616
msgid ""
3617
3617
"To rename a tag (change the name but keep it on the same revsion), run "
3618
3618
"``bzr\n"
3619
3619
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3620
3620
msgstr ""
3621
3621
 
3622
 
#: bzrlib/builtins.py:5930
 
3622
#: bzrlib/builtins.py:5837
3623
3623
msgid ""
3624
3624
"If no tag name is specified it will be determined through the \n"
3625
3625
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3627
3627
"details."
3628
3628
msgstr ""
3629
3629
 
3630
 
#: bzrlib/builtins.py:5940
 
3630
#: bzrlib/builtins.py:5847
3631
3631
msgid "Delete this tag rather than placing it."
3632
3632
msgstr ""
3633
3633
 
3634
 
#: bzrlib/builtins.py:5943
 
3634
#: bzrlib/builtins.py:5850
3635
3635
msgid "Branch in which to place the tag."
3636
3636
msgstr ""
3637
3637
 
3638
 
#: bzrlib/builtins.py:5945
 
3638
#: bzrlib/builtins.py:5852
3639
3639
msgid "Replace existing tags."
3640
3640
msgstr ""
3641
3641
 
3642
 
#: bzrlib/builtins.py:5960
 
3642
#: bzrlib/builtins.py:5867
3643
3643
msgid "No tag specified to delete."
3644
3644
msgstr ""
3645
3645
 
3646
 
#: bzrlib/builtins.py:5962
 
3646
#: bzrlib/builtins.py:5869
3647
3647
#, python-format
3648
3648
msgid "Deleted tag %s."
3649
3649
msgstr ""
3650
3650
 
3651
 
#: bzrlib/builtins.py:5976
 
3651
#: bzrlib/builtins.py:5883
3652
3652
msgid "Please specify a tag name."
3653
3653
msgstr ""
3654
3654
 
3655
 
#: bzrlib/builtins.py:5984
 
3655
#: bzrlib/builtins.py:5891
3656
3656
#, python-format
3657
3657
msgid "Tag %s already exists for that revision."
3658
3658
msgstr ""
3659
3659
 
3660
 
#: bzrlib/builtins.py:5988
 
3660
#: bzrlib/builtins.py:5895
3661
3661
#, python-format
3662
3662
msgid "Created tag %s."
3663
3663
msgstr ""
3664
3664
 
3665
 
#: bzrlib/builtins.py:5990
 
3665
#: bzrlib/builtins.py:5897
3666
3666
#, python-format
3667
3667
msgid "Updated tag %s."
3668
3668
msgstr ""
3669
3669
 
3670
 
#: bzrlib/builtins.py:5994
 
3670
#: bzrlib/builtins.py:5901
3671
3671
msgid "List tags."
3672
3672
msgstr ""
3673
3673
 
3674
 
#: bzrlib/builtins.py:5996
 
3674
#: bzrlib/builtins.py:5903
3675
3675
msgid ""
3676
3676
"This command shows a table of tag names and the revisions they reference."
3677
3677
msgstr ""
3678
3678
 
3679
 
#: bzrlib/builtins.py:6002
 
3679
#: bzrlib/builtins.py:5909
3680
3680
msgid "Branch whose tags should be displayed."
3681
3681
msgstr ""
3682
3682
 
3683
 
#: bzrlib/builtins.py:6004
 
3683
#: bzrlib/builtins.py:5911
3684
3684
msgid "Sort tags by different criteria."
3685
3685
msgstr ""
3686
3686
 
3687
 
#: bzrlib/builtins.py:6004
 
3687
#: bzrlib/builtins.py:5911
3688
3688
msgid "Sorting"
3689
3689
msgstr ""
3690
3690
 
3691
 
#: bzrlib/builtins.py:6073
 
3691
#: bzrlib/builtins.py:5980
3692
3692
msgid "Reconfigure the type of a bzr directory."
3693
3693
msgstr ""
3694
3694
 
3695
 
#: bzrlib/builtins.py:6075
 
3695
#: bzrlib/builtins.py:5982
3696
3696
msgid "A target configuration must be specified."
3697
3697
msgstr ""
3698
3698
 
3699
 
#: bzrlib/builtins.py:6077
 
3699
#: bzrlib/builtins.py:5984
3700
3700
msgid ""
3701
3701
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3702
3702
"The order of preference is\n"
3707
3707
"If none of these is available, --bind-to must be specified."
3708
3708
msgstr ""
3709
3709
 
3710
 
#: bzrlib/builtins.py:6091
 
3710
#: bzrlib/builtins.py:5998
3711
3711
msgid "Tree type"
3712
3712
msgstr ""
3713
3713
 
3714
 
#: bzrlib/builtins.py:6092
 
3714
#: bzrlib/builtins.py:5999
3715
3715
msgid "The relation between branch and tree."
3716
3716
msgstr ""
3717
3717
 
3718
 
#: bzrlib/builtins.py:6094
 
3718
#: bzrlib/builtins.py:6001
3719
3719
msgid "Reconfigure to be an unbound branch with no working tree."
3720
3720
msgstr ""
3721
3721
 
3722
 
#: bzrlib/builtins.py:6095
 
3722
#: bzrlib/builtins.py:6002
3723
3723
msgid "Reconfigure to be an unbound branch with a working tree."
3724
3724
msgstr ""
3725
3725
 
3726
 
#: bzrlib/builtins.py:6096
 
3726
#: bzrlib/builtins.py:6003
3727
3727
msgid "Reconfigure to be a bound branch with a working tree."
3728
3728
msgstr ""
3729
3729
 
3730
 
#: bzrlib/builtins.py:6097
 
3730
#: bzrlib/builtins.py:6004
3731
3731
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3732
3732
msgstr ""
3733
3733
 
3734
 
#: bzrlib/builtins.py:6102
 
3734
#: bzrlib/builtins.py:6009
3735
3735
msgid "Repository type"
3736
3736
msgstr ""
3737
3737
 
3738
 
#: bzrlib/builtins.py:6103
 
3738
#: bzrlib/builtins.py:6010
3739
3739
msgid "Location fo the repository."
3740
3740
msgstr ""
3741
3741
 
3742
 
#: bzrlib/builtins.py:6105
 
3742
#: bzrlib/builtins.py:6012
3743
3743
msgid ""
3744
3744
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3745
3745
msgstr ""
3746
3746
 
3747
 
#: bzrlib/builtins.py:6107
 
3747
#: bzrlib/builtins.py:6014
3748
3748
msgid "Reconfigure to use a shared repository."
3749
3749
msgstr ""
3750
3750
 
3751
 
#: bzrlib/builtins.py:6111
 
3751
#: bzrlib/builtins.py:6018
3752
3752
msgid "Trees in Repository"
3753
3753
msgstr ""
3754
3754
 
3755
 
#: bzrlib/builtins.py:6112
 
3755
#: bzrlib/builtins.py:6019
3756
3756
msgid "Whether new branches in the repository have trees."
3757
3757
msgstr ""
3758
3758
 
3759
 
#: bzrlib/builtins.py:6114
 
3759
#: bzrlib/builtins.py:6021
3760
3760
msgid ""
3761
3761
"Reconfigure repository to create working trees on branches by default."
3762
3762
msgstr ""
3763
3763
 
3764
 
#: bzrlib/builtins.py:6116
 
3764
#: bzrlib/builtins.py:6023
3765
3765
msgid ""
3766
3766
"Reconfigure repository to not create working trees on branches by default."
3767
3767
msgstr ""
3768
3768
 
3769
 
#: bzrlib/builtins.py:6119
 
3769
#: bzrlib/builtins.py:6026
3770
3770
msgid "Branch to bind checkout to."
3771
3771
msgstr ""
3772
3772
 
3773
 
#: bzrlib/builtins.py:6121
 
3773
#: bzrlib/builtins.py:6028
3774
3774
msgid "Perform reconfiguration even if local changes will be lost."
3775
3775
msgstr ""
3776
3776
 
3777
 
#: bzrlib/builtins.py:6124
 
3777
#: bzrlib/builtins.py:6031
3778
3778
msgid "Reconfigure a branch to be stacked on another branch."
3779
3779
msgstr ""
3780
3780
 
3781
 
#: bzrlib/builtins.py:6128
 
3781
#: bzrlib/builtins.py:6035
3782
3782
msgid ""
3783
3783
"Reconfigure a branch to be unstacked.  This may require copying substantial "
3784
3784
"data into it."
3785
3785
msgstr ""
3786
3786
 
3787
 
#: bzrlib/builtins.py:6138
 
3787
#: bzrlib/builtins.py:6045
3788
3788
msgid "Can't use both --stacked-on and --unstacked"
3789
3789
msgstr ""
3790
3790
 
3791
 
#: bzrlib/builtins.py:6152
 
3791
#: bzrlib/builtins.py:6059
3792
3792
msgid "No target configuration specified"
3793
3793
msgstr ""
3794
3794
 
3795
 
#: bzrlib/builtins.py:6187
 
3795
#: bzrlib/builtins.py:6094
3796
3796
msgid "Set the branch of a checkout and update."
3797
3797
msgstr ""
3798
3798
 
3799
 
#: bzrlib/builtins.py:6189
 
3799
#: bzrlib/builtins.py:6096
3800
3800
msgid ""
3801
3801
"For lightweight checkouts, this changes the branch being referenced.\n"
3802
3802
"For heavyweight checkouts, this checks that there are no local commits\n"
3804
3804
"of the new location and binds to it."
3805
3805
msgstr ""
3806
3806
 
3807
 
#: bzrlib/builtins.py:6194
 
3807
#: bzrlib/builtins.py:6101
3808
3808
msgid ""
3809
3809
"In both cases, the working tree is updated and uncommitted changes\n"
3810
3810
"are merged. The user can commit or revert these as they desire."
3811
3811
msgstr ""
3812
3812
 
3813
 
#: bzrlib/builtins.py:6197
 
3813
#: bzrlib/builtins.py:6104
3814
3814
msgid "Pending merges need to be committed or reverted before using switch."
3815
3815
msgstr ""
3816
3816
 
3817
 
#: bzrlib/builtins.py:6199
 
3817
#: bzrlib/builtins.py:6106
3818
3818
msgid ""
3819
3819
"The path to the branch to switch to can be specified relative to the parent\n"
3820
3820
"directory of the current branch. For example, if you are currently in a\n"
3822
3822
"/path/to/newbranch."
3823
3823
msgstr ""
3824
3824
 
3825
 
#: bzrlib/builtins.py:6204
 
3825
#: bzrlib/builtins.py:6111
3826
3826
msgid ""
3827
3827
"Bound branches use the nickname of its master branch unless it is set\n"
3828
3828
"locally, in which case switching will update the local nickname to be\n"
3829
3829
"that of the master."
3830
3830
msgstr ""
3831
3831
 
3832
 
#: bzrlib/builtins.py:6212
 
3832
#: bzrlib/builtins.py:6119
3833
3833
msgid "Switch even if local commits will be lost."
3834
3834
msgstr ""
3835
3835
 
3836
 
#: bzrlib/builtins.py:6215
 
3836
#: bzrlib/builtins.py:6122
3837
3837
msgid "Create the target branch from this one before switching to it."
3838
3838
msgstr ""
3839
3839
 
3840
 
#: bzrlib/builtins.py:6229
 
3840
#: bzrlib/builtins.py:6134
3841
3841
msgid "You must supply either a revision or a location"
3842
3842
msgstr ""
3843
3843
 
3844
 
#: bzrlib/builtins.py:6242
 
3844
#: bzrlib/builtins.py:6145
3845
3845
msgid "cannot create branch without source branch"
3846
3846
msgstr ""
3847
3847
 
3848
 
#: bzrlib/builtins.py:6262
 
3848
#: bzrlib/builtins.py:6209
3849
3849
msgid "Manage filtered views."
3850
3850
msgstr ""
3851
3851
 
3852
 
#: bzrlib/builtins.py:6264
 
3852
#: bzrlib/builtins.py:6211
3853
3853
msgid ""
3854
3854
"Views provide a mask over the tree so that users can focus on\n"
3855
3855
"a subset of a tree when doing their work. After creating a view,\n"
3859
3859
"must be within the current view."
3860
3860
msgstr ""
3861
3861
 
3862
 
#: bzrlib/builtins.py:6271
 
3862
#: bzrlib/builtins.py:6218
3863
3863
msgid ""
3864
3864
"In most cases, a view has a short life-span: it is created to make\n"
3865
3865
"a selected change and is deleted once that change is committed.\n"
3867
3867
"and switch between them."
3868
3868
msgstr ""
3869
3869
 
3870
 
#: bzrlib/builtins.py:6276
 
3870
#: bzrlib/builtins.py:6223
3871
3871
msgid ""
3872
3872
"To disable the current view without deleting it, you can switch to\n"
3873
3873
"the pseudo view called ``off``. This can be useful when you need\n"
3875
3875
"want to switch back to your view after that."
3876
3876
msgstr ""
3877
3877
 
3878
 
#: bzrlib/builtins.py:6281
 
3878
#: bzrlib/builtins.py:6228
3879
3879
msgid ""
3880
3880
":Examples:\n"
3881
3881
"  To define the current view::"
3882
3882
msgstr ""
3883
3883
 
3884
 
#: bzrlib/builtins.py:6284
 
3884
#: bzrlib/builtins.py:6231
3885
3885
msgid "    bzr view file1 dir1 ..."
3886
3886
msgstr ""
3887
3887
 
3888
 
#: bzrlib/builtins.py:6286
 
3888
#: bzrlib/builtins.py:6233
3889
3889
msgid "  To list the current view::"
3890
3890
msgstr ""
3891
3891
 
3892
 
#: bzrlib/builtins.py:6288
 
3892
#: bzrlib/builtins.py:6235
3893
3893
msgid "    bzr view"
3894
3894
msgstr ""
3895
3895
 
3896
 
#: bzrlib/builtins.py:6290
 
3896
#: bzrlib/builtins.py:6237
3897
3897
msgid "  To delete the current view::"
3898
3898
msgstr ""
3899
3899
 
3900
 
#: bzrlib/builtins.py:6292
 
3900
#: bzrlib/builtins.py:6239
3901
3901
msgid "    bzr view --delete"
3902
3902
msgstr ""
3903
3903
 
3904
 
#: bzrlib/builtins.py:6294
 
3904
#: bzrlib/builtins.py:6241
3905
3905
msgid "  To disable the current view without deleting it::"
3906
3906
msgstr ""
3907
3907
 
3908
 
#: bzrlib/builtins.py:6296
 
3908
#: bzrlib/builtins.py:6243
3909
3909
msgid "    bzr view --switch off"
3910
3910
msgstr ""
3911
3911
 
3912
 
#: bzrlib/builtins.py:6298
 
3912
#: bzrlib/builtins.py:6245
3913
3913
msgid "  To define a named view and switch to it::"
3914
3914
msgstr ""
3915
3915
 
3916
 
#: bzrlib/builtins.py:6300
 
3916
#: bzrlib/builtins.py:6247
3917
3917
msgid "    bzr view --name view-name file1 dir1 ..."
3918
3918
msgstr ""
3919
3919
 
3920
 
#: bzrlib/builtins.py:6302
 
3920
#: bzrlib/builtins.py:6249
3921
3921
msgid "  To list a named view::"
3922
3922
msgstr ""
3923
3923
 
3924
 
#: bzrlib/builtins.py:6304
 
3924
#: bzrlib/builtins.py:6251
3925
3925
msgid "    bzr view --name view-name"
3926
3926
msgstr ""
3927
3927
 
3928
 
#: bzrlib/builtins.py:6306
 
3928
#: bzrlib/builtins.py:6253
3929
3929
msgid "  To delete a named view::"
3930
3930
msgstr ""
3931
3931
 
3932
 
#: bzrlib/builtins.py:6308
 
3932
#: bzrlib/builtins.py:6255
3933
3933
msgid "    bzr view --name view-name --delete"
3934
3934
msgstr ""
3935
3935
 
3936
 
#: bzrlib/builtins.py:6310
 
3936
#: bzrlib/builtins.py:6257
3937
3937
msgid "  To switch to a named view::"
3938
3938
msgstr ""
3939
3939
 
3940
 
#: bzrlib/builtins.py:6312
 
3940
#: bzrlib/builtins.py:6259
3941
3941
msgid "    bzr view --switch view-name"
3942
3942
msgstr ""
3943
3943
 
3944
 
#: bzrlib/builtins.py:6314
 
3944
#: bzrlib/builtins.py:6261
3945
3945
msgid "  To list all views defined::"
3946
3946
msgstr ""
3947
3947
 
3948
 
#: bzrlib/builtins.py:6316
 
3948
#: bzrlib/builtins.py:6263
3949
3949
msgid "    bzr view --all"
3950
3950
msgstr ""
3951
3951
 
3952
 
#: bzrlib/builtins.py:6318
 
3952
#: bzrlib/builtins.py:6265
3953
3953
msgid "  To delete all views::"
3954
3954
msgstr ""
3955
3955
 
3956
 
#: bzrlib/builtins.py:6320
 
3956
#: bzrlib/builtins.py:6267
3957
3957
msgid "    bzr view --delete --all"
3958
3958
msgstr ""
3959
3959
 
3960
 
#: bzrlib/builtins.py:6327
 
3960
#: bzrlib/builtins.py:6274
3961
3961
msgid "Apply list or delete action to all views."
3962
3962
msgstr ""
3963
3963
 
3964
 
#: bzrlib/builtins.py:6330
 
3964
#: bzrlib/builtins.py:6277
3965
3965
msgid "Delete the view."
3966
3966
msgstr ""
3967
3967
 
3968
 
#: bzrlib/builtins.py:6333
 
3968
#: bzrlib/builtins.py:6280
3969
3969
msgid "Name of the view to define, list or delete."
3970
3970
msgstr ""
3971
3971
 
3972
 
#: bzrlib/builtins.py:6337
 
3972
#: bzrlib/builtins.py:6284
3973
3973
msgid "Name of the view to switch to."
3974
3974
msgstr ""
3975
3975
 
3976
 
#: bzrlib/builtins.py:6356
 
3976
#: bzrlib/builtins.py:6303
3977
3977
msgid "Both --delete and a file list specified"
3978
3978
msgstr ""
3979
3979
 
3980
 
#: bzrlib/builtins.py:6359
 
3980
#: bzrlib/builtins.py:6306
3981
3981
msgid "Both --delete and --switch specified"
3982
3982
msgstr ""
3983
3983
 
3984
 
#: bzrlib/builtins.py:6362
 
3984
#: bzrlib/builtins.py:6309
3985
3985
msgid "Deleted all views.\n"
3986
3986
msgstr ""
3987
3987
 
3988
 
#: bzrlib/builtins.py:6364
 
3988
#: bzrlib/builtins.py:6311
3989
3989
msgid "No current view to delete"
3990
3990
msgstr ""
3991
3991
 
3992
 
#: bzrlib/builtins.py:6367
 
3992
#: bzrlib/builtins.py:6314
3993
3993
#, python-format
3994
3994
msgid "Deleted '%s' view.\n"
3995
3995
msgstr ""
3996
3996
 
3997
 
#: bzrlib/builtins.py:6371
 
3997
#: bzrlib/builtins.py:6318
3998
3998
msgid "Both --switch and a file list specified"
3999
3999
msgstr ""
4000
4000
 
4001
 
#: bzrlib/builtins.py:6374
 
4001
#: bzrlib/builtins.py:6321
4002
4002
msgid "Both --switch and --all specified"
4003
4003
msgstr ""
4004
4004
 
4005
 
#: bzrlib/builtins.py:6377
 
4005
#: bzrlib/builtins.py:6324
4006
4006
msgid "No current view to disable"
4007
4007
msgstr ""
4008
4008
 
4009
 
#: bzrlib/builtins.py:6379
 
4009
#: bzrlib/builtins.py:6326
4010
4010
#, python-format
4011
4011
msgid "Disabled '%s' view.\n"
4012
4012
msgstr ""
4013
4013
 
4014
 
#: bzrlib/builtins.py:6383 bzrlib/builtins.py:6405
 
4014
#: bzrlib/builtins.py:6330 bzrlib/builtins.py:6352
4015
4015
msgid "Using '{0}' view: {1}\n"
4016
4016
msgstr ""
4017
4017
 
4018
 
#: bzrlib/builtins.py:6386
 
4018
#: bzrlib/builtins.py:6333
4019
4019
msgid "Views defined:\n"
4020
4020
msgstr ""
4021
4021
 
4022
 
#: bzrlib/builtins.py:6395
 
4022
#: bzrlib/builtins.py:6342
4023
4023
msgid "No views defined.\n"
4024
4024
msgstr ""
4025
4025
 
4026
 
#: bzrlib/builtins.py:6402
 
4026
#: bzrlib/builtins.py:6349
4027
4027
msgid "Cannot change the 'off' pseudo view"
4028
4028
msgstr ""
4029
4029
 
4030
 
#: bzrlib/builtins.py:6410
 
4030
#: bzrlib/builtins.py:6357
4031
4031
msgid "No current view.\n"
4032
4032
msgstr ""
4033
4033
 
4034
 
#: bzrlib/builtins.py:6413
 
4034
#: bzrlib/builtins.py:6360
4035
4035
msgid "'{0}' view is: {1}\n"
4036
4036
msgstr ""
4037
4037
 
4038
 
#: bzrlib/builtins.py:6433
 
4038
#: bzrlib/builtins.py:6380
4039
4039
msgid "    <no hooks installed>\n"
4040
4040
msgstr ""
4041
4041
 
4042
 
#: bzrlib/builtins.py:6437
 
4042
#: bzrlib/builtins.py:6384
4043
4043
msgid "Remove a branch."
4044
4044
msgstr ""
4045
4045
 
4046
 
#: bzrlib/builtins.py:6439
 
4046
#: bzrlib/builtins.py:6386
4047
4047
msgid ""
4048
4048
"This will remove the branch from the specified location but \n"
4049
4049
"will keep any working tree or repository in place."
4050
4050
msgstr ""
4051
4051
 
4052
 
#: bzrlib/builtins.py:6444
 
4052
#: bzrlib/builtins.py:6391
4053
4053
msgid "  Remove the branch at repo/trunk::"
4054
4054
msgstr ""
4055
4055
 
4056
 
#: bzrlib/builtins.py:6446
 
4056
#: bzrlib/builtins.py:6393
4057
4057
msgid "    bzr remove-branch repo/trunk"
4058
4058
msgstr ""
4059
4059
 
4060
 
#: bzrlib/builtins.py:6461
 
4060
#: bzrlib/builtins.py:6408
4061
4061
msgid "Plaintext diff output."
4062
4062
msgstr ""
4063
4063
 
4064
 
#: bzrlib/builtins.py:6462
 
4064
#: bzrlib/builtins.py:6409
4065
4065
msgid "Temporarily set aside some changes from the current tree."
4066
4066
msgstr ""
4067
4067
 
4068
 
#: bzrlib/builtins.py:6464
 
4068
#: bzrlib/builtins.py:6411
4069
4069
msgid ""
4070
4070
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4071
4071
"ie. out of the way, until a later time when you can bring them back from\n"
4074
4074
"will they survive its deletion."
4075
4075
msgstr ""
4076
4076
 
4077
 
#: bzrlib/builtins.py:6470
 
4077
#: bzrlib/builtins.py:6417
4078
4078
msgid "If shelve --list is specified, previously-shelved changes are listed."
4079
4079
msgstr ""
4080
4080
 
4081
 
#: bzrlib/builtins.py:6472
 
4081
#: bzrlib/builtins.py:6419
4082
4082
msgid ""
4083
4083
"Shelve is intended to help separate several sets of changes that have\n"
4084
4084
"been inappropriately mingled.  If you just want to get rid of all changes\n"
4086
4086
"shelve all text changes at once, use shelve --all."
4087
4087
msgstr ""
4088
4088
 
4089
 
#: bzrlib/builtins.py:6477
 
4089
#: bzrlib/builtins.py:6424
4090
4090
msgid ""
4091
4091
"If filenames are specified, only the changes to those files will be\n"
4092
4092
"shelved. Other files will be left untouched."
4093
4093
msgstr ""
4094
4094
 
4095
 
#: bzrlib/builtins.py:6480
 
4095
#: bzrlib/builtins.py:6427
4096
4096
msgid ""
4097
4097
"If a revision is specified, changes since that revision will be shelved."
4098
4098
msgstr ""
4099
4099
 
4100
 
#: bzrlib/builtins.py:6482
 
4100
#: bzrlib/builtins.py:6429
4101
4101
msgid ""
4102
4102
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4103
4103
"restore the most recently shelved changes."
4104
4104
msgstr ""
4105
4105
 
4106
 
#: bzrlib/builtins.py:6485
 
4106
#: bzrlib/builtins.py:6432
4107
4107
msgid ""
4108
4108
"For complicated changes, it is possible to edit the changes in a separate\n"
4109
4109
"editor program to decide what the file remaining in the working copy\n"
4110
4110
"should look like.  To do this, add the configuration option"
4111
4111
msgstr ""
4112
4112
 
4113
 
#: bzrlib/builtins.py:6489
 
4113
#: bzrlib/builtins.py:6436
4114
4114
msgid "    change_editor = PROGRAM @new_path @old_path"
4115
4115
msgstr ""
4116
4116
 
4117
 
#: bzrlib/builtins.py:6491
 
4117
#: bzrlib/builtins.py:6438
4118
4118
msgid ""
4119
4119
"where @new_path is replaced with the path of the new version of the \n"
4120
4120
"file and @old_path is replaced with the path of the old version of \n"
4123
4123
"    "
4124
4124
msgstr ""
4125
4125
 
4126
 
#: bzrlib/builtins.py:6503
 
4126
#: bzrlib/builtins.py:6450
4127
4127
msgid "Shelve all changes."
4128
4128
msgstr ""
4129
4129
 
4130
 
#: bzrlib/builtins.py:6505
 
4130
#: bzrlib/builtins.py:6452
4131
4131
msgid "Method to use for writing diffs."
4132
4132
msgstr ""
4133
4133
 
4134
 
#: bzrlib/builtins.py:6505
 
4134
#: bzrlib/builtins.py:6452
4135
4135
msgid "writer"
4136
4136
msgstr ""
4137
4137
 
4138
 
#: bzrlib/builtins.py:6509
 
4138
#: bzrlib/builtins.py:6456
4139
4139
msgid "List shelved changes."
4140
4140
msgstr ""
4141
4141
 
4142
 
#: bzrlib/builtins.py:6511
 
4142
#: bzrlib/builtins.py:6458
4143
4143
msgid "Destroy removed changes instead of shelving them."
4144
4144
msgstr ""
4145
4145
 
4146
 
#: bzrlib/builtins.py:6540
 
4146
#: bzrlib/builtins.py:6487
4147
4147
msgid "No shelved changes."
4148
4148
msgstr ""
4149
4149
 
4150
 
#: bzrlib/builtins.py:6551
 
4150
#: bzrlib/builtins.py:6498
4151
4151
msgid "Restore shelved changes."
4152
4152
msgstr ""
4153
4153
 
4154
 
#: bzrlib/builtins.py:6553
 
4154
#: bzrlib/builtins.py:6500
4155
4155
msgid ""
4156
4156
"By default, the most recently shelved changes are restored. However if you\n"
4157
4157
"specify a shelf by id those changes will be restored instead.  This works\n"
4158
4158
"best when the changes don't depend on each other."
4159
4159
msgstr ""
4160
4160
 
4161
 
#: bzrlib/builtins.py:6562
 
4161
#: bzrlib/builtins.py:6509
4162
4162
msgid "The action to perform."
4163
4163
msgstr ""
4164
4164
 
4165
 
#: bzrlib/builtins.py:6562 bzrlib/conflicts.py:694
 
4165
#: bzrlib/builtins.py:6509 bzrlib/conflicts.py:694
4166
4166
msgid "action"
4167
4167
msgstr ""
4168
4168
 
4169
 
#: bzrlib/builtins.py:6564
 
4169
#: bzrlib/builtins.py:6511
4170
4170
msgid "Apply changes and remove from the shelf."
4171
4171
msgstr ""
4172
4172
 
4173
 
#: bzrlib/builtins.py:6565
 
4173
#: bzrlib/builtins.py:6512
4174
4174
msgid "Show changes, but do not apply or remove them."
4175
4175
msgstr ""
4176
4176
 
4177
 
#: bzrlib/builtins.py:6566
 
4177
#: bzrlib/builtins.py:6513
4178
4178
msgid ""
4179
4179
"Instead of unshelving the changes, show the diff that would result from "
4180
4180
"unshelving."
4181
4181
msgstr ""
4182
4182
 
4183
 
#: bzrlib/builtins.py:6568
 
4183
#: bzrlib/builtins.py:6515
4184
4184
msgid "Delete changes without applying them."
4185
4185
msgstr ""
4186
4186
 
4187
 
#: bzrlib/builtins.py:6569
 
4187
#: bzrlib/builtins.py:6516
4188
4188
msgid "Apply changes but don't delete them."
4189
4189
msgstr ""
4190
4190
 
4191
 
#: bzrlib/builtins.py:6584
 
4191
#: bzrlib/builtins.py:6531
4192
4192
msgid "Remove unwanted files from working tree."
4193
4193
msgstr ""
4194
4194
 
4195
 
#: bzrlib/builtins.py:6586
 
4195
#: bzrlib/builtins.py:6533
4196
4196
msgid ""
4197
4197
"By default, only unknown files, not ignored files, are deleted.  Versioned\n"
4198
4198
"files are never deleted."
4199
4199
msgstr ""
4200
4200
 
4201
 
#: bzrlib/builtins.py:6589
 
4201
#: bzrlib/builtins.py:6536
4202
4202
msgid ""
4203
4203
"Another class is 'detritus', which includes files emitted by bzr during\n"
4204
4204
"normal operations and selftests.  (The value of these files decreases with\n"
4205
4205
"time.)"
4206
4206
msgstr ""
4207
4207
 
4208
 
#: bzrlib/builtins.py:6593
 
4208
#: bzrlib/builtins.py:6540
4209
4209
msgid ""
4210
4210
"If no options are specified, unknown files are deleted.  Otherwise, option\n"
4211
4211
"flags are respected, and may be combined."
4212
4212
msgstr ""
4213
4213
 
4214
 
#: bzrlib/builtins.py:6596
 
4214
#: bzrlib/builtins.py:6543
4215
4215
msgid "To check what clean-tree will do, use --dry-run."
4216
4216
msgstr ""
4217
4217
 
4218
 
#: bzrlib/builtins.py:6599
 
4218
#: bzrlib/builtins.py:6546
4219
4219
msgid "Delete all ignored files."
4220
4220
msgstr ""
4221
4221
 
4222
 
#: bzrlib/builtins.py:6600
 
4222
#: bzrlib/builtins.py:6547
4223
4223
msgid ""
4224
4224
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4225
4225
msgstr ""
4226
4226
 
4227
 
#: bzrlib/builtins.py:6603
 
4227
#: bzrlib/builtins.py:6550
4228
4228
msgid "Delete files unknown to bzr (default)."
4229
4229
msgstr ""
4230
4230
 
4231
 
#: bzrlib/builtins.py:6604
 
4231
#: bzrlib/builtins.py:6551
4232
4232
msgid "Show files to delete instead of deleting them."
4233
4233
msgstr ""
4234
4234
 
4235
 
#: bzrlib/builtins.py:6606
 
4235
#: bzrlib/builtins.py:6553
4236
4236
msgid "Do not prompt before deleting."
4237
4237
msgstr ""
4238
4238
 
4292
4292
msgstr[0] ""
4293
4293
msgstr[1] ""
4294
4294
 
4295
 
#: bzrlib/bzrdir.py:490
 
4295
#: bzrlib/bzrdir.py:489
4296
4296
msgid ""
4297
4297
"making backup of {0}\n"
4298
4298
"  to {1}"
4299
4299
msgstr ""
4300
4300
 
4301
 
#: bzrlib/bzrdir.py:513
 
4301
#: bzrlib/bzrdir.py:512
4302
4302
msgid "renamed {0} to {1}"
4303
4303
msgstr ""
4304
4304
 
4305
 
#: bzrlib/bzrdir.py:1652
 
4305
#: bzrlib/bzrdir.py:1663
4306
4306
#, python-format
4307
4307
msgid ""
4308
4308
"Source repository format does not support stacking, using format:\n"
4309
4309
"  %s"
4310
4310
msgstr ""
4311
4311
 
4312
 
#: bzrlib/bzrdir.py:1672
 
4312
#: bzrlib/bzrdir.py:1683
4313
4313
#, python-format
4314
4314
msgid ""
4315
4315
"Source branch format does not support stacking, using format:\n"
4316
4316
"  %s"
4317
4317
msgstr ""
4318
4318
 
4319
 
#: bzrlib/bzrdir.py:1818
 
4319
#: bzrlib/bzrdir.py:1829
4320
4320
msgid "starting repository conversion"
4321
4321
msgstr ""
4322
4322
 
4323
 
#: bzrlib/bzrdir.py:2039
 
4323
#: bzrlib/bzrdir.py:2058
4324
4324
msgid "Using default stacking branch {0} at {1}"
4325
4325
msgstr ""
4326
4326
 
4559
4559
msgid "bzr version-info --revision takes exactly one revision specifier"
4560
4560
msgstr ""
4561
4561
 
4562
 
#: bzrlib/commands.py:229
 
4562
#: bzrlib/commands.py:228
4563
4563
#, python-format
4564
4564
msgid "unknown command \"%s\""
4565
4565
msgstr ""
4566
4566
 
4567
 
#: bzrlib/commands.py:476
 
4567
#: bzrlib/commands.py:475
4568
4568
msgid "No help for this command."
4569
4569
msgstr ""
4570
4570
 
4571
 
#: bzrlib/commands.py:489
 
4571
#: bzrlib/commands.py:488
4572
4572
#, python-format
4573
4573
msgid ":Purpose: %s\n"
4574
4574
msgstr ""
4575
4575
 
4576
 
#: bzrlib/commands.py:491
 
4576
#: bzrlib/commands.py:490
4577
4577
#, python-format
4578
4578
msgid ""
4579
4579
":Usage:\n"
4580
4580
"%s\n"
4581
4581
msgstr ""
4582
4582
 
4583
 
#: bzrlib/commands.py:493
 
4583
#: bzrlib/commands.py:492
4584
4584
#, python-format
4585
4585
msgid ":Usage:   %s\n"
4586
4586
msgstr ""
4587
4587
 
4588
 
#: bzrlib/commands.py:512
 
4588
#: bzrlib/commands.py:511
4589
4589
#, python-format
4590
4590
msgid ":Options:%s"
4591
4591
msgstr ""
4592
4592
 
4593
 
#: bzrlib/commands.py:523
 
4593
#: bzrlib/commands.py:522
4594
4594
#, python-format
4595
4595
msgid ""
4596
4596
":Description:\n"
4598
4598
"\n"
4599
4599
msgstr ""
4600
4600
 
4601
 
#: bzrlib/commands.py:533
 
4601
#: bzrlib/commands.py:532
4602
4602
#, python-format
4603
4603
msgid ""
4604
4604
"See bzr help %s for more details and examples.\n"
4605
4605
"\n"
4606
4606
msgstr ""
4607
4607
 
4608
 
#: bzrlib/commands.py:538
 
4608
#: bzrlib/commands.py:537
4609
4609
msgid ":Aliases:  "
4610
4610
msgstr ""
4611
4611
 
4612
 
#: bzrlib/commands.py:542
 
4612
#: bzrlib/commands.py:541
4613
4613
#, python-format
4614
4614
msgid ":From:     plugin \"%s\"\n"
4615
4615
msgstr ""
4616
4616
 
4617
 
#: bzrlib/commands.py:554
 
4617
#: bzrlib/commands.py:553
4618
4618
msgid ":doc:`{0} <{1}-help>`"
4619
4619
msgstr ""
4620
4620
 
4621
 
#: bzrlib/commands.py:558
 
4621
#: bzrlib/commands.py:557
4622
4622
#, python-format
4623
4623
msgid ":See also: %s"
4624
4624
msgstr ""
4625
4625
 
4626
 
#: bzrlib/commands.py:816 bzrlib/gpg.py:324
 
4626
#: bzrlib/commands.py:815 bzrlib/gpg.py:324
4627
4627
msgid "Only ASCII permitted in option names"
4628
4628
msgstr ""
4629
4629
 
4630
 
#: bzrlib/commands.py:841 bzrlib/commands.py:849
 
4630
#: bzrlib/commands.py:840 bzrlib/commands.py:848
4631
4631
msgid "command {0!r} needs one or more {1}"
4632
4632
msgstr ""
4633
4633
 
4634
 
#: bzrlib/commands.py:858
 
4634
#: bzrlib/commands.py:857
4635
4635
msgid "command {0!r} requires argument {1}"
4636
4636
msgstr ""
4637
4637
 
4638
 
#: bzrlib/commands.py:865
 
4638
#: bzrlib/commands.py:864
4639
4639
msgid "extra argument to command {0}: {1}"
4640
4640
msgstr ""
4641
4641
 
4642
 
#: bzrlib/commands.py:962
 
4642
#: bzrlib/commands.py:961
4643
4643
#, python-format
4644
4644
msgid "Profile data written to \"%s\"."
4645
4645
msgstr ""
4741
4741
msgid "Invalid config value for \"{0}\"  value {1!r} is not an SI unit."
4742
4742
msgstr ""
4743
4743
 
4744
 
#: bzrlib/config.py:2485
 
4744
#: bzrlib/config.py:2499
4745
4745
msgid "{0} is not an SI unit."
4746
4746
msgstr ""
4747
4747
 
4748
 
#: bzrlib/config.py:2949
 
4748
#: bzrlib/config.py:2956
4749
4749
msgid ""
4750
4750
"Option {0} in section {1} of {2} was changed from {3} to {4}. The {5} value "
4751
4751
"will be saved."
4752
4752
msgstr ""
4753
4753
 
4754
 
#: bzrlib/config.py:3093
 
4754
#: bzrlib/config.py:3100
4755
4755
#, python-format
4756
4756
msgid "Invalid '%s', should be of the form 'name=value'"
4757
4757
msgstr ""
4758
4758
 
4759
 
#: bzrlib/config.py:3962
 
4759
#: bzrlib/config.py:3969
4760
4760
msgid "Display, set or remove a configuration option."
4761
4761
msgstr ""
4762
4762
 
4763
 
#: bzrlib/config.py:3964
 
4763
#: bzrlib/config.py:3971
4764
4764
msgid "Display the active value for a given option."
4765
4765
msgstr ""
4766
4766
 
4767
 
#: bzrlib/config.py:3966
 
4767
#: bzrlib/config.py:3973
4768
4768
msgid ""
4769
4769
"If --all is specified, NAME is interpreted as a regular expression and all\n"
4770
4770
"matching options are displayed mentioning their scope. The active value\n"
4771
4771
"that bzr will take into account is the first one displayed for each option."
4772
4772
msgstr ""
4773
4773
 
4774
 
#: bzrlib/config.py:3970
 
4774
#: bzrlib/config.py:3977
4775
4775
msgid "If no NAME is given, --all .* is implied."
4776
4776
msgstr ""
4777
4777
 
4778
 
#: bzrlib/config.py:3972
 
4778
#: bzrlib/config.py:3979
4779
4779
msgid ""
4780
4780
"Setting a value is achieved by using name=value without spaces. The value\n"
4781
4781
"is set in the most relevant scope and can be checked by displaying the\n"
4782
4782
"option again."
4783
4783
msgstr ""
4784
4784
 
4785
 
#: bzrlib/config.py:3984
 
4785
#: bzrlib/config.py:3991
4786
4786
msgid "Reduce the scope to the specified configuration file."
4787
4787
msgstr ""
4788
4788
 
4789
 
#: bzrlib/config.py:3988
 
4789
#: bzrlib/config.py:3995
4790
4790
msgid "Display all the defined values for the matching options."
4791
4791
msgstr ""
4792
4792
 
4793
 
#: bzrlib/config.py:3990
 
4793
#: bzrlib/config.py:3997
4794
4794
msgid "Remove the option from the configuration file."
4795
4795
msgstr ""
4796
4796
 
4870
4870
msgstr[0] ""
4871
4871
msgstr[1] ""
4872
4872
 
4873
 
#: bzrlib/controldir.py:710
 
4873
#: bzrlib/controldir.py:698
4874
4874
msgid "{0} is{1} redirected to {2}"
4875
4875
msgstr ""
4876
4876
 
4976
4976
msgid "The value '%(value)s' is not a valid value."
4977
4977
msgstr ""
4978
4978
 
4979
 
#: bzrlib/errors.py:424
4980
 
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
4981
 
msgstr ""
4982
 
 
4983
4979
#: bzrlib/errors.py:443
4984
4980
msgid "Generic path error: %(path)r%(extra)s)"
4985
4981
msgstr ""
5079
5075
msgstr ""
5080
5076
 
5081
5077
#: bzrlib/errors.py:705
5082
 
msgid "A control directory already exists: \"%(path)s\"."
5083
 
msgstr ""
5084
 
 
5085
 
#: bzrlib/errors.py:710
5086
5078
msgid "Already a branch: \"%(path)s\"."
5087
5079
msgstr ""
5088
5080
 
5089
 
#: bzrlib/errors.py:715
5090
 
msgid "Parent branch already exists: \"%(path)s\"."
5091
 
msgstr ""
5092
 
 
5093
 
#: bzrlib/errors.py:721
 
5081
#: bzrlib/errors.py:711
5094
5082
msgid ""
5095
5083
"Directory contains a branch, but no working tree (use bzr checkout if you "
5096
5084
"wish to build a working tree): \"%(path)s\""
5097
5085
msgstr ""
5098
5086
 
 
5087
#: bzrlib/errors.py:716
 
5088
msgid ""
 
5089
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
 
5090
msgstr ""
 
5091
 
5099
5092
#: bzrlib/errors.py:726
5100
5093
msgid ""
5101
 
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
 
5094
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
5102
5095
msgstr ""
5103
5096
 
5104
5097
#: bzrlib/errors.py:736
5105
 
msgid ""
5106
 
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
5107
 
msgstr ""
5108
 
 
5109
 
#: bzrlib/errors.py:746
5110
5098
msgid "No repository present: \"%(path)s\""
5111
5099
msgstr ""
5112
5100
 
5113
 
#: bzrlib/errors.py:753
 
5101
#: bzrlib/errors.py:743
5114
5102
msgid ""
5115
5103
"Unsupported branch format: %(format)s\n"
5116
5104
"Please run 'bzr upgrade'"
5117
5105
msgstr ""
5118
5106
 
5119
 
#: bzrlib/errors.py:759
 
5107
#: bzrlib/errors.py:749
5120
5108
msgid "Unknown %(kind)s format: %(format)r"
5121
5109
msgstr ""
5122
5110
 
 
5111
#: bzrlib/errors.py:758
 
5112
msgid "Format %(format)s is not compatible with .bzr version %(bzrdir)s."
 
5113
msgstr ""
 
5114
 
5123
5115
#: bzrlib/errors.py:768
5124
 
msgid "Format %(format)s is not compatible with .bzr version %(bzrdir)s."
5125
 
msgstr ""
5126
 
 
5127
 
#: bzrlib/errors.py:778
5128
5116
msgid "Parse error on line %(lineno)d of %(format)s format: %(line)s"
5129
5117
msgstr ""
5130
5118
 
5131
 
#: bzrlib/errors.py:793
 
5119
#: bzrlib/errors.py:783
5132
5120
msgid ""
5133
5121
"%(target)s\n"
5134
5122
"is not compatible with\n"
5136
5124
"%(details)s"
5137
5125
msgstr ""
5138
5126
 
 
5127
#: bzrlib/errors.py:799
 
5128
msgid "Revision is not compatible with %(repo_format)s"
 
5129
msgstr ""
 
5130
 
5139
5131
#: bzrlib/errors.py:809
5140
 
msgid "Revision is not compatible with %(repo_format)s"
5141
 
msgstr ""
5142
 
 
5143
 
#: bzrlib/errors.py:819
5144
5132
msgid "%(context_info)s%(path)s is already versioned."
5145
5133
msgstr ""
5146
5134
 
5147
 
#: bzrlib/errors.py:840
 
5135
#: bzrlib/errors.py:830
5148
5136
msgid "%(context_info)s%(path)s is not versioned."
5149
5137
msgstr ""
5150
5138
 
5151
 
#: bzrlib/errors.py:861
 
5139
#: bzrlib/errors.py:851
5152
5140
msgid "Path(s) are not versioned: %(paths_as_string)s"
5153
5141
msgstr ""
5154
5142
 
5155
 
#: bzrlib/errors.py:872
 
5143
#: bzrlib/errors.py:862
5156
5144
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5157
5145
msgstr ""
5158
5146
 
5159
 
#: bzrlib/errors.py:891
 
5147
#: bzrlib/errors.py:881
5160
5148
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5161
5149
msgstr ""
5162
5150
 
5163
 
#: bzrlib/errors.py:899
 
5151
#: bzrlib/errors.py:889
5164
5152
msgid ""
5165
5153
"Filename %(filename)r is not valid in your current filesystem encoding "
5166
5154
"%(fs_encoding)s"
5167
5155
msgstr ""
5168
5156
 
5169
 
#: bzrlib/errors.py:910
 
5157
#: bzrlib/errors.py:900
5170
5158
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5171
5159
msgstr ""
5172
5160
 
5173
 
#: bzrlib/errors.py:928
 
5161
#: bzrlib/errors.py:918
5174
5162
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5175
5163
msgstr ""
5176
5164
 
 
5165
#: bzrlib/errors.py:957
 
5166
msgid "Cannot lock %(lock)s: %(why)s"
 
5167
msgstr ""
 
5168
 
5177
5169
#: bzrlib/errors.py:967
5178
 
msgid "Cannot lock %(lock)s: %(why)s"
5179
 
msgstr ""
5180
 
 
5181
 
#: bzrlib/errors.py:977
5182
5170
msgid ""
5183
5171
"A transaction related operation was attempted after the transaction finished."
5184
5172
msgstr ""
5185
5173
 
5186
 
#: bzrlib/errors.py:1004
 
5174
#: bzrlib/errors.py:994
5187
5175
msgid "Cannot lock: transport is read only: %(transport)s"
5188
5176
msgstr ""
5189
5177
 
5190
 
#: bzrlib/errors.py:1012
 
5178
#: bzrlib/errors.py:1002
5191
5179
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5192
5180
msgstr ""
5193
5181
 
5194
 
#: bzrlib/errors.py:1023
 
5182
#: bzrlib/errors.py:1013
5195
5183
msgid ""
5196
5184
"Lock was broken while still open: %(lock)s - check storage consistency!"
5197
5185
msgstr ""
5198
5186
 
5199
 
#: bzrlib/errors.py:1034
 
5187
#: bzrlib/errors.py:1024
5200
5188
msgid ""
5201
5189
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5202
5190
"%(holder)r, wanted to break %(target)r"
5203
5191
msgstr ""
5204
5192
 
5205
 
#: bzrlib/errors.py:1046
 
5193
#: bzrlib/errors.py:1036
5206
5194
msgid ""
5207
5195
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5208
5196
"Use 'bzr break-lock' to clear it"
5209
5197
msgstr ""
5210
5198
 
5211
 
#: bzrlib/errors.py:1059
 
5199
#: bzrlib/errors.py:1049
5212
5200
msgid "Lock not held: %(lock)s"
5213
5201
msgstr ""
5214
5202
 
5215
 
#: bzrlib/errors.py:1088
 
5203
#: bzrlib/errors.py:1078
5216
5204
msgid "No changes to commit"
5217
5205
msgstr ""
5218
5206
 
 
5207
#: bzrlib/errors.py:1083
 
5208
msgid ""
 
5209
"Selected-file commit of merges is not supported yet: files %(files_str)s"
 
5210
msgstr ""
 
5211
 
5219
5212
#: bzrlib/errors.py:1093
5220
5213
msgid ""
5221
 
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5222
 
msgstr ""
5223
 
 
5224
 
#: bzrlib/errors.py:1103
5225
 
msgid ""
5226
5214
"Excluding paths during commit is not supported by repository at "
5227
5215
"%(repository)r."
5228
5216
msgstr ""
5229
5217
 
5230
 
#: bzrlib/errors.py:1112
 
5218
#: bzrlib/errors.py:1102
5231
5219
msgid ""
5232
5220
"The specified commit message contains characters unsupported by the current "
5233
5221
"encoding."
5234
5222
msgstr ""
5235
5223
 
5236
 
#: bzrlib/errors.py:1118
 
5224
#: bzrlib/errors.py:1108
5237
5225
msgid "Upgrade URL cannot work with readonly URLs."
5238
5226
msgstr ""
5239
5227
 
5240
 
#: bzrlib/errors.py:1123
 
5228
#: bzrlib/errors.py:1113
5241
5229
msgid "The branch format %(format)s is already at the most recent format."
5242
5230
msgstr ""
5243
5231
 
5244
 
#: bzrlib/errors.py:1146
 
5232
#: bzrlib/errors.py:1136
5245
5233
msgid "Option --change does not accept revision ranges"
5246
5234
msgstr ""
5247
5235
 
5248
 
#: bzrlib/errors.py:1151
 
5236
#: bzrlib/errors.py:1141
5249
5237
msgid "No namespace registered for string: %(spec)r"
5250
5238
msgstr ""
5251
5239
 
5252
 
#: bzrlib/errors.py:1170
 
5240
#: bzrlib/errors.py:1160
5253
5241
msgid ""
5254
5242
"Requested revision: '%(spec)s' does not exist in branch: "
5255
5243
"%(branch_url)s%(extra)s"
5256
5244
msgstr ""
5257
5245
 
5258
 
#: bzrlib/errors.py:1184
 
5246
#: bzrlib/errors.py:1174
5259
5247
msgid ""
5260
5248
"Operation denied because it would change the main history, which is not "
5261
5249
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5262
5250
msgstr ""
5263
5251
 
5264
 
#: bzrlib/errors.py:1195
 
5252
#: bzrlib/errors.py:1185
5265
5253
msgid ""
5266
5254
"These branches have diverged. Use the missing command to see how.\n"
5267
5255
"Use the merge command to reconcile them."
5268
5256
msgstr ""
5269
5257
 
5270
 
#: bzrlib/errors.py:1215
 
5258
#: bzrlib/errors.py:1205
5271
5259
msgid ""
5272
5260
"Branches have no common ancestor, and no merge base revision was specified."
5273
5261
msgstr ""
5274
5262
 
5275
 
#: bzrlib/errors.py:1221
 
5263
#: bzrlib/errors.py:1211
5276
5264
msgid ""
5277
5265
"Selected merge cannot perform reverse cherrypicks.  Try merge3 or diff3."
5278
5266
msgstr ""
5279
5267
 
5280
 
#: bzrlib/errors.py:1227
 
5268
#: bzrlib/errors.py:1217
5281
5269
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5282
5270
msgstr ""
5283
5271
 
5284
 
#: bzrlib/errors.py:1236
 
5272
#: bzrlib/errors.py:1226
5285
5273
msgid ""
5286
5274
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5287
5275
msgstr ""
5288
5276
 
5289
 
#: bzrlib/errors.py:1245
 
5277
#: bzrlib/errors.py:1235
5290
5278
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5291
5279
msgstr ""
5292
5280
 
5293
 
#: bzrlib/errors.py:1254
 
5281
#: bzrlib/errors.py:1244
5294
5282
msgid "Branch %(branch)s has no commits."
5295
5283
msgstr ""
5296
5284
 
5297
 
#: bzrlib/errors.py:1272
 
5285
#: bzrlib/errors.py:1262
5298
5286
msgid ""
5299
5287
"Bound branch %(branch)s is out of date with master branch "
5300
5288
"%(master)s.%(extra_help)s"
5301
5289
msgstr ""
5302
5290
 
5303
 
#: bzrlib/errors.py:1284
 
5291
#: bzrlib/errors.py:1274
5304
5292
msgid ""
5305
5293
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5306
5294
"bound to %(remote)s."
5307
5295
msgstr ""
5308
5296
 
5309
 
#: bzrlib/errors.py:1296
 
5297
#: bzrlib/errors.py:1286
5310
5298
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5311
5299
msgstr ""
5312
5300
 
5313
 
#: bzrlib/errors.py:1305
 
5301
#: bzrlib/errors.py:1295
5314
5302
msgid ""
5315
5303
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5316
5304
"%(error)s"
5317
5305
msgstr ""
5318
5306
 
5319
 
#: bzrlib/errors.py:1317
 
5307
#: bzrlib/errors.py:1307
5320
5308
msgid "Error in processing weave: %(msg)s"
5321
5309
msgstr ""
5322
5310
 
5323
 
#: bzrlib/errors.py:1326
 
5311
#: bzrlib/errors.py:1316
5324
5312
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5325
5313
msgstr ""
5326
5314
 
 
5315
#: bzrlib/errors.py:1327
 
5316
msgid "Revision {%(revision_id)s} not present in %(weave)s"
 
5317
msgstr ""
 
5318
 
5327
5319
#: bzrlib/errors.py:1337
5328
 
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5329
 
msgstr ""
5330
 
 
5331
 
#: bzrlib/errors.py:1347
5332
5320
msgid "Weave invariant violated: %(what)s"
5333
5321
msgstr ""
5334
5322
 
5335
 
#: bzrlib/errors.py:1356
 
5323
#: bzrlib/errors.py:1346
5336
5324
msgid "Parents are mismatched between two revisions. %(msg)s"
5337
5325
msgstr ""
5338
5326
 
5339
 
#: bzrlib/errors.py:1378
 
5327
#: bzrlib/errors.py:1368
5340
5328
msgid ""
5341
5329
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5342
5330
"%(weave_b)s"
5343
5331
msgstr ""
5344
5332
 
5345
 
#: bzrlib/errors.py:1390
 
5333
#: bzrlib/errors.py:1380
5346
5334
msgid "Versioned file error"
5347
5335
msgstr ""
5348
5336
 
 
5337
#: bzrlib/errors.py:1385
 
5338
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
 
5339
msgstr ""
 
5340
 
5349
5341
#: bzrlib/errors.py:1395
5350
 
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
 
5342
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5351
5343
msgstr ""
5352
5344
 
5353
5345
#: bzrlib/errors.py:1405
5354
 
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5355
 
msgstr ""
5356
 
 
5357
 
#: bzrlib/errors.py:1415
5358
5346
msgid "Text did not match its checksum: %(msg)s"
5359
5347
msgstr ""
5360
5348
 
5361
 
#: bzrlib/errors.py:1541
 
5349
#: bzrlib/errors.py:1531
5362
5350
msgid "Export format %(format)r not supported"
5363
5351
msgstr ""
5364
5352
 
5365
 
#: bzrlib/errors.py:1550
 
5353
#: bzrlib/errors.py:1540
5366
5354
msgid "Transport error: %(msg)s %(orig_error)s"
5367
5355
msgstr ""
5368
5356
 
5369
 
#: bzrlib/errors.py:1576
 
5357
#: bzrlib/errors.py:1566
5370
5358
msgid "Generic bzr smart protocol error: %(details)s"
5371
5359
msgstr ""
5372
5360
 
5373
 
#: bzrlib/errors.py:1584
 
5361
#: bzrlib/errors.py:1574
5374
5362
msgid "Received bad protocol version marker: %(marker)r"
5375
5363
msgstr ""
5376
5364
 
5377
 
#: bzrlib/errors.py:1616
 
5365
#: bzrlib/errors.py:1606
5378
5366
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5379
5367
msgstr ""
5380
5368
 
5381
 
#: bzrlib/errors.py:1621
 
5369
#: bzrlib/errors.py:1611
5382
5370
msgid "Connection error: %(msg)s %(orig_error)s"
5383
5371
msgstr ""
5384
5372
 
5385
 
#: bzrlib/errors.py:1626
 
5373
#: bzrlib/errors.py:1616
5386
5374
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5387
5375
msgstr ""
5388
5376
 
5389
 
#: bzrlib/errors.py:1647
 
5377
#: bzrlib/errors.py:1637
5390
5378
msgid "Connection closed: %(msg)s %(orig_error)s"
5391
5379
msgstr ""
5392
5380
 
5393
 
#: bzrlib/errors.py:1652
 
5381
#: bzrlib/errors.py:1642
5394
5382
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5395
5383
msgstr ""
5396
5384
 
 
5385
#: bzrlib/errors.py:1647
 
5386
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
 
5387
msgstr ""
 
5388
 
5397
5389
#: bzrlib/errors.py:1657
5398
 
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5399
 
msgstr ""
5400
 
 
5401
 
#: bzrlib/errors.py:1667
5402
5390
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5403
5391
msgstr ""
5404
5392
 
5405
 
#: bzrlib/errors.py:1682
5406
 
msgid "Certificate error: %(error)s"
5407
 
msgstr ""
5408
 
 
5409
 
#: bzrlib/errors.py:1690
 
5393
#: bzrlib/errors.py:1672
5410
5394
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5411
5395
msgstr ""
5412
5396
 
5413
 
#: bzrlib/errors.py:1704
 
5397
#: bzrlib/errors.py:1686
5414
5398
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5415
5399
msgstr ""
5416
5400
 
5417
 
#: bzrlib/errors.py:1712
 
5401
#: bzrlib/errors.py:1694
5418
5402
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5419
5403
msgstr ""
5420
5404
 
5421
 
#: bzrlib/errors.py:1721
 
5405
#: bzrlib/errors.py:1703
5422
5406
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5423
5407
msgstr ""
5424
5408
 
5425
 
#: bzrlib/errors.py:1735
 
5409
#: bzrlib/errors.py:1717
5426
5410
msgid "Too many redirections"
5427
5411
msgstr ""
5428
5412
 
5429
 
#: bzrlib/errors.py:1740
 
5413
#: bzrlib/errors.py:1722
5430
5414
msgid "Working tree has conflicts."
5431
5415
msgstr ""
5432
5416
 
5433
 
#: bzrlib/errors.py:1744
 
5417
#: bzrlib/errors.py:1726
5434
5418
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5435
5419
msgstr ""
5436
5420
 
5437
 
#: bzrlib/errors.py:1753
 
5421
#: bzrlib/errors.py:1735
5438
5422
msgid ""
5439
5423
"Error(s) parsing config file %(filename)s:\n"
5440
5424
"%(errors)s"
5441
5425
msgstr ""
5442
5426
 
 
5427
#: bzrlib/errors.py:1746
 
5428
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
 
5429
msgstr ""
 
5430
 
 
5431
#: bzrlib/errors.py:1754
 
5432
msgid "%(username)r does not seem to contain a reasonable email address"
 
5433
msgstr ""
 
5434
 
5443
5435
#: bzrlib/errors.py:1763
5444
 
msgid ""
5445
 
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5446
 
"See ``bzr help %(name)s``"
5447
 
msgstr ""
5448
 
 
5449
 
#: bzrlib/errors.py:1773
5450
 
msgid "%(username)r does not seem to contain a reasonable email address"
5451
 
msgstr ""
5452
 
 
5453
 
#: bzrlib/errors.py:1782
5454
5436
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5455
5437
msgstr ""
5456
5438
 
5457
 
#: bzrlib/errors.py:1790
 
5439
#: bzrlib/errors.py:1771
5458
5440
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5459
5441
msgstr ""
5460
5442
 
5461
 
#: bzrlib/errors.py:1798
 
5443
#: bzrlib/errors.py:1779
5462
5444
msgid "Unable to import library \"%(library)s\": %(error)s"
5463
5445
msgstr ""
5464
5446
 
5465
 
#: bzrlib/errors.py:1806
 
5447
#: bzrlib/errors.py:1787
5466
5448
msgid "python-gpgme is not installed, it is needed to verify signatures"
5467
5449
msgstr ""
5468
5450
 
5469
 
#: bzrlib/errors.py:1814
 
5451
#: bzrlib/errors.py:1795
5470
5452
msgid ""
5471
5453
"The working tree for %(basedir)s has changed since the last commit, but "
5472
5454
"weave merge requires that it be unchanged"
5473
5455
msgstr ""
5474
5456
 
5475
 
#: bzrlib/errors.py:1824
 
5457
#: bzrlib/errors.py:1805
5476
5458
msgid ""
5477
5459
"Can't reprocess and show base, because reprocessing obscures the "
5478
5460
"relationship of conflicting lines to the base"
5479
5461
msgstr ""
5480
5462
 
5481
 
#: bzrlib/errors.py:1830
 
5463
#: bzrlib/errors.py:1811
5482
5464
msgid "Cycle in graph %(graph)r"
5483
5465
msgstr ""
5484
5466
 
5485
 
#: bzrlib/errors.py:1858
 
5467
#: bzrlib/errors.py:1839
5486
5468
msgid "File %(filename)s is not conflicted."
5487
5469
msgstr ""
5488
5470
 
5489
 
#: bzrlib/errors.py:1880
 
5471
#: bzrlib/errors.py:1861
5490
5472
msgid "No bundle was found in \"%(filename)s\"."
5491
5473
msgstr ""
5492
5474
 
5493
 
#: bzrlib/errors.py:1889
 
5475
#: bzrlib/errors.py:1870
5494
5476
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5495
5477
msgstr ""
5496
5478
 
5497
 
#: bzrlib/errors.py:1899
 
5479
#: bzrlib/errors.py:1880
5498
5480
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5499
5481
msgstr ""
5500
5482
 
5501
 
#: bzrlib/errors.py:1912
 
5483
#: bzrlib/errors.py:1893
5502
5484
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5503
5485
msgstr ""
5504
5486
 
5505
 
#: bzrlib/errors.py:1922
 
5487
#: bzrlib/errors.py:1903
5506
5488
msgid "Key %(key)s is already present in map"
5507
5489
msgstr ""
5508
5490
 
5509
 
#: bzrlib/errors.py:1927
 
5491
#: bzrlib/errors.py:1908
5510
5492
msgid "The prefix %(prefix)s is in the help search path twice."
5511
5493
msgstr ""
5512
5494
 
5513
 
#: bzrlib/errors.py:1937
 
5495
#: bzrlib/errors.py:1918
5514
5496
msgid ""
5515
5497
"No final name for trans_id %(trans_id)r\n"
5516
5498
"file-id: %(file_id)r\n"
5517
5499
"root trans-id: %(root_trans_id)r\n"
5518
5500
msgstr ""
5519
5501
 
5520
 
#: bzrlib/errors.py:1969
 
5502
#: bzrlib/errors.py:1950
5521
5503
msgid "Attempt to reuse a transform that has already been applied."
5522
5504
msgstr ""
5523
5505
 
5524
 
#: bzrlib/errors.py:1974
 
5506
#: bzrlib/errors.py:1955
5525
5507
msgid "Moving the root directory is not supported at this time"
5526
5508
msgstr ""
5527
5509
 
5528
 
#: bzrlib/errors.py:1979
 
5510
#: bzrlib/errors.py:1960
5529
5511
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5530
5512
msgstr ""
5531
5513
 
5532
 
#: bzrlib/errors.py:1990
 
5514
#: bzrlib/errors.py:1971
5533
5515
msgid ""
5534
5516
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5535
5517
msgstr ""
5536
5518
 
5537
 
#: bzrlib/errors.py:2026
 
5519
#: bzrlib/errors.py:2007
5538
5520
msgid ""
5539
5521
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5540
5522
msgstr ""
5541
5523
 
5542
 
#: bzrlib/errors.py:2056
 
5524
#: bzrlib/errors.py:2037
5543
5525
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5544
5526
msgstr ""
5545
5527
 
5546
 
#: bzrlib/errors.py:2064
 
5528
#: bzrlib/errors.py:2045
5547
5529
msgid "Nothing to merge."
5548
5530
msgstr ""
5549
5531
 
5550
 
#: bzrlib/errors.py:2069
 
5532
#: bzrlib/errors.py:2050
5551
5533
msgid "Format %(format)s cannot be initialised by this version of bzr."
5552
5534
msgstr ""
5553
5535
 
5554
 
#: bzrlib/errors.py:2078
 
5536
#: bzrlib/errors.py:2059
5555
5537
msgid ""
5556
5538
"Cannot convert from format %(from_format)s to format %(format)s.    "
5557
5539
"%(problem)s"
5558
5540
msgstr ""
5559
5541
 
5560
 
#: bzrlib/errors.py:2090
 
5542
#: bzrlib/errors.py:2071
5561
5543
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5562
5544
msgstr ""
5563
5545
 
5564
 
#: bzrlib/errors.py:2098
 
5546
#: bzrlib/errors.py:2079
5565
5547
msgid "%(exe_name)s could not be found on this machine"
5566
5548
msgstr ""
5567
5549
 
5568
 
#: bzrlib/errors.py:2106
 
5550
#: bzrlib/errors.py:2087
5569
5551
msgid "Diff is not installed on this machine: %(msg)s"
5570
5552
msgstr ""
5571
5553
 
5572
 
#: bzrlib/errors.py:2114
 
5554
#: bzrlib/errors.py:2095
5573
5555
msgid "Diff3 is not installed on this machine."
5574
5556
msgstr ""
5575
5557
 
5576
 
#: bzrlib/errors.py:2120
 
5558
#: bzrlib/errors.py:2101
5577
5559
msgid "The content being inserted is already present."
5578
5560
msgstr ""
5579
5561
 
5580
 
#: bzrlib/errors.py:2125
 
5562
#: bzrlib/errors.py:2106
5581
5563
msgid ""
5582
5564
"This tree contains left-over files from a failed operation.\n"
5583
5565
"    Please examine %(limbo_dir)s to see if it contains any files you wish "
5585
5567
"    keep, and delete it when you are done."
5586
5568
msgstr ""
5587
5569
 
5588
 
#: bzrlib/errors.py:2136
 
5570
#: bzrlib/errors.py:2117
5589
5571
msgid ""
5590
5572
"This tree contains left-over files from a failed operation.\n"
5591
5573
"    Please examine %(pending_deletion)s to see if it contains any files you\n"
5592
5574
"    wish to keep, and delete it when you are done."
5593
5575
msgstr ""
5594
5576
 
5595
 
#: bzrlib/errors.py:2146
 
5577
#: bzrlib/errors.py:2127
5596
5578
msgid ""
5597
5579
"Unable to delete transform temporary directory %(limbo_dir)s.\n"
5598
5580
"    Please examine %(limbo_dir)s to see if it contains any files you wish "
5600
5582
"    keep, and delete it when you are done."
5601
5583
msgstr ""
5602
5584
 
5603
 
#: bzrlib/errors.py:2157
 
5585
#: bzrlib/errors.py:2138
5604
5586
msgid ""
5605
5587
"Unable to delete transform temporary directory %(pending_deletion)s.  Please "
5606
5588
"examine %(pending_deletion)s to see if it contains any files you wish to "
5607
5589
"keep, and delete it when you are done."
5608
5590
msgstr ""
5609
5591
 
5610
 
#: bzrlib/errors.py:2167
 
5592
#: bzrlib/errors.py:2148
5611
5593
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5612
5594
msgstr ""
5613
5595
 
5614
 
#: bzrlib/errors.py:2181
 
5596
#: bzrlib/errors.py:2162
5615
5597
msgid ""
5616
5598
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5617
5599
msgstr ""
5618
5600
 
5619
 
#: bzrlib/errors.py:2194
 
5601
#: bzrlib/errors.py:2175
5620
5602
msgid "Error in merge modified format"
5621
5603
msgstr ""
5622
5604
 
5623
 
#: bzrlib/errors.py:2199
 
5605
#: bzrlib/errors.py:2180
5624
5606
msgid "Format error in conflict listings"
5625
5607
msgstr ""
5626
5608
 
5627
 
#: bzrlib/errors.py:2203
 
5609
#: bzrlib/errors.py:2184
5628
5610
msgid ""
5629
5611
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5630
5612
"Error: %(description)s"
5631
5613
msgstr ""
5632
5614
 
5633
 
#: bzrlib/errors.py:2214
 
5615
#: bzrlib/errors.py:2195
5634
5616
msgid ""
5635
5617
"An error has been detected in the repository %(repo_path)s.\n"
5636
5618
"Please run bzr reconcile on this repository."
5637
5619
msgstr ""
5638
5620
 
5639
 
#: bzrlib/errors.py:2225
 
5621
#: bzrlib/errors.py:2206
5640
5622
msgid ""
5641
5623
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5642
5624
"reason: %(reason)s"
5643
5625
msgstr ""
5644
5626
 
5645
 
#: bzrlib/errors.py:2238
 
5627
#: bzrlib/errors.py:2219
5646
5628
msgid ""
5647
5629
"An inconsistent delta was supplied: %(delta)r\n"
5648
5630
"reason: %(reason)s"
5649
5631
msgstr ""
5650
5632
 
5651
 
#: bzrlib/errors.py:2250
 
5633
#: bzrlib/errors.py:2231
5652
5634
msgid "To use this feature you must upgrade your branch at %(path)s."
5653
5635
msgstr ""
5654
5636
 
5655
 
#: bzrlib/errors.py:2259
 
5637
#: bzrlib/errors.py:2240
5656
5638
msgid "To use this feature you must upgrade your repository at %(path)s."
5657
5639
msgstr ""
5658
5640
 
5659
 
#: bzrlib/errors.py:2264
 
5641
#: bzrlib/errors.py:2245
5660
5642
msgid ""
5661
5643
"To use this feature you must upgrade your branch at %(path)s to a format "
5662
5644
"which supports rich roots."
5663
5645
msgstr ""
5664
5646
 
5665
 
#: bzrlib/errors.py:2270
 
5647
#: bzrlib/errors.py:2251
5666
5648
msgid "Cannot perform local-only commits on unbound branches."
5667
5649
msgstr ""
5668
5650
 
5669
 
#: bzrlib/errors.py:2275
 
5651
#: bzrlib/errors.py:2256
5670
5652
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5671
5653
msgstr ""
5672
5654
 
5673
 
#: bzrlib/errors.py:2296
 
5655
#: bzrlib/errors.py:2277
5674
5656
msgid "Ghost tags not supported by format %(format)r."
5675
5657
msgstr ""
5676
5658
 
5677
 
#: bzrlib/errors.py:2304
 
5659
#: bzrlib/errors.py:2285
5678
5660
msgid "File is binary but should be text."
5679
5661
msgstr ""
5680
5662
 
5681
 
#: bzrlib/errors.py:2309
 
5663
#: bzrlib/errors.py:2290
5682
5664
msgid "The path %(path)s is not permitted on this platform"
5683
5665
msgstr ""
5684
5666
 
5685
 
#: bzrlib/errors.py:2318
 
5667
#: bzrlib/errors.py:2299
5686
5668
msgid ""
5687
5669
"Testament did not match expected value.\n"
5688
5670
"       For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5689
5671
"       {%(measured)s}"
5690
5672
msgstr ""
5691
5673
 
5692
 
#: bzrlib/errors.py:2330
 
5674
#: bzrlib/errors.py:2311
5693
5675
msgid "Not a bzr revision-bundle: %(text)r"
5694
5676
msgstr ""
5695
5677
 
5696
 
#: bzrlib/errors.py:2339
 
5678
#: bzrlib/errors.py:2320
5697
5679
msgid "Bad bzr revision-bundle: %(text)r"
5698
5680
msgstr ""
5699
5681
 
5700
 
#: bzrlib/errors.py:2348
 
5682
#: bzrlib/errors.py:2329
5701
5683
msgid "Malformed bzr revision-bundle header: %(text)r"
5702
5684
msgstr ""
5703
5685
 
5704
 
#: bzrlib/errors.py:2353
 
5686
#: bzrlib/errors.py:2334
5705
5687
msgid "Malformed patches in bzr revision-bundle: %(text)r"
5706
5688
msgstr ""
5707
5689
 
5708
 
#: bzrlib/errors.py:2358
 
5690
#: bzrlib/errors.py:2339
5709
5691
msgid "Malformed footer in bzr revision-bundle: %(text)r"
5710
5692
msgstr ""
5711
5693
 
5712
 
#: bzrlib/errors.py:2363
 
5694
#: bzrlib/errors.py:2344
5713
5695
msgid "End of line marker was not \\n in bzr revision-bundle"
5714
5696
msgstr ""
5715
5697
 
5716
 
#: bzrlib/errors.py:2373
 
5698
#: bzrlib/errors.py:2354
5717
5699
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
5718
5700
msgstr ""
5719
5701
 
5720
 
#: bzrlib/errors.py:2383
 
5702
#: bzrlib/errors.py:2364
5721
5703
msgid "Root class for inventory serialization errors"
5722
5704
msgstr ""
5723
5705
 
5724
 
#: bzrlib/errors.py:2387
 
5706
#: bzrlib/errors.py:2368
5725
5707
msgid ""
5726
5708
"The inventory was not in the expected format:\n"
5727
5709
" %(msg)s"
5728
5710
msgstr ""
5729
5711
 
5730
 
#: bzrlib/errors.py:2396
 
5712
#: bzrlib/errors.py:2377
5731
5713
msgid "This operation requires rich root data storage"
5732
5714
msgstr ""
5733
5715
 
5734
 
#: bzrlib/errors.py:2409
 
5716
#: bzrlib/errors.py:2390
5735
5717
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
5736
5718
msgstr ""
5737
5719
 
5738
 
#: bzrlib/errors.py:2418
 
5720
#: bzrlib/errors.py:2399
5739
5721
msgid ""
5740
5722
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
5741
5723
"variable."
5742
5724
msgstr ""
5743
5725
 
5744
 
#: bzrlib/errors.py:2425
 
5726
#: bzrlib/errors.py:2406
5745
5727
msgid ""
5746
5728
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
5747
5729
"ghost at {%(ghost_revision_id)s}"
5748
5730
msgstr ""
5749
5731
 
5750
 
#: bzrlib/errors.py:2435
 
5732
#: bzrlib/errors.py:2416
5751
5733
msgid "Ghost revision {%(revision_id)s} cannot be used here."
5752
5734
msgstr ""
5753
5735
 
5754
 
#: bzrlib/errors.py:2486
 
5736
#: bzrlib/errors.py:2467
5755
5737
msgid ""
5756
5738
"A merge directive must provide either a bundle or a public branch location."
5757
5739
msgstr ""
5758
5740
 
5759
 
#: bzrlib/errors.py:2493
 
5741
#: bzrlib/errors.py:2474
5760
5742
msgid "Bad merge directive payload %(start)r"
5761
5743
msgstr ""
5762
5744
 
5763
 
#: bzrlib/errors.py:2503
 
5745
#: bzrlib/errors.py:2484
5764
5746
msgid "Preview patch does not match requested changes."
5765
5747
msgstr ""
5766
5748
 
5767
 
#: bzrlib/errors.py:2509
 
5749
#: bzrlib/errors.py:2490
5768
5750
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
5769
5751
msgstr ""
5770
5752
 
5771
 
#: bzrlib/errors.py:2519
 
5753
#: bzrlib/errors.py:2500
5772
5754
msgid ""
5773
5755
"Your branch does not have all of the revisions required in order to merge "
5774
5756
"this merge directive and the target location specified in the merge "
5775
5757
"directive is not a branch: %(location)s."
5776
5758
msgstr ""
5777
5759
 
5778
 
#: bzrlib/errors.py:2531
 
5760
#: bzrlib/errors.py:2512
5779
5761
msgid "Unsupported entry kind %(kind)s"
5780
5762
msgstr ""
5781
5763
 
5782
 
#: bzrlib/errors.py:2539
 
5764
#: bzrlib/errors.py:2520
5783
5765
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
5784
5766
msgstr ""
5785
5767
 
 
5768
#: bzrlib/errors.py:2530
 
5769
msgid "Subsume target %(other_tree)s needs to be upgraded."
 
5770
msgstr ""
 
5771
 
5786
5772
#: bzrlib/errors.py:2549
5787
 
msgid "Subsume target %(other_tree)s needs to be upgraded."
5788
 
msgstr ""
5789
 
 
5790
 
#: bzrlib/errors.py:2568
5791
5773
msgid "No such tag: %(tag_name)s"
5792
5774
msgstr ""
5793
5775
 
5794
 
#: bzrlib/errors.py:2576
 
5776
#: bzrlib/errors.py:2557
5795
5777
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
5796
5778
msgstr ""
5797
5779
 
5798
 
#: bzrlib/errors.py:2585
 
5780
#: bzrlib/errors.py:2566
5799
5781
msgid "Tag %(tag_name)s already exists."
5800
5782
msgstr ""
5801
5783
 
5802
 
#: bzrlib/errors.py:2593
 
5784
#: bzrlib/errors.py:2574
5803
5785
msgid ""
5804
5786
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
5805
5787
"bugs\" for more information on this feature."
5806
5788
msgstr ""
5807
5789
 
5808
 
#: bzrlib/errors.py:2603
 
5790
#: bzrlib/errors.py:2584
5809
5791
msgid ""
5810
5792
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
5811
5793
msgstr ""
5812
5794
 
5813
 
#: bzrlib/errors.py:2613
 
5795
#: bzrlib/errors.py:2594
5814
5796
msgid ""
5815
5797
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
5816
5798
msgstr ""
5817
5799
 
5818
 
#: bzrlib/errors.py:2623
 
5800
#: bzrlib/errors.py:2604
5819
5801
msgid "Invalid line in bugs property: '%(line)s'"
5820
5802
msgstr ""
5821
5803
 
5822
 
#: bzrlib/errors.py:2631
 
5804
#: bzrlib/errors.py:2612
5823
5805
msgid "Invalid bug status: '%(status)s'"
5824
5806
msgstr ""
5825
5807
 
5826
 
#: bzrlib/errors.py:2639
 
5808
#: bzrlib/errors.py:2620
5827
5809
msgid "Could not understand response from smart server: %(response_tuple)r"
5828
5810
msgstr ""
5829
5811
 
 
5812
#: bzrlib/errors.py:2659
 
5813
msgid "Server sent an unexpected error: %(error_tuple)r"
 
5814
msgstr ""
 
5815
 
5830
5816
#: bzrlib/errors.py:2678
5831
 
msgid "Server sent an unexpected error: %(error_tuple)r"
5832
 
msgstr ""
5833
 
 
5834
 
#: bzrlib/errors.py:2697
5835
5817
msgid "Unrecognised container format: %(container_format)r"
5836
5818
msgstr ""
5837
5819
 
5838
 
#: bzrlib/errors.py:2705
 
5820
#: bzrlib/errors.py:2686
5839
5821
msgid "Unexpected end of container stream"
5840
5822
msgstr ""
5841
5823
 
5842
 
#: bzrlib/errors.py:2710
 
5824
#: bzrlib/errors.py:2691
5843
5825
msgid "Unknown record type: %(record_type)r"
5844
5826
msgstr ""
5845
5827
 
5846
 
#: bzrlib/errors.py:2718
 
5828
#: bzrlib/errors.py:2699
5847
5829
msgid "Invalid record: %(reason)s"
5848
5830
msgstr ""
5849
5831
 
5850
 
#: bzrlib/errors.py:2726
 
5832
#: bzrlib/errors.py:2707
5851
5833
msgid "Container has data after end marker: %(excess)r"
5852
5834
msgstr ""
5853
5835
 
5854
 
#: bzrlib/errors.py:2734
 
5836
#: bzrlib/errors.py:2715
5855
5837
msgid "Container has multiple records with the same name: %(name)s"
5856
5838
msgstr ""
5857
5839
 
5858
 
#: bzrlib/errors.py:2747
 
5840
#: bzrlib/errors.py:2728
5859
5841
msgid "Corrupt or incompatible data stream: %(reason)s"
5860
5842
msgstr ""
5861
5843
 
5862
 
#: bzrlib/errors.py:2755
 
5844
#: bzrlib/errors.py:2736
5863
5845
msgid "SMTP error: %(error)s"
5864
5846
msgstr ""
5865
5847
 
5866
 
#: bzrlib/errors.py:2763
 
5848
#: bzrlib/errors.py:2744
5867
5849
msgid "No message supplied."
5868
5850
msgstr ""
5869
5851
 
5870
 
#: bzrlib/errors.py:2768
 
5852
#: bzrlib/errors.py:2749
5871
5853
msgid "No mail-to address (--mail-to) or output (-o) specified."
5872
5854
msgstr ""
5873
5855
 
5874
 
#: bzrlib/errors.py:2773
 
5856
#: bzrlib/errors.py:2754
5875
5857
msgid "Unknown mail client: %(mail_client)s"
5876
5858
msgstr ""
5877
5859
 
5878
 
#: bzrlib/errors.py:2781
 
5860
#: bzrlib/errors.py:2762
5879
5861
msgid ""
5880
5862
"Unable to find mail client with the following names: "
5881
5863
"%(mail_command_list_string)s"
5882
5864
msgstr ""
5883
5865
 
5884
 
#: bzrlib/errors.py:2791
 
5866
#: bzrlib/errors.py:2772
5885
5867
msgid "SMTP connection to %(host)s refused"
5886
5868
msgstr ""
5887
5869
 
5888
 
#: bzrlib/errors.py:2800
 
5870
#: bzrlib/errors.py:2781
5889
5871
msgid "Please specify smtp_server.  No server at default %(host)s."
5890
5872
msgstr ""
5891
5873
 
5892
 
#: bzrlib/errors.py:2814
 
5874
#: bzrlib/errors.py:2795
5893
5875
msgid ""
5894
5876
"'%(display_url)s' is not in sync with %(target_url)s.  See bzr help sync-for-"
5895
5877
"reconfigure."
5896
5878
msgstr ""
5897
5879
 
5898
 
#: bzrlib/errors.py:2826
 
5880
#: bzrlib/errors.py:2807
5899
5881
msgid "'%(display_url)s' is already a branch."
5900
5882
msgstr ""
5901
5883
 
5902
 
#: bzrlib/errors.py:2831
 
5884
#: bzrlib/errors.py:2812
5903
5885
msgid "'%(display_url)s' is already a tree."
5904
5886
msgstr ""
5905
5887
 
5906
 
#: bzrlib/errors.py:2836
 
5888
#: bzrlib/errors.py:2817
5907
5889
msgid "'%(display_url)s' is already a checkout."
5908
5890
msgstr ""
5909
5891
 
5910
 
#: bzrlib/errors.py:2841
 
5892
#: bzrlib/errors.py:2822
5911
5893
msgid "'%(display_url)s' is already a lightweight checkout."
5912
5894
msgstr ""
5913
5895
 
5914
 
#: bzrlib/errors.py:2846
 
5896
#: bzrlib/errors.py:2827
5915
5897
msgid "'%(display_url)s' is already using a shared repository."
5916
5898
msgstr ""
5917
5899
 
5918
 
#: bzrlib/errors.py:2851
 
5900
#: bzrlib/errors.py:2832
5919
5901
msgid "'%(display_url)s' is already standalone."
5920
5902
msgstr ""
5921
5903
 
5922
 
#: bzrlib/errors.py:2856
 
5904
#: bzrlib/errors.py:2837
5923
5905
msgid "Shared repository '%(display_url)s' already creates working trees."
5924
5906
msgstr ""
5925
5907
 
5926
 
#: bzrlib/errors.py:2862
 
5908
#: bzrlib/errors.py:2843
5927
5909
msgid ""
5928
5910
"Shared repository '%(display_url)s' already doesn't create working trees."
5929
5911
msgstr ""
5930
5912
 
5931
 
#: bzrlib/errors.py:2868
 
5913
#: bzrlib/errors.py:2849
5932
5914
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
5933
5915
msgstr ""
5934
5916
 
5935
 
#: bzrlib/errors.py:2873
 
5917
#: bzrlib/errors.py:2854
5936
5918
msgid "No location could be found to bind to at %(display_url)s."
5937
5919
msgstr ""
5938
5920
 
5939
 
#: bzrlib/errors.py:2878
 
5921
#: bzrlib/errors.py:2859
5940
5922
msgid ""
5941
5923
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
5942
5924
"status).%(more)s"
5943
5925
msgstr ""
5944
5926
 
5945
 
#: bzrlib/errors.py:2897
 
5927
#: bzrlib/errors.py:2878
5946
5928
msgid ""
5947
5929
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
5948
5930
"list).%(more)s"
5949
5931
msgstr ""
5950
5932
 
5951
 
#: bzrlib/errors.py:2903
 
5933
#: bzrlib/errors.py:2884
5952
5934
msgid "Variable {%(name)s} is not available."
5953
5935
msgstr ""
5954
5936
 
5955
 
#: bzrlib/errors.py:2911
 
5937
#: bzrlib/errors.py:2892
5956
5938
msgid "No template specified."
5957
5939
msgstr ""
5958
5940
 
5959
 
#: bzrlib/errors.py:2916
 
5941
#: bzrlib/errors.py:2897
5960
5942
msgid "Unable to create symlink %(path_str)son this platform"
5961
5943
msgstr ""
5962
5944
 
5963
 
#: bzrlib/errors.py:2931
 
5945
#: bzrlib/errors.py:2912
5964
5946
msgid ""
5965
5947
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
5966
5948
"\"original\", \"local\"."
5967
5949
msgstr ""
5968
5950
 
5969
 
#: bzrlib/errors.py:2965
 
5951
#: bzrlib/errors.py:2946
5970
5952
msgid ""
5971
5953
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
5972
5954
msgstr ""
5973
5955
 
5974
 
#: bzrlib/errors.py:2977
 
5956
#: bzrlib/errors.py:2958
5975
5957
msgid "The \"%(config_id)s\" configuration does not exist."
5976
5958
msgstr ""
5977
5959
 
5978
 
#: bzrlib/errors.py:2985
 
5960
#: bzrlib/errors.py:2966
5979
5961
msgid "The \"%(option_name)s\" configuration option does not exist."
5980
5962
msgstr ""
5981
5963
 
5982
 
#: bzrlib/errors.py:2993
 
5964
#: bzrlib/errors.py:2974
5983
5965
msgid "The alias \"%(alias_name)s\" does not exist."
5984
5966
msgstr ""
5985
5967
 
5986
 
#: bzrlib/errors.py:3007
 
5968
#: bzrlib/errors.py:2988
5987
5969
msgid "\"%(alias_name)s\" is not a valid location alias."
5988
5970
msgstr ""
5989
5971
 
5990
 
#: bzrlib/errors.py:3015
 
5972
#: bzrlib/errors.py:2996
5991
5973
msgid "No %(alias_name)s location assigned."
5992
5974
msgstr ""
5993
5975
 
5994
 
#: bzrlib/errors.py:3023
 
5976
#: bzrlib/errors.py:3004
5995
5977
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
5996
5978
msgstr ""
5997
5979
 
5998
 
#: bzrlib/errors.py:3033
 
5980
#: bzrlib/errors.py:3014
5999
5981
msgid "Unknown rules detected: %(unknowns_str)s."
6000
5982
msgstr ""
6001
5983
 
6002
 
#: bzrlib/errors.py:3044
 
5984
#: bzrlib/errors.py:3025
6003
5985
msgid "Tip change rejected: %(msg)s"
6004
5986
msgstr ""
6005
5987
 
6006
 
#: bzrlib/errors.py:3052
 
5988
#: bzrlib/errors.py:3033
6007
5989
msgid "Shelf corrupt."
6008
5990
msgstr ""
6009
5991
 
6010
 
#: bzrlib/errors.py:3057
 
5992
#: bzrlib/errors.py:3038
6011
5993
msgid "Corruption while decompressing repository file%(orig_error)s"
6012
5994
msgstr ""
6013
5995
 
6014
 
#: bzrlib/errors.py:3069
 
5996
#: bzrlib/errors.py:3050
6015
5997
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6016
5998
msgstr ""
6017
5999
 
6018
 
#: bzrlib/errors.py:3077
 
6000
#: bzrlib/errors.py:3058
6019
6001
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6020
6002
msgstr ""
6021
6003
 
6022
 
#: bzrlib/errors.py:3085
 
6004
#: bzrlib/errors.py:3066
6023
6005
msgid ""
6024
6006
"An attempt to access a url outside the server jail was made: '%(url)s'."
6025
6007
msgstr ""
6026
6008
 
6027
 
#: bzrlib/errors.py:3093
 
6009
#: bzrlib/errors.py:3074
6028
6010
msgid "The user aborted the operation."
6029
6011
msgstr ""
6030
6012
 
6031
 
#: bzrlib/errors.py:3098
 
6013
#: bzrlib/errors.py:3079
6032
6014
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6033
6015
msgstr ""
6034
6016
 
6035
 
#: bzrlib/errors.py:3108
 
6017
#: bzrlib/errors.py:3089
6036
6018
msgid "No such view: %(view_name)s."
6037
6019
msgstr ""
6038
6020
 
6039
 
#: bzrlib/errors.py:3118
 
6021
#: bzrlib/errors.py:3099
6040
6022
msgid ""
6041
6023
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6042
6024
"to a later format."
6043
6025
msgstr ""
6044
6026
 
6045
 
#: bzrlib/errors.py:3127
 
6027
#: bzrlib/errors.py:3108
6046
6028
msgid ""
6047
6029
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6048
6030
msgstr ""
6049
6031
 
6050
 
#: bzrlib/errors.py:3194
 
6032
#: bzrlib/errors.py:3175
6051
6033
msgid "%(bzrdir)r does not support co-located branches."
6052
6034
msgstr ""
6053
6035
 
6054
 
#: bzrlib/errors.py:3200
 
6036
#: bzrlib/errors.py:3181
6055
6037
msgid ""
6056
6038
"Unable to determine your name.\n"
6057
6039
"Please, set your name with the 'whoami' command.\n"
6058
6040
"E.g. bzr whoami \"Your Name <name@example.com>\""
6059
6041
msgstr ""
6060
6042
 
6061
 
#: bzrlib/errors.py:3209
 
6043
#: bzrlib/errors.py:3190
6062
6044
msgid "Invalid pattern(s) found. %(msg)s"
6063
6045
msgstr ""
6064
6046
 
6065
 
#: bzrlib/errors.py:3217
 
6047
#: bzrlib/errors.py:3198
6066
6048
msgid ""
6067
6049
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6068
6050
"unbind` to fix."
6069
6051
msgstr ""
6070
6052
 
6071
 
#: bzrlib/errors.py:3228
 
6053
#: bzrlib/errors.py:3209
6072
6054
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6073
6055
msgstr ""
6074
6056
 
6075
 
#: bzrlib/errors.py:3237
 
6057
#: bzrlib/errors.py:3218
6076
6058
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6077
6059
msgstr ""
6078
6060
 
6079
 
#: bzrlib/errors.py:3246
 
6061
#: bzrlib/errors.py:3227
6080
6062
msgid ""
6081
6063
"No compatible object available for operations from %(source)r to %(target)r."
6082
6064
msgstr ""
6083
6065
 
6084
 
#: bzrlib/errors.py:3256
 
6066
#: bzrlib/errors.py:3237
6085
6067
msgid ""
6086
6068
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6087
6069
"%(arguments)s."
6088
6070
msgstr ""
6089
6071
 
6090
 
#: bzrlib/errors.py:3266
 
6072
#: bzrlib/errors.py:3247
6091
6073
msgid ""
6092
6074
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6093
6075
"format %(format)r"
6094
6076
msgstr ""
6095
6077
 
6096
 
#: bzrlib/errors.py:3278
 
6078
#: bzrlib/errors.py:3259
6097
6079
msgid ""
6098
6080
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6099
6081
"plugin."
6100
6082
msgstr ""
6101
6083
 
6102
 
#: bzrlib/errors.py:3291
 
6084
#: bzrlib/errors.py:3272
6103
6085
msgid "Binary files section encountered."
6104
6086
msgstr ""
6105
6087
 
6106
 
#: bzrlib/errors.py:3299
 
6088
#: bzrlib/errors.py:3280
6107
6089
msgid ""
6108
6090
"Malformed patch header.  %(desc)s\n"
6109
6091
"%(line)r"
6110
6092
msgstr ""
6111
6093
 
6112
 
#: bzrlib/errors.py:3308
 
6094
#: bzrlib/errors.py:3289
6113
6095
msgid ""
6114
6096
"Malformed hunk header.  %(desc)s\n"
6115
6097
"%(line)r"
6116
6098
msgstr ""
6117
6099
 
6118
 
#: bzrlib/errors.py:3317
 
6100
#: bzrlib/errors.py:3298
6119
6101
msgid ""
6120
6102
"Malformed line.  %(desc)s\n"
6121
6103
"%(line)r"
6122
6104
msgstr ""
6123
6105
 
6124
 
#: bzrlib/errors.py:3327
 
6106
#: bzrlib/errors.py:3308
6125
6107
msgid ""
6126
6108
"Text contents mismatch at line %(line_no)d.  Original has \"%(orig_line)s\", "
6127
6109
"but patch says it should be \"%(patch_line)s\""
6128
6110
msgstr ""
6129
6111
 
6130
 
#: bzrlib/errors.py:3338
 
6112
#: bzrlib/errors.py:3319
6131
6113
msgid "The feature %(feature)s has already been registered."
6132
6114
msgstr ""
6133
6115
 
6457
6439
msgid "lstat/stat of ({0!r}): {1!r}"
6458
6440
msgstr ""
6459
6441
 
6460
 
#: bzrlib/osutils.py:1008 bzrlib/osutils.py:1019
 
6442
#: bzrlib/osutils.py:997 bzrlib/osutils.py:1008
6461
6443
#, python-format
6462
6444
msgid "sorry, %r not allowed in path"
6463
6445
msgstr ""
6464
6446
 
6465
 
#: bzrlib/osutils.py:1237
 
6447
#: bzrlib/osutils.py:1226
6466
6448
#, python-format
6467
6449
msgid "%r is too short to calculate a relative path"
6468
6450
msgstr ""
6906
6888
msgid "Created new branch."
6907
6889
msgstr ""
6908
6890
 
6909
 
#: bzrlib/push.py:97
 
6891
#: bzrlib/push.py:98
6910
6892
#, python-format
6911
6893
msgid ""
6912
6894
"Target directory %s already contains a .bzr directory, but it is not valid."
7033
7015
msgid "%s is now not stacked\n"
7034
7016
msgstr ""
7035
7017
 
7036
 
#: bzrlib/remote.py:1228 bzrlib/repository.py:289
 
7018
#: bzrlib/remote.py:1180 bzrlib/repository.py:289
7037
7019
#, python-format
7038
7020
msgid "bzr: ERROR (ignored): %s"
7039
7021
msgstr ""
7040
7022
 
7041
 
#: bzrlib/remote.py:2541
 
7023
#: bzrlib/remote.py:2493
7042
7024
msgid "Copying repository content as tarball..."
7043
7025
msgstr ""
7044
7026
 
7253
7235
msgid "listening on port: %s"
7254
7236
msgstr ""
7255
7237
 
7256
 
#: bzrlib/switch.py:73
 
7238
#: bzrlib/switch.py:69
7257
7239
msgid "Pending merges must be committed or reverted before using switch."
7258
7240
msgstr ""
7259
7241
 
7260
 
#: bzrlib/switch.py:100
 
7242
#: bzrlib/switch.py:96
7261
7243
msgid ""
7262
7244
"Cannot switch as local commits found in the checkout. Commit these to the "
7263
7245
"bound branch or use --force to throw them away."
7264
7246
msgstr ""
7265
7247
 
7266
 
#: bzrlib/switch.py:105
 
7248
#: bzrlib/switch.py:101
7267
7249
#, python-format
7268
7250
msgid ""
7269
7251
"Unable to connect to current master branch %(target)s: %(error)s To switch "
7270
7252
"anyway, use --force."
7271
7253
msgstr ""
7272
7254
 
7273
 
#: bzrlib/switch.py:125
 
7255
#: bzrlib/switch.py:110
7274
7256
msgid "Cannot switch a branch, only a checkout."
7275
7257
msgstr ""
7276
7258
 
7277
 
#: bzrlib/switch.py:163
 
7259
#: bzrlib/switch.py:146
7278
7260
#, python-format
7279
7261
msgid "Tree is up to date at revision %d."
7280
7262
msgstr ""
7281
7263
 
7282
 
#: bzrlib/switch.py:169
 
7264
#: bzrlib/switch.py:152
7283
7265
#, python-format
7284
7266
msgid "Updated to revision %d."
7285
7267
msgstr ""
7286
7268
 
7287
 
#: bzrlib/transform.py:1734 bzrlib/transform.py:1745 bzrlib/transform.py:1747
 
7269
#: bzrlib/transform.py:1730 bzrlib/transform.py:1741 bzrlib/transform.py:1743
7288
7270
msgid "Apply phase"
7289
7271
msgstr ""
7290
7272
 
7291
 
#: bzrlib/transform.py:1773 bzrlib/transform.py:1841
 
7273
#: bzrlib/transform.py:1769 bzrlib/transform.py:1837
7292
7274
msgid "removing file"
7293
7275
msgstr ""
7294
7276
 
7295
 
#: bzrlib/transform.py:1791 bzrlib/transform.py:1876
 
7277
#: bzrlib/transform.py:1787 bzrlib/transform.py:1872
7296
7278
msgid "adding file"
7297
7279
msgstr ""
7298
7280
 
7299
 
#: bzrlib/transform.py:2591
 
7281
#: bzrlib/transform.py:2587
7300
7282
msgid "Building tree"
7301
7283
msgstr ""
7302
7284
 
7303
 
#: bzrlib/transform.py:2681 bzrlib/transform.py:2708
 
7285
#: bzrlib/transform.py:2677 bzrlib/transform.py:2704
7304
7286
msgid "Adding file contents"
7305
7287
msgstr ""
7306
7288
 
7307
 
#: bzrlib/transform.py:3028
 
7289
#: bzrlib/transform.py:3024
7308
7290
msgid "Resolution pass"
7309
7291
msgstr ""
7310
7292
 
7453
7435
 
7454
7436
#: dummy/help_topics/basic/detail.txt:1
7455
7437
msgid ""
7456
 
"Bazaar 2.5b6 -- a free distributed version-control tool\n"
 
7438
"Bazaar 2.5b5 -- a free distributed version-control tool\n"
7457
7439
"http://bazaar.canonical.com/"
7458
7440
msgstr ""
7459
7441
 
11719
11701
"~~~~~~~~~~~~~~~~~~~~~~"
11720
11702
msgstr ""
11721
11703
 
11722
 
#: en/help_topics/hooks.txt:66 en/help_topics/hooks.txt:418
 
11704
#: en/help_topics/hooks.txt:66 en/help_topics/hooks.txt:402
11723
11705
msgid "Introduced in: 1.4"
11724
11706
msgstr ""
11725
11707
 
11911
11893
msgstr ""
11912
11894
 
11913
11895
#: en/help_topics/hooks.txt:184 en/help_topics/hooks.txt:196
11914
 
#: en/help_topics/hooks.txt:205 en/help_topics/hooks.txt:464
 
11896
#: en/help_topics/hooks.txt:205 en/help_topics/hooks.txt:448
11915
11897
msgid "Introduced in: 1.17"
11916
11898
msgstr ""
11917
11899
 
11967
11949
#: en/help_topics/hooks.txt:218 en/help_topics/hooks.txt:226
11968
11950
#: en/help_topics/hooks.txt:233 en/help_topics/hooks.txt:241
11969
11951
#: en/help_topics/hooks.txt:248 en/help_topics/hooks.txt:370
11970
 
#: en/help_topics/hooks.txt:443
 
11952
#: en/help_topics/hooks.txt:427
11971
11953
msgid "Introduced in: 2.4"
11972
11954
msgstr ""
11973
11955
 
12068
12050
msgstr ""
12069
12051
 
12070
12052
#: en/help_topics/hooks.txt:278 en/help_topics/hooks.txt:297
12071
 
#: en/help_topics/hooks.txt:521
 
12053
#: en/help_topics/hooks.txt:505
12072
12054
msgid "Introduced in: 1.15"
12073
12055
msgstr ""
12074
12056
 
12150
12132
msgstr ""
12151
12133
 
12152
12134
#: en/help_topics/hooks.txt:326 en/help_topics/hooks.txt:334
12153
 
#: en/help_topics/hooks.txt:384 en/help_topics/hooks.txt:402
12154
 
#: en/help_topics/hooks.txt:410 en/help_topics/hooks.txt:509
 
12135
#: en/help_topics/hooks.txt:384 en/help_topics/hooks.txt:493
12155
12136
msgid "Introduced in: 2.5"
12156
12137
msgstr ""
12157
12138
 
12270
12251
 
12271
12252
#: en/help_topics/hooks.txt:399
12272
12253
msgid ""
12273
 
"post_transform\n"
12274
 
"~~~~~~~~~~~~~~"
 
12254
"start_commit\n"
 
12255
"~~~~~~~~~~~~"
12275
12256
msgstr ""
12276
12257
 
12277
12258
#: en/help_topics/hooks.txt:404
12278
12259
msgid ""
12279
 
"Called after a tree transform has been performed on a tree. The hook\n"
12280
 
"is called with the tree that is being transformed and the transform."
12281
 
msgstr ""
12282
 
 
12283
 
#: en/help_topics/hooks.txt:407
12284
 
msgid ""
12285
 
"pre_transform\n"
12286
 
"~~~~~~~~~~~~~"
12287
 
msgstr ""
12288
 
 
12289
 
#: en/help_topics/hooks.txt:412
12290
 
msgid ""
12291
 
"Called before a tree transform on this tree. The hook is called with\n"
12292
 
"the tree that is being transformed and the transform."
12293
 
msgstr ""
12294
 
 
12295
 
#: en/help_topics/hooks.txt:415
12296
 
msgid ""
12297
 
"start_commit\n"
12298
 
"~~~~~~~~~~~~"
12299
 
msgstr ""
12300
 
 
12301
 
#: en/help_topics/hooks.txt:420
12302
 
msgid ""
12303
12260
"Called before a commit is performed on a tree. The start commit hook\n"
12304
12261
"is able to change the tree before the commit takes place. start_commit\n"
12305
12262
"is called with the bzrlib.mutabletree.MutableTree that the commit is\n"
12306
12263
"being performed on."
12307
12264
msgstr ""
12308
12265
 
12309
 
#: en/help_topics/hooks.txt:425
 
12266
#: en/help_topics/hooks.txt:409
12310
12267
msgid ""
12311
12268
"SmartClientHooks\n"
12312
12269
"----------------"
12313
12270
msgstr ""
12314
12271
 
12315
 
#: en/help_topics/hooks.txt:428
 
12272
#: en/help_topics/hooks.txt:412
12316
12273
msgid ""
12317
12274
"call\n"
12318
12275
"~~~~"
12319
12276
msgstr ""
12320
12277
 
12321
 
#: en/help_topics/hooks.txt:431
 
12278
#: en/help_topics/hooks.txt:415
12322
12279
msgid "Introduced in: unknown"
12323
12280
msgstr ""
12324
12281
 
12325
 
#: en/help_topics/hooks.txt:433
 
12282
#: en/help_topics/hooks.txt:417
12326
12283
msgid ""
12327
12284
"Called when the smart client is submitting a request to the smart\n"
12328
12285
"server. Called with a bzrlib.smart.client.CallHookParams object.\n"
12329
12286
"Streaming request bodies, and responses, are not accessible."
12330
12287
msgstr ""
12331
12288
 
12332
 
#: en/help_topics/hooks.txt:437
 
12289
#: en/help_topics/hooks.txt:421
12333
12290
msgid ""
12334
12291
"SmartServerHooks\n"
12335
12292
"----------------"
12336
12293
msgstr ""
12337
12294
 
12338
 
#: en/help_topics/hooks.txt:440
 
12295
#: en/help_topics/hooks.txt:424
12339
12296
msgid ""
12340
12297
"server_exception\n"
12341
12298
"~~~~~~~~~~~~~~~~"
12342
12299
msgstr ""
12343
12300
 
12344
 
#: en/help_topics/hooks.txt:445
 
12301
#: en/help_topics/hooks.txt:429
12345
12302
msgid ""
12346
12303
"Called by the bzr server when an exception occurs. server_exception is\n"
12347
12304
"called with the sys.exc_info() tuple return true for the hook if the\n"
12349
12306
"normally."
12350
12307
msgstr ""
12351
12308
 
12352
 
#: en/help_topics/hooks.txt:450
 
12309
#: en/help_topics/hooks.txt:434
12353
12310
msgid ""
12354
12311
"server_started\n"
12355
12312
"~~~~~~~~~~~~~~"
12356
12313
msgstr ""
12357
12314
 
12358
 
#: en/help_topics/hooks.txt:453 en/help_topics/hooks.txt:472
 
12315
#: en/help_topics/hooks.txt:437 en/help_topics/hooks.txt:456
12359
12316
msgid "Introduced in: 0.16"
12360
12317
msgstr ""
12361
12318
 
12362
 
#: en/help_topics/hooks.txt:455
 
12319
#: en/help_topics/hooks.txt:439
12363
12320
msgid ""
12364
12321
"Called by the bzr server when it starts serving a directory.\n"
12365
12322
"server_started is called with (backing urls, public url), where\n"
12368
12325
"served."
12369
12326
msgstr ""
12370
12327
 
12371
 
#: en/help_topics/hooks.txt:461
 
12328
#: en/help_topics/hooks.txt:445
12372
12329
msgid ""
12373
12330
"server_started_ex\n"
12374
12331
"~~~~~~~~~~~~~~~~~"
12375
12332
msgstr ""
12376
12333
 
12377
 
#: en/help_topics/hooks.txt:466
 
12334
#: en/help_topics/hooks.txt:450
12378
12335
msgid ""
12379
12336
"Called by the bzr server when it starts serving a directory.\n"
12380
12337
"server_started is called with (backing_urls, server_obj)."
12381
12338
msgstr ""
12382
12339
 
12383
 
#: en/help_topics/hooks.txt:469
 
12340
#: en/help_topics/hooks.txt:453
12384
12341
msgid ""
12385
12342
"server_stopped\n"
12386
12343
"~~~~~~~~~~~~~~"
12387
12344
msgstr ""
12388
12345
 
12389
 
#: en/help_topics/hooks.txt:474
 
12346
#: en/help_topics/hooks.txt:458
12390
12347
msgid ""
12391
12348
"Called by the bzr server when it stops serving a directory.\n"
12392
12349
"server_stopped is called with the same parameters as the\n"
12393
12350
"server_started hook: (backing_urls, public_url)."
12394
12351
msgstr ""
12395
12352
 
12396
 
#: en/help_topics/hooks.txt:478
 
12353
#: en/help_topics/hooks.txt:462
12397
12354
msgid ""
12398
12355
"StatusHooks\n"
12399
12356
"-----------"
12400
12357
msgstr ""
12401
12358
 
12402
 
#: en/help_topics/hooks.txt:481
 
12359
#: en/help_topics/hooks.txt:465
12403
12360
msgid ""
12404
12361
"post_status\n"
12405
12362
"~~~~~~~~~~~"
12406
12363
msgstr ""
12407
12364
 
12408
 
#: en/help_topics/hooks.txt:484 en/help_topics/hooks.txt:495
 
12365
#: en/help_topics/hooks.txt:468 en/help_topics/hooks.txt:479
12409
12366
msgid "Introduced in: 2.3"
12410
12367
msgstr ""
12411
12368
 
12412
 
#: en/help_topics/hooks.txt:486
 
12369
#: en/help_topics/hooks.txt:470
12413
12370
msgid ""
12414
12371
"Called with argument StatusHookParams after Bazaar has displayed the\n"
12415
12372
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
12418
12375
"status command. to_file is the output stream for writing."
12419
12376
msgstr ""
12420
12377
 
12421
 
#: en/help_topics/hooks.txt:492
 
12378
#: en/help_topics/hooks.txt:476
12422
12379
msgid ""
12423
12380
"pre_status\n"
12424
12381
"~~~~~~~~~~"
12425
12382
msgstr ""
12426
12383
 
12427
 
#: en/help_topics/hooks.txt:497
 
12384
#: en/help_topics/hooks.txt:481
12428
12385
msgid ""
12429
12386
"Called with argument StatusHookParams before Bazaar displays the\n"
12430
12387
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
12433
12390
"status command. to_file is the output stream for writing."
12434
12391
msgstr ""
12435
12392
 
12436
 
#: en/help_topics/hooks.txt:503
 
12393
#: en/help_topics/hooks.txt:487
12437
12394
msgid ""
12438
12395
"TransportHooks\n"
12439
12396
"--------------"
12440
12397
msgstr ""
12441
12398
 
12442
 
#: en/help_topics/hooks.txt:506
 
12399
#: en/help_topics/hooks.txt:490
12443
12400
msgid ""
12444
12401
"post_connect\n"
12445
12402
"~~~~~~~~~~~~"
12446
12403
msgstr ""
12447
12404
 
12448
 
#: en/help_topics/hooks.txt:511
 
12405
#: en/help_topics/hooks.txt:495
12449
12406
msgid ""
12450
12407
"Called after a new connection is established or a reconnect occurs.\n"
12451
12408
"The sole argument passed is either the connected transport or smart\n"
12452
12409
"medium instance."
12453
12410
msgstr ""
12454
12411
 
12455
 
#: en/help_topics/hooks.txt:515
 
12412
#: en/help_topics/hooks.txt:499
12456
12413
msgid ""
12457
12414
"RioVersionInfoBuilderHooks\n"
12458
12415
"--------------------------"
12459
12416
msgstr ""
12460
12417
 
12461
 
#: en/help_topics/hooks.txt:518
 
12418
#: en/help_topics/hooks.txt:502
12462
12419
msgid ""
12463
12420
"revision\n"
12464
12421
"~~~~~~~~"
12465
12422
msgstr ""
12466
12423
 
12467
 
#: en/help_topics/hooks.txt:523
 
12424
#: en/help_topics/hooks.txt:507
12468
12425
msgid ""
12469
12426
"Invoked when adding information about a revision to the RIO stanza\n"
12470
12427
"that is printed. revision is called with a revision object and a RIO\n"