/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to po/brz.pot

  • Committer: Jelmer Vernooij
  • Date: 2020-02-18 01:57:45 UTC
  • mto: This revision was merged to the branch mainline in revision 7493.
  • Revision ID: jelmer@jelmer.uk-20200218015745-q2ss9tsk74h4nh61
drop use of future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
msgstr ""
9
9
"Project-Id-Version: brz\n"
10
10
"Report-Msgid-Bugs-To: <bazaar@canonical.com>\n"
11
 
"POT-Creation-Date: 2020-05-21 19:00+0000\n"
 
11
"POT-Creation-Date: 2019-01-14 01:26+0000\n"
12
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
"Language-Team: LANGUAGE <LL@li.org>\n"
108
108
msgid "Write log to this file."
109
109
msgstr ""
110
110
 
111
 
#: breezy/branch.py:828
 
111
#: breezy/branch.py:832
112
112
msgid "Unstacking"
113
113
msgstr ""
114
114
 
115
 
#: breezy/branch.py:2009
 
115
#: breezy/branch.py:2020
116
116
#, python-format
117
117
msgid "Pushed up to revision %d."
118
118
msgstr ""
119
119
 
120
 
#: breezy/branch.py:2012
121
 
#, python-format
122
 
msgid "Pushed up to revision id %s."
123
 
msgstr ""
124
 
 
125
 
#: breezy/branch.py:2015
 
120
#: breezy/branch.py:2022
126
121
#, python-format
127
122
msgid "%d tag updated."
128
123
msgid_plural "%d tags updated."
129
124
msgstr[0] ""
130
125
msgstr[1] ""
131
126
 
132
 
#: breezy/branch.py:2019
 
127
#: breezy/branch.py:2026
133
128
msgid "No new revisions or tags to push."
134
129
msgstr ""
135
130
 
136
 
#: breezy/branch.py:2021
 
131
#: breezy/branch.py:2028
137
132
msgid "No new revisions to push."
138
133
msgstr ""
139
134
 
140
 
#: breezy/branch.py:2041
 
135
#: breezy/branch.py:2048
141
136
#, python-brace-format
142
137
msgid "checked branch {0} format {1}"
143
138
msgstr ""
144
139
 
145
 
#: breezy/branch.py:2044
 
140
#: breezy/branch.py:2051
146
141
#, python-format
147
142
msgid "found error:%s"
148
143
msgstr ""
149
144
 
150
 
#: breezy/builtins.py:262 breezy/builtins.py:3094 breezy/workingtree.py:251
 
145
#: breezy/builtins.py:259 breezy/builtins.py:3015 breezy/workingtree.py:243
151
146
#, python-format
152
147
msgid "Ignoring files outside view. View is %s"
153
148
msgstr ""
154
149
 
155
 
#: breezy/builtins.py:272
 
150
#: breezy/builtins.py:269
156
151
#, python-format
157
152
msgid "brz %s --revision takes exactly one revision identifier"
158
153
msgstr ""
159
154
 
160
 
#: breezy/builtins.py:327
 
155
#: breezy/builtins.py:324
161
156
msgid "Display status summary."
162
157
msgstr ""
163
158
 
164
 
#: breezy/builtins.py:329
 
159
#: breezy/builtins.py:326
165
160
msgid ""
166
161
"This reports on versioned and unknown files, reporting them\n"
167
162
"grouped by state.  Possible states are:"
168
163
msgstr ""
169
164
 
170
 
#: breezy/builtins.py:332
 
165
#: breezy/builtins.py:329
171
166
msgid ""
172
167
"added\n"
173
168
"    Versioned in the working copy but not in the previous revision."
174
169
msgstr ""
175
170
 
176
 
#: breezy/builtins.py:335
 
171
#: breezy/builtins.py:332
177
172
msgid ""
178
173
"removed\n"
179
174
"    Versioned in the previous revision but removed or deleted\n"
180
175
"    in the working copy."
181
176
msgstr ""
182
177
 
183
 
#: breezy/builtins.py:339
 
178
#: breezy/builtins.py:336
184
179
msgid ""
185
180
"renamed\n"
186
181
"    Path of this file changed from the previous revision;\n"
188
183
"    parent directory was renamed."
189
184
msgstr ""
190
185
 
191
 
#: breezy/builtins.py:344
 
186
#: breezy/builtins.py:341
192
187
msgid ""
193
188
"modified\n"
194
189
"    Text has changed since the previous revision."
195
190
msgstr ""
196
191
 
197
 
#: breezy/builtins.py:347
 
192
#: breezy/builtins.py:344
198
193
msgid ""
199
194
"kind changed\n"
200
195
"    File kind has been changed (e.g. from file to directory)."
201
196
msgstr ""
202
197
 
203
 
#: breezy/builtins.py:350
 
198
#: breezy/builtins.py:347
204
199
msgid ""
205
200
"unknown\n"
206
201
"    Not versioned and not matching an ignore pattern."
207
202
msgstr ""
208
203
 
209
 
#: breezy/builtins.py:353
 
204
#: breezy/builtins.py:350
210
205
msgid ""
211
206
"Additionally for directories, symlinks and files with a changed\n"
212
 
"executable bit, Breezy indicates their type using a trailing\n"
 
207
"executable bit, Bazaar indicates their type using a trailing\n"
213
208
"character: '/', '@' or '*' respectively. These decorations can be\n"
214
209
"disabled using the '--no-classify' option."
215
210
msgstr ""
216
211
 
217
 
#: breezy/builtins.py:358
 
212
#: breezy/builtins.py:355
218
213
msgid ""
219
214
"To see ignored files use 'brz ignored'.  For details on the\n"
220
215
"changes to file texts, use 'brz diff'."
221
216
msgstr ""
222
217
 
223
 
#: breezy/builtins.py:361
 
218
#: breezy/builtins.py:358
224
219
msgid ""
225
220
"Note that --short or -S gives status flags for each item, similar\n"
226
221
"to Subversion's status command. To get output similar to svn -q,\n"
227
222
"use brz status -SV."
228
223
msgstr ""
229
224
 
230
 
#: breezy/builtins.py:365
 
225
#: breezy/builtins.py:362
231
226
msgid ""
232
227
"If no arguments are specified, the status of the entire working\n"
233
228
"directory is shown.  Otherwise, only the status of the specified\n"
235
230
"is reported for everything inside that directory."
236
231
msgstr ""
237
232
 
238
 
#: breezy/builtins.py:370
 
233
#: breezy/builtins.py:367
239
234
msgid ""
240
235
"Before merges are committed, the pending merge tip revisions are\n"
241
236
"shown. To see all pending merge revisions, use the -v option.\n"
243
238
"the no-pending option or specify a file/directory."
244
239
msgstr ""
245
240
 
246
 
#: breezy/builtins.py:375
 
241
#: breezy/builtins.py:372
247
242
msgid ""
248
243
"To compare the working directory to a specific revision, pass a\n"
249
244
"single revision to the revision argument."
250
245
msgstr ""
251
246
 
252
 
#: breezy/builtins.py:378
 
247
#: breezy/builtins.py:375
253
248
msgid ""
254
249
"To see which files have changed in a specific revision, or between\n"
255
250
"two revisions, pass a revision range to the revision argument.\n"
257
252
msgstr ""
258
253
 
259
254
# help of 'short' option of 'status' command
260
 
#: breezy/builtins.py:387
 
255
#: breezy/builtins.py:384
261
256
msgid "Use short status indicators."
262
257
msgstr ""
263
258
 
264
259
# help of 'versioned' option of 'status' command
265
 
#: breezy/builtins.py:389
 
260
#: breezy/builtins.py:386
266
261
msgid "Only show versioned files."
267
262
msgstr ""
268
263
 
269
264
# help of 'no-pending' option of 'status' command
270
 
#: breezy/builtins.py:391
 
265
#: breezy/builtins.py:388
271
266
msgid "Don't show pending merges."
272
267
msgstr ""
273
268
 
274
269
# help of 'no-classify' option of 'status' command
275
 
#: breezy/builtins.py:393
 
270
#: breezy/builtins.py:390
276
271
msgid "Do not mark object type using indicator."
277
272
msgstr ""
278
273
 
279
 
#: breezy/builtins.py:408
 
274
#: breezy/builtins.py:405
280
275
msgid "brz status --revision takes exactly one or two revision specifiers"
281
276
msgstr ""
282
277
 
283
 
#: breezy/builtins.py:452 breezy/builtins.py:5331
 
278
#: breezy/builtins.py:449 breezy/builtins.py:5251
284
279
msgid "You can only supply one of revision_id or --revision"
285
280
msgstr ""
286
281
 
287
 
#: breezy/builtins.py:456 breezy/builtins.py:5334
 
282
#: breezy/builtins.py:453 breezy/builtins.py:5254
288
283
msgid "You must supply either --revision or a revision_id"
289
284
msgstr ""
290
285
 
291
 
#: breezy/builtins.py:463
 
286
#: breezy/builtins.py:460
292
287
#, python-format
293
288
msgid "Repository %r does not support access to raw revision texts"
294
289
msgstr ""
295
290
 
296
 
#: breezy/builtins.py:474
 
291
#: breezy/builtins.py:471
297
292
#, python-brace-format
298
293
msgid "The repository {0} contains no revision {1}."
299
294
msgstr ""
300
295
 
301
 
#: breezy/builtins.py:481
 
296
#: breezy/builtins.py:478
302
297
msgid "You cannot specify a NULL revision."
303
298
msgstr ""
304
299
 
305
 
#: breezy/builtins.py:487
 
300
#: breezy/builtins.py:484
306
301
msgid "Remove the working tree from a given branch/checkout."
307
302
msgstr ""
308
303
 
309
 
#: breezy/builtins.py:489
 
304
#: breezy/builtins.py:486
310
305
msgid ""
311
306
"Since a lightweight checkout is little more than a working tree\n"
312
307
"this will refuse to run against one."
313
308
msgstr ""
314
309
 
315
 
#: breezy/builtins.py:492
 
310
#: breezy/builtins.py:489
316
311
msgid "To re-create the working tree, use \"brz checkout\"."
317
312
msgstr ""
318
313
 
319
314
# help of 'force' option of 'remove-tree' command
320
 
#: breezy/builtins.py:498
 
315
#: breezy/builtins.py:495
321
316
msgid "Remove the working tree even if it has uncommitted or shelved changes."
322
317
msgstr ""
323
318
 
 
319
#: breezy/builtins.py:510
 
320
msgid "No working tree to remove"
 
321
msgstr ""
 
322
 
324
323
#: breezy/builtins.py:513
325
 
msgid "No working tree to remove"
326
 
msgstr ""
327
 
 
328
 
#: breezy/builtins.py:516
329
324
msgid "You cannot remove the working tree of a remote path"
330
325
msgstr ""
331
326
 
332
 
#: breezy/builtins.py:526
 
327
#: breezy/builtins.py:523
333
328
msgid "You cannot remove the working tree from a lightweight checkout"
334
329
msgstr ""
335
330
 
336
 
#: breezy/builtins.py:567
 
331
#: breezy/builtins.py:564
337
332
msgid ""
338
333
"The tree does not appear to be corrupt. You probably want \"brz revert\" "
339
334
"instead. Use \"--force\" if you are sure you want to reset the working tree."
340
335
msgstr ""
341
336
 
342
 
#: breezy/builtins.py:578
 
337
#: breezy/builtins.py:575
343
338
msgid ""
344
339
", the header appears corrupt, try passing -r -1 to set the state to the last "
345
340
"commit"
346
341
msgstr ""
347
342
 
348
 
#: breezy/builtins.py:583
 
343
#: breezy/builtins.py:580
349
344
#, python-brace-format
350
345
msgid "failed to reset the tree state{0}"
351
346
msgstr ""
352
347
 
353
 
#: breezy/builtins.py:587
 
348
#: breezy/builtins.py:584
354
349
msgid "Show current revision number."
355
350
msgstr ""
356
351
 
357
 
#: breezy/builtins.py:589
 
352
#: breezy/builtins.py:586
358
353
msgid "This is equal to the number of revisions on this branch."
359
354
msgstr ""
360
355
 
361
 
#: breezy/builtins.py:603
 
356
#: breezy/builtins.py:600
362
357
msgid "--tree and --revision can not be used together"
363
358
msgstr ""
364
359
 
365
 
#: breezy/builtins.py:619
 
360
#: breezy/builtins.py:616
366
361
msgid "Revision numbers only make sense for single revisions, not ranges"
367
362
msgstr ""
368
363
 
369
364
# help of 'tree' option of 'revno' command
370
 
#: breezy/builtins.py:642
 
365
#: breezy/builtins.py:639
371
366
msgid "Show revno of working tree."
372
367
msgstr ""
373
368
 
374
 
#: breezy/builtins.py:691
 
369
#: breezy/builtins.py:688
375
370
msgid "Add specified files or directories."
376
371
msgstr ""
377
372
 
378
 
#: breezy/builtins.py:693
 
373
#: breezy/builtins.py:690
379
374
msgid ""
380
375
"In non-recursive mode, all the named items are added, regardless\n"
381
376
"of whether they were previously ignored.  A warning is given if\n"
382
377
"any of the named files are already versioned."
383
378
msgstr ""
384
379
 
385
 
#: breezy/builtins.py:697
 
380
#: breezy/builtins.py:694
386
381
msgid ""
387
382
"In recursive mode (the default), files are treated the same way\n"
388
383
"but the behaviour for directories is different.  Directories that\n"
393
388
"directories.  If no names are given '.' is assumed."
394
389
msgstr ""
395
390
 
396
 
#: breezy/builtins.py:705
 
391
#: breezy/builtins.py:702
397
392
msgid ""
398
393
"A warning will be printed when nested trees are encountered,\n"
399
394
"unless they are explicitly ignored."
400
395
msgstr ""
401
396
 
402
 
#: breezy/builtins.py:708
 
397
#: breezy/builtins.py:705
403
398
msgid ""
404
399
"Therefore simply saying 'brz add' will version all files that\n"
405
400
"are currently unknown."
406
401
msgstr ""
407
402
 
408
 
#: breezy/builtins.py:711
 
403
#: breezy/builtins.py:708
409
404
msgid ""
410
405
"Adding a file whose parent directory is not versioned will\n"
411
406
"implicitly add the parent, and so on up to the root. This means\n"
413
408
"get added when you add a file in the directory."
414
409
msgstr ""
415
410
 
416
 
#: breezy/builtins.py:716
 
411
#: breezy/builtins.py:713
417
412
msgid ""
418
413
"--dry-run will show which files would be added, but not actually\n"
419
414
"add them."
420
415
msgstr ""
421
416
 
422
 
#: breezy/builtins.py:719
 
417
#: breezy/builtins.py:716
423
418
msgid ""
424
419
"--file-ids-from will try to use the file ids from the supplied path.\n"
425
420
"It looks up ids trying to find a matching parent directory with the\n"
430
425
"into a subdirectory of this one."
431
426
msgstr ""
432
427
 
433
 
#: breezy/builtins.py:727
 
428
#: breezy/builtins.py:724
434
429
msgid ""
435
430
"Any files matching patterns in the ignore list will not be added\n"
436
431
"unless they are explicitly mentioned."
437
432
msgstr ""
438
433
 
439
 
#: breezy/builtins.py:730
 
434
#: breezy/builtins.py:727
440
435
msgid ""
441
436
"In recursive mode, files larger than the configuration option\n"
442
437
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
444
439
msgstr ""
445
440
 
446
441
# help of 'no-recurse' option of 'add' command
447
 
#: breezy/builtins.py:737
 
442
#: breezy/builtins.py:734
448
443
msgid "Don't recursively add the contents of directories."
449
444
msgstr ""
450
445
 
451
446
# help of 'file-ids-from' option of 'add' command
452
 
#: breezy/builtins.py:745
 
447
#: breezy/builtins.py:742
453
448
msgid "Lookup file ids from this tree."
454
449
msgstr ""
455
450
 
456
 
#: breezy/builtins.py:757
457
 
msgid ""
458
 
"Ignoring --file-ids-from, since the tree does not support setting file ids."
459
 
msgstr ""
460
 
 
461
 
#: breezy/builtins.py:788
 
451
#: breezy/builtins.py:779
462
452
#, python-brace-format
463
453
msgid "ignored {0} matching \"{1}\"\n"
464
454
msgstr ""
465
455
 
466
 
#: breezy/builtins.py:793
 
456
#: breezy/builtins.py:784
467
457
msgid "Create a new versioned directory."
468
458
msgstr ""
469
459
 
470
 
#: breezy/builtins.py:795
 
460
#: breezy/builtins.py:786
471
461
msgid "This is equivalent to creating the directory and then adding it."
472
462
msgstr ""
473
463
 
474
464
# help of 'parents' option of 'mkdir' command
475
 
#: breezy/builtins.py:802
 
465
#: breezy/builtins.py:793
476
466
msgid "No error if existing, make parent directories as needed."
477
467
msgstr ""
478
468
 
479
 
#: breezy/builtins.py:836
 
469
#: breezy/builtins.py:827
480
470
#, python-format
481
471
msgid "added %s\n"
482
472
msgstr ""
483
473
 
484
 
#: breezy/builtins.py:883
 
474
#: breezy/builtins.py:871
485
475
#, python-format
486
476
msgid "invalid kind %r specified"
487
477
msgstr ""
488
478
 
489
 
#: breezy/builtins.py:921
 
479
#: breezy/builtins.py:909
490
480
msgid "Copy a file."
491
481
msgstr ""
492
482
 
493
 
#: breezy/builtins.py:923
 
483
#: breezy/builtins.py:911
494
484
msgid "    brz cp SOURCE... DESTINATION"
495
485
msgstr ""
496
486
 
497
 
#: breezy/builtins.py:925
 
487
#: breezy/builtins.py:913
498
488
msgid ""
499
489
"If the last argument is a versioned directory, all the other names\n"
500
490
"are copied into it.  Otherwise, there must be exactly two arguments\n"
501
491
"and the file is copied to a new name."
502
492
msgstr ""
503
493
 
504
 
#: breezy/builtins.py:929
 
494
#: breezy/builtins.py:917
505
495
msgid ""
506
496
"Files cannot be copied between branches. Only files can be copied\n"
507
497
"at the moment."
508
498
msgstr ""
509
499
 
510
 
#: breezy/builtins.py:945 breezy/builtins.py:1038
 
500
#: breezy/builtins.py:933 breezy/builtins.py:1026
511
501
msgid "missing file argument"
512
502
msgstr ""
513
503
 
514
 
#: breezy/builtins.py:951
 
504
#: breezy/builtins.py:939
515
505
msgid "can not copy root of branch"
516
506
msgstr ""
517
507
 
518
 
#: breezy/builtins.py:959
 
508
#: breezy/builtins.py:947
519
509
msgid "to copy multiple files the destination must be a versioned directory"
520
510
msgstr ""
521
511
 
522
 
#: breezy/builtins.py:973 breezy/builtins.py:989
 
512
#: breezy/builtins.py:961 breezy/builtins.py:977
523
513
#, python-format
524
514
msgid "Could not copy %s => %s: %s is not versioned."
525
515
msgstr ""
526
516
 
527
 
#: breezy/builtins.py:977
 
517
#: breezy/builtins.py:965
528
518
#, python-format
529
519
msgid "Could not copy %s => %s . %s is not versioned\\."
530
520
msgstr ""
531
521
 
 
522
#: breezy/builtins.py:969
 
523
#, python-format
 
524
msgid "Could not copy %s => %s . %s is a directory."
 
525
msgstr ""
 
526
 
532
527
#: breezy/builtins.py:981
533
528
#, python-format
534
 
msgid "Could not copy %s => %s . %s is a directory."
535
 
msgstr ""
536
 
 
537
 
#: breezy/builtins.py:993
538
 
#, python-format
539
529
msgid "Could not copy to %s: %s is not a directory."
540
530
msgstr ""
541
531
 
542
 
#: breezy/builtins.py:1000
 
532
#: breezy/builtins.py:988
543
533
msgid "Move or rename a file."
544
534
msgstr ""
545
535
 
546
 
#: breezy/builtins.py:1002
 
536
#: breezy/builtins.py:990
547
537
msgid "    brz mv SOURCE... DESTINATION"
548
538
msgstr ""
549
539
 
550
 
#: breezy/builtins.py:1004
 
540
#: breezy/builtins.py:992
551
541
msgid ""
552
542
"If the last argument is a versioned directory, all the other names\n"
553
543
"are moved into it.  Otherwise, there must be exactly two arguments\n"
554
544
"and the file is changed to a new name."
555
545
msgstr ""
556
546
 
557
 
#: breezy/builtins.py:1008
 
547
#: breezy/builtins.py:996
558
548
msgid ""
559
549
"If OLDNAME does not exist on the filesystem but is versioned and\n"
560
550
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
563
553
"The same is valid when moving many SOURCE files to a DESTINATION."
564
554
msgstr ""
565
555
 
566
 
#: breezy/builtins.py:1014
 
556
#: breezy/builtins.py:1002
567
557
msgid "Files cannot be moved between branches."
568
558
msgstr ""
569
559
 
570
560
# help of 'after' option of 'mv' command
571
 
#: breezy/builtins.py:1021
 
561
#: breezy/builtins.py:1009
572
562
msgid ""
573
563
"Move only the brz identifier of the file, because the file has already been "
574
564
"moved."
575
565
msgstr ""
576
566
 
577
567
# help of 'auto' option of 'mv' command
578
 
#: breezy/builtins.py:1023
 
568
#: breezy/builtins.py:1011
579
569
msgid "Automatically guess renames."
580
570
msgstr ""
581
571
 
582
572
# help of 'dry-run' option of 'mv' command
583
 
#: breezy/builtins.py:1025
 
573
#: breezy/builtins.py:1013
584
574
msgid "Avoid making changes when guessing renames."
585
575
msgstr ""
586
576
 
587
 
#: breezy/builtins.py:1034
 
577
#: breezy/builtins.py:1022
588
578
msgid "--dry-run requires --auto."
589
579
msgstr ""
590
580
 
591
 
#: breezy/builtins.py:1044
 
581
#: breezy/builtins.py:1032
592
582
msgid "can not move root of branch"
593
583
msgstr ""
594
584
 
595
 
#: breezy/builtins.py:1051
 
585
#: breezy/builtins.py:1039
596
586
msgid "Only one path may be specified to --auto."
597
587
msgstr ""
598
588
 
599
 
#: breezy/builtins.py:1054
 
589
#: breezy/builtins.py:1042
600
590
msgid "--after cannot be specified with --auto."
601
591
msgstr ""
602
592
 
603
 
#: breezy/builtins.py:1090
 
593
#: breezy/builtins.py:1078
604
594
msgid "to mv multiple files the destination must be a versioned directory"
605
595
msgstr ""
606
596
 
607
 
#: breezy/builtins.py:1143
 
597
#: breezy/builtins.py:1131
608
598
msgid "Turn this branch into a mirror of another branch."
609
599
msgstr ""
610
600
 
611
 
#: breezy/builtins.py:1145
 
601
#: breezy/builtins.py:1133
612
602
msgid ""
613
603
"By default, this command only works on branches that have not diverged.\n"
614
604
"Branches are considered diverged if the destination branch's most recent\n"
616
606
"parent."
617
607
msgstr ""
618
608
 
619
 
#: breezy/builtins.py:1150
 
609
#: breezy/builtins.py:1138
620
610
msgid ""
621
611
"If branches have diverged, you can use 'brz merge' to integrate the changes\n"
622
612
"from one into the other.  Once one branch has merged, the other should\n"
623
613
"be able to pull it again."
624
614
msgstr ""
625
615
 
626
 
#: breezy/builtins.py:1154
 
616
#: breezy/builtins.py:1142
627
617
msgid ""
628
618
"If you want to replace your local changes and just want your branch to\n"
629
619
"match the remote one, use pull --overwrite. This will work even if the two\n"
630
620
"branches have diverged."
631
621
msgstr ""
632
622
 
633
 
#: breezy/builtins.py:1158
 
623
#: breezy/builtins.py:1146
634
624
msgid ""
635
625
"If there is no default location set, the first pull will set it (use\n"
636
626
"--no-remember to avoid setting it). After that, you can omit the\n"
638
628
"value will only be saved if the remote location can be accessed."
639
629
msgstr ""
640
630
 
641
 
#: breezy/builtins.py:1163
 
631
#: breezy/builtins.py:1151
642
632
msgid ""
643
633
"The --verbose option will display the revisions pulled using the log_format\n"
644
634
"configuration option. You can use a different format by overriding it with\n"
645
635
"-Olog_format=<other_format>."
646
636
msgstr ""
647
637
 
648
 
#: breezy/builtins.py:1167
 
638
#: breezy/builtins.py:1155
649
639
msgid ""
650
640
"Note: The location can be specified either in the form of a branch,\n"
651
641
"or in the form of a path to a file containing a merge directive generated\n"
653
643
msgstr ""
654
644
 
655
645
# help of 'verbose' option of 'pull' command
656
 
#: breezy/builtins.py:1175
 
646
#: breezy/builtins.py:1163
657
647
msgid "Show logs of pulled revisions."
658
648
msgstr ""
659
649
 
660
650
# help of 'directory' option of 'pull' command
661
 
#: breezy/builtins.py:1177
 
651
#: breezy/builtins.py:1165
662
652
msgid ""
663
653
"Branch to pull into, rather than the one containing the working directory."
664
654
msgstr ""
665
655
 
666
656
# help of 'local' option of 'pull' command
667
 
#: breezy/builtins.py:1180
 
657
#: breezy/builtins.py:1168
668
658
msgid ""
669
659
"Perform a local pull in a bound branch.  Local pulls are not applied to the "
670
660
"master branch."
671
661
msgstr ""
672
662
 
673
 
#: breezy/builtins.py:1217
 
663
#: breezy/builtins.py:1205
674
664
msgid "No working tree, ignoring --show-base"
675
665
msgstr ""
676
666
 
677
 
#: breezy/builtins.py:1233 breezy/plugins/rewrite/commands.py:479
 
667
#: breezy/builtins.py:1221
678
668
msgid "No pull location known or specified."
679
669
msgstr ""
680
670
 
681
 
#: breezy/builtins.py:1240
 
671
#: breezy/builtins.py:1228
682
672
#, python-format
683
673
msgid "Using saved parent location: %s\n"
684
674
msgstr ""
685
675
 
686
 
#: breezy/builtins.py:1247 breezy/builtins.py:4529
 
676
#: breezy/builtins.py:1235 breezy/builtins.py:4449
687
677
msgid "Cannot use -r with merge directives or bundles"
688
678
msgstr ""
689
679
 
690
 
#: breezy/builtins.py:1290
 
680
#: breezy/builtins.py:1278
691
681
msgid "Update a mirror of this branch."
692
682
msgstr ""
693
683
 
694
 
#: breezy/builtins.py:1292
 
684
#: breezy/builtins.py:1280
695
685
msgid ""
696
686
"The target branch will not have its working tree populated because this\n"
697
687
"is both expensive, and is not supported on remote file systems."
698
688
msgstr ""
699
689
 
700
 
#: breezy/builtins.py:1295
 
690
#: breezy/builtins.py:1283
701
691
msgid ""
702
692
"Some smart servers or protocols *may* put the working tree in place in\n"
703
693
"the future."
704
694
msgstr ""
705
695
 
706
 
#: breezy/builtins.py:1298
 
696
#: breezy/builtins.py:1286
707
697
msgid ""
708
698
"This command only works on branches that have not diverged.  Branches are\n"
709
699
"considered diverged if the destination branch's most recent commit is one\n"
710
700
"that has not been merged (directly or indirectly) by the source branch."
711
701
msgstr ""
712
702
 
713
 
#: breezy/builtins.py:1302
 
703
#: breezy/builtins.py:1290
714
704
msgid ""
715
705
"If branches have diverged, you can use 'brz push --overwrite' to replace\n"
716
706
"the other branch completely, discarding its unmerged changes."
717
707
msgstr ""
718
708
 
719
 
#: breezy/builtins.py:1305
 
709
#: breezy/builtins.py:1293
720
710
msgid ""
721
711
"If you want to ensure you have the different changes in the other branch,\n"
722
712
"do a merge (see brz help merge) from the other branch, and commit that.\n"
723
713
"After that you will be able to do a push without '--overwrite'."
724
714
msgstr ""
725
715
 
726
 
#: breezy/builtins.py:1309
 
716
#: breezy/builtins.py:1297
727
717
msgid ""
728
718
"If there is no default push location set, the first push will set it (use\n"
729
719
"--no-remember to avoid setting it).  After that, you can omit the\n"
731
721
"value will only be saved if the remote location can be accessed."
732
722
msgstr ""
733
723
 
734
 
#: breezy/builtins.py:1314
 
724
#: breezy/builtins.py:1302
735
725
msgid ""
736
726
"The --verbose option will display the revisions pushed using the log_format\n"
737
727
"configuration option. You can use a different format by overriding it with\n"
739
729
msgstr ""
740
730
 
741
731
# help of 'directory' option of 'push' command
742
 
#: breezy/builtins.py:1325
 
732
#: breezy/builtins.py:1313
743
733
msgid ""
744
734
"Branch to push from, rather than the one containing the working directory."
745
735
msgstr ""
746
736
 
747
737
# help of 'use-existing-dir' option of 'push' command
748
 
#: breezy/builtins.py:1328
 
738
#: breezy/builtins.py:1316
749
739
msgid ""
750
740
"By default push will fail if the target directory exists, but does not "
751
741
"already have a control directory.  This flag will allow push to proceed."
752
742
msgstr ""
753
743
 
754
744
# help of 'stacked' option of 'push' command
755
 
#: breezy/builtins.py:1333
 
745
#: breezy/builtins.py:1321
756
746
msgid ""
757
747
"Create a stacked branch that references the public location of the parent "
758
748
"branch."
759
749
msgstr ""
760
750
 
761
751
# help of 'stacked-on' option of 'push' command
762
 
#: breezy/builtins.py:1336
 
752
#: breezy/builtins.py:1324
763
753
msgid ""
764
754
"Create a stacked branch that refers to another branch for the commit "
765
755
"history. Only the work not present in the referenced branch is included in "
767
757
msgstr ""
768
758
 
769
759
# help of 'strict' option of 'push' command
770
 
#: breezy/builtins.py:1341
 
760
#: breezy/builtins.py:1329
771
761
msgid ""
772
762
"Refuse to push if there are uncommitted changes in the working tree, --no-"
773
763
"strict disables the check."
774
764
msgstr ""
775
765
 
776
766
# help of 'no-tree' option of 'push' command
777
 
#: breezy/builtins.py:1344
 
767
#: breezy/builtins.py:1332
778
768
msgid "Don't populate the working tree, even for protocols that support it."
779
769
msgstr ""
780
770
 
781
771
# help of 'overwrite-tags' option of 'pull' command
782
772
# help of 'overwrite-tags' option of 'push' command
783
 
#: breezy/builtins.py:1347
 
773
#: breezy/builtins.py:1335
784
774
msgid "Overwrite tags only."
785
775
msgstr ""
786
776
 
787
777
# help of 'lossy' option of 'push' command
788
 
#: breezy/builtins.py:1348
 
778
#: breezy/builtins.py:1336
789
779
msgid ""
790
780
"Allow lossy push, i.e. dropping metadata that can't be represented in the "
791
781
"target."
792
782
msgstr ""
793
783
 
794
 
#: breezy/builtins.py:1402
 
784
#: breezy/builtins.py:1388
795
785
msgid "Could not determine branch to refer to."
796
786
msgstr ""
797
787
 
798
 
#: breezy/builtins.py:1411
 
788
#: breezy/builtins.py:1397
799
789
#, python-format
800
790
msgid ""
801
791
"No push location known or specified. To push to the parent branch (at %s), "
802
792
"use 'brz push :parent'."
803
793
msgstr ""
804
794
 
805
 
#: breezy/builtins.py:1417
 
795
#: breezy/builtins.py:1403
806
796
msgid "No push location known or specified."
807
797
msgstr ""
808
798
 
809
 
#: breezy/builtins.py:1421
 
799
#: breezy/builtins.py:1407
810
800
#, python-format
811
801
msgid "Using saved push location: %s"
812
802
msgstr ""
813
803
 
814
 
#: breezy/builtins.py:1432
 
804
#: breezy/builtins.py:1418
815
805
msgid "Create a new branch that is a copy of an existing branch."
816
806
msgstr ""
817
807
 
818
 
#: breezy/builtins.py:1434
 
808
#: breezy/builtins.py:1420
819
809
msgid ""
820
810
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
821
811
"be used.  In other words, \"branch ../foo/bar\" will attempt to create ./"
826
816
"create ./foo-bar."
827
817
msgstr ""
828
818
 
829
 
#: breezy/builtins.py:1441
 
819
#: breezy/builtins.py:1427
830
820
msgid ""
831
821
"To retrieve the branch as of a particular revision, supply the --revision\n"
832
822
"parameter, as in \"branch foo/bar -r 5\"."
833
823
msgstr ""
834
824
 
835
825
# help of 'no-tree' option of 'branch' command
836
 
#: breezy/builtins.py:1454
 
826
#: breezy/builtins.py:1439
837
827
msgid "Create a branch without a working-tree."
838
828
msgstr ""
839
829
 
840
830
# help of 'switch' option of 'branch' command
841
 
#: breezy/builtins.py:1456
 
831
#: breezy/builtins.py:1441
842
832
msgid "Switch the checkout in the current directory to the new branch."
843
833
msgstr ""
844
834
 
845
835
# help of 'stacked' option of 'branch' command
846
 
#: breezy/builtins.py:1459
 
836
#: breezy/builtins.py:1444
847
837
msgid ""
848
838
"Create a stacked branch referring to the source branch. The new branch will "
849
839
"depend on the availability of the source branch for all operations."
850
840
msgstr ""
851
841
 
852
842
# help of 'standalone' option of 'branch' command
853
 
#: breezy/builtins.py:1463
 
843
#: breezy/builtins.py:1448
854
844
msgid "Do not use a shared repository, even if available."
855
845
msgstr ""
856
846
 
857
847
# help of 'use-existing-dir' option of 'branch' command
858
 
#: breezy/builtins.py:1465
 
848
#: breezy/builtins.py:1450
859
849
msgid ""
860
850
"By default branch will fail if the target directory exists, but does not "
861
851
"already have a control directory.  This flag will allow branch to proceed."
862
852
msgstr ""
863
853
 
864
854
# help of 'bind' option of 'branch' command
865
 
#: breezy/builtins.py:1470
 
855
#: breezy/builtins.py:1455
866
856
msgid "Bind new branch to from location."
867
857
msgstr ""
868
858
 
869
 
# help of 'colocated-branch' option of 'branch' command
870
 
#: breezy/builtins.py:1474
871
 
msgid "Name of colocated branch to sprout."
872
 
msgstr ""
873
 
 
874
 
#: breezy/builtins.py:1515
 
859
#: breezy/builtins.py:1492
875
860
#, python-format
876
861
msgid "Target directory \"%s\" already exists."
877
862
msgstr ""
878
863
 
879
 
#: breezy/builtins.py:1527
 
864
#: breezy/builtins.py:1504
880
865
#, python-format
881
866
msgid "Parent of \"%s\" does not exist."
882
867
msgstr ""
883
868
 
884
 
#: breezy/builtins.py:1546
 
869
#: breezy/builtins.py:1522
885
870
#, python-brace-format
886
871
msgid "The branch {0} has no revision {1}."
887
872
msgstr ""
888
873
 
889
 
#: breezy/builtins.py:1563 breezy/push.py:54
 
874
#: breezy/builtins.py:1538 breezy/push.py:54
890
875
#, python-format
891
876
msgid "Created new stacked branch referring to %s."
892
877
msgstr ""
893
878
 
894
 
#: breezy/builtins.py:1569
 
879
#: breezy/builtins.py:1544
895
880
#, python-format
896
881
msgid "Branched %d revision."
897
882
msgid_plural "Branched %d revisions."
898
883
msgstr[0] ""
899
884
msgstr[1] ""
900
885
 
901
 
#: breezy/builtins.py:1573 breezy/push.py:57
 
886
#: breezy/builtins.py:1548 breezy/push.py:57
902
887
msgid "Created new branch."
903
888
msgstr ""
904
889
 
905
 
#: breezy/builtins.py:1578
 
890
#: breezy/builtins.py:1553
906
891
#, python-format
907
892
msgid "New branch bound to %s"
908
893
msgstr ""
909
894
 
910
 
#: breezy/builtins.py:1583
 
895
#: breezy/builtins.py:1558
911
896
#, python-format
912
897
msgid "Switched to branch: %s"
913
898
msgstr ""
914
899
 
915
 
#: breezy/builtins.py:1588
 
900
#: breezy/builtins.py:1563
916
901
msgid "List the branches available at the current location."
917
902
msgstr ""
918
903
 
919
 
#: breezy/builtins.py:1590
 
904
#: breezy/builtins.py:1565
920
905
msgid ""
921
906
"This command will print the names of all the branches at the current\n"
922
907
"location."
923
908
msgstr ""
924
909
 
925
910
# help of 'recursive' option of 'branches' command
926
 
#: breezy/builtins.py:1597
 
911
#: breezy/builtins.py:1572
927
912
msgid ""
928
913
"Recursively scan for branches rather than just looking in the specified "
929
914
"location."
930
915
msgstr ""
931
916
 
932
 
#: breezy/builtins.py:1626
 
917
#: breezy/builtins.py:1601
933
918
msgid "(default)"
934
919
msgstr ""
935
920
 
936
 
#: breezy/builtins.py:1638
 
921
#: breezy/builtins.py:1613
937
922
msgid "Create a new checkout of an existing branch."
938
923
msgstr ""
939
924
 
940
 
#: breezy/builtins.py:1640
 
925
#: breezy/builtins.py:1615
941
926
msgid ""
942
927
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree\n"
943
928
"for the branch found in '.'. This is useful if you have removed the working\n"
945
930
"current location using SFTP."
946
931
msgstr ""
947
932
 
948
 
#: breezy/builtins.py:1645
 
933
#: breezy/builtins.py:1620
949
934
msgid ""
950
935
"If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION\n"
951
936
"will be used.  In other words, \"checkout ../foo/bar\" will attempt to "
957
942
"attempt to create ./foo-bar."
958
943
msgstr ""
959
944
 
960
 
#: breezy/builtins.py:1652
 
945
#: breezy/builtins.py:1627
961
946
msgid ""
962
947
"To retrieve the branch as of a particular revision, supply the --revision\n"
963
948
"parameter, as in \"checkout foo/bar -r 5\". Note that this will be\n"
966
951
msgstr ""
967
952
 
968
953
# help of 'lightweight' option of 'checkout' command
969
 
#: breezy/builtins.py:1662
 
954
#: breezy/builtins.py:1637
970
955
msgid ""
971
956
"Perform a lightweight checkout.  Lightweight checkouts depend on access to "
972
957
"the branch for every operation.  Normal checkouts can perform common "
976
961
 
977
962
# help of 'files-from' option of 'branch' command
978
963
# help of 'files-from' option of 'checkout' command
979
 
#: breezy/builtins.py:1669
 
964
#: breezy/builtins.py:1644
980
965
msgid "Get file contents from this tree."
981
966
msgstr ""
982
967
 
983
968
# help of 'hardlink' option of 'branch' command
984
969
# help of 'hardlink' option of 'checkout' command
985
 
#: breezy/builtins.py:1671
 
970
#: breezy/builtins.py:1646
986
971
msgid "Hard-link working tree files where possible."
987
972
msgstr ""
988
973
 
989
 
#: breezy/builtins.py:1711
990
 
msgid ""
991
 
"Clone a control directory.\n"
992
 
"    "
993
 
msgstr ""
994
 
 
995
 
# help of 'no-recurse-nested' option of 'branch' command
996
 
# help of 'no-recurse-nested' option of 'clone' command
997
 
#: breezy/builtins.py:1717
998
 
msgid "Do not recursively check out nested trees."
999
 
msgstr ""
1000
 
 
1001
 
#: breezy/builtins.py:1739
1002
 
msgid "Created new control directory."
1003
 
msgstr ""
1004
 
 
1005
 
#: breezy/builtins.py:1743
 
974
#: breezy/builtins.py:1686
1006
975
msgid ""
1007
976
"Show list of renamed files.\n"
1008
977
"    "
1009
978
msgstr ""
1010
979
 
1011
 
#: breezy/builtins.py:1771
 
980
#: breezy/builtins.py:1714
1012
981
msgid "Update a working tree to a new revision."
1013
982
msgstr ""
1014
983
 
1015
 
#: breezy/builtins.py:1773
 
984
#: breezy/builtins.py:1716
1016
985
msgid ""
1017
986
"This will perform a merge of the destination revision (the tip of the\n"
1018
987
"branch, or the specified revision) into the working tree, and then make\n"
1019
988
"that revision the basis revision for the working tree."
1020
989
msgstr ""
1021
990
 
1022
 
#: breezy/builtins.py:1777
 
991
#: breezy/builtins.py:1720
1023
992
msgid ""
1024
993
"You can use this to visit an older revision, or to update a working tree\n"
1025
994
"that is out of date from its branch."
1026
995
msgstr ""
1027
996
 
1028
 
#: breezy/builtins.py:1780
 
997
#: breezy/builtins.py:1723
1029
998
msgid ""
1030
999
"If there are any uncommitted changes in the tree, they will be carried\n"
1031
1000
"across and remain as uncommitted changes after the update.  To discard\n"
1033
1002
"with the changes brought in by the change in basis revision."
1034
1003
msgstr ""
1035
1004
 
1036
 
#: breezy/builtins.py:1785
 
1005
#: breezy/builtins.py:1728
1037
1006
msgid ""
1038
1007
"If the tree's branch is bound to a master branch, brz will also update\n"
1039
1008
"the branch from the master."
1040
1009
msgstr ""
1041
1010
 
1042
 
#: breezy/builtins.py:1788
 
1011
#: breezy/builtins.py:1731
1043
1012
msgid ""
1044
 
"You cannot update just a single file or directory, because each Breezy\n"
 
1013
"You cannot update just a single file or directory, because each Bazaar\n"
1045
1014
"working tree has just a single basis revision.  If you want to restore a\n"
1046
1015
"file that has been removed locally, use 'brz revert' instead of 'brz\n"
1047
1016
"update'.  If you want to restore a file to its state in a previous\n"
1049
1018
"out the old content of that file to a new location."
1050
1019
msgstr ""
1051
1020
 
1052
 
#: breezy/builtins.py:1795
 
1021
#: breezy/builtins.py:1738
1053
1022
msgid ""
1054
1023
"The 'dir' argument, if given, must be the location of the root of a\n"
1055
1024
"working tree to update.  By default, the working tree that contains the\n"
1056
1025
"current working directory is used."
1057
1026
msgstr ""
1058
1027
 
1059
 
#: breezy/builtins.py:1811
 
1028
#: breezy/builtins.py:1754
1060
1029
msgid "brz update --revision takes exactly one revision"
1061
1030
msgstr ""
1062
1031
 
1063
 
#: breezy/builtins.py:1819
 
1032
#: breezy/builtins.py:1762
1064
1033
msgid "brz update can only update a whole tree, not a file or subdirectory"
1065
1034
msgstr ""
1066
1035
 
1067
 
#: breezy/builtins.py:1849
 
1036
#: breezy/builtins.py:1793
1068
1037
#, python-brace-format
1069
1038
msgid "Tree is up to date at revision {0} of branch {1}"
1070
1039
msgstr ""
1071
1040
 
1072
 
#: breezy/builtins.py:1865
 
1041
#: breezy/builtins.py:1809
1073
1042
#, python-format
1074
1043
msgid ""
1075
1044
"branch has no revision %s\n"
1076
1045
"brz update --revision only works for a revision in the branch history"
1077
1046
msgstr ""
1078
1047
 
1079
 
#: breezy/builtins.py:1871
 
1048
#: breezy/builtins.py:1815
1080
1049
#, python-brace-format
1081
1050
msgid "Updated to revision {0} of branch {1}"
1082
1051
msgstr ""
1083
1052
 
1084
 
#: breezy/builtins.py:1875
 
1053
#: breezy/builtins.py:1819
1085
1054
msgid ""
1086
1055
"Your local commits will now show as pending merges with 'brz status', and "
1087
1056
"can be committed with 'brz commit'."
1088
1057
msgstr ""
1089
1058
 
1090
 
#: breezy/builtins.py:1884
 
1059
#: breezy/builtins.py:1828
1091
1060
msgid "Show information about a working tree, branch or repository."
1092
1061
msgstr ""
1093
1062
 
1094
 
#: breezy/builtins.py:1886
 
1063
#: breezy/builtins.py:1830
1095
1064
msgid ""
1096
1065
"This command will show all known locations and formats associated to the\n"
1097
1066
"tree, branch or repository."
1098
1067
msgstr ""
1099
1068
 
1100
 
#: breezy/builtins.py:1889
 
1069
#: breezy/builtins.py:1833
1101
1070
msgid ""
1102
1071
"In verbose mode, statistical information is included with each report.\n"
1103
1072
"To see extended statistic information, use a verbosity level of 2 or\n"
1104
1073
"higher by specifying the verbose option multiple times, e.g. -vv."
1105
1074
msgstr ""
1106
1075
 
1107
 
#: breezy/builtins.py:1893
 
1076
#: breezy/builtins.py:1837
1108
1077
msgid "Branches and working trees will also report any missing revisions."
1109
1078
msgstr ""
1110
1079
 
1111
 
#: breezy/builtins.py:1895 breezy/builtins.py:3830 breezy/builtins.py:4997
1112
 
#: breezy/builtins.py:6591 breezy/plugins/fastimport/cmds.py:211
1113
 
#: breezy/plugins/fastimport/cmds.py:417 breezy/plugins/propose/cmds.py:285
 
1080
#: breezy/builtins.py:1839 breezy/builtins.py:3750 breezy/builtins.py:4917
 
1081
#: breezy/builtins.py:6519 breezy/plugins/fastimport/cmds.py:211
 
1082
#: breezy/plugins/fastimport/cmds.py:417 breezy/plugins/propose/cmds.py:274
1114
1083
msgid ":Examples:"
1115
1084
msgstr ""
1116
1085
 
1117
 
#: breezy/builtins.py:1897
 
1086
#: breezy/builtins.py:1841
1118
1087
msgid "  Display information on the format and related locations:"
1119
1088
msgstr ""
1120
1089
 
1121
 
#: breezy/builtins.py:1899
 
1090
#: breezy/builtins.py:1843
1122
1091
msgid "    brz info"
1123
1092
msgstr ""
1124
1093
 
1125
 
#: breezy/builtins.py:1901
 
1094
#: breezy/builtins.py:1845
1126
1095
msgid ""
1127
1096
"  Display the above together with extended format information and\n"
1128
1097
"  basic statistics (like the number of files in the working tree and\n"
1129
1098
"  number of revisions in the branch and repository):"
1130
1099
msgstr ""
1131
1100
 
1132
 
#: breezy/builtins.py:1905
 
1101
#: breezy/builtins.py:1849
1133
1102
msgid "    brz info -v"
1134
1103
msgstr ""
1135
1104
 
1136
 
#: breezy/builtins.py:1907
 
1105
#: breezy/builtins.py:1851
1137
1106
msgid "  Display the above together with number of committers to the branch:"
1138
1107
msgstr ""
1139
1108
 
1140
 
#: breezy/builtins.py:1909
 
1109
#: breezy/builtins.py:1853
1141
1110
msgid "    brz info -vv"
1142
1111
msgstr ""
1143
1112
 
1144
 
#: breezy/builtins.py:1928
 
1113
#: breezy/builtins.py:1872
1145
1114
msgid "Remove files or directories."
1146
1115
msgstr ""
1147
1116
 
1148
 
#: breezy/builtins.py:1930
 
1117
#: breezy/builtins.py:1874
1149
1118
msgid ""
1150
 
"This makes Breezy stop tracking changes to the specified files. Breezy will\n"
 
1119
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
1151
1120
"delete them if they can easily be recovered using revert otherwise they\n"
1152
1121
"will be backed up (adding an extension of the form .~#~). If no options or\n"
1153
 
"parameters are given Breezy will scan for files that are being tracked by\n"
1154
 
"Breezy but missing in your tree and stop tracking them for you."
 
1122
"parameters are given Bazaar will scan for files that are being tracked by\n"
 
1123
"Bazaar but missing in your tree and stop tracking them for you."
1155
1124
msgstr ""
1156
1125
 
1157
1126
# help of 'new' option of 'remove' command
1158
 
#: breezy/builtins.py:1939
 
1127
#: breezy/builtins.py:1883
1159
1128
msgid "Only remove files that have never been committed."
1160
1129
msgstr ""
1161
1130
 
1162
1131
# help of 'file-deletion-strategy' option of 'remove' command
1163
 
#: breezy/builtins.py:1941
 
1132
#: breezy/builtins.py:1885
1164
1133
msgid "The file deletion mode to be used."
1165
1134
msgstr ""
1166
1135
 
1167
1136
# title of 'file-deletion-strategy' option of 'remove' command
1168
 
#: breezy/builtins.py:1942
 
1137
#: breezy/builtins.py:1886
1169
1138
msgid "Deletion Strategy"
1170
1139
msgstr ""
1171
1140
 
1172
1141
# help of 'file-deletion-strategy=safe' option of 'remove' command
1173
 
#: breezy/builtins.py:1943
 
1142
#: breezy/builtins.py:1887
1174
1143
msgid "Backup changed files (default)."
1175
1144
msgstr ""
1176
1145
 
1177
1146
# help of 'file-deletion-strategy=keep' option of 'remove' command
1178
 
#: breezy/builtins.py:1944
 
1147
#: breezy/builtins.py:1888
1179
1148
msgid "Delete from brz but leave the working copy."
1180
1149
msgstr ""
1181
1150
 
1182
1151
# help of 'file-deletion-strategy=no-backup' option of 'remove' command
1183
 
#: breezy/builtins.py:1945
 
1152
#: breezy/builtins.py:1889
1184
1153
msgid "Don't backup changed files."
1185
1154
msgstr ""
1186
1155
 
1187
 
#: breezy/builtins.py:1966
 
1156
#: breezy/builtins.py:1910
1188
1157
msgid "No matching files."
1189
1158
msgstr ""
1190
1159
 
1191
 
#: breezy/builtins.py:1983
 
1160
#: breezy/builtins.py:1927
1192
1161
msgid "Reconcile brz metadata in a branch."
1193
1162
msgstr ""
1194
1163
 
1195
 
#: breezy/builtins.py:1985
 
1164
#: breezy/builtins.py:1929
1196
1165
msgid ""
1197
1166
"This can correct data mismatches that may have been caused by\n"
1198
1167
"previous ghost operations or brz upgrades. You should only\n"
1200
1169
"advises you to run it."
1201
1170
msgstr ""
1202
1171
 
1203
 
#: breezy/builtins.py:1990
 
1172
#: breezy/builtins.py:1934
1204
1173
msgid ""
1205
1174
"If a second branch is provided, cross-branch reconciliation is\n"
1206
1175
"also attempted, which will check that data like the tree root\n"
1208
1177
"correctly in both branches."
1209
1178
msgstr ""
1210
1179
 
1211
 
#: breezy/builtins.py:1995
 
1180
#: breezy/builtins.py:1939
1212
1181
msgid ""
1213
1182
"At the same time it is run it may recompress data resulting in\n"
1214
1183
"a potential saving in disk space or performance gain."
1215
1184
msgstr ""
1216
1185
 
1217
 
#: breezy/builtins.py:1998
 
1186
#: breezy/builtins.py:1942
1218
1187
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1219
1188
msgstr ""
1220
1189
 
1221
1190
# help of 'format=git-bare' option of 'init' command
1222
 
# help of 'format=git-bare' option of 'init-shared-repository' command
 
1191
# help of 'format=git-bare' option of 'init-repository' command
1223
1192
# help of 'format=git-bare' option of 'upgrade' command
1224
 
#: breezy/builtins.py:2065 breezy/builtins.py:2186 breezy/builtins.py:3865
 
1193
#: breezy/builtins.py:2009 breezy/builtins.py:2130 breezy/builtins.py:3785
1225
1194
msgid "Bare GIT repository (no working tree)."
1226
1195
msgstr ""
1227
1196
 
1228
1197
# help of 'format=2a' option of 'init' command
1229
1198
# help of 'format=bzr' option of 'init' command
1230
1199
# help of 'format=default' option of 'init' command
1231
 
# help of 'format=2a' option of 'init-shared-repository' command
1232
 
# help of 'format=bzr' option of 'init-shared-repository' command
1233
 
# help of 'format=default' option of 'init-shared-repository' command
 
1200
# help of 'format=2a' option of 'init-repository' command
 
1201
# help of 'format=bzr' option of 'init-repository' command
 
1202
# help of 'format=default' option of 'init-repository' command
1234
1203
# help of 'format=2a' option of 'upgrade' command
1235
1204
# help of 'format=bzr' option of 'upgrade' command
1236
1205
# help of 'format=default' option of 'upgrade' command
1237
 
#: breezy/builtins.py:2065 breezy/builtins.py:2186 breezy/builtins.py:3865
 
1206
#: breezy/builtins.py:2009 breezy/builtins.py:2130 breezy/builtins.py:3785
1238
1207
msgid "Format for the bzr 2.0 series.\n"
1239
1208
msgstr ""
1240
1209
 
1241
1210
# help of 'format=git' option of 'init' command
1242
 
# help of 'format=git' option of 'init-shared-repository' command
 
1211
# help of 'format=git' option of 'init-repository' command
1243
1212
# help of 'format=git' option of 'upgrade' command
1244
 
#: breezy/builtins.py:2065 breezy/builtins.py:2186 breezy/builtins.py:3865
 
1213
#: breezy/builtins.py:2009 breezy/builtins.py:2130 breezy/builtins.py:3785
1245
1214
msgid "GIT repository."
1246
1215
msgstr ""
1247
1216
 
1248
 
#: breezy/builtins.py:2066
 
1217
#: breezy/builtins.py:2010
1249
1218
msgid "Make a directory into a versioned branch."
1250
1219
msgstr ""
1251
1220
 
1252
 
#: breezy/builtins.py:2068
 
1221
#: breezy/builtins.py:2012
1253
1222
msgid ""
1254
1223
"Use this to create an empty branch, or before importing an\n"
1255
1224
"existing project."
1256
1225
msgstr ""
1257
1226
 
1258
 
#: breezy/builtins.py:2071
 
1227
#: breezy/builtins.py:2015
1259
1228
msgid ""
1260
1229
"If there is a repository in a parent directory of the location, then\n"
1261
1230
"the history of the branch will be stored in the repository.  Otherwise\n"
1263
1232
"in the .bzr directory."
1264
1233
msgstr ""
1265
1234
 
1266
 
#: breezy/builtins.py:2076
 
1235
#: breezy/builtins.py:2020
1267
1236
msgid ""
1268
1237
"If there is already a branch at the location but it has no working tree,\n"
1269
1238
"the tree can be populated with 'brz checkout'."
1270
1239
msgstr ""
1271
1240
 
1272
 
#: breezy/builtins.py:2079
 
1241
#: breezy/builtins.py:2023
1273
1242
msgid "Recipe for importing a tree of files::"
1274
1243
msgstr ""
1275
1244
 
1276
 
#: breezy/builtins.py:2081
 
1245
#: breezy/builtins.py:2025
1277
1246
msgid ""
1278
1247
"    cd ~/project\n"
1279
1248
"    brz init\n"
1284
1253
 
1285
1254
# help of 'create-prefix' option of 'init' command
1286
1255
# help of 'create-prefix' option of 'push' command
1287
 
#: breezy/builtins.py:2092
 
1256
#: breezy/builtins.py:2036
1288
1257
msgid "Create the path leading up to the branch if it does not already exist."
1289
1258
msgstr ""
1290
1259
 
1291
1260
# help of 'format' option of 'init' command
1292
 
#: breezy/builtins.py:2095
 
1261
#: breezy/builtins.py:2039
1293
1262
msgid "Specify a format for this branch. See \"help formats\" for a full list."
1294
1263
msgstr ""
1295
1264
 
1296
1265
# help of 'append-revisions-only' option of 'init' command
1297
 
#: breezy/builtins.py:2104
 
1266
#: breezy/builtins.py:2048
1298
1267
msgid "Never change revnos or the existing log.  Append revisions to it only."
1299
1268
msgstr ""
1300
1269
 
1301
1270
# help of 'no-tree' option of 'init' command
1302
 
#: breezy/builtins.py:2107
 
1271
#: breezy/builtins.py:2051
1303
1272
msgid "Create a branch without a working tree."
1304
1273
msgstr ""
1305
1274
 
1306
 
#: breezy/builtins.py:2128 breezy/push.py:112
 
1275
#: breezy/builtins.py:2072 breezy/push.py:112
1307
1276
#, python-format
1308
1277
msgid ""
1309
1278
"Parent directory of %s does not exist.\n"
1310
1279
"You may supply --create-prefix to create all leading parent directories."
1311
1280
msgstr ""
1312
1281
 
1313
 
#: breezy/builtins.py:2163
 
1282
#: breezy/builtins.py:2107
1314
1283
msgid ""
1315
1284
"This branch format cannot be set to append-revisions-only.  Try --default."
1316
1285
msgstr ""
1317
1286
 
1318
 
#: breezy/builtins.py:2174
 
1287
#: breezy/builtins.py:2118
1319
1288
#, python-brace-format
1320
1289
msgid "Created a {0} (format: {1})\n"
1321
1290
msgstr ""
1322
1291
 
1323
 
#: breezy/builtins.py:2183
 
1292
#: breezy/builtins.py:2127
1324
1293
#, python-format
1325
1294
msgid "Using shared repository: %s\n"
1326
1295
msgstr ""
1327
1296
 
1328
 
#: breezy/builtins.py:2187
 
1297
#: breezy/builtins.py:2131
1329
1298
msgid "Create a shared repository for branches to share storage space."
1330
1299
msgstr ""
1331
1300
 
1332
 
#: breezy/builtins.py:2189
 
1301
#: breezy/builtins.py:2133
1333
1302
msgid ""
1334
1303
"New branches created under the repository directory will store their\n"
1335
1304
"revisions in the repository, not in the branch directory.  For branches\n"
1337
1306
"speeds up the creation of new branches."
1338
1307
msgstr ""
1339
1308
 
1340
 
#: breezy/builtins.py:2194
 
1309
#: breezy/builtins.py:2138
1341
1310
msgid ""
1342
1311
"If the --no-trees option is given then the branches in the repository\n"
1343
1312
"will not have working trees by default.  They will still exist as\n"
1347
1316
"branches, such as on a server."
1348
1317
msgstr ""
1349
1318
 
1350
 
#: breezy/builtins.py:2201
 
1319
#: breezy/builtins.py:2145
1351
1320
msgid ""
1352
1321
":Examples:\n"
1353
1322
"    Create a shared repository holding just branches::"
1354
1323
msgstr ""
1355
1324
 
1356
 
#: breezy/builtins.py:2204
 
1325
#: breezy/builtins.py:2148
1357
1326
msgid ""
1358
 
"        brz init-shared-repo --no-trees repo\n"
 
1327
"        brz init-repo --no-trees repo\n"
1359
1328
"        brz init repo/trunk"
1360
1329
msgstr ""
1361
1330
 
1362
 
#: breezy/builtins.py:2207
 
1331
#: breezy/builtins.py:2151
1363
1332
msgid "    Make a lightweight checkout elsewhere::"
1364
1333
msgstr ""
1365
1334
 
1366
 
#: breezy/builtins.py:2209
 
1335
#: breezy/builtins.py:2153
1367
1336
msgid ""
1368
1337
"        brz checkout --lightweight repo/trunk trunk-checkout\n"
1369
1338
"        cd trunk-checkout\n"
1370
1339
"        (add files here)"
1371
1340
msgstr ""
1372
1341
 
1373
 
# help of 'format' option of 'init-shared-repository' command
1374
 
#: breezy/builtins.py:2217
 
1342
# help of 'format' option of 'init-repository' command
 
1343
#: breezy/builtins.py:2161
1375
1344
msgid ""
1376
1345
"Specify a format for this repository. See \"brz help formats\" for details."
1377
1346
msgstr ""
1378
1347
 
1379
 
# title of 'format' option of 'init-shared-repository' command
 
1348
# title of 'format' option of 'init-repository' command
1380
1349
# title of 'format' option of 'fast-import' command
1381
 
#: breezy/builtins.py:2223 breezy/plugins/fastimport/cmds.py:287
 
1350
#: breezy/builtins.py:2167 breezy/plugins/fastimport/cmds.py:287
1382
1351
msgid "Repository format"
1383
1352
msgstr ""
1384
1353
 
1385
 
# help of 'no-trees' option of 'init-shared-repository' command
1386
 
#: breezy/builtins.py:2225
 
1354
# help of 'no-trees' option of 'init-repository' command
 
1355
#: breezy/builtins.py:2169
1387
1356
msgid "Branches in the repository will default to not having a working tree."
1388
1357
msgstr ""
1389
1358
 
1390
 
# help of 'color' option of 'diff' command
1391
 
#: breezy/builtins.py:2255
1392
 
msgid ""
1393
 
"Color mode to use.  \"always\": Always colorize output (default).  \"auto\": "
1394
 
"Only colorize output if terminal supports it and STDOUT is a TTY.  \"never"
1395
 
"\": Never colorize output."
1396
 
msgstr ""
1397
 
 
1398
 
#: breezy/builtins.py:2256
 
1359
#: breezy/builtins.py:2200
1399
1360
msgid "Show differences in the working tree, between revisions or branches."
1400
1361
msgstr ""
1401
1362
 
1402
 
#: breezy/builtins.py:2258
 
1363
#: breezy/builtins.py:2202
1403
1364
msgid ""
1404
1365
"If no arguments are given, all changes for the current tree are listed.\n"
1405
1366
"If files are given, only the changes in those files are listed.\n"
1409
1370
"given."
1410
1371
msgstr ""
1411
1372
 
1412
 
#: breezy/builtins.py:2265
 
1373
#: breezy/builtins.py:2209
1413
1374
msgid ""
1414
1375
"\"brz diff -p1\" is equivalent to \"brz diff --prefix old/:new/\", and\n"
1415
1376
"produces patches suitable for \"patch -p1\"."
1416
1377
msgstr ""
1417
1378
 
1418
 
#: breezy/builtins.py:2268
 
1379
#: breezy/builtins.py:2212
1419
1380
msgid ""
1420
1381
"Note that when using the -r argument with a range of revisions, the\n"
1421
1382
"differences are computed between the two specified revisions.  That\n"
1425
1386
"in the range."
1426
1387
msgstr ""
1427
1388
 
1428
 
#: breezy/builtins.py:2275
 
1389
#: breezy/builtins.py:2219
1429
1390
msgid ""
1430
1391
":Exit values:\n"
1431
1392
"    1 - changed\n"
1434
1395
"    0 - no change"
1435
1396
msgstr ""
1436
1397
 
1437
 
#: breezy/builtins.py:2281
 
1398
#: breezy/builtins.py:2225
1438
1399
msgid ""
1439
1400
":Examples:\n"
1440
1401
"    Shows the difference in the working tree versus the last commit::"
1441
1402
msgstr ""
1442
1403
 
1443
 
#: breezy/builtins.py:2284
 
1404
#: breezy/builtins.py:2228
1444
1405
msgid "        brz diff"
1445
1406
msgstr ""
1446
1407
 
1447
 
#: breezy/builtins.py:2286
 
1408
#: breezy/builtins.py:2230
1448
1409
msgid "    Difference between the working tree and revision 1::"
1449
1410
msgstr ""
1450
1411
 
1451
 
#: breezy/builtins.py:2288
 
1412
#: breezy/builtins.py:2232
1452
1413
msgid "        brz diff -r1"
1453
1414
msgstr ""
1454
1415
 
1455
 
#: breezy/builtins.py:2290
 
1416
#: breezy/builtins.py:2234
1456
1417
msgid "    Difference between revision 3 and revision 1::"
1457
1418
msgstr ""
1458
1419
 
1459
 
#: breezy/builtins.py:2292
 
1420
#: breezy/builtins.py:2236
1460
1421
msgid "        brz diff -r1..3"
1461
1422
msgstr ""
1462
1423
 
1463
 
#: breezy/builtins.py:2294
 
1424
#: breezy/builtins.py:2238
1464
1425
msgid "    Difference between revision 3 and revision 1 for branch xxx::"
1465
1426
msgstr ""
1466
1427
 
1467
 
#: breezy/builtins.py:2296
 
1428
#: breezy/builtins.py:2240
1468
1429
msgid "        brz diff -r1..3 xxx"
1469
1430
msgstr ""
1470
1431
 
1471
 
#: breezy/builtins.py:2298
 
1432
#: breezy/builtins.py:2242
1472
1433
msgid "    The changes introduced by revision 2 (equivalent to -r1..2)::"
1473
1434
msgstr ""
1474
1435
 
1475
 
#: breezy/builtins.py:2300
 
1436
#: breezy/builtins.py:2244
1476
1437
msgid "        brz diff -c2"
1477
1438
msgstr ""
1478
1439
 
1479
 
#: breezy/builtins.py:2302
 
1440
#: breezy/builtins.py:2246
1480
1441
msgid "    To see the changes introduced by revision X::"
1481
1442
msgstr ""
1482
1443
 
1483
 
#: breezy/builtins.py:2304
 
1444
#: breezy/builtins.py:2248
1484
1445
msgid "        brz diff -cX"
1485
1446
msgstr ""
1486
1447
 
1487
 
#: breezy/builtins.py:2306
 
1448
#: breezy/builtins.py:2250
1488
1449
msgid ""
1489
1450
"    Note that in the case of a merge, the -c option shows the changes\n"
1490
1451
"    compared to the left hand parent. To see the changes against\n"
1491
1452
"    another parent, use::"
1492
1453
msgstr ""
1493
1454
 
1494
 
#: breezy/builtins.py:2310
 
1455
#: breezy/builtins.py:2254
1495
1456
msgid "        brz diff -r<chosen_parent>..X"
1496
1457
msgstr ""
1497
1458
 
1498
 
#: breezy/builtins.py:2312
 
1459
#: breezy/builtins.py:2256
1499
1460
msgid ""
1500
1461
"    The changes between the current revision and the previous revision\n"
1501
1462
"    (equivalent to -c-1 and -r-2..-1)"
1502
1463
msgstr ""
1503
1464
 
1504
 
#: breezy/builtins.py:2315
 
1465
#: breezy/builtins.py:2259
1505
1466
msgid "        brz diff -r-2.."
1506
1467
msgstr ""
1507
1468
 
1508
 
#: breezy/builtins.py:2317
 
1469
#: breezy/builtins.py:2261
1509
1470
msgid "    Show just the differences for file NEWS::"
1510
1471
msgstr ""
1511
1472
 
1512
 
#: breezy/builtins.py:2319
 
1473
#: breezy/builtins.py:2263
1513
1474
msgid "        brz diff NEWS"
1514
1475
msgstr ""
1515
1476
 
1516
 
#: breezy/builtins.py:2321
 
1477
#: breezy/builtins.py:2265
1517
1478
msgid "    Show the differences in working tree xxx for file NEWS::"
1518
1479
msgstr ""
1519
1480
 
1520
 
#: breezy/builtins.py:2323
 
1481
#: breezy/builtins.py:2267
1521
1482
msgid "        brz diff xxx/NEWS"
1522
1483
msgstr ""
1523
1484
 
1524
 
#: breezy/builtins.py:2325
 
1485
#: breezy/builtins.py:2269
1525
1486
msgid "    Show the differences from branch xxx to this working tree:"
1526
1487
msgstr ""
1527
1488
 
1528
 
#: breezy/builtins.py:2327
 
1489
#: breezy/builtins.py:2271
1529
1490
msgid "        brz diff --old xxx"
1530
1491
msgstr ""
1531
1492
 
1532
 
#: breezy/builtins.py:2329
 
1493
#: breezy/builtins.py:2273
1533
1494
msgid "    Show the differences between two branches for file NEWS::"
1534
1495
msgstr ""
1535
1496
 
1536
 
#: breezy/builtins.py:2331
 
1497
#: breezy/builtins.py:2275
1537
1498
msgid "        brz diff --old xxx --new yyy NEWS"
1538
1499
msgstr ""
1539
1500
 
1540
 
#: breezy/builtins.py:2333
 
1501
#: breezy/builtins.py:2277
1541
1502
msgid "    Same as 'brz diff' but prefix paths with old/ and new/::"
1542
1503
msgstr ""
1543
1504
 
1544
 
#: breezy/builtins.py:2335
 
1505
#: breezy/builtins.py:2279
1545
1506
msgid "        brz diff --prefix old/:new/"
1546
1507
msgstr ""
1547
1508
 
1548
 
#: breezy/builtins.py:2337
 
1509
#: breezy/builtins.py:2281
1549
1510
msgid "    Show the differences using a custom diff program with options::"
1550
1511
msgstr ""
1551
1512
 
1552
 
#: breezy/builtins.py:2339
 
1513
#: breezy/builtins.py:2283
1553
1514
msgid "        brz diff --using /usr/bin/diff --diff-options -wu"
1554
1515
msgstr ""
1555
1516
 
1556
1517
# help of 'diff-options' option of 'diff' command
1557
 
#: breezy/builtins.py:2345
 
1518
#: breezy/builtins.py:2289
1558
1519
msgid "Pass these options to the external diff program."
1559
1520
msgstr ""
1560
1521
 
1561
1522
# help of 'prefix' option of 'diff' command
1562
 
#: breezy/builtins.py:2348
 
1523
#: breezy/builtins.py:2292
1563
1524
msgid ""
1564
1525
"Set prefixes added to old and new filenames, as two values separated by a "
1565
1526
"colon. (eg \"old/:new/\")."
1566
1527
msgstr ""
1567
1528
 
1568
1529
# help of 'old' option of 'diff' command
1569
 
#: breezy/builtins.py:2351
 
1530
#: breezy/builtins.py:2295
1570
1531
msgid "Branch/tree to compare from."
1571
1532
msgstr ""
1572
1533
 
1573
1534
# help of 'new' option of 'diff' command
1574
 
#: breezy/builtins.py:2355
 
1535
#: breezy/builtins.py:2299
1575
1536
msgid "Branch/tree to compare to."
1576
1537
msgstr ""
1577
1538
 
1578
1539
# help of 'using' option of 'diff' command
1579
 
#: breezy/builtins.py:2361
 
1540
#: breezy/builtins.py:2305
1580
1541
msgid "Use this command to compare files."
1581
1542
msgstr ""
1582
1543
 
1583
1544
# help of 'format' option of 'diff' command
1584
 
#: breezy/builtins.py:2366
 
1545
#: breezy/builtins.py:2310
1585
1546
msgid "Diff format to use."
1586
1547
msgstr ""
1587
1548
 
1588
1549
# title of 'format' option of 'diff' command
1589
 
#: breezy/builtins.py:2368
 
1550
#: breezy/builtins.py:2312
1590
1551
msgid "Diff format"
1591
1552
msgstr ""
1592
1553
 
1593
1554
# help of 'context' option of 'diff' command
1594
 
#: breezy/builtins.py:2370
 
1555
#: breezy/builtins.py:2314
1595
1556
msgid "How many lines of context to show."
1596
1557
msgstr ""
1597
1558
 
1598
 
# title of 'color' option of 'diff' command
1599
 
#: breezy/builtins.py:2376
1600
 
msgid "Color Mode"
1601
 
msgstr ""
1602
 
 
1603
 
# help of 'check-style' option of 'diff' command
1604
 
#: breezy/builtins.py:2383
1605
 
msgid "Warn if trailing whitespace or spurious changes have been  added."
1606
 
msgstr ""
1607
 
 
1608
 
#: breezy/builtins.py:2408
 
1559
#: breezy/builtins.py:2339
1609
1560
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1610
1561
msgstr ""
1611
1562
 
1612
 
#: breezy/builtins.py:2412
 
1563
#: breezy/builtins.py:2343
1613
1564
msgid "brz diff --revision takes exactly one or two revision specifiers"
1614
1565
msgstr ""
1615
1566
 
1616
 
#: breezy/builtins.py:2417 breezy/builtins.py:2823 breezy/builtins.py:2831
 
1567
#: breezy/builtins.py:2348 breezy/builtins.py:2744 breezy/builtins.py:2752
1617
1568
#, python-brace-format
1618
1569
msgid "{0} and {1} are mutually exclusive"
1619
1570
msgstr ""
1620
1571
 
1621
 
#: breezy/builtins.py:2447
 
1572
#: breezy/builtins.py:2368
1622
1573
msgid ""
1623
1574
"List files deleted in the working tree.\n"
1624
1575
"    "
1625
1576
msgstr ""
1626
1577
 
1627
 
#: breezy/builtins.py:2522
 
1578
#: breezy/builtins.py:2443
1628
1579
msgid "Show the tree root directory."
1629
1580
msgstr ""
1630
1581
 
1631
 
#: breezy/builtins.py:2524
 
1582
#: breezy/builtins.py:2445
1632
1583
msgid ""
1633
1584
"The root is the nearest enclosing directory with a control\n"
1634
1585
"directory."
1635
1586
msgstr ""
1636
1587
 
1637
 
#: breezy/builtins.py:2540
 
1588
#: breezy/builtins.py:2461
1638
1589
msgid "The limit argument must be an integer."
1639
1590
msgstr ""
1640
1591
 
1641
 
#: breezy/builtins.py:2548
 
1592
#: breezy/builtins.py:2469
1642
1593
msgid "The levels argument must be an integer."
1643
1594
msgstr ""
1644
1595
 
1645
 
#: breezy/builtins.py:2553
 
1596
#: breezy/builtins.py:2474
1646
1597
msgid "Show historical log for a branch or subset of a branch."
1647
1598
msgstr ""
1648
1599
 
1649
 
#: breezy/builtins.py:2555
 
1600
#: breezy/builtins.py:2476
1650
1601
msgid ""
1651
1602
"log is brz's default tool for exploring the history of a branch.\n"
1652
1603
"The branch to use is taken from the first parameter. If no parameters\n"
1654
1605
"Here are some simple examples::"
1655
1606
msgstr ""
1656
1607
 
1657
 
#: breezy/builtins.py:2560
 
1608
#: breezy/builtins.py:2481
1658
1609
msgid ""
1659
1610
"  brz log                       log the current branch\n"
1660
1611
"  brz log foo.py                log a file in its branch\n"
1661
1612
"  brz log http://server/branch  log a branch on a server"
1662
1613
msgstr ""
1663
1614
 
1664
 
#: breezy/builtins.py:2564
 
1615
#: breezy/builtins.py:2485
1665
1616
msgid ""
1666
1617
"The filtering, ordering and information shown for each revision can\n"
1667
1618
"be controlled as explained below. By default, all revisions are\n"
1671
1622
"were merged."
1672
1623
msgstr ""
1673
1624
 
1674
 
#: breezy/builtins.py:2571
 
1625
#: breezy/builtins.py:2492
1675
1626
msgid ":Output control:"
1676
1627
msgstr ""
1677
1628
 
1678
 
#: breezy/builtins.py:2573
 
1629
#: breezy/builtins.py:2494
1679
1630
msgid ""
1680
1631
"  The log format controls how information about each revision is\n"
1681
1632
"  displayed. The standard log formats are called ``long``, ``short``\n"
1683
1634
"  for more details on log formats."
1684
1635
msgstr ""
1685
1636
 
1686
 
#: breezy/builtins.py:2578
 
1637
#: breezy/builtins.py:2499
1687
1638
msgid ""
1688
1639
"  The following options can be used to control what information is\n"
1689
1640
"  displayed::"
1690
1641
msgstr ""
1691
1642
 
1692
 
#: breezy/builtins.py:2581
 
1643
#: breezy/builtins.py:2502
1693
1644
msgid ""
1694
1645
"    -l N        display a maximum of N revisions\n"
1695
1646
"    -n N        display N levels of revisions (0 for all, 1 for collapsed)\n"
1698
1649
"    --show-ids  display revision-ids (and file-ids), not just revnos"
1699
1650
msgstr ""
1700
1651
 
1701
 
#: breezy/builtins.py:2587
 
1652
#: breezy/builtins.py:2508
1702
1653
msgid ""
1703
1654
"  Note that the default number of levels to display is a function of the\n"
1704
1655
"  log format. If the -n option is not used, the standard log formats show\n"
1705
1656
"  just the top level (mainline)."
1706
1657
msgstr ""
1707
1658
 
1708
 
#: breezy/builtins.py:2591
 
1659
#: breezy/builtins.py:2512
1709
1660
msgid ""
1710
1661
"  Status summaries are shown using status flags like A, M, etc. To see\n"
1711
1662
"  the changes explained using words like ``added`` and ``modified``\n"
1712
1663
"  instead, use the -vv option."
1713
1664
msgstr ""
1714
1665
 
1715
 
#: breezy/builtins.py:2595
 
1666
#: breezy/builtins.py:2516
1716
1667
msgid ":Ordering control:"
1717
1668
msgstr ""
1718
1669
 
1719
 
#: breezy/builtins.py:2597
 
1670
#: breezy/builtins.py:2518
1720
1671
msgid ""
1721
1672
"  To display revisions from oldest to newest, use the --forward option.\n"
1722
1673
"  In most cases, using this option will have little impact on the total\n"
1724
1675
"  display revisions like --reverse does when it can."
1725
1676
msgstr ""
1726
1677
 
1727
 
#: breezy/builtins.py:2602
 
1678
#: breezy/builtins.py:2523
1728
1679
msgid ":Revision filtering:"
1729
1680
msgstr ""
1730
1681
 
1731
 
#: breezy/builtins.py:2604
 
1682
#: breezy/builtins.py:2525
1732
1683
msgid ""
1733
1684
"  The -r option can be used to specify what revision or range of revisions\n"
1734
1685
"  to filter against. The various forms are shown below::"
1735
1686
msgstr ""
1736
1687
 
1737
 
#: breezy/builtins.py:2607
 
1688
#: breezy/builtins.py:2528
1738
1689
msgid ""
1739
1690
"    -rX      display revision X\n"
1740
1691
"    -rX..    display revision X and later\n"
1742
1693
"    -rX..Y   display from X to Y inclusive"
1743
1694
msgstr ""
1744
1695
 
1745
 
#: breezy/builtins.py:2612
 
1696
#: breezy/builtins.py:2533
1746
1697
msgid ""
1747
1698
"  See ``brz help revisionspec`` for details on how to specify X and Y.\n"
1748
1699
"  Some common examples are given below::"
1749
1700
msgstr ""
1750
1701
 
1751
 
#: breezy/builtins.py:2615
 
1702
#: breezy/builtins.py:2536
1752
1703
msgid ""
1753
1704
"    -r-1                show just the tip\n"
1754
1705
"    -r-10..             show the last 10 mainline revisions\n"
1758
1709
"    -rdate:yesterday..  show changes since yesterday"
1759
1710
msgstr ""
1760
1711
 
1761
 
#: breezy/builtins.py:2622
 
1712
#: breezy/builtins.py:2543
1762
1713
msgid ""
1763
1714
"  When logging a range of revisions using -rX..Y, log starts at\n"
1764
1715
"  revision Y and searches back in history through the primary\n"
1768
1719
"  a nested merge revision and the log will be truncated accordingly."
1769
1720
msgstr ""
1770
1721
 
1771
 
#: breezy/builtins.py:2629
 
1722
#: breezy/builtins.py:2550
1772
1723
msgid ":Path filtering:"
1773
1724
msgstr ""
1774
1725
 
1775
 
#: breezy/builtins.py:2631
 
1726
#: breezy/builtins.py:2552
1776
1727
msgid ""
1777
1728
"  If parameters are given and the first one is not a branch, the log\n"
1778
1729
"  will be filtered to show only those revisions that changed the\n"
1779
1730
"  nominated files or directories."
1780
1731
msgstr ""
1781
1732
 
1782
 
#: breezy/builtins.py:2635
 
1733
#: breezy/builtins.py:2556
1783
1734
msgid ""
1784
1735
"  Filenames are interpreted within their historical context. To log a\n"
1785
1736
"  deleted file, specify a revision range so that the file existed at\n"
1786
1737
"  the end or start of the range."
1787
1738
msgstr ""
1788
1739
 
1789
 
#: breezy/builtins.py:2639
 
1740
#: breezy/builtins.py:2560
1790
1741
msgid ""
1791
1742
"  Historical context is also important when interpreting pathnames of\n"
1792
1743
"  renamed files/directories. Consider the following example:"
1793
1744
msgstr ""
1794
1745
 
1795
 
#: breezy/builtins.py:2642
 
1746
#: breezy/builtins.py:2563
1796
1747
msgid ""
1797
1748
"  * revision 1: add tutorial.txt\n"
1798
1749
"  * revision 2: modify tutorial.txt\n"
1799
1750
"  * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1800
1751
msgstr ""
1801
1752
 
1802
 
#: breezy/builtins.py:2646
 
1753
#: breezy/builtins.py:2567
1803
1754
msgid "  In this case:"
1804
1755
msgstr ""
1805
1756
 
1806
 
#: breezy/builtins.py:2648
 
1757
#: breezy/builtins.py:2569
1807
1758
msgid "  * ``brz log guide.txt`` will log the file added in revision 1"
1808
1759
msgstr ""
1809
1760
 
1810
 
#: breezy/builtins.py:2650
 
1761
#: breezy/builtins.py:2571
1811
1762
msgid "  * ``brz log tutorial.txt`` will log the new file added in revision 3"
1812
1763
msgstr ""
1813
1764
 
1814
 
#: breezy/builtins.py:2652
 
1765
#: breezy/builtins.py:2573
1815
1766
msgid ""
1816
1767
"  * ``brz log -r2 -p tutorial.txt`` will show the changes made to\n"
1817
1768
"    the original file in revision 2."
1818
1769
msgstr ""
1819
1770
 
1820
 
#: breezy/builtins.py:2655
 
1771
#: breezy/builtins.py:2576
1821
1772
msgid ""
1822
1773
"  * ``brz log -r2 -p guide.txt`` will display an error message as there\n"
1823
1774
"    was no file called guide.txt in revision 2."
1824
1775
msgstr ""
1825
1776
 
1826
 
#: breezy/builtins.py:2658
 
1777
#: breezy/builtins.py:2579
1827
1778
msgid ""
1828
1779
"  Renames are always followed by log. By design, there is no need to\n"
1829
1780
"  explicitly ask for this (and no way to stop logging a file back\n"
1830
1781
"  until it was last renamed)."
1831
1782
msgstr ""
1832
1783
 
1833
 
#: breezy/builtins.py:2662
 
1784
#: breezy/builtins.py:2583
1834
1785
msgid ":Other filtering:"
1835
1786
msgstr ""
1836
1787
 
1837
 
#: breezy/builtins.py:2664
 
1788
#: breezy/builtins.py:2585
1838
1789
msgid ""
1839
1790
"  The --match option can be used for finding revisions that match a\n"
1840
1791
"  regular expression in a commit message, committer, author or bug.\n"
1843
1794
"  --match-message can be used to only match a specific field."
1844
1795
msgstr ""
1845
1796
 
1846
 
#: breezy/builtins.py:2670
 
1797
#: breezy/builtins.py:2591
1847
1798
msgid ":Tips & tricks:"
1848
1799
msgstr ""
1849
1800
 
1850
 
#: breezy/builtins.py:2672
 
1801
#: breezy/builtins.py:2593
1851
1802
msgid ""
1852
1803
"  GUI tools and IDEs are often better at exploring history than command\n"
1853
1804
"  line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\n"
1856
1807
"  <http://wiki.bazaar.canonical.com/IDEIntegration>."
1857
1808
msgstr ""
1858
1809
 
1859
 
#: breezy/builtins.py:2678
 
1810
#: breezy/builtins.py:2599
1860
1811
msgid "  You may find it useful to add the aliases below to ``breezy.conf``::"
1861
1812
msgstr ""
1862
1813
 
1863
 
#: breezy/builtins.py:2680
 
1814
#: breezy/builtins.py:2601
1864
1815
msgid ""
1865
1816
"    [ALIASES]\n"
1866
1817
"    tip = log -r-1\n"
1868
1819
"    show = log -v -p"
1869
1820
msgstr ""
1870
1821
 
1871
 
#: breezy/builtins.py:2685
 
1822
#: breezy/builtins.py:2606
1872
1823
msgid ""
1873
1824
"  ``brz tip`` will then show the latest revision while ``brz top``\n"
1874
1825
"  will show the last 10 mainline revisions. To see the details of a\n"
1875
1826
"  particular revision X,  ``brz show -rX``."
1876
1827
msgstr ""
1877
1828
 
1878
 
#: breezy/builtins.py:2689
 
1829
#: breezy/builtins.py:2610
1879
1830
msgid ""
1880
1831
"  If you are interested in looking deeper into a particular merge X,\n"
1881
1832
"  use ``brz log -n0 -rX``."
1882
1833
msgstr ""
1883
1834
 
1884
 
#: breezy/builtins.py:2692
 
1835
#: breezy/builtins.py:2613
1885
1836
msgid ""
1886
1837
"  ``brz log -v`` on a branch with lots of history is currently\n"
1887
1838
"  very slow. A fix for this issue is currently under development.\n"
1889
1840
"  be given when using the -v option."
1890
1841
msgstr ""
1891
1842
 
1892
 
#: breezy/builtins.py:2697
 
1843
#: breezy/builtins.py:2618
1893
1844
msgid ""
1894
1845
"  brz has a generic full-text matching plugin, brz-search, that can be\n"
1895
1846
"  used to find revisions matching user names, commit messages, etc.\n"
1897
1848
"  a list of words but not others."
1898
1849
msgstr ""
1899
1850
 
1900
 
#: breezy/builtins.py:2702
 
1851
#: breezy/builtins.py:2623
1901
1852
msgid ""
1902
1853
"  When exploring non-mainline history on large projects with deep\n"
1903
1854
"  history, the performance of log can be greatly improved by installing\n"
1906
1857
msgstr ""
1907
1858
 
1908
1859
# help of 'forward' option of 'log' command
1909
 
#: breezy/builtins.py:2711
 
1860
#: breezy/builtins.py:2632
1910
1861
msgid "Show from oldest to newest."
1911
1862
msgstr ""
1912
1863
 
1913
1864
# help of 'verbose' option of 'log' command
1914
 
#: breezy/builtins.py:2714
 
1865
#: breezy/builtins.py:2635
1915
1866
msgid "Show files changed in each revision."
1916
1867
msgstr ""
1917
1868
 
1918
1869
# help of 'change' option of 'log' command
1919
 
#: breezy/builtins.py:2720
 
1870
#: breezy/builtins.py:2641
1920
1871
msgid "Show just the specified revision. See also \"help revisionspec\"."
1921
1872
msgstr ""
1922
1873
 
1923
1874
# help of 'authors' option of 'log' command
1924
 
#: breezy/builtins.py:2724
 
1875
#: breezy/builtins.py:2645
1925
1876
msgid "What names to list as authors - first, all or committer."
1926
1877
msgstr ""
1927
1878
 
1928
1879
# title of 'authors' option of 'log' command
1929
 
#: breezy/builtins.py:2725
 
1880
#: breezy/builtins.py:2646
1930
1881
msgid "Authors"
1931
1882
msgstr ""
1932
1883
 
1933
1884
# help of 'levels' option of 'log' command
1934
 
#: breezy/builtins.py:2731
 
1885
#: breezy/builtins.py:2652
1935
1886
msgid "Number of levels to display - 0 for all, 1 for flat."
1936
1887
msgstr ""
1937
1888
 
1938
1889
# help of 'limit' option of 'log' command
1939
 
#: breezy/builtins.py:2741
 
1890
#: breezy/builtins.py:2662
1940
1891
msgid "Limit the output to the first N revisions."
1941
1892
msgstr ""
1942
1893
 
1943
1894
# help of 'show-diff' option of 'log' command
1944
 
#: breezy/builtins.py:2746
 
1895
#: breezy/builtins.py:2667
1945
1896
msgid "Show changes made in each revision as a patch."
1946
1897
msgstr ""
1947
1898
 
1948
1899
# help of 'include-merged' option of 'log' command
1949
 
#: breezy/builtins.py:2748
 
1900
#: breezy/builtins.py:2669
1950
1901
msgid "Show merged revisions like --levels 0 does."
1951
1902
msgstr ""
1952
1903
 
1953
1904
# help of 'omit-merges' option of 'log' command
1954
 
#: breezy/builtins.py:2752
 
1905
#: breezy/builtins.py:2673
1955
1906
msgid "Do not report commits with more than one parent."
1956
1907
msgstr ""
1957
1908
 
1958
1909
# help of 'exclude-common-ancestry' option of 'log' command
1959
 
#: breezy/builtins.py:2754
 
1910
#: breezy/builtins.py:2675
1960
1911
msgid ""
1961
1912
"Display only the revisions that are not part of both ancestries (require -"
1962
1913
"rX..Y)."
1963
1914
msgstr ""
1964
1915
 
1965
1916
# help of 'signatures' option of 'log' command
1966
 
#: breezy/builtins.py:2758
 
1917
#: breezy/builtins.py:2679
1967
1918
msgid "Show digital signature validity."
1968
1919
msgstr ""
1969
1920
 
1970
1921
# help of 'match' option of 'log' command
1971
 
#: breezy/builtins.py:2761
 
1922
#: breezy/builtins.py:2682
1972
1923
msgid "Show revisions whose properties match this expression."
1973
1924
msgstr ""
1974
1925
 
1975
1926
# help of 'match-message' option of 'log' command
1976
 
#: breezy/builtins.py:2765
 
1927
#: breezy/builtins.py:2686
1977
1928
msgid "Show revisions whose message matches this expression."
1978
1929
msgstr ""
1979
1930
 
1980
1931
# help of 'match-committer' option of 'log' command
1981
 
#: breezy/builtins.py:2769
 
1932
#: breezy/builtins.py:2690
1982
1933
msgid "Show revisions whose committer matches this expression."
1983
1934
msgstr ""
1984
1935
 
1985
1936
# help of 'match-author' option of 'log' command
1986
 
#: breezy/builtins.py:2773
 
1937
#: breezy/builtins.py:2694
1987
1938
msgid "Show revisions whose authors match this expression."
1988
1939
msgstr ""
1989
1940
 
1990
1941
# help of 'match-bugs' option of 'log' command
1991
 
#: breezy/builtins.py:2777
 
1942
#: breezy/builtins.py:2698
1992
1943
msgid "Show revisions whose bugs match this expression."
1993
1944
msgstr ""
1994
1945
 
1995
 
#: breezy/builtins.py:2817
 
1946
#: breezy/builtins.py:2738
1996
1947
msgid "--exclude-common-ancestry requires -r with two revisions"
1997
1948
msgstr ""
1998
1949
 
1999
 
#: breezy/builtins.py:2845
 
1950
#: breezy/builtins.py:2766
2000
1951
#, python-format
2001
1952
msgid "Path unknown at end or start of revision range: %s"
2002
1953
msgstr ""
2003
1954
 
2004
 
#: breezy/builtins.py:2963
 
1955
#: breezy/builtins.py:2884
2005
1956
#, python-format
2006
1957
msgid "brz %s doesn't accept two revisions in different branches."
2007
1958
msgstr ""
2008
1959
 
2009
 
#: breezy/builtins.py:2979
 
1960
#: breezy/builtins.py:2900
2010
1961
#, python-format
2011
1962
msgid "brz %s --revision takes one or two values."
2012
1963
msgstr ""
2013
1964
 
2014
 
#: breezy/builtins.py:3024
 
1965
#: breezy/builtins.py:2945
2015
1966
msgid ""
2016
1967
"List files in a tree.\n"
2017
1968
"    "
2018
1969
msgstr ""
2019
1970
 
2020
1971
# help of 'recursive' option of 'ls' command
2021
 
#: breezy/builtins.py:3033
 
1972
#: breezy/builtins.py:2954
2022
1973
msgid "Recurse into subdirectories."
2023
1974
msgstr ""
2024
1975
 
2025
1976
# help of 'from-root' option of 'ls' command
2026
 
#: breezy/builtins.py:3035
 
1977
#: breezy/builtins.py:2956
2027
1978
msgid "Print paths relative to the root of the branch."
2028
1979
msgstr ""
2029
1980
 
2030
1981
# help of 'unknown' option of 'ls' command
2031
 
#: breezy/builtins.py:3037
 
1982
#: breezy/builtins.py:2958
2032
1983
msgid "Print unknown files."
2033
1984
msgstr ""
2034
1985
 
2035
1986
# help of 'versioned' option of 'ls' command
2036
 
#: breezy/builtins.py:3038
 
1987
#: breezy/builtins.py:2959
2037
1988
msgid "Print versioned files."
2038
1989
msgstr ""
2039
1990
 
2040
1991
# help of 'ignored' option of 'ls' command
2041
 
#: breezy/builtins.py:3041
 
1992
#: breezy/builtins.py:2962
2042
1993
msgid "Print ignored files."
2043
1994
msgstr ""
2044
1995
 
2045
1996
# help of 'kind' option of 'ls' command
2046
 
#: breezy/builtins.py:3043
 
1997
#: breezy/builtins.py:2964
2047
1998
msgid ""
2048
1999
"List entries of a particular kind: file, directory, symlink, tree-reference."
2049
2000
msgstr ""
2050
2001
 
2051
 
#: breezy/builtins.py:3058
 
2002
#: breezy/builtins.py:2979
2052
2003
msgid "invalid kind specified"
2053
2004
msgstr ""
2054
2005
 
2055
 
#: breezy/builtins.py:3062
 
2006
#: breezy/builtins.py:2983
2056
2007
msgid "Cannot set both --verbose and --null"
2057
2008
msgstr ""
2058
2009
 
2059
 
#: breezy/builtins.py:3071
 
2010
#: breezy/builtins.py:2992
2060
2011
msgid "cannot specify both --from-root and PATH"
2061
2012
msgstr ""
2062
2013
 
2063
 
#: breezy/builtins.py:3158
 
2014
#: breezy/builtins.py:3079
2064
2015
msgid "Ignore specified files or patterns."
2065
2016
msgstr ""
2066
2017
 
2067
 
#: breezy/builtins.py:3160
 
2018
#: breezy/builtins.py:3081
2068
2019
msgid "See ``brz help patterns`` for details on the syntax of patterns."
2069
2020
msgstr ""
2070
2021
 
2071
 
#: breezy/builtins.py:3162
 
2022
#: breezy/builtins.py:3083
2072
2023
msgid ""
2073
2024
"If a .bzrignore file does not exist, the ignore command\n"
2074
2025
"will create one and add the specified files or patterns to the newly\n"
2077
2028
"the use of the ignore command will require an explicit add command."
2078
2029
msgstr ""
2079
2030
 
2080
 
#: breezy/builtins.py:3168
 
2031
#: breezy/builtins.py:3089
2081
2032
msgid ""
2082
2033
"To remove patterns from the ignore list, edit the .bzrignore file.\n"
2083
2034
"After adding, editing or deleting that file either indirectly by\n"
2085
2036
"it."
2086
2037
msgstr ""
2087
2038
 
2088
 
#: breezy/builtins.py:3173
 
2039
#: breezy/builtins.py:3094
2089
2040
msgid ""
2090
 
"Breezy also supports a global ignore file ~/.config/breezy/ignore. On\n"
2091
 
"Windows the global ignore file can be found in the application data\n"
2092
 
"directory as\n"
2093
 
"C:\\Documents and Settings\\<user>\\Application Data\\Breezy\\3.0\\ignore.\n"
 
2041
"Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows\n"
 
2042
"the global ignore file can be found in the application data directory as\n"
 
2043
"C:\\Documents and Settings\\<user>\\Application Data\\Bazaar\\2.0\\ignore.\n"
2094
2044
"Global ignores are not touched by this command. The global ignore file\n"
2095
2045
"can be edited directly using an editor."
2096
2046
msgstr ""
2097
2047
 
2098
 
#: breezy/builtins.py:3180
 
2048
#: breezy/builtins.py:3100
2099
2049
msgid ""
2100
2050
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
2101
2051
"precedence over regular ignores.  Such exceptions are used to specify\n"
2102
2052
"files that should be versioned which would otherwise be ignored."
2103
2053
msgstr ""
2104
2054
 
2105
 
#: breezy/builtins.py:3184
 
2055
#: breezy/builtins.py:3104
2106
2056
msgid ""
2107
2057
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
2108
2058
"precedence over the '!' exception patterns."
2109
2059
msgstr ""
2110
2060
 
2111
 
#: breezy/builtins.py:3187
 
2061
#: breezy/builtins.py:3107
2112
2062
msgid ":Notes:"
2113
2063
msgstr ""
2114
2064
 
2115
 
#: breezy/builtins.py:3189
 
2065
#: breezy/builtins.py:3109
2116
2066
msgid ""
2117
2067
"* Ignore patterns containing shell wildcards must be quoted from\n"
2118
2068
"  the shell on Unix."
2119
2069
msgstr ""
2120
2070
 
2121
 
#: breezy/builtins.py:3192
 
2071
#: breezy/builtins.py:3112
2122
2072
msgid ""
2123
2073
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
2124
2074
"  To ignore patterns that begin with that character, use the \"RE:\" prefix."
2125
2075
msgstr ""
2126
2076
 
2127
 
#: breezy/builtins.py:3195
 
2077
#: breezy/builtins.py:3115
2128
2078
msgid ""
2129
2079
":Examples:\n"
2130
2080
"    Ignore the top level Makefile::"
2131
2081
msgstr ""
2132
2082
 
2133
 
#: breezy/builtins.py:3198
 
2083
#: breezy/builtins.py:3118
2134
2084
msgid "        brz ignore ./Makefile"
2135
2085
msgstr ""
2136
2086
 
2137
 
#: breezy/builtins.py:3200
 
2087
#: breezy/builtins.py:3120
2138
2088
msgid "    Ignore .class files in all directories...::"
2139
2089
msgstr ""
2140
2090
 
2141
 
#: breezy/builtins.py:3202
 
2091
#: breezy/builtins.py:3122
2142
2092
msgid "        brz ignore \"*.class\""
2143
2093
msgstr ""
2144
2094
 
2145
 
#: breezy/builtins.py:3204
 
2095
#: breezy/builtins.py:3124
2146
2096
msgid "    ...but do not ignore \"special.class\"::"
2147
2097
msgstr ""
2148
2098
 
2149
 
#: breezy/builtins.py:3206
 
2099
#: breezy/builtins.py:3126
2150
2100
msgid "        brz ignore \"!special.class\""
2151
2101
msgstr ""
2152
2102
 
2153
 
#: breezy/builtins.py:3208
 
2103
#: breezy/builtins.py:3128
2154
2104
msgid "    Ignore files whose name begins with the \"#\" character::"
2155
2105
msgstr ""
2156
2106
 
2157
 
#: breezy/builtins.py:3210
 
2107
#: breezy/builtins.py:3130
2158
2108
msgid "        brz ignore \"RE:^#\""
2159
2109
msgstr ""
2160
2110
 
2161
 
#: breezy/builtins.py:3212 breezy/builtins.py:3216
 
2111
#: breezy/builtins.py:3132 breezy/builtins.py:3136
2162
2112
msgid "    Ignore .o files under the lib directory::"
2163
2113
msgstr ""
2164
2114
 
2165
 
#: breezy/builtins.py:3214
 
2115
#: breezy/builtins.py:3134
2166
2116
msgid "        brz ignore \"lib/**/*.o\""
2167
2117
msgstr ""
2168
2118
 
2169
 
#: breezy/builtins.py:3218
 
2119
#: breezy/builtins.py:3138
2170
2120
msgid "        brz ignore \"RE:lib/.*\\.o\""
2171
2121
msgstr ""
2172
2122
 
2173
 
#: breezy/builtins.py:3220
 
2123
#: breezy/builtins.py:3140
2174
2124
msgid "    Ignore everything but the \"debian\" toplevel directory::"
2175
2125
msgstr ""
2176
2126
 
2177
 
#: breezy/builtins.py:3222
 
2127
#: breezy/builtins.py:3142
2178
2128
msgid "        brz ignore \"RE:(?!debian/).*\""
2179
2129
msgstr ""
2180
2130
 
2181
 
#: breezy/builtins.py:3224
 
2131
#: breezy/builtins.py:3144
2182
2132
msgid ""
2183
2133
"    Ignore everything except the \"local\" toplevel directory,\n"
2184
2134
"    but always ignore autosave files ending in ~, even under local/::"
2185
2135
msgstr ""
2186
2136
 
2187
 
#: breezy/builtins.py:3227
 
2137
#: breezy/builtins.py:3147
2188
2138
msgid ""
2189
2139
"        brz ignore \"*\"\n"
2190
2140
"        brz ignore \"!./local\"\n"
2192
2142
msgstr ""
2193
2143
 
2194
2144
# help of 'default-rules' option of 'ignore' command
2195
 
#: breezy/builtins.py:3236
 
2145
#: breezy/builtins.py:3156
2196
2146
msgid "Display the default ignore rules that brz uses."
2197
2147
msgstr ""
2198
2148
 
2199
 
#: breezy/builtins.py:3248
 
2149
#: breezy/builtins.py:3168
2200
2150
msgid "ignore requires at least one NAME_PATTERN or --default-rules."
2201
2151
msgstr ""
2202
2152
 
2203
 
#: breezy/builtins.py:3259
 
2153
#: breezy/builtins.py:3179
2204
2154
#, python-format
2205
2155
msgid "Invalid ignore pattern found. %s"
2206
2156
msgid_plural "Invalid ignore patterns found. %s"
2207
2157
msgstr[0] ""
2208
2158
msgstr[1] ""
2209
2159
 
2210
 
#: breezy/builtins.py:3268
 
2160
#: breezy/builtins.py:3188
2211
2161
msgid "NAME_PATTERN should not be an absolute path"
2212
2162
msgstr ""
2213
2163
 
2214
 
#: breezy/builtins.py:3280
 
2164
#: breezy/builtins.py:3200
2215
2165
#, python-format
2216
2166
msgid ""
2217
2167
"Warning: the following files are version controlled and match your ignore "
2221
2171
"them.\n"
2222
2172
msgstr ""
2223
2173
 
2224
 
#: breezy/builtins.py:3287
 
2174
#: breezy/builtins.py:3207
2225
2175
msgid "List ignored files and the patterns that matched them."
2226
2176
msgstr ""
2227
2177
 
2228
 
#: breezy/builtins.py:3289
 
2178
#: breezy/builtins.py:3209
2229
2179
msgid ""
2230
2180
"List all the ignored files and the ignore pattern that caused the file to\n"
2231
2181
"be ignored."
2232
2182
msgstr ""
2233
2183
 
2234
 
#: breezy/builtins.py:3292
 
2184
#: breezy/builtins.py:3212
2235
2185
msgid "Alternatively, to list just the files::"
2236
2186
msgstr ""
2237
2187
 
2238
 
#: breezy/builtins.py:3294
 
2188
#: breezy/builtins.py:3214
2239
2189
msgid "    brz ls --ignored"
2240
2190
msgstr ""
2241
2191
 
2242
 
#: breezy/builtins.py:3328
 
2192
#: breezy/builtins.py:3248
2243
2193
#, python-format
2244
2194
msgid "not a valid revision-number: %r"
2245
2195
msgstr ""
2246
2196
 
2247
 
#: breezy/builtins.py:3336
 
2197
#: breezy/builtins.py:3256
2248
2198
msgid "Export current or past revision to a destination directory or archive."
2249
2199
msgstr ""
2250
2200
 
2251
 
#: breezy/builtins.py:3338
 
2201
#: breezy/builtins.py:3258
2252
2202
msgid "If no revision is specified this exports the last committed revision."
2253
2203
msgstr ""
2254
2204
 
2255
 
#: breezy/builtins.py:3340
 
2205
#: breezy/builtins.py:3260
2256
2206
msgid ""
2257
2207
"Format may be an \"exporter\" name, such as tar, tgz, tbz2.  If none is\n"
2258
2208
"given, try to find the format with the extension. If no extension\n"
2259
2209
"is found exports to a directory (equivalent to --format=dir)."
2260
2210
msgstr ""
2261
2211
 
2262
 
#: breezy/builtins.py:3344
 
2212
#: breezy/builtins.py:3264
2263
2213
msgid ""
2264
2214
"If root is supplied, it will be used as the root directory inside\n"
2265
2215
"container formats (tar, zip, etc). If it is not supplied it will default\n"
2266
2216
"to the exported filename. The root option has no effect for 'dir' format."
2267
2217
msgstr ""
2268
2218
 
2269
 
#: breezy/builtins.py:3348
 
2219
#: breezy/builtins.py:3268
2270
2220
msgid ""
2271
2221
"If branch is omitted then the branch containing the current working\n"
2272
2222
"directory will be used."
2273
2223
msgstr ""
2274
2224
 
2275
 
#: breezy/builtins.py:3351
 
2225
#: breezy/builtins.py:3271
2276
2226
msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
2277
2227
msgstr ""
2278
2228
 
2279
 
#: breezy/builtins.py:3353
 
2229
#: breezy/builtins.py:3273
2280
2230
msgid ""
2281
2231
"  =================       =========================\n"
2282
2232
"  Supported formats       Autodetected by extension\n"
2290
2240
msgstr ""
2291
2241
 
2292
2242
# help of 'format' option of 'export' command
2293
 
#: breezy/builtins.py:3368
 
2243
#: breezy/builtins.py:3288
2294
2244
msgid "Type of file to export to."
2295
2245
msgstr ""
2296
2246
 
2297
2247
# help of 'filters' option of 'export' command
2298
 
#: breezy/builtins.py:3371
 
2248
#: breezy/builtins.py:3291
2299
2249
msgid "Apply content filters to export the convenient form."
2300
2250
msgstr ""
2301
2251
 
2302
2252
# help of 'root' option of 'export' command
2303
 
#: breezy/builtins.py:3375
 
2253
#: breezy/builtins.py:3295
2304
2254
msgid "Name of the root directory inside the exported file."
2305
2255
msgstr ""
2306
2256
 
2307
2257
# help of 'per-file-timestamps' option of 'export' command
2308
 
#: breezy/builtins.py:3377
 
2258
#: breezy/builtins.py:3297
2309
2259
msgid ""
2310
2260
"Set modification time of files to that of the last revision in which it was "
2311
2261
"changed."
2312
2262
msgstr ""
2313
2263
 
2314
2264
# help of 'uncommitted' option of 'export' command
2315
 
#: breezy/builtins.py:3380
 
2265
#: breezy/builtins.py:3300
2316
2266
msgid "Export the working tree contents rather than that of the last revision."
2317
2267
msgstr ""
2318
2268
 
2319
 
#: breezy/builtins.py:3400
 
2269
#: breezy/builtins.py:3320
2320
2270
msgid "--uncommitted requires a working tree"
2321
2271
msgstr ""
2322
2272
 
2323
 
#: breezy/builtins.py:3428
 
2273
#: breezy/builtins.py:3348
2324
2274
#, python-format
2325
2275
msgid "Unsupported export format: %s"
2326
2276
msgstr ""
2327
2277
 
2328
 
#: breezy/builtins.py:3432
 
2278
#: breezy/builtins.py:3352
2329
2279
msgid "Write the contents of a file as of a given revision to standard output."
2330
2280
msgstr ""
2331
2281
 
2332
 
#: breezy/builtins.py:3434
 
2282
#: breezy/builtins.py:3354
2333
2283
msgid "If no revision is nominated, the last revision is used."
2334
2284
msgstr ""
2335
2285
 
2336
 
#: breezy/builtins.py:3436
 
2286
#: breezy/builtins.py:3356
2337
2287
msgid ""
2338
2288
"Note: Take care to redirect standard output when using this command on a\n"
2339
2289
"binary file."
2340
2290
msgstr ""
2341
2291
 
2342
2292
# help of 'name-from-revision' option of 'cat' command
2343
 
#: breezy/builtins.py:3443
 
2293
#: breezy/builtins.py:3363
2344
2294
msgid "The path name in the old tree."
2345
2295
msgstr ""
2346
2296
 
2347
2297
# help of 'filters' option of 'cat' command
2348
 
#: breezy/builtins.py:3444
 
2298
#: breezy/builtins.py:3364
2349
2299
msgid "Apply content filters to display the convenience form."
2350
2300
msgstr ""
2351
2301
 
2352
 
#: breezy/builtins.py:3455
 
2302
#: breezy/builtins.py:3375
2353
2303
msgid "brz cat --revision takes exactly one revision specifier"
2354
2304
msgstr ""
2355
2305
 
2356
 
#: breezy/builtins.py:3475 breezy/builtins.py:3489
 
2306
#: breezy/builtins.py:3395 breezy/builtins.py:3409
2357
2307
msgid "{0!r} is not present in revision {1}"
2358
2308
msgstr ""
2359
2309
 
2360
 
#: breezy/builtins.py:3516
 
2310
#: breezy/builtins.py:3436
2361
2311
msgid "Commit changes into a new revision."
2362
2312
msgstr ""
2363
2313
 
2364
 
#: breezy/builtins.py:3518
 
2314
#: breezy/builtins.py:3438
2365
2315
msgid ""
2366
2316
"An explanatory message needs to be given for each commit. This is\n"
2367
2317
"often done by using the --message option (getting the message from the\n"
2371
2321
"boilerplate text loaded into the editor, use the --show-diff option."
2372
2322
msgstr ""
2373
2323
 
2374
 
#: breezy/builtins.py:3525
 
2324
#: breezy/builtins.py:3445
2375
2325
msgid ""
2376
2326
"By default, the entire tree is committed and the person doing the\n"
2377
2327
"commit is assumed to be the author. These defaults can be overridden\n"
2378
2328
"as explained below."
2379
2329
msgstr ""
2380
2330
 
2381
 
#: breezy/builtins.py:3529
 
2331
#: breezy/builtins.py:3449
2382
2332
msgid ":Selective commits:"
2383
2333
msgstr ""
2384
2334
 
2385
 
#: breezy/builtins.py:3531
 
2335
#: breezy/builtins.py:3451
2386
2336
msgid ""
2387
2337
"  If selected files are specified, only changes to those files are\n"
2388
2338
"  committed.  If a directory is specified then the directory and\n"
2389
2339
"  everything within it is committed."
2390
2340
msgstr ""
2391
2341
 
2392
 
#: breezy/builtins.py:3535
 
2342
#: breezy/builtins.py:3455
2393
2343
msgid ""
2394
2344
"  When excludes are given, they take precedence over selected files.\n"
2395
2345
"  For example, to commit only changes within foo, but not changes\n"
2396
2346
"  within foo/bar::"
2397
2347
msgstr ""
2398
2348
 
2399
 
#: breezy/builtins.py:3539
 
2349
#: breezy/builtins.py:3459
2400
2350
msgid "    brz commit foo -x foo/bar"
2401
2351
msgstr ""
2402
2352
 
2403
 
#: breezy/builtins.py:3541
 
2353
#: breezy/builtins.py:3461
2404
2354
msgid "  A selective commit after a merge is not yet supported."
2405
2355
msgstr ""
2406
2356
 
2407
 
#: breezy/builtins.py:3543
 
2357
#: breezy/builtins.py:3463
2408
2358
msgid ":Custom authors:"
2409
2359
msgstr ""
2410
2360
 
2411
 
#: breezy/builtins.py:3545
 
2361
#: breezy/builtins.py:3465
2412
2362
msgid ""
2413
2363
"  If the author of the change is not the same person as the committer,\n"
2414
2364
"  you can specify the author's name using the --author option. The\n"
2418
2368
"  author."
2419
2369
msgstr ""
2420
2370
 
2421
 
#: breezy/builtins.py:3552
 
2371
#: breezy/builtins.py:3472
2422
2372
msgid ":Checks:"
2423
2373
msgstr ""
2424
2374
 
2425
 
#: breezy/builtins.py:3554
 
2375
#: breezy/builtins.py:3474
2426
2376
msgid ""
2427
2377
"  A common mistake is to forget to add a new file or directory before\n"
2428
2378
"  running the commit command. The --strict option checks for unknown\n"
2431
2381
"  for details."
2432
2382
msgstr ""
2433
2383
 
2434
 
#: breezy/builtins.py:3560
 
2384
#: breezy/builtins.py:3480
2435
2385
msgid ":Things to note:"
2436
2386
msgstr ""
2437
2387
 
2438
 
#: breezy/builtins.py:3562
 
2388
#: breezy/builtins.py:3482
2439
2389
msgid ""
2440
 
"  If you accidentally commit the wrong changes or make a spelling\n"
 
2390
"  If you accidentially commit the wrong changes or make a spelling\n"
2441
2391
"  mistake in the commit message say, you can use the uncommit command\n"
2442
2392
"  to undo it. See ``brz help uncommit`` for details."
2443
2393
msgstr ""
2444
2394
 
2445
 
#: breezy/builtins.py:3566
 
2395
#: breezy/builtins.py:3486
2446
2396
msgid ""
2447
2397
"  Hooks can also be configured to run after a commit. This allows you\n"
2448
2398
"  to trigger updates to external systems like bug trackers. The --fixes\n"
2451
2401
msgstr ""
2452
2402
 
2453
2403
# help of 'exclude' option of 'commit' command
2454
 
#: breezy/builtins.py:3577
 
2404
#: breezy/builtins.py:3497
2455
2405
msgid "Do not consider changes made to a given path."
2456
2406
msgstr ""
2457
2407
 
2458
2408
# help of 'message' option of 'commit' command
2459
 
#: breezy/builtins.py:3580
 
2409
#: breezy/builtins.py:3500
2460
2410
msgid "Description of the new revision."
2461
2411
msgstr ""
2462
2412
 
2463
2413
# help of 'unchanged' option of 'commit' command
2464
 
#: breezy/builtins.py:3583
 
2414
#: breezy/builtins.py:3503
2465
2415
msgid "Commit even if nothing has changed."
2466
2416
msgstr ""
2467
2417
 
2468
2418
# help of 'file' option of 'commit' command
2469
 
#: breezy/builtins.py:3587
 
2419
#: breezy/builtins.py:3507
2470
2420
msgid "Take commit message from this file."
2471
2421
msgstr ""
2472
2422
 
2473
2423
# help of 'strict' option of 'commit' command
2474
 
#: breezy/builtins.py:3589
 
2424
#: breezy/builtins.py:3509
2475
2425
msgid "Refuse to commit if there are unknown files in the working tree."
2476
2426
msgstr ""
2477
2427
 
2478
2428
# help of 'commit-time' option of 'commit' command
2479
 
#: breezy/builtins.py:3592
 
2429
#: breezy/builtins.py:3512
2480
2430
msgid ""
2481
2431
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2482
2432
"08:00:00 +0100'."
2483
2433
msgstr ""
2484
2434
 
2485
2435
# help of 'bugs' option of 'commit' command
2486
 
#: breezy/builtins.py:3596
 
2436
#: breezy/builtins.py:3516
2487
2437
msgid "Link to a related bug. (see \"brz help bugs\")."
2488
2438
msgstr ""
2489
2439
 
2490
2440
# help of 'fixes' option of 'commit' command
2491
 
#: breezy/builtins.py:3599
 
2441
#: breezy/builtins.py:3519
2492
2442
msgid "Mark a bug as being fixed by this revision (see \"brz help bugs\")."
2493
2443
msgstr ""
2494
2444
 
2495
2445
# help of 'author' option of 'commit' command
2496
 
#: breezy/builtins.py:3603
 
2446
#: breezy/builtins.py:3523
2497
2447
msgid "Set the author's name, if it's different from the committer."
2498
2448
msgstr ""
2499
2449
 
2500
2450
# help of 'local' option of 'commit' command
2501
 
#: breezy/builtins.py:3606
 
2451
#: breezy/builtins.py:3526
2502
2452
msgid ""
2503
2453
"Perform a local commit in a bound branch.  Local commits are not pushed to "
2504
2454
"the master branch until a normal commit is performed."
2505
2455
msgstr ""
2506
2456
 
2507
2457
# help of 'show-diff' option of 'commit' command
2508
 
#: breezy/builtins.py:3612
 
2458
#: breezy/builtins.py:3532
2509
2459
msgid ""
2510
2460
"When no message is supplied, show the diff along with the status summary in "
2511
2461
"the message editor."
2512
2462
msgstr ""
2513
2463
 
2514
2464
# help of 'lossy' option of 'commit' command
2515
 
#: breezy/builtins.py:3615
 
2465
#: breezy/builtins.py:3535
2516
2466
msgid ""
2517
2467
"When committing to a foreign version control system do not push data that "
2518
2468
"can not be natively represented."
2519
2469
msgstr ""
2520
2470
 
2521
 
#: breezy/builtins.py:3632
 
2471
#: breezy/builtins.py:3552
2522
2472
#, python-format
2523
2473
msgid ""
2524
2474
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2526
2476
"See \"brz help bugs\" for more information on this feature. Commit refused."
2527
2477
msgstr ""
2528
2478
 
2529
 
#: breezy/builtins.py:3641
 
2479
#: breezy/builtins.py:3561
2530
2480
#, python-format
2531
2481
msgid ""
2532
2482
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"brz help bugs\" "
2534
2484
"Commit refused."
2535
2485
msgstr ""
2536
2486
 
2537
 
#: breezy/builtins.py:3650
 
2487
#: breezy/builtins.py:3570
2538
2488
#, python-format
2539
2489
msgid "Unrecognized bug %s. Commit refused."
2540
2490
msgstr ""
2541
2491
 
2542
 
#: breezy/builtins.py:3653
 
2492
#: breezy/builtins.py:3573
2543
2493
#, python-format
2544
2494
msgid ""
2545
2495
"%s\n"
2546
2496
"Commit refused."
2547
2497
msgstr ""
2548
2498
 
2549
 
#: breezy/builtins.py:3680
 
2499
#: breezy/builtins.py:3600
2550
2500
msgid "Could not parse --commit-time: "
2551
2501
msgstr ""
2552
2502
 
2553
 
#: breezy/builtins.py:3724
 
2503
#: breezy/builtins.py:3644
2554
2504
msgid "please specify either --message or --file"
2555
2505
msgstr ""
2556
2506
 
2557
 
#: breezy/builtins.py:3754
 
2507
#: breezy/builtins.py:3674
2558
2508
msgid "please specify a commit message with either --message or --file"
2559
2509
msgstr ""
2560
2510
 
2561
 
#: breezy/builtins.py:3757
 
2511
#: breezy/builtins.py:3677
2562
2512
msgid ""
2563
2513
"Empty commit message specified. Please specify a commit message with either "
2564
2514
"--message or --file or leave a blank message with --message \"\"."
2565
2515
msgstr ""
2566
2516
 
2567
 
#: breezy/builtins.py:3777
 
2517
#: breezy/builtins.py:3697
2568
2518
msgid ""
2569
2519
"No changes to commit. Please 'brz add' the files you want to commit, or use "
2570
2520
"--unchanged to force an empty commit."
2571
2521
msgstr ""
2572
2522
 
2573
 
#: breezy/builtins.py:3781
 
2523
#: breezy/builtins.py:3701
2574
2524
msgid ""
2575
2525
"Conflicts detected in working tree.  Use \"brz conflicts\" to list, \"brz "
2576
2526
"resolve FILE\" to resolve."
2577
2527
msgstr ""
2578
2528
 
2579
 
#: breezy/builtins.py:3785
 
2529
#: breezy/builtins.py:3705
2580
2530
msgid "Commit refused because there are unknown files in the working tree."
2581
2531
msgstr ""
2582
2532
 
2583
 
#: breezy/builtins.py:3788
 
2533
#: breezy/builtins.py:3708
2584
2534
msgid ""
2585
2535
"\n"
2586
2536
"To commit to master branch, run update and then commit.\n"
2587
2537
"You can also pass --local to commit to continue working disconnected."
2588
2538
msgstr ""
2589
2539
 
2590
 
#: breezy/builtins.py:3796
 
2540
#: breezy/builtins.py:3716
2591
2541
msgid ""
2592
2542
"Validate working tree structure, branch consistency and repository history."
2593
2543
msgstr ""
2594
2544
 
2595
 
#: breezy/builtins.py:3798
 
2545
#: breezy/builtins.py:3718
2596
2546
msgid ""
2597
2547
"This command checks various invariants about branch and repository storage\n"
2598
2548
"to detect data corruption or brz bugs."
2599
2549
msgstr ""
2600
2550
 
2601
 
#: breezy/builtins.py:3801
 
2551
#: breezy/builtins.py:3721
2602
2552
msgid ""
2603
2553
"The working tree and branch checks will only give output if a problem is\n"
2604
2554
"detected. The output fields of the repository check are:"
2605
2555
msgstr ""
2606
2556
 
2607
 
#: breezy/builtins.py:3804
 
2557
#: breezy/builtins.py:3724
2608
2558
msgid ""
2609
2559
"revisions\n"
2610
2560
"    This is just the number of revisions checked.  It doesn't\n"
2611
2561
"    indicate a problem."
2612
2562
msgstr ""
2613
2563
 
2614
 
#: breezy/builtins.py:3808
 
2564
#: breezy/builtins.py:3728
2615
2565
msgid ""
2616
2566
"versionedfiles\n"
2617
2567
"    This is just the number of versionedfiles checked.  It\n"
2618
2568
"    doesn't indicate a problem."
2619
2569
msgstr ""
2620
2570
 
2621
 
#: breezy/builtins.py:3812
 
2571
#: breezy/builtins.py:3732
2622
2572
msgid ""
2623
2573
"unreferenced ancestors\n"
2624
2574
"    Texts that are ancestors of other texts, but\n"
2625
2575
"    are not properly referenced by the revision ancestry.  This is a\n"
2626
 
"    subtle problem that Breezy can work around."
 
2576
"    subtle problem that Bazaar can work around."
2627
2577
msgstr ""
2628
2578
 
2629
 
#: breezy/builtins.py:3817
 
2579
#: breezy/builtins.py:3737
2630
2580
msgid ""
2631
2581
"unique file texts\n"
2632
2582
"    This is the total number of unique file contents\n"
2633
2583
"    seen in the checked revisions.  It does not indicate a problem."
2634
2584
msgstr ""
2635
2585
 
2636
 
#: breezy/builtins.py:3821
 
2586
#: breezy/builtins.py:3741
2637
2587
msgid ""
2638
2588
"repeated file texts\n"
2639
2589
"    This is the total number of repeated texts seen\n"
2642
2592
"    indicate a problem."
2643
2593
msgstr ""
2644
2594
 
2645
 
#: breezy/builtins.py:3827
 
2595
#: breezy/builtins.py:3747
2646
2596
msgid ""
2647
 
"If no restrictions are specified, all data that is found at the given\n"
 
2597
"If no restrictions are specified, all Bazaar data that is found at the "
 
2598
"given\n"
2648
2599
"location will be checked."
2649
2600
msgstr ""
2650
2601
 
2651
 
#: breezy/builtins.py:3832
 
2602
#: breezy/builtins.py:3752
2652
2603
msgid "    Check the tree and branch at 'foo'::"
2653
2604
msgstr ""
2654
2605
 
2655
 
#: breezy/builtins.py:3834
 
2606
#: breezy/builtins.py:3754
2656
2607
msgid "        brz check --tree --branch foo"
2657
2608
msgstr ""
2658
2609
 
2659
 
#: breezy/builtins.py:3836
 
2610
#: breezy/builtins.py:3756
2660
2611
msgid "    Check only the repository at 'bar'::"
2661
2612
msgstr ""
2662
2613
 
2663
 
#: breezy/builtins.py:3838
 
2614
#: breezy/builtins.py:3758
2664
2615
msgid "        brz check --repo bar"
2665
2616
msgstr ""
2666
2617
 
2667
 
#: breezy/builtins.py:3840
 
2618
#: breezy/builtins.py:3760
2668
2619
msgid "    Check everything at 'baz'::"
2669
2620
msgstr ""
2670
2621
 
2671
 
#: breezy/builtins.py:3842
 
2622
#: breezy/builtins.py:3762
2672
2623
msgid "        brz check baz"
2673
2624
msgstr ""
2674
2625
 
2675
2626
# help of 'branch' option of 'check' command
2676
 
#: breezy/builtins.py:3848
 
2627
#: breezy/builtins.py:3768
2677
2628
msgid "Check the branch related to the current directory."
2678
2629
msgstr ""
2679
2630
 
2680
2631
# help of 'repo' option of 'check' command
2681
 
#: breezy/builtins.py:3850
 
2632
#: breezy/builtins.py:3770
2682
2633
msgid "Check the repository related to the current directory."
2683
2634
msgstr ""
2684
2635
 
2685
2636
# help of 'tree' option of 'check' command
2686
 
#: breezy/builtins.py:3852
 
2637
#: breezy/builtins.py:3772
2687
2638
msgid "Check the working tree related to the current directory."
2688
2639
msgstr ""
2689
2640
 
2690
 
#: breezy/builtins.py:3866
 
2641
#: breezy/builtins.py:3786
2691
2642
msgid "Upgrade a repository, branch or working tree to a newer format."
2692
2643
msgstr ""
2693
2644
 
2694
 
#: breezy/builtins.py:3868
 
2645
#: breezy/builtins.py:3788
2695
2646
msgid ""
2696
2647
"When the default format has changed after a major new release of\n"
2697
 
"Bazaar/Breezy, you may be informed during certain operations that you\n"
 
2648
"Bazaar, you may be informed during certain operations that you\n"
2698
2649
"should upgrade. Upgrading to a newer format may improve performance\n"
2699
2650
"or make new features available. It may however limit interoperability\n"
2700
 
"with older repositories or with older versions of Bazaar or Breezy."
 
2651
"with older repositories or with older versions of Bazaar."
2701
2652
msgstr ""
2702
2653
 
2703
 
#: breezy/builtins.py:3874
 
2654
#: breezy/builtins.py:3794
2704
2655
msgid ""
2705
2656
"If you wish to upgrade to a particular format rather than the\n"
2706
2657
"current default, that can be specified using the --format option.\n"
2710
2661
"2.x default) so downgrading is not always possible."
2711
2662
msgstr ""
2712
2663
 
2713
 
#: breezy/builtins.py:3881
 
2664
#: breezy/builtins.py:3801
2714
2665
msgid ""
2715
2666
"A backup.bzr.~#~ directory is created at the start of the conversion\n"
2716
2667
"process (where # is a number). By default, this is left there on\n"
2721
2672
"afterwards."
2722
2673
msgstr ""
2723
2674
 
2724
 
#: breezy/builtins.py:3889
 
2675
#: breezy/builtins.py:3809
2725
2676
msgid ""
2726
2677
"If the location given is a shared repository, dependent branches\n"
2727
2678
"are also converted provided the repository converts successfully.\n"
2729
2680
"tried."
2730
2681
msgstr ""
2731
2682
 
2732
 
#: breezy/builtins.py:3894
 
2683
#: breezy/builtins.py:3814
2733
2684
msgid ""
2734
 
"For more information on upgrades, see the Breezy Upgrade Guide,\n"
 
2685
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2735
2686
"https://www.breezy-vcs.org/doc/en/upgrade-guide/."
2736
2687
msgstr ""
2737
2688
 
2738
2689
# help of 'format' option of 'upgrade' command
2739
 
#: breezy/builtins.py:3902
 
2690
#: breezy/builtins.py:3822
2740
2691
msgid "Upgrade to a specific format.  See \"brz help formats\" for details."
2741
2692
msgstr ""
2742
2693
 
2743
2694
# title of 'format' option of 'init' command
2744
2695
# title of 'format' option of 'upgrade' command
2745
 
#: breezy/builtins.py:3907
 
2696
#: breezy/builtins.py:3827
2746
2697
msgid "Branch format"
2747
2698
msgstr ""
2748
2699
 
2749
2700
# help of 'clean' option of 'upgrade' command
2750
 
#: breezy/builtins.py:3909
 
2701
#: breezy/builtins.py:3829
2751
2702
msgid "Remove the backup.bzr directory if successful."
2752
2703
msgstr ""
2753
2704
 
2754
2705
# help of 'dry-run' option of 'add' command
2755
2706
# help of 'dry-run' option of 'upgrade' command
2756
 
# help of 'dry-run' option of 'rebase' command
2757
 
#: breezy/builtins.py:3911 breezy/plugins/rewrite/commands.py:97
 
2707
#: breezy/builtins.py:3831
2758
2708
msgid "Show what would be done, but don't actually do anything."
2759
2709
msgstr ""
2760
2710
 
2761
 
#: breezy/builtins.py:3926
 
2711
#: breezy/builtins.py:3846
2762
2712
msgid "Show or set brz user id."
2763
2713
msgstr ""
2764
2714
 
2765
 
#: breezy/builtins.py:3928
 
2715
#: breezy/builtins.py:3848
2766
2716
msgid ""
2767
2717
":Examples:\n"
2768
2718
"    Show the email of the current user::"
2769
2719
msgstr ""
2770
2720
 
2771
 
#: breezy/builtins.py:3931
 
2721
#: breezy/builtins.py:3851
2772
2722
msgid "        brz whoami --email"
2773
2723
msgstr ""
2774
2724
 
2775
 
#: breezy/builtins.py:3933
 
2725
#: breezy/builtins.py:3853
2776
2726
msgid "    Set the current user::"
2777
2727
msgstr ""
2778
2728
 
2779
 
#: breezy/builtins.py:3935
 
2729
#: breezy/builtins.py:3855
2780
2730
msgid "        brz whoami \"Frank Chu <fchu@example.com>\""
2781
2731
msgstr ""
2782
2732
 
2783
2733
# help of 'email' option of 'whoami' command
2784
 
#: breezy/builtins.py:3939
 
2734
#: breezy/builtins.py:3859
2785
2735
msgid "Display email address only."
2786
2736
msgstr ""
2787
2737
 
2788
2738
# help of 'branch' option of 'whoami' command
2789
 
#: breezy/builtins.py:3941
 
2739
#: breezy/builtins.py:3861
2790
2740
msgid "Set identity for the current branch instead of globally."
2791
2741
msgstr ""
2792
2742
 
2793
 
#: breezy/builtins.py:3967
 
2743
#: breezy/builtins.py:3887
2794
2744
msgid "--email can only be used to display existing identity"
2795
2745
msgstr ""
2796
2746
 
2797
 
#: breezy/builtins.py:3991
 
2747
#: breezy/builtins.py:3911
2798
2748
msgid "Print or set the branch nickname."
2799
2749
msgstr ""
2800
2750
 
2801
 
#: breezy/builtins.py:3993
 
2751
#: breezy/builtins.py:3913
2802
2752
msgid ""
2803
2753
"If unset, the colocated branch name is used for colocated branches, and\n"
2804
2754
"the branch directory name is used for other branches.  To print the\n"
2805
2755
"current nickname, execute with no argument."
2806
2756
msgstr ""
2807
2757
 
2808
 
#: breezy/builtins.py:3997
 
2758
#: breezy/builtins.py:3917
2809
2759
msgid ""
2810
2760
"Bound branches use the nickname of its master branch unless it is set\n"
2811
2761
"locally."
2812
2762
msgstr ""
2813
2763
 
2814
 
#: breezy/builtins.py:4018
 
2764
#: breezy/builtins.py:3938
2815
2765
msgid "Set/unset and display aliases."
2816
2766
msgstr ""
2817
2767
 
2818
 
#: breezy/builtins.py:4020
 
2768
#: breezy/builtins.py:3940
2819
2769
msgid ""
2820
2770
":Examples:\n"
2821
2771
"    Show the current aliases::"
2822
2772
msgstr ""
2823
2773
 
2824
 
#: breezy/builtins.py:4023
 
2774
#: breezy/builtins.py:3943
2825
2775
msgid "        brz alias"
2826
2776
msgstr ""
2827
2777
 
2828
 
#: breezy/builtins.py:4025
 
2778
#: breezy/builtins.py:3945
2829
2779
msgid "    Show the alias specified for 'll'::"
2830
2780
msgstr ""
2831
2781
 
2832
 
#: breezy/builtins.py:4027
 
2782
#: breezy/builtins.py:3947
2833
2783
msgid "        brz alias ll"
2834
2784
msgstr ""
2835
2785
 
2836
 
#: breezy/builtins.py:4029
 
2786
#: breezy/builtins.py:3949
2837
2787
msgid "    Set an alias for 'll'::"
2838
2788
msgstr ""
2839
2789
 
2840
 
#: breezy/builtins.py:4031
 
2790
#: breezy/builtins.py:3951
2841
2791
msgid "        brz alias ll=\"log --line -r-10..-1\""
2842
2792
msgstr ""
2843
2793
 
2844
 
#: breezy/builtins.py:4033
 
2794
#: breezy/builtins.py:3953
2845
2795
msgid "    To remove an alias for 'll'::"
2846
2796
msgstr ""
2847
2797
 
2848
 
#: breezy/builtins.py:4035
 
2798
#: breezy/builtins.py:3955
2849
2799
msgid "        brz alias --remove ll"
2850
2800
msgstr ""
2851
2801
 
2852
2802
# help of 'remove' option of 'alias' command
2853
 
#: breezy/builtins.py:4040
 
2803
#: breezy/builtins.py:3960
2854
2804
msgid "Remove the alias."
2855
2805
msgstr ""
2856
2806
 
2857
 
#: breezy/builtins.py:4058
 
2807
#: breezy/builtins.py:3978
2858
2808
msgid "brz alias --remove expects an alias to remove."
2859
2809
msgstr ""
2860
2810
 
2861
 
#: breezy/builtins.py:4249
 
2811
#: breezy/builtins.py:4169
2862
2812
msgid "subunit not available. subunit needs to be installed to use --subunit."
2863
2813
msgstr ""
2864
2814
 
2865
 
#: breezy/builtins.py:4266
 
2815
#: breezy/builtins.py:4186
2866
2816
msgid "subunit not available. subunit needs to be installed to use --subunit2."
2867
2817
msgstr ""
2868
2818
 
2869
 
#: breezy/builtins.py:4275
 
2819
#: breezy/builtins.py:4195
2870
2820
msgid ""
2871
2821
"--benchmark is no longer supported from brz 2.2; use bzr-usertest instead"
2872
2822
msgstr ""
2873
2823
 
2874
 
#: breezy/builtins.py:4322
 
2824
#: breezy/builtins.py:4242
2875
2825
msgid "Show version of brz."
2876
2826
msgstr ""
2877
2827
 
2878
2828
# help of 'short' option of 'version' command
2879
 
#: breezy/builtins.py:4326
 
2829
#: breezy/builtins.py:4246
2880
2830
msgid "Print just the version number."
2881
2831
msgstr ""
2882
2832
 
2883
 
#: breezy/builtins.py:4345
 
2833
#: breezy/builtins.py:4265
2884
2834
msgid "It sure does!\n"
2885
2835
msgstr ""
2886
2836
 
2887
 
#: breezy/builtins.py:4369
 
2837
#: breezy/builtins.py:4289
2888
2838
#, python-format
2889
2839
msgid "merge base is revision %s\n"
2890
2840
msgstr ""
2891
2841
 
2892
 
#: breezy/builtins.py:4374
 
2842
#: breezy/builtins.py:4294
2893
2843
msgid "Perform a three-way merge."
2894
2844
msgstr ""
2895
2845
 
2896
 
#: breezy/builtins.py:4376
 
2846
#: breezy/builtins.py:4296
2897
2847
msgid ""
2898
2848
"The source of the merge can be specified either in the form of a branch,\n"
2899
2849
"or in the form of a path to a file containing a merge directive generated\n"
2904
2854
"the current working tree."
2905
2855
msgstr ""
2906
2856
 
2907
 
#: breezy/builtins.py:4384
 
2857
#: breezy/builtins.py:4304
2908
2858
msgid ""
2909
2859
"When merging from a branch, by default brz will try to merge in all new\n"
2910
2860
"work from the other branch, automatically determining an appropriate base\n"
2911
2861
"revision.  If this fails, you may need to give an explicit base."
2912
2862
msgstr ""
2913
2863
 
2914
 
#: breezy/builtins.py:4388
 
2864
#: breezy/builtins.py:4308
2915
2865
msgid ""
2916
2866
"To pick a different ending revision, pass \"--revision OTHER\".  brz will\n"
2917
2867
"try to merge in all new work up to and including revision OTHER."
2918
2868
msgstr ""
2919
2869
 
2920
 
#: breezy/builtins.py:4391
 
2870
#: breezy/builtins.py:4311
2921
2871
msgid ""
2922
2872
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
2923
2873
"through OTHER, excluding BASE but including OTHER, will be merged.  If this\n"
2924
2874
"causes some revisions to be skipped, i.e. if the destination branch does\n"
2925
2875
"not already contain revision BASE, such a merge is commonly referred to as\n"
2926
 
"a \"cherrypick\". Unlike a normal merge, Breezy does not currently track\n"
 
2876
"a \"cherrypick\". Unlike a normal merge, Bazaar does not currently track\n"
2927
2877
"cherrypicks. The changes look like a normal commit, and the history of the\n"
2928
2878
"changes from the other branch is not stored in the commit."
2929
2879
msgstr ""
2930
2880
 
2931
 
#: breezy/builtins.py:4399
 
2881
#: breezy/builtins.py:4319
2932
2882
msgid "Revision numbers are always relative to the source branch."
2933
2883
msgstr ""
2934
2884
 
2935
 
#: breezy/builtins.py:4401 breezy/conflicts.py:54 breezy/conflicts.py:111
 
2885
#: breezy/builtins.py:4321 breezy/conflicts.py:54 breezy/conflicts.py:109
2936
2886
msgid ""
2937
2887
"Merge will do its best to combine the changes in two branches, but there\n"
2938
2888
"are some kinds of problems only a human can fix.  When it encounters those,\n"
2940
2890
"before you can commit."
2941
2891
msgstr ""
2942
2892
 
2943
 
#: breezy/builtins.py:4406
 
2893
#: breezy/builtins.py:4326
2944
2894
msgid "Use brz resolve when you have fixed a problem.  See also brz conflicts."
2945
2895
msgstr ""
2946
2896
 
2947
 
#: breezy/builtins.py:4408
 
2897
#: breezy/builtins.py:4328
2948
2898
msgid ""
2949
2899
"If there is no default branch set, the first merge will set it (use\n"
2950
2900
"--no-remember to avoid setting it). After that, you can omit the branch\n"
2952
2902
"only be saved if the remote location can be accessed."
2953
2903
msgstr ""
2954
2904
 
2955
 
#: breezy/builtins.py:4413
 
2905
#: breezy/builtins.py:4333
2956
2906
msgid ""
2957
2907
"The results of the merge are placed into the destination working\n"
2958
2908
"directory, where they can be reviewed (with brz diff), tested, and then\n"
2959
2909
"committed to record the result of the merge."
2960
2910
msgstr ""
2961
2911
 
2962
 
#: breezy/builtins.py:4417
 
2912
#: breezy/builtins.py:4337
2963
2913
msgid ""
2964
2914
"merge refuses to run if there are any uncommitted changes, unless\n"
2965
2915
"--force is given.  If --force is given, then the changes from the source\n"
2968
2918
"merge revision which has more than two parents."
2969
2919
msgstr ""
2970
2920
 
2971
 
#: breezy/builtins.py:4423
 
2921
#: breezy/builtins.py:4343
2972
2922
msgid ""
2973
2923
"If one would like to merge changes from the working tree of the other\n"
2974
2924
"branch without merging any committed revisions, the --uncommitted option\n"
2975
2925
"can be given."
2976
2926
msgstr ""
2977
2927
 
2978
 
#: breezy/builtins.py:4427
 
2928
#: breezy/builtins.py:4347
2979
2929
msgid ""
2980
2930
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2981
2931
"you to apply each diff hunk and file change, similar to \"shelve\"."
2982
2932
msgstr ""
2983
2933
 
2984
 
#: breezy/builtins.py:4430
 
2934
#: breezy/builtins.py:4350
2985
2935
msgid ""
2986
2936
":Examples:\n"
2987
2937
"    To merge all new revisions from brz.dev::"
2988
2938
msgstr ""
2989
2939
 
2990
 
#: breezy/builtins.py:4433
 
2940
#: breezy/builtins.py:4353
2991
2941
msgid "        brz merge ../brz.dev"
2992
2942
msgstr ""
2993
2943
 
2994
 
#: breezy/builtins.py:4435
 
2944
#: breezy/builtins.py:4355
2995
2945
msgid "    To merge changes up to and including revision 82 from brz.dev::"
2996
2946
msgstr ""
2997
2947
 
2998
 
#: breezy/builtins.py:4437
 
2948
#: breezy/builtins.py:4357
2999
2949
msgid "        brz merge -r 82 ../brz.dev"
3000
2950
msgstr ""
3001
2951
 
3002
 
#: breezy/builtins.py:4439
 
2952
#: breezy/builtins.py:4359
3003
2953
msgid "    To merge the changes introduced by 82, without previous changes::"
3004
2954
msgstr ""
3005
2955
 
3006
 
#: breezy/builtins.py:4441
 
2956
#: breezy/builtins.py:4361
3007
2957
msgid "        brz merge -r 81..82 ../brz.dev"
3008
2958
msgstr ""
3009
2959
 
3010
 
#: breezy/builtins.py:4443
 
2960
#: breezy/builtins.py:4363
3011
2961
msgid "    To apply a merge directive contained in /tmp/merge::"
3012
2962
msgstr ""
3013
2963
 
3014
 
#: breezy/builtins.py:4445
 
2964
#: breezy/builtins.py:4365
3015
2965
msgid "        brz merge /tmp/merge"
3016
2966
msgstr ""
3017
2967
 
3018
 
#: breezy/builtins.py:4447
 
2968
#: breezy/builtins.py:4367
3019
2969
msgid ""
3020
2970
"    To create a merge revision with three parents from two branches\n"
3021
2971
"    feature1a and feature1b:"
3022
2972
msgstr ""
3023
2973
 
3024
 
#: breezy/builtins.py:4450
 
2974
#: breezy/builtins.py:4370
3025
2975
msgid ""
3026
2976
"        brz merge ../feature1a\n"
3027
2977
"        brz merge ../feature1b --force\n"
3029
2979
msgstr ""
3030
2980
 
3031
2981
# help of 'force' option of 'merge' command
3032
 
#: breezy/builtins.py:4462
 
2982
#: breezy/builtins.py:4382
3033
2983
msgid "Merge even if the destination tree has uncommitted changes."
3034
2984
msgstr ""
3035
2985
 
3036
2986
# help of 'uncommitted' option of 'merge' command
3037
 
#: breezy/builtins.py:4468
 
2987
#: breezy/builtins.py:4388
3038
2988
msgid ""
3039
2989
"Apply uncommitted changes from a working copy, instead of branch changes."
3040
2990
msgstr ""
3041
2991
 
3042
2992
# help of 'pull' option of 'merge' command
3043
 
#: breezy/builtins.py:4470
 
2993
#: breezy/builtins.py:4390
3044
2994
msgid ""
3045
2995
"If the destination is already completely merged into the source, pull from "
3046
2996
"the source rather than merging.  When this happens, you do not need to "
3048
2998
msgstr ""
3049
2999
 
3050
3000
# help of 'directory' option of 'merge' command
3051
 
#: breezy/builtins.py:4475
 
3001
#: breezy/builtins.py:4395
3052
3002
msgid ""
3053
3003
"Branch to merge into, rather than the one containing the working directory."
3054
3004
msgstr ""
3055
3005
 
3056
3006
# help of 'preview' option of 'merge' command
3057
 
#: breezy/builtins.py:4477
 
3007
#: breezy/builtins.py:4397
3058
3008
msgid "Instead of merging, show a diff of the merge."
3059
3009
msgstr ""
3060
3010
 
3061
3011
# help of 'interactive' option of 'merge' command
3062
 
#: breezy/builtins.py:4479
 
3012
#: breezy/builtins.py:4399
3063
3013
msgid "Select changes interactively."
3064
3014
msgstr ""
3065
3015
 
3066
 
#: breezy/builtins.py:4502
 
3016
#: breezy/builtins.py:4422
3067
3017
msgid ""
3068
3018
"Merging into empty branches not currently supported, https://bugs.launchpad."
3069
3019
"net/bzr/+bug/308562"
3070
3020
msgstr ""
3071
3021
 
3072
 
#: breezy/builtins.py:4524
 
3022
#: breezy/builtins.py:4444
3073
3023
msgid "Cannot use --uncommitted with bundles or merge directives."
3074
3024
msgstr ""
3075
3025
 
3076
 
#: breezy/builtins.py:4535
 
3026
#: breezy/builtins.py:4455
3077
3027
msgid "Cannot use --uncommitted and --revision at the same time."
3078
3028
msgstr ""
3079
3029
 
3080
 
#: breezy/builtins.py:4555
 
3030
#: breezy/builtins.py:4475
3081
3031
msgid "merger: "
3082
3032
msgstr ""
3083
3033
 
3084
 
#: breezy/builtins.py:4557 breezy/bzr/bundle/apply_bundle.py:65
3085
 
#: breezy/plugins/rewrite/commands.py:518
 
3034
#: breezy/builtins.py:4477 breezy/bundle/apply_bundle.py:65
3086
3035
msgid "Nothing to do."
3087
3036
msgstr ""
3088
3037
 
3089
 
#: breezy/builtins.py:4562
 
3038
#: breezy/builtins.py:4482
3090
3039
msgid "Cannot pull individual files"
3091
3040
msgstr ""
3092
3041
 
3093
 
#: breezy/builtins.py:4570
 
3042
#: breezy/builtins.py:4490
3094
3043
msgid "This branch has no commits. (perhaps you would prefer 'brz pull')"
3095
3044
msgstr ""
3096
3045
 
3097
 
#: breezy/builtins.py:4628
 
3046
#: breezy/builtins.py:4548
3098
3047
#, python-format
3099
3048
msgid "Show-base is not supported for this merge type. %s"
3100
3049
msgstr ""
3101
3050
 
3102
 
#: breezy/builtins.py:4637
 
3051
#: breezy/builtins.py:4557
3103
3052
#, python-format
3104
3053
msgid "Conflict reduction is not supported for merge type %s."
3105
3054
msgstr ""
3106
3055
 
3107
 
#: breezy/builtins.py:4641
 
3056
#: breezy/builtins.py:4561
3108
3057
msgid "Cannot do conflict reduction and show base."
3109
3058
msgstr ""
3110
3059
 
3111
 
#: breezy/builtins.py:4650
 
3060
#: breezy/builtins.py:4570
3112
3061
msgid "Plan file merge unsupported: Merge type incompatible with tree formats."
3113
3062
msgstr ""
3114
3063
 
3115
 
#: breezy/builtins.py:4761
 
3064
#: breezy/builtins.py:4681
3116
3065
msgid "No location specified or remembered"
3117
3066
msgstr ""
3118
3067
 
3119
 
#: breezy/builtins.py:4763
 
3068
#: breezy/builtins.py:4683
3120
3069
#, python-brace-format
3121
3070
msgid "{0} remembered {1} location {2}"
3122
3071
msgstr ""
3123
3072
 
3124
 
#: breezy/builtins.py:4769
 
3073
#: breezy/builtins.py:4689
3125
3074
msgid "Redo a merge."
3126
3075
msgstr ""
3127
3076
 
3128
 
#: breezy/builtins.py:4771
 
3077
#: breezy/builtins.py:4691
3129
3078
msgid ""
3130
3079
"Use this if you want to try a different merge technique while resolving\n"
3131
3080
"conflicts.  Some merge techniques are better than others, and remerge\n"
3132
3081
"lets you try different ones on different files."
3133
3082
msgstr ""
3134
3083
 
3135
 
#: breezy/builtins.py:4775
 
3084
#: breezy/builtins.py:4695
3136
3085
msgid ""
3137
3086
"The options for remerge have the same meaning and defaults as the ones for\n"
3138
3087
"merge.  The difference is that remerge can (only) be run when there is a\n"
3139
3088
"pending merge, and it lets you specify particular files."
3140
3089
msgstr ""
3141
3090
 
3142
 
#: breezy/builtins.py:4779
 
3091
#: breezy/builtins.py:4699
3143
3092
msgid ""
3144
3093
":Examples:\n"
3145
3094
"    Re-do the merge of all conflicted files, and show the base text in\n"
3146
3095
"    conflict regions, in addition to the usual THIS and OTHER texts::"
3147
3096
msgstr ""
3148
3097
 
3149
 
#: breezy/builtins.py:4783
 
3098
#: breezy/builtins.py:4703
3150
3099
msgid "        brz remerge --show-base"
3151
3100
msgstr ""
3152
3101
 
3153
 
#: breezy/builtins.py:4785
 
3102
#: breezy/builtins.py:4705
3154
3103
msgid ""
3155
3104
"    Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
3156
3105
"    additional processing to reduce the size of conflict regions::"
3157
3106
msgstr ""
3158
3107
 
3159
 
#: breezy/builtins.py:4788
 
3108
#: breezy/builtins.py:4708
3160
3109
msgid "        brz remerge --merge-type weave --reprocess foobar"
3161
3110
msgstr ""
3162
3111
 
3164
3113
# help of 'show-base' option of 'pull' command
3165
3114
# help of 'show-base' option of 'remerge' command
3166
3115
# help of 'show-base' option of 'update' command
3167
 
#: breezy/builtins.py:4795
 
3116
#: breezy/builtins.py:4715
3168
3117
msgid "Show base revision text in conflicts."
3169
3118
msgstr ""
3170
3119
 
3171
 
#: breezy/builtins.py:4808
 
3120
#: breezy/builtins.py:4728
3172
3121
msgid ""
3173
3122
"Sorry, remerge only works after normal merges.  Not cherrypicking or multi-"
3174
3123
"merges."
3175
3124
msgstr ""
3176
3125
 
3177
 
#: breezy/builtins.py:4862
 
3126
#: breezy/builtins.py:4783
3178
3127
msgid ""
3179
3128
"Set files in the working tree back to the contents of a previous revision."
3180
3129
msgstr ""
3181
3130
 
3182
 
#: breezy/builtins.py:4864
 
3131
#: breezy/builtins.py:4785
3183
3132
msgid ""
3184
3133
"Giving a list of files will revert only those files.  Otherwise, all files\n"
3185
3134
"will be reverted.  If the revision is not specified with '--revision', the\n"
3188
3137
"the working tree basis revision."
3189
3138
msgstr ""
3190
3139
 
3191
 
#: breezy/builtins.py:4870
 
3140
#: breezy/builtins.py:4791
3192
3141
msgid ""
3193
3142
"To remove only some changes, without reverting to a prior version, use\n"
3194
3143
"merge instead.  For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
3200
3149
"update command."
3201
3150
msgstr ""
3202
3151
 
3203
 
#: breezy/builtins.py:4879
 
3152
#: breezy/builtins.py:4800
3204
3153
msgid ""
3205
3154
"Uncommitted changes to files that are reverted will be discarded.\n"
3206
 
"However, by default, any files that have been manually changed will be\n"
 
3155
"Howver, by default, any files that have been manually changed will be\n"
3207
3156
"backed up first.  (Files changed only by merge are not backed up.)  Backup\n"
3208
3157
"files have '.~#~' appended to their name, where # is a number."
3209
3158
msgstr ""
3210
3159
 
3211
 
#: breezy/builtins.py:4884
 
3160
#: breezy/builtins.py:4805
3212
3161
msgid ""
3213
3162
"When you provide files, you can use their current pathname or the pathname\n"
3214
3163
"from the target revision.  So you can use revert to \"undelete\" a file by\n"
3216
3165
"reverted."
3217
3166
msgstr ""
3218
3167
 
3219
 
#: breezy/builtins.py:4889
 
3168
#: breezy/builtins.py:4810
3220
3169
msgid ""
3221
3170
"If you have newly added files since the target revision, they will be\n"
3222
3171
"removed.  If the files to be removed have been changed, backups will be\n"
3224
3173
"deleted."
3225
3174
msgstr ""
3226
3175
 
3227
 
#: breezy/builtins.py:4894
 
3176
#: breezy/builtins.py:4815
3228
3177
msgid ""
3229
3178
"The working tree contains a list of revisions that have been merged but\n"
3230
3179
"not yet committed. These revisions will be included as additional parents\n"
3236
3185
"reverting any files."
3237
3186
msgstr ""
3238
3187
 
3239
 
#: breezy/builtins.py:4903
 
3188
#: breezy/builtins.py:4824
3240
3189
msgid ""
3241
3190
"Using \"brz revert --forget-merges\", it is possible to apply all of the\n"
3242
3191
"changes from a branch in a single revision.  To do this, perform the merge\n"
3251
3200
msgstr ""
3252
3201
 
3253
3202
# help of 'no-backup' option of 'revert' command
3254
 
#: breezy/builtins.py:4918
 
3203
#: breezy/builtins.py:4838
3255
3204
msgid "Do not save backups of reverted files."
3256
3205
msgstr ""
3257
3206
 
3258
3207
# help of 'forget-merges' option of 'revert' command
3259
 
#: breezy/builtins.py:4920
 
3208
#: breezy/builtins.py:4840
3260
3209
msgid "Remove pending merge marker, without changing any files."
3261
3210
msgstr ""
3262
3211
 
3263
 
#: breezy/builtins.py:4951
 
3212
#: breezy/builtins.py:4871
3264
3213
msgid ""
3265
3214
"Show help on a command or other topic.\n"
3266
3215
"    "
3267
3216
msgstr ""
3268
3217
 
3269
3218
# help of 'long' option of 'help' command
3270
 
#: breezy/builtins.py:4956
 
3219
#: breezy/builtins.py:4876
3271
3220
msgid "Show help on all commands."
3272
3221
msgstr ""
3273
3222
 
3274
 
#: breezy/builtins.py:4985
 
3223
#: breezy/builtins.py:4905
3275
3224
msgid "Show unmerged/unpulled revisions between two branches."
3276
3225
msgstr ""
3277
3226
 
3278
 
#: breezy/builtins.py:4987
 
3227
#: breezy/builtins.py:4907
3279
3228
msgid "OTHER_BRANCH may be local or remote."
3280
3229
msgstr ""
3281
3230
 
3282
 
#: breezy/builtins.py:4989
 
3231
#: breezy/builtins.py:4909
3283
3232
msgid ""
3284
3233
"To filter on a range of revisions, you can use the command -r begin..end\n"
3285
3234
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
3286
3235
"also valid."
3287
3236
msgstr ""
3288
3237
 
3289
 
#: breezy/builtins.py:4993
 
3238
#: breezy/builtins.py:4913
3290
3239
msgid ""
3291
3240
":Exit values:\n"
3292
3241
"    1 - some missing revisions\n"
3293
3242
"    0 - no missing revisions"
3294
3243
msgstr ""
3295
3244
 
3296
 
#: breezy/builtins.py:4999
 
3245
#: breezy/builtins.py:4919
3297
3246
msgid ""
3298
3247
"    Determine the missing revisions between this and the branch at the\n"
3299
3248
"    remembered pull location::"
3300
3249
msgstr ""
3301
3250
 
3302
 
#: breezy/builtins.py:5002
 
3251
#: breezy/builtins.py:4922
3303
3252
msgid "        brz missing"
3304
3253
msgstr ""
3305
3254
 
3306
 
#: breezy/builtins.py:5004
 
3255
#: breezy/builtins.py:4924
3307
3256
msgid "    Determine the missing revisions between this and another branch::"
3308
3257
msgstr ""
3309
3258
 
3310
 
#: breezy/builtins.py:5006
 
3259
#: breezy/builtins.py:4926
3311
3260
msgid "        brz missing http://server/branch"
3312
3261
msgstr ""
3313
3262
 
3314
 
#: breezy/builtins.py:5008
 
3263
#: breezy/builtins.py:4928
3315
3264
msgid ""
3316
3265
"    Determine the missing revisions up to a specific revision on the other\n"
3317
3266
"    branch::"
3318
3267
msgstr ""
3319
3268
 
3320
 
#: breezy/builtins.py:5011
 
3269
#: breezy/builtins.py:4931
3321
3270
msgid "        brz missing -r ..-10"
3322
3271
msgstr ""
3323
3272
 
3324
 
#: breezy/builtins.py:5013
 
3273
#: breezy/builtins.py:4933
3325
3274
msgid ""
3326
3275
"    Determine the missing revisions up to a specific revision on this\n"
3327
3276
"    branch::"
3328
3277
msgstr ""
3329
3278
 
3330
 
#: breezy/builtins.py:5016
 
3279
#: breezy/builtins.py:4936
3331
3280
msgid "        brz missing --my-revision ..-10"
3332
3281
msgstr ""
3333
3282
 
3334
3283
# help of 'reverse' option of 'missing' command
3335
 
#: breezy/builtins.py:5023
 
3284
#: breezy/builtins.py:4943
3336
3285
msgid "Reverse the order of revisions."
3337
3286
msgstr ""
3338
3287
 
3339
3288
# help of 'mine-only' option of 'missing' command
3340
 
#: breezy/builtins.py:5025
 
3289
#: breezy/builtins.py:4945
3341
3290
msgid "Display changes in the local branch only."
3342
3291
msgstr ""
3343
3292
 
3344
3293
# help of 'this' option of 'missing' command
3345
 
#: breezy/builtins.py:5026
 
3294
#: breezy/builtins.py:4946
3346
3295
msgid "Same as --mine-only."
3347
3296
msgstr ""
3348
3297
 
3349
3298
# help of 'theirs-only' option of 'missing' command
3350
 
#: breezy/builtins.py:5028
 
3299
#: breezy/builtins.py:4948
3351
3300
msgid "Display changes in the remote branch only."
3352
3301
msgstr ""
3353
3302
 
3354
3303
# help of 'other' option of 'missing' command
3355
 
#: breezy/builtins.py:5029
 
3304
#: breezy/builtins.py:4949
3356
3305
msgid "Same as --theirs-only."
3357
3306
msgstr ""
3358
3307
 
3359
3308
# help of 'revision' option of 'missing' command
3360
 
#: breezy/builtins.py:5034
 
3309
#: breezy/builtins.py:4954
3361
3310
msgid ""
3362
3311
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3363
3312
"details."
3364
3313
msgstr ""
3365
3314
 
3366
3315
# help of 'my-revision' option of 'missing' command
3367
 
#: breezy/builtins.py:5038
 
3316
#: breezy/builtins.py:4958
3368
3317
msgid ""
3369
3318
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3370
3319
"details."
3371
3320
msgstr ""
3372
3321
 
3373
3322
# help of 'include-merged' option of 'missing' command
3374
 
#: breezy/builtins.py:5041
 
3323
#: breezy/builtins.py:4961
3375
3324
msgid "Show all revisions in addition to the mainline ones."
3376
3325
msgstr ""
3377
3326
 
3378
 
#: breezy/builtins.py:5082
 
3327
#: breezy/builtins.py:5002
3379
3328
msgid "No peer location known or specified."
3380
3329
msgstr ""
3381
3330
 
3382
 
#: breezy/builtins.py:5086
 
3331
#: breezy/builtins.py:5006
3383
3332
#, python-brace-format
3384
3333
msgid "Using saved parent location: {0}\n"
3385
3334
msgstr ""
3386
3335
 
3387
 
#: breezy/builtins.py:5119
 
3336
#: breezy/builtins.py:5039
3388
3337
#, python-format
3389
3338
msgid "You have %d extra revision:\n"
3390
3339
msgid_plural "You have %d extra revisions:\n"
3391
3340
msgstr[0] ""
3392
3341
msgstr[1] ""
3393
3342
 
3394
 
#: breezy/builtins.py:5139
 
3343
#: breezy/builtins.py:5059
3395
3344
#, python-format
3396
3345
msgid "You are missing %d revision:\n"
3397
3346
msgid_plural "You are missing %d revisions:\n"
3398
3347
msgstr[0] ""
3399
3348
msgstr[1] ""
3400
3349
 
3401
 
#: breezy/builtins.py:5154
 
3350
#: breezy/builtins.py:5074
3402
3351
msgid "This branch has no new revisions.\n"
3403
3352
msgstr ""
3404
3353
 
3405
 
#: breezy/builtins.py:5157
 
3354
#: breezy/builtins.py:5077
3406
3355
msgid "Other branch has no new revisions.\n"
3407
3356
msgstr ""
3408
3357
 
3409
 
#: breezy/builtins.py:5162
 
3358
#: breezy/builtins.py:5082
3410
3359
msgid "Branches are up to date.\n"
3411
3360
msgstr ""
3412
3361
 
3413
 
#: breezy/builtins.py:5173
 
3362
#: breezy/builtins.py:5093
3414
3363
msgid "Compress the data within a repository."
3415
3364
msgstr ""
3416
3365
 
3417
 
#: breezy/builtins.py:5175
 
3366
#: breezy/builtins.py:5095
3418
3367
msgid ""
3419
3368
"This operation compresses the data within a bazaar repository. As\n"
3420
3369
"bazaar supports automatic packing of repository, this operation is\n"
3421
3370
"normally not required to be done manually."
3422
3371
msgstr ""
3423
3372
 
3424
 
#: breezy/builtins.py:5179
 
3373
#: breezy/builtins.py:5099
3425
3374
msgid ""
3426
3375
"During the pack operation, bazaar takes a backup of existing repository\n"
3427
3376
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3430
3379
"used."
3431
3380
msgstr ""
3432
3381
 
3433
 
#: breezy/builtins.py:5185
 
3382
#: breezy/builtins.py:5105
3434
3383
msgid ""
3435
3384
"Warning: If you use --clean-obsolete-packs and your machine crashes\n"
3436
3385
"during or immediately after repacking, you may be left with a state\n"
3439
3388
msgstr ""
3440
3389
 
3441
3390
# help of 'clean-obsolete-packs' option of 'pack' command
3442
 
#: breezy/builtins.py:5195
 
3391
#: breezy/builtins.py:5115
3443
3392
msgid "Delete obsolete packs to save disk space."
3444
3393
msgstr ""
3445
3394
 
3446
 
#: breezy/builtins.py:5209
 
3395
#: breezy/builtins.py:5129
3447
3396
msgid "List the installed plugins."
3448
3397
msgstr ""
3449
3398
 
3450
 
#: breezy/builtins.py:5211
 
3399
#: breezy/builtins.py:5131
3451
3400
msgid ""
3452
3401
"This command displays the list of installed plugins including\n"
3453
3402
"version of plugin and a short description of each."
3454
3403
msgstr ""
3455
3404
 
3456
 
#: breezy/builtins.py:5214
 
3405
#: breezy/builtins.py:5134
3457
3406
msgid "--verbose shows the path where each plugin is located."
3458
3407
msgstr ""
3459
3408
 
3460
 
#: breezy/builtins.py:5216
 
3409
#: breezy/builtins.py:5136
3461
3410
msgid ""
3462
 
"A plugin is an external component for Breezy that extends the\n"
3463
 
"revision control system, by adding or replacing code in Breezy.\n"
 
3411
"A plugin is an external component for Bazaar that extends the\n"
 
3412
"revision control system, by adding or replacing code in Bazaar.\n"
3464
3413
"Plugins can do a variety of things, including overriding commands,\n"
3465
3414
"adding new commands, providing additional network transports and\n"
3466
3415
"customizing log output."
3467
3416
msgstr ""
3468
3417
 
3469
 
#: breezy/builtins.py:5222
 
3418
#: breezy/builtins.py:5142
3470
3419
msgid ""
3471
3420
"See the Bazaar Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/>\n"
3472
3421
"for further information on plugins including where to find them and how to\n"
3474
3423
"plugins using the Python programming language."
3475
3424
msgstr ""
3476
3425
 
3477
 
#: breezy/builtins.py:5238
 
3426
#: breezy/builtins.py:5158
3478
3427
msgid "Show testament (signing-form) of a revision."
3479
3428
msgstr ""
3480
3429
 
3481
3430
# help of 'long' option of 'testament' command
3482
 
#: breezy/builtins.py:5241
 
3431
#: breezy/builtins.py:5161
3483
3432
msgid "Produce long-format testament."
3484
3433
msgstr ""
3485
3434
 
3486
3435
# help of 'strict' option of 'testament' command
3487
 
#: breezy/builtins.py:5243
 
3436
#: breezy/builtins.py:5163
3488
3437
msgid "Produce a strict-format testament."
3489
3438
msgstr ""
3490
3439
 
3491
 
#: breezy/builtins.py:5271
 
3440
#: breezy/builtins.py:5191
3492
3441
msgid "Show the origin of each line in a file."
3493
3442
msgstr ""
3494
3443
 
3495
 
#: breezy/builtins.py:5273
 
3444
#: breezy/builtins.py:5193
3496
3445
msgid ""
3497
3446
"This prints out the given file with an annotation on the left side\n"
3498
3447
"indicating which revision, author and date introduced the change."
3499
3448
msgstr ""
3500
3449
 
3501
 
#: breezy/builtins.py:5276
 
3450
#: breezy/builtins.py:5196
3502
3451
msgid ""
3503
3452
"If the origin is the same for a run of consecutive lines, it is\n"
3504
3453
"shown only at the top, unless the --all option is given."
3505
3454
msgstr ""
3506
3455
 
3507
3456
# help of 'all' option of 'annotate' command
3508
 
#: breezy/builtins.py:5284
 
3457
#: breezy/builtins.py:5204
3509
3458
msgid "Show annotations on all lines."
3510
3459
msgstr ""
3511
3460
 
3512
3461
# help of 'long' option of 'annotate' command
3513
 
#: breezy/builtins.py:5285
 
3462
#: breezy/builtins.py:5205
3514
3463
msgid "Show commit date in annotations."
3515
3464
msgstr ""
3516
3465
 
3517
 
#: breezy/builtins.py:5362
 
3466
#: breezy/builtins.py:5293
3518
3467
msgid "Cannot sign a range of non-revision-history revisions"
3519
3468
msgstr ""
3520
3469
 
3521
 
#: breezy/builtins.py:5369
 
3470
#: breezy/builtins.py:5306
3522
3471
msgid "Please supply either one revision, or a range."
3523
3472
msgstr ""
3524
3473
 
3525
 
#: breezy/builtins.py:5373
 
3474
#: breezy/builtins.py:5310
3526
3475
msgid ""
3527
3476
"Convert the current branch into a checkout of the supplied branch.\n"
3528
3477
"If no branch is supplied, rebind to the last bound location."
3529
3478
msgstr ""
3530
3479
 
3531
 
#: breezy/builtins.py:5376
 
3480
#: breezy/builtins.py:5313
3532
3481
msgid ""
3533
3482
"Once converted into a checkout, commits must succeed on the master branch\n"
3534
3483
"before they will be applied to the local branch."
3535
3484
msgstr ""
3536
3485
 
3537
 
#: breezy/builtins.py:5379
 
3486
#: breezy/builtins.py:5316
3538
3487
msgid ""
3539
3488
"Bound branches use the nickname of its master branch unless it is set\n"
3540
3489
"locally, in which case binding will update the local nickname to be\n"
3541
3490
"that of the master."
3542
3491
msgstr ""
3543
3492
 
3544
 
#: breezy/builtins.py:5395
 
3493
#: breezy/builtins.py:5332
3545
3494
msgid "No location supplied.  This format does not remember old locations."
3546
3495
msgstr ""
3547
3496
 
3548
 
#: breezy/builtins.py:5401
 
3497
#: breezy/builtins.py:5338
3549
3498
msgid "Branch is already bound"
3550
3499
msgstr ""
3551
3500
 
3552
 
#: breezy/builtins.py:5404
 
3501
#: breezy/builtins.py:5341
3553
3502
msgid "No location supplied and no previous location known"
3554
3503
msgstr ""
3555
3504
 
3556
 
#: breezy/builtins.py:5411
 
3505
#: breezy/builtins.py:5348
3557
3506
msgid "These branches have diverged. Try merging, and then bind again."
3558
3507
msgstr ""
3559
3508
 
3560
 
#: breezy/builtins.py:5418
 
3509
#: breezy/builtins.py:5355
3561
3510
msgid "Convert the current checkout into a regular branch."
3562
3511
msgstr ""
3563
3512
 
3564
 
#: breezy/builtins.py:5420
 
3513
#: breezy/builtins.py:5357
3565
3514
msgid ""
3566
3515
"After unbinding, the local branch is considered independent and subsequent\n"
3567
3516
"commits will be local only."
3568
3517
msgstr ""
3569
3518
 
3570
 
#: breezy/builtins.py:5431
 
3519
#: breezy/builtins.py:5368
3571
3520
msgid "Local branch is not bound"
3572
3521
msgstr ""
3573
3522
 
3574
 
#: breezy/builtins.py:5435
 
3523
#: breezy/builtins.py:5372
3575
3524
msgid "Remove the last committed revision."
3576
3525
msgstr ""
3577
3526
 
3578
 
#: breezy/builtins.py:5437
 
3527
#: breezy/builtins.py:5374
3579
3528
msgid ""
3580
3529
"--verbose will print out what is being removed.\n"
3581
3530
"--dry-run will go through all the motions, but not actually\n"
3582
3531
"remove anything."
3583
3532
msgstr ""
3584
3533
 
3585
 
#: breezy/builtins.py:5441
 
3534
#: breezy/builtins.py:5378
3586
3535
msgid ""
3587
3536
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3588
3537
"specified revision.  For example, \"brz uncommit -r 15\" will leave the\n"
3589
3538
"branch at revision 15."
3590
3539
msgstr ""
3591
3540
 
3592
 
#: breezy/builtins.py:5445
 
3541
#: breezy/builtins.py:5382
3593
3542
msgid ""
3594
3543
"Uncommit leaves the working tree ready for a new commit.  The only change\n"
3595
3544
"it may make is to restore any pending merges that were present before\n"
3597
3546
msgstr ""
3598
3547
 
3599
3548
# help of 'dry-run' option of 'uncommit' command
3600
 
#: breezy/builtins.py:5456
 
3549
#: breezy/builtins.py:5393
3601
3550
msgid "Don't actually make changes."
3602
3551
msgstr ""
3603
3552
 
3604
3553
# help of 'force' option of 'uncommit' command
3605
 
#: breezy/builtins.py:5457
 
3554
#: breezy/builtins.py:5394
3606
3555
msgid "Say yes to all questions."
3607
3556
msgstr ""
3608
3557
 
3609
3558
# help of 'keep-tags' option of 'uncommit' command
3610
 
#: breezy/builtins.py:5459
 
3559
#: breezy/builtins.py:5396
3611
3560
msgid "Keep tags that point to removed revisions."
3612
3561
msgstr ""
3613
3562
 
3614
3563
# help of 'local' option of 'uncommit' command
3615
 
#: breezy/builtins.py:5461
 
3564
#: breezy/builtins.py:5398
3616
3565
msgid "Only remove the commits from the local branch when in a checkout."
3617
3566
msgstr ""
3618
3567
 
3619
 
#: breezy/builtins.py:5510
 
3568
#: breezy/builtins.py:5447
3620
3569
msgid "No revisions to uncommit.\n"
3621
3570
msgstr ""
3622
3571
 
3623
 
#: breezy/builtins.py:5525
 
3572
#: breezy/builtins.py:5462
3624
3573
msgid "Dry-run, pretending to remove the above revisions.\n"
3625
3574
msgstr ""
3626
3575
 
3627
 
#: breezy/builtins.py:5529
 
3576
#: breezy/builtins.py:5466
3628
3577
msgid "The above revision(s) will be removed.\n"
3629
3578
msgstr ""
3630
3579
 
3631
 
#: breezy/builtins.py:5533
 
3580
#: breezy/builtins.py:5470
3632
3581
msgid "Uncommit these revisions"
3633
3582
msgstr ""
3634
3583
 
3635
 
#: breezy/builtins.py:5536
 
3584
#: breezy/builtins.py:5473
3636
3585
msgid "Canceled\n"
3637
3586
msgstr ""
3638
3587
 
3639
 
#: breezy/builtins.py:5545
3640
 
#, python-format
3641
 
msgid ""
3642
 
"You can restore the old tip by running:\n"
3643
 
"  brz pull -d %s %s -r revid:%s\n"
3644
 
msgstr ""
3645
 
 
3646
 
#: breezy/builtins.py:5550
 
3588
#: breezy/builtins.py:5481
3647
3589
#, python-format
3648
3590
msgid ""
3649
3591
"You can restore the old tip by running:\n"
3650
3592
"  brz pull . -r revid:%s\n"
3651
3593
msgstr ""
3652
3594
 
3653
 
#: breezy/builtins.py:5556
 
3595
#: breezy/builtins.py:5487
3654
3596
msgid "Break a dead lock."
3655
3597
msgstr ""
3656
3598
 
3657
 
#: breezy/builtins.py:5558
 
3599
#: breezy/builtins.py:5489
3658
3600
msgid ""
3659
3601
"This command breaks a lock on a repository, branch, working directory or\n"
3660
3602
"config file."
3661
3603
msgstr ""
3662
3604
 
3663
 
#: breezy/builtins.py:5561
 
3605
#: breezy/builtins.py:5492
3664
3606
msgid ""
3665
3607
"CAUTION: Locks should only be broken when you are sure that the process\n"
3666
3608
"holding the lock has been stopped."
3667
3609
msgstr ""
3668
3610
 
3669
 
#: breezy/builtins.py:5564
 
3611
#: breezy/builtins.py:5495
3670
3612
msgid ""
3671
3613
"You can get information on what locks are open via the 'brz info\n"
3672
3614
"[location]' command."
3673
3615
msgstr ""
3674
3616
 
3675
 
#: breezy/builtins.py:5567
 
3617
#: breezy/builtins.py:5498
3676
3618
msgid ""
3677
3619
":Examples:\n"
3678
3620
"    brz break-lock\n"
3679
3621
"    brz break-lock brz+ssh://example.com/brz/foo\n"
3680
 
"    brz break-lock --conf ~/.config/breezy"
 
3622
"    brz break-lock --conf ~/.bazaar"
3681
3623
msgstr ""
3682
3624
 
3683
3625
# help of 'config' option of 'break-lock' command
3684
 
#: breezy/builtins.py:5576
 
3626
#: breezy/builtins.py:5507
3685
3627
msgid "LOCATION is the directory where the config lock is."
3686
3628
msgstr ""
3687
3629
 
3688
3630
# help of 'force' option of 'break-lock' command
3689
 
#: breezy/builtins.py:5578
 
3631
#: breezy/builtins.py:5509
3690
3632
msgid "Do not ask for confirmation before breaking the lock."
3691
3633
msgstr ""
3692
3634
 
3693
3635
# help of 'protocol=git' option of 'serve' command
3694
 
#: breezy/builtins.py:5613
 
3636
#: breezy/builtins.py:5544
3695
3637
msgid "Git Smart server protocol over TCP. (default port: 9418)"
3696
3638
msgstr ""
3697
3639
 
3698
3640
# help of 'protocol=git-receive-pack' option of 'serve' command
3699
 
#: breezy/builtins.py:5613
 
3641
#: breezy/builtins.py:5544
3700
3642
msgid "Git Smart server receive pack command. (inetd mode only)"
3701
3643
msgstr ""
3702
3644
 
3703
3645
# help of 'protocol=git-upload-pack' option of 'serve' command
3704
 
#: breezy/builtins.py:5613
 
3646
#: breezy/builtins.py:5544
3705
3647
msgid "Git Smart server upload pack command. (inetd mode only)"
3706
3648
msgstr ""
3707
3649
 
3708
3650
# help of 'protocol=bzr' option of 'serve' command
3709
 
#: breezy/builtins.py:5613
 
3651
#: breezy/builtins.py:5544
3710
3652
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3711
3653
msgstr ""
3712
3654
 
3713
 
#: breezy/builtins.py:5614
 
3655
#: breezy/builtins.py:5545
3714
3656
msgid "Run the brz server."
3715
3657
msgstr ""
3716
3658
 
3717
3659
# help of 'inet' option of 'serve' command
3718
 
#: breezy/builtins.py:5620
 
3660
#: breezy/builtins.py:5551
3719
3661
msgid "Serve on stdin/out for use from inetd or sshd."
3720
3662
msgstr ""
3721
3663
 
3722
3664
# title of 'protocol' option of 'serve' command
3723
 
#: breezy/builtins.py:5621
 
3665
#: breezy/builtins.py:5552
3724
3666
msgid "protocol"
3725
3667
msgstr ""
3726
3668
 
3727
3669
# help of 'protocol' option of 'serve' command
3728
 
#: breezy/builtins.py:5622
 
3670
#: breezy/builtins.py:5553
3729
3671
msgid "Protocol to serve."
3730
3672
msgstr ""
3731
3673
 
3732
3674
# help of 'listen' option of 'serve' command
3733
 
#: breezy/builtins.py:5627
 
3675
#: breezy/builtins.py:5558
3734
3676
msgid "Listen for connections on nominated address."
3735
3677
msgstr ""
3736
3678
 
3737
3679
# help of 'port' option of 'serve' command
3738
 
#: breezy/builtins.py:5630
 
3680
#: breezy/builtins.py:5561
3739
3681
msgid ""
3740
3682
"Listen for connections on nominated port.  Passing 0 as the port number will "
3741
3683
"result in a dynamically allocated port.  The default port depends on the "
3743
3685
msgstr ""
3744
3686
 
3745
3687
# help of 'directory' option of 'serve' command
3746
 
#: breezy/builtins.py:5635
 
3688
#: breezy/builtins.py:5566
3747
3689
msgid "Serve contents of this directory."
3748
3690
msgstr ""
3749
3691
 
3750
3692
# help of 'allow-writes' option of 'serve' command
3751
 
#: breezy/builtins.py:5637
 
3693
#: breezy/builtins.py:5568
3752
3694
msgid ""
3753
3695
"By default the server is a readonly server.  Supplying --allow-writes "
3754
3696
"enables write access to the contents of the served directory and below.  "
3758
3700
msgstr ""
3759
3701
 
3760
3702
# help of 'client-timeout' option of 'serve' command
3761
 
#: breezy/builtins.py:5646
 
3703
#: breezy/builtins.py:5577
3762
3704
msgid "Override the default idle client timeout (5min)."
3763
3705
msgstr ""
3764
3706
 
3765
 
#: breezy/builtins.py:5664
 
3707
#: breezy/builtins.py:5595
3766
3708
msgid "Combine a tree into its containing tree."
3767
3709
msgstr ""
3768
3710
 
3769
 
#: breezy/builtins.py:5666
 
3711
#: breezy/builtins.py:5597
3770
3712
msgid "This command requires the target tree to be in a rich-root format."
3771
3713
msgstr ""
3772
3714
 
3773
 
#: breezy/builtins.py:5668
 
3715
#: breezy/builtins.py:5599
3774
3716
msgid ""
3775
3717
"The TREE argument should be an independent tree, inside another tree, but\n"
3776
3718
"not part of it.  (Such trees can be produced by \"brz split\", but also by\n"
3777
3719
"running \"brz branch\" with the target inside a tree.)"
3778
3720
msgstr ""
3779
3721
 
3780
 
#: breezy/builtins.py:5672
 
3722
#: breezy/builtins.py:5603
3781
3723
msgid ""
3782
3724
"The result is a combined tree, with the subtree no longer an independent\n"
3783
3725
"part.  This is marked as a merge of the subtree into the containing tree,\n"
3784
3726
"and all history is preserved."
3785
3727
msgstr ""
3786
3728
 
3787
 
#: breezy/builtins.py:5691
 
3729
#: breezy/builtins.py:5622
3788
3730
#, python-format
3789
3731
msgid ""
3790
3732
"Can't join trees because %s doesn't support rich root data.\n"
3791
3733
"You can use brz upgrade on the repository."
3792
3734
msgstr ""
3793
3735
 
3794
 
#: breezy/builtins.py:5701 breezy/builtins.py:5707
 
3736
#: breezy/builtins.py:5632 breezy/builtins.py:5638
3795
3737
#, python-brace-format
3796
3738
msgid "Cannot join {0}.  {1}"
3797
3739
msgstr ""
3798
3740
 
3799
 
#: breezy/builtins.py:5711
 
3741
#: breezy/builtins.py:5642
3800
3742
msgid "Split a subdirectory of a tree into a separate tree."
3801
3743
msgstr ""
3802
3744
 
3803
 
#: breezy/builtins.py:5713
 
3745
#: breezy/builtins.py:5644
3804
3746
msgid ""
3805
3747
"This command will produce a target tree in a format that supports\n"
3806
3748
"rich roots, like 'rich-root' or 'rich-root-pack'.  These formats cannot be\n"
3807
3749
"converted into earlier formats like 'dirstate-tags'."
3808
3750
msgstr ""
3809
3751
 
3810
 
#: breezy/builtins.py:5717
 
3752
#: breezy/builtins.py:5648
3811
3753
msgid ""
3812
3754
"The TREE argument should be a subdirectory of a working tree.  That\n"
3813
3755
"subdirectory will be converted into an independent tree, with its own\n"
3814
3756
"branch.  Commits in the top-level tree will not apply to the new subtree."
3815
3757
msgstr ""
3816
3758
 
3817
 
#: breezy/builtins.py:5799
 
3759
#: breezy/builtins.py:5730
3818
3760
msgid "No submit branch specified or known"
3819
3761
msgstr ""
3820
3762
 
3821
 
#: breezy/builtins.py:5809 breezy/send.py:108
 
3763
#: breezy/builtins.py:5740 breezy/send.py:109
3822
3764
msgid "No public branch specified or known"
3823
3765
msgstr ""
3824
3766
 
3825
 
#: breezy/builtins.py:5814
 
3767
#: breezy/builtins.py:5745
3826
3768
msgid "brz merge-directive takes at most two one revision identifiers"
3827
3769
msgstr ""
3828
3770
 
3829
 
#: breezy/builtins.py:5823
 
3771
#: breezy/builtins.py:5754
3830
3772
msgid "No revisions to bundle."
3831
3773
msgstr ""
3832
3774
 
3833
 
#: breezy/builtins.py:5842
 
3775
#: breezy/builtins.py:5773
3834
3776
msgid "Mail or create a merge-directive for submitting changes."
3835
3777
msgstr ""
3836
3778
 
3837
 
#: breezy/builtins.py:5844
 
3779
#: breezy/builtins.py:5775
3838
3780
msgid "A merge directive provides many things needed for requesting merges:"
3839
3781
msgstr ""
3840
3782
 
3841
 
#: breezy/builtins.py:5846
 
3783
#: breezy/builtins.py:5777
3842
3784
msgid "* A machine-readable description of the merge to perform"
3843
3785
msgstr ""
3844
3786
 
3845
 
#: breezy/builtins.py:5848
 
3787
#: breezy/builtins.py:5779
3846
3788
msgid "* An optional patch that is a preview of the changes requested"
3847
3789
msgstr ""
3848
3790
 
3849
 
#: breezy/builtins.py:5850
 
3791
#: breezy/builtins.py:5781
3850
3792
msgid ""
3851
3793
"* An optional bundle of revision data, so that the changes can be applied\n"
3852
3794
"  directly from the merge directive, without retrieving data from a\n"
3853
3795
"  branch."
3854
3796
msgstr ""
3855
3797
 
3856
 
#: breezy/builtins.py:5854
 
3798
#: breezy/builtins.py:5785
3857
3799
msgid ""
3858
3800
"`brz send` creates a compact data set that, when applied using brz\n"
3859
3801
"merge, has the same effect as merging from the source branch."
3860
3802
msgstr ""
3861
3803
 
3862
 
#: breezy/builtins.py:5857
 
3804
#: breezy/builtins.py:5788
3863
3805
msgid ""
3864
3806
"By default the merge directive is self-contained and can be applied to any\n"
3865
3807
"branch containing submit_branch in its ancestory without needing access to\n"
3866
3808
"the source branch."
3867
3809
msgstr ""
3868
3810
 
3869
 
#: breezy/builtins.py:5861
 
3811
#: breezy/builtins.py:5792
3870
3812
msgid ""
3871
 
"If --no-bundle is specified, then Breezy doesn't send the contents of the\n"
 
3813
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3872
3814
"revisions, but only a structured request to merge from the\n"
3873
3815
"public_location.  In that case the public_branch is needed and it must be\n"
3874
3816
"up-to-date and accessible to the recipient.  The public_branch is always\n"
3875
3817
"included if known, so that people can check it later."
3876
3818
msgstr ""
3877
3819
 
3878
 
#: breezy/builtins.py:5867
 
3820
#: breezy/builtins.py:5798
3879
3821
msgid ""
3880
3822
"The submit branch defaults to the parent of the source branch, but can be\n"
3881
3823
"overridden.  Both submit branch and public branch will be remembered in\n"
3884
3826
"be changed using --from."
3885
3827
msgstr ""
3886
3828
 
3887
 
#: breezy/builtins.py:5873
 
3829
#: breezy/builtins.py:5804
3888
3830
msgid ""
3889
3831
"Both the submit branch and the public branch follow the usual behavior with\n"
3890
3832
"respect to --remember: If there is no default location set, the first send\n"
3893
3835
"--remember. The value will only be saved if the location can be accessed."
3894
3836
msgstr ""
3895
3837
 
3896
 
#: breezy/builtins.py:5879
 
3838
#: breezy/builtins.py:5810
3897
3839
msgid ""
3898
3840
"In order to calculate those changes, brz must analyse the submit branch.\n"
3899
3841
"Therefore it is most efficient for the submit branch to be a local mirror.\n"
3901
3843
"in the merge directive."
3902
3844
msgstr ""
3903
3845
 
3904
 
#: breezy/builtins.py:5884
 
3846
#: breezy/builtins.py:5815
3905
3847
msgid ""
3906
3848
"The default behaviour is to send the merge directive by mail, unless -o is\n"
3907
3849
"given, in which case it is sent to a file."
3908
3850
msgstr ""
3909
3851
 
3910
 
#: breezy/builtins.py:5887
 
3852
#: breezy/builtins.py:5818
3911
3853
msgid ""
3912
3854
"Mail is sent using your preferred mail program.  This should be transparent\n"
3913
3855
"on Windows (it uses MAPI).  On Unix, it requires the xdg-email utility.\n"
3914
3856
"If the preferred client can't be found (or used), your editor will be used."
3915
3857
msgstr ""
3916
3858
 
3917
 
#: breezy/builtins.py:5891
 
3859
#: breezy/builtins.py:5822
3918
3860
msgid ""
3919
3861
"To use a specific mail program, set the mail_client configuration option.\n"
3920
3862
"Supported values for specific clients are \"claws\", \"evolution\", \"kmail"
3926
3868
"may also add supported clients."
3927
3869
msgstr ""
3928
3870
 
3929
 
#: breezy/builtins.py:5897
 
3871
#: breezy/builtins.py:5828
3930
3872
msgid ""
3931
3873
"If mail is being sent, a to address is required.  This can be supplied\n"
3932
3874
"either on the commandline, by setting the submit_to configuration\n"
3934
3876
"in the submit branch."
3935
3877
msgstr ""
3936
3878
 
3937
 
#: breezy/builtins.py:5902
 
3879
#: breezy/builtins.py:5833
3938
3880
msgid ""
3939
3881
"The merge directives created by brz send may be applied using brz merge or\n"
3940
3882
"brz pull by specifying a file containing a merge directive as the location."
3941
3883
msgstr ""
3942
3884
 
3943
 
#: breezy/builtins.py:5905
 
3885
#: breezy/builtins.py:5836
3944
3886
msgid ""
3945
3887
"brz send makes extensive use of public locations to map local locations "
3946
3888
"into\n"
3949
3891
msgstr ""
3950
3892
 
3951
3893
# help of 'output' option of 'send' command
3952
 
#: breezy/builtins.py:5929
 
3894
#: breezy/builtins.py:5860
3953
3895
msgid "Write merge directive to this file or directory; use - for stdout."
3954
3896
msgstr ""
3955
3897
 
3956
3898
# help of 'strict' option of 'send' command
3957
 
#: breezy/builtins.py:5933
 
3899
#: breezy/builtins.py:5864
3958
3900
msgid ""
3959
3901
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3960
3902
"strict disables the check."
3961
3903
msgstr ""
3962
3904
 
3963
3905
# help of 'mail-to' option of 'send' command
3964
 
#: breezy/builtins.py:5935
 
3906
#: breezy/builtins.py:5866
3965
3907
msgid "Mail the request to this address."
3966
3908
msgstr ""
3967
3909
 
3968
3910
# help of 'body' option of 'send' command
3969
 
#: breezy/builtins.py:5939
 
3911
#: breezy/builtins.py:5870
3970
3912
msgid "Body for the email."
3971
3913
msgstr ""
3972
3914
 
3973
3915
# help of 'no-bundle' option of 'send' command
3974
 
#: breezy/builtins.py:5986
 
3916
#: breezy/builtins.py:5917
3975
3917
msgid "Do not include a bundle in the merge directive."
3976
3918
msgstr ""
3977
3919
 
3978
3920
# help of 'no-patch' option of 'send' command
3979
 
#: breezy/builtins.py:5987
 
3921
#: breezy/builtins.py:5918
3980
3922
msgid "Do not include a preview patch in the merge directive."
3981
3923
msgstr ""
3982
3924
 
3983
3925
# help of 'remember' option of 'send' command
3984
 
#: breezy/builtins.py:5990
 
3926
#: breezy/builtins.py:5921
3985
3927
msgid "Remember submit and public branch."
3986
3928
msgstr ""
3987
3929
 
3988
3930
# help of 'from' option of 'send' command
3989
 
#: breezy/builtins.py:5992
 
3931
#: breezy/builtins.py:5923
3990
3932
msgid ""
3991
3933
"Branch to generate the submission from, rather than the one containing the "
3992
3934
"working directory."
3994
3936
 
3995
3937
# title of 'format' option of 'send' command
3996
3938
# title of 'format' option of 'version-info' command
3997
 
#: breezy/builtins.py:6002 breezy/cmd_version_info.py:79
 
3939
#: breezy/builtins.py:5933 breezy/cmd_version_info.py:77
3998
3940
msgid "format"
3999
3941
msgstr ""
4000
3942
 
4001
3943
# help of 'format' option of 'send' command
4002
 
#: breezy/builtins.py:6003
 
3944
#: breezy/builtins.py:5934
4003
3945
msgid "Use the specified output format."
4004
3946
msgstr ""
4005
3947
 
4006
 
#: breezy/builtins.py:6025
 
3948
#: breezy/builtins.py:5956
4007
3949
msgid "Create, remove or modify a tag naming a revision."
4008
3950
msgstr ""
4009
3951
 
4010
 
#: breezy/builtins.py:6027
 
3952
#: breezy/builtins.py:5958
4011
3953
msgid ""
4012
3954
"Tags give human-meaningful names to revisions.  Commands that take a -r\n"
4013
3955
"(--revision) option can be given -rtag:X, where X is any previously\n"
4014
3956
"created tag."
4015
3957
msgstr ""
4016
3958
 
4017
 
#: breezy/builtins.py:6031
 
3959
#: breezy/builtins.py:5962
4018
3960
msgid ""
4019
3961
"Tags are stored in the branch.  Tags are copied from one branch to another\n"
4020
3962
"along when you branch, push, pull or merge."
4021
3963
msgstr ""
4022
3964
 
4023
 
#: breezy/builtins.py:6034
 
3965
#: breezy/builtins.py:5965
4024
3966
msgid ""
4025
3967
"It is an error to give a tag name that already exists unless you pass\n"
4026
3968
"--force, in which case the tag is moved to point to the new revision."
4027
3969
msgstr ""
4028
3970
 
4029
 
#: breezy/builtins.py:6037
 
3971
#: breezy/builtins.py:5968
4030
3972
msgid ""
4031
3973
"To rename a tag (change the name but keep it on the same revsion), run "
4032
3974
"``brz\n"
4033
3975
"tag new-name -r tag:old-name`` and then ``brz tag --delete oldname``."
4034
3976
msgstr ""
4035
3977
 
4036
 
#: breezy/builtins.py:6040
 
3978
#: breezy/builtins.py:5971
4037
3979
msgid ""
4038
3980
"If no tag name is specified it will be determined through the\n"
4039
3981
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
4042
3984
msgstr ""
4043
3985
 
4044
3986
# help of 'delete' option of 'tag' command
4045
 
#: breezy/builtins.py:6050
 
3987
#: breezy/builtins.py:5981
4046
3988
msgid "Delete this tag rather than placing it."
4047
3989
msgstr ""
4048
3990
 
4049
3991
# help of 'directory' option of 'tag' command
4050
 
#: breezy/builtins.py:6053
 
3992
#: breezy/builtins.py:5984
4051
3993
msgid "Branch in which to place the tag."
4052
3994
msgstr ""
4053
3995
 
4054
3996
# help of 'force' option of 'tag' command
4055
 
#: breezy/builtins.py:6055
 
3997
#: breezy/builtins.py:5986
4056
3998
msgid "Replace existing tags."
4057
3999
msgstr ""
4058
4000
 
4059
 
#: breezy/builtins.py:6071
 
4001
#: breezy/builtins.py:6002
4060
4002
msgid "No tag specified to delete."
4061
4003
msgstr ""
4062
4004
 
4063
 
#: breezy/builtins.py:6073
 
4005
#: breezy/builtins.py:6004
4064
4006
#, python-format
4065
4007
msgid "Deleted tag %s."
4066
4008
msgstr ""
4067
4009
 
4068
 
#: breezy/builtins.py:6078
 
4010
#: breezy/builtins.py:6009
4069
4011
msgid "Tags can only be placed on a single revision, not on a range"
4070
4012
msgstr ""
4071
4013
 
4072
 
#: breezy/builtins.py:6087
 
4014
#: breezy/builtins.py:6018
4073
4015
msgid "Please specify a tag name."
4074
4016
msgstr ""
4075
4017
 
4076
 
#: breezy/builtins.py:6095
 
4018
#: breezy/builtins.py:6026
4077
4019
#, python-format
4078
4020
msgid "Tag %s already exists for that revision."
4079
4021
msgstr ""
4080
4022
 
4081
 
#: breezy/builtins.py:6099
 
4023
#: breezy/builtins.py:6030
4082
4024
#, python-format
4083
4025
msgid "Created tag %s."
4084
4026
msgstr ""
4085
4027
 
4086
 
#: breezy/builtins.py:6101
 
4028
#: breezy/builtins.py:6032
4087
4029
#, python-format
4088
4030
msgid "Updated tag %s."
4089
4031
msgstr ""
4090
4032
 
4091
 
#: breezy/builtins.py:6105
 
4033
#: breezy/builtins.py:6036
4092
4034
msgid "List tags."
4093
4035
msgstr ""
4094
4036
 
4095
 
#: breezy/builtins.py:6107
 
4037
#: breezy/builtins.py:6038
4096
4038
msgid ""
4097
4039
"This command shows a table of tag names and the revisions they reference."
4098
4040
msgstr ""
4099
4041
 
4100
4042
# help of 'directory' option of 'tags' command
4101
 
#: breezy/builtins.py:6113
 
4043
#: breezy/builtins.py:6044
4102
4044
msgid "Branch whose tags should be displayed."
4103
4045
msgstr ""
4104
4046
 
4105
4047
# help of 'sort' option of 'tags' command
4106
 
#: breezy/builtins.py:6115
 
4048
#: breezy/builtins.py:6046
4107
4049
msgid "Sort tags by different criteria."
4108
4050
msgstr ""
4109
4051
 
4110
4052
# title of 'sort' option of 'tags' command
4111
 
#: breezy/builtins.py:6115
 
4053
#: breezy/builtins.py:6046
4112
4054
msgid "Sorting"
4113
4055
msgstr ""
4114
4056
 
4115
 
#: breezy/builtins.py:6185
 
4057
#: breezy/builtins.py:6116
4116
4058
msgid "Reconfigure the type of a brz directory."
4117
4059
msgstr ""
4118
4060
 
4119
 
#: breezy/builtins.py:6187
 
4061
#: breezy/builtins.py:6118
4120
4062
msgid "A target configuration must be specified."
4121
4063
msgstr ""
4122
4064
 
4123
 
#: breezy/builtins.py:6189
 
4065
#: breezy/builtins.py:6120
4124
4066
msgid ""
4125
4067
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
4126
4068
"The order of preference is\n"
4132
4074
msgstr ""
4133
4075
 
4134
4076
# title of 'tree_type' option of 'reconfigure' command
4135
 
#: breezy/builtins.py:6203
 
4077
#: breezy/builtins.py:6134
4136
4078
msgid "Tree type"
4137
4079
msgstr ""
4138
4080
 
4139
4081
# help of 'tree_type' option of 'reconfigure' command
4140
 
#: breezy/builtins.py:6204
 
4082
#: breezy/builtins.py:6135
4141
4083
msgid "The relation between branch and tree."
4142
4084
msgstr ""
4143
4085
 
4144
4086
# help of 'tree_type=branch' option of 'reconfigure' command
4145
 
#: breezy/builtins.py:6206
 
4087
#: breezy/builtins.py:6137
4146
4088
msgid "Reconfigure to be an unbound branch with no working tree."
4147
4089
msgstr ""
4148
4090
 
4149
4091
# help of 'tree_type=tree' option of 'reconfigure' command
4150
 
#: breezy/builtins.py:6207
 
4092
#: breezy/builtins.py:6138
4151
4093
msgid "Reconfigure to be an unbound branch with a working tree."
4152
4094
msgstr ""
4153
4095
 
4154
4096
# help of 'tree_type=checkout' option of 'reconfigure' command
4155
 
#: breezy/builtins.py:6208
 
4097
#: breezy/builtins.py:6139
4156
4098
msgid "Reconfigure to be a bound branch with a working tree."
4157
4099
msgstr ""
4158
4100
 
4159
4101
# help of 'tree_type=lightweight-checkout' option of 'reconfigure' command
4160
 
#: breezy/builtins.py:6209
 
4102
#: breezy/builtins.py:6140
4161
4103
msgid "Reconfigure to be a lightweight checkout (with no local history)."
4162
4104
msgstr ""
4163
4105
 
4164
4106
# title of 'repository_type' option of 'reconfigure' command
4165
 
#: breezy/builtins.py:6214
 
4107
#: breezy/builtins.py:6145
4166
4108
msgid "Repository type"
4167
4109
msgstr ""
4168
4110
 
4169
4111
# help of 'repository_type' option of 'reconfigure' command
4170
 
#: breezy/builtins.py:6215
 
4112
#: breezy/builtins.py:6146
4171
4113
msgid "Location fo the repository."
4172
4114
msgstr ""
4173
4115
 
4174
4116
# help of 'repository_type=standalone' option of 'reconfigure' command
4175
 
#: breezy/builtins.py:6217
 
4117
#: breezy/builtins.py:6148
4176
4118
msgid ""
4177
4119
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
4178
4120
msgstr ""
4179
4121
 
4180
4122
# help of 'repository_type=use-shared' option of 'reconfigure' command
4181
 
#: breezy/builtins.py:6219
 
4123
#: breezy/builtins.py:6150
4182
4124
msgid "Reconfigure to use a shared repository."
4183
4125
msgstr ""
4184
4126
 
4185
4127
# title of 'repository_trees' option of 'reconfigure' command
4186
 
#: breezy/builtins.py:6223
 
4128
#: breezy/builtins.py:6154
4187
4129
msgid "Trees in Repository"
4188
4130
msgstr ""
4189
4131
 
4190
4132
# help of 'repository_trees' option of 'reconfigure' command
4191
 
#: breezy/builtins.py:6224
 
4133
#: breezy/builtins.py:6155
4192
4134
msgid "Whether new branches in the repository have trees."
4193
4135
msgstr ""
4194
4136
 
4195
4137
# help of 'repository_trees=with-trees' option of 'reconfigure' command
4196
 
#: breezy/builtins.py:6226
 
4138
#: breezy/builtins.py:6157
4197
4139
msgid "Reconfigure repository to create working trees on branches by default."
4198
4140
msgstr ""
4199
4141
 
4200
4142
# help of 'repository_trees=with-no-trees' option of 'reconfigure' command
4201
 
#: breezy/builtins.py:6228
 
4143
#: breezy/builtins.py:6159
4202
4144
msgid ""
4203
4145
"Reconfigure repository to not create working trees on branches by default."
4204
4146
msgstr ""
4205
4147
 
4206
4148
# help of 'bind-to' option of 'reconfigure' command
4207
 
#: breezy/builtins.py:6231
 
4149
#: breezy/builtins.py:6162
4208
4150
msgid "Branch to bind checkout to."
4209
4151
msgstr ""
4210
4152
 
4211
4153
# help of 'force' option of 'reconfigure' command
4212
 
#: breezy/builtins.py:6233
 
4154
#: breezy/builtins.py:6164
4213
4155
msgid "Perform reconfiguration even if local changes will be lost."
4214
4156
msgstr ""
4215
4157
 
4216
4158
# help of 'stacked-on' option of 'reconfigure' command
4217
 
#: breezy/builtins.py:6236
 
4159
#: breezy/builtins.py:6167
4218
4160
msgid "Reconfigure a branch to be stacked on another branch."
4219
4161
msgstr ""
4220
4162
 
4221
4163
# help of 'unstacked' option of 'reconfigure' command
4222
 
#: breezy/builtins.py:6240
 
4164
#: breezy/builtins.py:6171
4223
4165
msgid ""
4224
4166
"Reconfigure a branch to be unstacked.  This may require copying substantial "
4225
4167
"data into it."
4226
4168
msgstr ""
4227
4169
 
4228
 
#: breezy/builtins.py:6251
 
4170
#: breezy/builtins.py:6182
4229
4171
msgid "Can't use both --stacked-on and --unstacked"
4230
4172
msgstr ""
4231
4173
 
4232
 
#: breezy/builtins.py:6265
 
4174
#: breezy/builtins.py:6196
4233
4175
msgid "No target configuration specified"
4234
4176
msgstr ""
4235
4177
 
4236
 
#: breezy/builtins.py:6300
 
4178
#: breezy/builtins.py:6231
4237
4179
msgid "Set the branch of a checkout and update."
4238
4180
msgstr ""
4239
4181
 
4240
 
#: breezy/builtins.py:6302
 
4182
#: breezy/builtins.py:6233
4241
4183
msgid ""
4242
4184
"For lightweight checkouts, this changes the branch being referenced.\n"
4243
4185
"For heavyweight checkouts, this checks that there are no local commits\n"
4245
4187
"of the new location and binds to it."
4246
4188
msgstr ""
4247
4189
 
4248
 
#: breezy/builtins.py:6307
 
4190
#: breezy/builtins.py:6238
4249
4191
msgid ""
4250
4192
"In both cases, the working tree is updated and uncommitted changes\n"
4251
4193
"are merged. The user can commit or revert these as they desire."
4252
4194
msgstr ""
4253
4195
 
4254
 
#: breezy/builtins.py:6310
 
4196
#: breezy/builtins.py:6241
4255
4197
msgid "Pending merges need to be committed or reverted before using switch."
4256
4198
msgstr ""
4257
4199
 
4258
 
#: breezy/builtins.py:6312
 
4200
#: breezy/builtins.py:6243
4259
4201
msgid ""
4260
4202
"The path to the branch to switch to can be specified relative to the parent\n"
4261
4203
"directory of the current branch. For example, if you are currently in a\n"
4263
4205
"/path/to/newbranch."
4264
4206
msgstr ""
4265
4207
 
4266
 
#: breezy/builtins.py:6317
 
4208
#: breezy/builtins.py:6248
4267
4209
msgid ""
4268
4210
"Bound branches use the nickname of its master branch unless it is set\n"
4269
4211
"locally, in which case switching will update the local nickname to be\n"
4271
4213
msgstr ""
4272
4214
 
4273
4215
# help of 'force' option of 'switch' command
4274
 
#: breezy/builtins.py:6325
 
4216
#: breezy/builtins.py:6256
4275
4217
msgid "Switch even if local commits will be lost."
4276
4218
msgstr ""
4277
4219
 
4278
4220
# help of 'create-branch' option of 'switch' command
4279
 
#: breezy/builtins.py:6328
 
4221
#: breezy/builtins.py:6259
4280
4222
msgid "Create the target branch from this one before switching to it."
4281
4223
msgstr ""
4282
4224
 
4283
4225
# help of 'store' option of 'switch' command
4284
 
#: breezy/builtins.py:6331
 
4226
#: breezy/builtins.py:6262
4285
4227
msgid "Store and restore uncommitted changes in the branch."
4286
4228
msgstr ""
4287
4229
 
4288
 
#: breezy/builtins.py:6344
 
4230
#: breezy/builtins.py:6276
4289
4231
msgid "You must supply either a revision or a location"
4290
4232
msgstr ""
4291
4233
 
4292
 
#: breezy/builtins.py:6359
 
4234
#: breezy/builtins.py:6289
4293
4235
msgid "cannot create branch without source branch"
4294
4236
msgstr ""
4295
4237
 
4296
 
#: breezy/builtins.py:6387
 
4238
#: breezy/builtins.py:6315
4297
4239
msgid ""
4298
4240
"switching would create a branch reference loop. Use the \"bzr up\" command "
4299
4241
"to switch to a different revision."
4300
4242
msgstr ""
4301
4243
 
4302
 
#: breezy/builtins.py:6395
 
4244
#: breezy/builtins.py:6323
4303
4245
#, python-format
4304
4246
msgid "Switched to branch %s at %s"
4305
4247
msgstr ""
4306
4248
 
4307
 
#: breezy/builtins.py:6398
 
4249
#: breezy/builtins.py:6326
4308
4250
#, python-format
4309
4251
msgid "Switched to branch %s"
4310
4252
msgstr ""
4311
4253
 
4312
 
#: breezy/builtins.py:6400
 
4254
#: breezy/builtins.py:6328
4313
4255
#, python-format
4314
4256
msgid "Switched to branch at %s"
4315
4257
msgstr ""
4316
4258
 
4317
 
#: breezy/builtins.py:6405
 
4259
#: breezy/builtins.py:6333
4318
4260
msgid "Manage filtered views."
4319
4261
msgstr ""
4320
4262
 
4321
 
#: breezy/builtins.py:6407
 
4263
#: breezy/builtins.py:6335
4322
4264
msgid ""
4323
4265
"Views provide a mask over the tree so that users can focus on\n"
4324
4266
"a subset of a tree when doing their work. After creating a view,\n"
4328
4270
"must be within the current view."
4329
4271
msgstr ""
4330
4272
 
4331
 
#: breezy/builtins.py:6414
 
4273
#: breezy/builtins.py:6342
4332
4274
msgid ""
4333
4275
"In most cases, a view has a short life-span: it is created to make\n"
4334
4276
"a selected change and is deleted once that change is committed.\n"
4336
4278
"and switch between them."
4337
4279
msgstr ""
4338
4280
 
4339
 
#: breezy/builtins.py:6419
 
4281
#: breezy/builtins.py:6347
4340
4282
msgid ""
4341
4283
"To disable the current view without deleting it, you can switch to\n"
4342
4284
"the pseudo view called ``off``. This can be useful when you need\n"
4344
4286
"want to switch back to your view after that."
4345
4287
msgstr ""
4346
4288
 
4347
 
#: breezy/builtins.py:6424
 
4289
#: breezy/builtins.py:6352
4348
4290
msgid ""
4349
4291
":Examples:\n"
4350
4292
"  To define the current view::"
4351
4293
msgstr ""
4352
4294
 
4353
 
#: breezy/builtins.py:6427
 
4295
#: breezy/builtins.py:6355
4354
4296
msgid "    brz view file1 dir1 ..."
4355
4297
msgstr ""
4356
4298
 
4357
 
#: breezy/builtins.py:6429
 
4299
#: breezy/builtins.py:6357
4358
4300
msgid "  To list the current view::"
4359
4301
msgstr ""
4360
4302
 
4361
 
#: breezy/builtins.py:6431
 
4303
#: breezy/builtins.py:6359
4362
4304
msgid "    brz view"
4363
4305
msgstr ""
4364
4306
 
4365
 
#: breezy/builtins.py:6433
 
4307
#: breezy/builtins.py:6361
4366
4308
msgid "  To delete the current view::"
4367
4309
msgstr ""
4368
4310
 
4369
 
#: breezy/builtins.py:6435
 
4311
#: breezy/builtins.py:6363
4370
4312
msgid "    brz view --delete"
4371
4313
msgstr ""
4372
4314
 
4373
 
#: breezy/builtins.py:6437
 
4315
#: breezy/builtins.py:6365
4374
4316
msgid "  To disable the current view without deleting it::"
4375
4317
msgstr ""
4376
4318
 
4377
 
#: breezy/builtins.py:6439
 
4319
#: breezy/builtins.py:6367
4378
4320
msgid "    brz view --switch off"
4379
4321
msgstr ""
4380
4322
 
4381
 
#: breezy/builtins.py:6441
 
4323
#: breezy/builtins.py:6369
4382
4324
msgid "  To define a named view and switch to it::"
4383
4325
msgstr ""
4384
4326
 
4385
 
#: breezy/builtins.py:6443
 
4327
#: breezy/builtins.py:6371
4386
4328
msgid "    brz view --name view-name file1 dir1 ..."
4387
4329
msgstr ""
4388
4330
 
4389
 
#: breezy/builtins.py:6445
 
4331
#: breezy/builtins.py:6373
4390
4332
msgid "  To list a named view::"
4391
4333
msgstr ""
4392
4334
 
4393
 
#: breezy/builtins.py:6447
 
4335
#: breezy/builtins.py:6375
4394
4336
msgid "    brz view --name view-name"
4395
4337
msgstr ""
4396
4338
 
4397
 
#: breezy/builtins.py:6449
 
4339
#: breezy/builtins.py:6377
4398
4340
msgid "  To delete a named view::"
4399
4341
msgstr ""
4400
4342
 
4401
 
#: breezy/builtins.py:6451
 
4343
#: breezy/builtins.py:6379
4402
4344
msgid "    brz view --name view-name --delete"
4403
4345
msgstr ""
4404
4346
 
4405
 
#: breezy/builtins.py:6453
 
4347
#: breezy/builtins.py:6381
4406
4348
msgid "  To switch to a named view::"
4407
4349
msgstr ""
4408
4350
 
4409
 
#: breezy/builtins.py:6455
 
4351
#: breezy/builtins.py:6383
4410
4352
msgid "    brz view --switch view-name"
4411
4353
msgstr ""
4412
4354
 
4413
 
#: breezy/builtins.py:6457
 
4355
#: breezy/builtins.py:6385
4414
4356
msgid "  To list all views defined::"
4415
4357
msgstr ""
4416
4358
 
4417
 
#: breezy/builtins.py:6459
 
4359
#: breezy/builtins.py:6387
4418
4360
msgid "    brz view --all"
4419
4361
msgstr ""
4420
4362
 
4421
 
#: breezy/builtins.py:6461
 
4363
#: breezy/builtins.py:6389
4422
4364
msgid "  To delete all views::"
4423
4365
msgstr ""
4424
4366
 
4425
 
#: breezy/builtins.py:6463
 
4367
#: breezy/builtins.py:6391
4426
4368
msgid "    brz view --delete --all"
4427
4369
msgstr ""
4428
4370
 
4429
4371
# help of 'all' option of 'view' command
4430
 
#: breezy/builtins.py:6470
 
4372
#: breezy/builtins.py:6398
4431
4373
msgid "Apply list or delete action to all views."
4432
4374
msgstr ""
4433
4375
 
4434
4376
# help of 'delete' option of 'view' command
4435
 
#: breezy/builtins.py:6473
 
4377
#: breezy/builtins.py:6401
4436
4378
msgid "Delete the view."
4437
4379
msgstr ""
4438
4380
 
4439
4381
# help of 'name' option of 'view' command
4440
 
#: breezy/builtins.py:6476
 
4382
#: breezy/builtins.py:6404
4441
4383
msgid "Name of the view to define, list or delete."
4442
4384
msgstr ""
4443
4385
 
4444
4386
# help of 'switch' option of 'view' command
4445
 
#: breezy/builtins.py:6480
 
4387
#: breezy/builtins.py:6408
4446
4388
msgid "Name of the view to switch to."
4447
4389
msgstr ""
4448
4390
 
4449
 
#: breezy/builtins.py:6499
 
4391
#: breezy/builtins.py:6427
4450
4392
msgid "Both --delete and a file list specified"
4451
4393
msgstr ""
4452
4394
 
4453
 
#: breezy/builtins.py:6502
 
4395
#: breezy/builtins.py:6430
4454
4396
msgid "Both --delete and --switch specified"
4455
4397
msgstr ""
4456
4398
 
4457
 
#: breezy/builtins.py:6505
 
4399
#: breezy/builtins.py:6433
4458
4400
msgid "Deleted all views.\n"
4459
4401
msgstr ""
4460
4402
 
4461
 
#: breezy/builtins.py:6508
 
4403
#: breezy/builtins.py:6436
4462
4404
msgid "No current view to delete"
4463
4405
msgstr ""
4464
4406
 
4465
 
#: breezy/builtins.py:6511
 
4407
#: breezy/builtins.py:6439
4466
4408
#, python-format
4467
4409
msgid "Deleted '%s' view.\n"
4468
4410
msgstr ""
4469
4411
 
4470
 
#: breezy/builtins.py:6515
 
4412
#: breezy/builtins.py:6443
4471
4413
msgid "Both --switch and a file list specified"
4472
4414
msgstr ""
4473
4415
 
4474
 
#: breezy/builtins.py:6518
 
4416
#: breezy/builtins.py:6446
4475
4417
msgid "Both --switch and --all specified"
4476
4418
msgstr ""
4477
4419
 
4478
 
#: breezy/builtins.py:6522
 
4420
#: breezy/builtins.py:6450
4479
4421
msgid "No current view to disable"
4480
4422
msgstr ""
4481
4423
 
4482
 
#: breezy/builtins.py:6524
 
4424
#: breezy/builtins.py:6452
4483
4425
#, python-format
4484
4426
msgid "Disabled '%s' view.\n"
4485
4427
msgstr ""
4486
4428
 
4487
 
#: breezy/builtins.py:6530 breezy/builtins.py:6553
 
4429
#: breezy/builtins.py:6458 breezy/builtins.py:6481
4488
4430
#, python-brace-format
4489
4431
msgid "Using '{0}' view: {1}\n"
4490
4432
msgstr ""
4491
4433
 
4492
 
#: breezy/builtins.py:6533
 
4434
#: breezy/builtins.py:6461
4493
4435
msgid "Views defined:\n"
4494
4436
msgstr ""
4495
4437
 
4496
 
#: breezy/builtins.py:6542
 
4438
#: breezy/builtins.py:6470
4497
4439
msgid "No views defined.\n"
4498
4440
msgstr ""
4499
4441
 
4500
 
#: breezy/builtins.py:6549
 
4442
#: breezy/builtins.py:6477
4501
4443
msgid "Cannot change the 'off' pseudo view"
4502
4444
msgstr ""
4503
4445
 
4504
 
#: breezy/builtins.py:6558
 
4446
#: breezy/builtins.py:6486
4505
4447
msgid "No current view.\n"
4506
4448
msgstr ""
4507
4449
 
4508
 
#: breezy/builtins.py:6562
 
4450
#: breezy/builtins.py:6490
4509
4451
#, python-brace-format
4510
4452
msgid "'{0}' view is: {1}\n"
4511
4453
msgstr ""
4512
4454
 
4513
 
#: breezy/builtins.py:6582
 
4455
#: breezy/builtins.py:6510
4514
4456
msgid "    <no hooks installed>\n"
4515
4457
msgstr ""
4516
4458
 
4517
 
#: breezy/builtins.py:6586
 
4459
#: breezy/builtins.py:6514
4518
4460
msgid "Remove a branch."
4519
4461
msgstr ""
4520
4462
 
4521
 
#: breezy/builtins.py:6588
 
4463
#: breezy/builtins.py:6516
4522
4464
msgid ""
4523
4465
"This will remove the branch from the specified location but\n"
4524
4466
"will keep any working tree or repository in place."
4525
4467
msgstr ""
4526
4468
 
4527
 
#: breezy/builtins.py:6593
 
4469
#: breezy/builtins.py:6521
4528
4470
msgid "  Remove the branch at repo/trunk::"
4529
4471
msgstr ""
4530
4472
 
4531
 
#: breezy/builtins.py:6595
 
4473
#: breezy/builtins.py:6523
4532
4474
msgid "    brz remove-branch repo/trunk"
4533
4475
msgstr ""
4534
4476
 
4535
4477
# help of 'force' option of 'remove-branch' command
4536
 
#: breezy/builtins.py:6602
 
4478
#: breezy/builtins.py:6530
4537
4479
msgid "Remove branch even if it is the active branch."
4538
4480
msgstr ""
4539
4481
 
4540
 
#: breezy/builtins.py:6616
 
4482
#: breezy/builtins.py:6544
4541
4483
msgid "Branch is active. Use --force to remove it."
4542
4484
msgstr ""
4543
4485
 
4544
4486
# help of 'writer=plain' option of 'shelve' command
4545
 
#: breezy/builtins.py:6620
 
4487
#: breezy/builtins.py:6548
4546
4488
msgid "Plaintext diff output."
4547
4489
msgstr ""
4548
4490
 
4549
 
#: breezy/builtins.py:6621
 
4491
#: breezy/builtins.py:6549
4550
4492
msgid "Temporarily set aside some changes from the current tree."
4551
4493
msgstr ""
4552
4494
 
4553
 
#: breezy/builtins.py:6623
 
4495
#: breezy/builtins.py:6551
4554
4496
msgid ""
4555
4497
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4556
4498
"ie. out of the way, until a later time when you can bring them back from\n"
4559
4501
"will they survive its deletion."
4560
4502
msgstr ""
4561
4503
 
4562
 
#: breezy/builtins.py:6629
 
4504
#: breezy/builtins.py:6557
4563
4505
msgid "If shelve --list is specified, previously-shelved changes are listed."
4564
4506
msgstr ""
4565
4507
 
4566
 
#: breezy/builtins.py:6631
 
4508
#: breezy/builtins.py:6559
4567
4509
msgid ""
4568
4510
"Shelve is intended to help separate several sets of changes that have\n"
4569
4511
"been inappropriately mingled.  If you just want to get rid of all changes\n"
4571
4513
"shelve all text changes at once, use shelve --all."
4572
4514
msgstr ""
4573
4515
 
4574
 
#: breezy/builtins.py:6636
 
4516
#: breezy/builtins.py:6564
4575
4517
msgid ""
4576
4518
"If filenames are specified, only the changes to those files will be\n"
4577
4519
"shelved. Other files will be left untouched."
4578
4520
msgstr ""
4579
4521
 
4580
 
#: breezy/builtins.py:6639
 
4522
#: breezy/builtins.py:6567
4581
4523
msgid ""
4582
4524
"If a revision is specified, changes since that revision will be shelved."
4583
4525
msgstr ""
4584
4526
 
4585
 
#: breezy/builtins.py:6641
 
4527
#: breezy/builtins.py:6569
4586
4528
msgid ""
4587
4529
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4588
4530
"restore the most recently shelved changes."
4589
4531
msgstr ""
4590
4532
 
4591
 
#: breezy/builtins.py:6644
 
4533
#: breezy/builtins.py:6572
4592
4534
msgid ""
4593
4535
"For complicated changes, it is possible to edit the changes in a separate\n"
4594
4536
"editor program to decide what the file remaining in the working copy\n"
4595
4537
"should look like.  To do this, add the configuration option"
4596
4538
msgstr ""
4597
4539
 
4598
 
#: breezy/builtins.py:6648
4599
 
msgid "    change_editor = PROGRAM {new_path} {old_path}"
 
4540
#: breezy/builtins.py:6576
 
4541
msgid "    change_editor = PROGRAM @new_path @old_path"
4600
4542
msgstr ""
4601
4543
 
4602
 
#: breezy/builtins.py:6650
 
4544
#: breezy/builtins.py:6578
4603
4545
msgid ""
4604
 
"where {new_path} is replaced with the path of the new version of the\n"
4605
 
"file and {old_path} is replaced with the path of the old version of\n"
 
4546
"where @new_path is replaced with the path of the new version of the\n"
 
4547
"file and @old_path is replaced with the path of the old version of\n"
4606
4548
"the file.  The PROGRAM should save the new file with the desired\n"
4607
4549
"contents of the file in the working tree."
4608
4550
msgstr ""
4609
4551
 
4610
4552
# help of 'all' option of 'shelve' command
4611
 
#: breezy/builtins.py:6662
 
4553
#: breezy/builtins.py:6590
4612
4554
msgid "Shelve all changes."
4613
4555
msgstr ""
4614
4556
 
4615
4557
# help of 'writer' option of 'shelve' command
4616
 
#: breezy/builtins.py:6664
 
4558
#: breezy/builtins.py:6592
4617
4559
msgid "Method to use for writing diffs."
4618
4560
msgstr ""
4619
4561
 
4620
4562
# title of 'writer' option of 'shelve' command
4621
 
#: breezy/builtins.py:6664
 
4563
#: breezy/builtins.py:6592
4622
4564
msgid "writer"
4623
4565
msgstr ""
4624
4566
 
4625
4567
# help of 'list' option of 'shelve' command
4626
 
#: breezy/builtins.py:6668
 
4568
#: breezy/builtins.py:6596
4627
4569
msgid "List shelved changes."
4628
4570
msgstr ""
4629
4571
 
4630
4572
# help of 'destroy' option of 'shelve' command
4631
 
#: breezy/builtins.py:6670
 
4573
#: breezy/builtins.py:6598
4632
4574
msgid "Destroy removed changes instead of shelving them."
4633
4575
msgstr ""
4634
4576
 
4635
 
#: breezy/builtins.py:6699
 
4577
#: breezy/builtins.py:6627
4636
4578
msgid "No shelved changes."
4637
4579
msgstr ""
4638
4580
 
4639
 
#: breezy/builtins.py:6710
 
4581
#: breezy/builtins.py:6638
4640
4582
msgid "Restore shelved changes."
4641
4583
msgstr ""
4642
4584
 
4643
 
#: breezy/builtins.py:6712
 
4585
#: breezy/builtins.py:6640
4644
4586
msgid ""
4645
4587
"By default, the most recently shelved changes are restored. However if you\n"
4646
4588
"specify a shelf by id those changes will be restored instead.  This works\n"
4648
4590
msgstr ""
4649
4591
 
4650
4592
# help of 'action' option of 'unshelve' command
4651
 
#: breezy/builtins.py:6721
 
4593
#: breezy/builtins.py:6649
4652
4594
msgid "The action to perform."
4653
4595
msgstr ""
4654
4596
 
4655
4597
# title of 'action' option of 'resolve' command
4656
4598
# title of 'action' option of 'unshelve' command
4657
 
#: breezy/builtins.py:6721 breezy/conflicts.py:717
 
4599
#: breezy/builtins.py:6649 breezy/conflicts.py:707
4658
4600
msgid "action"
4659
4601
msgstr ""
4660
4602
 
4661
4603
# help of 'action=apply' option of 'unshelve' command
4662
 
#: breezy/builtins.py:6723
 
4604
#: breezy/builtins.py:6651
4663
4605
msgid "Apply changes and remove from the shelf."
4664
4606
msgstr ""
4665
4607
 
4666
4608
# help of 'action=dry-run' option of 'unshelve' command
4667
 
#: breezy/builtins.py:6724
 
4609
#: breezy/builtins.py:6652
4668
4610
msgid "Show changes, but do not apply or remove them."
4669
4611
msgstr ""
4670
4612
 
4671
4613
# help of 'action=preview' option of 'unshelve' command
4672
 
#: breezy/builtins.py:6725
 
4614
#: breezy/builtins.py:6653
4673
4615
msgid ""
4674
4616
"Instead of unshelving the changes, show the diff that would result from "
4675
4617
"unshelving."
4676
4618
msgstr ""
4677
4619
 
4678
4620
# help of 'action=delete-only' option of 'unshelve' command
4679
 
#: breezy/builtins.py:6727
 
4621
#: breezy/builtins.py:6655
4680
4622
msgid "Delete changes without applying them."
4681
4623
msgstr ""
4682
4624
 
4683
4625
# help of 'action=keep' option of 'unshelve' command
4684
 
#: breezy/builtins.py:6728
 
4626
#: breezy/builtins.py:6656
4685
4627
msgid "Apply changes but don't delete them."
4686
4628
msgstr ""
4687
4629
 
4688
 
#: breezy/builtins.py:6743
 
4630
#: breezy/builtins.py:6671
4689
4631
msgid "Remove unwanted files from working tree."
4690
4632
msgstr ""
4691
4633
 
4692
 
#: breezy/builtins.py:6745
 
4634
#: breezy/builtins.py:6673
4693
4635
msgid ""
4694
4636
"By default, only unknown files, not ignored files, are deleted.  Versioned\n"
4695
4637
"files are never deleted."
4696
4638
msgstr ""
4697
4639
 
4698
 
#: breezy/builtins.py:6748
 
4640
#: breezy/builtins.py:6676
4699
4641
msgid ""
4700
4642
"Another class is 'detritus', which includes files emitted by brz during\n"
4701
4643
"normal operations and selftests.  (The value of these files decreases with\n"
4702
4644
"time.)"
4703
4645
msgstr ""
4704
4646
 
4705
 
#: breezy/builtins.py:6752
 
4647
#: breezy/builtins.py:6680
4706
4648
msgid ""
4707
4649
"If no options are specified, unknown files are deleted.  Otherwise, option\n"
4708
4650
"flags are respected, and may be combined."
4709
4651
msgstr ""
4710
4652
 
4711
 
#: breezy/builtins.py:6755
 
4653
#: breezy/builtins.py:6683
4712
4654
msgid "To check what clean-tree will do, use --dry-run."
4713
4655
msgstr ""
4714
4656
 
4715
4657
# help of 'ignored' option of 'clean-tree' command
4716
 
#: breezy/builtins.py:6758
 
4658
#: breezy/builtins.py:6686
4717
4659
msgid "Delete all ignored files."
4718
4660
msgstr ""
4719
4661
 
4720
4662
# help of 'detritus' option of 'clean-tree' command
4721
 
#: breezy/builtins.py:6759
 
4663
#: breezy/builtins.py:6687
4722
4664
msgid ""
4723
4665
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4724
4666
msgstr ""
4725
4667
 
4726
4668
# help of 'unknown' option of 'clean-tree' command
4727
 
#: breezy/builtins.py:6762
 
4669
#: breezy/builtins.py:6690
4728
4670
msgid "Delete files unknown to brz (default)."
4729
4671
msgstr ""
4730
4672
 
4731
4673
# help of 'dry-run' option of 'clean-tree' command
4732
 
#: breezy/builtins.py:6763
 
4674
#: breezy/builtins.py:6691
4733
4675
msgid "Show files to delete instead of deleting them."
4734
4676
msgstr ""
4735
4677
 
4736
4678
# help of 'force' option of 'clean-tree' command
4737
 
#: breezy/builtins.py:6765
 
4679
#: breezy/builtins.py:6693
4738
4680
msgid "Do not prompt before deleting."
4739
4681
msgstr ""
4740
4682
 
4741
 
#: breezy/builtins.py:6842
 
4683
#: breezy/builtins.py:6772
4742
4684
msgid "Import sources from a directory, tarball or zip file"
4743
4685
msgstr ""
4744
4686
 
4745
 
#: breezy/builtins.py:6844
 
4687
#: breezy/builtins.py:6774
4746
4688
msgid ""
4747
4689
"This command will import a directory, tarball or zip file into a bzr\n"
4748
4690
"tree, replacing any versioned files already present.  If a directory is\n"
4750
4692
"is not versioned, it is created."
4751
4693
msgstr ""
4752
4694
 
4753
 
#: breezy/builtins.py:6849
 
4695
#: breezy/builtins.py:6779
4754
4696
msgid "Tarballs may be gzip or bzip2 compressed.  This is autodetected."
4755
4697
msgstr ""
4756
4698
 
4757
 
#: breezy/builtins.py:6851
 
4699
#: breezy/builtins.py:6781
4758
4700
msgid ""
4759
4701
"If the tarball or zip has a single root directory, that directory is\n"
4760
4702
"stripped when extracting the tarball.  This is not done for directories."
4761
4703
msgstr ""
4762
4704
 
4763
 
#: breezy/builtins.py:6863
 
4705
#: breezy/builtins.py:6793
4764
4706
msgid "Hardlink matching files to another tree."
4765
4707
msgstr ""
4766
4708
 
4767
 
#: breezy/builtins.py:6865
 
4709
#: breezy/builtins.py:6795
4768
4710
msgid "Only files with identical content and execute bit will be linked."
4769
4711
msgstr ""
4770
4712
 
4771
 
#: breezy/builtins.py:6905
4772
 
msgid "Print lines matching PATTERN for specified files and revisions."
4773
 
msgstr ""
4774
 
 
4775
 
#: breezy/builtins.py:6907
4776
 
msgid ""
4777
 
"This command searches the specified files and revisions for a given\n"
4778
 
"pattern.  The pattern is specified as a Python regular expressions[1]."
4779
 
msgstr ""
4780
 
 
4781
 
#: breezy/builtins.py:6910
4782
 
msgid ""
4783
 
"If the file name is not specified, the revisions starting with the\n"
4784
 
"current directory are searched recursively. If the revision number is\n"
4785
 
"not specified, the working copy is searched. To search the last committed\n"
4786
 
"revision, use the '-r -1' or '-r last:1' option."
4787
 
msgstr ""
4788
 
 
4789
 
#: breezy/builtins.py:6915
4790
 
msgid ""
4791
 
"Unversioned files are not searched unless explicitly specified on the\n"
4792
 
"command line. Unversioned directores are not searched."
4793
 
msgstr ""
4794
 
 
4795
 
#: breezy/builtins.py:6918
4796
 
msgid ""
4797
 
"When searching a pattern, the output is shown in the 'filepath:string'\n"
4798
 
"format. If a revision is explicitly searched, the output is shown as\n"
4799
 
"'filepath~N:string', where N is the revision number."
4800
 
msgstr ""
4801
 
 
4802
 
#: breezy/builtins.py:6922
4803
 
msgid ""
4804
 
"--include and --exclude options can be used to search only (or exclude\n"
4805
 
"from search) files with base name matches the specified Unix style GLOB\n"
4806
 
"pattern.  The GLOB pattern an use *, ?, and [...] as wildcards, and \\\n"
4807
 
"to quote wildcard or backslash character literally. Note that the glob\n"
4808
 
"pattern is not a regular expression."
4809
 
msgstr ""
4810
 
 
4811
 
#: breezy/builtins.py:6928
4812
 
msgid "[1] http://docs.python.org/library/re.html#regular-expression-syntax"
4813
 
msgstr ""
4814
 
 
4815
 
# help of 'color' option of 'grep' command
4816
 
#: breezy/builtins.py:6937
4817
 
msgid "Show match in color. WHEN is never, always or auto."
4818
 
msgstr ""
4819
 
 
4820
 
# help of 'diff' option of 'grep' command
4821
 
#: breezy/builtins.py:6939
4822
 
msgid "Grep for pattern in changeset for each revision."
4823
 
msgstr ""
4824
 
 
4825
 
# help of 'exclude' option of 'grep' command
4826
 
#: breezy/builtins.py:6941
4827
 
msgid "Skip files whose base name matches GLOB."
4828
 
msgstr ""
4829
 
 
4830
 
# help of 'include' option of 'grep' command
4831
 
#: breezy/builtins.py:6943
4832
 
msgid "Search only files whose base name matches GLOB."
4833
 
msgstr ""
4834
 
 
4835
 
# help of 'files-with-matches' option of 'grep' command
4836
 
#: breezy/builtins.py:6945
4837
 
msgid "Print only the name of each input file in which PATTERN is found."
4838
 
msgstr ""
4839
 
 
4840
 
# help of 'files-without-match' option of 'grep' command
4841
 
#: breezy/builtins.py:6948
4842
 
msgid "Print only the name of each input file in which PATTERN is not found."
4843
 
msgstr ""
4844
 
 
4845
 
# help of 'fixed-string' option of 'grep' command
4846
 
#: breezy/builtins.py:6951
4847
 
msgid "Interpret PATTERN is a single fixed string (not regex)."
4848
 
msgstr ""
4849
 
 
4850
 
# help of 'from-root' option of 'grep' command
4851
 
#: breezy/builtins.py:6953
4852
 
msgid ""
4853
 
"Search for pattern starting from the root of the branch. (implies --"
4854
 
"recursive)"
4855
 
msgstr ""
4856
 
 
4857
 
# help of 'ignore-case' option of 'grep' command
4858
 
#: breezy/builtins.py:6956
4859
 
msgid "Ignore case distinctions while matching."
4860
 
msgstr ""
4861
 
 
4862
 
# help of 'levels' option of 'grep' command
4863
 
#: breezy/builtins.py:6958
4864
 
msgid ""
4865
 
"Number of levels to display - 0 for all, 1 for collapsed (1 is default)."
4866
 
msgstr ""
4867
 
 
4868
 
# help of 'line-number' option of 'grep' command
4869
 
#: breezy/builtins.py:6963
4870
 
msgid "Show 1-based line number."
4871
 
msgstr ""
4872
 
 
4873
 
# help of 'no-recursive' option of 'grep' command
4874
 
#: breezy/builtins.py:6965
4875
 
msgid "Don't recurse into subdirectories. (default is --recursive)"
4876
 
msgstr ""
4877
 
 
4878
 
# help of 'null' option of 'grep' command
4879
 
#: breezy/builtins.py:6967
4880
 
msgid ""
4881
 
"Write an ASCII NUL (\\0) separator between output lines rather than a "
4882
 
"newline."
4883
 
msgstr ""
4884
 
 
4885
 
#: breezy/builtins.py:7083
4886
 
msgid "Apply a named patch to the current tree."
4887
 
msgstr ""
4888
 
 
4889
 
#: breezy/builtins.py:7085 breezy/plugins/propose/cmds.py:215
4890
 
msgid "    "
4891
 
msgstr ""
4892
 
 
4893
 
# help of 'strip' option of 'patch' command
4894
 
#: breezy/builtins.py:7089
4895
 
msgid ""
4896
 
"Strip the smallest prefix containing num leading slashes from filenames."
4897
 
msgstr ""
4898
 
 
4899
 
# help of 'silent' option of 'patch' command
4900
 
#: breezy/builtins.py:7091
4901
 
msgid "Suppress chatter."
4902
 
msgstr ""
4903
 
 
4904
 
#: breezy/bzr/bundle/apply_bundle.py:38
 
4713
#: breezy/bundle/__init__.py:61
 
4714
msgid "A directory cannot be a bundle"
 
4715
msgstr ""
 
4716
 
 
4717
#: breezy/bundle/apply_bundle.py:38
4905
4718
msgid "Install revisions"
4906
4719
msgstr ""
4907
4720
 
4908
 
#: breezy/bzr/bundle/commands.py:69
 
4721
#: breezy/bundle/commands.py:66
4909
4722
msgid "--verbose requires a merge directive"
4910
4723
msgstr ""
4911
4724
 
4912
 
#: breezy/bzr/bundle/commands.py:73
 
4725
#: breezy/bundle/commands.py:70
4913
4726
msgid "Bundle format not supported"
4914
4727
msgstr ""
4915
4728
 
4916
 
#: breezy/bzr/bundle/commands.py:83
 
4729
#: breezy/bundle/commands.py:80
4917
4730
msgid "Records\n"
4918
4731
msgstr ""
4919
4732
 
4920
 
#: breezy/bzr/bundle/commands.py:87
 
4733
#: breezy/bundle/commands.py:84
4921
4734
#, python-brace-format
4922
4735
msgid "{0}: {1} ({2} multiparent)\n"
4923
4736
msgstr ""
4924
4737
 
4925
 
#: breezy/bzr/bundle/commands.py:89
 
4738
#: breezy/bundle/commands.py:86
4926
4739
#, python-format
4927
4740
msgid "unique files: %d\n"
4928
4741
msgstr ""
4929
4742
 
4930
 
#: breezy/bzr/bundle/commands.py:98
 
4743
#: breezy/bundle/commands.py:95
4931
4744
msgid "Revisions\n"
4932
4745
msgstr ""
4933
4746
 
4934
 
#: breezy/bzr/bundle/commands.py:99
 
4747
#: breezy/bundle/commands.py:96
4935
4748
#, python-format
4936
4749
msgid "nicks: %s\n"
4937
4750
msgstr ""
4938
4751
 
4939
 
#: breezy/bzr/bundle/commands.py:101
 
4752
#: breezy/bundle/commands.py:98
4940
4753
#, python-format
4941
4754
msgid ""
4942
4755
"committers: \n"
4943
4756
"%s\n"
4944
4757
msgstr ""
4945
4758
 
4946
 
#: breezy/bzr/bundle/commands.py:110
 
4759
#: breezy/bundle/commands.py:107
4947
4760
msgid "Decoded contents\n"
4948
4761
msgstr ""
4949
4762
 
4950
 
#: breezy/bzr/bundle/serializer/v4.py:315
 
4763
#: breezy/bundle/serializer/v4.py:314
4951
4764
#, python-format
4952
4765
msgid "Bundling %d revision."
4953
4766
msgid_plural "Bundling %d revisions."
4954
4767
msgstr[0] ""
4955
4768
msgstr[1] ""
4956
4769
 
4957
 
#: breezy/bzr/bzrdir.py:508
 
4770
#: breezy/bzr/bzrdir.py:504
4958
4771
#, python-brace-format
4959
4772
msgid ""
4960
4773
"making backup of {0}\n"
4961
4774
"  to {1}"
4962
4775
msgstr ""
4963
4776
 
4964
 
#: breezy/bzr/bzrdir.py:529
 
4777
#: breezy/bzr/bzrdir.py:525
4965
4778
#, python-brace-format
4966
4779
msgid "renamed {0} to {1}"
4967
4780
msgstr ""
4968
4781
 
4969
 
#: breezy/bzr/bzrdir.py:1615
 
4782
#: breezy/bzr/bzrdir.py:1591
4970
4783
#, python-format
4971
4784
msgid ""
4972
4785
"Source repository format does not support stacking, using format:\n"
4973
4786
"  %s"
4974
4787
msgstr ""
4975
4788
 
4976
 
#: breezy/bzr/bzrdir.py:1635
 
4789
#: breezy/bzr/bzrdir.py:1611
4977
4790
#, python-format
4978
4791
msgid ""
4979
4792
"Source branch format does not support stacking, using format:\n"
4980
4793
"  %s"
4981
4794
msgstr ""
4982
4795
 
4983
 
#: breezy/bzr/bzrdir.py:1772
 
4796
#: breezy/bzr/bzrdir.py:1748
4984
4797
msgid "starting repository conversion"
4985
4798
msgstr ""
4986
4799
 
4987
 
#: breezy/bzr/bzrdir.py:1898
 
4800
#: breezy/bzr/bzrdir.py:1875
4988
4801
#, python-brace-format
4989
4802
msgid "Using default stacking branch {0} at {1}"
4990
4803
msgstr ""
5091
4904
"{{{4}}}"
5092
4905
msgstr ""
5093
4906
 
5094
 
#: breezy/bzr/fetch.py:99
 
4907
#: breezy/bzr/fetch.py:102
5095
4908
msgid "Finding revisions"
5096
4909
msgstr ""
5097
4910
 
5098
 
#: breezy/bzr/fetch.py:104
 
4911
#: breezy/bzr/fetch.py:107
5099
4912
msgid "Fetching revisions"
5100
4913
msgstr ""
5101
4914
 
5102
 
#: breezy/bzr/groupcompress.py:1799
 
4915
#: breezy/bzr/groupcompress.py:1748
5103
4916
#, python-format
5104
4917
msgid "Insert claimed random_id=True, but then inserted %r two times"
5105
4918
msgstr ""
5106
4919
 
5107
 
#: breezy/bzr/knit.py:1879 breezy/bzr/knit.py:1917
 
4920
#: breezy/bzr/knit.py:1835 breezy/bzr/knit.py:1873
5108
4921
msgid "Walking content"
5109
4922
msgstr ""
5110
4923
 
5111
 
#: breezy/bzr/knit.py:3465
 
4924
#: breezy/bzr/knit.py:3406
5112
4925
msgid "annotating"
5113
4926
msgstr ""
5114
4927
 
5162
4975
msgid "revision_history ok."
5163
4976
msgstr ""
5164
4977
 
5165
 
#: breezy/bzr/remote.py:1322
 
4978
#: breezy/bzr/remote.py:1302
5166
4979
#, python-format
5167
4980
msgid "bzr: ERROR (ignored): %s"
5168
4981
msgstr ""
5169
4982
 
5170
 
#: breezy/bzr/remote.py:2644
 
4983
#: breezy/bzr/remote.py:2610
5171
4984
msgid "Copying repository content as tarball..."
5172
4985
msgstr ""
5173
4986
 
5176
4989
msgid "HPSS calls: {0} ({1} vfs) {2}"
5177
4990
msgstr ""
5178
4991
 
5179
 
#: breezy/bzr/smart/ping.py:34
 
4992
#: breezy/bzr/smart/ping.py:33
5180
4993
msgid "Pings a Bazaar smart server."
5181
4994
msgstr ""
5182
4995
 
5183
 
#: breezy/bzr/smart/ping.py:36
 
4996
#: breezy/bzr/smart/ping.py:35
5184
4997
msgid ""
5185
4998
"This command sends a 'hello' request to the given location using the brz\n"
5186
4999
"smart protocol, and reports the response."
5210
5023
msgid "listening on port: %s"
5211
5024
msgstr ""
5212
5025
 
5213
 
#: breezy/bzr/vf_repository.py:801
 
5026
#: breezy/bzr/vf_repository.py:786
5214
5027
msgid "inventories"
5215
5028
msgstr ""
5216
5029
 
5217
 
#: breezy/bzr/vf_repository.py:827
 
5030
#: breezy/bzr/vf_repository.py:812
5218
5031
msgid "texts"
5219
5032
msgstr ""
5220
5033
 
5221
 
#: breezy/bzr/vf_repository.py:1334 breezy/bzr/vf_repository.py:1344
 
5034
#: breezy/bzr/vf_repository.py:1325 breezy/bzr/vf_repository.py:1335
5222
5035
msgid "Calculating text parents"
5223
5036
msgstr ""
5224
5037
 
5225
 
#: breezy/bzr/vf_repository.py:1422
 
5038
#: breezy/bzr/vf_repository.py:1413
5226
5039
msgid "Fetch texts"
5227
5040
msgstr ""
5228
5041
 
5229
 
#: breezy/bzr/vf_repository.py:2301
 
5042
#: breezy/bzr/vf_repository.py:2293
5230
5043
msgid "loading text store"
5231
5044
msgstr ""
5232
5045
 
5233
 
#: breezy/bzr/vf_repository.py:2308
 
5046
#: breezy/bzr/vf_repository.py:2300
5234
5047
msgid "checking text graph"
5235
5048
msgstr ""
5236
5049
 
5237
 
#: breezy/bzr/vf_repository.py:2753 breezy/bzr/vf_repository.py:2767
5238
 
#: breezy/bzr/vf_repository.py:2880
 
5050
#: breezy/bzr/vf_repository.py:2742 breezy/bzr/vf_repository.py:2756
 
5051
#: breezy/bzr/vf_repository.py:2868
5239
5052
msgid "Transferring revisions"
5240
5053
msgstr ""
5241
5054
 
5242
 
#: breezy/check.py:65
 
5055
#: breezy/check.py:64
5243
5056
#, python-format
5244
5057
msgid "Checking branch at '%s'."
5245
5058
msgstr ""
5249
5062
msgid "Checking working tree at '%s'."
5250
5063
msgstr ""
5251
5064
 
5252
 
#: breezy/check.py:134 breezy/check.py:148
 
5065
#: breezy/check.py:137 breezy/check.py:151
5253
5066
msgid "No branch found at specified location."
5254
5067
msgstr ""
5255
5068
 
5256
 
#: breezy/check.py:136 breezy/check.py:146
 
5069
#: breezy/check.py:139 breezy/check.py:149
5257
5070
msgid "No working tree found at specified location."
5258
5071
msgstr ""
5259
5072
 
5260
 
#: breezy/check.py:139
 
5073
#: breezy/check.py:142
5261
5074
#, python-format
5262
5075
msgid "Checking repository at '%s'."
5263
5076
msgstr ""
5264
5077
 
5265
 
#: breezy/check.py:150
 
5078
#: breezy/check.py:153
5266
5079
msgid "No repository found at specified location."
5267
5080
msgstr ""
5268
5081
 
5296
5109
msgid "No files deleted."
5297
5110
msgstr ""
5298
5111
 
5299
 
#: breezy/cmd_version_info.py:51
 
5112
#: breezy/cmd_version_info.py:49
5300
5113
#, python-brace-format
5301
5114
msgid "No known version info format {0}. Supported types are: {1}"
5302
5115
msgstr ""
5303
5116
 
5304
5117
# help of 'format=custom' option of 'version-info' command
5305
 
#: breezy/cmd_version_info.py:55
 
5118
#: breezy/cmd_version_info.py:53
5306
5119
msgid "Version info in Custom template-based format."
5307
5120
msgstr ""
5308
5121
 
5309
5122
# help of 'format=python' option of 'version-info' command
5310
 
#: breezy/cmd_version_info.py:55
 
5123
#: breezy/cmd_version_info.py:53
5311
5124
msgid "Version info in Python format."
5312
5125
msgstr ""
5313
5126
 
5314
5127
# help of 'format=rio' option of 'version-info' command
5315
 
#: breezy/cmd_version_info.py:55
 
5128
#: breezy/cmd_version_info.py:53
5316
5129
msgid "Version info in RIO (simple text) format (default)."
5317
5130
msgstr ""
5318
5131
 
 
5132
#: breezy/cmd_version_info.py:54
 
5133
msgid "Show version information about this tree."
 
5134
msgstr ""
 
5135
 
5319
5136
#: breezy/cmd_version_info.py:56
5320
 
msgid "Show version information about this tree."
5321
 
msgstr ""
5322
 
 
5323
 
#: breezy/cmd_version_info.py:58
5324
5137
msgid ""
5325
5138
"You can use this command to add information about version into\n"
5326
5139
"source code of an application. The output can be in one of the\n"
5327
5140
"supported formats or in a custom format based on a template."
5328
5141
msgstr ""
5329
5142
 
5330
 
#: breezy/cmd_version_info.py:62 en/help_topics/configuration.txt:699
 
5143
#: breezy/cmd_version_info.py:60 en/help_topics/configuration.txt:699
5331
5144
#: en/help_topics/configuration.txt:725
5332
5145
msgid "For example::"
5333
5146
msgstr ""
5334
5147
 
5335
 
#: breezy/cmd_version_info.py:64
 
5148
#: breezy/cmd_version_info.py:62
5336
5149
msgid ""
5337
5150
"  brz version-info --custom \\\n"
5338
5151
"    --template=\"#define VERSION_INFO \\\"Project 1.2.3 (r{revno})\\\"\\n\""
5339
5152
msgstr ""
5340
5153
 
5341
 
#: breezy/cmd_version_info.py:67
 
5154
#: breezy/cmd_version_info.py:65
5342
5155
msgid ""
5343
5156
"will produce a C header file with formatted string containing the\n"
5344
5157
"current revision number. Other supported variables in templates are:"
5345
5158
msgstr ""
5346
5159
 
5347
 
#: breezy/cmd_version_info.py:70
 
5160
#: breezy/cmd_version_info.py:68
5348
5161
msgid ""
5349
5162
"  * {date} - date of the last revision\n"
5350
5163
"  * {build_date} - current date\n"
5356
5169
msgstr ""
5357
5170
 
5358
5171
# help of 'format' option of 'version-info' command
5359
 
#: breezy/cmd_version_info.py:80
 
5172
#: breezy/cmd_version_info.py:78
5360
5173
msgid "Select the output format."
5361
5174
msgstr ""
5362
5175
 
5363
5176
# help of 'all' option of 'version-info' command
5364
 
#: breezy/cmd_version_info.py:84
 
5177
#: breezy/cmd_version_info.py:82
5365
5178
msgid "Include all possible information."
5366
5179
msgstr ""
5367
5180
 
5368
5181
# help of 'check-clean' option of 'version-info' command
5369
 
#: breezy/cmd_version_info.py:85
 
5182
#: breezy/cmd_version_info.py:83
5370
5183
msgid "Check if tree is clean."
5371
5184
msgstr ""
5372
5185
 
5373
5186
# help of 'include-history' option of 'version-info' command
5374
 
#: breezy/cmd_version_info.py:87
 
5187
#: breezy/cmd_version_info.py:85
5375
5188
msgid "Include the revision-history."
5376
5189
msgstr ""
5377
5190
 
5378
5191
# help of 'include-file-revisions' option of 'version-info' command
5379
 
#: breezy/cmd_version_info.py:89
 
5192
#: breezy/cmd_version_info.py:87
5380
5193
msgid "Include the last revision for each file."
5381
5194
msgstr ""
5382
5195
 
5383
5196
# help of 'template' option of 'version-info' command
5384
 
#: breezy/cmd_version_info.py:91
 
5197
#: breezy/cmd_version_info.py:89
5385
5198
msgid "Template for the output."
5386
5199
msgstr ""
5387
5200
 
5388
 
#: breezy/cmd_version_info.py:105
 
5201
#: breezy/cmd_version_info.py:103
5389
5202
msgid "brz version-info --revision takes exactly one revision specifier"
5390
5203
msgstr ""
5391
5204
 
5399
5212
msgid "unknown command \"%s\""
5400
5213
msgstr ""
5401
5214
 
5402
 
#: breezy/commands.py:563
 
5215
#: breezy/commands.py:560
5403
5216
msgid "No help for this command."
5404
5217
msgstr ""
5405
5218
 
5406
 
#: breezy/commands.py:576
 
5219
#: breezy/commands.py:573
5407
5220
#, python-format
5408
5221
msgid ":Purpose: %s\n"
5409
5222
msgstr ""
5410
5223
 
5411
 
#: breezy/commands.py:578
 
5224
#: breezy/commands.py:575
5412
5225
#, python-format
5413
5226
msgid ""
5414
5227
":Usage:\n"
5415
5228
"%s\n"
5416
5229
msgstr ""
5417
5230
 
5418
 
#: breezy/commands.py:580
 
5231
#: breezy/commands.py:577
5419
5232
#, python-format
5420
5233
msgid ":Usage:   %s\n"
5421
5234
msgstr ""
5422
5235
 
5423
 
#: breezy/commands.py:600
 
5236
#: breezy/commands.py:597
5424
5237
#, python-format
5425
5238
msgid ":Options:%s"
5426
5239
msgstr ""
5427
5240
 
5428
 
#: breezy/commands.py:611
 
5241
#: breezy/commands.py:608
5429
5242
#, python-format
5430
5243
msgid ""
5431
5244
":Description:\n"
5433
5246
"\n"
5434
5247
msgstr ""
5435
5248
 
5436
 
#: breezy/commands.py:621
 
5249
#: breezy/commands.py:618
5437
5250
#, python-format
5438
5251
msgid ""
5439
5252
"See brz help %s for more details and examples.\n"
5440
5253
"\n"
5441
5254
msgstr ""
5442
5255
 
5443
 
#: breezy/commands.py:626
 
5256
#: breezy/commands.py:623
5444
5257
msgid ":Aliases:  "
5445
5258
msgstr ""
5446
5259
 
5447
 
#: breezy/commands.py:630
 
5260
#: breezy/commands.py:627
5448
5261
#, python-format
5449
5262
msgid ":From:     plugin \"%s\"\n"
5450
5263
msgstr ""
5451
5264
 
5452
 
#: breezy/commands.py:642
 
5265
#: breezy/commands.py:639
5453
5266
#, python-brace-format
5454
5267
msgid ":doc:`{0} <{1}-help>`"
5455
5268
msgstr ""
5456
5269
 
5457
 
#: breezy/commands.py:646
 
5270
#: breezy/commands.py:643
5458
5271
#, python-format
5459
5272
msgid ":See also: %s"
5460
5273
msgstr ""
5461
5274
 
5462
 
#: breezy/commands.py:919
 
5275
#: breezy/commands.py:917
5463
5276
msgid "Only ASCII permitted in option names"
5464
5277
msgstr ""
5465
5278
 
5466
 
#: breezy/commands.py:944 breezy/commands.py:952
 
5279
#: breezy/commands.py:942 breezy/commands.py:950
5467
5280
msgid "command {0!r} needs one or more {1}"
5468
5281
msgstr ""
5469
5282
 
5470
 
#: breezy/commands.py:961
 
5283
#: breezy/commands.py:959
5471
5284
msgid "command {0!r} requires argument {1}"
5472
5285
msgstr ""
5473
5286
 
5474
 
#: breezy/commands.py:968
 
5287
#: breezy/commands.py:966
5475
5288
#, python-brace-format
5476
5289
msgid "extra argument to command {0}: {1}"
5477
5290
msgstr ""
5478
5291
 
5479
 
#: breezy/commands.py:1044
 
5292
#: breezy/commands.py:1038
5480
5293
#, python-format
5481
5294
msgid "Profile data written to \"%s\"."
5482
5295
msgstr ""
5483
5296
 
5484
 
#: breezy/commit.py:151 breezy/commit.py:715
 
5297
#: breezy/commit.py:152 breezy/commit.py:727
5485
5298
msgid "added"
5486
5299
msgstr ""
5487
5300
 
5488
 
#: breezy/commit.py:151 breezy/commit.py:725
 
5301
#: breezy/commit.py:152 breezy/commit.py:737
5489
5302
msgid "modified"
5490
5303
msgstr ""
5491
5304
 
5492
 
#: breezy/commit.py:157
 
5305
#: breezy/commit.py:158
5493
5306
#, python-format
5494
5307
msgid "Committing to: %s"
5495
5308
msgstr ""
5499
5312
msgid "Committed revision %d."
5500
5313
msgstr ""
5501
5314
 
5502
 
#: breezy/commit.py:170
5503
 
#, python-format
5504
 
msgid "Committed revid %s."
5505
 
msgstr ""
5506
 
 
5507
 
#: breezy/commit.py:173
 
5315
#: breezy/commit.py:171
5508
5316
#, python-format
5509
5317
msgid "deleted %s"
5510
5318
msgstr ""
5511
5319
 
5512
 
#: breezy/commit.py:176
 
5320
#: breezy/commit.py:174
5513
5321
#, python-format
5514
5322
msgid "missing %s"
5515
5323
msgstr ""
5516
5324
 
5517
 
#: breezy/commit.py:495
 
5325
#: breezy/commit.py:515
5518
5326
#, python-brace-format
5519
5327
msgid ""
5520
5328
"Conflicting tags in bound branch:\n"
5521
5329
"{0}"
5522
5330
msgstr ""
5523
5331
 
5524
 
#: breezy/commit.py:717
 
5332
#: breezy/commit.py:729
5525
5333
msgid "renamed"
5526
5334
msgstr ""
5527
5335
 
5528
 
#: breezy/commit.py:782
 
5336
#: breezy/commit.py:794
5529
5337
#, python-brace-format
5530
5338
msgid "{0} [{1}] - Stage"
5531
5339
msgstr ""
5532
5340
 
5533
 
#: breezy/commit.py:785
 
5341
#: breezy/commit.py:797
5534
5342
#, python-format
5535
5343
msgid "%s - Stage"
5536
5344
msgstr ""
5537
5345
 
5538
 
#: breezy/commit_signature_commands.py:35
 
5346
#: breezy/commit_signature_commands.py:34
5539
5347
msgid "Sign all commits by a given committer."
5540
5348
msgstr ""
5541
5349
 
5542
 
#: breezy/commit_signature_commands.py:37
 
5350
#: breezy/commit_signature_commands.py:36
5543
5351
msgid ""
5544
5352
"If location is not specified the local tree is used.\n"
5545
5353
"If committer is not specified the default committer is used."
5546
5354
msgstr ""
5547
5355
 
5548
 
#: breezy/commit_signature_commands.py:40
 
5356
#: breezy/commit_signature_commands.py:39
5549
5357
msgid "This does not sign commits that already have signatures."
5550
5358
msgstr ""
5551
5359
 
5552
5360
# help of 'dry-run' option of 'sign-my-commits' command
5553
 
#: breezy/commit_signature_commands.py:48
 
5361
#: breezy/commit_signature_commands.py:47
5554
5362
msgid ""
5555
5363
"Don't actually sign anything, just print the revisions that would be signed."
5556
5364
msgstr ""
5557
5365
 
5558
 
#: breezy/commit_signature_commands.py:90
 
5366
#: breezy/commit_signature_commands.py:95
5559
5367
#, python-format
5560
5368
msgid "Signed %d revision.\n"
5561
5369
msgid_plural "Signed %d revisions.\n"
5562
5370
msgstr[0] ""
5563
5371
msgstr[1] ""
5564
5372
 
5565
 
#: breezy/commit_signature_commands.py:95
 
5373
#: breezy/commit_signature_commands.py:100
5566
5374
msgid "Verify all commit signatures."
5567
5375
msgstr ""
5568
5376
 
5569
 
#: breezy/commit_signature_commands.py:97
 
5377
#: breezy/commit_signature_commands.py:102
5570
5378
msgid "Verifies that all commits in the branch are signed by known GnuPG keys."
5571
5379
msgstr ""
5572
5380
 
5573
5381
# help of 'acceptable-keys' option of 'verify-signatures' command
5574
 
#: breezy/commit_signature_commands.py:102
 
5382
#: breezy/commit_signature_commands.py:107
5575
5383
msgid ""
5576
5384
"Comma separated list of GPG key patterns which are acceptable for "
5577
5385
"verification."
5578
5386
msgstr ""
5579
5387
 
5580
 
#: breezy/commit_signature_commands.py:141
 
5388
#: breezy/commit_signature_commands.py:146
5581
5389
msgid "Cannot verify a range of non-revision-history revisions"
5582
5390
msgstr ""
5583
5391
 
5584
 
#: breezy/commit_signature_commands.py:160
 
5392
#: breezy/commit_signature_commands.py:165
5585
5393
msgid "All commits signed with verifiable keys"
5586
5394
msgstr ""
5587
5395
 
5588
 
#: breezy/config.py:2256
 
5396
#: breezy/config.py:2509
5589
5397
#, python-brace-format
5590
5398
msgid "{0} is not an SI unit."
5591
5399
msgstr ""
5592
5400
 
5593
 
#: breezy/config.py:2793
 
5401
#: breezy/config.py:3032
5594
5402
#, python-brace-format
5595
5403
msgid ""
5596
5404
"Option {0} in section {1} of {2} was changed from {3} to {4}. The {5} value "
5597
5405
"will be saved."
5598
5406
msgstr ""
5599
5407
 
5600
 
#: breezy/config.py:2938
 
5408
#: breezy/config.py:3177
5601
5409
#, python-format
5602
5410
msgid "Invalid '%s', should be of the form 'name=value'"
5603
5411
msgstr ""
5604
5412
 
5605
 
#: breezy/config.py:3881
 
5413
#: breezy/config.py:4121
5606
5414
msgid "Display, set or remove a configuration option."
5607
5415
msgstr ""
5608
5416
 
5609
 
#: breezy/config.py:3883
 
5417
#: breezy/config.py:4123
5610
5418
msgid "Display the active value for option NAME."
5611
5419
msgstr ""
5612
5420
 
5613
 
#: breezy/config.py:3885
 
5421
#: breezy/config.py:4125
5614
5422
msgid ""
5615
5423
"If --all is specified, NAME is interpreted as a regular expression and all\n"
5616
5424
"matching options are displayed mentioning their scope and without resolving\n"
5618
5426
"account is the first one displayed for each option."
5619
5427
msgstr ""
5620
5428
 
5621
 
#: breezy/config.py:3890
 
5429
#: breezy/config.py:4130
5622
5430
msgid ""
5623
5431
"If NAME is not given, --all .* is implied (all options are displayed for "
5624
5432
"the\n"
5625
5433
"current scope)."
5626
5434
msgstr ""
5627
5435
 
5628
 
#: breezy/config.py:3893
 
5436
#: breezy/config.py:4133
5629
5437
msgid ""
5630
5438
"Setting a value is achieved by using NAME=value without spaces. The value\n"
5631
5439
"is set in the most relevant scope and can be checked by displaying the\n"
5632
5440
"option again."
5633
5441
msgstr ""
5634
5442
 
5635
 
#: breezy/config.py:3897
 
5443
#: breezy/config.py:4137
5636
5444
msgid "Removing a value is achieved by using --remove NAME."
5637
5445
msgstr ""
5638
5446
 
5639
5447
# help of 'scope' option of 'config' command
5640
 
#: breezy/config.py:3907
 
5448
#: breezy/config.py:4147
5641
5449
msgid "Reduce the scope to the specified configuration file."
5642
5450
msgstr ""
5643
5451
 
5644
5452
# help of 'all' option of 'config' command
5645
 
#: breezy/config.py:3911
 
5453
#: breezy/config.py:4151
5646
5454
msgid "Display all the defined values for the matching options."
5647
5455
msgstr ""
5648
5456
 
5649
5457
# help of 'remove' option of 'config' command
5650
 
#: breezy/config.py:3913
 
5458
#: breezy/config.py:4153
5651
5459
msgid "Remove the option from the configuration file."
5652
5460
msgstr ""
5653
5461
 
5671
5479
msgid "List paths of files with text conflicts."
5672
5480
msgstr ""
5673
5481
 
5674
 
# help of 'action=auto' option of 'resolve' command
 
5482
# help of 'action=done' option of 'resolve' command
5675
5483
#: breezy/conflicts.py:87
5676
 
msgid "Detect whether conflict has been resolved by user."
5677
 
msgstr ""
5678
 
 
5679
 
# help of 'action=done' option of 'resolve' command
5680
 
#: breezy/conflicts.py:89
5681
5484
msgid "Marks the conflict as resolved."
5682
5485
msgstr ""
5683
5486
 
5684
5487
# help of 'action=take-this' option of 'resolve' command
5685
 
#: breezy/conflicts.py:92
 
5488
#: breezy/conflicts.py:90
5686
5489
msgid "Resolve the conflict preserving the version in the working tree."
5687
5490
msgstr ""
5688
5491
 
5689
5492
# help of 'action=take-other' option of 'resolve' command
5690
 
#: breezy/conflicts.py:95
 
5493
#: breezy/conflicts.py:93
5691
5494
msgid "Resolve the conflict taking the merged version into account."
5692
5495
msgstr ""
5693
5496
 
5694
5497
# help of 'action' option of 'resolve' command
5695
 
#: breezy/conflicts.py:103
 
5498
#: breezy/conflicts.py:101
5696
5499
msgid "How to resolve the conflict."
5697
5500
msgstr ""
5698
5501
 
5699
 
#: breezy/conflicts.py:109
 
5502
#: breezy/conflicts.py:107
5700
5503
msgid "Mark a conflict as resolved."
5701
5504
msgstr ""
5702
5505
 
5703
 
#: breezy/conflicts.py:116
 
5506
#: breezy/conflicts.py:114
5704
5507
msgid ""
5705
5508
"Once you have fixed a problem, use \"brz resolve\" to automatically mark\n"
5706
5509
"text conflicts as fixed, \"brz resolve FILE\" to mark a specific conflict "
5709
5512
msgstr ""
5710
5513
 
5711
5514
# help of 'all' option of 'resolve' command
5712
 
#: breezy/conflicts.py:124
 
5515
#: breezy/conflicts.py:122
5713
5516
msgid "Resolve all conflicts in this tree."
5714
5517
msgstr ""
5715
5518
 
5716
 
#: breezy/conflicts.py:132
 
5519
#: breezy/conflicts.py:130
5717
5520
msgid "If --all is specified, no FILE may be provided"
5718
5521
msgstr ""
5719
5522
 
5720
 
#: breezy/conflicts.py:152
 
5523
#: breezy/conflicts.py:155
5721
5524
#, python-format
5722
5525
msgid "%d conflict auto-resolved."
5723
5526
msgid_plural "%d conflicts auto-resolved."
5724
5527
msgstr[0] ""
5725
5528
msgstr[1] ""
5726
5529
 
5727
 
#: breezy/conflicts.py:155
 
5530
#: breezy/conflicts.py:158
5728
5531
msgid "Remaining conflicts:"
5729
5532
msgstr ""
5730
5533
 
5731
 
#: breezy/conflicts.py:160
 
5534
#: breezy/conflicts.py:163
5732
5535
msgid "All conflicts resolved."
5733
5536
msgstr ""
5734
5537
 
5735
 
#: breezy/conflicts.py:163
 
5538
#: breezy/conflicts.py:172
5736
5539
#, python-brace-format
5737
5540
msgid "{0} conflict resolved, {1} remaining"
5738
5541
msgid_plural "{0} conflicts resolved, {1} remaining"
5739
5542
msgstr[0] ""
5740
5543
msgstr[1] ""
5741
5544
 
5742
 
#: breezy/controldir.py:751
 
5545
#: breezy/controldir.py:731
5743
5546
#, python-brace-format
5744
5547
msgid "{0} is{1} redirected to {2}"
5745
5548
msgstr ""
5746
5549
 
5747
 
#: breezy/diff.py:474
 
5550
#: breezy/diff.py:413
5748
5551
#, python-format
5749
5552
msgid "*** Ignoring files outside view. View is %s"
5750
5553
msgstr ""
5791
5594
msgid "%(url)s is not a local path."
5792
5595
msgstr ""
5793
5596
 
5794
 
#: breezy/errors.py:289
5795
 
msgid ""
5796
 
"Unable to determine your name.\n"
5797
 
"Please, set your name with the 'whoami' command.\n"
5798
 
"E.g. brz whoami \"Your Name <name@example.com>\""
5799
 
msgstr ""
5800
 
 
5801
 
#: breezy/errors.py:308
 
5597
#: breezy/errors.py:301
5802
5598
msgid "%(not_locked)r is not write locked but needs to be."
5803
5599
msgstr ""
5804
5600
 
5805
 
#: breezy/errors.py:316
 
5601
#: breezy/errors.py:309
5806
5602
msgid "Commit refused because there are unknown files in the tree"
5807
5603
msgstr ""
5808
5604
 
5809
 
#: breezy/errors.py:327
 
5605
#: breezy/errors.py:320
5810
5606
msgid "Generic path error: %(path)r%(extra)s)"
5811
5607
msgstr ""
5812
5608
 
5813
 
#: breezy/errors.py:340
 
5609
#: breezy/errors.py:333
5814
5610
msgid "No such file: %(path)r%(extra)s"
5815
5611
msgstr ""
5816
5612
 
5817
 
#: breezy/errors.py:345
 
5613
#: breezy/errors.py:338
5818
5614
msgid "File exists: %(path)r%(extra)s"
5819
5615
msgstr ""
5820
5616
 
5821
 
#: breezy/errors.py:351
 
5617
#: breezy/errors.py:344
5822
5618
msgid ""
5823
5619
"Could not rename %(source)s => %(dest)s because both files exist. (Use --"
5824
5620
"after to tell brz about a rename that has already happened)%(extra)s"
5825
5621
msgstr ""
5826
5622
 
5827
 
#: breezy/errors.py:367
 
5623
#: breezy/errors.py:360
5828
5624
msgid "\"%(path)s\" is not a directory %(extra)s"
5829
5625
msgstr ""
5830
5626
 
5831
 
#: breezy/errors.py:372
 
5627
#: breezy/errors.py:365
5832
5628
msgid "\"%(path)s\" is not in the working directory %(extra)s"
5833
5629
msgstr ""
5834
5630
 
5835
 
#: breezy/errors.py:377
 
5631
#: breezy/errors.py:370
5836
5632
msgid "Directory not empty: \"%(path)s\"%(extra)s"
5837
5633
msgstr ""
5838
5634
 
5839
 
#: breezy/errors.py:382
 
5635
#: breezy/errors.py:375
5840
5636
msgid "Hard-linking \"%(path)s\" is not supported"
5841
5637
msgstr ""
5842
5638
 
5843
 
#: breezy/errors.py:397
 
5639
#: breezy/errors.py:390
5844
5640
msgid "Device or resource busy: \"%(path)s\"%(extra)s"
5845
5641
msgstr ""
5846
5642
 
5847
 
#: breezy/errors.py:402
 
5643
#: breezy/errors.py:395
5848
5644
msgid "Permission denied: \"%(path)s\"%(extra)s"
5849
5645
msgstr ""
5850
5646
 
5851
 
#: breezy/errors.py:419
 
5647
#: breezy/errors.py:412
5852
5648
msgid "Unsupported protocol for url \"%(path)s\"%(extra)s"
5853
5649
msgstr ""
5854
5650
 
5855
 
#: breezy/errors.py:427
 
5651
#: breezy/errors.py:420
5856
5652
msgid "The branch '%(branch_url)s' cannot be stacked on '%(target_url)s'."
5857
5653
msgstr ""
5858
5654
 
5859
 
#: breezy/errors.py:437
 
5655
#: breezy/errors.py:430
5860
5656
msgid ""
5861
5657
"The repository '%(url)s'(%(format)s) is not a stackable format. You will "
5862
5658
"need to upgrade the repository to permit branch stacking."
5863
5659
msgstr ""
5864
5660
 
5865
 
#: breezy/errors.py:448
 
5661
#: breezy/errors.py:441
5866
5662
msgid "Error reading from %(path)r."
5867
5663
msgstr ""
5868
5664
 
5869
 
#: breezy/errors.py:467
 
5665
#: breezy/errors.py:460
5870
5666
msgid "Path \"%(path)s\" is not a child of path \"%(base)s\"%(extra)s"
5871
5667
msgstr ""
5872
5668
 
5873
 
#: breezy/errors.py:483
 
5669
#: breezy/errors.py:476
5874
5670
msgid "Path \"%(path)s\" is not unicode normalized"
5875
5671
msgstr ""
5876
5672
 
5877
 
#: breezy/errors.py:491
 
5673
#: breezy/errors.py:484
5878
5674
msgid "Not a branch: \"%(path)s\"%(detail)s."
5879
5675
msgstr ""
5880
5676
 
5881
 
#: breezy/errors.py:533
 
5677
#: breezy/errors.py:526
5882
5678
msgid "No submit branch available for branch \"%(path)s\""
5883
5679
msgstr ""
5884
5680
 
5885
 
#: breezy/errors.py:542
 
5681
#: breezy/errors.py:535
5886
5682
msgid "A control directory already exists: \"%(path)s\"."
5887
5683
msgstr ""
5888
5684
 
5889
 
#: breezy/errors.py:547
 
5685
#: breezy/errors.py:540
5890
5686
msgid "Already a branch: \"%(path)s\"."
5891
5687
msgstr ""
5892
5688
 
5893
 
#: breezy/errors.py:552
 
5689
#: breezy/errors.py:545
5894
5690
msgid "Invalid branch name: %(name)s"
5895
5691
msgstr ""
5896
5692
 
5897
 
#: breezy/errors.py:561
 
5693
#: breezy/errors.py:554
5898
5694
msgid "Parent branch already exists: \"%(path)s\"."
5899
5695
msgstr ""
5900
5696
 
5901
 
#: breezy/errors.py:566
 
5697
#: breezy/errors.py:560
5902
5698
msgid ""
5903
5699
"Directory contains a branch, but no working tree (use brz checkout if you "
5904
5700
"wish to build a working tree): \"%(path)s\""
5905
5701
msgstr ""
5906
5702
 
5907
 
#: breezy/errors.py:572
 
5703
#: breezy/errors.py:565
5908
5704
msgid ""
5909
5705
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
5910
5706
msgstr ""
5911
5707
 
5912
 
#: breezy/errors.py:582
 
5708
#: breezy/errors.py:575
5913
5709
msgid "No repository present: \"%(path)s\""
5914
5710
msgstr ""
5915
5711
 
5916
 
#: breezy/errors.py:591
 
5712
#: breezy/errors.py:583
5917
5713
msgid ""
5918
5714
"Unsupported branch format: %(format)s\n"
5919
5715
"Please run 'brz upgrade'"
5920
5716
msgstr ""
5921
5717
 
5922
 
#: breezy/errors.py:596
 
5718
#: breezy/errors.py:589
5923
5719
msgid "Unknown %(kind)s format: %(format)r"
5924
5720
msgstr ""
5925
5721
 
5926
 
#: breezy/errors.py:605
 
5722
#: breezy/errors.py:598
5927
5723
msgid ""
5928
5724
"Line ending corrupted for file: %(file)s; Maybe your files got corrupted in "
5929
5725
"transport?"
5930
5726
msgstr ""
5931
5727
 
5932
 
#: breezy/errors.py:614
 
5728
#: breezy/errors.py:607
5933
5729
msgid "Format %(format)s is not compatible with .bzr version %(controldir)s."
5934
5730
msgstr ""
5935
5731
 
5936
 
#: breezy/errors.py:624
 
5732
#: breezy/errors.py:617
5937
5733
msgid "Parse error on line %(lineno)d of %(format)s format: %(line)s"
5938
5734
msgstr ""
5939
5735
 
5940
 
#: breezy/errors.py:642
 
5736
#: breezy/errors.py:632
5941
5737
msgid ""
5942
5738
"%(target)s\n"
5943
5739
"is not compatible with\n"
5945
5741
"%(details)s"
5946
5742
msgstr ""
5947
5743
 
5948
 
#: breezy/errors.py:655
 
5744
#: breezy/errors.py:648
5949
5745
msgid "Revision is not compatible with %(repo_format)s"
5950
5746
msgstr ""
5951
5747
 
5952
 
#: breezy/errors.py:665
 
5748
#: breezy/errors.py:658
5953
5749
msgid "%(context_info)s%(path)s is already versioned."
5954
5750
msgstr ""
5955
5751
 
5956
 
#: breezy/errors.py:686
 
5752
#: breezy/errors.py:679
5957
5753
msgid "%(context_info)s%(path)s is not versioned."
5958
5754
msgstr ""
5959
5755
 
5960
 
#: breezy/errors.py:707
 
5756
#: breezy/errors.py:700
5961
5757
msgid "Path(s) are not versioned: %(paths_as_string)s"
5962
5758
msgstr ""
5963
5759
 
5964
 
#: breezy/errors.py:718
 
5760
#: breezy/errors.py:711
5965
5761
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5966
5762
msgstr ""
5967
5763
 
5968
 
#: breezy/errors.py:737
 
5764
#: breezy/errors.py:730
5969
5765
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5970
5766
msgstr ""
5971
5767
 
5972
 
#: breezy/errors.py:745
 
5768
#: breezy/errors.py:738
5973
5769
msgid ""
5974
5770
"Filename %(filename)r is not valid in your current filesystem encoding "
5975
5771
"%(fs_encoding)s"
5976
5772
msgstr ""
5977
5773
 
5978
 
#: breezy/errors.py:756
 
5774
#: breezy/errors.py:749
5979
5775
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5980
5776
msgstr ""
5981
5777
 
5982
 
#: breezy/errors.py:774
 
5778
#: breezy/errors.py:767
5983
5779
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5984
5780
msgstr ""
5985
5781
 
5986
 
#: breezy/errors.py:813
 
5782
#: breezy/errors.py:806
5987
5783
msgid "Cannot lock %(lock)s: %(why)s"
5988
5784
msgstr ""
5989
5785
 
5990
 
#: breezy/errors.py:823
 
5786
#: breezy/errors.py:816
5991
5787
msgid ""
5992
5788
"A transaction related operation was attempted after the transaction finished."
5993
5789
msgstr ""
5994
5790
 
5995
 
#: breezy/errors.py:850
 
5791
#: breezy/errors.py:843
5996
5792
msgid "Cannot lock: transport is read only: %(transport)s"
5997
5793
msgstr ""
5998
5794
 
5999
 
#: breezy/errors.py:858
 
5795
#: breezy/errors.py:851
6000
5796
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
6001
5797
msgstr ""
6002
5798
 
6003
 
#: breezy/errors.py:869
 
5799
#: breezy/errors.py:862
6004
5800
msgid "Lock was broken while still open: %(lock)s - check storage consistency!"
6005
5801
msgstr ""
6006
5802
 
6007
 
#: breezy/errors.py:880
 
5803
#: breezy/errors.py:873
6008
5804
msgid ""
6009
5805
"Lock was released and re-acquired before being broken: %(lock)s: held by "
6010
5806
"%(holder)r, wanted to break %(target)r"
6011
5807
msgstr ""
6012
5808
 
6013
 
#: breezy/errors.py:893
 
5809
#: breezy/errors.py:885
6014
5810
msgid ""
6015
5811
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
6016
5812
"Use 'brz break-lock' to clear it"
6017
5813
msgstr ""
6018
5814
 
6019
 
#: breezy/errors.py:905
 
5815
#: breezy/errors.py:898
6020
5816
msgid "Lock not held: %(lock)s"
6021
5817
msgstr ""
6022
5818
 
6023
 
#: breezy/errors.py:934
 
5819
#: breezy/errors.py:927
6024
5820
msgid "Upgrade URL cannot work with readonly URLs."
6025
5821
msgstr ""
6026
5822
 
6027
 
#: breezy/errors.py:939
 
5823
#: breezy/errors.py:932
6028
5824
msgid "The branch format %(format)s is already at the most recent format."
6029
5825
msgstr ""
6030
5826
 
6031
 
#: breezy/errors.py:957
 
5827
#: breezy/errors.py:950
6032
5828
msgid "Option --change does not accept revision ranges"
6033
5829
msgstr ""
6034
5830
 
6035
 
#: breezy/errors.py:962
 
5831
#: breezy/errors.py:955
6036
5832
msgid "No namespace registered for string: %(spec)r"
6037
5833
msgstr ""
6038
5834
 
6039
 
#: breezy/errors.py:981
 
5835
#: breezy/errors.py:974
6040
5836
msgid ""
6041
5837
"Requested revision: '%(spec)s' does not exist in branch: %(branch_url)s"
6042
5838
"%(extra)s"
6043
5839
msgstr ""
6044
5840
 
6045
 
#: breezy/errors.py:995
 
5841
#: breezy/errors.py:988
6046
5842
msgid ""
6047
5843
"Operation denied because it would change the main history, which is not "
6048
5844
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
6049
5845
msgstr ""
6050
5846
 
6051
 
#: breezy/errors.py:1007
 
5847
#: breezy/errors.py:999
6052
5848
msgid ""
6053
5849
"These branches have diverged. Use the missing command to see how.\n"
6054
5850
"Use the merge command to reconcile them."
6055
5851
msgstr ""
6056
5852
 
6057
 
#: breezy/errors.py:1026
 
5853
#: breezy/errors.py:1019
6058
5854
msgid ""
6059
5855
"Branches have no common ancestor, and no merge base revision was specified."
6060
5856
msgstr ""
6061
5857
 
6062
 
#: breezy/errors.py:1032
 
5858
#: breezy/errors.py:1025
6063
5859
msgid ""
6064
5860
"Selected merge cannot perform reverse cherrypicks.  Try merge3 or diff3."
6065
5861
msgstr ""
6066
5862
 
6067
 
#: breezy/errors.py:1038
 
5863
#: breezy/errors.py:1031
6068
5864
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
6069
5865
msgstr ""
6070
5866
 
6071
 
#: breezy/errors.py:1047
 
5867
#: breezy/errors.py:1040
6072
5868
msgid ""
6073
5869
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
6074
5870
msgstr ""
6075
5871
 
6076
 
#: breezy/errors.py:1056
 
5872
#: breezy/errors.py:1049
6077
5873
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
6078
5874
msgstr ""
6079
5875
 
6080
 
#: breezy/errors.py:1065
 
5876
#: breezy/errors.py:1058
6081
5877
msgid "Branch %(branch)s has no commits."
6082
5878
msgstr ""
6083
5879
 
6084
 
#: breezy/errors.py:1082
 
5880
#: breezy/errors.py:1075
6085
5881
msgid ""
6086
5882
"Bound branch %(branch)s is out of date with master branch %(master)s."
6087
5883
"%(extra_help)s"
6088
5884
msgstr ""
6089
5885
 
6090
 
#: breezy/errors.py:1094
 
5886
#: breezy/errors.py:1087
6091
5887
msgid ""
6092
5888
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
6093
5889
"bound to %(remote)s."
6094
5890
msgstr ""
6095
5891
 
6096
 
#: breezy/errors.py:1106
 
5892
#: breezy/errors.py:1099
6097
5893
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
6098
5894
msgstr ""
6099
5895
 
6100
 
#: breezy/errors.py:1115
 
5896
#: breezy/errors.py:1108
6101
5897
msgid ""
6102
5898
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
6103
5899
"%(error)s"
6104
5900
msgstr ""
6105
5901
 
6106
 
#: breezy/errors.py:1127
 
5902
#: breezy/errors.py:1120
6107
5903
msgid "Versioned file error"
6108
5904
msgstr ""
6109
5905
 
6110
 
#: breezy/errors.py:1132
 
5906
#: breezy/errors.py:1125
6111
5907
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
6112
5908
msgstr ""
6113
5909
 
6114
 
#: breezy/errors.py:1142
 
5910
#: breezy/errors.py:1135
6115
5911
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
6116
5912
msgstr ""
6117
5913
 
6118
 
#: breezy/errors.py:1152
 
5914
#: breezy/errors.py:1145
6119
5915
msgid "Text did not match its checksum: %(msg)s"
6120
5916
msgstr ""
6121
5917
 
6122
 
#: breezy/errors.py:1204
 
5918
#: breezy/errors.py:1197
6123
5919
msgid "Export format %(format)r not supported"
6124
5920
msgstr ""
6125
5921
 
6126
 
#: breezy/errors.py:1213
 
5922
#: breezy/errors.py:1206
6127
5923
msgid "Transport error: %(msg)s %(orig_error)s"
6128
5924
msgstr ""
6129
5925
 
6130
 
#: breezy/errors.py:1239
 
5926
#: breezy/errors.py:1232
6131
5927
msgid "Generic bzr smart protocol error: %(details)s"
6132
5928
msgstr ""
6133
5929
 
6134
 
#: breezy/errors.py:1247
 
5930
#: breezy/errors.py:1240
6135
5931
msgid "Received bad protocol version marker: %(marker)r"
6136
5932
msgstr ""
6137
5933
 
6138
 
#: breezy/errors.py:1279
 
5934
#: breezy/errors.py:1272
6139
5935
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
6140
5936
msgstr ""
6141
5937
 
6142
 
#: breezy/errors.py:1284
 
5938
#: breezy/errors.py:1277
6143
5939
msgid "Connection error: %(msg)s %(orig_error)s"
6144
5940
msgstr ""
6145
5941
 
6146
 
#: breezy/errors.py:1289
 
5942
#: breezy/errors.py:1282
6147
5943
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
6148
5944
msgstr ""
6149
5945
 
6150
 
#: breezy/errors.py:1310
 
5946
#: breezy/errors.py:1303
6151
5947
msgid "Connection closed: %(msg)s %(orig_error)s"
6152
5948
msgstr ""
6153
5949
 
6154
 
#: breezy/errors.py:1315
 
5950
#: breezy/errors.py:1308
6155
5951
msgid "Connection Timeout: %(msg)s%(orig_error)s"
6156
5952
msgstr ""
6157
5953
 
6158
 
#: breezy/errors.py:1320
 
5954
#: breezy/errors.py:1313
6159
5955
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
6160
5956
msgstr ""
6161
5957
 
6162
 
#: breezy/errors.py:1330
 
5958
#: breezy/errors.py:1323
6163
5959
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
6164
5960
msgstr ""
6165
5961
 
6166
 
#: breezy/errors.py:1345
 
5962
#: breezy/errors.py:1338
6167
5963
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
6168
5964
msgstr ""
6169
5965
 
6170
 
#: breezy/errors.py:1359
 
5966
#: breezy/errors.py:1352
6171
5967
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
6172
5968
msgstr ""
6173
5969
 
6174
 
#: breezy/errors.py:1367
 
5970
#: breezy/errors.py:1360
6175
5971
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
6176
5972
msgstr ""
6177
5973
 
6178
 
#: breezy/errors.py:1376
 
5974
#: breezy/errors.py:1369
6179
5975
msgid "%(source)s is%(permanently)s redirected to %(target)s"
6180
5976
msgstr ""
6181
5977
 
6182
 
#: breezy/errors.py:1390
 
5978
#: breezy/errors.py:1383
6183
5979
msgid "Too many redirections"
6184
5980
msgstr ""
6185
5981
 
6186
 
#: breezy/errors.py:1395
 
5982
#: breezy/errors.py:1388
6187
5983
msgid "Working tree has conflicts."
6188
5984
msgstr ""
6189
5985
 
6190
 
#: breezy/errors.py:1400
 
5986
#: breezy/errors.py:1393
6191
5987
msgid "Unable to import library \"%(library)s\": %(error)s"
6192
5988
msgstr ""
6193
5989
 
6194
 
#: breezy/errors.py:1408
 
5990
#: breezy/errors.py:1401
6195
5991
msgid ""
6196
5992
"The working tree for %(basedir)s has changed since the last commit, but "
6197
5993
"weave merge requires that it be unchanged"
6198
5994
msgstr ""
6199
5995
 
6200
 
#: breezy/errors.py:1418
 
5996
#: breezy/errors.py:1411
6201
5997
msgid "Cycle in graph %(graph)r"
6202
5998
msgstr ""
6203
5999
 
6204
 
#: breezy/errors.py:1446
 
6000
#: breezy/errors.py:1439
6205
6001
msgid "File %(filename)s is not conflicted."
6206
6002
msgstr ""
6207
6003
 
6208
 
#: breezy/errors.py:1468
 
6004
#: breezy/errors.py:1461
6209
6005
msgid "No bundle was found in \"%(filename)s\"."
6210
6006
msgstr ""
6211
6007
 
6212
 
#: breezy/errors.py:1477
 
6008
#: breezy/errors.py:1470
6213
6009
msgid "Unable to handle bundle version %(version)s: %(msg)s"
6214
6010
msgstr ""
6215
6011
 
6216
 
#: breezy/errors.py:1487
 
6012
#: breezy/errors.py:1480
6217
6013
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
6218
6014
msgstr ""
6219
6015
 
6220
 
#: breezy/errors.py:1500
 
6016
#: breezy/errors.py:1493
6221
6017
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
6222
6018
msgstr ""
6223
6019
 
6224
 
#: breezy/errors.py:1510
 
6020
#: breezy/errors.py:1503
6225
6021
msgid "Key %(key)s is already present in map"
6226
6022
msgstr ""
6227
6023
 
6228
 
#: breezy/errors.py:1515
 
6024
#: breezy/errors.py:1508
6229
6025
msgid "The prefix %(prefix)s is in the help search path twice."
6230
6026
msgstr ""
6231
6027
 
6232
 
#: breezy/errors.py:1528
 
6028
#: breezy/errors.py:1518
6233
6029
msgid ""
6234
6030
"No final name for trans_id %(trans_id)r\n"
6235
6031
"file-id: %(file_id)r\n"
6236
6032
"root trans-id: %(root_trans_id)r\n"
6237
6033
msgstr ""
6238
6034
 
6239
 
#: breezy/errors.py:1557
 
6035
#: breezy/errors.py:1550
6240
6036
msgid "Attempt to reuse a transform that has already been applied."
6241
6037
msgstr ""
6242
6038
 
6243
 
#: breezy/errors.py:1562
 
6039
#: breezy/errors.py:1555
6244
6040
msgid "Moving the root directory is not supported at this time"
6245
6041
msgstr ""
6246
6042
 
6247
 
#: breezy/errors.py:1567
 
6043
#: breezy/errors.py:1560
6248
6044
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
6249
6045
msgstr ""
6250
6046
 
6251
 
#: breezy/errors.py:1578
 
6047
#: breezy/errors.py:1571
6252
6048
msgid ""
6253
6049
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6254
6050
msgstr ""
6255
6051
 
6256
 
#: breezy/errors.py:1614
 
6052
#: breezy/errors.py:1607
6257
6053
msgid ""
6258
6054
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6259
6055
msgstr ""
6260
6056
 
6261
 
#: breezy/errors.py:1644
 
6057
#: breezy/errors.py:1637
6262
6058
msgid "Unable to import paramiko (required for sftp support): %(error)s"
6263
6059
msgstr ""
6264
6060
 
6265
 
#: breezy/errors.py:1652
 
6061
#: breezy/errors.py:1645
6266
6062
msgid "Nothing to merge."
6267
6063
msgstr ""
6268
6064
 
6269
 
#: breezy/errors.py:1657
 
6065
#: breezy/errors.py:1650
6270
6066
msgid "Format %(format)s cannot be initialised by this version of brz."
6271
6067
msgstr ""
6272
6068
 
6273
 
#: breezy/errors.py:1666
 
6069
#: breezy/errors.py:1659
6274
6070
msgid ""
6275
6071
"Cannot convert from format %(from_format)s to format %(format)s.    "
6276
6072
"%(problem)s"
6277
6073
msgstr ""
6278
6074
 
6279
 
#: breezy/errors.py:1678
 
6075
#: breezy/errors.py:1671
6280
6076
msgid "Could not find an appropriate Differ for file \"%(path)s\""
6281
6077
msgstr ""
6282
6078
 
6283
 
#: breezy/errors.py:1686
 
6079
#: breezy/errors.py:1679
6284
6080
msgid "%(exe_name)s could not be found on this machine"
6285
6081
msgstr ""
6286
6082
 
6287
 
#: breezy/errors.py:1694
 
6083
#: breezy/errors.py:1687
6288
6084
msgid "Diff is not installed on this machine: %(msg)s"
6289
6085
msgstr ""
6290
6086
 
6291
 
#: breezy/errors.py:1702
 
6087
#: breezy/errors.py:1695
6292
6088
msgid "Diff3 is not installed on this machine."
6293
6089
msgstr ""
6294
6090
 
6295
 
#: breezy/errors.py:1708
 
6091
#: breezy/errors.py:1701
6296
6092
msgid "The content being inserted is already present."
6297
6093
msgstr ""
6298
6094
 
6299
 
#: breezy/errors.py:1713
 
6095
#: breezy/errors.py:1706
6300
6096
msgid ""
6301
6097
"This tree contains left-over files from a failed operation.\n"
6302
6098
"    Please examine %(limbo_dir)s to see if it contains any files you wish "
6304
6100
"    keep, and delete it when you are done."
6305
6101
msgstr ""
6306
6102
 
6307
 
#: breezy/errors.py:1724
 
6103
#: breezy/errors.py:1717
6308
6104
msgid ""
6309
6105
"This tree contains left-over files from a failed operation.\n"
6310
6106
"    Please examine %(pending_deletion)s to see if it contains any files you\n"
6311
6107
"    wish to keep, and delete it when you are done."
6312
6108
msgstr ""
6313
6109
 
6314
 
#: breezy/errors.py:1734
 
6110
#: breezy/errors.py:1727
6315
6111
msgid ""
6316
6112
"Unable to delete transform temporary directory %(limbo_dir)s.\n"
6317
6113
"    Please examine %(limbo_dir)s to see if it contains any files you wish "
6319
6115
"    keep, and delete it when you are done."
6320
6116
msgstr ""
6321
6117
 
6322
 
#: breezy/errors.py:1745
 
6118
#: breezy/errors.py:1738
6323
6119
msgid ""
6324
6120
"Unable to delete transform temporary directory %(pending_deletion)s.  Please "
6325
6121
"examine %(pending_deletion)s to see if it contains any files you wish to "
6326
6122
"keep, and delete it when you are done."
6327
6123
msgstr ""
6328
6124
 
6329
 
#: breezy/errors.py:1755
 
6125
#: breezy/errors.py:1748
6330
6126
msgid "Working tree is out of date, please run 'brz update'.%(more)s"
6331
6127
msgstr ""
6332
6128
 
6333
 
#: breezy/errors.py:1769
 
6129
#: breezy/errors.py:1762
6334
6130
msgid "Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
6335
6131
msgstr ""
6336
6132
 
6337
 
#: breezy/errors.py:1782
 
6133
#: breezy/errors.py:1775
6338
6134
msgid "Error in merge modified format"
6339
6135
msgstr ""
6340
6136
 
6341
 
#: breezy/errors.py:1787
 
6137
#: breezy/errors.py:1780
6342
6138
msgid "Format error in conflict listings"
6343
6139
msgstr ""
6344
6140
 
6345
 
#: breezy/errors.py:1792
 
6141
#: breezy/errors.py:1784
6346
6142
msgid ""
6347
6143
"An error has been detected in the repository %(repo_path)s.\n"
6348
6144
"Please run brz reconcile on this repository."
6349
6145
msgstr ""
6350
6146
 
6351
 
#: breezy/errors.py:1803
 
6147
#: breezy/errors.py:1795
6352
6148
msgid ""
6353
6149
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
6354
6150
"reason: %(reason)s"
6355
6151
msgstr ""
6356
6152
 
6357
 
#: breezy/errors.py:1816
 
6153
#: breezy/errors.py:1808
6358
6154
msgid ""
6359
6155
"An inconsistent delta was supplied: %(delta)r\n"
6360
6156
"reason: %(reason)s"
6361
6157
msgstr ""
6362
6158
 
6363
 
#: breezy/errors.py:1827
 
6159
#: breezy/errors.py:1820
6364
6160
msgid "To use this feature you must upgrade your branch at %(path)s."
6365
6161
msgstr ""
6366
6162
 
6367
 
#: breezy/errors.py:1836
 
6163
#: breezy/errors.py:1829
6368
6164
msgid "To use this feature you must upgrade your repository at %(path)s."
6369
6165
msgstr ""
6370
6166
 
6371
 
#: breezy/errors.py:1841
 
6167
#: breezy/errors.py:1834
6372
6168
msgid ""
6373
6169
"To use this feature you must upgrade your branch at %(path)s to a format "
6374
6170
"which supports rich roots."
6375
6171
msgstr ""
6376
6172
 
6377
 
#: breezy/errors.py:1847
 
6173
#: breezy/errors.py:1840
6378
6174
msgid "Cannot perform local-only commits on unbound branches."
6379
6175
msgstr ""
6380
6176
 
6381
 
#: breezy/errors.py:1852
 
6177
#: breezy/errors.py:1845
6382
6178
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
6383
6179
msgstr ""
6384
6180
 
6385
 
#: breezy/errors.py:1876
6386
 
msgid "Shared repositories are not supported by %(format)r."
6387
 
msgstr ""
6388
 
 
6389
 
#: breezy/errors.py:1884
 
6181
#: breezy/errors.py:1870
6390
6182
msgid "Ghost tags not supported by format %(format)r."
6391
6183
msgstr ""
6392
6184
 
6393
 
#: breezy/errors.py:1892
 
6185
#: breezy/errors.py:1878
6394
6186
msgid "File is binary but should be text."
6395
6187
msgstr ""
6396
6188
 
6397
 
#: breezy/errors.py:1897
 
6189
#: breezy/errors.py:1883
6398
6190
msgid "The path %(path)s is not permitted on this platform"
6399
6191
msgstr ""
6400
6192
 
6401
 
#: breezy/errors.py:1906
 
6193
#: breezy/errors.py:1892
6402
6194
msgid ""
6403
6195
"Testament did not match expected value.\n"
6404
6196
"       For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
6405
6197
"       {%(measured)s}"
6406
6198
msgstr ""
6407
6199
 
6408
 
#: breezy/errors.py:1918
 
6200
#: breezy/errors.py:1904
6409
6201
msgid "Not a bzr revision-bundle: %(text)r"
6410
6202
msgstr ""
6411
6203
 
6412
 
#: breezy/errors.py:1927
 
6204
#: breezy/errors.py:1913
6413
6205
msgid "Bad bzr revision-bundle: %(text)r"
6414
6206
msgstr ""
6415
6207
 
6416
 
#: breezy/errors.py:1936
 
6208
#: breezy/errors.py:1922
6417
6209
msgid "Malformed bzr revision-bundle header: %(text)r"
6418
6210
msgstr ""
6419
6211
 
6420
 
#: breezy/errors.py:1941
 
6212
#: breezy/errors.py:1927
6421
6213
msgid "Malformed patches in bzr revision-bundle: %(text)r"
6422
6214
msgstr ""
6423
6215
 
6424
 
#: breezy/errors.py:1946
 
6216
#: breezy/errors.py:1932
6425
6217
msgid "Malformed footer in bzr revision-bundle: %(text)r"
6426
6218
msgstr ""
6427
6219
 
6428
 
#: breezy/errors.py:1951
 
6220
#: breezy/errors.py:1937
6429
6221
msgid "End of line marker was not \\n in bzr revision-bundle"
6430
6222
msgstr ""
6431
6223
 
6432
 
#: breezy/errors.py:1961
 
6224
#: breezy/errors.py:1947
6433
6225
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
6434
6226
msgstr ""
6435
6227
 
6436
 
#: breezy/errors.py:1971
 
6228
#: breezy/errors.py:1957
6437
6229
msgid "Root class for inventory serialization errors"
6438
6230
msgstr ""
6439
6231
 
6440
 
#: breezy/errors.py:1976
 
6232
#: breezy/errors.py:1961
6441
6233
msgid ""
6442
6234
"The inventory was not in the expected format:\n"
6443
6235
" %(msg)s"
6444
6236
msgstr ""
6445
6237
 
6446
 
#: breezy/errors.py:1984
 
6238
#: breezy/errors.py:1970
6447
6239
msgid "This operation requires rich root data storage"
6448
6240
msgstr ""
6449
6241
 
6450
 
#: breezy/errors.py:1997
 
6242
#: breezy/errors.py:1983
6451
6243
msgid "Unrecognised value for BRZ_SSH environment variable: %(vendor)s"
6452
6244
msgstr ""
6453
6245
 
6454
 
#: breezy/errors.py:2006
 
6246
#: breezy/errors.py:1992
6455
6247
msgid ""
6456
6248
"Don't know how to handle SSH connections. Please set BRZ_SSH environment "
6457
6249
"variable."
6458
6250
msgstr ""
6459
6251
 
6460
 
#: breezy/errors.py:2013
 
6252
#: breezy/errors.py:1999
6461
6253
msgid ""
6462
6254
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
6463
6255
"ghost at {%(ghost_revision_id)s}"
6464
6256
msgstr ""
6465
6257
 
6466
 
#: breezy/errors.py:2023
 
6258
#: breezy/errors.py:2009
6467
6259
msgid "Ghost revision {%(revision_id)s} cannot be used here."
6468
6260
msgstr ""
6469
6261
 
6470
 
#: breezy/errors.py:2040
 
6262
#: breezy/errors.py:2061
6471
6263
msgid ""
6472
6264
"A merge directive must provide either a bundle or a public branch location."
6473
6265
msgstr ""
6474
6266
 
6475
 
#: breezy/errors.py:2047
 
6267
#: breezy/errors.py:2068
6476
6268
msgid "Bad merge directive payload %(start)r"
6477
6269
msgstr ""
6478
6270
 
6479
 
#: breezy/errors.py:2057
 
6271
#: breezy/errors.py:2078
6480
6272
msgid "Preview patch does not match requested changes."
6481
6273
msgstr ""
6482
6274
 
6483
 
#: breezy/errors.py:2063
 
6275
#: breezy/errors.py:2084
6484
6276
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
6485
6277
msgstr ""
6486
6278
 
6487
 
#: breezy/errors.py:2073
 
6279
#: breezy/errors.py:2094
6488
6280
msgid ""
6489
6281
"Your branch does not have all of the revisions required in order to merge "
6490
6282
"this merge directive and the target location specified in the merge "
6491
6283
"directive is not a branch: %(location)s."
6492
6284
msgstr ""
6493
6285
 
6494
 
#: breezy/errors.py:2085
 
6286
#: breezy/errors.py:2106
6495
6287
msgid "Unsupported entry kind %(kind)s"
6496
6288
msgstr ""
6497
6289
 
6498
 
#: breezy/errors.py:2093
 
6290
#: breezy/errors.py:2114
6499
6291
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
6500
6292
msgstr ""
6501
6293
 
6502
 
#: breezy/errors.py:2103
 
6294
#: breezy/errors.py:2124
6503
6295
msgid "Subsume target %(other_tree)s needs to be upgraded."
6504
6296
msgstr ""
6505
6297
 
6506
 
#: breezy/errors.py:2111
 
6298
#: breezy/errors.py:2132
6507
6299
msgid "No such tag: %(tag_name)s"
6508
6300
msgstr ""
6509
6301
 
6510
 
#: breezy/errors.py:2119
6511
 
msgid ""
6512
 
"Tags not supported by %(branch)s; you may be able to use 'brz upgrade "
6513
 
"%(branch_url)s'."
 
6302
#: breezy/errors.py:2140
 
6303
msgid "Tags not supported by %(branch)s; you may be able to use brz upgrade."
6514
6304
msgstr ""
6515
6305
 
6516
 
#: breezy/errors.py:2129
 
6306
#: breezy/errors.py:2149
6517
6307
msgid "Tag %(tag_name)s already exists."
6518
6308
msgstr ""
6519
6309
 
6520
 
#: breezy/errors.py:2137
 
6310
#: breezy/errors.py:2157
6521
6311
msgid "Could not understand response from smart server: %(response_tuple)r"
6522
6312
msgstr ""
6523
6313
 
6524
 
#: breezy/errors.py:2176
 
6314
#: breezy/errors.py:2196
6525
6315
msgid "Server sent an unexpected error: %(error_tuple)r"
6526
6316
msgstr ""
6527
6317
 
6528
 
#: breezy/errors.py:2195
 
6318
#: breezy/errors.py:2215
6529
6319
msgid "Unrecognised container format: %(container_format)r"
6530
6320
msgstr ""
6531
6321
 
6532
 
#: breezy/errors.py:2203
 
6322
#: breezy/errors.py:2223
6533
6323
msgid "Unexpected end of container stream"
6534
6324
msgstr ""
6535
6325
 
6536
 
#: breezy/errors.py:2208
 
6326
#: breezy/errors.py:2228
6537
6327
msgid "Unknown record type: %(record_type)r"
6538
6328
msgstr ""
6539
6329
 
6540
 
#: breezy/errors.py:2216
 
6330
#: breezy/errors.py:2236
6541
6331
msgid "Invalid record: %(reason)s"
6542
6332
msgstr ""
6543
6333
 
6544
 
#: breezy/errors.py:2224
 
6334
#: breezy/errors.py:2244
6545
6335
msgid "Container has data after end marker: %(excess)r"
6546
6336
msgstr ""
6547
6337
 
6548
 
#: breezy/errors.py:2232
 
6338
#: breezy/errors.py:2252
6549
6339
msgid "Container has multiple records with the same name: %(name)s"
6550
6340
msgstr ""
6551
6341
 
6552
 
#: breezy/errors.py:2240
 
6342
#: breezy/errors.py:2260
6553
6343
msgid "Corrupt or incompatible data stream: %(reason)s"
6554
6344
msgstr ""
6555
6345
 
6556
 
#: breezy/errors.py:2248
 
6346
#: breezy/errors.py:2268
6557
6347
msgid ""
6558
6348
"Working tree \"%(display_url)s\" has uncommitted changes (See brz status)."
6559
6349
"%(more)s"
6560
6350
msgstr ""
6561
6351
 
6562
 
#: breezy/errors.py:2267
 
6352
#: breezy/errors.py:2287
6563
6353
msgid ""
6564
6354
"Branch \"%(display_url)s\" does not support storing uncommitted changes."
6565
6355
msgstr ""
6566
6356
 
6567
 
#: breezy/errors.py:2282
 
6357
#: breezy/errors.py:2302
6568
6358
msgid ""
6569
6359
"Working tree \"%(display_url)s\" has shelved changes (See brz shelve --list)."
6570
6360
"%(more)s"
6571
6361
msgstr ""
6572
6362
 
6573
 
#: breezy/errors.py:2288
 
6363
#: breezy/errors.py:2308
 
6364
msgid "Unable to create symlink %(path_str)son this platform"
 
6365
msgstr ""
 
6366
 
 
6367
#: breezy/errors.py:2323
6574
6368
msgid ""
6575
6369
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6576
6370
msgstr ""
6577
6371
 
6578
 
#: breezy/errors.py:2300
 
6372
#: breezy/errors.py:2335
6579
6373
msgid "The alias \"%(alias_name)s\" does not exist."
6580
6374
msgstr ""
6581
6375
 
6582
 
#: breezy/errors.py:2308
 
6376
#: breezy/errors.py:2343
6583
6377
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6584
6378
msgstr ""
6585
6379
 
6586
 
#: breezy/errors.py:2321
 
6380
#: breezy/errors.py:2356
6587
6381
msgid "Tip change rejected: %(msg)s"
6588
6382
msgstr ""
6589
6383
 
6590
 
#: breezy/errors.py:2329
 
6384
#: breezy/errors.py:2364
6591
6385
msgid "An attempt to access a url outside the server jail was made: '%(url)s'."
6592
6386
msgstr ""
6593
6387
 
6594
 
#: breezy/errors.py:2337
 
6388
#: breezy/errors.py:2372
6595
6389
msgid "The user aborted the operation."
6596
6390
msgstr ""
6597
6391
 
6598
 
#: breezy/errors.py:2389
 
6392
#: breezy/errors.py:2424
6599
6393
msgid "%(controldir)r does not support co-located branches."
6600
6394
msgstr ""
6601
6395
 
6602
 
#: breezy/errors.py:2397
 
6396
#: breezy/errors.py:2432
6603
6397
msgid ""
6604
6398
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `brz "
6605
6399
"unbind` to fix."
6606
6400
msgstr ""
6607
6401
 
6608
 
#: breezy/errors.py:2406
 
6402
#: breezy/errors.py:2441
6609
6403
msgid ""
6610
6404
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6611
6405
"format %(format)r"
6612
6406
msgstr ""
6613
6407
 
6614
 
#: breezy/errors.py:2418
 
6408
#: breezy/errors.py:2453
6615
6409
msgid ""
6616
6410
"Cannot store uncommitted changes because this branch already stores "
6617
6411
"uncommitted changes."
6618
6412
msgstr ""
6619
6413
 
6620
 
#: breezy/export_pot.py:256
 
6414
#: breezy/export_pot.py:255
6621
6415
#, python-format
6622
6416
msgid "Exporting messages from builtin command: %s"
6623
6417
msgstr ""
6624
6418
 
6625
 
#: breezy/export_pot.py:261
 
6419
#: breezy/export_pot.py:260
6626
6420
#, python-format
6627
6421
msgid "Plugin %s is not loaded"
6628
6422
msgstr ""
6629
6423
 
6630
 
#: breezy/export_pot.py:278
 
6424
#: breezy/export_pot.py:277
6631
6425
#, python-brace-format
6632
6426
msgid "Exporting messages from plugin command: {0} in {1}"
6633
6427
msgstr ""
6634
6428
 
6635
 
#: breezy/export_pot.py:299
 
6429
#: breezy/export_pot.py:298
6636
6430
#, python-format
6637
6431
msgid "Exporting message from error: %s"
6638
6432
msgstr ""
6639
6433
 
6640
 
#: breezy/git/commands.py:125
 
6434
#: breezy/git/commands.py:115
6641
6435
#, python-format
6642
6436
msgid "%r is not a git repository"
6643
6437
msgstr ""
6644
6438
 
6645
 
#: breezy/git/commands.py:138
 
6439
#: breezy/git/commands.py:128
6646
6440
msgid "Target repository doesn't support rich roots"
6647
6441
msgstr ""
6648
6442
 
6649
 
#: breezy/git/commands.py:150
 
6443
#: breezy/git/commands.py:141
6650
6444
msgid "creating branches"
6651
6445
msgstr ""
6652
6446
 
6653
 
#: breezy/git/commands.py:172
 
6447
#: breezy/git/commands.py:165
6654
6448
msgid ""
6655
6449
"Use 'bzr checkout' to create a working tree in the newly created branches."
6656
6450
msgstr ""
6657
6451
 
6658
 
#: breezy/git/commands.py:214
 
6452
#: breezy/git/commands.py:207
6659
6453
#, python-format
6660
6454
msgid "Object not found: %s"
6661
6455
msgstr ""
6662
6456
 
6663
 
#: breezy/gpg.py:372
 
6457
#: breezy/git/commands.py:280
 
6458
msgid "error running patch"
 
6459
msgstr ""
 
6460
 
 
6461
#: breezy/gpg.py:365
6664
6462
#, python-brace-format
6665
6463
msgid "No GnuPG key results for pattern: {0}"
6666
6464
msgstr ""
6667
6465
 
6668
 
#: breezy/gpg.py:378
 
6466
#: breezy/gpg.py:371
6669
6467
#, python-brace-format
6670
6468
msgid "{0} commits with valid signatures"
6671
6469
msgstr ""
6672
6470
 
6673
 
#: breezy/gpg.py:384
 
6471
#: breezy/gpg.py:377
6674
6472
#, python-brace-format
6675
6473
msgid "{0} commit with unknown key"
6676
6474
msgid_plural "{0} commits with unknown keys"
6677
6475
msgstr[0] ""
6678
6476
msgstr[1] ""
6679
6477
 
6680
 
#: breezy/gpg.py:392
 
6478
#: breezy/gpg.py:385
6681
6479
#, python-brace-format
6682
6480
msgid "{0} commit not valid"
6683
6481
msgid_plural "{0} commits not valid"
6684
6482
msgstr[0] ""
6685
6483
msgstr[1] ""
6686
6484
 
6687
 
#: breezy/gpg.py:400
 
6485
#: breezy/gpg.py:393
6688
6486
#, python-brace-format
6689
6487
msgid "{0} commit not signed"
6690
6488
msgid_plural "{0} commits not signed"
6691
6489
msgstr[0] ""
6692
6490
msgstr[1] ""
6693
6491
 
6694
 
#: breezy/gpg.py:408
 
6492
#: breezy/gpg.py:401
6695
6493
#, python-brace-format
6696
6494
msgid "{0} commit with key now expired"
6697
6495
msgid_plural "{0} commits with key now expired"
6698
6496
msgstr[0] ""
6699
6497
msgstr[1] ""
6700
6498
 
6701
 
#: breezy/gpg.py:428
 
6499
#: breezy/gpg.py:421
6702
6500
#, python-brace-format
6703
6501
msgid "{0} commit by author {1} with key {2} now expired"
6704
6502
msgid_plural "{0} commits by author {1} with key {2} now expired"
6705
6503
msgstr[0] ""
6706
6504
msgstr[1] ""
6707
6505
 
6708
 
#: breezy/gpg.py:444
 
6506
#: breezy/gpg.py:437
6709
6507
#, python-brace-format
6710
6508
msgid "{0} signed {1} commit"
6711
6509
msgid_plural "{0} signed {1} commits"
6712
6510
msgstr[0] ""
6713
6511
msgstr[1] ""
6714
6512
 
6715
 
#: breezy/gpg.py:461 breezy/gpg.py:478
 
6513
#: breezy/gpg.py:454 breezy/gpg.py:471
6716
6514
#, python-brace-format
6717
6515
msgid "{0} commit by author {1}"
6718
6516
msgid_plural "{0} commits by author {1}"
6719
6517
msgstr[0] ""
6720
6518
msgstr[1] ""
6721
6519
 
6722
 
#: breezy/gpg.py:493
 
6520
#: breezy/gpg.py:486
6723
6521
#, python-brace-format
6724
6522
msgid "Unknown key {0} signed {1} commit"
6725
6523
msgid_plural "Unknown key {0} signed {1} commits"
6736
6534
msgid "Deprecated in: %s"
6737
6535
msgstr ""
6738
6536
 
6739
 
#: breezy/lock.py:470
 
6537
#: breezy/lock.py:546
6740
6538
msgid "{0!r} was {1} locked again"
6741
6539
msgstr ""
6742
6540
 
6773
6571
"held by %(user)s on %(hostname)s (process #%(pid)s), acquired %(time_ago)s"
6774
6572
msgstr ""
6775
6573
 
6776
 
#: breezy/log.py:411
 
6574
#: breezy/log.py:424
6777
6575
msgid "Further revision history missing."
6778
6576
msgstr ""
6779
6577
 
6780
 
#: breezy/log.py:567
 
6578
#: breezy/log.py:580
6781
6579
msgid "--exclude-common-ancestry requires two different revisions"
6782
6580
msgstr ""
6783
6581
 
6784
 
#: breezy/log.py:569
 
6582
#: breezy/log.py:582
6785
6583
#, python-format
6786
6584
msgid "invalid direction %r"
6787
6585
msgstr ""
6788
6586
 
6789
 
#: breezy/log.py:657
 
6587
#: breezy/log.py:670
6790
6588
msgid "Start revision not found in history of end revision."
6791
6589
msgstr ""
6792
6590
 
6793
 
#: breezy/log.py:1106 breezy/log.py:1164
 
6591
#: breezy/log.py:1118 breezy/log.py:1176
6794
6592
msgid "Logging revision 0 is invalid."
6795
6593
msgstr ""
6796
6594
 
6797
 
#: breezy/log.py:1109 breezy/log.py:1166
 
6595
#: breezy/log.py:1121 breezy/log.py:1178
6798
6596
msgid "Start revision must be older than the end revision."
6799
6597
msgstr ""
6800
6598
 
6801
 
#: breezy/log.py:1865
 
6599
#: breezy/log.py:1875
6802
6600
#, python-format
6803
6601
msgid "unknown log formatter: %r"
6804
6602
msgstr ""
6805
6603
 
6806
 
#: breezy/log.py:2162
 
6604
#: breezy/log.py:2173
6807
6605
msgid "fixes bug"
6808
6606
msgid_plural "fixes bugs"
6809
6607
msgstr[0] ""
6810
6608
msgstr[1] ""
6811
6609
 
6812
 
#: breezy/log.py:2165
 
6610
#: breezy/log.py:2176
6813
6611
msgid "related bug"
6814
6612
msgid_plural "related bugs"
6815
6613
msgstr[0] ""
6816
6614
msgstr[1] ""
6817
6615
 
6818
 
#: breezy/merge.py:666
 
6616
#: breezy/merge.py:673
6819
6617
msgid "All changes applied successfully."
6820
6618
msgstr ""
6821
6619
 
6822
 
#: breezy/merge.py:668
 
6620
#: breezy/merge.py:675
6823
6621
#, python-format
6824
6622
msgid "%d conflicts encountered."
6825
6623
msgstr ""
6826
6624
 
6827
 
#: breezy/merge.py:799 breezy/merge.py:1834
 
6625
#: breezy/merge.py:808 breezy/merge.py:1858
6828
6626
msgid "Preparing file merge"
6829
6627
msgstr ""
6830
6628
 
6831
 
#: breezy/mergeable.py:81
6832
 
msgid "A directory cannot be a bundle"
6833
 
msgstr ""
6834
 
 
6835
 
#: breezy/multiparent.py:439
 
6629
#: breezy/multiparent.py:437
6836
6630
msgid "Importing revisions"
6837
6631
msgstr ""
6838
6632
 
6839
6633
# help of 'help' option
6840
 
#: breezy/option.py:551
 
6634
#: breezy/option.py:547
6841
6635
msgid "Show help message."
6842
6636
msgstr ""
6843
6637
 
6844
6638
# help of 'quiet' option
6845
 
#: breezy/option.py:553
 
6639
#: breezy/option.py:549
6846
6640
msgid "Only display errors and warnings."
6847
6641
msgstr ""
6848
6642
 
6849
6643
# help of 'usage' option
6850
 
#: breezy/option.py:556
 
6644
#: breezy/option.py:552
6851
6645
msgid "Show usage message and options."
6852
6646
msgstr ""
6853
6647
 
6854
6648
# help of 'verbose' option
6855
 
#: breezy/option.py:558
 
6649
#: breezy/option.py:554
6856
6650
msgid "Display more information."
6857
6651
msgstr ""
6858
6652
 
6859
6653
# help of 'change' option
6860
 
#: breezy/option.py:566
 
6654
#: breezy/option.py:562
6861
6655
msgid ""
6862
6656
"Select changes introduced by the specified revision. See also \"help "
6863
6657
"revisionspec\"."
6864
6658
msgstr ""
6865
6659
 
6866
6660
# help of 'directory' option
6867
 
#: breezy/option.py:568
 
6661
#: breezy/option.py:564
6868
6662
msgid "Branch to operate on, instead of working directory."
6869
6663
msgstr ""
6870
6664
 
6871
6665
# help of 'log-format=long' option
6872
 
#: breezy/option.py:570
 
6666
#: breezy/option.py:566
6873
6667
msgid "Detailed log format."
6874
6668
msgstr ""
6875
6669
 
6876
6670
# help of 'log-format=gnu-changelog' option
6877
 
#: breezy/option.py:570
 
6671
#: breezy/option.py:566
6878
6672
msgid "Format used by GNU ChangeLog files."
6879
6673
msgstr ""
6880
6674
 
6881
6675
# help of 'log-format=line' option
6882
 
#: breezy/option.py:570
 
6676
#: breezy/option.py:566
6883
6677
msgid "Log format with one line per revision."
6884
6678
msgstr ""
6885
6679
 
6886
6680
# help of 'log-format=short' option
6887
 
#: breezy/option.py:570
 
6681
#: breezy/option.py:566
6888
6682
msgid "Moderately short log format."
6889
6683
msgstr ""
6890
6684
 
6891
6685
# help of 'log-format' option
6892
 
#: breezy/option.py:570
 
6686
#: breezy/option.py:566
6893
6687
msgid "Use specified log format."
6894
6688
msgstr ""
6895
6689
 
6896
6690
# title of 'log-format' option
6897
 
#: breezy/option.py:572
 
6691
#: breezy/option.py:568
6898
6692
msgid "Log format"
6899
6693
msgstr ""
6900
6694
 
6901
6695
# help of 'merge-type=lca' option
6902
 
#: breezy/option.py:574
 
6696
#: breezy/option.py:570
6903
6697
msgid "LCA-newness merge."
6904
6698
msgstr ""
6905
6699
 
6906
6700
# help of 'merge-type=diff3' option
6907
 
#: breezy/option.py:574
 
6701
#: breezy/option.py:570
6908
6702
msgid "Merge using external diff3."
6909
6703
msgstr ""
6910
6704
 
6911
6705
# help of 'merge-type=merge3' option
6912
 
#: breezy/option.py:574
 
6706
#: breezy/option.py:570
6913
6707
msgid "Native diff3-style merge."
6914
6708
msgstr ""
6915
6709
 
6916
6710
# help of 'merge-type' option
6917
 
#: breezy/option.py:574
 
6711
#: breezy/option.py:570
6918
6712
msgid "Select a particular merge algorithm."
6919
6713
msgstr ""
6920
6714
 
6921
6715
# help of 'merge-type=weave' option
6922
 
#: breezy/option.py:574
 
6716
#: breezy/option.py:570
6923
6717
msgid "Weave-based merge."
6924
6718
msgstr ""
6925
6719
 
6926
6720
# title of 'merge-type' option
6927
 
#: breezy/option.py:576
 
6721
#: breezy/option.py:572
6928
6722
msgid "Merge algorithm"
6929
6723
msgstr ""
6930
6724
 
6931
6725
# help of 'message' option
6932
 
#: breezy/option.py:579
 
6726
#: breezy/option.py:575
6933
6727
msgid "Message string."
6934
6728
msgstr ""
6935
6729
 
6936
6730
# help of 'null' option
6937
 
#: breezy/option.py:581
 
6731
#: breezy/option.py:577
6938
6732
msgid "Use an ASCII NUL (\\0) separator rather than a newline."
6939
6733
msgstr ""
6940
6734
 
6941
6735
# help of 'overwrite' option
6942
 
#: breezy/option.py:583
 
6736
#: breezy/option.py:579
6943
6737
msgid "Ignore differences between branches and overwrite unconditionally."
6944
6738
msgstr ""
6945
6739
 
6946
6740
# help of 'remember' option
6947
 
#: breezy/option.py:585
 
6741
#: breezy/option.py:581
6948
6742
msgid "Remember the specified location as a default."
6949
6743
msgstr ""
6950
6744
 
6951
6745
# help of 'reprocess' option
6952
 
#: breezy/option.py:587
 
6746
#: breezy/option.py:583
6953
6747
msgid "Reprocess to reduce spurious conflicts."
6954
6748
msgstr ""
6955
6749
 
6956
6750
# help of 'revision' option
6957
 
#: breezy/option.py:591
 
6751
#: breezy/option.py:587
6958
6752
msgid "See \"help revisionspec\" for details."
6959
6753
msgstr ""
6960
6754
 
6961
6755
# help of 'show-ids' option
6962
 
#: breezy/option.py:593
 
6756
#: breezy/option.py:589
6963
6757
msgid "Show internal object ids."
6964
6758
msgstr ""
6965
6759
 
6966
6760
# help of 'timezone' option
6967
 
#: breezy/option.py:596
 
6761
#: breezy/option.py:592
6968
6762
msgid "Display timezone as local, original, or utc."
6969
6763
msgstr ""
6970
6764
 
6971
 
#: breezy/osutils.py:100
 
6765
#: breezy/osutils.py:109
6972
6766
msgid "Parameter {0!r} encoding is unsupported by {1} application locale."
6973
6767
msgstr ""
6974
6768
 
6975
 
#: breezy/osutils.py:225
 
6769
#: breezy/osutils.py:234
6976
6770
msgid "lstat/stat of ({0!r}): {1!r}"
6977
6771
msgstr ""
6978
6772
 
6979
 
#: breezy/osutils.py:1051 breezy/osutils.py:1062
 
6773
#: breezy/osutils.py:1054 breezy/osutils.py:1065
6980
6774
#, python-format
6981
6775
msgid "sorry, %r not allowed in path"
6982
6776
msgstr ""
6983
6777
 
6984
 
#: breezy/osutils.py:1281
 
6778
#: breezy/osutils.py:1284
6985
6779
#, python-format
6986
6780
msgid "%r is too short to calculate a relative path"
6987
6781
msgstr ""
6988
6782
 
6989
6783
# help of 'plugin' option of 'bash-completion' command
6990
 
# help of 'plugin' option of 'zsh-completion' command
6991
6784
#: breezy/plugins/bash_completion/bashcomp.py:419
6992
 
#: breezy/plugins/zsh_completion/zshcomp.py:257
6993
6785
msgid "Enable completions for the selected plugin (default: all plugins)"
6994
6786
msgstr ""
6995
6787
 
7011
6803
msgstr ""
7012
6804
 
7013
6805
# help of 'function-name' option of 'bash-completion' command
7014
 
# help of 'function-name' option of 'zsh-completion' command
7015
6806
#: breezy/plugins/bash_completion/bashcomp.py:432
7016
 
#: breezy/plugins/zsh_completion/zshcomp.py:270
7017
6807
msgid "Name of the generated function (default: _brz)"
7018
6808
msgstr ""
7019
6809
 
7566
7356
msgid "Don't export tags"
7567
7357
msgstr ""
7568
7358
 
 
7359
#: breezy/plugins/grep/cmds.py:83
 
7360
msgid "Print lines matching PATTERN for specified files and revisions."
 
7361
msgstr ""
 
7362
 
 
7363
#: breezy/plugins/grep/cmds.py:85
 
7364
msgid ""
 
7365
"This command searches the specified files and revisions for a given\n"
 
7366
"pattern.  The pattern is specified as a Python regular expressions[1]."
 
7367
msgstr ""
 
7368
 
 
7369
#: breezy/plugins/grep/cmds.py:88
 
7370
msgid ""
 
7371
"If the file name is not specified, the revisions starting with the\n"
 
7372
"current directory are searched recursively. If the revision number is\n"
 
7373
"not specified, the working copy is searched. To search the last committed\n"
 
7374
"revision, use the '-r -1' or '-r last:1' option."
 
7375
msgstr ""
 
7376
 
 
7377
#: breezy/plugins/grep/cmds.py:93
 
7378
msgid ""
 
7379
"Unversioned files are not searched unless explicitly specified on the\n"
 
7380
"command line. Unversioned directores are not searched."
 
7381
msgstr ""
 
7382
 
 
7383
#: breezy/plugins/grep/cmds.py:96
 
7384
msgid ""
 
7385
"When searching a pattern, the output is shown in the 'filepath:string'\n"
 
7386
"format. If a revision is explicitly searched, the output is shown as\n"
 
7387
"'filepath~N:string', where N is the revision number."
 
7388
msgstr ""
 
7389
 
 
7390
#: breezy/plugins/grep/cmds.py:100
 
7391
msgid ""
 
7392
"--include and --exclude options can be used to search only (or exclude\n"
 
7393
"from search) files with base name matches the specified Unix style GLOB\n"
 
7394
"pattern.  The GLOB pattern an use *, ?, and [...] as wildcards, and \\\n"
 
7395
"to quote wildcard or backslash character literally. Note that the glob\n"
 
7396
"pattern is not a regular expression."
 
7397
msgstr ""
 
7398
 
 
7399
#: breezy/plugins/grep/cmds.py:106
 
7400
msgid "[1] http://docs.python.org/library/re.html#regular-expression-syntax"
 
7401
msgstr ""
 
7402
 
 
7403
# help of 'color' option of 'grep' command
 
7404
#: breezy/plugins/grep/cmds.py:115
 
7405
msgid "Show match in color. WHEN is never, always or auto."
 
7406
msgstr ""
 
7407
 
 
7408
# help of 'diff' option of 'grep' command
 
7409
#: breezy/plugins/grep/cmds.py:117
 
7410
msgid "Grep for pattern in changeset for each revision."
 
7411
msgstr ""
 
7412
 
 
7413
# help of 'exclude' option of 'grep' command
 
7414
#: breezy/plugins/grep/cmds.py:119
 
7415
msgid "Skip files whose base name matches GLOB."
 
7416
msgstr ""
 
7417
 
 
7418
# help of 'include' option of 'grep' command
 
7419
#: breezy/plugins/grep/cmds.py:121
 
7420
msgid "Search only files whose base name matches GLOB."
 
7421
msgstr ""
 
7422
 
 
7423
# help of 'files-with-matches' option of 'grep' command
 
7424
#: breezy/plugins/grep/cmds.py:123
 
7425
msgid "Print only the name of each input file in which PATTERN is found."
 
7426
msgstr ""
 
7427
 
 
7428
# help of 'files-without-match' option of 'grep' command
 
7429
#: breezy/plugins/grep/cmds.py:126
 
7430
msgid "Print only the name of each input file in which PATTERN is not found."
 
7431
msgstr ""
 
7432
 
 
7433
# help of 'fixed-string' option of 'grep' command
 
7434
#: breezy/plugins/grep/cmds.py:129
 
7435
msgid "Interpret PATTERN is a single fixed string (not regex)."
 
7436
msgstr ""
 
7437
 
 
7438
# help of 'from-root' option of 'grep' command
 
7439
#: breezy/plugins/grep/cmds.py:131
 
7440
msgid ""
 
7441
"Search for pattern starting from the root of the branch. (implies --"
 
7442
"recursive)"
 
7443
msgstr ""
 
7444
 
 
7445
# help of 'ignore-case' option of 'grep' command
 
7446
#: breezy/plugins/grep/cmds.py:134
 
7447
msgid "ignore case distinctions while matching."
 
7448
msgstr ""
 
7449
 
 
7450
# help of 'levels' option of 'grep' command
 
7451
#: breezy/plugins/grep/cmds.py:136
 
7452
msgid ""
 
7453
"Number of levels to display - 0 for all, 1 for collapsed (1 is default)."
 
7454
msgstr ""
 
7455
 
 
7456
# help of 'line-number' option of 'grep' command
 
7457
#: breezy/plugins/grep/cmds.py:141
 
7458
msgid "show 1-based line number."
 
7459
msgstr ""
 
7460
 
 
7461
# help of 'no-recursive' option of 'grep' command
 
7462
#: breezy/plugins/grep/cmds.py:143
 
7463
msgid "Don't recurse into subdirectories. (default is --recursive)"
 
7464
msgstr ""
 
7465
 
 
7466
# help of 'null' option of 'grep' command
 
7467
#: breezy/plugins/grep/cmds.py:145
 
7468
msgid ""
 
7469
"Write an ASCII NUL (\\0) separator between output lines rather than a "
 
7470
"newline."
 
7471
msgstr ""
 
7472
 
7569
7473
#: breezy/plugins/launchpad/account.py:66
7570
7474
msgid "Setting ssh/sftp usernames for launchpad.net."
7571
7475
msgstr ""
7686
7590
msgid "%d proposals(s) found."
7687
7591
msgstr ""
7688
7592
 
7689
 
#: breezy/plugins/launchpad/cmds.py:275
 
7593
#: breezy/plugins/launchpad/cmds.py:274
7690
7594
msgid "Finding proposals"
7691
7595
msgstr ""
7692
7596
 
7693
 
#: breezy/plugins/launchpad/lp_api.py:225
7694
 
#: breezy/plugins/launchpad/lp_api.py:230
 
7597
#: breezy/plugins/launchpad/lp_api.py:240
 
7598
#: breezy/plugins/launchpad/lp_api.py:245
7695
7599
#, python-format
7696
7600
msgid "%s is not registered on Launchpad"
7697
7601
msgstr ""
7698
7602
 
7699
 
#: breezy/plugins/launchpad/lp_api.py:240
 
7603
#: breezy/plugins/launchpad/lp_api.py:255
7700
7604
#, python-format
7701
7605
msgid "%s has no development focus."
7702
7606
msgstr ""
7703
7607
 
7704
 
#: breezy/plugins/launchpad/lp_api.py:245
 
7608
#: breezy/plugins/launchpad/lp_api.py:260
7705
7609
#, python-format
7706
7610
msgid "development focus %s has no branch."
7707
7611
msgstr ""
7708
7612
 
7709
 
#: breezy/plugins/launchpad/lp_api.py:250
 
7613
#: breezy/plugins/launchpad/lp_api.py:265
7710
7614
#, python-format
7711
7615
msgid "source package %s has no branch."
7712
7616
msgstr ""
7713
7617
 
7714
 
#: breezy/plugins/launchpad/lp_api.py:254
 
7618
#: breezy/plugins/launchpad/lp_api.py:269
7715
7619
#, python-format
7716
7620
msgid "%s has no associated product or source package."
7717
7621
msgstr ""
7718
7622
 
7719
 
#: breezy/plugins/launchpad/lp_api.py:265
 
7623
#: breezy/plugins/launchpad/lp_api.py:280
7720
7624
#, python-format
7721
7625
msgid "%s is already up-to-date."
7722
7626
msgstr ""
7723
7627
 
7724
 
#: breezy/plugins/launchpad/lp_api.py:272
 
7628
#: breezy/plugins/launchpad/lp_api.py:287
7725
7629
#, python-format
7726
7630
msgid "Pushing to %s"
7727
7631
msgstr ""
7728
7632
 
7729
 
#: breezy/plugins/launchpad/lp_directory.py:175
 
7633
#: breezy/plugins/launchpad/lp_directory.py:165
7730
7634
#, python-brace-format
7731
7635
msgid ""
7732
7636
"resolution for {0}\n"
7734
7638
" remote: {2}"
7735
7639
msgstr ""
7736
7640
 
7737
 
#: breezy/plugins/launchpad/lp_propose.py:150
7738
 
#: breezy/plugins/propose/cmds.py:207
 
7641
#: breezy/plugins/launchpad/lp_propose.py:152
 
7642
#: breezy/plugins/propose/cmds.py:197
7739
7643
#, python-format
7740
7644
msgid "There is already a branch merge proposal: %s"
7741
7645
msgstr ""
7781
7685
msgid "Using parent branch %s"
7782
7686
msgstr ""
7783
7687
 
7784
 
#: breezy/plugins/propose/cmds.py:95
 
7688
#: breezy/plugins/propose/cmds.py:94
7785
7689
#, python-format
7786
7690
msgid "Pushed to %s"
7787
7691
msgstr ""
7788
7692
 
7789
 
#: breezy/plugins/propose/cmds.py:129
 
7693
#: breezy/plugins/propose/cmds.py:128
7790
7694
msgid "Propose a branch for merging."
7791
7695
msgstr ""
7792
7696
 
7793
 
#: breezy/plugins/propose/cmds.py:131
 
7697
#: breezy/plugins/propose/cmds.py:130
7794
7698
msgid ""
7795
7699
"This command creates a merge proposal for the local\n"
7796
7700
"branch to the target branch. The format of the merge\n"
7798
7702
msgstr ""
7799
7703
 
7800
7704
# title of 'hoster' option of 'propose-merge' command
7801
 
#: breezy/plugins/propose/cmds.py:139
 
7705
#: breezy/plugins/propose/cmds.py:138
7802
7706
msgid "hoster"
7803
7707
msgstr ""
7804
7708
 
7805
7709
# help of 'hoster' option of 'propose-merge' command
7806
 
#: breezy/plugins/propose/cmds.py:140
 
7710
#: breezy/plugins/propose/cmds.py:139
7807
7711
msgid "Use the hoster."
7808
7712
msgstr ""
7809
7713
 
7810
7714
# help of 'reviewers' option of 'propose-merge' command
7811
 
#: breezy/plugins/propose/cmds.py:143
 
7715
#: breezy/plugins/propose/cmds.py:142
7812
7716
msgid "Requested reviewers."
7813
7717
msgstr ""
7814
7718
 
7815
7719
# help of 'name' option of 'propose-merge' command
7816
7720
# help of 'name' option of 'publish-derived' command
7817
 
#: breezy/plugins/propose/cmds.py:144
 
7721
#: breezy/plugins/propose/cmds.py:143
7818
7722
msgid "Name of the new remote branch."
7819
7723
msgstr ""
7820
7724
 
7821
7725
# help of 'description' option of 'propose-merge' command
7822
 
#: breezy/plugins/propose/cmds.py:145
 
7726
#: breezy/plugins/propose/cmds.py:144
7823
7727
msgid "Description of the change."
7824
7728
msgstr ""
7825
7729
 
7826
7730
# help of 'prerequisite' option of 'propose-merge' command
7827
 
#: breezy/plugins/propose/cmds.py:146
 
7731
#: breezy/plugins/propose/cmds.py:145
7828
7732
msgid "Prerequisite branch."
7829
7733
msgstr ""
7830
7734
 
7831
 
# help of 'wip' option of 'propose-merge' command
 
7735
# help of 'labels' option of 'propose-merge' command
7832
7736
#: breezy/plugins/propose/cmds.py:147
7833
 
msgid "Mark merge request as work-in-progress"
7834
 
msgstr ""
7835
 
 
7836
 
# help of 'commit-message' option of 'propose-merge' command
7837
 
#: breezy/plugins/propose/cmds.py:150
7838
 
msgid "Set commit message for merge, if supported"
7839
 
msgstr ""
7840
 
 
7841
 
# help of 'labels' option of 'propose-merge' command
7842
 
#: breezy/plugins/propose/cmds.py:152
7843
7737
msgid "Labels to apply."
7844
7738
msgstr ""
7845
7739
 
7846
7740
# help of 'no-allow-lossy' option of 'propose-merge' command
7847
7741
# help of 'no-allow-lossy' option of 'publish-derived' command
7848
 
#: breezy/plugins/propose/cmds.py:154
 
7742
#: breezy/plugins/propose/cmds.py:149
7849
7743
msgid "Allow fallback to lossy push, if necessary."
7850
7744
msgstr ""
7851
7745
 
7852
 
# help of 'allow-collaboration' option of 'propose-merge' command
7853
 
#: breezy/plugins/propose/cmds.py:156
7854
 
msgid "Allow collaboration from target branch maintainer(s)"
7855
 
msgstr ""
7856
 
 
7857
 
#: breezy/plugins/propose/cmds.py:174 breezy/plugins/propose/cmds.py:233
 
7746
#: breezy/plugins/propose/cmds.py:166 breezy/plugins/propose/cmds.py:222
7858
7747
msgid "No target location specified or remembered"
7859
7748
msgstr ""
7860
7749
 
7861
 
#: breezy/plugins/propose/cmds.py:187
 
7750
#: breezy/plugins/propose/cmds.py:178
7862
7751
#, python-format
7863
7752
msgid "Published branch to %s"
7864
7753
msgstr ""
7865
7754
 
7866
 
#: breezy/plugins/propose/cmds.py:209
 
7755
#: breezy/plugins/propose/cmds.py:198
7867
7756
#, python-format
7868
7757
msgid "Merge proposal created: %s"
7869
7758
msgstr ""
7870
7759
 
7871
 
#: breezy/plugins/propose/cmds.py:213
 
7760
#: breezy/plugins/propose/cmds.py:202
7872
7761
msgid "Find a merge proposal."
7873
7762
msgstr ""
7874
7763
 
7875
 
#: breezy/plugins/propose/cmds.py:238
 
7764
#: breezy/plugins/propose/cmds.py:204
 
7765
msgid "    "
 
7766
msgstr ""
 
7767
 
 
7768
#: breezy/plugins/propose/cmds.py:227
7876
7769
#, python-format
7877
7770
msgid "Merge proposal: %s\n"
7878
7771
msgstr ""
7879
7772
 
7880
 
#: breezy/plugins/propose/cmds.py:242
 
7773
#: breezy/plugins/propose/cmds.py:231
7881
7774
msgid "Log into GitHub."
7882
7775
msgstr ""
7883
7776
 
7884
 
#: breezy/plugins/propose/cmds.py:244
 
7777
#: breezy/plugins/propose/cmds.py:233
7885
7778
msgid ""
7886
7779
"When communicating with GitHub, some commands need to authenticate to\n"
7887
7780
"GitHub."
7888
7781
msgstr ""
7889
7782
 
7890
 
#: breezy/plugins/propose/cmds.py:279
 
7783
#: breezy/plugins/propose/cmds.py:268
7891
7784
msgid "Log into a GitLab instance."
7892
7785
msgstr ""
7893
7786
 
7894
 
#: breezy/plugins/propose/cmds.py:281
 
7787
#: breezy/plugins/propose/cmds.py:270
7895
7788
msgid ""
7896
7789
"This command takes a GitLab instance URL (e.g. https://gitlab.com)\n"
7897
 
"as well as an optional private token. Private tokens can be created via the\n"
 
7790
"as well as a private token. Private tokens can be created via the\n"
7898
7791
"web UI."
7899
7792
msgstr ""
7900
7793
 
7901
 
#: breezy/plugins/propose/cmds.py:287
7902
 
msgid "  Log into GNOME's GitLab (prompts for a token):"
7903
 
msgstr ""
7904
 
 
7905
 
#: breezy/plugins/propose/cmds.py:289
7906
 
msgid "     brz gitlab-login https://gitlab.gnome.org/"
7907
 
msgstr ""
7908
 
 
7909
 
#: breezy/plugins/propose/cmds.py:291
7910
 
msgid "  Log into Debian's salsa, using a token created earlier:"
7911
 
msgstr ""
7912
 
 
7913
 
#: breezy/plugins/propose/cmds.py:293
 
7794
#: breezy/plugins/propose/cmds.py:276
 
7795
msgid "  Log into Debian's salsa:"
 
7796
msgstr ""
 
7797
 
 
7798
#: breezy/plugins/propose/cmds.py:278
7914
7799
msgid "     brz gitlab-login https://salsa.debian.org if4Theis6Eich7aef0zo"
7915
7800
msgstr ""
7916
7801
 
7917
7802
# help of 'name' option of 'gitlab-login' command
7918
 
#: breezy/plugins/propose/cmds.py:299
 
7803
#: breezy/plugins/propose/cmds.py:284
7919
7804
msgid "Name for GitLab site in configuration."
7920
7805
msgstr ""
7921
7806
 
7922
7807
# help of 'no-check' option of 'gitlab-login' command
7923
 
#: breezy/plugins/propose/cmds.py:302
 
7808
#: breezy/plugins/propose/cmds.py:287
7924
7809
msgid "Don't check that the token is valid."
7925
7810
msgstr ""
7926
7811
 
7927
 
#: breezy/plugins/propose/cmds.py:364
7928
 
msgid "Land a merge proposal."
7929
 
msgstr ""
7930
 
 
7931
 
# help of 'message' option of 'land-merge-proposal' command
7932
 
#: breezy/plugins/propose/cmds.py:368
7933
 
msgid "Commit message to use."
7934
 
msgstr ""
7935
 
 
7936
 
#: breezy/plugins/propose/github.py:397
 
7812
#: breezy/plugins/propose/github.py:177
7937
7813
#, python-format
7938
7814
msgid "Forking new repository %s from %s"
7939
7815
msgstr ""
7940
7816
 
7941
 
#: breezy/plugins/propose/github.py:400
 
7817
#: breezy/plugins/propose/github.py:180
7942
7818
#, python-format
7943
7819
msgid "Reusing existing repository %s"
7944
7820
msgstr ""
7945
7821
 
7946
 
#: breezy/plugins/quilt/merge.py:113
7947
 
#, python-format
7948
 
msgid "Applying %d quilt patches."
7949
 
msgstr ""
7950
 
 
7951
 
#: breezy/plugins/quilt/merge.py:125
7952
 
#, python-format
7953
 
msgid "Unapplying %d quilt patches."
7954
 
msgstr ""
7955
 
 
7956
 
#: breezy/plugins/quilt/merge.py:141
7957
 
#, python-format
7958
 
msgid "Committing with %d patches applied and %d patches unapplied."
7959
 
msgstr ""
7960
 
 
7961
 
#: breezy/plugins/rewrite/commands.py:51
7962
 
msgid ""
7963
 
"A conflict occurred replaying a commit. Resolve the conflict and run 'brz "
7964
 
"rebase-continue' or run 'brz rebase-abort'."
7965
 
msgstr ""
7966
 
 
7967
 
#: breezy/plugins/rewrite/commands.py:59
7968
 
msgid "Re-base a branch."
7969
 
msgstr ""
7970
 
 
7971
 
#: breezy/plugins/rewrite/commands.py:61
7972
 
msgid ""
7973
 
"Rebasing is the process of taking a branch and modifying the history so\n"
7974
 
"that it appears to start from a different point. This can be useful\n"
7975
 
"to clean up the history before submitting your changes. The tree at the\n"
7976
 
"end of the process will be the same as if you had merged the other branch,\n"
7977
 
"but the history will be different."
7978
 
msgstr ""
7979
 
 
7980
 
#: breezy/plugins/rewrite/commands.py:67
7981
 
msgid ""
7982
 
"The command takes the location of another branch on to which the branch in\n"
7983
 
"the specified directory (by default, the current working directory)\n"
7984
 
"will be rebased. If a branch is not specified then the parent branch\n"
7985
 
"is used, and this is usually the desired result."
7986
 
msgstr ""
7987
 
 
7988
 
#: breezy/plugins/rewrite/commands.py:72
7989
 
msgid ""
7990
 
"The first step identifies the revisions that are in the current branch that\n"
7991
 
"are not in the parent branch. The current branch is then set to be at the\n"
7992
 
"same revision as the target branch, and each revision is replayed on top\n"
7993
 
"of the branch. At the end of the process it will appear as though your\n"
7994
 
"current branch was branched off the current last revision of the target."
7995
 
msgstr ""
7996
 
 
7997
 
#: breezy/plugins/rewrite/commands.py:78
7998
 
msgid ""
7999
 
"Each revision that is replayed may cause conflicts in the tree. If this\n"
8000
 
"happens the command will stop and allow you to fix them up. Resolve the\n"
8001
 
"commits as you would for a merge, and then run 'brz resolve' to marked\n"
8002
 
"them as resolved. Once you have resolved all the conflicts you should\n"
8003
 
"run 'brz rebase-continue' to continue the rebase operation."
8004
 
msgstr ""
8005
 
 
8006
 
#: breezy/plugins/rewrite/commands.py:84
8007
 
msgid ""
8008
 
"If conflicts are encountered and you decide that you do not wish to "
8009
 
"continue\n"
8010
 
"you can run 'brz rebase-abort'."
8011
 
msgstr ""
8012
 
 
8013
 
#: breezy/plugins/rewrite/commands.py:87
8014
 
msgid ""
8015
 
"The '--onto' option allows you to specify a different revision in the\n"
8016
 
"target branch to start at when replaying the revisions. This means that\n"
8017
 
"you can change the point at which the current branch will appear to be\n"
8018
 
"branched from when the operation completes."
8019
 
msgstr ""
8020
 
 
8021
 
# help of 'always-rebase-merges' option of 'rebase' command
8022
 
#: breezy/plugins/rewrite/commands.py:100
8023
 
msgid "Don't skip revisions that merge already present revisions."
8024
 
msgstr ""
8025
 
 
8026
 
# help of 'pending-merges' option of 'rebase' command
8027
 
#: breezy/plugins/rewrite/commands.py:103
8028
 
msgid "Rebase pending merges onto local branch."
8029
 
msgstr ""
8030
 
 
8031
 
# help of 'onto' option of 'rebase' command
8032
 
#: breezy/plugins/rewrite/commands.py:105
8033
 
msgid "Different revision to replay onto."
8034
 
msgstr ""
8035
 
 
8036
 
#: breezy/plugins/rewrite/commands.py:132
8037
 
msgid "--revision and --pending-merges are mutually exclusive"
8038
 
msgstr ""
8039
 
 
8040
 
#: breezy/plugins/rewrite/commands.py:144
8041
 
msgid "No upstream branch specified."
8042
 
msgstr ""
8043
 
 
8044
 
#: breezy/plugins/rewrite/commands.py:145
8045
 
#, python-format
8046
 
msgid "Rebasing on %s"
8047
 
msgstr ""
8048
 
 
8049
 
#: breezy/plugins/rewrite/commands.py:152
8050
 
msgid ""
8051
 
"A rebase operation was interrupted. Continue using 'brz rebase-continue' or "
8052
 
"abort using 'brz rebase-abort'"
8053
 
msgstr ""
8054
 
 
8055
 
#: breezy/plugins/rewrite/commands.py:169
8056
 
#: breezy/plugins/rewrite/commands.py:386
8057
 
msgid "--revision takes only one or two arguments"
8058
 
msgstr ""
8059
 
 
8060
 
#: breezy/plugins/rewrite/commands.py:174
8061
 
msgid "No pending merges present."
8062
 
msgstr ""
8063
 
 
8064
 
#: breezy/plugins/rewrite/commands.py:177
8065
 
msgid "Rebasing more than one pending merge not supported"
8066
 
msgstr ""
8067
 
 
8068
 
#: breezy/plugins/rewrite/commands.py:203
8069
 
msgid "No revisions to rebase.\n"
8070
 
msgstr ""
8071
 
 
8072
 
#: breezy/plugins/rewrite/commands.py:207
8073
 
msgid "Base branch is descendant of current branch. Pulling instead.\n"
8074
 
msgstr ""
8075
 
 
8076
 
#: breezy/plugins/rewrite/commands.py:224
8077
 
#, python-format
8078
 
msgid "%d revisions will be rebased:"
8079
 
msgstr ""
8080
 
 
8081
 
#: breezy/plugins/rewrite/commands.py:240
8082
 
msgid "Abort an interrupted rebase."
8083
 
msgstr ""
8084
 
 
8085
 
#: breezy/plugins/rewrite/commands.py:272
8086
 
msgid "Continue an interrupted rebase after resolving conflicts."
8087
 
msgstr ""
8088
 
 
8089
 
#: breezy/plugins/rewrite/commands.py:295
8090
 
msgid ""
8091
 
"There are still conflicts present. Resolve the conflicts and then run 'brz "
8092
 
"resolve' and try again."
8093
 
msgstr ""
8094
 
 
8095
 
#: breezy/plugins/rewrite/commands.py:302
8096
 
msgid "No rebase to continue"
8097
 
msgstr ""
8098
 
 
8099
 
#: breezy/plugins/rewrite/commands.py:313
8100
 
msgid ""
8101
 
"Print list of revisions that still need to be replayed as part of the\n"
8102
 
"current rebase operation."
8103
 
msgstr ""
8104
 
 
8105
 
#: breezy/plugins/rewrite/commands.py:337
8106
 
msgid "No rebase in progress"
8107
 
msgstr ""
8108
 
 
8109
 
#: breezy/plugins/rewrite/commands.py:340
8110
 
#, python-format
8111
 
msgid "Currently replaying: %s"
8112
 
msgstr ""
8113
 
 
8114
 
#: breezy/plugins/rewrite/commands.py:342
8115
 
#, python-brace-format
8116
 
msgid "{0} -> {1}"
8117
 
msgstr ""
8118
 
 
8119
 
#: breezy/plugins/rewrite/commands.py:388
8120
 
msgid "--revision is mandatory"
8121
 
msgstr ""
8122
 
 
8123
 
#: breezy/plugins/rewrite/commands.py:398
8124
 
msgid "replaying commits"
8125
 
msgstr ""
8126
 
 
8127
 
#: breezy/plugins/rewrite/commands.py:429
8128
 
msgid ""
8129
 
"Rebase revisions based on a branch created with a different import tool."
8130
 
msgstr ""
8131
 
 
8132
 
#: breezy/plugins/rewrite/commands.py:431
8133
 
msgid ""
8134
 
"This will change the identity of revisions whose parents\n"
8135
 
"were mapped from revisions in the other version control system."
8136
 
msgstr ""
8137
 
 
8138
 
#: breezy/plugins/rewrite/commands.py:434
8139
 
msgid ""
8140
 
"You are recommended to run \"brz check\" in the local repository\n"
8141
 
"after running this command."
8142
 
msgstr ""
8143
 
 
8144
 
# help of 'idmap-file' option of 'rebase-foreign' command
8145
 
#: breezy/plugins/rewrite/commands.py:440
8146
 
msgid "Write map with old and new revision ids."
8147
 
msgstr ""
8148
 
 
8149
 
# help of 'directory' option of 'rebase' command
8150
 
# help of 'directory' option of 'rebase-abort' command
8151
 
# help of 'directory' option of 'rebase-continue' command
8152
 
# help of 'directory' option of 'rebase-foreign' command
8153
 
# help of 'directory' option of 'rebase-todo' command
8154
 
#: breezy/plugins/rewrite/commands.py:445
8155
 
msgid ""
8156
 
"Branch to replay onto, rather than the one containing the working directory."
8157
 
msgstr ""
8158
 
 
8159
 
#: breezy/plugins/rewrite/commands.py:483
8160
 
#, python-format
8161
 
msgid "Using saved location: %s\n"
8162
 
msgstr ""
8163
 
 
8164
 
#: breezy/plugins/stats/cmds.py:241
 
7822
#: breezy/plugins/stats/cmds.py:238
8165
7823
msgid "Generate statistics for LOCATION."
8166
7824
msgstr ""
8167
7825
 
8168
7826
# help of 'show-class' option of 'committer-statistics' command
8169
 
#: breezy/plugins/stats/cmds.py:246
 
7827
#: breezy/plugins/stats/cmds.py:243
8170
7828
msgid "Show the class of contributions."
8171
7829
msgstr ""
8172
7830
 
8173
 
#: breezy/plugins/stats/cmds.py:386
 
7831
#: breezy/plugins/stats/cmds.py:383
8174
7832
msgid "Determine credits for LOCATION."
8175
7833
msgstr ""
8176
7834
 
8177
 
#: breezy/plugins/upload/cmds.py:466
 
7835
#: breezy/plugins/upload/cmds.py:468
8178
7836
msgid "Upload a working tree, as a whole or incrementally."
8179
7837
msgstr ""
8180
7838
 
8181
 
#: breezy/plugins/upload/cmds.py:468
 
7839
#: breezy/plugins/upload/cmds.py:470
8182
7840
msgid ""
8183
7841
"If no destination is specified use the last one used.\n"
8184
7842
"If no revision is specified upload the changes since the last upload."
8185
7843
msgstr ""
8186
7844
 
8187
 
#: breezy/plugins/upload/cmds.py:471
 
7845
#: breezy/plugins/upload/cmds.py:473
8188
7846
msgid "Changes include files added, renamed, modified or removed."
8189
7847
msgstr ""
8190
7848
 
8191
7849
# help of 'full' option of 'upload' command
8192
 
#: breezy/plugins/upload/cmds.py:479
 
7850
#: breezy/plugins/upload/cmds.py:481
8193
7851
msgid "Upload the full working tree."
8194
7852
msgstr ""
8195
7853
 
8196
7854
# help of 'quiet' option of 'upload' command
8197
 
#: breezy/plugins/upload/cmds.py:480
 
7855
#: breezy/plugins/upload/cmds.py:482
8198
7856
msgid "Do not output what is being done."
8199
7857
msgstr ""
8200
7858
 
8201
7859
# help of 'directory' option of 'upload' command
8202
 
#: breezy/plugins/upload/cmds.py:483
 
7860
#: breezy/plugins/upload/cmds.py:485
8203
7861
msgid ""
8204
7862
"Branch to upload from, rather than the one containing the working directory."
8205
7863
msgstr ""
8206
7864
 
8207
7865
# help of 'auto' option of 'upload' command
8208
 
#: breezy/plugins/upload/cmds.py:489
 
7866
#: breezy/plugins/upload/cmds.py:491
8209
7867
msgid "Trigger an upload from this branch whenever the tip revision changes."
8210
7868
msgstr ""
8211
7869
 
 
7870
#: breezy/plugins/weave_fmt/bzrdir.py:243
 
7871
msgid "pb parameter to convert() is deprecated"
 
7872
msgstr ""
 
7873
 
8212
7874
#: breezy/plugins/weave_fmt/bzrdir.py:245
8213
 
msgid "pb parameter to convert() is deprecated"
8214
 
msgstr ""
8215
 
 
8216
 
#: breezy/plugins/weave_fmt/bzrdir.py:247
8217
7875
msgid "starting upgrade from format 4 to 5"
8218
7876
msgstr ""
8219
7877
 
8220
 
#: breezy/plugins/weave_fmt/bzrdir.py:256
 
7878
#: breezy/plugins/weave_fmt/bzrdir.py:254
8221
7879
msgid "note: upgrade may be faster if all store files are ungzipped first"
8222
7880
msgstr ""
8223
7881
 
8224
 
#: breezy/plugins/weave_fmt/bzrdir.py:285
 
7882
#: breezy/plugins/weave_fmt/bzrdir.py:283
8225
7883
msgid "converting revision"
8226
7884
msgstr ""
8227
7885
 
8228
 
#: breezy/plugins/weave_fmt/bzrdir.py:290
 
7886
#: breezy/plugins/weave_fmt/bzrdir.py:288
8229
7887
msgid "upgraded to weaves:"
8230
7888
msgstr ""
8231
7889
 
 
7890
#: breezy/plugins/weave_fmt/bzrdir.py:289
 
7891
#, python-format
 
7892
msgid "%6d revisions and inventories"
 
7893
msgstr ""
 
7894
 
8232
7895
#: breezy/plugins/weave_fmt/bzrdir.py:291
8233
7896
#, python-format
8234
 
msgid "%6d revisions and inventories"
 
7897
msgid "%6d revisions not present"
8235
7898
msgstr ""
8236
7899
 
8237
7900
#: breezy/plugins/weave_fmt/bzrdir.py:293
8238
7901
#, python-format
8239
 
msgid "%6d revisions not present"
8240
 
msgstr ""
8241
 
 
8242
 
#: breezy/plugins/weave_fmt/bzrdir.py:295
8243
 
#, python-format
8244
7902
msgid "%6d texts"
8245
7903
msgstr ""
8246
7904
 
8247
 
#: breezy/plugins/weave_fmt/bzrdir.py:332
 
7905
#: breezy/plugins/weave_fmt/bzrdir.py:330
8248
7906
msgid "writing weave"
8249
7907
msgstr ""
8250
7908
 
 
7909
#: breezy/plugins/weave_fmt/bzrdir.py:334
8251
7910
#: breezy/plugins/weave_fmt/bzrdir.py:336
8252
 
#: breezy/plugins/weave_fmt/bzrdir.py:338
8253
7911
msgid "inventory"
8254
7912
msgstr ""
8255
7913
 
8256
 
#: breezy/plugins/weave_fmt/bzrdir.py:355
 
7914
#: breezy/plugins/weave_fmt/bzrdir.py:353
8257
7915
msgid "write revision"
8258
7916
msgstr ""
8259
7917
 
8260
 
#: breezy/plugins/weave_fmt/bzrdir.py:369
 
7918
#: breezy/plugins/weave_fmt/bzrdir.py:367
8261
7919
msgid "loading revision"
8262
7920
msgstr ""
8263
7921
 
8264
 
#: breezy/plugins/weave_fmt/bzrdir.py:374
 
7922
#: breezy/plugins/weave_fmt/bzrdir.py:372
8265
7923
#, python-format
8266
7924
msgid "revision {%s} not present in branch; will be converted as a ghost"
8267
7925
msgstr ""
8268
7926
 
8269
 
#: breezy/plugins/weave_fmt/bzrdir.py:506
 
7927
#: breezy/plugins/weave_fmt/bzrdir.py:511
8270
7928
msgid "starting upgrade from format 5 to 6"
8271
7929
msgstr ""
8272
7930
 
8273
 
#: breezy/plugins/weave_fmt/bzrdir.py:514
 
7931
#: breezy/plugins/weave_fmt/bzrdir.py:519
8274
7932
#, python-format
8275
7933
msgid "adding prefixes to %s"
8276
7934
msgstr ""
8277
7935
 
8278
 
#: breezy/plugins/weave_fmt/bzrdir.py:556
 
7936
#: breezy/plugins/weave_fmt/bzrdir.py:561
8279
7937
msgid "starting upgrade from format 6 to metadir"
8280
7938
msgstr ""
8281
7939
 
8282
 
#: breezy/plugins/weave_fmt/bzrdir.py:564
 
7940
#: breezy/plugins/weave_fmt/bzrdir.py:569
8283
7941
msgid "Removing ancestry.weave"
8284
7942
msgstr ""
8285
7943
 
8286
 
#: breezy/plugins/weave_fmt/bzrdir.py:569
 
7944
#: breezy/plugins/weave_fmt/bzrdir.py:574
8287
7945
msgid "Finding branch files"
8288
7946
msgstr ""
8289
7947
 
8290
 
#: breezy/plugins/weave_fmt/bzrdir.py:579
 
7948
#: breezy/plugins/weave_fmt/bzrdir.py:584
8291
7949
msgid "Upgrading repository"
8292
7950
msgstr ""
8293
7951
 
8294
 
#: breezy/plugins/weave_fmt/bzrdir.py:589
 
7952
#: breezy/plugins/weave_fmt/bzrdir.py:594
8295
7953
msgid "Upgrading branch"
8296
7954
msgstr ""
8297
7955
 
8298
 
#: breezy/plugins/weave_fmt/bzrdir.py:612
 
7956
#: breezy/plugins/weave_fmt/bzrdir.py:617
8299
7957
msgid "No working tree."
8300
7958
msgstr ""
8301
7959
 
8302
 
#: breezy/plugins/weave_fmt/bzrdir.py:619
 
7960
#: breezy/plugins/weave_fmt/bzrdir.py:624
8303
7961
msgid "Upgrading working tree"
8304
7962
msgstr ""
8305
7963
 
8306
 
#: breezy/plugins/weave_fmt/bzrdir.py:639
 
7964
#: breezy/plugins/weave_fmt/bzrdir.py:644
8307
7965
#, python-format
8308
7966
msgid "Make %s lock"
8309
7967
msgstr ""
8310
7968
 
8311
 
#: breezy/plugins/weave_fmt/bzrdir.py:650
 
7969
#: breezy/plugins/weave_fmt/bzrdir.py:655
8312
7970
#, python-format
8313
7971
msgid "Moving %s"
8314
7972
msgstr ""
8315
7973
 
8316
 
#: breezy/plugins/zsh_completion/zshcomp.py:258
8317
 
msgid "Generate a shell function for zsh command line completion."
8318
 
msgstr ""
8319
 
 
8320
 
#: breezy/plugins/zsh_completion/zshcomp.py:260
8321
 
msgid ""
8322
 
"This command generates a shell function which can be used by zsh to\n"
8323
 
"automatically complete the currently typed command when the user presses\n"
8324
 
"the completion key (usually tab)."
8325
 
msgstr ""
8326
 
 
8327
 
#: breezy/plugins/zsh_completion/zshcomp.py:264
8328
 
msgid ""
8329
 
"Commonly used like this:\n"
8330
 
"    eval \"`brz zsh -completion`\""
8331
 
msgstr ""
8332
 
 
8333
7974
#: breezy/push.py:99
8334
7975
#, python-format
8335
7976
msgid ""
8368
8009
"directory out of the way and try again."
8369
8010
msgstr ""
8370
8011
 
8371
 
#: breezy/reconcile.py:86
 
8012
#: breezy/reconcile.py:87
8372
8013
#, python-format
8373
8014
msgid "Reconciling branch %s"
8374
8015
msgstr ""
8375
8016
 
8376
 
#: breezy/reconcile.py:91
 
8017
#: breezy/reconcile.py:92
8377
8018
#, python-format
8378
8019
msgid "Reconciling repository %s"
8379
8020
msgstr ""
8380
8021
 
8381
 
#: breezy/reconcile.py:93
 
8022
#: breezy/reconcile.py:94
8382
8023
msgid "Reconciling repository"
8383
8024
msgstr ""
8384
8025
 
8385
 
#: breezy/reconcile.py:99
 
8026
#: breezy/reconcile.py:100
8386
8027
#, python-format
8387
8028
msgid "%s cannot canonicalize CHKs."
8388
8029
msgstr ""
8389
8030
 
8390
 
#: breezy/reconcile.py:105
 
8031
#: breezy/reconcile.py:106
8391
8032
msgid "Reconcile aborted: revision index has inconsistent parents."
8392
8033
msgstr ""
8393
8034
 
8394
 
#: breezy/reconcile.py:107
 
8035
#: breezy/reconcile.py:108
8395
8036
msgid "Run \"brz check\" for more details."
8396
8037
msgstr ""
8397
8038
 
8398
 
#: breezy/reconcile.py:109
 
8039
#: breezy/reconcile.py:110
8399
8040
msgid "Reconciliation complete."
8400
8041
msgstr ""
8401
8042
 
8402
 
#: breezy/reconfigure.py:126
 
8043
#: breezy/reconfigure.py:127
8403
8044
#, python-brace-format
8404
8045
msgid "{0} is now stacked on {1}\n"
8405
8046
msgstr ""
8406
8047
 
8407
 
#: breezy/reconfigure.py:138
 
8048
#: breezy/reconfigure.py:142
8408
8049
#, python-format
8409
8050
msgid "%s is now not stacked\n"
8410
8051
msgstr ""
8422
8063
msgid "{0} => {1}"
8423
8064
msgstr ""
8424
8065
 
8425
 
#: breezy/repository.py:318
 
8066
#: breezy/repository.py:286
8426
8067
#, python-format
8427
8068
msgid "brz: ERROR (ignored): %s"
8428
8069
msgstr ""
8429
8070
 
8430
 
#: breezy/repository.py:1599
 
8071
#: breezy/repository.py:1573
8431
8072
msgid "Moving repository to repository.backup"
8432
8073
msgstr ""
8433
8074
 
8434
 
#: breezy/repository.py:1607
 
8075
#: breezy/repository.py:1581
8435
8076
msgid "Creating new repository"
8436
8077
msgstr ""
8437
8078
 
8438
 
#: breezy/repository.py:1611
 
8079
#: breezy/repository.py:1586
8439
8080
msgid "Copying content"
8440
8081
msgstr ""
8441
8082
 
8442
 
#: breezy/repository.py:1613
 
8083
#: breezy/repository.py:1590
8443
8084
msgid "Deleting old repository content"
8444
8085
msgstr ""
8445
8086
 
8446
 
#: breezy/repository.py:1615
 
8087
#: breezy/repository.py:1592
8447
8088
msgid "repository converted"
8448
8089
msgstr ""
8449
8090
 
8450
 
#: breezy/revisionspec.py:858
 
8091
#: breezy/revisionspec.py:861
8451
8092
#, python-brace-format
8452
8093
msgid "Using {0} {1}"
8453
8094
msgstr ""
8454
8095
 
8455
 
#: breezy/send.py:58
 
8096
#: breezy/send.py:59
8456
8097
#, python-format
8457
8098
msgid "Mail client \"%s\" does not support specifying body"
8458
8099
msgstr ""
8459
8100
 
8460
 
#: breezy/send.py:62
 
8101
#: breezy/send.py:63
8461
8102
msgid "--remember requires a branch to be specified."
8462
8103
msgstr ""
8463
8104
 
8464
 
#: breezy/send.py:77
 
8105
#: breezy/send.py:78
8465
8106
msgid "No submit branch known or specified"
8466
8107
msgstr ""
8467
8108
 
8468
 
#: breezy/send.py:80
 
8109
#: breezy/send.py:81
8469
8110
#, python-brace-format
8470
8111
msgid "Using saved {0} location \"{1}\" to determine what changes to submit."
8471
8112
msgstr ""
8472
8113
 
8473
 
#: breezy/send.py:98
 
8114
#: breezy/send.py:99
8474
8115
#, python-format
8475
8116
msgid "No such send format '%s'."
8476
8117
msgstr ""
8477
8118
 
8478
 
#: breezy/send.py:114
 
8119
#: breezy/send.py:115
8479
8120
msgid "bzr send takes at most two one revision identifiers"
8480
8121
msgstr ""
8481
8122
 
8482
 
#: breezy/send.py:127
 
8123
#: breezy/send.py:128
8483
8124
msgid "No revisions to submit."
8484
8125
msgstr ""
8485
8126
 
8486
 
#: breezy/send.py:139
 
8127
#: breezy/send.py:140
8487
8128
msgid ""
8488
8129
"- not supported for merge directives that use more than one output file."
8489
8130
msgstr ""
8490
8131
 
8491
 
#: breezy/send.py:180
 
8132
#: breezy/send.py:186
8492
8133
msgid "Format 0.9 does not permit bundle with no patch"
8493
8134
msgstr ""
8494
8135
 
 
8136
#: breezy/shelf_ui.py:48
 
8137
#, python-format
 
8138
msgid "Shelve adding file \"%(path)s\"?"
 
8139
msgstr ""
 
8140
 
8495
8141
#: breezy/shelf_ui.py:49
8496
 
#, python-format
8497
 
msgid "Shelve adding file \"%(path)s\"?"
 
8142
msgid "Shelve binary changes?"
8498
8143
msgstr ""
8499
8144
 
8500
8145
#: breezy/shelf_ui.py:50
8501
 
msgid "Shelve binary changes?"
8502
 
msgstr ""
8503
 
 
8504
 
#: breezy/shelf_ui.py:51
8505
8146
msgid "Shelve changing \"%s\" from %(other)s to %(this)s?"
8506
8147
msgstr ""
8507
8148
 
 
8149
#: breezy/shelf_ui.py:52
 
8150
#, python-format
 
8151
msgid "Shelve removing file \"%(path)s\"?"
 
8152
msgstr ""
 
8153
 
8508
8154
#: breezy/shelf_ui.py:53
8509
8155
#, python-format
8510
 
msgid "Shelve removing file \"%(path)s\"?"
 
8156
msgid "Shelve %d change(s)?"
8511
8157
msgstr ""
8512
8158
 
8513
8159
#: breezy/shelf_ui.py:54
8514
 
#, python-format
8515
 
msgid "Shelve %d change(s)?"
 
8160
msgid "Shelve?"
8516
8161
msgstr ""
8517
8162
 
8518
8163
#: breezy/shelf_ui.py:55
8519
 
msgid "Shelve?"
8520
 
msgstr ""
8521
 
 
8522
 
#: breezy/shelf_ui.py:56
8523
8164
#, python-format
8524
8165
msgid ""
8525
8166
"Shelve changing target of \"%(path)s\" from \"%(other)s\" to \"%(this)s\"?"
8526
8167
msgstr ""
8527
8168
 
8528
 
#: breezy/shelf_ui.py:58
 
8169
#: breezy/shelf_ui.py:57
8529
8170
#, python-format
8530
8171
msgid "Shelve renaming \"%(other)s\" => \"%(this)s\"?"
8531
8172
msgstr ""
8532
8173
 
8533
 
#: breezy/shelf_ui.py:73
 
8174
#: breezy/shelf_ui.py:72
8534
8175
#, python-format
8535
8176
msgid "Changes shelved with id \"%d\"."
8536
8177
msgstr ""
8537
8178
 
8538
 
#: breezy/shelf_ui.py:77
 
8179
#: breezy/shelf_ui.py:76
8539
8180
msgid "Selected changes destroyed."
8540
8181
msgstr ""
8541
8182
 
8542
 
#: breezy/shelf_ui.py:81
 
8183
#: breezy/shelf_ui.py:80
8543
8184
msgid "Selected changes:"
8544
8185
msgstr ""
8545
8186
 
 
8187
#: breezy/shelf_ui.py:100
 
8188
#, python-format
 
8189
msgid "Delete file \"%(path)s\"?"
 
8190
msgstr ""
 
8191
 
8546
8192
#: breezy/shelf_ui.py:101
8547
 
#, python-format
8548
 
msgid "Delete file \"%(path)s\"?"
 
8193
msgid "Apply binary changes?"
8549
8194
msgstr ""
8550
8195
 
8551
8196
#: breezy/shelf_ui.py:102
8552
 
msgid "Apply binary changes?"
8553
 
msgstr ""
8554
 
 
8555
 
#: breezy/shelf_ui.py:103
8556
8197
#, python-format
8557
8198
msgid "Change \"%(path)s\" from %(this)s to %(other)s?"
8558
8199
msgstr ""
8559
8200
 
 
8201
#: breezy/shelf_ui.py:104
 
8202
#, python-format
 
8203
msgid "Add file \"%(path)s\"?"
 
8204
msgstr ""
 
8205
 
8560
8206
#: breezy/shelf_ui.py:105
8561
8207
#, python-format
8562
 
msgid "Add file \"%(path)s\"?"
 
8208
msgid "Apply %d change(s)?"
8563
8209
msgstr ""
8564
8210
 
8565
8211
#: breezy/shelf_ui.py:106
8566
 
#, python-format
8567
 
msgid "Apply %d change(s)?"
 
8212
msgid "Apply change?"
8568
8213
msgstr ""
8569
8214
 
8570
8215
#: breezy/shelf_ui.py:107
8571
 
msgid "Apply change?"
8572
 
msgstr ""
8573
 
 
8574
 
#: breezy/shelf_ui.py:108
8575
8216
#, python-format
8576
8217
msgid "Change target of \"%(path)s\" from \"%(this)s\" to \"%(other)s\"?"
8577
8218
msgstr ""
8578
8219
 
8579
 
#: breezy/shelf_ui.py:110
 
8220
#: breezy/shelf_ui.py:109
8580
8221
#, python-format
8581
8222
msgid "Rename \"%(this)s\" => \"%(other)s\"?"
8582
8223
msgstr ""
8583
8224
 
8584
 
#: breezy/shelf_ui.py:407
 
8225
#: breezy/shelf_ui.py:409
8585
8226
msgid "No changes are shelved."
8586
8227
msgstr ""
8587
8228
 
8588
 
#: breezy/shelf_ui.py:464
 
8229
#: breezy/shelf_ui.py:467
8589
8230
#, python-format
8590
8231
msgid "Using changes with id \"%d\"."
8591
8232
msgstr ""
8592
8233
 
8593
 
#: breezy/shelf_ui.py:469
 
8234
#: breezy/shelf_ui.py:472
8594
8235
#, python-format
8595
8236
msgid "Message: %s"
8596
8237
msgstr ""
8597
8238
 
8598
 
#: breezy/shelf_ui.py:481
 
8239
#: breezy/shelf_ui.py:484
8599
8240
#, python-format
8600
8241
msgid "Deleted changes with id \"%d\"."
8601
8242
msgstr ""
8627
8268
"anyway, use --force."
8628
8269
msgstr ""
8629
8270
 
8630
 
#: breezy/switch.py:169
 
8271
#: breezy/switch.py:172
8631
8272
msgid "Cannot switch a branch, only a checkout."
8632
8273
msgstr ""
8633
8274
 
8634
 
#: breezy/transform.py:1788 breezy/transform.py:1799 breezy/transform.py:1801
 
8275
#: breezy/transform.py:1741 breezy/transform.py:1752 breezy/transform.py:1754
8635
8276
msgid "Apply phase"
8636
8277
msgstr ""
8637
8278
 
8638
 
#: breezy/transform.py:1824 breezy/transform.py:1887
 
8279
#: breezy/transform.py:1777 breezy/transform.py:1840
8639
8280
msgid "removing file"
8640
8281
msgstr ""
8641
8282
 
8642
 
#: breezy/transform.py:1839 breezy/transform.py:1917
 
8283
#: breezy/transform.py:1792 breezy/transform.py:1870
8643
8284
msgid "adding file"
8644
8285
msgstr ""
8645
8286
 
8646
 
#: breezy/transform.py:2648
 
8287
#: breezy/transform.py:2612
8647
8288
msgid "Building tree"
8648
8289
msgstr ""
8649
8290
 
8650
 
#: breezy/transform.py:2741 breezy/transform.py:2762
 
8291
#: breezy/transform.py:2705 breezy/transform.py:2726
8651
8292
msgid "Adding file contents"
8652
8293
msgstr ""
8653
8294
 
8654
 
#: breezy/transform.py:3066
 
8295
#: breezy/transform.py:3027
8655
8296
msgid "Resolution pass"
8656
8297
msgstr ""
8657
8298
 
8658
 
#: breezy/tree.py:704
 
8299
#: breezy/tree.py:601
8659
8300
msgid "*** {0} content-filter: {1} => {2!r}"
8660
8301
msgstr ""
8661
8302
 
8717
8358
msgid "failed to clean-up {0}: {1}"
8718
8359
msgstr ""
8719
8360
 
8720
 
#: breezy/win32utils.py:87
 
8361
#: breezy/win32utils.py:112
8721
8362
msgid "Failed to GetProcessMemoryInfo()"
8722
8363
msgstr ""
8723
8364
 
8724
 
#: breezy/win32utils.py:102
 
8365
#: breezy/win32utils.py:133
8725
8366
msgid "Cannot debug memory on win32 without ctypes or win32process"
8726
8367
msgstr ""
8727
8368
 
8728
 
#: breezy/win32utils.py:107
 
8369
#: breezy/win32utils.py:138
8729
8370
#, python-brace-format
8730
8371
msgid "WorkingSize {0:>7}KiB\tPeakWorking {1:>7}KiB\t{2}"
8731
8372
msgstr ""
8732
8373
 
8733
 
#: breezy/win32utils.py:115
 
8374
#: breezy/win32utils.py:146
8734
8375
#, python-format
8735
8376
msgid "WorkingSize       %8d KiB"
8736
8377
msgstr ""
8737
8378
 
8738
 
#: breezy/win32utils.py:117
 
8379
#: breezy/win32utils.py:148
8739
8380
#, python-format
8740
8381
msgid "PeakWorking       %8d KiB"
8741
8382
msgstr ""
8742
8383
 
8743
 
#: breezy/win32utils.py:119
 
8384
#: breezy/win32utils.py:150
8744
8385
#, python-format
8745
8386
msgid "PagefileUsage     %8d KiB"
8746
8387
msgstr ""
8747
8388
 
8748
 
#: breezy/win32utils.py:121
 
8389
#: breezy/win32utils.py:152
8749
8390
#, python-format
8750
8391
msgid "PeakPagefileUsage %8d KiB"
8751
8392
msgstr ""
8752
8393
 
8753
 
#: breezy/win32utils.py:123
 
8394
#: breezy/win32utils.py:154
8754
8395
#, python-format
8755
8396
msgid "PrivateUsage      %8d KiB"
8756
8397
msgstr ""
8757
8398
 
8758
 
#: breezy/win32utils.py:125
 
8399
#: breezy/win32utils.py:156
8759
8400
#, python-format
8760
8401
msgid "PageFaultCount    %8d"
8761
8402
msgstr ""
8762
8403
 
8763
 
#: breezy/workingtree.py:1167
 
8404
#: breezy/workingtree.py:1202
8764
8405
msgid "Rerun update after fixing the conflicts."
8765
8406
msgstr ""
8766
8407
 
8770
8411
 
8771
8412
#: dummy/help_topics/basic/detail.txt:1
8772
8413
msgid ""
8773
 
"Breezy 3.1a0 -- a free distributed version-control tool\n"
 
8414
"Breezy 3.0b1 -- a free distributed version-control tool\n"
8774
8415
"https://www.breezy-vcs.org/"
8775
8416
msgstr ""
8776
8417
 
9099
8740
#: dummy/help_topics/files/detail.txt:3
9100
8741
msgid ""
9101
8742
":On Unix:   ~/.config/breezy/breezy.conf\n"
9102
 
":On Windows: %APPDATA%\\\\breezy\\\\breezy.conf"
 
8743
":On Windows: C:\\\\Documents and Settings\\\\username\\\\Application Data\\"
 
8744
"\\Breezy\\\\2.0\\\\breezy.conf"
9103
8745
msgstr ""
9104
8746
 
9105
8747
#: dummy/help_topics/files/detail.txt:6
9398
9040
 
9399
9041
#: dummy/help_topics/repositories/detail.txt:21
9400
9042
msgid ""
9401
 
"To create a shared repository use the init-shared-repository command (or "
9402
 
"the\n"
9403
 
"alias init-shared-repo). This command takes the location of the repository "
9404
 
"to\n"
9405
 
"create. This means that 'brz init-shared-repository repo' will create a\n"
9406
 
"directory named 'repo', which contains a shared repository. Any new "
9407
 
"branches\n"
9408
 
"that are created in this directory will then use it for storage."
 
9043
"To create a shared repository use the init-repository command (or the alias\n"
 
9044
"init-repo). This command takes the location of the repository to create. "
 
9045
"This\n"
 
9046
"means that 'brz init-repository repo' will create a directory named 'repo',\n"
 
9047
"which contains a shared repository. Any new branches that are created in "
 
9048
"this\n"
 
9049
"directory will then use it for storage."
9409
9050
msgstr ""
9410
9051
 
9411
9052
#: dummy/help_topics/repositories/detail.txt:27
9419
9060
"need to use up disk space for a working tree. To create a repository in "
9420
9061
"which\n"
9421
9062
"the branches will not have working trees pass the '--no-trees' option to\n"
9422
 
"'init-shared-repository'."
 
9063
"'init-repository'."
9423
9064
msgstr ""
9424
9065
 
9425
9066
#: dummy/help_topics/repositories/detail.txt:38
9426
9067
msgid ""
9427
 
"  init-shared-repository   Create a shared repository. Use --no-trees to "
9428
 
"create\n"
9429
 
"                           one in which new branches won't get a working "
9430
 
"tree.\n"
 
9068
"  init-repository   Create a shared repository. Use --no-trees to create "
 
9069
"one\n"
 
9070
"                    in which new branches won't get a working tree.\n"
9431
9071
msgstr ""
9432
9072
 
9433
9073
#: dummy/help_topics/repositories/summary.txt:1
11282
10922
 
11283
10923
#: en/help_topics/configuration.txt:530
11284
10924
msgid ""
11285
 
"By default, bzr will automatically break locks held by processes from\n"
11286
 
"the same machine and user that are no longer alive.  If disabled, it will\n"
 
10925
"If set to true, bzr will automatically break locks held by processes from\n"
 
10926
"the same machine and user that are no longer alive.  Otherwise, it will\n"
11287
10927
"print a message and you can break the lock manually, if you are satisfied\n"
11288
10928
"the object is no longer in use."
11289
10929
msgstr ""
12637
12277
"BRZ_SSH             Path to SSH client, or one of paramiko, openssh, "
12638
12278
"sshcorp,\n"
12639
12279
"                    plink or lsh.\n"
12640
 
"BRZ_LOG             Location of brz.log (use '/dev/null' to suppress log).\n"
12641
 
"BRZ_LOG (Win32)     Location of brz.log (use 'NUL' to suppress log).\n"
 
12280
"BRZ_LOG             Location of .brz.log (use '/dev/null' to suppress log).\n"
 
12281
"BRZ_LOG (Win32)     Location of .brz.log (use 'NUL' to suppress log).\n"
12642
12282
"BRZ_COLUMNS         Override implicit terminal width.\n"
12643
12283
"BRZ_CONCURRENCY     Number of processes that can be run concurrently "
12644
12284
"(selftest)\n"
14262
13902
msgstr ""
14263
13903
 
14264
13904
#: en/help_topics/missing-extensions.txt:26
14265
 
msgid "The specific modules that failed, and why, are listed in brz.log.\n"
 
13905
msgid "The specific modules that failed, and why, are listed in .brz.log.\n"
14266
13906
msgstr ""
14267
13907
 
14268
13908
#: en/help_topics/other-formats.txt:1
14402
14042
 
14403
14043
#: en/help_topics/revisionspec.txt:30
14404
14044
msgid ""
14405
 
":revno:\n"
14406
 
"\tSelects a revision using a number.\n"
14407
14045
":revid:\n"
14408
14046
"\tSelects a revision using the revision id.\n"
14409
 
":last:\n"
14410
 
"\tSelects the nth revision from the end.\n"
14411
 
":before:\n"
14412
 
"\tSelects the parent of the revision specified.\n"
14413
 
":tag:\n"
14414
 
"\tSelects a revision identified by a tag name.\n"
 
14047
":submit:\n"
 
14048
"\tSelects a common ancestor with the submit branch.\n"
 
14049
":ancestor:\n"
 
14050
"\tSelects a common ancestor with a second branch.\n"
14415
14051
":date:\n"
14416
14052
"\tSelects a revision on the basis of a datestamp.\n"
14417
 
":ancestor:\n"
14418
 
"\tSelects a common ancestor with a second branch.\n"
14419
14053
":branch:\n"
14420
14054
"\tSelects the last revision of a specified branch.\n"
14421
 
":submit:\n"
14422
 
"\tSelects a common ancestor with the submit branch.\n"
 
14055
":tag:\n"
 
14056
"\tSelects a revision identified by a tag name.\n"
 
14057
":revno:\n"
 
14058
"\tSelects a revision using a number.\n"
 
14059
":before:\n"
 
14060
"\tSelects the parent of the revision specified.\n"
14423
14061
":annotate:\n"
14424
14062
"\tSelect the revision that last modified the specified line.\n"
14425
14063
":mainline:\n"
14426
14064
"\tSelect mainline revision that merged the specified revision.\n"
14427
14065
":git:\n"
14428
 
"\tSelects a revision using a Git commit SHA1."
 
14066
"\tSelects a revision using a Git revision sha1.\n"
 
14067
":last:\n"
 
14068
"\tSelects the nth revision from the end."
14429
14069
msgstr ""
14430
14070
 
14431
14071
#: en/help_topics/revisionspec.txt:55
14437
14077
msgstr ""
14438
14078
 
14439
14079
#: en/help_topics/revisionspec.txt:59
 
14080
msgid ":revid:"
 
14081
msgstr ""
 
14082
 
 
14083
#: en/help_topics/revisionspec.txt:61
 
14084
msgid ""
 
14085
"    Supply a specific revision id, that can be used to specify any\n"
 
14086
"    revision id in the ancestry of the branch.\n"
 
14087
"    Including merges, and pending merges.\n"
 
14088
"    Examples::"
 
14089
msgstr ""
 
14090
 
 
14091
#: en/help_topics/revisionspec.txt:66
 
14092
msgid ""
 
14093
"      revid:aaaa@bbbb-123456789 -> Select revision 'aaaa@bbbb-123456789'"
 
14094
msgstr ""
 
14095
 
 
14096
#: en/help_topics/revisionspec.txt:68
 
14097
msgid ":submit:"
 
14098
msgstr ""
 
14099
 
 
14100
#: en/help_topics/revisionspec.txt:70
 
14101
msgid ""
 
14102
"    Diffing against this shows all the changes that were made in this "
 
14103
"branch,\n"
 
14104
"    and is a good predictor of what merge will do.  The submit branch is\n"
 
14105
"    used by the bundle and merge directive commands.  If no submit branch\n"
 
14106
"    is specified, the parent branch is used instead."
 
14107
msgstr ""
 
14108
 
 
14109
#: en/help_topics/revisionspec.txt:75 en/help_topics/revisionspec.txt:87
 
14110
msgid ""
 
14111
"    The common ancestor is the last revision that existed in both\n"
 
14112
"    branches. Usually this is the branch point, but it could also be\n"
 
14113
"    a revision that was merged."
 
14114
msgstr ""
 
14115
 
 
14116
#: en/help_topics/revisionspec.txt:79 en/help_topics/revisionspec.txt:95
 
14117
#: en/help_topics/revisionspec.txt:111 en/help_topics/revisionspec.txt:121
 
14118
#: en/help_topics/revisionspec.txt:155
 
14119
msgid "    Examples::"
 
14120
msgstr ""
 
14121
 
 
14122
#: en/help_topics/revisionspec.txt:81
 
14123
msgid "      $ bzr diff -r submit:"
 
14124
msgstr ""
 
14125
 
 
14126
#: en/help_topics/revisionspec.txt:83
 
14127
msgid ":ancestor:"
 
14128
msgstr ""
 
14129
 
 
14130
#: en/help_topics/revisionspec.txt:85
 
14131
msgid "    Supply the path to a branch to select the common ancestor."
 
14132
msgstr ""
 
14133
 
 
14134
#: en/help_topics/revisionspec.txt:91
 
14135
msgid ""
 
14136
"    This is frequently used with 'diff' to return all of the changes\n"
 
14137
"    that your branch introduces, while excluding the changes that you\n"
 
14138
"    have not merged from the remote branch."
 
14139
msgstr ""
 
14140
 
 
14141
#: en/help_topics/revisionspec.txt:97
 
14142
msgid ""
 
14143
"      ancestor:/path/to/branch\n"
 
14144
"      $ bzr diff -r ancestor:../../mainline/branch"
 
14145
msgstr ""
 
14146
 
 
14147
#: en/help_topics/revisionspec.txt:100
 
14148
msgid ":date:"
 
14149
msgstr ""
 
14150
 
 
14151
#: en/help_topics/revisionspec.txt:102
 
14152
msgid ""
 
14153
"    Supply a datestamp to select the first revision that matches the date.\n"
 
14154
"    Date can be 'yesterday', 'today', 'tomorrow' or a YYYY-MM-DD string.\n"
 
14155
"    Matches the first entry after a given date (either at midnight or\n"
 
14156
"    at a specified time)."
 
14157
msgstr ""
 
14158
 
 
14159
#: en/help_topics/revisionspec.txt:107
 
14160
msgid "    One way to display all the changes since yesterday would be::"
 
14161
msgstr ""
 
14162
 
 
14163
#: en/help_topics/revisionspec.txt:109
 
14164
msgid "        brz log -r date:yesterday.."
 
14165
msgstr ""
 
14166
 
 
14167
#: en/help_topics/revisionspec.txt:113
 
14168
msgid ""
 
14169
"      date:yesterday            -> select the first revision since "
 
14170
"yesterday\n"
 
14171
"      date:2006-08-14,17:10:14  -> select the first revision after\n"
 
14172
"                                   August 14th, 2006 at 5:10pm."
 
14173
msgstr ""
 
14174
 
 
14175
#: en/help_topics/revisionspec.txt:117
 
14176
msgid ":branch:"
 
14177
msgstr ""
 
14178
 
 
14179
#: en/help_topics/revisionspec.txt:119
 
14180
msgid "    Supply the path to a branch to select its last revision."
 
14181
msgstr ""
 
14182
 
 
14183
#: en/help_topics/revisionspec.txt:123
 
14184
msgid "      branch:/path/to/branch"
 
14185
msgstr ""
 
14186
 
 
14187
#: en/help_topics/revisionspec.txt:125
 
14188
msgid ":tag:"
 
14189
msgstr ""
 
14190
 
 
14191
#: en/help_topics/revisionspec.txt:127
 
14192
msgid "    Tags are stored in the branch and created by the 'tag' command."
 
14193
msgstr ""
 
14194
 
 
14195
#: en/help_topics/revisionspec.txt:129
14440
14196
msgid ":revno:"
14441
14197
msgstr ""
14442
14198
 
14443
 
#: en/help_topics/revisionspec.txt:61
 
14199
#: en/help_topics/revisionspec.txt:131
14444
14200
msgid ""
14445
14201
"    Use an integer to specify a revision in the history of the branch.\n"
14446
14202
"    Optionally a branch can be specified.  A negative number will count\n"
14450
14206
"    Examples::"
14451
14207
msgstr ""
14452
14208
 
14453
 
#: en/help_topics/revisionspec.txt:68
 
14209
#: en/help_topics/revisionspec.txt:138
14454
14210
msgid ""
14455
14211
"      revno:1                   -> return the first revision of this branch\n"
14456
14212
"      revno:3:/path/to/branch   -> return the 3rd revision of\n"
14462
14218
"                                   your history is very long."
14463
14219
msgstr ""
14464
14220
 
14465
 
#: en/help_topics/revisionspec.txt:77
14466
 
msgid ":revid:"
14467
 
msgstr ""
14468
 
 
14469
 
#: en/help_topics/revisionspec.txt:79
14470
 
msgid ""
14471
 
"    Supply a specific revision id, that can be used to specify any\n"
14472
 
"    revision id in the ancestry of the branch.\n"
14473
 
"    Including merges, and pending merges.\n"
14474
 
"    Examples::"
14475
 
msgstr ""
14476
 
 
14477
 
#: en/help_topics/revisionspec.txt:84
14478
 
msgid ""
14479
 
"      revid:aaaa@bbbb-123456789 -> Select revision 'aaaa@bbbb-123456789'"
14480
 
msgstr ""
14481
 
 
14482
 
#: en/help_topics/revisionspec.txt:86
14483
 
msgid ":last:"
14484
 
msgstr ""
14485
 
 
14486
 
#: en/help_topics/revisionspec.txt:88
14487
 
msgid ""
14488
 
"    Supply a positive number to get the nth revision from the end.\n"
14489
 
"    This is the same as supplying negative numbers to the 'revno:' spec.\n"
14490
 
"    Examples::"
14491
 
msgstr ""
14492
 
 
14493
 
#: en/help_topics/revisionspec.txt:92
14494
 
msgid ""
14495
 
"      last:1        -> return the last revision\n"
14496
 
"      last:3        -> return the revision 2 before the end."
14497
 
msgstr ""
14498
 
 
14499
 
#: en/help_topics/revisionspec.txt:95
 
14221
#: en/help_topics/revisionspec.txt:147
14500
14222
msgid ":before:"
14501
14223
msgstr ""
14502
14224
 
14503
 
#: en/help_topics/revisionspec.txt:97
 
14225
#: en/help_topics/revisionspec.txt:149
14504
14226
msgid ""
14505
14227
"    Supply any revision spec to return the parent of that revision.  This "
14506
14228
"is\n"
14509
14231
"    of a branch."
14510
14232
msgstr ""
14511
14233
 
14512
 
#: en/help_topics/revisionspec.txt:101
 
14234
#: en/help_topics/revisionspec.txt:153
14513
14235
msgid ""
14514
14236
"    It is an error to request the parent of the null revision (before:0)."
14515
14237
msgstr ""
14516
14238
 
14517
 
#: en/help_topics/revisionspec.txt:103 en/help_topics/revisionspec.txt:128
14518
 
#: en/help_topics/revisionspec.txt:146 en/help_topics/revisionspec.txt:155
14519
 
#: en/help_topics/revisionspec.txt:170
14520
 
msgid "    Examples::"
14521
 
msgstr ""
14522
 
 
14523
 
#: en/help_topics/revisionspec.txt:105
 
14239
#: en/help_topics/revisionspec.txt:157
14524
14240
msgid ""
14525
14241
"      before:1913    -> Return the parent of revno 1913 (revno 1912)\n"
14526
14242
"      before:revid:aaaa@bbbb-1234567890  -> return the parent of revision\n"
14532
14248
"               This is equivalent to:  bzr diff -c 1913"
14533
14249
msgstr ""
14534
14250
 
14535
 
#: en/help_topics/revisionspec.txt:113
14536
 
msgid ":tag:"
14537
 
msgstr ""
14538
 
 
14539
 
#: en/help_topics/revisionspec.txt:115
14540
 
msgid "    Tags are stored in the branch and created by the 'tag' command."
14541
 
msgstr ""
14542
 
 
14543
 
#: en/help_topics/revisionspec.txt:117
14544
 
msgid ":date:"
14545
 
msgstr ""
14546
 
 
14547
 
#: en/help_topics/revisionspec.txt:119
14548
 
msgid ""
14549
 
"    Supply a datestamp to select the first revision that matches the date.\n"
14550
 
"    Date can be 'yesterday', 'today', 'tomorrow' or a YYYY-MM-DD string.\n"
14551
 
"    Matches the first entry after a given date (either at midnight or\n"
14552
 
"    at a specified time)."
14553
 
msgstr ""
14554
 
 
14555
 
#: en/help_topics/revisionspec.txt:124
14556
 
msgid "    One way to display all the changes since yesterday would be::"
14557
 
msgstr ""
14558
 
 
14559
 
#: en/help_topics/revisionspec.txt:126
14560
 
msgid "        brz log -r date:yesterday.."
14561
 
msgstr ""
14562
 
 
14563
 
#: en/help_topics/revisionspec.txt:130
14564
 
msgid ""
14565
 
"      date:yesterday            -> select the first revision since "
14566
 
"yesterday\n"
14567
 
"      date:2006-08-14,17:10:14  -> select the first revision after\n"
14568
 
"                                   August 14th, 2006 at 5:10pm."
14569
 
msgstr ""
14570
 
 
14571
 
#: en/help_topics/revisionspec.txt:134
14572
 
msgid ":ancestor:"
14573
 
msgstr ""
14574
 
 
14575
 
#: en/help_topics/revisionspec.txt:136
14576
 
msgid "    Supply the path to a branch to select the common ancestor."
14577
 
msgstr ""
14578
 
 
14579
 
#: en/help_topics/revisionspec.txt:138 en/help_topics/revisionspec.txt:166
14580
 
msgid ""
14581
 
"    The common ancestor is the last revision that existed in both\n"
14582
 
"    branches. Usually this is the branch point, but it could also be\n"
14583
 
"    a revision that was merged."
14584
 
msgstr ""
14585
 
 
14586
 
#: en/help_topics/revisionspec.txt:142
14587
 
msgid ""
14588
 
"    This is frequently used with 'diff' to return all of the changes\n"
14589
 
"    that your branch introduces, while excluding the changes that you\n"
14590
 
"    have not merged from the remote branch."
14591
 
msgstr ""
14592
 
 
14593
 
#: en/help_topics/revisionspec.txt:148
14594
 
msgid ""
14595
 
"      ancestor:/path/to/branch\n"
14596
 
"      $ bzr diff -r ancestor:../../mainline/branch"
14597
 
msgstr ""
14598
 
 
14599
 
#: en/help_topics/revisionspec.txt:151
14600
 
msgid ":branch:"
14601
 
msgstr ""
14602
 
 
14603
 
#: en/help_topics/revisionspec.txt:153
14604
 
msgid "    Supply the path to a branch to select its last revision."
14605
 
msgstr ""
14606
 
 
14607
 
#: en/help_topics/revisionspec.txt:157
14608
 
msgid "      branch:/path/to/branch"
14609
 
msgstr ""
14610
 
 
14611
 
#: en/help_topics/revisionspec.txt:159
14612
 
msgid ":submit:"
14613
 
msgstr ""
14614
 
 
14615
 
#: en/help_topics/revisionspec.txt:161
14616
 
msgid ""
14617
 
"    Diffing against this shows all the changes that were made in this "
14618
 
"branch,\n"
14619
 
"    and is a good predictor of what merge will do.  The submit branch is\n"
14620
 
"    used by the bundle and merge directive commands.  If no submit branch\n"
14621
 
"    is specified, the parent branch is used instead."
14622
 
msgstr ""
14623
 
 
14624
 
#: en/help_topics/revisionspec.txt:172
14625
 
msgid "      $ bzr diff -r submit:"
14626
 
msgstr ""
14627
 
 
14628
 
#: en/help_topics/revisionspec.txt:174
 
14251
#: en/help_topics/revisionspec.txt:165
14629
14252
msgid ":annotate:"
14630
14253
msgstr ""
14631
14254
 
14632
 
#: en/help_topics/revisionspec.txt:176
 
14255
#: en/help_topics/revisionspec.txt:167
14633
14256
msgid ""
14634
14257
"    Select the revision that last modified the specified line.  Line is\n"
14635
14258
"    specified as path:number.  Path is a relative path to the file.  "
14638
14261
"    committed version of the file."
14639
14262
msgstr ""
14640
14263
 
14641
 
#: en/help_topics/revisionspec.txt:181
 
14264
#: en/help_topics/revisionspec.txt:172
14642
14265
msgid ":mainline:"
14643
14266
msgstr ""
14644
14267
 
14645
 
#: en/help_topics/revisionspec.txt:183
 
14268
#: en/help_topics/revisionspec.txt:174
14646
14269
msgid ""
14647
14270
"    Select the revision that merged the specified revision into mainline."
14648
14271
msgstr ""
14649
14272
 
14650
 
#: en/help_topics/revisionspec.txt:185
 
14273
#: en/help_topics/revisionspec.txt:176
14651
14274
msgid ":git:"
14652
14275
msgstr ""
14653
14276
 
14654
 
#: en/help_topics/revisionspec.txt:187
14655
 
msgid "    Selects a revision using a Git commit SHA1, short or long."
14656
 
msgstr ""
14657
 
 
14658
 
#: en/help_topics/revisionspec.txt:189
14659
 
msgid ""
14660
 
"    This works for both native Git repositories and Git revisions\n"
14661
 
"    imported into Bazaar repositories.\n"
 
14277
#: en/help_topics/revisionspec.txt:178
 
14278
msgid ":last:"
 
14279
msgstr ""
 
14280
 
 
14281
#: en/help_topics/revisionspec.txt:180
 
14282
msgid ""
 
14283
"    Supply a positive number to get the nth revision from the end.\n"
 
14284
"    This is the same as supplying negative numbers to the 'revno:' spec.\n"
 
14285
"    Examples::"
 
14286
msgstr ""
 
14287
 
 
14288
#: en/help_topics/revisionspec.txt:184
 
14289
msgid ""
 
14290
"      last:1        -> return the last revision\n"
 
14291
"      last:3        -> return the revision 2 before the end.\n"
14662
14292
msgstr ""
14663
14293
 
14664
14294
#: en/help_topics/rules.txt:1
14884
14514
msgid ""
14885
14515
"  bzr://              Fast access using the Bazaar smart server.\n"
14886
14516
"  bzr+ssh://          Fast access using the Bazaar smart server over SSH.\n"
14887
 
"  cvs+pserver://      The pserver access protocol for CVS.\n"
14888
14517
"  file://             Access using the standard filesystem (default)\n"
14889
14518
"  git://              Access using the Git smart server protocol.\n"
14890
14519
"  git+ssh://          Access using the Git smart server protocol over SSH.\n"
14891
14520
"  http://             Read-only access of branches exported on the web.\n"
14892
14521
"  https://            Read-only access of branches exported on the web using "
14893
14522
"SSL.\n"
14894
 
"  sftp://             Access using SFTP (most SSH servers provide SFTP).\n"
14895
 
"  svn://              Access using the Subversion smart server.\n"
14896
 
"  svn+ssh://          Access using the Subversion smart server tunneled over "
14897
 
"SSH."
 
14523
"  sftp://             Access using SFTP (most SSH servers provide SFTP)."
14898
14524
msgstr ""
14899
14525
 
14900
 
#: en/help_topics/urlspec.txt:17
 
14526
#: en/help_topics/urlspec.txt:14
14901
14527
msgid "Supported modifiers::"
14902
14528
msgstr ""
14903
14529
 
14904
 
#: en/help_topics/urlspec.txt:19
 
14530
#: en/help_topics/urlspec.txt:16
14905
14531
msgid "  gio+                Access using any GIO supported protocols."
14906
14532
msgstr ""
14907
14533
 
14908
 
#: en/help_topics/urlspec.txt:21
 
14534
#: en/help_topics/urlspec.txt:18
14909
14535
msgid "Breezy supports all of the standard parts within the URL::"
14910
14536
msgstr ""
14911
14537
 
14912
 
#: en/help_topics/urlspec.txt:23
 
14538
#: en/help_topics/urlspec.txt:20
14913
14539
msgid "  <protocol>://[user[:password]@]host[:port]/[path]"
14914
14540
msgstr ""
14915
14541
 
14916
 
#: en/help_topics/urlspec.txt:25
 
14542
#: en/help_topics/urlspec.txt:22
14917
14543
msgid "allowing URLs such as::"
14918
14544
msgstr ""
14919
14545
 
14920
 
#: en/help_topics/urlspec.txt:27
 
14546
#: en/help_topics/urlspec.txt:24
14921
14547
msgid "  http://brzuser:BadPass@brz.example.com:8080/brz/trunk"
14922
14548
msgstr ""
14923
14549
 
14924
 
#: en/help_topics/urlspec.txt:29
 
14550
#: en/help_topics/urlspec.txt:26
14925
14551
msgid ""
14926
14552
"For brz+ssh:// and sftp:// URLs, Breezy also supports paths that begin\n"
14927
14553
"with '~' as meaning that the rest of the path should be interpreted\n"
14930
14556
"shell.example.com, then::"
14931
14557
msgstr ""
14932
14558
 
14933
 
#: en/help_topics/urlspec.txt:35
 
14559
#: en/help_topics/urlspec.txt:32
14934
14560
msgid "  brz+ssh://remote@shell.example.com/~/myproject/trunk"
14935
14561
msgstr ""
14936
14562
 
14937
 
#: en/help_topics/urlspec.txt:37
 
14563
#: en/help_topics/urlspec.txt:34
14938
14564
msgid "would refer to ``/home/remote/myproject/trunk``."
14939
14565
msgstr ""
14940
14566
 
14941
 
#: en/help_topics/urlspec.txt:39
 
14567
#: en/help_topics/urlspec.txt:36
14942
14568
msgid ""
14943
14569
"Many commands that accept URLs also accept location aliases too.\n"
14944
14570
"See :doc:`location-alias-help` and :doc:`url-special-chars-help`.\n"