29
#: bzrlib/branch.py:3183
29
#: bzrlib/branch.py:3205
31
31
msgid "Pushed up to revision %d."
32
msgstr "In Revision %d hochgeladen."
34
#: bzrlib/branch.py:3185
34
#: bzrlib/branch.py:3207
36
36
msgid "%d tag updated."
37
37
msgid_plural "%d tags updated."
38
msgstr[0] "%d Schlüsselwort aktualisiert."
39
msgstr[1] "%d Schlüsselwörter aktualisiert."
41
#: bzrlib/branch.py:3188
41
#: bzrlib/branch.py:3210
42
42
msgid "No new revisions or tags to push."
43
msgstr "Keine neuen Revisionen oder Schlüsselwörter zum Hochladen."
45
#: bzrlib/branch.py:3190
45
#: bzrlib/branch.py:3212
46
46
msgid "No new revisions to push."
47
msgstr "Keine neuen Revisionen zum Hochladen."
49
#: bzrlib/branch.py:3210
49
#: bzrlib/branch.py:3232
50
50
msgid "checked branch {0} format {1}"
53
#: bzrlib/branch.py:3213
53
#: bzrlib/branch.py:3235
55
55
msgid "found error:%s"
56
56
msgstr "Fehler gefunden: %s"
58
#: bzrlib/builtins.py:121 bzrlib/builtins.py:2923 bzrlib/workingtree.py:315
58
#: bzrlib/builtins.py:209 bzrlib/builtins.py:3016 bzrlib/workingtree.py:315
60
60
msgid "Ignoring files outside view. View is %s"
61
61
msgstr "Ignoriere Dateien außerhalb der Ansicht. Die Ansicht ist %s"
63
#: bzrlib/builtins.py:130
63
#: bzrlib/builtins.py:218
65
65
msgid "bzr %s --revision takes exactly one revision identifier"
66
msgstr "bzr %s --revision benötigt genau eine Revisions-Nummer"
68
#: bzrlib/builtins.py:215
68
#: bzrlib/builtins.py:303
69
69
msgid "Display status summary."
70
70
msgstr "Zeige Status-Zusammenfassung an."
72
#: bzrlib/builtins.py:217
72
#: bzrlib/builtins.py:305
74
74
"This reports on versioned and unknown files, reporting them\n"
75
75
"grouped by state. Possible states are:"
98
98
" parent directory was renamed."
101
#: bzrlib/builtins.py:232
101
#: bzrlib/builtins.py:320
104
104
" Text has changed since the previous revision."
105
105
msgstr "verändert"
107
#: bzrlib/builtins.py:235
107
#: bzrlib/builtins.py:323
110
110
" File kind has been changed (e.g. from file to directory)."
112
"Dateiart wurde geändert\n"
113
" Dateiart hat sich geändert (z.B. von Datei zu Verzeichnis)"
113
#: bzrlib/builtins.py:238
115
#: bzrlib/builtins.py:326
116
118
" Not versioned and not matching an ignore pattern."
119
#: bzrlib/builtins.py:241
121
#: bzrlib/builtins.py:329
121
123
"Additionally for directories, symlinks and files with a changed\n"
122
124
"executable bit, Bazaar indicates their type using a trailing\n"
123
125
"character: '/', '@' or '*' respectively. These decorations can be\n"
124
126
"disabled using the '--no-classify' option."
128
"Für Verzeichnisse, Symbolische Verweise sowie Dateien\n"
129
"mit veränderter Ausführungsberechtigung zeigt Bazaar\n"
130
"den Typ zusätzlich durch ein angehängtes Zeichen\n"
131
"»/«, »@« oder »*« an. Diese Kennzeichnung kann mit der Option\n"
132
"»--no-classify« unterbunden werden."
127
#: bzrlib/builtins.py:246
134
#: bzrlib/builtins.py:334
129
136
"To see ignored files use 'bzr ignored'. For details on the\n"
130
137
"changes to file texts, use 'bzr diff'."
133
#: bzrlib/builtins.py:249
140
#: bzrlib/builtins.py:337
135
142
"Note that --short or -S gives status flags for each item, similar\n"
136
143
"to Subversion's status command. To get output similar to svn -q,\n"
137
144
"use bzr status -SV."
140
#: bzrlib/builtins.py:253
147
#: bzrlib/builtins.py:341
142
149
"If no arguments are specified, the status of the entire working\n"
143
150
"directory is shown. Otherwise, only the status of the specified\n"
153
160
"the no-pending option or specify a file/directory."
156
#: bzrlib/builtins.py:263
163
#: bzrlib/builtins.py:351
158
165
"To compare the working directory to a specific revision, pass a\n"
159
166
"single revision to the revision argument."
162
#: bzrlib/builtins.py:266
169
#: bzrlib/builtins.py:354
164
171
"To see which files have changed in a specific revision, or between\n"
165
172
"two revisions, pass a revision range to the revision argument.\n"
166
173
"This will produce the same results as calling 'bzr diff --summarize'."
169
#: bzrlib/builtins.py:275
176
#: bzrlib/builtins.py:363
170
177
msgid "Use short status indicators."
173
#: bzrlib/builtins.py:277
180
#: bzrlib/builtins.py:365
174
181
msgid "Only show versioned files."
177
#: bzrlib/builtins.py:279
184
#: bzrlib/builtins.py:367
178
185
msgid "Don't show pending merges."
181
#: bzrlib/builtins.py:282
188
#: bzrlib/builtins.py:370
182
189
msgid "Do not mark object type using indicator."
185
#: bzrlib/builtins.py:297
192
#: bzrlib/builtins.py:385
186
193
msgid "bzr status --revision takes exactly one or two revision specifiers"
189
#: bzrlib/builtins.py:341 bzrlib/builtins.py:5090
196
#: bzrlib/builtins.py:429 bzrlib/builtins.py:5183
190
197
msgid "You can only supply one of revision_id or --revision"
193
#: bzrlib/builtins.py:344 bzrlib/builtins.py:5092
200
#: bzrlib/builtins.py:432 bzrlib/builtins.py:5185
194
201
msgid "You must supply either --revision or a revision_id"
197
#: bzrlib/builtins.py:351
204
#: bzrlib/builtins.py:439
199
206
msgid "Repository %r does not support access to raw revision texts"
202
#: bzrlib/builtins.py:362
209
#: bzrlib/builtins.py:450
203
210
msgid "The repository {0} contains no revision {1}."
206
#: bzrlib/builtins.py:369
213
#: bzrlib/builtins.py:457
207
214
msgid "You cannot specify a NULL revision."
210
#: bzrlib/builtins.py:461
217
#: bzrlib/builtins.py:549
211
218
msgid "Remove the working tree from a given branch/checkout."
214
#: bzrlib/builtins.py:463
221
#: bzrlib/builtins.py:551
216
223
"Since a lightweight checkout is little more than a working tree\n"
217
224
"this will refuse to run against one."
220
#: bzrlib/builtins.py:466
227
#: bzrlib/builtins.py:554
221
228
msgid "To re-create the working tree, use \"bzr checkout\"."
224
#: bzrlib/builtins.py:472
231
#: bzrlib/builtins.py:560
226
233
"Remove the working tree even if it has uncommitted or shelved changes."
229
#: bzrlib/builtins.py:486
236
#: bzrlib/builtins.py:574
230
237
msgid "No working tree to remove"
233
#: bzrlib/builtins.py:488
240
#: bzrlib/builtins.py:576
234
241
msgid "You cannot remove the working tree of a remote path"
237
#: bzrlib/builtins.py:497
244
#: bzrlib/builtins.py:585
238
245
msgid "You cannot remove the working tree from a lightweight checkout"
241
#: bzrlib/builtins.py:537
248
#: bzrlib/builtins.py:625
243
250
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
244
251
"instead. Use \"--force\" if you are sure you want to reset the working tree."
247
#: bzrlib/builtins.py:548
254
#: bzrlib/builtins.py:636
249
256
", the header appears corrupt, try passing -r -1 to set the state to the last "
253
#: bzrlib/builtins.py:552
260
#: bzrlib/builtins.py:640
254
261
msgid "failed to reset the tree state{0}"
257
#: bzrlib/builtins.py:556
264
#: bzrlib/builtins.py:644
258
265
msgid "Show current revision number."
261
#: bzrlib/builtins.py:558
268
#: bzrlib/builtins.py:646
262
269
msgid "This is equal to the number of revisions on this branch."
265
#: bzrlib/builtins.py:571
272
#: bzrlib/builtins.py:659
266
273
msgid "--tree and --revision can not be used together"
269
#: bzrlib/builtins.py:588 bzrlib/builtins.py:5874
276
#: bzrlib/builtins.py:676 bzrlib/builtins.py:5967
270
277
msgid "Tags can only be placed on a single revision, not on a range"
273
#: bzrlib/builtins.py:612
280
#: bzrlib/builtins.py:700
274
281
msgid "Show revno of working tree."
277
#: bzrlib/builtins.py:660
284
#: bzrlib/builtins.py:748
278
285
msgid "Add specified files or directories."
281
#: bzrlib/builtins.py:662
288
#: bzrlib/builtins.py:750
283
290
"In non-recursive mode, all the named items are added, regardless\n"
284
291
"of whether they were previously ignored. A warning is given if\n"
285
292
"any of the named files are already versioned."
288
#: bzrlib/builtins.py:666
295
#: bzrlib/builtins.py:754
290
297
"In recursive mode (the default), files are treated the same way\n"
291
298
"but the behaviour for directories is different. Directories that\n"
333
340
"into a subdirectory of this one."
336
#: bzrlib/builtins.py:696
343
#: bzrlib/builtins.py:784
338
345
"Any files matching patterns in the ignore list will not be added\n"
339
346
"unless they are explicitly mentioned."
342
#: bzrlib/builtins.py:699
349
#: bzrlib/builtins.py:787
344
351
"In recursive mode, files larger than the configuration option \n"
345
352
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
349
#: bzrlib/builtins.py:706
356
#: bzrlib/builtins.py:794
350
357
msgid "Don't recursively add the contents of directories."
353
#: bzrlib/builtins.py:712
360
#: bzrlib/builtins.py:800
354
361
msgid "Lookup file ids from this tree."
357
#: bzrlib/builtins.py:748
364
#: bzrlib/builtins.py:836
358
365
msgid "ignored {0} matching \"{1}\"\n"
361
#: bzrlib/builtins.py:753
368
#: bzrlib/builtins.py:841
362
369
msgid "Create a new versioned directory."
365
#: bzrlib/builtins.py:755
372
#: bzrlib/builtins.py:843
366
373
msgid "This is equivalent to creating the directory and then adding it."
369
#: bzrlib/builtins.py:762
376
#: bzrlib/builtins.py:850
370
377
msgid "No error if existing, make parent directories as needed."
373
#: bzrlib/builtins.py:796
380
#: bzrlib/builtins.py:884
375
382
msgid "added %s\n"
378
#: bzrlib/builtins.py:838
385
#: bzrlib/builtins.py:926
380
387
msgid "invalid kind %r specified"
383
#: bzrlib/builtins.py:875
390
#: bzrlib/builtins.py:963
384
391
msgid "Move or rename a file."
387
#: bzrlib/builtins.py:877
394
#: bzrlib/builtins.py:965
388
395
msgid " bzr mv SOURCE... DESTINATION"
391
#: bzrlib/builtins.py:879
398
#: bzrlib/builtins.py:967
393
400
"If the last argument is a versioned directory, all the other names\n"
394
401
"are moved into it. Otherwise, there must be exactly two arguments\n"
395
402
"and the file is changed to a new name."
398
#: bzrlib/builtins.py:883
405
#: bzrlib/builtins.py:971
400
407
"If OLDNAME does not exist on the filesystem but is versioned and\n"
401
408
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
404
411
"The same is valid when moving many SOURCE files to a DESTINATION."
407
#: bzrlib/builtins.py:889
414
#: bzrlib/builtins.py:977
408
415
msgid "Files cannot be moved between branches."
411
#: bzrlib/builtins.py:896
418
#: bzrlib/builtins.py:984
413
420
"Move only the bzr identifier of the file, because the file has already been "
417
#: bzrlib/builtins.py:898
424
#: bzrlib/builtins.py:986
418
425
msgid "Automatically guess renames."
421
#: bzrlib/builtins.py:899
428
#: bzrlib/builtins.py:987
422
429
msgid "Avoid making changes when guessing renames."
425
#: bzrlib/builtins.py:908
432
#: bzrlib/builtins.py:996
426
433
msgid "--dry-run requires --auto."
429
#: bzrlib/builtins.py:912
436
#: bzrlib/builtins.py:1000
430
437
msgid "missing file argument"
433
#: bzrlib/builtins.py:916
440
#: bzrlib/builtins.py:1004
434
441
msgid "can not move root of branch"
437
#: bzrlib/builtins.py:922
444
#: bzrlib/builtins.py:1010
438
445
msgid "Only one path may be specified to --auto."
441
#: bzrlib/builtins.py:925
448
#: bzrlib/builtins.py:1013
442
449
msgid "--after cannot be specified with --auto."
445
#: bzrlib/builtins.py:962
452
#: bzrlib/builtins.py:1050
446
453
msgid "to mv multiple files the destination must be a versioned directory"
449
#: bzrlib/builtins.py:1014
456
#: bzrlib/builtins.py:1102
450
457
msgid "Turn this branch into a mirror of another branch."
453
#: bzrlib/builtins.py:1016
460
#: bzrlib/builtins.py:1104
455
462
"By default, this command only works on branches that have not diverged.\n"
456
463
"Branches are considered diverged if the destination branch's most recent \n"
480
487
"value will only be saved if the remote location can be accessed."
483
#: bzrlib/builtins.py:1034
490
#: bzrlib/builtins.py:1122
485
492
"The --verbose option will display the revisions pulled using the log_format\n"
486
493
"configuration option. You can use a different format by overriding it with\n"
487
494
"-Olog_format=<other_format>."
490
#: bzrlib/builtins.py:1038
497
#: bzrlib/builtins.py:1126
492
499
"Note: The location can be specified either in the form of a branch,\n"
493
500
"or in the form of a path to a file containing a merge directive generated\n"
497
#: bzrlib/builtins.py:1046
504
#: bzrlib/builtins.py:1134
498
505
msgid "Show logs of pulled revisions."
501
#: bzrlib/builtins.py:1048
508
#: bzrlib/builtins.py:1136
503
510
"Branch to pull into, rather than the one containing the working directory."
506
#: bzrlib/builtins.py:1051
513
#: bzrlib/builtins.py:1139
508
515
"Perform a local pull in a bound branch. Local pulls are not applied to the "
512
#: bzrlib/builtins.py:1080
519
#: bzrlib/builtins.py:1168
513
520
msgid "Need working tree for --show-base."
516
#: bzrlib/builtins.py:1096
523
#: bzrlib/builtins.py:1184
517
524
msgid "No pull location known or specified."
520
#: bzrlib/builtins.py:1102
527
#: bzrlib/builtins.py:1190
522
529
msgid "Using saved parent location: %s\n"
525
#: bzrlib/builtins.py:1109 bzrlib/builtins.py:4300
532
#: bzrlib/builtins.py:1197 bzrlib/builtins.py:4393
526
533
msgid "Cannot use -r with merge directives or bundles"
529
#: bzrlib/builtins.py:1150
536
#: bzrlib/builtins.py:1238
530
537
msgid "Update a mirror of this branch."
533
#: bzrlib/builtins.py:1152
540
#: bzrlib/builtins.py:1240
535
542
"The target branch will not have its working tree populated because this\n"
536
543
"is both expensive, and is not supported on remote file systems."
539
#: bzrlib/builtins.py:1155
546
#: bzrlib/builtins.py:1243
541
548
"Some smart servers or protocols *may* put the working tree in place in\n"
545
#: bzrlib/builtins.py:1158
552
#: bzrlib/builtins.py:1246
547
554
"This command only works on branches that have not diverged. Branches are\n"
548
555
"considered diverged if the destination branch's most recent commit is one\n"
549
556
"that has not been merged (directly or indirectly) by the source branch."
552
#: bzrlib/builtins.py:1162
559
#: bzrlib/builtins.py:1250
554
561
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
555
562
"the other branch completely, discarding its unmerged changes."
558
#: bzrlib/builtins.py:1165
565
#: bzrlib/builtins.py:1253
560
567
"If you want to ensure you have the different changes in the other branch,\n"
561
568
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
562
569
"After that you will be able to do a push without '--overwrite'."
565
#: bzrlib/builtins.py:1169
572
#: bzrlib/builtins.py:1257
567
574
"If there is no default push location set, the first push will set it (use\n"
568
575
"--no-remember to avoid setting it). After that, you can omit the\n"
570
577
"value will only be saved if the remote location can be accessed."
573
#: bzrlib/builtins.py:1174
580
#: bzrlib/builtins.py:1262
575
582
"The --verbose option will display the revisions pushed using the log_format\n"
576
583
"configuration option. You can use a different format by overriding it with\n"
577
584
"-Olog_format=<other_format>."
580
#: bzrlib/builtins.py:1185 bzrlib/foreign.py:272
587
#: bzrlib/builtins.py:1273 bzrlib/foreign.py:272
582
589
"Branch to push from, rather than the one containing the working directory."
585
#: bzrlib/builtins.py:1188
592
#: bzrlib/builtins.py:1276
587
594
"By default push will fail if the target directory exists, but does not "
588
595
"already have a control directory. This flag will allow push to proceed."
591
#: bzrlib/builtins.py:1193
598
#: bzrlib/builtins.py:1281
593
600
"Create a stacked branch that references the public location of the parent "
597
#: bzrlib/builtins.py:1196
604
#: bzrlib/builtins.py:1284
599
606
"Create a stacked branch that refers to another branch for the commit "
600
607
"history. Only the work not present in the referenced branch is included in "
601
608
"the branch created."
604
#: bzrlib/builtins.py:1201 bzrlib/foreign.py:279
611
#: bzrlib/builtins.py:1289 bzrlib/foreign.py:279
606
613
"Refuse to push if there are uncommitted changes in the working tree, --no-"
607
614
"strict disables the check."
610
#: bzrlib/builtins.py:1204
617
#: bzrlib/builtins.py:1292
611
618
msgid "Don't populate the working tree, even for protocols that support it."
614
#: bzrlib/builtins.py:1248
621
#: bzrlib/builtins.py:1336
615
622
msgid "Could not determine branch to refer to."
618
#: bzrlib/builtins.py:1257
625
#: bzrlib/builtins.py:1345
621
628
"No push location known or specified. To push to the parent branch (at %s), "
622
629
"use 'bzr push :parent'."
625
#: bzrlib/builtins.py:1263 bzrlib/foreign.py:306
632
#: bzrlib/builtins.py:1351 bzrlib/foreign.py:306
626
633
msgid "No push location known or specified."
629
#: bzrlib/builtins.py:1267
636
#: bzrlib/builtins.py:1355
631
638
msgid "Using saved push location: %s"
634
#: bzrlib/builtins.py:1277
641
#: bzrlib/builtins.py:1365
635
642
msgid "Create a new branch that is a copy of an existing branch."
638
#: bzrlib/builtins.py:1279
645
#: bzrlib/builtins.py:1367
640
647
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
641
648
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
646
653
"create ./foo-bar."
649
#: bzrlib/builtins.py:1286
656
#: bzrlib/builtins.py:1374
651
658
"To retrieve the branch as of a particular revision, supply the --revision\n"
652
659
"parameter, as in \"branch foo/bar -r 5\"."
655
#: bzrlib/builtins.py:1289
662
#: bzrlib/builtins.py:1377
656
663
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
659
#: bzrlib/builtins.py:1299
666
#: bzrlib/builtins.py:1387
660
667
msgid "Create a branch without a working-tree."
663
#: bzrlib/builtins.py:1301
670
#: bzrlib/builtins.py:1389
664
671
msgid "Switch the checkout in the current directory to the new branch."
667
#: bzrlib/builtins.py:1304
674
#: bzrlib/builtins.py:1392
669
676
"Create a stacked branch referring to the source branch. The new branch will "
670
677
"depend on the availability of the source branch for all operations."
673
#: bzrlib/builtins.py:1308
680
#: bzrlib/builtins.py:1396
674
681
msgid "Do not use a shared repository, even if available."
677
#: bzrlib/builtins.py:1310
684
#: bzrlib/builtins.py:1398
679
686
"By default branch will fail if the target directory exists, but does not "
680
687
"already have a control directory. This flag will allow branch to proceed."
683
#: bzrlib/builtins.py:1315
690
#: bzrlib/builtins.py:1403
684
691
msgid "Bind new branch to from location."
687
#: bzrlib/builtins.py:1362
694
#: bzrlib/builtins.py:1450
689
696
msgid "Target directory \"%s\" already exists."
692
#: bzrlib/builtins.py:1374
699
#: bzrlib/builtins.py:1462
694
701
msgid "Parent of \"%s\" does not exist."
697
#: bzrlib/builtins.py:1393
704
#: bzrlib/builtins.py:1481
698
705
msgid "The branch {0} has no revision {1}."
701
#: bzrlib/builtins.py:1403 bzrlib/push.py:53
708
#: bzrlib/builtins.py:1496 bzrlib/push.py:53
703
710
msgid "Created new stacked branch referring to %s."
706
#: bzrlib/builtins.py:1407
713
#: bzrlib/builtins.py:1500
708
715
msgid "Branched %d revision."
709
716
msgid_plural "Branched %d revisions."
713
#: bzrlib/builtins.py:1412
720
#: bzrlib/builtins.py:1505
715
722
msgid "New branch bound to %s"
718
#: bzrlib/builtins.py:1417 bzrlib/builtins.py:6187
725
#: bzrlib/builtins.py:1510 bzrlib/builtins.py:6256
720
727
msgid "Switched to branch: %s"
723
#: bzrlib/builtins.py:1422
730
#: bzrlib/builtins.py:1515
724
731
msgid "List the branches available at the current location."
727
#: bzrlib/builtins.py:1424
734
#: bzrlib/builtins.py:1517
729
736
"This command will print the names of all the branches at the current\n"
733
#: bzrlib/builtins.py:1431
740
#: bzrlib/builtins.py:1524
735
742
"Recursively scan for branches rather than just looking in the specified "
739
#: bzrlib/builtins.py:1461
746
#: bzrlib/builtins.py:1554
740
747
msgid "(default)"
743
#: bzrlib/builtins.py:1473
750
#: bzrlib/builtins.py:1566
744
751
msgid "Create a new checkout of an existing branch."
747
#: bzrlib/builtins.py:1475
754
#: bzrlib/builtins.py:1568
749
756
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
787
#: bzrlib/builtins.py:1504
794
#: bzrlib/builtins.py:1597
788
795
msgid "Get file contents from this tree."
791
#: bzrlib/builtins.py:1506
798
#: bzrlib/builtins.py:1599
792
799
msgid "Hard-link working tree files where possible."
795
#: bzrlib/builtins.py:1547
802
#: bzrlib/builtins.py:1640
797
804
"Show list of renamed files.\n"
801
#: bzrlib/builtins.py:1577
808
#: bzrlib/builtins.py:1670
802
809
msgid "Update a working tree to a new revision."
805
#: bzrlib/builtins.py:1579
812
#: bzrlib/builtins.py:1672
807
814
"This will perform a merge of the destination revision (the tip of the\n"
808
815
"branch, or the specified revision) into the working tree, and then make\n"
809
816
"that revision the basis revision for the working tree. "
812
#: bzrlib/builtins.py:1583
819
#: bzrlib/builtins.py:1676
814
821
"You can use this to visit an older revision, or to update a working tree\n"
815
822
"that is out of date from its branch."
818
#: bzrlib/builtins.py:1586
825
#: bzrlib/builtins.py:1679
820
827
"If there are any uncommitted changes in the tree, they will be carried\n"
821
828
"across and remain as uncommitted changes after the update. To discard\n"
839
846
"out the old content of that file to a new location."
842
#: bzrlib/builtins.py:1601
849
#: bzrlib/builtins.py:1694
844
851
"The 'dir' argument, if given, must be the location of the root of a\n"
845
852
"working tree to update. By default, the working tree that contains the \n"
846
853
"current working directory is used."
849
#: bzrlib/builtins.py:1617
856
#: bzrlib/builtins.py:1710
850
857
msgid "bzr update --revision takes exactly one revision"
853
#: bzrlib/builtins.py:1625
860
#: bzrlib/builtins.py:1718
854
861
msgid "bzr update can only update a whole tree, not a file or subdirectory"
857
#: bzrlib/builtins.py:1656
864
#: bzrlib/builtins.py:1749
858
865
msgid "Tree is up to date at revision {0} of branch {1}"
861
#: bzrlib/builtins.py:1672
868
#: bzrlib/builtins.py:1765
864
871
"branch has no revision %s\n"
865
872
"bzr update --revision only works for a revision in the branch history"
868
#: bzrlib/builtins.py:1678
875
#: bzrlib/builtins.py:1771
869
876
msgid "Updated to revision {0} of branch {1}"
872
#: bzrlib/builtins.py:1682
879
#: bzrlib/builtins.py:1775
874
881
"Your local commits will now show as pending merges with 'bzr status', and "
875
882
"can be committed with 'bzr commit'."
878
#: bzrlib/builtins.py:1691
885
#: bzrlib/builtins.py:1784
879
886
msgid "Show information about a working tree, branch or repository."
882
#: bzrlib/builtins.py:1693
889
#: bzrlib/builtins.py:1786
884
891
"This command will show all known locations and formats associated to the\n"
885
892
"tree, branch or repository."
888
#: bzrlib/builtins.py:1696
895
#: bzrlib/builtins.py:1789
890
897
"In verbose mode, statistical information is included with each report.\n"
891
898
"To see extended statistic information, use a verbosity level of 2 or\n"
892
899
"higher by specifying the verbose option multiple times, e.g. -vv."
895
#: bzrlib/builtins.py:1700
902
#: bzrlib/builtins.py:1793
896
903
msgid "Branches and working trees will also report any missing revisions."
899
#: bzrlib/builtins.py:1702 bzrlib/builtins.py:3622 bzrlib/builtins.py:4752
900
#: bzrlib/builtins.py:6389
906
#: bzrlib/builtins.py:1795 bzrlib/builtins.py:3715 bzrlib/builtins.py:4845
907
#: bzrlib/builtins.py:6442
901
908
msgid ":Examples:"
904
#: bzrlib/builtins.py:1704
911
#: bzrlib/builtins.py:1797
905
912
msgid " Display information on the format and related locations:"
908
#: bzrlib/builtins.py:1706
915
#: bzrlib/builtins.py:1799
909
916
msgid " bzr info"
912
#: bzrlib/builtins.py:1708
919
#: bzrlib/builtins.py:1801
914
921
" Display the above together with extended format information and\n"
915
922
" basic statistics (like the number of files in the working tree and\n"
916
923
" number of revisions in the branch and repository):"
919
#: bzrlib/builtins.py:1712
926
#: bzrlib/builtins.py:1805
920
927
msgid " bzr info -v"
923
#: bzrlib/builtins.py:1714
930
#: bzrlib/builtins.py:1807
924
931
msgid " Display the above together with number of committers to the branch:"
927
#: bzrlib/builtins.py:1716
934
#: bzrlib/builtins.py:1809
928
935
msgid " bzr info -vv"
931
#: bzrlib/builtins.py:1735
938
#: bzrlib/builtins.py:1828
932
939
msgid "Remove files or directories."
935
#: bzrlib/builtins.py:1737
942
#: bzrlib/builtins.py:1830
937
944
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
938
945
"delete them if they can easily be recovered using revert otherwise they\n"
941
948
"Bazaar but missing in your tree and stop tracking them for you."
944
#: bzrlib/builtins.py:1745
951
#: bzrlib/builtins.py:1838
945
952
msgid "Only remove files that have never been committed."
948
#: bzrlib/builtins.py:1747
955
#: bzrlib/builtins.py:1840
949
956
msgid "The file deletion mode to be used."
952
#: bzrlib/builtins.py:1748
959
#: bzrlib/builtins.py:1841
953
960
msgid "Deletion Strategy"
956
#: bzrlib/builtins.py:1749
963
#: bzrlib/builtins.py:1842
957
964
msgid "Backup changed files (default)."
960
#: bzrlib/builtins.py:1750
967
#: bzrlib/builtins.py:1843
961
968
msgid "Delete from bzr but leave the working copy."
964
#: bzrlib/builtins.py:1751
971
#: bzrlib/builtins.py:1844
965
972
msgid "Don't backup changed files."
968
#: bzrlib/builtins.py:1752
975
#: bzrlib/builtins.py:1845
970
977
"Delete all the specified files, even if they can not be recovered and even "
971
978
"if they are non-empty directories. (deprecated, use no-backup)"
974
#: bzrlib/builtins.py:1761
981
#: bzrlib/builtins.py:1854
975
982
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
978
#: bzrlib/builtins.py:1778
985
#: bzrlib/builtins.py:1871
979
986
msgid "No matching files."
982
#: bzrlib/builtins.py:1839
989
#: bzrlib/builtins.py:1932
983
990
msgid "Reconcile bzr metadata in a branch."
986
#: bzrlib/builtins.py:1841
993
#: bzrlib/builtins.py:1934
988
995
"This can correct data mismatches that may have been caused by\n"
989
996
"previous ghost operations or bzr upgrades. You should only\n"
999
1006
"correctly in both branches."
1002
#: bzrlib/builtins.py:1851
1009
#: bzrlib/builtins.py:1944
1004
1011
"At the same time it is run it may recompress data resulting in\n"
1005
1012
"a potential saving in disk space or performance gain."
1008
#: bzrlib/builtins.py:1854
1015
#: bzrlib/builtins.py:1947
1009
1016
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1012
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1019
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1014
1021
"Format for the bzr 2.0 series.\n"
1015
1022
"Uses group-compress storage.\n"
1016
1023
"Provides rich roots which are a one-way transition.\n"
1019
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1026
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1021
1028
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1022
1029
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1025
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1032
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1026
1033
msgid "The 2a format with experimental support for colocated branches.\n"
1029
#: bzrlib/builtins.py:1922
1036
#: bzrlib/builtins.py:2015
1030
1037
msgid "Make a directory into a versioned branch."
1033
#: bzrlib/builtins.py:1924
1040
#: bzrlib/builtins.py:2017
1035
1042
"Use this to create an empty branch, or before importing an\n"
1036
1043
"existing project."
1039
#: bzrlib/builtins.py:1927
1046
#: bzrlib/builtins.py:2020
1041
1048
"If there is a repository in a parent directory of the location, then\n"
1042
1049
"the history of the branch will be stored in the repository. Otherwise\n"
1063
1070
" bzr commit -m \"imported project\""
1066
#: bzrlib/builtins.py:1948
1073
#: bzrlib/builtins.py:2041
1068
1075
"Create the path leading up to the branch if it does not already exist."
1071
#: bzrlib/builtins.py:1951
1078
#: bzrlib/builtins.py:2044
1072
1079
msgid "Specify a format for this branch. See \"help formats\"."
1075
#: bzrlib/builtins.py:1959
1082
#: bzrlib/builtins.py:2052
1077
1084
"Never change revnos or the existing log. Append revisions to it only."
1080
#: bzrlib/builtins.py:1962
1087
#: bzrlib/builtins.py:2055
1081
1088
msgid "Create a branch without a working tree."
1084
#: bzrlib/builtins.py:1982 bzrlib/push.py:110
1091
#: bzrlib/builtins.py:2075 bzrlib/push.py:110
1085
1092
#, python-format
1087
1094
"Parent directory of %s does not exist.\n"
1088
1095
"You may supply --create-prefix to create all leading parent directories."
1091
#: bzrlib/builtins.py:2016
1098
#: bzrlib/builtins.py:2109
1093
1100
"This branch format cannot be set to append-revisions-only. Try --default."
1096
#: bzrlib/builtins.py:2027
1103
#: bzrlib/builtins.py:2120
1097
1104
msgid "Created a {0} (format: {1})\n"
1100
#: bzrlib/builtins.py:2036
1107
#: bzrlib/builtins.py:2129
1101
1108
#, python-format
1102
1109
msgid "Using shared repository: %s\n"
1105
#: bzrlib/builtins.py:2040
1112
#: bzrlib/builtins.py:2133
1106
1113
msgid "Create a shared repository for branches to share storage space."
1109
#: bzrlib/builtins.py:2042
1116
#: bzrlib/builtins.py:2135
1111
1118
"New branches created under the repository directory will store their\n"
1112
1119
"revisions in the repository, not in the branch directory. For branches\n"
1124
1131
"branches, such as on a server."
1127
#: bzrlib/builtins.py:2054
1134
#: bzrlib/builtins.py:2147
1130
1137
" Create a shared repository holding just branches::"
1133
#: bzrlib/builtins.py:2057
1140
#: bzrlib/builtins.py:2150
1135
1142
" bzr init-repo --no-trees repo\n"
1136
1143
" bzr init repo/trunk"
1139
#: bzrlib/builtins.py:2060
1146
#: bzrlib/builtins.py:2153
1140
1147
msgid " Make a lightweight checkout elsewhere::"
1143
#: bzrlib/builtins.py:2062
1150
#: bzrlib/builtins.py:2155
1145
1152
" bzr checkout --lightweight repo/trunk trunk-checkout\n"
1146
1153
" cd trunk-checkout\n"
1147
1154
" (add files here)"
1150
#: bzrlib/builtins.py:2070
1157
#: bzrlib/builtins.py:2163
1152
1159
"Specify a format for this repository. See \"bzr help formats\" for details."
1155
#: bzrlib/builtins.py:2074
1162
#: bzrlib/builtins.py:2167
1156
1163
msgid "Repository format"
1159
#: bzrlib/builtins.py:2076
1166
#: bzrlib/builtins.py:2169
1160
1167
msgid "Branches in the repository will default to not having a working tree."
1163
#: bzrlib/builtins.py:2102
1170
#: bzrlib/builtins.py:2195
1164
1171
msgid "Show differences in the working tree, between revisions or branches."
1167
#: bzrlib/builtins.py:2104
1174
#: bzrlib/builtins.py:2197
1169
1176
"If no arguments are given, all changes for the current tree are listed.\n"
1170
1177
"If files are given, only the changes in those files are listed.\n"
1199
1206
" 0 - no change"
1202
#: bzrlib/builtins.py:2127
1209
#: bzrlib/builtins.py:2220
1205
1212
" Shows the difference in the working tree versus the last commit::"
1208
#: bzrlib/builtins.py:2130
1215
#: bzrlib/builtins.py:2223
1209
1216
msgid " bzr diff"
1212
#: bzrlib/builtins.py:2132
1219
#: bzrlib/builtins.py:2225
1213
1220
msgid " Difference between the working tree and revision 1::"
1216
#: bzrlib/builtins.py:2134
1223
#: bzrlib/builtins.py:2227
1217
1224
msgid " bzr diff -r1"
1220
#: bzrlib/builtins.py:2136
1227
#: bzrlib/builtins.py:2229
1221
1228
msgid " Difference between revision 3 and revision 1::"
1224
#: bzrlib/builtins.py:2138
1231
#: bzrlib/builtins.py:2231
1225
1232
msgid " bzr diff -r1..3"
1228
#: bzrlib/builtins.py:2140
1235
#: bzrlib/builtins.py:2233
1229
1236
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1232
#: bzrlib/builtins.py:2142
1239
#: bzrlib/builtins.py:2235
1233
1240
msgid " bzr diff -r1..3 xxx"
1236
#: bzrlib/builtins.py:2144
1243
#: bzrlib/builtins.py:2237
1237
1244
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1240
#: bzrlib/builtins.py:2146
1247
#: bzrlib/builtins.py:2239
1241
1248
msgid " bzr diff -c2"
1244
#: bzrlib/builtins.py:2148
1251
#: bzrlib/builtins.py:2241
1246
1253
" To see the changes introduced by revision X::\n"
1248
1255
" bzr diff -cX"
1251
#: bzrlib/builtins.py:2152
1258
#: bzrlib/builtins.py:2245
1253
1260
" Note that in the case of a merge, the -c option shows the changes\n"
1254
1261
" compared to the left hand parent. To see the changes against\n"
1255
1262
" another parent, use::"
1258
#: bzrlib/builtins.py:2156
1265
#: bzrlib/builtins.py:2249
1259
1266
msgid " bzr diff -r<chosen_parent>..X"
1262
#: bzrlib/builtins.py:2158
1269
#: bzrlib/builtins.py:2251
1264
1271
" The changes between the current revision and the previous revision\n"
1265
1272
" (equivalent to -c-1 and -r-2..-1)"
1268
#: bzrlib/builtins.py:2161
1275
#: bzrlib/builtins.py:2254
1269
1276
msgid " bzr diff -r-2.."
1272
#: bzrlib/builtins.py:2163
1279
#: bzrlib/builtins.py:2256
1273
1280
msgid " Show just the differences for file NEWS::"
1276
#: bzrlib/builtins.py:2165
1283
#: bzrlib/builtins.py:2258
1277
1284
msgid " bzr diff NEWS"
1280
#: bzrlib/builtins.py:2167
1287
#: bzrlib/builtins.py:2260
1281
1288
msgid " Show the differences in working tree xxx for file NEWS::"
1284
#: bzrlib/builtins.py:2169
1291
#: bzrlib/builtins.py:2262
1285
1292
msgid " bzr diff xxx/NEWS"
1288
#: bzrlib/builtins.py:2171
1295
#: bzrlib/builtins.py:2264
1289
1296
msgid " Show the differences from branch xxx to this working tree:"
1292
#: bzrlib/builtins.py:2173
1299
#: bzrlib/builtins.py:2266
1293
1300
msgid " bzr diff --old xxx"
1296
#: bzrlib/builtins.py:2175
1303
#: bzrlib/builtins.py:2268
1297
1304
msgid " Show the differences between two branches for file NEWS::"
1300
#: bzrlib/builtins.py:2177
1307
#: bzrlib/builtins.py:2270
1301
1308
msgid " bzr diff --old xxx --new yyy NEWS"
1304
#: bzrlib/builtins.py:2179
1311
#: bzrlib/builtins.py:2272
1305
1312
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1308
#: bzrlib/builtins.py:2181
1315
#: bzrlib/builtins.py:2274
1310
1317
" bzr diff --prefix old/:new/\n"
1314
1321
" bzr diff --using /usr/bin/diff --diff-options -wu"
1317
#: bzrlib/builtins.py:2191
1324
#: bzrlib/builtins.py:2284
1318
1325
msgid "Pass these options to the external diff program."
1321
#: bzrlib/builtins.py:2194
1328
#: bzrlib/builtins.py:2287
1323
1330
"Set prefixes added to old and new filenames, as two values separated by a "
1324
1331
"colon. (eg \"old/:new/\")."
1327
#: bzrlib/builtins.py:2197
1334
#: bzrlib/builtins.py:2290
1328
1335
msgid "Branch/tree to compare from."
1331
#: bzrlib/builtins.py:2201
1338
#: bzrlib/builtins.py:2294
1332
1339
msgid "Branch/tree to compare to."
1335
#: bzrlib/builtins.py:2207
1342
#: bzrlib/builtins.py:2300
1336
1343
msgid "Use this command to compare files."
1339
#: bzrlib/builtins.py:2212
1346
#: bzrlib/builtins.py:2305
1340
1347
msgid "Diff format to use."
1343
#: bzrlib/builtins.py:2214
1350
#: bzrlib/builtins.py:2307
1344
1351
msgid "Diff format"
1347
#: bzrlib/builtins.py:2236
1354
#: bzrlib/builtins.py:2329
1348
1355
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1351
#: bzrlib/builtins.py:2240
1358
#: bzrlib/builtins.py:2333
1352
1359
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1355
#: bzrlib/builtins.py:2245 bzrlib/builtins.py:2643 bzrlib/builtins.py:2656
1356
#: bzrlib/builtins.py:2664 bzrlib/builtins.py:4826
1362
#: bzrlib/builtins.py:2338 bzrlib/builtins.py:2736 bzrlib/builtins.py:2749
1363
#: bzrlib/builtins.py:2757 bzrlib/builtins.py:4919
1357
1364
msgid "{0} and {1} are mutually exclusive"
1360
#: bzrlib/builtins.py:2265
1367
#: bzrlib/builtins.py:2358
1362
1369
"List files deleted in the working tree.\n"
1366
#: bzrlib/builtins.py:2343
1373
#: bzrlib/builtins.py:2436
1367
1374
msgid "Show the tree root directory."
1370
#: bzrlib/builtins.py:2345
1377
#: bzrlib/builtins.py:2438
1372
1379
"The root is the nearest enclosing directory with a .bzr control\n"
1376
#: bzrlib/builtins.py:2360
1383
#: bzrlib/builtins.py:2453
1377
1384
msgid "The limit argument must be an integer."
1380
#: bzrlib/builtins.py:2368
1387
#: bzrlib/builtins.py:2461
1381
1388
msgid "The levels argument must be an integer."
1384
#: bzrlib/builtins.py:2373
1391
#: bzrlib/builtins.py:2466
1385
1392
msgid "Show historical log for a branch or subset of a branch."
1388
#: bzrlib/builtins.py:2375
1395
#: bzrlib/builtins.py:2468
1390
1397
"log is bzr's default tool for exploring the history of a branch.\n"
1391
1398
"The branch to use is taken from the first parameter. If no parameters\n"
1507
1514
" a nested merge revision and the log will be truncated accordingly."
1510
#: bzrlib/builtins.py:2449
1517
#: bzrlib/builtins.py:2542
1511
1518
msgid ":Path filtering:"
1514
#: bzrlib/builtins.py:2451
1521
#: bzrlib/builtins.py:2544
1516
1523
" If parameters are given and the first one is not a branch, the log\n"
1517
1524
" will be filtered to show only those revisions that changed the\n"
1518
1525
" nominated files or directories."
1521
#: bzrlib/builtins.py:2455
1528
#: bzrlib/builtins.py:2548
1523
1530
" Filenames are interpreted within their historical context. To log a\n"
1524
1531
" deleted file, specify a revision range so that the file existed at\n"
1525
1532
" the end or start of the range."
1528
#: bzrlib/builtins.py:2459
1535
#: bzrlib/builtins.py:2552
1530
1537
" Historical context is also important when interpreting pathnames of\n"
1531
1538
" renamed files/directories. Consider the following example:"
1534
#: bzrlib/builtins.py:2462
1541
#: bzrlib/builtins.py:2555
1536
1543
" * revision 1: add tutorial.txt\n"
1537
1544
" * revision 2: modify tutorial.txt\n"
1538
1545
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1541
#: bzrlib/builtins.py:2466
1548
#: bzrlib/builtins.py:2559
1542
1549
msgid " In this case:"
1545
#: bzrlib/builtins.py:2468
1552
#: bzrlib/builtins.py:2561
1546
1553
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1549
#: bzrlib/builtins.py:2470
1556
#: bzrlib/builtins.py:2563
1551
1558
" * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1554
#: bzrlib/builtins.py:2472
1561
#: bzrlib/builtins.py:2565
1556
1563
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1557
1564
" the original file in revision 2."
1560
#: bzrlib/builtins.py:2475
1567
#: bzrlib/builtins.py:2568
1562
1569
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1563
1570
" was no file called guide.txt in revision 2."
1566
#: bzrlib/builtins.py:2478
1573
#: bzrlib/builtins.py:2571
1568
1575
" Renames are always followed by log. By design, there is no need to\n"
1569
1576
" explicitly ask for this (and no way to stop logging a file back\n"
1570
1577
" until it was last renamed)."
1573
#: bzrlib/builtins.py:2482
1580
#: bzrlib/builtins.py:2575
1574
1581
msgid ":Other filtering:"
1577
#: bzrlib/builtins.py:2484
1584
#: bzrlib/builtins.py:2577
1579
1586
" The --match option can be used for finding revisions that match a\n"
1580
1587
" regular expression in a commit message, committer, author or bug.\n"
1646
1653
" trading disk space for faster speed."
1649
#: bzrlib/builtins.py:2531
1656
#: bzrlib/builtins.py:2624
1650
1657
msgid "Show from oldest to newest."
1653
#: bzrlib/builtins.py:2534
1660
#: bzrlib/builtins.py:2627
1654
1661
msgid "Show files changed in each revision."
1657
#: bzrlib/builtins.py:2540
1664
#: bzrlib/builtins.py:2633
1658
1665
msgid "Show just the specified revision. See also \"help revisionspec\"."
1661
#: bzrlib/builtins.py:2544
1668
#: bzrlib/builtins.py:2637
1662
1669
msgid "What names to list as authors - first, all or committer."
1665
#: bzrlib/builtins.py:2545
1672
#: bzrlib/builtins.py:2638
1666
1673
msgid "Authors"
1669
#: bzrlib/builtins.py:2550
1676
#: bzrlib/builtins.py:2643
1670
1677
msgid "Number of levels to display - 0 for all, 1 for flat."
1673
#: bzrlib/builtins.py:2560
1680
#: bzrlib/builtins.py:2653
1674
1681
msgid "Limit the output to the first N revisions."
1677
#: bzrlib/builtins.py:2565
1684
#: bzrlib/builtins.py:2658
1678
1685
msgid "Show changes made in each revision as a patch."
1681
#: bzrlib/builtins.py:2567
1688
#: bzrlib/builtins.py:2660
1682
1689
msgid "Show merged revisions like --levels 0 does."
1685
#: bzrlib/builtins.py:2571
1692
#: bzrlib/builtins.py:2664
1686
1693
msgid "Do not report commits with more than one parent."
1689
#: bzrlib/builtins.py:2573
1696
#: bzrlib/builtins.py:2666
1691
1698
"Display only the revisions that are not part of both ancestries (require -"
1695
#: bzrlib/builtins.py:2577
1702
#: bzrlib/builtins.py:2670
1696
1703
msgid "Show digital signature validity."
1699
#: bzrlib/builtins.py:2580
1706
#: bzrlib/builtins.py:2673
1700
1707
msgid "Show revisions whose properties match this expression."
1703
#: bzrlib/builtins.py:2584
1710
#: bzrlib/builtins.py:2677
1704
1711
msgid "Show revisions whose message matches this expression."
1707
#: bzrlib/builtins.py:2588
1714
#: bzrlib/builtins.py:2681
1708
1715
msgid "Show revisions whose committer matches this expression."
1711
#: bzrlib/builtins.py:2592
1718
#: bzrlib/builtins.py:2685
1712
1719
msgid "Show revisions whose authors match this expression."
1715
#: bzrlib/builtins.py:2596
1722
#: bzrlib/builtins.py:2689
1716
1723
msgid "Show revisions whose bugs match this expression."
1719
#: bzrlib/builtins.py:2650
1726
#: bzrlib/builtins.py:2743
1720
1727
msgid "--exclude-common-ancestry requires -r with two revisions"
1723
#: bzrlib/builtins.py:2678
1730
#: bzrlib/builtins.py:2771
1724
1731
#, python-format
1725
1732
msgid "Path unknown at end or start of revision range: %s"
1728
#: bzrlib/builtins.py:2795
1735
#: bzrlib/builtins.py:2888
1729
1736
#, python-format
1730
1737
msgid "bzr %s doesn't accept two revisions in different branches."
1733
#: bzrlib/builtins.py:2811
1740
#: bzrlib/builtins.py:2904
1734
1741
#, python-format
1735
1742
msgid "bzr %s --revision takes one or two values."
1738
#: bzrlib/builtins.py:2856
1745
#: bzrlib/builtins.py:2949
1740
1747
"List files in a tree.\n"
1744
#: bzrlib/builtins.py:2865
1751
#: bzrlib/builtins.py:2958
1745
1752
msgid "Recurse into subdirectories."
1748
#: bzrlib/builtins.py:2867
1755
#: bzrlib/builtins.py:2960
1749
1756
msgid "Print paths relative to the root of the branch."
1752
#: bzrlib/builtins.py:2869
1759
#: bzrlib/builtins.py:2962
1753
1760
msgid "Print unknown files."
1756
#: bzrlib/builtins.py:2870
1763
#: bzrlib/builtins.py:2963
1757
1764
msgid "Print versioned files."
1760
#: bzrlib/builtins.py:2873
1767
#: bzrlib/builtins.py:2966
1761
1768
msgid "Print ignored files."
1764
#: bzrlib/builtins.py:2875
1771
#: bzrlib/builtins.py:2968
1765
1772
msgid "List entries of a particular kind: file, directory, symlink."
1768
#: bzrlib/builtins.py:2888
1775
#: bzrlib/builtins.py:2981
1769
1776
msgid "invalid kind specified"
1772
#: bzrlib/builtins.py:2891
1779
#: bzrlib/builtins.py:2984
1773
1780
msgid "Cannot set both --verbose and --null"
1776
#: bzrlib/builtins.py:2900
1783
#: bzrlib/builtins.py:2993
1777
1784
msgid "cannot specify both --from-root and PATH"
1780
#: bzrlib/builtins.py:2987
1787
#: bzrlib/builtins.py:3080
1781
1788
msgid "Ignore specified files or patterns."
1784
#: bzrlib/builtins.py:2989
1791
#: bzrlib/builtins.py:3082
1785
1792
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1788
#: bzrlib/builtins.py:2991
1795
#: bzrlib/builtins.py:3084
1790
1797
"If a .bzrignore file does not exist, the ignore command\n"
1791
1798
"will create one and add the specified files or patterns to the newly\n"
1832
1839
" the shell on Unix."
1835
#: bzrlib/builtins.py:3020
1842
#: bzrlib/builtins.py:3113
1837
1844
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1838
1845
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1841
#: bzrlib/builtins.py:3023
1848
#: bzrlib/builtins.py:3116
1844
1851
" Ignore the top level Makefile::"
1847
#: bzrlib/builtins.py:3026
1854
#: bzrlib/builtins.py:3119
1848
1855
msgid " bzr ignore ./Makefile"
1851
#: bzrlib/builtins.py:3028
1858
#: bzrlib/builtins.py:3121
1852
1859
msgid " Ignore .class files in all directories...::"
1855
#: bzrlib/builtins.py:3030
1862
#: bzrlib/builtins.py:3123
1856
1863
msgid " bzr ignore \"*.class\""
1859
#: bzrlib/builtins.py:3032
1866
#: bzrlib/builtins.py:3125
1860
1867
msgid " ...but do not ignore \"special.class\"::"
1863
#: bzrlib/builtins.py:3034
1870
#: bzrlib/builtins.py:3127
1864
1871
msgid " bzr ignore \"!special.class\""
1867
#: bzrlib/builtins.py:3036
1874
#: bzrlib/builtins.py:3129
1868
1875
msgid " Ignore files whose name begins with the \"#\" character::"
1871
#: bzrlib/builtins.py:3038
1878
#: bzrlib/builtins.py:3131
1872
1879
msgid " bzr ignore \"RE:^#\""
1875
#: bzrlib/builtins.py:3040 bzrlib/builtins.py:3044
1882
#: bzrlib/builtins.py:3133 bzrlib/builtins.py:3137
1876
1883
msgid " Ignore .o files under the lib directory::"
1879
#: bzrlib/builtins.py:3042
1886
#: bzrlib/builtins.py:3135
1880
1887
msgid " bzr ignore \"lib/**/*.o\""
1883
#: bzrlib/builtins.py:3046
1890
#: bzrlib/builtins.py:3139
1884
1891
msgid " bzr ignore \"RE:lib/.*\\.o\""
1887
#: bzrlib/builtins.py:3048
1894
#: bzrlib/builtins.py:3141
1888
1895
msgid " Ignore everything but the \"debian\" toplevel directory::"
1891
#: bzrlib/builtins.py:3050
1898
#: bzrlib/builtins.py:3143
1893
1900
" bzr ignore \"RE:(?!debian/).*\"\n"
1932
#: bzrlib/builtins.py:3116
1939
#: bzrlib/builtins.py:3209
1933
1940
msgid "List ignored files and the patterns that matched them."
1936
#: bzrlib/builtins.py:3118
1943
#: bzrlib/builtins.py:3211
1938
1945
"List all the ignored files and the ignore pattern that caused the file to\n"
1942
#: bzrlib/builtins.py:3121
1949
#: bzrlib/builtins.py:3214
1943
1950
msgid "Alternatively, to list just the files::"
1946
#: bzrlib/builtins.py:3123
1953
#: bzrlib/builtins.py:3216
1947
1954
msgid " bzr ls --ignored"
1950
#: bzrlib/builtins.py:3157
1957
#: bzrlib/builtins.py:3250
1951
1958
#, python-format
1952
1959
msgid "not a valid revision-number: %r"
1955
#: bzrlib/builtins.py:3164
1962
#: bzrlib/builtins.py:3257
1957
1964
"Export current or past revision to a destination directory or archive."
1960
#: bzrlib/builtins.py:3166
1967
#: bzrlib/builtins.py:3259
1961
1968
msgid "If no revision is specified this exports the last committed revision."
1964
#: bzrlib/builtins.py:3168
1971
#: bzrlib/builtins.py:3261
1966
1973
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
1967
1974
"given, try to find the format with the extension. If no extension\n"
1968
1975
"is found exports to a directory (equivalent to --format=dir)."
1971
#: bzrlib/builtins.py:3172
1978
#: bzrlib/builtins.py:3265
1973
1980
"If root is supplied, it will be used as the root directory inside\n"
1974
1981
"container formats (tar, zip, etc). If it is not supplied it will default\n"
1975
1982
"to the exported filename. The root option has no effect for 'dir' format."
1978
#: bzrlib/builtins.py:3176
1985
#: bzrlib/builtins.py:3269
1980
1987
"If branch is omitted then the branch containing the current working\n"
1981
1988
"directory will be used."
1984
#: bzrlib/builtins.py:3179
1991
#: bzrlib/builtins.py:3272
1986
1993
"Note: Export of tree with non-ASCII filenames to zip is not supported."
1989
#: bzrlib/builtins.py:3181
1996
#: bzrlib/builtins.py:3274
1991
1998
" ================= =========================\n"
1992
1999
" Supported formats Autodetected by extension\n"
1999
2006
" ================= ========================="
2002
#: bzrlib/builtins.py:3195
2009
#: bzrlib/builtins.py:3288
2003
2010
msgid "Type of file to export to."
2006
#: bzrlib/builtins.py:3198
2013
#: bzrlib/builtins.py:3291
2007
2014
msgid "Apply content filters to export the convenient form."
2010
#: bzrlib/builtins.py:3202
2017
#: bzrlib/builtins.py:3295
2011
2018
msgid "Name of the root directory inside the exported file."
2014
#: bzrlib/builtins.py:3204
2021
#: bzrlib/builtins.py:3297
2016
2023
"Set modification time of files to that of the last revision in which it was "
2020
#: bzrlib/builtins.py:3207
2027
#: bzrlib/builtins.py:3300
2022
2029
"Export the working tree contents rather than that of the last revision."
2025
#: bzrlib/builtins.py:3226
2032
#: bzrlib/builtins.py:3319
2026
2033
msgid "--uncommitted requires a working tree"
2029
#: bzrlib/builtins.py:3235
2036
#: bzrlib/builtins.py:3328
2030
2037
#, python-format
2031
2038
msgid "Unsupported export format: %s"
2034
#: bzrlib/builtins.py:3239
2041
#: bzrlib/builtins.py:3332
2036
2043
"Write the contents of a file as of a given revision to standard output."
2039
#: bzrlib/builtins.py:3241
2046
#: bzrlib/builtins.py:3334
2040
2047
msgid "If no revision is nominated, the last revision is used."
2043
#: bzrlib/builtins.py:3243
2050
#: bzrlib/builtins.py:3336
2045
2052
"Note: Take care to redirect standard output when using this command on a\n"
2049
#: bzrlib/builtins.py:3249
2056
#: bzrlib/builtins.py:3342
2050
2057
msgid "The path name in the old tree."
2053
#: bzrlib/builtins.py:3250
2060
#: bzrlib/builtins.py:3343
2054
2061
msgid "Apply content filters to display the convenience form."
2057
#: bzrlib/builtins.py:3261
2064
#: bzrlib/builtins.py:3354
2058
2065
msgid "bzr cat --revision takes exactly one revision specifier"
2061
#: bzrlib/builtins.py:3286 bzrlib/builtins.py:3298
2068
#: bzrlib/builtins.py:3379 bzrlib/builtins.py:3391
2062
2069
msgid "{0!r} is not present in revision {1}"
2065
#: bzrlib/builtins.py:3321
2072
#: bzrlib/builtins.py:3414
2066
2073
msgid "Commit changes into a new revision."
2069
#: bzrlib/builtins.py:3323
2076
#: bzrlib/builtins.py:3416
2071
2078
"An explanatory message needs to be given for each commit. This is\n"
2072
2079
"often done by using the --message option (getting the message from the\n"
2076
2083
"boilerplate text loaded into the editor, use the --show-diff option."
2079
#: bzrlib/builtins.py:3330
2086
#: bzrlib/builtins.py:3423
2081
2088
"By default, the entire tree is committed and the person doing the\n"
2082
2089
"commit is assumed to be the author. These defaults can be overridden\n"
2083
2090
"as explained below."
2086
#: bzrlib/builtins.py:3334
2093
#: bzrlib/builtins.py:3427
2087
2094
msgid ":Selective commits:"
2090
#: bzrlib/builtins.py:3336
2097
#: bzrlib/builtins.py:3429
2092
2099
" If selected files are specified, only changes to those files are\n"
2093
2100
" committed. If a directory is specified then the directory and\n"
2094
2101
" everything within it is committed."
2097
#: bzrlib/builtins.py:3340
2104
#: bzrlib/builtins.py:3433
2099
2106
" When excludes are given, they take precedence over selected files.\n"
2100
2107
" For example, to commit only changes within foo, but not changes\n"
2101
2108
" within foo/bar::"
2104
#: bzrlib/builtins.py:3344
2111
#: bzrlib/builtins.py:3437
2105
2112
msgid " bzr commit foo -x foo/bar"
2108
#: bzrlib/builtins.py:3346
2115
#: bzrlib/builtins.py:3439
2109
2116
msgid " A selective commit after a merge is not yet supported."
2112
#: bzrlib/builtins.py:3348
2119
#: bzrlib/builtins.py:3441
2113
2120
msgid ":Custom authors:"
2116
#: bzrlib/builtins.py:3350
2123
#: bzrlib/builtins.py:3443
2118
2125
" If the author of the change is not the same person as the committer,\n"
2119
2126
" you can specify the author's name using the --author option. The\n"
2155
2162
" one or more bugs. See ``bzr help bugs`` for details."
2158
#: bzrlib/builtins.py:3381
2165
#: bzrlib/builtins.py:3474
2159
2166
msgid "Do not consider changes made to a given path."
2162
#: bzrlib/builtins.py:3384
2169
#: bzrlib/builtins.py:3477
2163
2170
msgid "Description of the new revision."
2166
#: bzrlib/builtins.py:3387
2173
#: bzrlib/builtins.py:3480
2167
2174
msgid "Commit even if nothing has changed."
2170
#: bzrlib/builtins.py:3391
2177
#: bzrlib/builtins.py:3484
2171
2178
msgid "Take commit message from this file."
2174
#: bzrlib/builtins.py:3393
2181
#: bzrlib/builtins.py:3486
2175
2182
msgid "Refuse to commit if there are unknown files in the working tree."
2178
#: bzrlib/builtins.py:3396
2185
#: bzrlib/builtins.py:3489
2180
2187
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2181
2188
"08:00:00 +0100'."
2184
#: bzrlib/builtins.py:3399
2191
#: bzrlib/builtins.py:3492
2185
2192
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2188
#: bzrlib/builtins.py:3402
2195
#: bzrlib/builtins.py:3495
2189
2196
msgid "Set the author's name, if it's different from the committer."
2192
#: bzrlib/builtins.py:3405
2199
#: bzrlib/builtins.py:3498
2194
2201
"Perform a local commit in a bound branch. Local commits are not pushed to "
2195
2202
"the master branch until a normal commit is performed."
2198
#: bzrlib/builtins.py:3411
2205
#: bzrlib/builtins.py:3504
2200
2207
"When no message is supplied, show the diff along with the status summary in "
2201
2208
"the message editor."
2204
#: bzrlib/builtins.py:3414
2211
#: bzrlib/builtins.py:3507
2206
2213
"When committing to a foreign version control system do not push data that "
2207
2214
"can not be natively represented."
2210
#: bzrlib/builtins.py:3432
2217
#: bzrlib/builtins.py:3525
2211
2218
#, python-format
2213
2220
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2223
2230
"Commit refused."
2226
#: bzrlib/builtins.py:3450
2233
#: bzrlib/builtins.py:3543
2227
2234
#, python-format
2228
2235
msgid "Unrecognized bug %s. Commit refused."
2231
#: bzrlib/builtins.py:3453
2238
#: bzrlib/builtins.py:3546
2232
2239
#, python-format
2235
2242
"Commit refused."
2238
#: bzrlib/builtins.py:3477
2245
#: bzrlib/builtins.py:3570
2239
2246
msgid "Could not parse --commit-time: "
2242
#: bzrlib/builtins.py:3517
2249
#: bzrlib/builtins.py:3610
2243
2250
msgid "please specify either --message or --file"
2246
#: bzrlib/builtins.py:3546
2253
#: bzrlib/builtins.py:3639
2247
2254
msgid "please specify a commit message with either --message or --file"
2250
#: bzrlib/builtins.py:3549
2257
#: bzrlib/builtins.py:3642
2252
2259
"Empty commit message specified. Please specify a commit message with either -"
2253
2260
"-message or --file or leave a blank message with --message \"\"."
2256
#: bzrlib/builtins.py:3569
2263
#: bzrlib/builtins.py:3662
2258
2265
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2259
2266
"-unchanged to force an empty commit."
2262
#: bzrlib/builtins.py:3573
2269
#: bzrlib/builtins.py:3666
2264
2271
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2265
2272
"resolve FILE\" to resolve."
2268
#: bzrlib/builtins.py:3577
2275
#: bzrlib/builtins.py:3670
2269
2276
msgid "Commit refused because there are unknown files in the working tree."
2272
#: bzrlib/builtins.py:3580
2279
#: bzrlib/builtins.py:3673
2275
2282
"To commit to master branch, run update and then commit.\n"
2276
2283
"You can also pass --local to commit to continue working disconnected."
2279
#: bzrlib/builtins.py:3588
2286
#: bzrlib/builtins.py:3681
2281
2288
"Validate working tree structure, branch consistency and repository history."
2284
#: bzrlib/builtins.py:3590
2291
#: bzrlib/builtins.py:3683
2286
2293
"This command checks various invariants about branch and repository storage\n"
2287
2294
"to detect data corruption or bzr bugs."
2290
#: bzrlib/builtins.py:3593
2297
#: bzrlib/builtins.py:3686
2292
2299
"The working tree and branch checks will only give output if a problem is\n"
2293
2300
"detected. The output fields of the repository check are:"
2296
#: bzrlib/builtins.py:3596
2303
#: bzrlib/builtins.py:3689
2299
2306
" This is just the number of revisions checked. It doesn't\n"
2300
2307
" indicate a problem."
2303
#: bzrlib/builtins.py:3600
2310
#: bzrlib/builtins.py:3693
2305
2312
"versionedfiles\n"
2306
2313
" This is just the number of versionedfiles checked. It\n"
2307
2314
" doesn't indicate a problem."
2310
#: bzrlib/builtins.py:3604
2317
#: bzrlib/builtins.py:3697
2312
2319
"unreferenced ancestors\n"
2313
2320
" Texts that are ancestors of other texts, but\n"
2331
2338
" indicate a problem."
2334
#: bzrlib/builtins.py:3619
2341
#: bzrlib/builtins.py:3712
2336
2343
"If no restrictions are specified, all Bazaar data that is found at the "
2338
2345
"location will be checked."
2341
#: bzrlib/builtins.py:3624
2348
#: bzrlib/builtins.py:3717
2342
2349
msgid " Check the tree and branch at 'foo'::"
2345
#: bzrlib/builtins.py:3626
2352
#: bzrlib/builtins.py:3719
2346
2353
msgid " bzr check --tree --branch foo"
2349
#: bzrlib/builtins.py:3628
2356
#: bzrlib/builtins.py:3721
2350
2357
msgid " Check only the repository at 'bar'::"
2353
#: bzrlib/builtins.py:3630
2360
#: bzrlib/builtins.py:3723
2354
2361
msgid " bzr check --repo bar"
2357
#: bzrlib/builtins.py:3632
2364
#: bzrlib/builtins.py:3725
2358
2365
msgid " Check everything at 'baz'::"
2361
#: bzrlib/builtins.py:3634
2368
#: bzrlib/builtins.py:3727
2362
2369
msgid " bzr check baz"
2365
#: bzrlib/builtins.py:3640
2372
#: bzrlib/builtins.py:3733
2366
2373
msgid "Check the branch related to the current directory."
2369
#: bzrlib/builtins.py:3642
2376
#: bzrlib/builtins.py:3735
2370
2377
msgid "Check the repository related to the current directory."
2373
#: bzrlib/builtins.py:3644
2380
#: bzrlib/builtins.py:3737
2374
2381
msgid "Check the working tree related to the current directory."
2377
#: bzrlib/builtins.py:3658
2384
#: bzrlib/builtins.py:3751
2378
2385
msgid "Upgrade a repository, branch or working tree to a newer format."
2381
#: bzrlib/builtins.py:3660
2388
#: bzrlib/builtins.py:3753
2383
2390
"When the default format has changed after a major new release of\n"
2384
2391
"Bazaar, you may be informed during certain operations that you\n"
2419
#: bzrlib/builtins.py:3686
2426
#: bzrlib/builtins.py:3779
2421
2428
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2422
2429
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2425
#: bzrlib/builtins.py:3694
2432
#: bzrlib/builtins.py:3787
2426
2433
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2429
#: bzrlib/builtins.py:3698
2436
#: bzrlib/builtins.py:3791
2430
2437
msgid "Branch format"
2433
#: bzrlib/builtins.py:3700
2440
#: bzrlib/builtins.py:3793
2434
2441
msgid "Remove the backup.bzr directory if successful."
2437
#: bzrlib/builtins.py:3702
2444
#: bzrlib/builtins.py:3795
2438
2445
msgid "Show what would be done, but don't actually do anything."
2441
#: bzrlib/builtins.py:3717
2448
#: bzrlib/builtins.py:3810
2442
2449
msgid "Show or set bzr user id."
2445
#: bzrlib/builtins.py:3719
2452
#: bzrlib/builtins.py:3812
2448
2455
" Show the email of the current user::"
2451
#: bzrlib/builtins.py:3722
2458
#: bzrlib/builtins.py:3815
2452
2459
msgid " bzr whoami --email"
2455
#: bzrlib/builtins.py:3724
2462
#: bzrlib/builtins.py:3817
2456
2463
msgid " Set the current user::"
2459
#: bzrlib/builtins.py:3726
2466
#: bzrlib/builtins.py:3819
2460
2467
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2463
#: bzrlib/builtins.py:3730
2470
#: bzrlib/builtins.py:3823
2464
2471
msgid "Display email address only."
2467
#: bzrlib/builtins.py:3732
2474
#: bzrlib/builtins.py:3825
2468
2475
msgid "Set identity for the current branch instead of globally."
2471
#: bzrlib/builtins.py:3758
2478
#: bzrlib/builtins.py:3851
2472
2479
msgid "--email can only be used to display existing identity"
2475
#: bzrlib/builtins.py:3780
2482
#: bzrlib/builtins.py:3873
2476
2483
msgid "Print or set the branch nickname."
2479
#: bzrlib/builtins.py:3782
2486
#: bzrlib/builtins.py:3875
2481
2488
"If unset, the tree root directory name is used as the nickname.\n"
2482
2489
"To print the current nickname, execute with no argument."
2485
#: bzrlib/builtins.py:3785
2492
#: bzrlib/builtins.py:3878
2487
2494
"Bound branches use the nickname of its master branch unless it is set\n"
2491
#: bzrlib/builtins.py:3805
2498
#: bzrlib/builtins.py:3898
2492
2499
msgid "Set/unset and display aliases."
2495
#: bzrlib/builtins.py:3807
2502
#: bzrlib/builtins.py:3900
2498
2505
" Show the current aliases::"
2501
#: bzrlib/builtins.py:3810
2508
#: bzrlib/builtins.py:3903
2502
2509
msgid " bzr alias"
2505
#: bzrlib/builtins.py:3812
2512
#: bzrlib/builtins.py:3905
2506
2513
msgid " Show the alias specified for 'll'::"
2509
#: bzrlib/builtins.py:3814
2516
#: bzrlib/builtins.py:3907
2510
2517
msgid " bzr alias ll"
2513
#: bzrlib/builtins.py:3816
2520
#: bzrlib/builtins.py:3909
2514
2521
msgid " Set an alias for 'll'::"
2517
#: bzrlib/builtins.py:3818
2524
#: bzrlib/builtins.py:3911
2518
2525
msgid " bzr alias ll=\"log --line -r-10..-1\""
2521
#: bzrlib/builtins.py:3820
2528
#: bzrlib/builtins.py:3913
2522
2529
msgid " To remove an alias for 'll'::"
2525
#: bzrlib/builtins.py:3822
2532
#: bzrlib/builtins.py:3915
2526
2533
msgid " bzr alias --remove ll"
2529
#: bzrlib/builtins.py:3827
2536
#: bzrlib/builtins.py:3920
2530
2537
msgid "Remove the alias."
2533
#: bzrlib/builtins.py:3845
2540
#: bzrlib/builtins.py:3938
2534
2541
msgid "bzr alias --remove expects an alias to remove."
2537
#: bzrlib/builtins.py:4026
2544
#: bzrlib/builtins.py:4119
2539
2546
"subunit not available. subunit needs to be installed to use --subunit."
2542
#: bzrlib/builtins.py:4043
2549
#: bzrlib/builtins.py:4136
2544
2551
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2547
#: bzrlib/builtins.py:4090
2554
#: bzrlib/builtins.py:4183
2548
2555
msgid "Show version of bzr."
2551
#: bzrlib/builtins.py:4094
2558
#: bzrlib/builtins.py:4187
2552
2559
msgid "Print just the version number."
2555
#: bzrlib/builtins.py:4113
2562
#: bzrlib/builtins.py:4206
2556
2563
msgid "It sure does!\n"
2559
#: bzrlib/builtins.py:4137
2566
#: bzrlib/builtins.py:4230
2560
2567
#, python-format
2561
2568
msgid "merge base is revision %s\n"
2564
#: bzrlib/builtins.py:4141
2571
#: bzrlib/builtins.py:4234
2565
2572
msgid "Perform a three-way merge."
2568
#: bzrlib/builtins.py:4143
2575
#: bzrlib/builtins.py:4236
2570
2577
"The source of the merge can be specified either in the form of a branch,\n"
2571
2578
"or in the form of a path to a file containing a merge directive generated\n"
2641
2648
"merge revision which has more than two parents."
2644
#: bzrlib/builtins.py:4190
2651
#: bzrlib/builtins.py:4283
2646
2653
"If one would like to merge changes from the working tree of the other\n"
2647
2654
"branch without merging any committed revisions, the --uncommitted option\n"
2648
2655
"can be given."
2651
#: bzrlib/builtins.py:4194
2658
#: bzrlib/builtins.py:4287
2653
2660
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2654
2661
"you to apply each diff hunk and file change, similar to \"shelve\"."
2657
#: bzrlib/builtins.py:4197
2664
#: bzrlib/builtins.py:4290
2660
2667
" To merge all new revisions from bzr.dev::"
2663
#: bzrlib/builtins.py:4200
2670
#: bzrlib/builtins.py:4293
2664
2671
msgid " bzr merge ../bzr.dev"
2667
#: bzrlib/builtins.py:4202
2674
#: bzrlib/builtins.py:4295
2668
2675
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2671
#: bzrlib/builtins.py:4204
2678
#: bzrlib/builtins.py:4297
2672
2679
msgid " bzr merge -r 82 ../bzr.dev"
2675
#: bzrlib/builtins.py:4206
2682
#: bzrlib/builtins.py:4299
2676
2683
msgid " To merge the changes introduced by 82, without previous changes::"
2679
#: bzrlib/builtins.py:4208
2686
#: bzrlib/builtins.py:4301
2680
2687
msgid " bzr merge -r 81..82 ../bzr.dev"
2683
#: bzrlib/builtins.py:4210
2690
#: bzrlib/builtins.py:4303
2684
2691
msgid " To apply a merge directive contained in /tmp/merge::"
2687
#: bzrlib/builtins.py:4212
2694
#: bzrlib/builtins.py:4305
2688
2695
msgid " bzr merge /tmp/merge"
2691
#: bzrlib/builtins.py:4214
2698
#: bzrlib/builtins.py:4307
2693
2700
" To create a merge revision with three parents from two branches\n"
2694
2701
" feature1a and feature1b:"
2697
#: bzrlib/builtins.py:4217
2704
#: bzrlib/builtins.py:4310
2699
2706
" bzr merge ../feature1a\n"
2700
2707
" bzr merge ../feature1b --force\n"
2701
2708
" bzr commit -m 'revision with three parents'"
2704
#: bzrlib/builtins.py:4229
2711
#: bzrlib/builtins.py:4322
2705
2712
msgid "Merge even if the destination tree has uncommitted changes."
2708
#: bzrlib/builtins.py:4235
2715
#: bzrlib/builtins.py:4328
2710
2717
"Apply uncommitted changes from a working copy, instead of branch changes."
2713
#: bzrlib/builtins.py:4237
2720
#: bzrlib/builtins.py:4330
2715
2722
"If the destination is already completely merged into the source, pull from "
2716
2723
"the source rather than merging. When this happens, you do not need to "
2717
2724
"commit the result."
2720
#: bzrlib/builtins.py:4242
2727
#: bzrlib/builtins.py:4335
2722
2729
"Branch to merge into, rather than the one containing the working directory."
2725
#: bzrlib/builtins.py:4244
2732
#: bzrlib/builtins.py:4337
2726
2733
msgid "Instead of merging, show a diff of the merge."
2729
#: bzrlib/builtins.py:4246
2736
#: bzrlib/builtins.py:4339
2730
2737
msgid "Select changes interactively."
2733
#: bzrlib/builtins.py:4268
2740
#: bzrlib/builtins.py:4361
2735
2742
"Merging into empty branches not currently supported, "
2736
2743
"https://bugs.launchpad.net/bzr/+bug/308562"
2739
#: bzrlib/builtins.py:4295
2746
#: bzrlib/builtins.py:4388
2740
2747
msgid "Cannot use --uncommitted with bundles or merge directives."
2743
#: bzrlib/builtins.py:4306
2750
#: bzrlib/builtins.py:4399
2744
2751
msgid "Cannot use --uncommitted and --revision at the same time."
2747
#: bzrlib/builtins.py:4326
2754
#: bzrlib/builtins.py:4419
2748
2755
msgid "merger: "
2751
#: bzrlib/builtins.py:4328 bzrlib/bundle/apply_bundle.py:71
2758
#: bzrlib/builtins.py:4421 bzrlib/bundle/apply_bundle.py:71
2752
2759
msgid "Nothing to do."
2755
#: bzrlib/builtins.py:4332
2762
#: bzrlib/builtins.py:4425
2756
2763
msgid "Cannot pull individual files"
2759
#: bzrlib/builtins.py:4340
2766
#: bzrlib/builtins.py:4433
2760
2767
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2763
#: bzrlib/builtins.py:4398
2770
#: bzrlib/builtins.py:4491
2764
2771
#, python-format
2765
2772
msgid "Show-base is not supported for this merge type. %s"
2768
#: bzrlib/builtins.py:4407
2775
#: bzrlib/builtins.py:4500
2769
2776
#, python-format
2770
2777
msgid "Conflict reduction is not supported for merge type %s."
2773
#: bzrlib/builtins.py:4411
2780
#: bzrlib/builtins.py:4504
2774
2781
msgid "Cannot do conflict reduction and show base."
2777
#: bzrlib/builtins.py:4522
2784
#: bzrlib/builtins.py:4615
2778
2785
msgid "No location specified or remembered"
2781
#: bzrlib/builtins.py:4524
2788
#: bzrlib/builtins.py:4617
2782
2789
msgid "{0} remembered {1} location {2}"
2785
#: bzrlib/builtins.py:4530
2792
#: bzrlib/builtins.py:4623
2786
2793
msgid "Redo a merge."
2789
#: bzrlib/builtins.py:4532
2796
#: bzrlib/builtins.py:4625
2791
2798
"Use this if you want to try a different merge technique while resolving\n"
2792
2799
"conflicts. Some merge techniques are better than others, and remerge\n"
2793
2800
"lets you try different ones on different files."
2796
#: bzrlib/builtins.py:4536
2803
#: bzrlib/builtins.py:4629
2798
2805
"The options for remerge have the same meaning and defaults as the ones for\n"
2799
2806
"merge. The difference is that remerge can (only) be run when there is a\n"
2800
2807
"pending merge, and it lets you specify particular files."
2803
#: bzrlib/builtins.py:4540
2810
#: bzrlib/builtins.py:4633
2806
2813
" Re-do the merge of all conflicted files, and show the base text in\n"
2807
2814
" conflict regions, in addition to the usual THIS and OTHER texts::"
2810
#: bzrlib/builtins.py:4544
2817
#: bzrlib/builtins.py:4637
2811
2818
msgid " bzr remerge --show-base"
2814
#: bzrlib/builtins.py:4546
2821
#: bzrlib/builtins.py:4639
2816
2823
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2817
2824
" additional processing to reduce the size of conflict regions::"
2820
#: bzrlib/builtins.py:4549
2827
#: bzrlib/builtins.py:4642
2821
2828
msgid " bzr remerge --merge-type weave --reprocess foobar"
2824
#: bzrlib/builtins.py:4556
2831
#: bzrlib/builtins.py:4649
2825
2832
msgid "Show base revision text in conflicts."
2828
#: bzrlib/builtins.py:4568
2835
#: bzrlib/builtins.py:4661
2830
2837
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2834
#: bzrlib/builtins.py:4624
2841
#: bzrlib/builtins.py:4717
2835
2842
msgid "Revert files to a previous revision."
2838
#: bzrlib/builtins.py:4626
2845
#: bzrlib/builtins.py:4719
2840
2847
"Giving a list of files will revert only those files. Otherwise, all files\n"
2841
2848
"will be reverted. If the revision is not specified with '--revision', the\n"
2842
2849
"last committed revision is used."
2845
#: bzrlib/builtins.py:4630
2852
#: bzrlib/builtins.py:4723
2847
2854
"To remove only some changes, without reverting to a prior version, use\n"
2848
2855
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2937
2944
" 0 - no missing revisions"
2940
#: bzrlib/builtins.py:4754
2947
#: bzrlib/builtins.py:4847
2942
2949
" Determine the missing revisions between this and the branch at the\n"
2943
2950
" remembered pull location::"
2946
#: bzrlib/builtins.py:4757
2953
#: bzrlib/builtins.py:4850
2947
2954
msgid " bzr missing"
2950
#: bzrlib/builtins.py:4759
2957
#: bzrlib/builtins.py:4852
2951
2958
msgid " Determine the missing revisions between this and another branch::"
2954
#: bzrlib/builtins.py:4761
2961
#: bzrlib/builtins.py:4854
2955
2962
msgid " bzr missing http://server/branch"
2958
#: bzrlib/builtins.py:4763
2965
#: bzrlib/builtins.py:4856
2960
2967
" Determine the missing revisions up to a specific revision on the other\n"
2964
#: bzrlib/builtins.py:4766
2971
#: bzrlib/builtins.py:4859
2965
2972
msgid " bzr missing -r ..-10"
2968
#: bzrlib/builtins.py:4768
2975
#: bzrlib/builtins.py:4861
2970
2977
" Determine the missing revisions up to a specific revision on this\n"
2974
#: bzrlib/builtins.py:4771
2981
#: bzrlib/builtins.py:4864
2975
2982
msgid " bzr missing --my-revision ..-10"
2978
#: bzrlib/builtins.py:4778
2985
#: bzrlib/builtins.py:4871
2979
2986
msgid "Reverse the order of revisions."
2982
#: bzrlib/builtins.py:4780
2989
#: bzrlib/builtins.py:4873
2983
2990
msgid "Display changes in the local branch only."
2986
#: bzrlib/builtins.py:4781
2993
#: bzrlib/builtins.py:4874
2987
2994
msgid "Same as --mine-only."
2990
#: bzrlib/builtins.py:4783
2997
#: bzrlib/builtins.py:4876
2991
2998
msgid "Display changes in the remote branch only."
2994
#: bzrlib/builtins.py:4784
3001
#: bzrlib/builtins.py:4877
2995
3002
msgid "Same as --theirs-only."
2998
#: bzrlib/builtins.py:4789
3005
#: bzrlib/builtins.py:4882
3000
3007
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3004
#: bzrlib/builtins.py:4793
3011
#: bzrlib/builtins.py:4886
3006
3013
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3010
#: bzrlib/builtins.py:4796
3017
#: bzrlib/builtins.py:4889
3011
3018
msgid "Show all revisions in addition to the mainline ones."
3014
#: bzrlib/builtins.py:4850
3021
#: bzrlib/builtins.py:4943
3015
3022
msgid "No peer location known or specified."
3018
#: bzrlib/builtins.py:4854
3025
#: bzrlib/builtins.py:4947
3019
3026
msgid "Using saved parent location: {0}\n"
3022
#: bzrlib/builtins.py:4887
3029
#: bzrlib/builtins.py:4980
3023
3030
#, python-format
3024
3031
msgid "You have %d extra revision:\n"
3025
3032
msgid_plural "You have %d extra revisions:\n"
3029
#: bzrlib/builtins.py:4903
3036
#: bzrlib/builtins.py:4996
3030
3037
#, python-format
3031
3038
msgid "You are missing %d revision:\n"
3032
3039
msgid_plural "You are missing %d revisions:\n"
3036
#: bzrlib/builtins.py:4915
3043
#: bzrlib/builtins.py:5008
3037
3044
msgid "This branch has no new revisions.\n"
3040
#: bzrlib/builtins.py:4918
3047
#: bzrlib/builtins.py:5011
3041
3048
msgid "Other branch has no new revisions.\n"
3044
#: bzrlib/builtins.py:4923
3051
#: bzrlib/builtins.py:5016
3045
3052
msgid "Branches are up to date.\n"
3048
#: bzrlib/builtins.py:4934
3055
#: bzrlib/builtins.py:5027
3049
3056
msgid "Compress the data within a repository."
3052
#: bzrlib/builtins.py:4936
3059
#: bzrlib/builtins.py:5029
3054
3061
"This operation compresses the data within a bazaar repository. As\n"
3055
3062
"bazaar supports automatic packing of repository, this operation is\n"
3056
3063
"normally not required to be done manually."
3059
#: bzrlib/builtins.py:4940
3066
#: bzrlib/builtins.py:5033
3061
3068
"During the pack operation, bazaar takes a backup of existing repository\n"
3062
3069
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3108
3115
"plugins using the Python programming language."
3111
#: bzrlib/builtins.py:4998
3118
#: bzrlib/builtins.py:5091
3112
3119
msgid "Show testament (signing-form) of a revision."
3115
#: bzrlib/builtins.py:5001
3122
#: bzrlib/builtins.py:5094
3116
3123
msgid "Produce long-format testament."
3119
#: bzrlib/builtins.py:5003
3126
#: bzrlib/builtins.py:5096
3120
3127
msgid "Produce a strict-format testament."
3123
#: bzrlib/builtins.py:5029
3130
#: bzrlib/builtins.py:5122
3124
3131
msgid "Show the origin of each line in a file."
3127
#: bzrlib/builtins.py:5031
3134
#: bzrlib/builtins.py:5124
3129
3136
"This prints out the given file with an annotation on the left side\n"
3130
3137
"indicating which revision, author and date introduced the change."
3133
#: bzrlib/builtins.py:5034
3140
#: bzrlib/builtins.py:5127
3135
3142
"If the origin is the same for a run of consecutive lines, it is\n"
3136
3143
"shown only at the top, unless the --all option is given."
3139
#: bzrlib/builtins.py:5042
3146
#: bzrlib/builtins.py:5135
3140
3147
msgid "Show annotations on all lines."
3143
#: bzrlib/builtins.py:5043
3150
#: bzrlib/builtins.py:5136
3144
3151
msgid "Show commit date in annotations."
3147
#: bzrlib/builtins.py:5130
3154
#: bzrlib/builtins.py:5223
3148
3155
msgid "Cannot sign a range of non-revision-history revisions"
3151
#: bzrlib/builtins.py:5142
3158
#: bzrlib/builtins.py:5235
3152
3159
msgid "Please supply either one revision, or a range."
3155
#: bzrlib/builtins.py:5146
3162
#: bzrlib/builtins.py:5239
3157
3164
"Convert the current branch into a checkout of the supplied branch.\n"
3158
3165
"If no branch is supplied, rebind to the last bound location."
3161
#: bzrlib/builtins.py:5149
3168
#: bzrlib/builtins.py:5242
3163
3170
"Once converted into a checkout, commits must succeed on the master branch\n"
3164
3171
"before they will be applied to the local branch."
3167
#: bzrlib/builtins.py:5152
3174
#: bzrlib/builtins.py:5245
3169
3176
"Bound branches use the nickname of its master branch unless it is set\n"
3170
3177
"locally, in which case binding will update the local nickname to be\n"
3171
3178
"that of the master."
3174
#: bzrlib/builtins.py:5167
3181
#: bzrlib/builtins.py:5260
3175
3182
msgid "No location supplied. This format does not remember old locations."
3178
#: bzrlib/builtins.py:5172
3185
#: bzrlib/builtins.py:5265
3179
3186
msgid "Branch is already bound"
3182
#: bzrlib/builtins.py:5174
3189
#: bzrlib/builtins.py:5267
3183
3190
msgid "No location supplied and no previous location known"
3186
#: bzrlib/builtins.py:5180
3193
#: bzrlib/builtins.py:5273
3187
3194
msgid "These branches have diverged. Try merging, and then bind again."
3190
#: bzrlib/builtins.py:5187
3197
#: bzrlib/builtins.py:5280
3191
3198
msgid "Convert the current checkout into a regular branch."
3194
#: bzrlib/builtins.py:5189
3201
#: bzrlib/builtins.py:5282
3196
3203
"After unbinding, the local branch is considered independent and subsequent\n"
3197
3204
"commits will be local only."
3200
#: bzrlib/builtins.py:5200
3207
#: bzrlib/builtins.py:5293
3201
3208
msgid "Local branch is not bound"
3204
#: bzrlib/builtins.py:5204
3211
#: bzrlib/builtins.py:5297
3205
3212
msgid "Remove the last committed revision."
3208
#: bzrlib/builtins.py:5206
3215
#: bzrlib/builtins.py:5299
3210
3217
"--verbose will print out what is being removed.\n"
3211
3218
"--dry-run will go through all the motions, but not actually\n"
3212
3219
"remove anything."
3215
#: bzrlib/builtins.py:5210
3222
#: bzrlib/builtins.py:5303
3217
3224
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3218
3225
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3219
3226
"branch at revision 15."
3222
#: bzrlib/builtins.py:5214
3229
#: bzrlib/builtins.py:5307
3224
3231
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3225
3232
"it may make is to restore any pending merges that were present before\n"
3229
#: bzrlib/builtins.py:5225
3236
#: bzrlib/builtins.py:5318
3230
3237
msgid "Don't actually make changes."
3233
#: bzrlib/builtins.py:5226
3240
#: bzrlib/builtins.py:5319
3234
3241
msgid "Say yes to all questions."
3237
#: bzrlib/builtins.py:5228
3244
#: bzrlib/builtins.py:5321
3238
3245
msgid "Keep tags that point to removed revisions."
3241
#: bzrlib/builtins.py:5230
3248
#: bzrlib/builtins.py:5323
3242
3249
msgid "Only remove the commits from the local branch when in a checkout."
3245
#: bzrlib/builtins.py:5279
3252
#: bzrlib/builtins.py:5372
3246
3253
msgid "No revisions to uncommit.\n"
3249
#: bzrlib/builtins.py:5294
3256
#: bzrlib/builtins.py:5387
3250
3257
msgid "Dry-run, pretending to remove the above revisions.\n"
3253
#: bzrlib/builtins.py:5297
3260
#: bzrlib/builtins.py:5390
3254
3261
msgid "The above revision(s) will be removed.\n"
3257
#: bzrlib/builtins.py:5301
3264
#: bzrlib/builtins.py:5394
3258
3265
msgid "Uncommit these revisions"
3261
#: bzrlib/builtins.py:5304
3268
#: bzrlib/builtins.py:5397
3262
3269
msgid "Canceled\n"
3265
#: bzrlib/builtins.py:5311
3272
#: bzrlib/builtins.py:5404
3266
3273
#, python-format
3268
3275
"You can restore the old tip by running:\n"
3269
3276
" bzr pull . -r revid:%s\n"
3272
#: bzrlib/builtins.py:5316
3279
#: bzrlib/builtins.py:5409
3273
3280
msgid "Break a dead lock."
3276
#: bzrlib/builtins.py:5318
3283
#: bzrlib/builtins.py:5411
3278
3285
"This command breaks a lock on a repository, branch, working directory or\n"
3282
#: bzrlib/builtins.py:5321
3289
#: bzrlib/builtins.py:5414
3284
3291
"CAUTION: Locks should only be broken when you are sure that the process\n"
3285
3292
"holding the lock has been stopped."
3288
#: bzrlib/builtins.py:5324
3295
#: bzrlib/builtins.py:5417
3290
3297
"You can get information on what locks are open via the 'bzr info\n"
3291
3298
"[location]' command."
3294
#: bzrlib/builtins.py:5327
3301
#: bzrlib/builtins.py:5420
3297
3304
" bzr break-lock\n"
3299
3306
" bzr break-lock --conf ~/.bazaar"
3302
#: bzrlib/builtins.py:5336
3309
#: bzrlib/builtins.py:5429
3303
3310
msgid "LOCATION is the directory where the config lock is."
3306
#: bzrlib/builtins.py:5338
3313
#: bzrlib/builtins.py:5431
3307
3314
msgid "Do not ask for confirmation before breaking the lock."
3310
#: bzrlib/builtins.py:5373
3317
#: bzrlib/builtins.py:5466
3311
3318
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3314
#: bzrlib/builtins.py:5374
3321
#: bzrlib/builtins.py:5467
3315
3322
msgid "Run the bzr server."
3318
#: bzrlib/builtins.py:5380
3325
#: bzrlib/builtins.py:5473
3319
3326
msgid "Serve on stdin/out for use from inetd or sshd."
3322
#: bzrlib/builtins.py:5381
3329
#: bzrlib/builtins.py:5474
3323
3330
msgid "protocol"
3326
#: bzrlib/builtins.py:5382
3333
#: bzrlib/builtins.py:5475
3327
3334
msgid "Protocol to serve."
3330
#: bzrlib/builtins.py:5386
3337
#: bzrlib/builtins.py:5479
3332
3339
"Listen for connections on nominated port of the form [hostname:]portnumber. "
3333
3340
"Passing 0 as the port number will result in a dynamically allocated port. "
3334
3341
"The default port depends on the protocol."
3337
#: bzrlib/builtins.py:5392
3344
#: bzrlib/builtins.py:5485
3338
3345
msgid "Serve contents of this directory."
3341
#: bzrlib/builtins.py:5394
3348
#: bzrlib/builtins.py:5487
3343
3350
"By default the server is a readonly server. Supplying --allow-writes "
3344
3351
"enables write access to the contents of the served directory and below. "
3347
3354
"uncontrolled write access to your file system."
3350
#: bzrlib/builtins.py:5403
3357
#: bzrlib/builtins.py:5496
3351
3358
msgid "Override the default idle client timeout (5min)."
3354
#: bzrlib/builtins.py:5453
3361
#: bzrlib/builtins.py:5546
3355
3362
msgid "Combine a tree into its containing tree."
3358
#: bzrlib/builtins.py:5455
3365
#: bzrlib/builtins.py:5548
3359
3366
msgid "This command requires the target tree to be in a rich-root format."
3362
#: bzrlib/builtins.py:5457
3369
#: bzrlib/builtins.py:5550
3364
3371
"The TREE argument should be an independent tree, inside another tree, but\n"
3365
3372
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3366
3373
"running \"bzr branch\" with the target inside a tree.)"
3369
#: bzrlib/builtins.py:5461
3376
#: bzrlib/builtins.py:5554
3371
3378
"The result is a combined tree, with the subtree no longer an independent\n"
3372
3379
"part. This is marked as a merge of the subtree into the containing tree,\n"
3373
3380
"and all history is preserved."
3376
#: bzrlib/builtins.py:5479
3383
#: bzrlib/builtins.py:5572
3377
3384
#, python-format
3379
3386
"Can't join trees because %s doesn't support rich root data.\n"
3380
3387
"You can use bzr upgrade on the repository."
3383
#: bzrlib/builtins.py:5489 bzrlib/builtins.py:5495
3390
#: bzrlib/builtins.py:5582 bzrlib/builtins.py:5588
3384
3391
msgid "Cannot join {0}. {1}"
3387
#: bzrlib/builtins.py:5499
3394
#: bzrlib/builtins.py:5592
3388
3395
msgid "Split a subdirectory of a tree into a separate tree."
3391
#: bzrlib/builtins.py:5501
3398
#: bzrlib/builtins.py:5594
3393
3400
"This command will produce a target tree in a format that supports\n"
3394
3401
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3395
3402
"converted into earlier formats like 'dirstate-tags'."
3398
#: bzrlib/builtins.py:5505
3405
#: bzrlib/builtins.py:5598
3400
3407
"The TREE argument should be a subdirectory of a working tree. That\n"
3401
3408
"subdirectory will be converted into an independent tree, with its own\n"
3402
3409
"branch. Commits in the top-level tree will not apply to the new subtree."
3405
#: bzrlib/builtins.py:5585
3412
#: bzrlib/builtins.py:5678
3406
3413
msgid "No submit branch specified or known"
3409
#: bzrlib/builtins.py:5593 bzrlib/send.py:108
3416
#: bzrlib/builtins.py:5686 bzrlib/send.py:108
3410
3417
msgid "No public branch specified or known"
3413
#: bzrlib/builtins.py:5598
3420
#: bzrlib/builtins.py:5691
3414
3421
msgid "bzr merge-directive takes at most two one revision identifiers"
3417
#: bzrlib/builtins.py:5607
3424
#: bzrlib/builtins.py:5700
3418
3425
msgid "No revisions to bundle."
3421
#: bzrlib/builtins.py:5626
3428
#: bzrlib/builtins.py:5719
3422
3429
msgid "Mail or create a merge-directive for submitting changes."
3425
#: bzrlib/builtins.py:5628
3432
#: bzrlib/builtins.py:5721
3426
3433
msgid "A merge directive provides many things needed for requesting merges:"
3429
#: bzrlib/builtins.py:5630
3436
#: bzrlib/builtins.py:5723
3430
3437
msgid "* A machine-readable description of the merge to perform"
3433
#: bzrlib/builtins.py:5632
3440
#: bzrlib/builtins.py:5725
3434
3441
msgid "* An optional patch that is a preview of the changes requested"
3437
#: bzrlib/builtins.py:5634
3444
#: bzrlib/builtins.py:5727
3439
3446
"* An optional bundle of revision data, so that the changes can be applied\n"
3440
3447
" directly from the merge directive, without retrieving data from a\n"
3444
#: bzrlib/builtins.py:5638
3451
#: bzrlib/builtins.py:5731
3446
3453
"`bzr send` creates a compact data set that, when applied using bzr\n"
3447
3454
"merge, has the same effect as merging from the source branch. "
3450
#: bzrlib/builtins.py:5641
3457
#: bzrlib/builtins.py:5734
3452
3459
"By default the merge directive is self-contained and can be applied to any\n"
3453
3460
"branch containing submit_branch in its ancestory without needing access to\n"
3454
3461
"the source branch."
3457
#: bzrlib/builtins.py:5645
3464
#: bzrlib/builtins.py:5738
3459
3466
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3460
3467
"revisions, but only a structured request to merge from the\n"
3546
3553
"set them, and use `bzr info` to display them."
3549
#: bzrlib/builtins.py:5720
3556
#: bzrlib/builtins.py:5813
3550
3557
msgid "Write merge directive to this file or directory; use - for stdout."
3553
#: bzrlib/builtins.py:5724
3560
#: bzrlib/builtins.py:5817
3555
3562
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3556
3563
"strict disables the check."
3559
#: bzrlib/builtins.py:5726
3566
#: bzrlib/builtins.py:5819
3560
3567
msgid "Mail the request to this address."
3563
#: bzrlib/builtins.py:5730
3570
#: bzrlib/builtins.py:5823
3564
3571
msgid "Body for the email."
3567
#: bzrlib/builtins.py:5783
3574
#: bzrlib/builtins.py:5876
3568
3575
msgid "Do not include a bundle in the merge directive."
3571
#: bzrlib/builtins.py:5784
3578
#: bzrlib/builtins.py:5877
3572
3579
msgid "Do not include a preview patch in the merge directive."
3575
#: bzrlib/builtins.py:5787
3582
#: bzrlib/builtins.py:5880
3576
3583
msgid "Remember submit and public branch."
3579
#: bzrlib/builtins.py:5789
3586
#: bzrlib/builtins.py:5882
3581
3588
"Branch to generate the submission from, rather than the one containing the "
3582
3589
"working directory."
3585
#: bzrlib/builtins.py:5799 bzrlib/cmd_version_info.py:76
3592
#: bzrlib/builtins.py:5892 bzrlib/cmd_version_info.py:76
3589
#: bzrlib/builtins.py:5800
3596
#: bzrlib/builtins.py:5893
3590
3597
msgid "Use the specified output format."
3593
#: bzrlib/builtins.py:5822
3600
#: bzrlib/builtins.py:5915
3594
3601
msgid "Create, remove or modify a tag naming a revision."
3597
#: bzrlib/builtins.py:5824
3604
#: bzrlib/builtins.py:5917
3599
3606
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3600
3607
"(--revision) option can be given -rtag:X, where X is any previously\n"
3604
#: bzrlib/builtins.py:5828
3611
#: bzrlib/builtins.py:5921
3606
3613
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3607
3614
"along when you branch, push, pull or merge."
3610
#: bzrlib/builtins.py:5831
3617
#: bzrlib/builtins.py:5924
3612
3619
"It is an error to give a tag name that already exists unless you pass\n"
3613
3620
"--force, in which case the tag is moved to point to the new revision."
3616
#: bzrlib/builtins.py:5834
3623
#: bzrlib/builtins.py:5927
3618
3625
"To rename a tag (change the name but keep it on the same revsion), run "
3620
3627
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3623
#: bzrlib/builtins.py:5837
3630
#: bzrlib/builtins.py:5930
3625
3632
"If no tag name is specified it will be determined through the \n"
3626
3633
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3631
#: bzrlib/builtins.py:5847
3638
#: bzrlib/builtins.py:5940
3632
3639
msgid "Delete this tag rather than placing it."
3635
#: bzrlib/builtins.py:5850
3642
#: bzrlib/builtins.py:5943
3636
3643
msgid "Branch in which to place the tag."
3639
#: bzrlib/builtins.py:5852
3646
#: bzrlib/builtins.py:5945
3640
3647
msgid "Replace existing tags."
3643
#: bzrlib/builtins.py:5867
3650
#: bzrlib/builtins.py:5960
3644
3651
msgid "No tag specified to delete."
3647
#: bzrlib/builtins.py:5869
3654
#: bzrlib/builtins.py:5962
3648
3655
#, python-format
3649
3656
msgid "Deleted tag %s."
3652
#: bzrlib/builtins.py:5883
3659
#: bzrlib/builtins.py:5976
3653
3660
msgid "Please specify a tag name."
3656
#: bzrlib/builtins.py:5891
3663
#: bzrlib/builtins.py:5984
3657
3664
#, python-format
3658
3665
msgid "Tag %s already exists for that revision."
3661
#: bzrlib/builtins.py:5895
3668
#: bzrlib/builtins.py:5988
3662
3669
#, python-format
3663
3670
msgid "Created tag %s."
3666
#: bzrlib/builtins.py:5897
3673
#: bzrlib/builtins.py:5990
3667
3674
#, python-format
3668
3675
msgid "Updated tag %s."
3671
#: bzrlib/builtins.py:5901
3678
#: bzrlib/builtins.py:5994
3672
3679
msgid "List tags."
3675
#: bzrlib/builtins.py:5903
3682
#: bzrlib/builtins.py:5996
3677
3684
"This command shows a table of tag names and the revisions they reference."
3680
#: bzrlib/builtins.py:5909
3687
#: bzrlib/builtins.py:6002
3681
3688
msgid "Branch whose tags should be displayed."
3684
#: bzrlib/builtins.py:5911
3691
#: bzrlib/builtins.py:6004
3685
3692
msgid "Sort tags by different criteria."
3688
#: bzrlib/builtins.py:5911
3695
#: bzrlib/builtins.py:6004
3689
3696
msgid "Sorting"
3692
#: bzrlib/builtins.py:5980
3699
#: bzrlib/builtins.py:6073
3693
3700
msgid "Reconfigure the type of a bzr directory."
3696
#: bzrlib/builtins.py:5982
3703
#: bzrlib/builtins.py:6075
3697
3704
msgid "A target configuration must be specified."
3700
#: bzrlib/builtins.py:5984
3707
#: bzrlib/builtins.py:6077
3702
3709
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3703
3710
"The order of preference is\n"
3708
3715
"If none of these is available, --bind-to must be specified."
3711
#: bzrlib/builtins.py:5998
3718
#: bzrlib/builtins.py:6091
3712
3719
msgid "Tree type"
3715
#: bzrlib/builtins.py:5999
3722
#: bzrlib/builtins.py:6092
3716
3723
msgid "The relation between branch and tree."
3719
#: bzrlib/builtins.py:6001
3726
#: bzrlib/builtins.py:6094
3720
3727
msgid "Reconfigure to be an unbound branch with no working tree."
3723
#: bzrlib/builtins.py:6002
3730
#: bzrlib/builtins.py:6095
3724
3731
msgid "Reconfigure to be an unbound branch with a working tree."
3727
#: bzrlib/builtins.py:6003
3734
#: bzrlib/builtins.py:6096
3728
3735
msgid "Reconfigure to be a bound branch with a working tree."
3731
#: bzrlib/builtins.py:6004
3738
#: bzrlib/builtins.py:6097
3732
3739
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3735
#: bzrlib/builtins.py:6009
3742
#: bzrlib/builtins.py:6102
3736
3743
msgid "Repository type"
3739
#: bzrlib/builtins.py:6010
3746
#: bzrlib/builtins.py:6103
3740
3747
msgid "Location fo the repository."
3743
#: bzrlib/builtins.py:6012
3750
#: bzrlib/builtins.py:6105
3745
3752
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3748
#: bzrlib/builtins.py:6014
3755
#: bzrlib/builtins.py:6107
3749
3756
msgid "Reconfigure to use a shared repository."
3752
#: bzrlib/builtins.py:6018
3759
#: bzrlib/builtins.py:6111
3753
3760
msgid "Trees in Repository"
3756
#: bzrlib/builtins.py:6019
3763
#: bzrlib/builtins.py:6112
3757
3764
msgid "Whether new branches in the repository have trees."
3760
#: bzrlib/builtins.py:6021
3767
#: bzrlib/builtins.py:6114
3762
3769
"Reconfigure repository to create working trees on branches by default."
3765
#: bzrlib/builtins.py:6023
3772
#: bzrlib/builtins.py:6116
3767
3774
"Reconfigure repository to not create working trees on branches by default."
3770
#: bzrlib/builtins.py:6026
3777
#: bzrlib/builtins.py:6119
3771
3778
msgid "Branch to bind checkout to."
3774
#: bzrlib/builtins.py:6028
3781
#: bzrlib/builtins.py:6121
3775
3782
msgid "Perform reconfiguration even if local changes will be lost."
3778
#: bzrlib/builtins.py:6031
3785
#: bzrlib/builtins.py:6124
3779
3786
msgid "Reconfigure a branch to be stacked on another branch."
3782
#: bzrlib/builtins.py:6035
3789
#: bzrlib/builtins.py:6128
3784
3791
"Reconfigure a branch to be unstacked. This may require copying substantial "
3785
3792
"data into it."
3788
#: bzrlib/builtins.py:6045
3795
#: bzrlib/builtins.py:6138
3789
3796
msgid "Can't use both --stacked-on and --unstacked"
3792
#: bzrlib/builtins.py:6059
3799
#: bzrlib/builtins.py:6152
3793
3800
msgid "No target configuration specified"
3796
#: bzrlib/builtins.py:6094
3803
#: bzrlib/builtins.py:6187
3797
3804
msgid "Set the branch of a checkout and update."
3800
#: bzrlib/builtins.py:6096
3807
#: bzrlib/builtins.py:6189
3802
3809
"For lightweight checkouts, this changes the branch being referenced.\n"
3803
3810
"For heavyweight checkouts, this checks that there are no local commits\n"
3876
3883
"want to switch back to your view after that."
3879
#: bzrlib/builtins.py:6228
3886
#: bzrlib/builtins.py:6281
3882
3889
" To define the current view::"
3885
#: bzrlib/builtins.py:6231
3892
#: bzrlib/builtins.py:6284
3886
3893
msgid " bzr view file1 dir1 ..."
3889
#: bzrlib/builtins.py:6233
3896
#: bzrlib/builtins.py:6286
3890
3897
msgid " To list the current view::"
3893
#: bzrlib/builtins.py:6235
3900
#: bzrlib/builtins.py:6288
3894
3901
msgid " bzr view"
3897
#: bzrlib/builtins.py:6237
3904
#: bzrlib/builtins.py:6290
3898
3905
msgid " To delete the current view::"
3901
#: bzrlib/builtins.py:6239
3908
#: bzrlib/builtins.py:6292
3902
3909
msgid " bzr view --delete"
3905
#: bzrlib/builtins.py:6241
3912
#: bzrlib/builtins.py:6294
3906
3913
msgid " To disable the current view without deleting it::"
3909
#: bzrlib/builtins.py:6243
3916
#: bzrlib/builtins.py:6296
3910
3917
msgid " bzr view --switch off"
3913
#: bzrlib/builtins.py:6245
3920
#: bzrlib/builtins.py:6298
3914
3921
msgid " To define a named view and switch to it::"
3917
#: bzrlib/builtins.py:6247
3924
#: bzrlib/builtins.py:6300
3918
3925
msgid " bzr view --name view-name file1 dir1 ..."
3921
#: bzrlib/builtins.py:6249
3928
#: bzrlib/builtins.py:6302
3922
3929
msgid " To list a named view::"
3925
#: bzrlib/builtins.py:6251
3932
#: bzrlib/builtins.py:6304
3926
3933
msgid " bzr view --name view-name"
3929
#: bzrlib/builtins.py:6253
3936
#: bzrlib/builtins.py:6306
3930
3937
msgid " To delete a named view::"
3933
#: bzrlib/builtins.py:6255
3940
#: bzrlib/builtins.py:6308
3934
3941
msgid " bzr view --name view-name --delete"
3937
#: bzrlib/builtins.py:6257
3944
#: bzrlib/builtins.py:6310
3938
3945
msgid " To switch to a named view::"
3941
#: bzrlib/builtins.py:6259
3948
#: bzrlib/builtins.py:6312
3942
3949
msgid " bzr view --switch view-name"
3945
#: bzrlib/builtins.py:6261
3952
#: bzrlib/builtins.py:6314
3946
3953
msgid " To list all views defined::"
3949
#: bzrlib/builtins.py:6263
3956
#: bzrlib/builtins.py:6316
3950
3957
msgid " bzr view --all"
3953
#: bzrlib/builtins.py:6265
3960
#: bzrlib/builtins.py:6318
3954
3961
msgid " To delete all views::"
3957
#: bzrlib/builtins.py:6267
3964
#: bzrlib/builtins.py:6320
3958
3965
msgid " bzr view --delete --all"
3961
#: bzrlib/builtins.py:6274
3968
#: bzrlib/builtins.py:6327
3962
3969
msgid "Apply list or delete action to all views."
3965
#: bzrlib/builtins.py:6277
3972
#: bzrlib/builtins.py:6330
3966
3973
msgid "Delete the view."
3969
#: bzrlib/builtins.py:6280
3976
#: bzrlib/builtins.py:6333
3970
3977
msgid "Name of the view to define, list or delete."
3973
#: bzrlib/builtins.py:6284
3980
#: bzrlib/builtins.py:6337
3974
3981
msgid "Name of the view to switch to."
3977
#: bzrlib/builtins.py:6303
3984
#: bzrlib/builtins.py:6356
3978
3985
msgid "Both --delete and a file list specified"
3981
#: bzrlib/builtins.py:6306
3988
#: bzrlib/builtins.py:6359
3982
3989
msgid "Both --delete and --switch specified"
3985
#: bzrlib/builtins.py:6309
3992
#: bzrlib/builtins.py:6362
3986
3993
msgid "Deleted all views.\n"
3989
#: bzrlib/builtins.py:6311
3996
#: bzrlib/builtins.py:6364
3990
3997
msgid "No current view to delete"
3993
#: bzrlib/builtins.py:6314
4000
#: bzrlib/builtins.py:6367
3994
4001
#, python-format
3995
4002
msgid "Deleted '%s' view.\n"
3998
#: bzrlib/builtins.py:6318
4005
#: bzrlib/builtins.py:6371
3999
4006
msgid "Both --switch and a file list specified"
4002
#: bzrlib/builtins.py:6321
4009
#: bzrlib/builtins.py:6374
4003
4010
msgid "Both --switch and --all specified"
4006
#: bzrlib/builtins.py:6324
4013
#: bzrlib/builtins.py:6377
4007
4014
msgid "No current view to disable"
4010
#: bzrlib/builtins.py:6326
4017
#: bzrlib/builtins.py:6379
4011
4018
#, python-format
4012
4019
msgid "Disabled '%s' view.\n"
4015
#: bzrlib/builtins.py:6330 bzrlib/builtins.py:6352
4022
#: bzrlib/builtins.py:6383 bzrlib/builtins.py:6405
4016
4023
msgid "Using '{0}' view: {1}\n"
4019
#: bzrlib/builtins.py:6333
4026
#: bzrlib/builtins.py:6386
4020
4027
msgid "Views defined:\n"
4023
#: bzrlib/builtins.py:6342
4030
#: bzrlib/builtins.py:6395
4024
4031
msgid "No views defined.\n"
4027
#: bzrlib/builtins.py:6349
4034
#: bzrlib/builtins.py:6402
4028
4035
msgid "Cannot change the 'off' pseudo view"
4031
#: bzrlib/builtins.py:6357
4038
#: bzrlib/builtins.py:6410
4032
4039
msgid "No current view.\n"
4035
#: bzrlib/builtins.py:6360
4042
#: bzrlib/builtins.py:6413
4036
4043
msgid "'{0}' view is: {1}\n"
4039
#: bzrlib/builtins.py:6380
4046
#: bzrlib/builtins.py:6433
4040
4047
msgid " <no hooks installed>\n"
4043
#: bzrlib/builtins.py:6384
4050
#: bzrlib/builtins.py:6437
4044
4051
msgid "Remove a branch."
4047
#: bzrlib/builtins.py:6386
4054
#: bzrlib/builtins.py:6439
4049
4056
"This will remove the branch from the specified location but \n"
4050
4057
"will keep any working tree or repository in place."
4053
#: bzrlib/builtins.py:6391
4060
#: bzrlib/builtins.py:6444
4054
4061
msgid " Remove the branch at repo/trunk::"
4057
#: bzrlib/builtins.py:6393
4064
#: bzrlib/builtins.py:6446
4058
4065
msgid " bzr remove-branch repo/trunk"
4061
#: bzrlib/builtins.py:6408
4068
#: bzrlib/builtins.py:6461
4062
4069
msgid "Plaintext diff output."
4065
#: bzrlib/builtins.py:6409
4072
#: bzrlib/builtins.py:6462
4066
4073
msgid "Temporarily set aside some changes from the current tree."
4069
#: bzrlib/builtins.py:6411
4076
#: bzrlib/builtins.py:6464
4071
4078
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4072
4079
"ie. out of the way, until a later time when you can bring them back from\n"
4087
4094
"shelve all text changes at once, use shelve --all."
4090
#: bzrlib/builtins.py:6424
4097
#: bzrlib/builtins.py:6477
4092
4099
"If filenames are specified, only the changes to those files will be\n"
4093
4100
"shelved. Other files will be left untouched."
4096
#: bzrlib/builtins.py:6427
4103
#: bzrlib/builtins.py:6480
4098
4105
"If a revision is specified, changes since that revision will be shelved."
4101
#: bzrlib/builtins.py:6429
4108
#: bzrlib/builtins.py:6482
4103
4110
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4104
4111
"restore the most recently shelved changes."
4107
#: bzrlib/builtins.py:6432
4114
#: bzrlib/builtins.py:6485
4109
4116
"For complicated changes, it is possible to edit the changes in a separate\n"
4110
4117
"editor program to decide what the file remaining in the working copy\n"
4111
4118
"should look like. To do this, add the configuration option"
4114
#: bzrlib/builtins.py:6436
4121
#: bzrlib/builtins.py:6489
4115
4122
msgid " change_editor = PROGRAM @new_path @old_path"
4118
#: bzrlib/builtins.py:6438
4125
#: bzrlib/builtins.py:6491
4120
4127
"where @new_path is replaced with the path of the new version of the \n"
4121
4128
"file and @old_path is replaced with the path of the old version of \n"
4127
#: bzrlib/builtins.py:6450
4134
#: bzrlib/builtins.py:6503
4128
4135
msgid "Shelve all changes."
4131
#: bzrlib/builtins.py:6452
4138
#: bzrlib/builtins.py:6505
4132
4139
msgid "Method to use for writing diffs."
4135
#: bzrlib/builtins.py:6452
4142
#: bzrlib/builtins.py:6505
4139
#: bzrlib/builtins.py:6456
4146
#: bzrlib/builtins.py:6509
4140
4147
msgid "List shelved changes."
4143
#: bzrlib/builtins.py:6458
4150
#: bzrlib/builtins.py:6511
4144
4151
msgid "Destroy removed changes instead of shelving them."
4147
#: bzrlib/builtins.py:6487
4154
#: bzrlib/builtins.py:6540
4148
4155
msgid "No shelved changes."
4151
#: bzrlib/builtins.py:6498
4158
#: bzrlib/builtins.py:6551
4152
4159
msgid "Restore shelved changes."
4155
#: bzrlib/builtins.py:6500
4162
#: bzrlib/builtins.py:6553
4157
4164
"By default, the most recently shelved changes are restored. However if you\n"
4158
4165
"specify a shelf by id those changes will be restored instead. This works\n"
4159
4166
"best when the changes don't depend on each other."
4162
#: bzrlib/builtins.py:6509
4169
#: bzrlib/builtins.py:6562
4163
4170
msgid "The action to perform."
4166
#: bzrlib/builtins.py:6509 bzrlib/conflicts.py:694
4173
#: bzrlib/builtins.py:6562 bzrlib/conflicts.py:694
4170
#: bzrlib/builtins.py:6511
4177
#: bzrlib/builtins.py:6564
4171
4178
msgid "Apply changes and remove from the shelf."
4174
#: bzrlib/builtins.py:6512
4181
#: bzrlib/builtins.py:6565
4175
4182
msgid "Show changes, but do not apply or remove them."
4178
#: bzrlib/builtins.py:6513
4185
#: bzrlib/builtins.py:6566
4180
4187
"Instead of unshelving the changes, show the diff that would result from "
4184
#: bzrlib/builtins.py:6515
4191
#: bzrlib/builtins.py:6568
4185
4192
msgid "Delete changes without applying them."
4188
#: bzrlib/builtins.py:6516
4195
#: bzrlib/builtins.py:6569
4189
4196
msgid "Apply changes but don't delete them."
4192
#: bzrlib/builtins.py:6531
4199
#: bzrlib/builtins.py:6584
4193
4200
msgid "Remove unwanted files from working tree."
4196
#: bzrlib/builtins.py:6533
4203
#: bzrlib/builtins.py:6586
4198
4205
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4199
4206
"files are never deleted."
4202
#: bzrlib/builtins.py:6536
4209
#: bzrlib/builtins.py:6589
4204
4211
"Another class is 'detritus', which includes files emitted by bzr during\n"
4205
4212
"normal operations and selftests. (The value of these files decreases with\n"
4209
#: bzrlib/builtins.py:6540
4216
#: bzrlib/builtins.py:6593
4211
4218
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4212
4219
"flags are respected, and may be combined."
4215
#: bzrlib/builtins.py:6543
4222
#: bzrlib/builtins.py:6596
4216
4223
msgid "To check what clean-tree will do, use --dry-run."
4219
#: bzrlib/builtins.py:6546
4226
#: bzrlib/builtins.py:6599
4220
4227
msgid "Delete all ignored files."
4223
#: bzrlib/builtins.py:6547
4230
#: bzrlib/builtins.py:6600
4225
4232
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4228
#: bzrlib/builtins.py:6550
4235
#: bzrlib/builtins.py:6603
4229
4236
msgid "Delete files unknown to bzr (default)."
4232
#: bzrlib/builtins.py:6551
4239
#: bzrlib/builtins.py:6604
4233
4240
msgid "Show files to delete instead of deleting them."
4236
#: bzrlib/builtins.py:6553
4243
#: bzrlib/builtins.py:6606
4237
4244
msgid "Do not prompt before deleting."
4602
#: bzrlib/commands.py:532
4609
#: bzrlib/commands.py:533
4603
4610
#, python-format
4605
4612
"See bzr help %s for more details and examples.\n"
4609
#: bzrlib/commands.py:537
4616
#: bzrlib/commands.py:538
4610
4617
msgid ":Aliases: "
4613
#: bzrlib/commands.py:541
4620
#: bzrlib/commands.py:542
4614
4621
#, python-format
4615
4622
msgid ":From: plugin \"%s\"\n"
4618
#: bzrlib/commands.py:553
4625
#: bzrlib/commands.py:554
4619
4626
msgid ":doc:`{0} <{1}-help>`"
4622
#: bzrlib/commands.py:557
4629
#: bzrlib/commands.py:558
4623
4630
#, python-format
4624
4631
msgid ":See also: %s"
4627
#: bzrlib/commands.py:815 bzrlib/gpg.py:324
4634
#: bzrlib/commands.py:816 bzrlib/gpg.py:324
4628
4635
msgid "Only ASCII permitted in option names"
4631
#: bzrlib/commands.py:840 bzrlib/commands.py:848
4638
#: bzrlib/commands.py:841 bzrlib/commands.py:849
4632
4639
msgid "command {0!r} needs one or more {1}"
4635
#: bzrlib/commands.py:857
4642
#: bzrlib/commands.py:858
4636
4643
msgid "command {0!r} requires argument {1}"
4639
#: bzrlib/commands.py:864
4646
#: bzrlib/commands.py:865
4640
4647
msgid "extra argument to command {0}: {1}"
4643
#: bzrlib/commands.py:961
4650
#: bzrlib/commands.py:962
4644
4651
#, python-format
4645
4652
msgid "Profile data written to \"%s\"."
5128
#: bzrlib/errors.py:799
5147
#: bzrlib/errors.py:809
5129
5148
msgid "Revision is not compatible with %(repo_format)s"
5132
#: bzrlib/errors.py:809
5151
#: bzrlib/errors.py:819
5133
5152
msgid "%(context_info)s%(path)s is already versioned."
5136
#: bzrlib/errors.py:830
5155
#: bzrlib/errors.py:840
5137
5156
msgid "%(context_info)s%(path)s is not versioned."
5140
#: bzrlib/errors.py:851
5159
#: bzrlib/errors.py:861
5141
5160
msgid "Path(s) are not versioned: %(paths_as_string)s"
5144
#: bzrlib/errors.py:862
5163
#: bzrlib/errors.py:872
5145
5164
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5148
#: bzrlib/errors.py:881
5167
#: bzrlib/errors.py:891
5149
5168
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5152
#: bzrlib/errors.py:889
5171
#: bzrlib/errors.py:899
5154
5173
"Filename %(filename)r is not valid in your current filesystem encoding "
5155
5174
"%(fs_encoding)s"
5158
#: bzrlib/errors.py:900
5177
#: bzrlib/errors.py:910
5159
5178
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5162
#: bzrlib/errors.py:918
5181
#: bzrlib/errors.py:928
5163
5182
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5166
#: bzrlib/errors.py:957
5185
#: bzrlib/errors.py:967
5167
5186
msgid "Cannot lock %(lock)s: %(why)s"
5170
#: bzrlib/errors.py:967
5189
#: bzrlib/errors.py:977
5172
5191
"A transaction related operation was attempted after the transaction finished."
5175
#: bzrlib/errors.py:994
5194
#: bzrlib/errors.py:1004
5176
5195
msgid "Cannot lock: transport is read only: %(transport)s"
5179
#: bzrlib/errors.py:1002
5198
#: bzrlib/errors.py:1012
5180
5199
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5183
#: bzrlib/errors.py:1013
5202
#: bzrlib/errors.py:1023
5185
5204
"Lock was broken while still open: %(lock)s - check storage consistency!"
5188
#: bzrlib/errors.py:1024
5207
#: bzrlib/errors.py:1034
5190
5209
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5191
5210
"%(holder)r, wanted to break %(target)r"
5194
#: bzrlib/errors.py:1036
5213
#: bzrlib/errors.py:1046
5196
5215
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5197
5216
"Use 'bzr break-lock' to clear it"
5200
#: bzrlib/errors.py:1049
5219
#: bzrlib/errors.py:1059
5201
5220
msgid "Lock not held: %(lock)s"
5204
#: bzrlib/errors.py:1078
5223
#: bzrlib/errors.py:1088
5205
5224
msgid "No changes to commit"
5208
#: bzrlib/errors.py:1083
5227
#: bzrlib/errors.py:1093
5210
5229
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5213
#: bzrlib/errors.py:1093
5232
#: bzrlib/errors.py:1103
5215
5234
"Excluding paths during commit is not supported by repository at "
5216
5235
"%(repository)r."
5219
#: bzrlib/errors.py:1102
5238
#: bzrlib/errors.py:1112
5221
5240
"The specified commit message contains characters unsupported by the current "
5225
#: bzrlib/errors.py:1108
5244
#: bzrlib/errors.py:1118
5226
5245
msgid "Upgrade URL cannot work with readonly URLs."
5229
#: bzrlib/errors.py:1113
5248
#: bzrlib/errors.py:1123
5230
5249
msgid "The branch format %(format)s is already at the most recent format."
5233
#: bzrlib/errors.py:1136
5252
#: bzrlib/errors.py:1146
5234
5253
msgid "Option --change does not accept revision ranges"
5237
#: bzrlib/errors.py:1141
5256
#: bzrlib/errors.py:1151
5238
5257
msgid "No namespace registered for string: %(spec)r"
5241
#: bzrlib/errors.py:1160
5260
#: bzrlib/errors.py:1170
5243
5262
"Requested revision: '%(spec)s' does not exist in branch: "
5244
5263
"%(branch_url)s%(extra)s"
5247
#: bzrlib/errors.py:1174
5266
#: bzrlib/errors.py:1184
5249
5268
"Operation denied because it would change the main history, which is not "
5250
5269
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5253
#: bzrlib/errors.py:1185
5272
#: bzrlib/errors.py:1195
5255
5274
"These branches have diverged. Use the missing command to see how.\n"
5256
5275
"Use the merge command to reconcile them."
5259
#: bzrlib/errors.py:1205
5278
#: bzrlib/errors.py:1215
5261
5280
"Branches have no common ancestor, and no merge base revision was specified."
5264
#: bzrlib/errors.py:1211
5283
#: bzrlib/errors.py:1221
5266
5285
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5269
#: bzrlib/errors.py:1217
5288
#: bzrlib/errors.py:1227
5270
5289
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5273
#: bzrlib/errors.py:1226
5292
#: bzrlib/errors.py:1236
5275
5294
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5278
#: bzrlib/errors.py:1235
5297
#: bzrlib/errors.py:1245
5279
5298
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5282
#: bzrlib/errors.py:1244
5301
#: bzrlib/errors.py:1254
5283
5302
msgid "Branch %(branch)s has no commits."
5286
#: bzrlib/errors.py:1262
5305
#: bzrlib/errors.py:1272
5288
5307
"Bound branch %(branch)s is out of date with master branch "
5289
5308
"%(master)s.%(extra_help)s"
5292
#: bzrlib/errors.py:1274
5311
#: bzrlib/errors.py:1284
5294
5313
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5295
5314
"bound to %(remote)s."
5298
#: bzrlib/errors.py:1286
5317
#: bzrlib/errors.py:1296
5299
5318
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5302
#: bzrlib/errors.py:1295
5321
#: bzrlib/errors.py:1305
5304
5323
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5308
#: bzrlib/errors.py:1307
5327
#: bzrlib/errors.py:1317
5309
5328
msgid "Error in processing weave: %(msg)s"
5312
#: bzrlib/errors.py:1316
5331
#: bzrlib/errors.py:1326
5313
5332
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5316
#: bzrlib/errors.py:1327
5335
#: bzrlib/errors.py:1337
5317
5336
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5320
#: bzrlib/errors.py:1337
5339
#: bzrlib/errors.py:1347
5321
5340
msgid "Weave invariant violated: %(what)s"
5324
#: bzrlib/errors.py:1346
5343
#: bzrlib/errors.py:1356
5325
5344
msgid "Parents are mismatched between two revisions. %(msg)s"
5328
#: bzrlib/errors.py:1368
5347
#: bzrlib/errors.py:1378
5330
5349
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5334
#: bzrlib/errors.py:1380
5353
#: bzrlib/errors.py:1390
5335
5354
msgid "Versioned file error"
5338
#: bzrlib/errors.py:1385
5357
#: bzrlib/errors.py:1395
5339
5358
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5342
#: bzrlib/errors.py:1395
5361
#: bzrlib/errors.py:1405
5343
5362
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5346
#: bzrlib/errors.py:1405
5365
#: bzrlib/errors.py:1415
5347
5366
msgid "Text did not match its checksum: %(msg)s"
5350
#: bzrlib/errors.py:1531
5369
#: bzrlib/errors.py:1541
5351
5370
msgid "Export format %(format)r not supported"
5354
#: bzrlib/errors.py:1540
5373
#: bzrlib/errors.py:1550
5355
5374
msgid "Transport error: %(msg)s %(orig_error)s"
5358
#: bzrlib/errors.py:1566
5377
#: bzrlib/errors.py:1576
5359
5378
msgid "Generic bzr smart protocol error: %(details)s"
5362
#: bzrlib/errors.py:1574
5381
#: bzrlib/errors.py:1584
5363
5382
msgid "Received bad protocol version marker: %(marker)r"
5366
#: bzrlib/errors.py:1606
5385
#: bzrlib/errors.py:1616
5367
5386
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5370
#: bzrlib/errors.py:1611
5389
#: bzrlib/errors.py:1621
5371
5390
msgid "Connection error: %(msg)s %(orig_error)s"
5374
#: bzrlib/errors.py:1616
5393
#: bzrlib/errors.py:1626
5375
5394
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5378
#: bzrlib/errors.py:1637
5397
#: bzrlib/errors.py:1647
5379
5398
msgid "Connection closed: %(msg)s %(orig_error)s"
5382
#: bzrlib/errors.py:1642
5401
#: bzrlib/errors.py:1652
5383
5402
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5386
#: bzrlib/errors.py:1647
5405
#: bzrlib/errors.py:1657
5387
5406
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5390
#: bzrlib/errors.py:1657
5409
#: bzrlib/errors.py:1667
5391
5410
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5394
#: bzrlib/errors.py:1672
5413
#: bzrlib/errors.py:1682
5414
msgid "Certificate error: %(error)s"
5417
#: bzrlib/errors.py:1690
5395
5418
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5398
#: bzrlib/errors.py:1686
5421
#: bzrlib/errors.py:1704
5399
5422
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5402
#: bzrlib/errors.py:1694
5425
#: bzrlib/errors.py:1712
5403
5426
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5406
#: bzrlib/errors.py:1703
5429
#: bzrlib/errors.py:1721
5407
5430
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5410
#: bzrlib/errors.py:1717
5433
#: bzrlib/errors.py:1735
5411
5434
msgid "Too many redirections"
5414
#: bzrlib/errors.py:1722
5437
#: bzrlib/errors.py:1740
5415
5438
msgid "Working tree has conflicts."
5418
#: bzrlib/errors.py:1726
5441
#: bzrlib/errors.py:1744
5419
5442
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5422
#: bzrlib/errors.py:1735
5445
#: bzrlib/errors.py:1753
5424
5447
"Error(s) parsing config file %(filename)s:\n"
5428
#: bzrlib/errors.py:1746
5429
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
5451
#: bzrlib/errors.py:1763
5453
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5454
"See ``bzr help %(name)s``"
5432
#: bzrlib/errors.py:1754
5457
#: bzrlib/errors.py:1773
5433
5458
msgid "%(username)r does not seem to contain a reasonable email address"
5436
#: bzrlib/errors.py:1763
5461
#: bzrlib/errors.py:1782
5437
5462
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5440
#: bzrlib/errors.py:1771
5465
#: bzrlib/errors.py:1790
5441
5466
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5444
#: bzrlib/errors.py:1779
5469
#: bzrlib/errors.py:1798
5445
5470
msgid "Unable to import library \"%(library)s\": %(error)s"
5448
#: bzrlib/errors.py:1787
5473
#: bzrlib/errors.py:1806
5449
5474
msgid "python-gpgme is not installed, it is needed to verify signatures"
5452
#: bzrlib/errors.py:1795
5477
#: bzrlib/errors.py:1814
5454
5479
"The working tree for %(basedir)s has changed since the last commit, but "
5455
5480
"weave merge requires that it be unchanged"
5458
#: bzrlib/errors.py:1805
5483
#: bzrlib/errors.py:1824
5460
5485
"Can't reprocess and show base, because reprocessing obscures the "
5461
5486
"relationship of conflicting lines to the base"
5464
#: bzrlib/errors.py:1811
5489
#: bzrlib/errors.py:1830
5465
5490
msgid "Cycle in graph %(graph)r"
5468
#: bzrlib/errors.py:1839
5493
#: bzrlib/errors.py:1858
5469
5494
msgid "File %(filename)s is not conflicted."
5472
#: bzrlib/errors.py:1861
5497
#: bzrlib/errors.py:1880
5473
5498
msgid "No bundle was found in \"%(filename)s\"."
5476
#: bzrlib/errors.py:1870
5501
#: bzrlib/errors.py:1889
5477
5502
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5480
#: bzrlib/errors.py:1880
5505
#: bzrlib/errors.py:1899
5481
5506
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5484
#: bzrlib/errors.py:1893
5509
#: bzrlib/errors.py:1912
5485
5510
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5488
#: bzrlib/errors.py:1903
5513
#: bzrlib/errors.py:1922
5489
5514
msgid "Key %(key)s is already present in map"
5492
#: bzrlib/errors.py:1908
5517
#: bzrlib/errors.py:1927
5493
5518
msgid "The prefix %(prefix)s is in the help search path twice."
5496
#: bzrlib/errors.py:1918
5521
#: bzrlib/errors.py:1937
5498
5523
"No final name for trans_id %(trans_id)r\n"
5499
5524
"file-id: %(file_id)r\n"
5500
5525
"root trans-id: %(root_trans_id)r\n"
5503
#: bzrlib/errors.py:1950
5528
#: bzrlib/errors.py:1969
5504
5529
msgid "Attempt to reuse a transform that has already been applied."
5507
#: bzrlib/errors.py:1955
5532
#: bzrlib/errors.py:1974
5508
5533
msgid "Moving the root directory is not supported at this time"
5511
#: bzrlib/errors.py:1960
5536
#: bzrlib/errors.py:1979
5512
5537
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5515
#: bzrlib/errors.py:1971
5540
#: bzrlib/errors.py:1990
5517
5542
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5520
#: bzrlib/errors.py:2007
5545
#: bzrlib/errors.py:2026
5522
5547
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5525
#: bzrlib/errors.py:2037
5550
#: bzrlib/errors.py:2056
5526
5551
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5529
#: bzrlib/errors.py:2045
5554
#: bzrlib/errors.py:2064
5530
5555
msgid "Nothing to merge."
5533
#: bzrlib/errors.py:2050
5558
#: bzrlib/errors.py:2069
5534
5559
msgid "Format %(format)s cannot be initialised by this version of bzr."
5537
#: bzrlib/errors.py:2059
5562
#: bzrlib/errors.py:2078
5539
5564
"Cannot convert from format %(from_format)s to format %(format)s. "
5543
#: bzrlib/errors.py:2071
5568
#: bzrlib/errors.py:2090
5544
5569
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5547
#: bzrlib/errors.py:2079
5572
#: bzrlib/errors.py:2098
5548
5573
msgid "%(exe_name)s could not be found on this machine"
5551
#: bzrlib/errors.py:2087
5576
#: bzrlib/errors.py:2106
5552
5577
msgid "Diff is not installed on this machine: %(msg)s"
5555
#: bzrlib/errors.py:2095
5580
#: bzrlib/errors.py:2114
5556
5581
msgid "Diff3 is not installed on this machine."
5559
#: bzrlib/errors.py:2101
5584
#: bzrlib/errors.py:2120
5560
5585
msgid "The content being inserted is already present."
5563
#: bzrlib/errors.py:2106
5588
#: bzrlib/errors.py:2125
5565
5590
"This tree contains left-over files from a failed operation.\n"
5566
5591
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5583
5608
" keep, and delete it when you are done."
5586
#: bzrlib/errors.py:2138
5611
#: bzrlib/errors.py:2157
5588
5613
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
5589
5614
"examine %(pending_deletion)s to see if it contains any files you wish to "
5590
5615
"keep, and delete it when you are done."
5593
#: bzrlib/errors.py:2148
5618
#: bzrlib/errors.py:2167
5594
5619
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5597
#: bzrlib/errors.py:2162
5622
#: bzrlib/errors.py:2181
5599
5624
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5602
#: bzrlib/errors.py:2175
5627
#: bzrlib/errors.py:2194
5603
5628
msgid "Error in merge modified format"
5606
#: bzrlib/errors.py:2180
5631
#: bzrlib/errors.py:2199
5607
5632
msgid "Format error in conflict listings"
5610
#: bzrlib/errors.py:2184
5635
#: bzrlib/errors.py:2203
5612
5637
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5613
5638
"Error: %(description)s"
5616
#: bzrlib/errors.py:2195
5641
#: bzrlib/errors.py:2214
5618
5643
"An error has been detected in the repository %(repo_path)s.\n"
5619
5644
"Please run bzr reconcile on this repository."
5622
#: bzrlib/errors.py:2206
5647
#: bzrlib/errors.py:2225
5624
5649
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5625
5650
"reason: %(reason)s"
5628
#: bzrlib/errors.py:2219
5653
#: bzrlib/errors.py:2238
5630
5655
"An inconsistent delta was supplied: %(delta)r\n"
5631
5656
"reason: %(reason)s"
5634
#: bzrlib/errors.py:2231
5659
#: bzrlib/errors.py:2250
5635
5660
msgid "To use this feature you must upgrade your branch at %(path)s."
5638
#: bzrlib/errors.py:2240
5663
#: bzrlib/errors.py:2259
5639
5664
msgid "To use this feature you must upgrade your repository at %(path)s."
5642
#: bzrlib/errors.py:2245
5667
#: bzrlib/errors.py:2264
5644
5669
"To use this feature you must upgrade your branch at %(path)s to a format "
5645
5670
"which supports rich roots."
5648
#: bzrlib/errors.py:2251
5673
#: bzrlib/errors.py:2270
5649
5674
msgid "Cannot perform local-only commits on unbound branches."
5652
#: bzrlib/errors.py:2256
5677
#: bzrlib/errors.py:2275
5653
5678
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5656
#: bzrlib/errors.py:2277
5681
#: bzrlib/errors.py:2296
5657
5682
msgid "Ghost tags not supported by format %(format)r."
5660
#: bzrlib/errors.py:2285
5685
#: bzrlib/errors.py:2304
5661
5686
msgid "File is binary but should be text."
5664
#: bzrlib/errors.py:2290
5689
#: bzrlib/errors.py:2309
5665
5690
msgid "The path %(path)s is not permitted on this platform"
5668
#: bzrlib/errors.py:2299
5693
#: bzrlib/errors.py:2318
5670
5695
"Testament did not match expected value.\n"
5671
5696
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5672
5697
" {%(measured)s}"
5675
#: bzrlib/errors.py:2311
5700
#: bzrlib/errors.py:2330
5676
5701
msgid "Not a bzr revision-bundle: %(text)r"
5679
#: bzrlib/errors.py:2320
5704
#: bzrlib/errors.py:2339
5680
5705
msgid "Bad bzr revision-bundle: %(text)r"
5683
#: bzrlib/errors.py:2329
5708
#: bzrlib/errors.py:2348
5684
5709
msgid "Malformed bzr revision-bundle header: %(text)r"
5687
#: bzrlib/errors.py:2334
5712
#: bzrlib/errors.py:2353
5688
5713
msgid "Malformed patches in bzr revision-bundle: %(text)r"
5691
#: bzrlib/errors.py:2339
5716
#: bzrlib/errors.py:2358
5692
5717
msgid "Malformed footer in bzr revision-bundle: %(text)r"
5695
#: bzrlib/errors.py:2344
5720
#: bzrlib/errors.py:2363
5696
5721
msgid "End of line marker was not \\n in bzr revision-bundle"
5699
#: bzrlib/errors.py:2354
5724
#: bzrlib/errors.py:2373
5700
5725
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
5703
#: bzrlib/errors.py:2364
5728
#: bzrlib/errors.py:2383
5704
5729
msgid "Root class for inventory serialization errors"
5707
#: bzrlib/errors.py:2368
5732
#: bzrlib/errors.py:2387
5709
5734
"The inventory was not in the expected format:\n"
5713
#: bzrlib/errors.py:2377
5738
#: bzrlib/errors.py:2396
5714
5739
msgid "This operation requires rich root data storage"
5717
#: bzrlib/errors.py:2390
5742
#: bzrlib/errors.py:2409
5718
5743
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
5721
#: bzrlib/errors.py:2399
5746
#: bzrlib/errors.py:2418
5723
5748
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
5727
#: bzrlib/errors.py:2406
5752
#: bzrlib/errors.py:2425
5729
5754
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
5730
5755
"ghost at {%(ghost_revision_id)s}"
5733
#: bzrlib/errors.py:2416
5758
#: bzrlib/errors.py:2435
5734
5759
msgid "Ghost revision {%(revision_id)s} cannot be used here."
5737
#: bzrlib/errors.py:2467
5762
#: bzrlib/errors.py:2486
5739
5764
"A merge directive must provide either a bundle or a public branch location."
5742
#: bzrlib/errors.py:2474
5767
#: bzrlib/errors.py:2493
5743
5768
msgid "Bad merge directive payload %(start)r"
5746
#: bzrlib/errors.py:2484
5771
#: bzrlib/errors.py:2503
5747
5772
msgid "Preview patch does not match requested changes."
5750
#: bzrlib/errors.py:2490
5775
#: bzrlib/errors.py:2509
5751
5776
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
5754
#: bzrlib/errors.py:2500
5779
#: bzrlib/errors.py:2519
5756
5781
"Your branch does not have all of the revisions required in order to merge "
5757
5782
"this merge directive and the target location specified in the merge "
5758
5783
"directive is not a branch: %(location)s."
5761
#: bzrlib/errors.py:2512
5786
#: bzrlib/errors.py:2531
5762
5787
msgid "Unsupported entry kind %(kind)s"
5765
#: bzrlib/errors.py:2520
5790
#: bzrlib/errors.py:2539
5766
5791
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
5769
#: bzrlib/errors.py:2530
5794
#: bzrlib/errors.py:2549
5770
5795
msgid "Subsume target %(other_tree)s needs to be upgraded."
5773
#: bzrlib/errors.py:2549
5798
#: bzrlib/errors.py:2568
5774
5799
msgid "No such tag: %(tag_name)s"
5777
#: bzrlib/errors.py:2557
5802
#: bzrlib/errors.py:2576
5778
5803
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
5781
#: bzrlib/errors.py:2566
5806
#: bzrlib/errors.py:2585
5782
5807
msgid "Tag %(tag_name)s already exists."
5785
#: bzrlib/errors.py:2574
5810
#: bzrlib/errors.py:2593
5787
5812
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
5788
5813
"bugs\" for more information on this feature."
5791
#: bzrlib/errors.py:2584
5816
#: bzrlib/errors.py:2603
5793
5818
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
5796
#: bzrlib/errors.py:2594
5821
#: bzrlib/errors.py:2613
5798
5823
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
5801
#: bzrlib/errors.py:2604
5826
#: bzrlib/errors.py:2623
5802
5827
msgid "Invalid line in bugs property: '%(line)s'"
5805
#: bzrlib/errors.py:2612
5830
#: bzrlib/errors.py:2631
5806
5831
msgid "Invalid bug status: '%(status)s'"
5809
#: bzrlib/errors.py:2620
5834
#: bzrlib/errors.py:2639
5810
5835
msgid "Could not understand response from smart server: %(response_tuple)r"
5813
#: bzrlib/errors.py:2659
5838
#: bzrlib/errors.py:2678
5814
5839
msgid "Server sent an unexpected error: %(error_tuple)r"
5817
#: bzrlib/errors.py:2678
5842
#: bzrlib/errors.py:2697
5818
5843
msgid "Unrecognised container format: %(container_format)r"
5821
#: bzrlib/errors.py:2686
5846
#: bzrlib/errors.py:2705
5822
5847
msgid "Unexpected end of container stream"
5825
#: bzrlib/errors.py:2691
5850
#: bzrlib/errors.py:2710
5826
5851
msgid "Unknown record type: %(record_type)r"
5829
#: bzrlib/errors.py:2699
5854
#: bzrlib/errors.py:2718
5830
5855
msgid "Invalid record: %(reason)s"
5833
#: bzrlib/errors.py:2707
5858
#: bzrlib/errors.py:2726
5834
5859
msgid "Container has data after end marker: %(excess)r"
5837
#: bzrlib/errors.py:2715
5862
#: bzrlib/errors.py:2734
5838
5863
msgid "Container has multiple records with the same name: %(name)s"
5841
#: bzrlib/errors.py:2728
5866
#: bzrlib/errors.py:2747
5842
5867
msgid "Corrupt or incompatible data stream: %(reason)s"
5845
#: bzrlib/errors.py:2736
5870
#: bzrlib/errors.py:2755
5846
5871
msgid "SMTP error: %(error)s"
5849
#: bzrlib/errors.py:2744
5874
#: bzrlib/errors.py:2763
5850
5875
msgid "No message supplied."
5853
#: bzrlib/errors.py:2749
5878
#: bzrlib/errors.py:2768
5854
5879
msgid "No mail-to address (--mail-to) or output (-o) specified."
5857
#: bzrlib/errors.py:2754
5882
#: bzrlib/errors.py:2773
5858
5883
msgid "Unknown mail client: %(mail_client)s"
5861
#: bzrlib/errors.py:2762
5886
#: bzrlib/errors.py:2781
5863
5888
"Unable to find mail client with the following names: "
5864
5889
"%(mail_command_list_string)s"
5867
#: bzrlib/errors.py:2772
5892
#: bzrlib/errors.py:2791
5868
5893
msgid "SMTP connection to %(host)s refused"
5871
#: bzrlib/errors.py:2781
5896
#: bzrlib/errors.py:2800
5872
5897
msgid "Please specify smtp_server. No server at default %(host)s."
5875
#: bzrlib/errors.py:2795
5900
#: bzrlib/errors.py:2814
5877
5902
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
5881
#: bzrlib/errors.py:2807
5906
#: bzrlib/errors.py:2826
5882
5907
msgid "'%(display_url)s' is already a branch."
5885
#: bzrlib/errors.py:2812
5910
#: bzrlib/errors.py:2831
5886
5911
msgid "'%(display_url)s' is already a tree."
5889
#: bzrlib/errors.py:2817
5914
#: bzrlib/errors.py:2836
5890
5915
msgid "'%(display_url)s' is already a checkout."
5893
#: bzrlib/errors.py:2822
5918
#: bzrlib/errors.py:2841
5894
5919
msgid "'%(display_url)s' is already a lightweight checkout."
5897
#: bzrlib/errors.py:2827
5922
#: bzrlib/errors.py:2846
5898
5923
msgid "'%(display_url)s' is already using a shared repository."
5901
#: bzrlib/errors.py:2832
5926
#: bzrlib/errors.py:2851
5902
5927
msgid "'%(display_url)s' is already standalone."
5905
#: bzrlib/errors.py:2837
5930
#: bzrlib/errors.py:2856
5906
5931
msgid "Shared repository '%(display_url)s' already creates working trees."
5909
#: bzrlib/errors.py:2843
5934
#: bzrlib/errors.py:2862
5911
5936
"Shared repository '%(display_url)s' already doesn't create working trees."
5914
#: bzrlib/errors.py:2849
5939
#: bzrlib/errors.py:2868
5915
5940
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
5918
#: bzrlib/errors.py:2854
5943
#: bzrlib/errors.py:2873
5919
5944
msgid "No location could be found to bind to at %(display_url)s."
5922
#: bzrlib/errors.py:2859
5947
#: bzrlib/errors.py:2878
5924
5949
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
5925
5950
"status).%(more)s"
5928
#: bzrlib/errors.py:2878
5953
#: bzrlib/errors.py:2897
5930
5955
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
5931
5956
"list).%(more)s"
5934
#: bzrlib/errors.py:2884
5959
#: bzrlib/errors.py:2903
5935
5960
msgid "Variable {%(name)s} is not available."
5938
#: bzrlib/errors.py:2892
5963
#: bzrlib/errors.py:2911
5939
5964
msgid "No template specified."
5942
#: bzrlib/errors.py:2897
5967
#: bzrlib/errors.py:2916
5943
5968
msgid "Unable to create symlink %(path_str)son this platform"
5946
#: bzrlib/errors.py:2912
5971
#: bzrlib/errors.py:2931
5948
5973
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
5949
5974
"\"original\", \"local\"."
5952
#: bzrlib/errors.py:2946
5977
#: bzrlib/errors.py:2965
5954
5979
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
5957
#: bzrlib/errors.py:2958
5982
#: bzrlib/errors.py:2977
5958
5983
msgid "The \"%(config_id)s\" configuration does not exist."
5961
#: bzrlib/errors.py:2966
5986
#: bzrlib/errors.py:2985
5962
5987
msgid "The \"%(option_name)s\" configuration option does not exist."
5965
#: bzrlib/errors.py:2974
5990
#: bzrlib/errors.py:2993
5966
5991
msgid "The alias \"%(alias_name)s\" does not exist."
5969
#: bzrlib/errors.py:2988
5994
#: bzrlib/errors.py:3007
5970
5995
msgid "\"%(alias_name)s\" is not a valid location alias."
5973
#: bzrlib/errors.py:2996
5998
#: bzrlib/errors.py:3015
5974
5999
msgid "No %(alias_name)s location assigned."
5977
#: bzrlib/errors.py:3004
6002
#: bzrlib/errors.py:3023
5978
6003
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
5981
#: bzrlib/errors.py:3014
6006
#: bzrlib/errors.py:3033
5982
6007
msgid "Unknown rules detected: %(unknowns_str)s."
5985
#: bzrlib/errors.py:3025
6010
#: bzrlib/errors.py:3044
5986
6011
msgid "Tip change rejected: %(msg)s"
5989
#: bzrlib/errors.py:3033
6014
#: bzrlib/errors.py:3052
5990
6015
msgid "Shelf corrupt."
5993
#: bzrlib/errors.py:3038
6018
#: bzrlib/errors.py:3057
5994
6019
msgid "Corruption while decompressing repository file%(orig_error)s"
5997
#: bzrlib/errors.py:3050
6022
#: bzrlib/errors.py:3069
5998
6023
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6001
#: bzrlib/errors.py:3058
6026
#: bzrlib/errors.py:3077
6002
6027
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6005
#: bzrlib/errors.py:3066
6030
#: bzrlib/errors.py:3085
6007
6032
"An attempt to access a url outside the server jail was made: '%(url)s'."
6010
#: bzrlib/errors.py:3074
6035
#: bzrlib/errors.py:3093
6011
6036
msgid "The user aborted the operation."
6014
#: bzrlib/errors.py:3079
6039
#: bzrlib/errors.py:3098
6015
6040
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6018
#: bzrlib/errors.py:3089
6043
#: bzrlib/errors.py:3108
6019
6044
msgid "No such view: %(view_name)s."
6022
#: bzrlib/errors.py:3099
6047
#: bzrlib/errors.py:3118
6024
6049
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6025
6050
"to a later format."
6028
#: bzrlib/errors.py:3108
6053
#: bzrlib/errors.py:3127
6030
6055
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6033
#: bzrlib/errors.py:3175
6058
#: bzrlib/errors.py:3194
6034
6059
msgid "%(bzrdir)r does not support co-located branches."
6037
#: bzrlib/errors.py:3181
6062
#: bzrlib/errors.py:3200
6039
6064
"Unable to determine your name.\n"
6040
6065
"Please, set your name with the 'whoami' command.\n"
6041
6066
"E.g. bzr whoami \"Your Name <name@example.com>\""
6044
#: bzrlib/errors.py:3190
6069
#: bzrlib/errors.py:3209
6045
6070
msgid "Invalid pattern(s) found. %(msg)s"
6048
#: bzrlib/errors.py:3198
6073
#: bzrlib/errors.py:3217
6050
6075
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6051
6076
"unbind` to fix."
6054
#: bzrlib/errors.py:3209
6079
#: bzrlib/errors.py:3228
6055
6080
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6058
#: bzrlib/errors.py:3218
6083
#: bzrlib/errors.py:3237
6059
6084
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6062
#: bzrlib/errors.py:3227
6087
#: bzrlib/errors.py:3246
6064
6089
"No compatible object available for operations from %(source)r to %(target)r."
6067
#: bzrlib/errors.py:3237
6092
#: bzrlib/errors.py:3256
6069
6094
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6070
6095
"%(arguments)s."
6073
#: bzrlib/errors.py:3247
6098
#: bzrlib/errors.py:3266
6075
6100
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6076
6101
"format %(format)r"
6079
#: bzrlib/errors.py:3259
6104
#: bzrlib/errors.py:3278
6081
6106
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6085
#: bzrlib/errors.py:3272
6110
#: bzrlib/errors.py:3291
6086
6111
msgid "Binary files section encountered."
6089
#: bzrlib/errors.py:3280
6114
#: bzrlib/errors.py:3299
6091
6116
"Malformed patch header. %(desc)s\n"
6095
#: bzrlib/errors.py:3289
6120
#: bzrlib/errors.py:3308
6097
6122
"Malformed hunk header. %(desc)s\n"
6101
#: bzrlib/errors.py:3298
6126
#: bzrlib/errors.py:3317
6103
6128
"Malformed line. %(desc)s\n"
6107
#: bzrlib/errors.py:3308
6132
#: bzrlib/errors.py:3327
6109
6134
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6110
6135
"but patch says it should be \"%(patch_line)s\""
6113
#: bzrlib/errors.py:3319
6138
#: bzrlib/errors.py:3338
6114
6139
msgid "The feature %(feature)s has already been registered."