178
178
"Para comparar o cartafol de traballo con unha revisión específica, pase\n"
179
179
"unha revisión ao argumento «revision»."
181
#: bzrlib/builtins.py:354
181
#: bzrlib/builtins.py:266
183
183
"To see which files have changed in a specific revision, or between\n"
184
184
"two revisions, pass a revision range to the revision argument.\n"
185
185
"This will produce the same results as calling 'bzr diff --summarize'."
188
#: bzrlib/builtins.py:363
188
#: bzrlib/builtins.py:275
189
189
msgid "Use short status indicators."
190
190
msgstr "Usar os indicadores de estado curtos"
192
#: bzrlib/builtins.py:365
192
#: bzrlib/builtins.py:277
193
193
msgid "Only show versioned files."
194
194
msgstr "Mostrar só os ficheiros versionados."
196
#: bzrlib/builtins.py:367
196
#: bzrlib/builtins.py:279
197
197
msgid "Don't show pending merges."
198
198
msgstr "Non mostrar as combinacións (merge) pendentes"
200
#: bzrlib/builtins.py:370
200
#: bzrlib/builtins.py:282
201
201
msgid "Do not mark object type using indicator."
204
#: bzrlib/builtins.py:385
204
#: bzrlib/builtins.py:297
205
205
msgid "bzr status --revision takes exactly one or two revision specifiers"
208
#: bzrlib/builtins.py:429 bzrlib/builtins.py:5183
208
#: bzrlib/builtins.py:341 bzrlib/builtins.py:5090
209
209
msgid "You can only supply one of revision_id or --revision"
212
#: bzrlib/builtins.py:432 bzrlib/builtins.py:5185
212
#: bzrlib/builtins.py:344 bzrlib/builtins.py:5092
213
213
msgid "You must supply either --revision or a revision_id"
214
214
msgstr "Debe fornecer ou --revision ou un id_de_revision"
216
#: bzrlib/builtins.py:439
216
#: bzrlib/builtins.py:351
218
218
msgid "Repository %r does not support access to raw revision texts"
221
#: bzrlib/builtins.py:450
221
#: bzrlib/builtins.py:362
222
222
msgid "The repository {0} contains no revision {1}."
225
#: bzrlib/builtins.py:457
225
#: bzrlib/builtins.py:369
226
226
msgid "You cannot specify a NULL revision."
229
#: bzrlib/builtins.py:549
229
#: bzrlib/builtins.py:461
230
230
msgid "Remove the working tree from a given branch/checkout."
233
#: bzrlib/builtins.py:551
233
#: bzrlib/builtins.py:463
235
235
"Since a lightweight checkout is little more than a working tree\n"
236
236
"this will refuse to run against one."
239
#: bzrlib/builtins.py:554
239
#: bzrlib/builtins.py:466
240
240
msgid "To re-create the working tree, use \"bzr checkout\"."
243
#: bzrlib/builtins.py:560
243
#: bzrlib/builtins.py:472
245
245
"Remove the working tree even if it has uncommitted or shelved changes."
248
#: bzrlib/builtins.py:574
248
#: bzrlib/builtins.py:486
249
249
msgid "No working tree to remove"
252
#: bzrlib/builtins.py:576
252
#: bzrlib/builtins.py:488
253
253
msgid "You cannot remove the working tree of a remote path"
254
254
msgstr "Non pode eliminar o cartafol de traballo desde unha ruta remota"
256
#: bzrlib/builtins.py:585
256
#: bzrlib/builtins.py:497
257
257
msgid "You cannot remove the working tree from a lightweight checkout"
260
#: bzrlib/builtins.py:625
260
#: bzrlib/builtins.py:537
262
262
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
263
263
"instead. Use \"--force\" if you are sure you want to reset the working tree."
266
#: bzrlib/builtins.py:636
266
#: bzrlib/builtins.py:548
268
268
", the header appears corrupt, try passing -r -1 to set the state to the last "
272
#: bzrlib/builtins.py:640
272
#: bzrlib/builtins.py:552
273
273
msgid "failed to reset the tree state{0}"
276
#: bzrlib/builtins.py:644
276
#: bzrlib/builtins.py:556
277
277
msgid "Show current revision number."
280
#: bzrlib/builtins.py:646
280
#: bzrlib/builtins.py:558
281
281
msgid "This is equal to the number of revisions on this branch."
284
#: bzrlib/builtins.py:659
284
#: bzrlib/builtins.py:571
285
285
msgid "--tree and --revision can not be used together"
288
#: bzrlib/builtins.py:676 bzrlib/builtins.py:5967
288
#: bzrlib/builtins.py:588 bzrlib/builtins.py:5874
289
289
msgid "Tags can only be placed on a single revision, not on a range"
292
#: bzrlib/builtins.py:700
292
#: bzrlib/builtins.py:612
293
293
msgid "Show revno of working tree."
296
#: bzrlib/builtins.py:748
296
#: bzrlib/builtins.py:660
297
297
msgid "Add specified files or directories."
300
#: bzrlib/builtins.py:750
300
#: bzrlib/builtins.py:662
302
302
"In non-recursive mode, all the named items are added, regardless\n"
303
303
"of whether they were previously ignored. A warning is given if\n"
304
304
"any of the named files are already versioned."
307
#: bzrlib/builtins.py:754
307
#: bzrlib/builtins.py:666
309
309
"In recursive mode (the default), files are treated the same way\n"
310
310
"but the behaviour for directories is different. Directories that\n"
352
352
"into a subdirectory of this one."
355
#: bzrlib/builtins.py:784
355
#: bzrlib/builtins.py:696
357
357
"Any files matching patterns in the ignore list will not be added\n"
358
358
"unless they are explicitly mentioned."
361
#: bzrlib/builtins.py:787
361
#: bzrlib/builtins.py:699
363
363
"In recursive mode, files larger than the configuration option \n"
364
364
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
368
#: bzrlib/builtins.py:794
368
#: bzrlib/builtins.py:706
369
369
msgid "Don't recursively add the contents of directories."
372
#: bzrlib/builtins.py:800
372
#: bzrlib/builtins.py:712
373
373
msgid "Lookup file ids from this tree."
376
#: bzrlib/builtins.py:836
376
#: bzrlib/builtins.py:748
377
377
msgid "ignored {0} matching \"{1}\"\n"
380
#: bzrlib/builtins.py:841
380
#: bzrlib/builtins.py:753
381
381
msgid "Create a new versioned directory."
384
#: bzrlib/builtins.py:843
384
#: bzrlib/builtins.py:755
385
385
msgid "This is equivalent to creating the directory and then adding it."
388
#: bzrlib/builtins.py:850
388
#: bzrlib/builtins.py:762
389
389
msgid "No error if existing, make parent directories as needed."
392
#: bzrlib/builtins.py:884
392
#: bzrlib/builtins.py:796
394
394
msgid "added %s\n"
397
#: bzrlib/builtins.py:926
397
#: bzrlib/builtins.py:838
399
399
msgid "invalid kind %r specified"
402
#: bzrlib/builtins.py:963
402
#: bzrlib/builtins.py:875
403
403
msgid "Move or rename a file."
406
#: bzrlib/builtins.py:965
406
#: bzrlib/builtins.py:877
407
407
msgid " bzr mv SOURCE... DESTINATION"
410
#: bzrlib/builtins.py:967
410
#: bzrlib/builtins.py:879
412
412
"If the last argument is a versioned directory, all the other names\n"
413
413
"are moved into it. Otherwise, there must be exactly two arguments\n"
414
414
"and the file is changed to a new name."
417
#: bzrlib/builtins.py:971
417
#: bzrlib/builtins.py:883
419
419
"If OLDNAME does not exist on the filesystem but is versioned and\n"
420
420
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
423
423
"The same is valid when moving many SOURCE files to a DESTINATION."
426
#: bzrlib/builtins.py:977
426
#: bzrlib/builtins.py:889
427
427
msgid "Files cannot be moved between branches."
430
#: bzrlib/builtins.py:984
430
#: bzrlib/builtins.py:896
432
432
"Move only the bzr identifier of the file, because the file has already been "
436
#: bzrlib/builtins.py:986
436
#: bzrlib/builtins.py:898
437
437
msgid "Automatically guess renames."
440
#: bzrlib/builtins.py:987
440
#: bzrlib/builtins.py:899
441
441
msgid "Avoid making changes when guessing renames."
444
#: bzrlib/builtins.py:996
444
#: bzrlib/builtins.py:908
445
445
msgid "--dry-run requires --auto."
448
#: bzrlib/builtins.py:1000
448
#: bzrlib/builtins.py:912
449
449
msgid "missing file argument"
452
#: bzrlib/builtins.py:1004
452
#: bzrlib/builtins.py:916
453
453
msgid "can not move root of branch"
456
#: bzrlib/builtins.py:1010
456
#: bzrlib/builtins.py:922
457
457
msgid "Only one path may be specified to --auto."
460
#: bzrlib/builtins.py:1013
460
#: bzrlib/builtins.py:925
461
461
msgid "--after cannot be specified with --auto."
464
#: bzrlib/builtins.py:1050
464
#: bzrlib/builtins.py:962
465
465
msgid "to mv multiple files the destination must be a versioned directory"
468
#: bzrlib/builtins.py:1102
468
#: bzrlib/builtins.py:1014
469
469
msgid "Turn this branch into a mirror of another branch."
472
#: bzrlib/builtins.py:1104
472
#: bzrlib/builtins.py:1016
474
474
"By default, this command only works on branches that have not diverged.\n"
475
475
"Branches are considered diverged if the destination branch's most recent \n"
499
499
"value will only be saved if the remote location can be accessed."
502
#: bzrlib/builtins.py:1122
502
#: bzrlib/builtins.py:1034
504
504
"The --verbose option will display the revisions pulled using the log_format\n"
505
505
"configuration option. You can use a different format by overriding it with\n"
506
506
"-Olog_format=<other_format>."
509
#: bzrlib/builtins.py:1126
509
#: bzrlib/builtins.py:1038
511
511
"Note: The location can be specified either in the form of a branch,\n"
512
512
"or in the form of a path to a file containing a merge directive generated\n"
516
#: bzrlib/builtins.py:1134
516
#: bzrlib/builtins.py:1046
517
517
msgid "Show logs of pulled revisions."
520
#: bzrlib/builtins.py:1136
520
#: bzrlib/builtins.py:1048
522
522
"Branch to pull into, rather than the one containing the working directory."
525
#: bzrlib/builtins.py:1139
525
#: bzrlib/builtins.py:1051
527
527
"Perform a local pull in a bound branch. Local pulls are not applied to the "
531
#: bzrlib/builtins.py:1168
531
#: bzrlib/builtins.py:1080
532
532
msgid "Need working tree for --show-base."
535
#: bzrlib/builtins.py:1184
535
#: bzrlib/builtins.py:1096
536
536
msgid "No pull location known or specified."
539
#: bzrlib/builtins.py:1190
539
#: bzrlib/builtins.py:1102
541
541
msgid "Using saved parent location: %s\n"
544
#: bzrlib/builtins.py:1197 bzrlib/builtins.py:4393
544
#: bzrlib/builtins.py:1109 bzrlib/builtins.py:4300
545
545
msgid "Cannot use -r with merge directives or bundles"
548
#: bzrlib/builtins.py:1238
548
#: bzrlib/builtins.py:1150
549
549
msgid "Update a mirror of this branch."
552
#: bzrlib/builtins.py:1240
552
#: bzrlib/builtins.py:1152
554
554
"The target branch will not have its working tree populated because this\n"
555
555
"is both expensive, and is not supported on remote file systems."
558
#: bzrlib/builtins.py:1243
558
#: bzrlib/builtins.py:1155
560
560
"Some smart servers or protocols *may* put the working tree in place in\n"
564
#: bzrlib/builtins.py:1246
564
#: bzrlib/builtins.py:1158
566
566
"This command only works on branches that have not diverged. Branches are\n"
567
567
"considered diverged if the destination branch's most recent commit is one\n"
568
568
"that has not been merged (directly or indirectly) by the source branch."
571
#: bzrlib/builtins.py:1250
571
#: bzrlib/builtins.py:1162
573
573
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
574
574
"the other branch completely, discarding its unmerged changes."
577
#: bzrlib/builtins.py:1253
577
#: bzrlib/builtins.py:1165
579
579
"If you want to ensure you have the different changes in the other branch,\n"
580
580
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
581
581
"After that you will be able to do a push without '--overwrite'."
584
#: bzrlib/builtins.py:1257
584
#: bzrlib/builtins.py:1169
586
586
"If there is no default push location set, the first push will set it (use\n"
587
587
"--no-remember to avoid setting it). After that, you can omit the\n"
589
589
"value will only be saved if the remote location can be accessed."
592
#: bzrlib/builtins.py:1262
592
#: bzrlib/builtins.py:1174
594
594
"The --verbose option will display the revisions pushed using the log_format\n"
595
595
"configuration option. You can use a different format by overriding it with\n"
596
596
"-Olog_format=<other_format>."
599
#: bzrlib/builtins.py:1273 bzrlib/foreign.py:272
599
#: bzrlib/builtins.py:1185 bzrlib/foreign.py:272
601
601
"Branch to push from, rather than the one containing the working directory."
604
#: bzrlib/builtins.py:1276
604
#: bzrlib/builtins.py:1188
606
606
"By default push will fail if the target directory exists, but does not "
607
607
"already have a control directory. This flag will allow push to proceed."
610
#: bzrlib/builtins.py:1281
610
#: bzrlib/builtins.py:1193
612
612
"Create a stacked branch that references the public location of the parent "
616
#: bzrlib/builtins.py:1284
616
#: bzrlib/builtins.py:1196
618
618
"Create a stacked branch that refers to another branch for the commit "
619
619
"history. Only the work not present in the referenced branch is included in "
620
620
"the branch created."
623
#: bzrlib/builtins.py:1289 bzrlib/foreign.py:279
623
#: bzrlib/builtins.py:1201 bzrlib/foreign.py:279
625
625
"Refuse to push if there are uncommitted changes in the working tree, --no-"
626
626
"strict disables the check."
629
#: bzrlib/builtins.py:1292
629
#: bzrlib/builtins.py:1204
630
630
msgid "Don't populate the working tree, even for protocols that support it."
633
#: bzrlib/builtins.py:1336
633
#: bzrlib/builtins.py:1248
634
634
msgid "Could not determine branch to refer to."
637
#: bzrlib/builtins.py:1345
637
#: bzrlib/builtins.py:1257
640
640
"No push location known or specified. To push to the parent branch (at %s), "
641
641
"use 'bzr push :parent'."
644
#: bzrlib/builtins.py:1351 bzrlib/foreign.py:306
644
#: bzrlib/builtins.py:1263 bzrlib/foreign.py:306
645
645
msgid "No push location known or specified."
648
#: bzrlib/builtins.py:1355
648
#: bzrlib/builtins.py:1267
650
650
msgid "Using saved push location: %s"
653
#: bzrlib/builtins.py:1365
653
#: bzrlib/builtins.py:1277
654
654
msgid "Create a new branch that is a copy of an existing branch."
657
#: bzrlib/builtins.py:1367
657
#: bzrlib/builtins.py:1279
659
659
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
660
660
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
665
665
"create ./foo-bar."
668
#: bzrlib/builtins.py:1374
668
#: bzrlib/builtins.py:1286
670
670
"To retrieve the branch as of a particular revision, supply the --revision\n"
671
671
"parameter, as in \"branch foo/bar -r 5\"."
674
#: bzrlib/builtins.py:1377
674
#: bzrlib/builtins.py:1289
675
675
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
678
#: bzrlib/builtins.py:1387
678
#: bzrlib/builtins.py:1299
679
679
msgid "Create a branch without a working-tree."
682
#: bzrlib/builtins.py:1389
682
#: bzrlib/builtins.py:1301
683
683
msgid "Switch the checkout in the current directory to the new branch."
686
#: bzrlib/builtins.py:1392
686
#: bzrlib/builtins.py:1304
688
688
"Create a stacked branch referring to the source branch. The new branch will "
689
689
"depend on the availability of the source branch for all operations."
692
#: bzrlib/builtins.py:1396
692
#: bzrlib/builtins.py:1308
693
693
msgid "Do not use a shared repository, even if available."
696
#: bzrlib/builtins.py:1398
696
#: bzrlib/builtins.py:1310
698
698
"By default branch will fail if the target directory exists, but does not "
699
699
"already have a control directory. This flag will allow branch to proceed."
702
#: bzrlib/builtins.py:1403
702
#: bzrlib/builtins.py:1315
703
703
msgid "Bind new branch to from location."
706
#: bzrlib/builtins.py:1450
706
#: bzrlib/builtins.py:1362
708
708
msgid "Target directory \"%s\" already exists."
711
#: bzrlib/builtins.py:1462
711
#: bzrlib/builtins.py:1374
713
713
msgid "Parent of \"%s\" does not exist."
716
#: bzrlib/builtins.py:1481
716
#: bzrlib/builtins.py:1393
717
717
msgid "The branch {0} has no revision {1}."
720
#: bzrlib/builtins.py:1496 bzrlib/push.py:53
720
#: bzrlib/builtins.py:1403 bzrlib/push.py:53
722
722
msgid "Created new stacked branch referring to %s."
725
#: bzrlib/builtins.py:1500
725
#: bzrlib/builtins.py:1407
727
727
msgid "Branched %d revision."
728
728
msgid_plural "Branched %d revisions."
732
#: bzrlib/builtins.py:1505
732
#: bzrlib/builtins.py:1412
734
734
msgid "New branch bound to %s"
737
#: bzrlib/builtins.py:1510 bzrlib/builtins.py:6256
737
#: bzrlib/builtins.py:1417 bzrlib/builtins.py:6187
739
739
msgid "Switched to branch: %s"
742
#: bzrlib/builtins.py:1515
742
#: bzrlib/builtins.py:1422
743
743
msgid "List the branches available at the current location."
746
#: bzrlib/builtins.py:1517
746
#: bzrlib/builtins.py:1424
748
748
"This command will print the names of all the branches at the current\n"
752
#: bzrlib/builtins.py:1524
752
#: bzrlib/builtins.py:1431
754
754
"Recursively scan for branches rather than just looking in the specified "
758
#: bzrlib/builtins.py:1554
758
#: bzrlib/builtins.py:1461
759
759
msgid "(default)"
762
#: bzrlib/builtins.py:1566
762
#: bzrlib/builtins.py:1473
763
763
msgid "Create a new checkout of an existing branch."
766
#: bzrlib/builtins.py:1568
766
#: bzrlib/builtins.py:1475
768
768
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
806
#: bzrlib/builtins.py:1597
806
#: bzrlib/builtins.py:1504
807
807
msgid "Get file contents from this tree."
810
#: bzrlib/builtins.py:1599
810
#: bzrlib/builtins.py:1506
811
811
msgid "Hard-link working tree files where possible."
814
#: bzrlib/builtins.py:1640
814
#: bzrlib/builtins.py:1547
816
816
"Show list of renamed files.\n"
820
#: bzrlib/builtins.py:1670
820
#: bzrlib/builtins.py:1577
821
821
msgid "Update a working tree to a new revision."
824
#: bzrlib/builtins.py:1672
824
#: bzrlib/builtins.py:1579
826
826
"This will perform a merge of the destination revision (the tip of the\n"
827
827
"branch, or the specified revision) into the working tree, and then make\n"
828
828
"that revision the basis revision for the working tree. "
831
#: bzrlib/builtins.py:1676
831
#: bzrlib/builtins.py:1583
833
833
"You can use this to visit an older revision, or to update a working tree\n"
834
834
"that is out of date from its branch."
837
#: bzrlib/builtins.py:1679
837
#: bzrlib/builtins.py:1586
839
839
"If there are any uncommitted changes in the tree, they will be carried\n"
840
840
"across and remain as uncommitted changes after the update. To discard\n"
858
858
"out the old content of that file to a new location."
861
#: bzrlib/builtins.py:1694
861
#: bzrlib/builtins.py:1601
863
863
"The 'dir' argument, if given, must be the location of the root of a\n"
864
864
"working tree to update. By default, the working tree that contains the \n"
865
865
"current working directory is used."
868
#: bzrlib/builtins.py:1710
868
#: bzrlib/builtins.py:1617
869
869
msgid "bzr update --revision takes exactly one revision"
872
#: bzrlib/builtins.py:1718
872
#: bzrlib/builtins.py:1625
873
873
msgid "bzr update can only update a whole tree, not a file or subdirectory"
876
#: bzrlib/builtins.py:1749
876
#: bzrlib/builtins.py:1656
877
877
msgid "Tree is up to date at revision {0} of branch {1}"
880
#: bzrlib/builtins.py:1765
880
#: bzrlib/builtins.py:1672
883
883
"branch has no revision %s\n"
884
884
"bzr update --revision only works for a revision in the branch history"
887
#: bzrlib/builtins.py:1771
887
#: bzrlib/builtins.py:1678
888
888
msgid "Updated to revision {0} of branch {1}"
891
#: bzrlib/builtins.py:1775
891
#: bzrlib/builtins.py:1682
893
893
"Your local commits will now show as pending merges with 'bzr status', and "
894
894
"can be committed with 'bzr commit'."
897
#: bzrlib/builtins.py:1784
897
#: bzrlib/builtins.py:1691
898
898
msgid "Show information about a working tree, branch or repository."
901
#: bzrlib/builtins.py:1786
901
#: bzrlib/builtins.py:1693
903
903
"This command will show all known locations and formats associated to the\n"
904
904
"tree, branch or repository."
907
#: bzrlib/builtins.py:1789
907
#: bzrlib/builtins.py:1696
909
909
"In verbose mode, statistical information is included with each report.\n"
910
910
"To see extended statistic information, use a verbosity level of 2 or\n"
911
911
"higher by specifying the verbose option multiple times, e.g. -vv."
914
#: bzrlib/builtins.py:1793
914
#: bzrlib/builtins.py:1700
915
915
msgid "Branches and working trees will also report any missing revisions."
918
#: bzrlib/builtins.py:1795 bzrlib/builtins.py:3715 bzrlib/builtins.py:4845
919
#: bzrlib/builtins.py:6442
918
#: bzrlib/builtins.py:1702 bzrlib/builtins.py:3622 bzrlib/builtins.py:4752
919
#: bzrlib/builtins.py:6389
920
920
msgid ":Examples:"
923
#: bzrlib/builtins.py:1797
923
#: bzrlib/builtins.py:1704
924
924
msgid " Display information on the format and related locations:"
927
#: bzrlib/builtins.py:1799
927
#: bzrlib/builtins.py:1706
928
928
msgid " bzr info"
931
#: bzrlib/builtins.py:1801
931
#: bzrlib/builtins.py:1708
933
933
" Display the above together with extended format information and\n"
934
934
" basic statistics (like the number of files in the working tree and\n"
935
935
" number of revisions in the branch and repository):"
938
#: bzrlib/builtins.py:1805
938
#: bzrlib/builtins.py:1712
939
939
msgid " bzr info -v"
942
#: bzrlib/builtins.py:1807
942
#: bzrlib/builtins.py:1714
943
943
msgid " Display the above together with number of committers to the branch:"
946
#: bzrlib/builtins.py:1809
946
#: bzrlib/builtins.py:1716
947
947
msgid " bzr info -vv"
950
#: bzrlib/builtins.py:1828
950
#: bzrlib/builtins.py:1735
951
951
msgid "Remove files or directories."
954
#: bzrlib/builtins.py:1830
954
#: bzrlib/builtins.py:1737
956
956
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
957
957
"delete them if they can easily be recovered using revert otherwise they\n"
960
960
"Bazaar but missing in your tree and stop tracking them for you."
963
#: bzrlib/builtins.py:1838
963
#: bzrlib/builtins.py:1745
964
964
msgid "Only remove files that have never been committed."
967
#: bzrlib/builtins.py:1840
967
#: bzrlib/builtins.py:1747
968
968
msgid "The file deletion mode to be used."
971
#: bzrlib/builtins.py:1841
971
#: bzrlib/builtins.py:1748
972
972
msgid "Deletion Strategy"
975
#: bzrlib/builtins.py:1842
975
#: bzrlib/builtins.py:1749
976
976
msgid "Backup changed files (default)."
979
#: bzrlib/builtins.py:1843
979
#: bzrlib/builtins.py:1750
980
980
msgid "Delete from bzr but leave the working copy."
983
#: bzrlib/builtins.py:1844
983
#: bzrlib/builtins.py:1751
984
984
msgid "Don't backup changed files."
987
#: bzrlib/builtins.py:1845
987
#: bzrlib/builtins.py:1752
989
989
"Delete all the specified files, even if they can not be recovered and even "
990
990
"if they are non-empty directories. (deprecated, use no-backup)"
993
#: bzrlib/builtins.py:1854
993
#: bzrlib/builtins.py:1761
994
994
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
997
#: bzrlib/builtins.py:1871
997
#: bzrlib/builtins.py:1778
998
998
msgid "No matching files."
1001
#: bzrlib/builtins.py:1932
1001
#: bzrlib/builtins.py:1839
1002
1002
msgid "Reconcile bzr metadata in a branch."
1005
#: bzrlib/builtins.py:1934
1005
#: bzrlib/builtins.py:1841
1007
1007
"This can correct data mismatches that may have been caused by\n"
1008
1008
"previous ghost operations or bzr upgrades. You should only\n"
1018
1018
"correctly in both branches."
1021
#: bzrlib/builtins.py:1944
1021
#: bzrlib/builtins.py:1851
1023
1023
"At the same time it is run it may recompress data resulting in\n"
1024
1024
"a potential saving in disk space or performance gain."
1027
#: bzrlib/builtins.py:1947
1027
#: bzrlib/builtins.py:1854
1028
1028
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1031
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1031
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1033
1033
"Format for the bzr 2.0 series.\n"
1034
1034
"Uses group-compress storage.\n"
1035
1035
"Provides rich roots which are a one-way transition.\n"
1038
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1038
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1040
1040
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1041
1041
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1044
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1044
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1045
1045
msgid "The 2a format with experimental support for colocated branches.\n"
1048
#: bzrlib/builtins.py:2015
1048
#: bzrlib/builtins.py:1922
1049
1049
msgid "Make a directory into a versioned branch."
1052
#: bzrlib/builtins.py:2017
1052
#: bzrlib/builtins.py:1924
1054
1054
"Use this to create an empty branch, or before importing an\n"
1055
1055
"existing project."
1058
#: bzrlib/builtins.py:2020
1058
#: bzrlib/builtins.py:1927
1060
1060
"If there is a repository in a parent directory of the location, then\n"
1061
1061
"the history of the branch will be stored in the repository. Otherwise\n"
1082
1082
" bzr commit -m \"imported project\""
1085
#: bzrlib/builtins.py:2041
1085
#: bzrlib/builtins.py:1948
1087
1087
"Create the path leading up to the branch if it does not already exist."
1090
#: bzrlib/builtins.py:2044
1090
#: bzrlib/builtins.py:1951
1091
1091
msgid "Specify a format for this branch. See \"help formats\"."
1094
#: bzrlib/builtins.py:2052
1094
#: bzrlib/builtins.py:1959
1096
1096
"Never change revnos or the existing log. Append revisions to it only."
1099
#: bzrlib/builtins.py:2055
1099
#: bzrlib/builtins.py:1962
1100
1100
msgid "Create a branch without a working tree."
1103
#: bzrlib/builtins.py:2075 bzrlib/push.py:110
1103
#: bzrlib/builtins.py:1982 bzrlib/push.py:110
1104
1104
#, python-format
1106
1106
"Parent directory of %s does not exist.\n"
1107
1107
"You may supply --create-prefix to create all leading parent directories."
1110
#: bzrlib/builtins.py:2109
1110
#: bzrlib/builtins.py:2016
1112
1112
"This branch format cannot be set to append-revisions-only. Try --default."
1115
#: bzrlib/builtins.py:2120
1115
#: bzrlib/builtins.py:2027
1116
1116
msgid "Created a {0} (format: {1})\n"
1119
#: bzrlib/builtins.py:2129
1119
#: bzrlib/builtins.py:2036
1120
1120
#, python-format
1121
1121
msgid "Using shared repository: %s\n"
1124
#: bzrlib/builtins.py:2133
1124
#: bzrlib/builtins.py:2040
1125
1125
msgid "Create a shared repository for branches to share storage space."
1128
#: bzrlib/builtins.py:2135
1128
#: bzrlib/builtins.py:2042
1130
1130
"New branches created under the repository directory will store their\n"
1131
1131
"revisions in the repository, not in the branch directory. For branches\n"
1143
1143
"branches, such as on a server."
1146
#: bzrlib/builtins.py:2147
1146
#: bzrlib/builtins.py:2054
1149
1149
" Create a shared repository holding just branches::"
1152
#: bzrlib/builtins.py:2150
1152
#: bzrlib/builtins.py:2057
1154
1154
" bzr init-repo --no-trees repo\n"
1155
1155
" bzr init repo/trunk"
1158
#: bzrlib/builtins.py:2153
1158
#: bzrlib/builtins.py:2060
1159
1159
msgid " Make a lightweight checkout elsewhere::"
1162
#: bzrlib/builtins.py:2155
1162
#: bzrlib/builtins.py:2062
1164
1164
" bzr checkout --lightweight repo/trunk trunk-checkout\n"
1165
1165
" cd trunk-checkout\n"
1166
1166
" (add files here)"
1169
#: bzrlib/builtins.py:2163
1169
#: bzrlib/builtins.py:2070
1171
1171
"Specify a format for this repository. See \"bzr help formats\" for details."
1174
#: bzrlib/builtins.py:2167
1174
#: bzrlib/builtins.py:2074
1175
1175
msgid "Repository format"
1178
#: bzrlib/builtins.py:2169
1178
#: bzrlib/builtins.py:2076
1179
1179
msgid "Branches in the repository will default to not having a working tree."
1182
#: bzrlib/builtins.py:2195
1182
#: bzrlib/builtins.py:2102
1183
1183
msgid "Show differences in the working tree, between revisions or branches."
1186
#: bzrlib/builtins.py:2197
1186
#: bzrlib/builtins.py:2104
1188
1188
"If no arguments are given, all changes for the current tree are listed.\n"
1189
1189
"If files are given, only the changes in those files are listed.\n"
1218
1218
" 0 - no change"
1221
#: bzrlib/builtins.py:2220
1221
#: bzrlib/builtins.py:2127
1224
1224
" Shows the difference in the working tree versus the last commit::"
1227
#: bzrlib/builtins.py:2223
1227
#: bzrlib/builtins.py:2130
1228
1228
msgid " bzr diff"
1231
#: bzrlib/builtins.py:2225
1231
#: bzrlib/builtins.py:2132
1232
1232
msgid " Difference between the working tree and revision 1::"
1235
#: bzrlib/builtins.py:2227
1235
#: bzrlib/builtins.py:2134
1236
1236
msgid " bzr diff -r1"
1239
#: bzrlib/builtins.py:2229
1239
#: bzrlib/builtins.py:2136
1240
1240
msgid " Difference between revision 3 and revision 1::"
1243
#: bzrlib/builtins.py:2231
1243
#: bzrlib/builtins.py:2138
1244
1244
msgid " bzr diff -r1..3"
1247
#: bzrlib/builtins.py:2233
1247
#: bzrlib/builtins.py:2140
1248
1248
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1251
#: bzrlib/builtins.py:2235
1251
#: bzrlib/builtins.py:2142
1252
1252
msgid " bzr diff -r1..3 xxx"
1255
#: bzrlib/builtins.py:2237
1255
#: bzrlib/builtins.py:2144
1256
1256
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1259
#: bzrlib/builtins.py:2239
1259
#: bzrlib/builtins.py:2146
1260
1260
msgid " bzr diff -c2"
1263
#: bzrlib/builtins.py:2241
1263
#: bzrlib/builtins.py:2148
1265
1265
" To see the changes introduced by revision X::\n"
1267
1267
" bzr diff -cX"
1270
#: bzrlib/builtins.py:2245
1270
#: bzrlib/builtins.py:2152
1272
1272
" Note that in the case of a merge, the -c option shows the changes\n"
1273
1273
" compared to the left hand parent. To see the changes against\n"
1274
1274
" another parent, use::"
1277
#: bzrlib/builtins.py:2249
1277
#: bzrlib/builtins.py:2156
1278
1278
msgid " bzr diff -r<chosen_parent>..X"
1281
#: bzrlib/builtins.py:2251
1281
#: bzrlib/builtins.py:2158
1283
1283
" The changes between the current revision and the previous revision\n"
1284
1284
" (equivalent to -c-1 and -r-2..-1)"
1287
#: bzrlib/builtins.py:2254
1287
#: bzrlib/builtins.py:2161
1288
1288
msgid " bzr diff -r-2.."
1291
#: bzrlib/builtins.py:2256
1291
#: bzrlib/builtins.py:2163
1292
1292
msgid " Show just the differences for file NEWS::"
1295
#: bzrlib/builtins.py:2258
1295
#: bzrlib/builtins.py:2165
1296
1296
msgid " bzr diff NEWS"
1299
#: bzrlib/builtins.py:2260
1299
#: bzrlib/builtins.py:2167
1300
1300
msgid " Show the differences in working tree xxx for file NEWS::"
1303
#: bzrlib/builtins.py:2262
1303
#: bzrlib/builtins.py:2169
1304
1304
msgid " bzr diff xxx/NEWS"
1307
#: bzrlib/builtins.py:2264
1307
#: bzrlib/builtins.py:2171
1308
1308
msgid " Show the differences from branch xxx to this working tree:"
1311
#: bzrlib/builtins.py:2266
1311
#: bzrlib/builtins.py:2173
1312
1312
msgid " bzr diff --old xxx"
1315
#: bzrlib/builtins.py:2268
1315
#: bzrlib/builtins.py:2175
1316
1316
msgid " Show the differences between two branches for file NEWS::"
1319
#: bzrlib/builtins.py:2270
1319
#: bzrlib/builtins.py:2177
1320
1320
msgid " bzr diff --old xxx --new yyy NEWS"
1323
#: bzrlib/builtins.py:2272
1323
#: bzrlib/builtins.py:2179
1324
1324
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1327
#: bzrlib/builtins.py:2274
1327
#: bzrlib/builtins.py:2181
1329
1329
" bzr diff --prefix old/:new/\n"
1333
1333
" bzr diff --using /usr/bin/diff --diff-options -wu"
1336
#: bzrlib/builtins.py:2284
1336
#: bzrlib/builtins.py:2191
1337
1337
msgid "Pass these options to the external diff program."
1340
#: bzrlib/builtins.py:2287
1340
#: bzrlib/builtins.py:2194
1342
1342
"Set prefixes added to old and new filenames, as two values separated by a "
1343
1343
"colon. (eg \"old/:new/\")."
1346
#: bzrlib/builtins.py:2290
1346
#: bzrlib/builtins.py:2197
1347
1347
msgid "Branch/tree to compare from."
1350
#: bzrlib/builtins.py:2294
1350
#: bzrlib/builtins.py:2201
1351
1351
msgid "Branch/tree to compare to."
1354
#: bzrlib/builtins.py:2300
1354
#: bzrlib/builtins.py:2207
1355
1355
msgid "Use this command to compare files."
1358
#: bzrlib/builtins.py:2305
1358
#: bzrlib/builtins.py:2212
1359
1359
msgid "Diff format to use."
1362
#: bzrlib/builtins.py:2307
1362
#: bzrlib/builtins.py:2214
1363
1363
msgid "Diff format"
1366
#: bzrlib/builtins.py:2329
1366
#: bzrlib/builtins.py:2236
1367
1367
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1370
#: bzrlib/builtins.py:2333
1370
#: bzrlib/builtins.py:2240
1371
1371
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1374
#: bzrlib/builtins.py:2338 bzrlib/builtins.py:2736 bzrlib/builtins.py:2749
1375
#: bzrlib/builtins.py:2757 bzrlib/builtins.py:4919
1374
#: bzrlib/builtins.py:2245 bzrlib/builtins.py:2643 bzrlib/builtins.py:2656
1375
#: bzrlib/builtins.py:2664 bzrlib/builtins.py:4826
1376
1376
msgid "{0} and {1} are mutually exclusive"
1379
#: bzrlib/builtins.py:2358
1379
#: bzrlib/builtins.py:2265
1381
1381
"List files deleted in the working tree.\n"
1385
#: bzrlib/builtins.py:2436
1385
#: bzrlib/builtins.py:2343
1386
1386
msgid "Show the tree root directory."
1389
#: bzrlib/builtins.py:2438
1389
#: bzrlib/builtins.py:2345
1391
1391
"The root is the nearest enclosing directory with a .bzr control\n"
1395
#: bzrlib/builtins.py:2453
1395
#: bzrlib/builtins.py:2360
1396
1396
msgid "The limit argument must be an integer."
1399
#: bzrlib/builtins.py:2461
1399
#: bzrlib/builtins.py:2368
1400
1400
msgid "The levels argument must be an integer."
1403
#: bzrlib/builtins.py:2466
1403
#: bzrlib/builtins.py:2373
1404
1404
msgid "Show historical log for a branch or subset of a branch."
1407
#: bzrlib/builtins.py:2468
1407
#: bzrlib/builtins.py:2375
1409
1409
"log is bzr's default tool for exploring the history of a branch.\n"
1410
1410
"The branch to use is taken from the first parameter. If no parameters\n"
1526
1526
" a nested merge revision and the log will be truncated accordingly."
1529
#: bzrlib/builtins.py:2542
1529
#: bzrlib/builtins.py:2449
1530
1530
msgid ":Path filtering:"
1533
#: bzrlib/builtins.py:2544
1533
#: bzrlib/builtins.py:2451
1535
1535
" If parameters are given and the first one is not a branch, the log\n"
1536
1536
" will be filtered to show only those revisions that changed the\n"
1537
1537
" nominated files or directories."
1540
#: bzrlib/builtins.py:2548
1540
#: bzrlib/builtins.py:2455
1542
1542
" Filenames are interpreted within their historical context. To log a\n"
1543
1543
" deleted file, specify a revision range so that the file existed at\n"
1544
1544
" the end or start of the range."
1547
#: bzrlib/builtins.py:2552
1547
#: bzrlib/builtins.py:2459
1549
1549
" Historical context is also important when interpreting pathnames of\n"
1550
1550
" renamed files/directories. Consider the following example:"
1553
#: bzrlib/builtins.py:2555
1553
#: bzrlib/builtins.py:2462
1555
1555
" * revision 1: add tutorial.txt\n"
1556
1556
" * revision 2: modify tutorial.txt\n"
1557
1557
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1560
#: bzrlib/builtins.py:2559
1560
#: bzrlib/builtins.py:2466
1561
1561
msgid " In this case:"
1564
#: bzrlib/builtins.py:2561
1564
#: bzrlib/builtins.py:2468
1565
1565
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1568
#: bzrlib/builtins.py:2563
1568
#: bzrlib/builtins.py:2470
1570
1570
" * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1573
#: bzrlib/builtins.py:2565
1573
#: bzrlib/builtins.py:2472
1575
1575
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1576
1576
" the original file in revision 2."
1579
#: bzrlib/builtins.py:2568
1579
#: bzrlib/builtins.py:2475
1581
1581
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1582
1582
" was no file called guide.txt in revision 2."
1585
#: bzrlib/builtins.py:2571
1585
#: bzrlib/builtins.py:2478
1587
1587
" Renames are always followed by log. By design, there is no need to\n"
1588
1588
" explicitly ask for this (and no way to stop logging a file back\n"
1589
1589
" until it was last renamed)."
1592
#: bzrlib/builtins.py:2575
1592
#: bzrlib/builtins.py:2482
1593
1593
msgid ":Other filtering:"
1596
#: bzrlib/builtins.py:2577
1596
#: bzrlib/builtins.py:2484
1598
1598
" The --match option can be used for finding revisions that match a\n"
1599
1599
" regular expression in a commit message, committer, author or bug.\n"
1665
1665
" trading disk space for faster speed."
1668
#: bzrlib/builtins.py:2624
1668
#: bzrlib/builtins.py:2531
1669
1669
msgid "Show from oldest to newest."
1672
#: bzrlib/builtins.py:2627
1672
#: bzrlib/builtins.py:2534
1673
1673
msgid "Show files changed in each revision."
1676
#: bzrlib/builtins.py:2633
1676
#: bzrlib/builtins.py:2540
1677
1677
msgid "Show just the specified revision. See also \"help revisionspec\"."
1680
#: bzrlib/builtins.py:2637
1680
#: bzrlib/builtins.py:2544
1681
1681
msgid "What names to list as authors - first, all or committer."
1684
#: bzrlib/builtins.py:2638
1684
#: bzrlib/builtins.py:2545
1685
1685
msgid "Authors"
1688
#: bzrlib/builtins.py:2643
1688
#: bzrlib/builtins.py:2550
1689
1689
msgid "Number of levels to display - 0 for all, 1 for flat."
1692
#: bzrlib/builtins.py:2653
1692
#: bzrlib/builtins.py:2560
1693
1693
msgid "Limit the output to the first N revisions."
1696
#: bzrlib/builtins.py:2658
1696
#: bzrlib/builtins.py:2565
1697
1697
msgid "Show changes made in each revision as a patch."
1700
#: bzrlib/builtins.py:2660
1700
#: bzrlib/builtins.py:2567
1701
1701
msgid "Show merged revisions like --levels 0 does."
1704
#: bzrlib/builtins.py:2664
1704
#: bzrlib/builtins.py:2571
1705
1705
msgid "Do not report commits with more than one parent."
1708
#: bzrlib/builtins.py:2666
1708
#: bzrlib/builtins.py:2573
1710
1710
"Display only the revisions that are not part of both ancestries (require -"
1714
#: bzrlib/builtins.py:2670
1714
#: bzrlib/builtins.py:2577
1715
1715
msgid "Show digital signature validity."
1718
#: bzrlib/builtins.py:2673
1718
#: bzrlib/builtins.py:2580
1719
1719
msgid "Show revisions whose properties match this expression."
1722
#: bzrlib/builtins.py:2677
1722
#: bzrlib/builtins.py:2584
1723
1723
msgid "Show revisions whose message matches this expression."
1726
#: bzrlib/builtins.py:2681
1726
#: bzrlib/builtins.py:2588
1727
1727
msgid "Show revisions whose committer matches this expression."
1730
#: bzrlib/builtins.py:2685
1730
#: bzrlib/builtins.py:2592
1731
1731
msgid "Show revisions whose authors match this expression."
1734
#: bzrlib/builtins.py:2689
1734
#: bzrlib/builtins.py:2596
1735
1735
msgid "Show revisions whose bugs match this expression."
1738
#: bzrlib/builtins.py:2743
1738
#: bzrlib/builtins.py:2650
1739
1739
msgid "--exclude-common-ancestry requires -r with two revisions"
1742
#: bzrlib/builtins.py:2771
1742
#: bzrlib/builtins.py:2678
1743
1743
#, python-format
1744
1744
msgid "Path unknown at end or start of revision range: %s"
1747
#: bzrlib/builtins.py:2888
1747
#: bzrlib/builtins.py:2795
1748
1748
#, python-format
1749
1749
msgid "bzr %s doesn't accept two revisions in different branches."
1752
#: bzrlib/builtins.py:2904
1752
#: bzrlib/builtins.py:2811
1753
1753
#, python-format
1754
1754
msgid "bzr %s --revision takes one or two values."
1757
#: bzrlib/builtins.py:2949
1757
#: bzrlib/builtins.py:2856
1759
1759
"List files in a tree.\n"
1763
#: bzrlib/builtins.py:2958
1763
#: bzrlib/builtins.py:2865
1764
1764
msgid "Recurse into subdirectories."
1767
#: bzrlib/builtins.py:2960
1767
#: bzrlib/builtins.py:2867
1768
1768
msgid "Print paths relative to the root of the branch."
1771
#: bzrlib/builtins.py:2962
1771
#: bzrlib/builtins.py:2869
1772
1772
msgid "Print unknown files."
1775
#: bzrlib/builtins.py:2963
1775
#: bzrlib/builtins.py:2870
1776
1776
msgid "Print versioned files."
1779
#: bzrlib/builtins.py:2966
1779
#: bzrlib/builtins.py:2873
1780
1780
msgid "Print ignored files."
1783
#: bzrlib/builtins.py:2968
1783
#: bzrlib/builtins.py:2875
1784
1784
msgid "List entries of a particular kind: file, directory, symlink."
1787
#: bzrlib/builtins.py:2981
1787
#: bzrlib/builtins.py:2888
1788
1788
msgid "invalid kind specified"
1791
#: bzrlib/builtins.py:2984
1791
#: bzrlib/builtins.py:2891
1792
1792
msgid "Cannot set both --verbose and --null"
1795
#: bzrlib/builtins.py:2993
1795
#: bzrlib/builtins.py:2900
1796
1796
msgid "cannot specify both --from-root and PATH"
1799
#: bzrlib/builtins.py:3080
1799
#: bzrlib/builtins.py:2987
1800
1800
msgid "Ignore specified files or patterns."
1803
#: bzrlib/builtins.py:3082
1803
#: bzrlib/builtins.py:2989
1804
1804
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1807
#: bzrlib/builtins.py:3084
1807
#: bzrlib/builtins.py:2991
1809
1809
"If a .bzrignore file does not exist, the ignore command\n"
1810
1810
"will create one and add the specified files or patterns to the newly\n"
1851
1851
" the shell on Unix."
1854
#: bzrlib/builtins.py:3113
1854
#: bzrlib/builtins.py:3020
1856
1856
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1857
1857
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1860
#: bzrlib/builtins.py:3116
1860
#: bzrlib/builtins.py:3023
1863
1863
" Ignore the top level Makefile::"
1866
#: bzrlib/builtins.py:3119
1866
#: bzrlib/builtins.py:3026
1867
1867
msgid " bzr ignore ./Makefile"
1870
#: bzrlib/builtins.py:3121
1870
#: bzrlib/builtins.py:3028
1871
1871
msgid " Ignore .class files in all directories...::"
1874
#: bzrlib/builtins.py:3123
1874
#: bzrlib/builtins.py:3030
1875
1875
msgid " bzr ignore \"*.class\""
1878
#: bzrlib/builtins.py:3125
1878
#: bzrlib/builtins.py:3032
1879
1879
msgid " ...but do not ignore \"special.class\"::"
1882
#: bzrlib/builtins.py:3127
1882
#: bzrlib/builtins.py:3034
1883
1883
msgid " bzr ignore \"!special.class\""
1886
#: bzrlib/builtins.py:3129
1886
#: bzrlib/builtins.py:3036
1887
1887
msgid " Ignore files whose name begins with the \"#\" character::"
1890
#: bzrlib/builtins.py:3131
1890
#: bzrlib/builtins.py:3038
1891
1891
msgid " bzr ignore \"RE:^#\""
1894
#: bzrlib/builtins.py:3133 bzrlib/builtins.py:3137
1894
#: bzrlib/builtins.py:3040 bzrlib/builtins.py:3044
1895
1895
msgid " Ignore .o files under the lib directory::"
1898
#: bzrlib/builtins.py:3135
1898
#: bzrlib/builtins.py:3042
1899
1899
msgid " bzr ignore \"lib/**/*.o\""
1902
#: bzrlib/builtins.py:3139
1902
#: bzrlib/builtins.py:3046
1903
1903
msgid " bzr ignore \"RE:lib/.*\\.o\""
1906
#: bzrlib/builtins.py:3141
1906
#: bzrlib/builtins.py:3048
1907
1907
msgid " Ignore everything but the \"debian\" toplevel directory::"
1910
#: bzrlib/builtins.py:3143
1910
#: bzrlib/builtins.py:3050
1912
1912
" bzr ignore \"RE:(?!debian/).*\"\n"
1951
#: bzrlib/builtins.py:3209
1951
#: bzrlib/builtins.py:3116
1952
1952
msgid "List ignored files and the patterns that matched them."
1955
#: bzrlib/builtins.py:3211
1955
#: bzrlib/builtins.py:3118
1957
1957
"List all the ignored files and the ignore pattern that caused the file to\n"
1961
#: bzrlib/builtins.py:3214
1961
#: bzrlib/builtins.py:3121
1962
1962
msgid "Alternatively, to list just the files::"
1965
#: bzrlib/builtins.py:3216
1965
#: bzrlib/builtins.py:3123
1966
1966
msgid " bzr ls --ignored"
1969
#: bzrlib/builtins.py:3250
1969
#: bzrlib/builtins.py:3157
1970
1970
#, python-format
1971
1971
msgid "not a valid revision-number: %r"
1974
#: bzrlib/builtins.py:3257
1974
#: bzrlib/builtins.py:3164
1976
1976
"Export current or past revision to a destination directory or archive."
1979
#: bzrlib/builtins.py:3259
1979
#: bzrlib/builtins.py:3166
1980
1980
msgid "If no revision is specified this exports the last committed revision."
1983
#: bzrlib/builtins.py:3261
1983
#: bzrlib/builtins.py:3168
1985
1985
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
1986
1986
"given, try to find the format with the extension. If no extension\n"
1987
1987
"is found exports to a directory (equivalent to --format=dir)."
1990
#: bzrlib/builtins.py:3265
1990
#: bzrlib/builtins.py:3172
1992
1992
"If root is supplied, it will be used as the root directory inside\n"
1993
1993
"container formats (tar, zip, etc). If it is not supplied it will default\n"
1994
1994
"to the exported filename. The root option has no effect for 'dir' format."
1997
#: bzrlib/builtins.py:3269
1997
#: bzrlib/builtins.py:3176
1999
1999
"If branch is omitted then the branch containing the current working\n"
2000
2000
"directory will be used."
2003
#: bzrlib/builtins.py:3272
2003
#: bzrlib/builtins.py:3179
2005
2005
"Note: Export of tree with non-ASCII filenames to zip is not supported."
2008
#: bzrlib/builtins.py:3274
2008
#: bzrlib/builtins.py:3181
2010
2010
" ================= =========================\n"
2011
2011
" Supported formats Autodetected by extension\n"
2018
2018
" ================= ========================="
2021
#: bzrlib/builtins.py:3288
2021
#: bzrlib/builtins.py:3195
2022
2022
msgid "Type of file to export to."
2025
#: bzrlib/builtins.py:3291
2025
#: bzrlib/builtins.py:3198
2026
2026
msgid "Apply content filters to export the convenient form."
2029
#: bzrlib/builtins.py:3295
2029
#: bzrlib/builtins.py:3202
2030
2030
msgid "Name of the root directory inside the exported file."
2033
#: bzrlib/builtins.py:3297
2033
#: bzrlib/builtins.py:3204
2035
2035
"Set modification time of files to that of the last revision in which it was "
2039
#: bzrlib/builtins.py:3300
2039
#: bzrlib/builtins.py:3207
2041
2041
"Export the working tree contents rather than that of the last revision."
2044
#: bzrlib/builtins.py:3319
2044
#: bzrlib/builtins.py:3226
2045
2045
msgid "--uncommitted requires a working tree"
2048
#: bzrlib/builtins.py:3328
2048
#: bzrlib/builtins.py:3235
2049
2049
#, python-format
2050
2050
msgid "Unsupported export format: %s"
2053
#: bzrlib/builtins.py:3332
2053
#: bzrlib/builtins.py:3239
2055
2055
"Write the contents of a file as of a given revision to standard output."
2058
#: bzrlib/builtins.py:3334
2058
#: bzrlib/builtins.py:3241
2059
2059
msgid "If no revision is nominated, the last revision is used."
2062
#: bzrlib/builtins.py:3336
2062
#: bzrlib/builtins.py:3243
2064
2064
"Note: Take care to redirect standard output when using this command on a\n"
2068
#: bzrlib/builtins.py:3342
2068
#: bzrlib/builtins.py:3249
2069
2069
msgid "The path name in the old tree."
2072
#: bzrlib/builtins.py:3343
2072
#: bzrlib/builtins.py:3250
2073
2073
msgid "Apply content filters to display the convenience form."
2076
#: bzrlib/builtins.py:3354
2076
#: bzrlib/builtins.py:3261
2077
2077
msgid "bzr cat --revision takes exactly one revision specifier"
2080
#: bzrlib/builtins.py:3379 bzrlib/builtins.py:3391
2080
#: bzrlib/builtins.py:3286 bzrlib/builtins.py:3298
2081
2081
msgid "{0!r} is not present in revision {1}"
2084
#: bzrlib/builtins.py:3414
2084
#: bzrlib/builtins.py:3321
2085
2085
msgid "Commit changes into a new revision."
2088
#: bzrlib/builtins.py:3416
2088
#: bzrlib/builtins.py:3323
2090
2090
"An explanatory message needs to be given for each commit. This is\n"
2091
2091
"often done by using the --message option (getting the message from the\n"
2095
2095
"boilerplate text loaded into the editor, use the --show-diff option."
2098
#: bzrlib/builtins.py:3423
2098
#: bzrlib/builtins.py:3330
2100
2100
"By default, the entire tree is committed and the person doing the\n"
2101
2101
"commit is assumed to be the author. These defaults can be overridden\n"
2102
2102
"as explained below."
2105
#: bzrlib/builtins.py:3427
2105
#: bzrlib/builtins.py:3334
2106
2106
msgid ":Selective commits:"
2109
#: bzrlib/builtins.py:3429
2109
#: bzrlib/builtins.py:3336
2111
2111
" If selected files are specified, only changes to those files are\n"
2112
2112
" committed. If a directory is specified then the directory and\n"
2113
2113
" everything within it is committed."
2116
#: bzrlib/builtins.py:3433
2116
#: bzrlib/builtins.py:3340
2118
2118
" When excludes are given, they take precedence over selected files.\n"
2119
2119
" For example, to commit only changes within foo, but not changes\n"
2120
2120
" within foo/bar::"
2123
#: bzrlib/builtins.py:3437
2123
#: bzrlib/builtins.py:3344
2124
2124
msgid " bzr commit foo -x foo/bar"
2127
#: bzrlib/builtins.py:3439
2127
#: bzrlib/builtins.py:3346
2128
2128
msgid " A selective commit after a merge is not yet supported."
2131
#: bzrlib/builtins.py:3441
2131
#: bzrlib/builtins.py:3348
2132
2132
msgid ":Custom authors:"
2135
#: bzrlib/builtins.py:3443
2135
#: bzrlib/builtins.py:3350
2137
2137
" If the author of the change is not the same person as the committer,\n"
2138
2138
" you can specify the author's name using the --author option. The\n"
2174
2174
" one or more bugs. See ``bzr help bugs`` for details."
2177
#: bzrlib/builtins.py:3474
2177
#: bzrlib/builtins.py:3381
2178
2178
msgid "Do not consider changes made to a given path."
2181
#: bzrlib/builtins.py:3477
2181
#: bzrlib/builtins.py:3384
2182
2182
msgid "Description of the new revision."
2185
#: bzrlib/builtins.py:3480
2185
#: bzrlib/builtins.py:3387
2186
2186
msgid "Commit even if nothing has changed."
2189
#: bzrlib/builtins.py:3484
2189
#: bzrlib/builtins.py:3391
2190
2190
msgid "Take commit message from this file."
2193
#: bzrlib/builtins.py:3486
2193
#: bzrlib/builtins.py:3393
2194
2194
msgid "Refuse to commit if there are unknown files in the working tree."
2197
#: bzrlib/builtins.py:3489
2197
#: bzrlib/builtins.py:3396
2199
2199
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2200
2200
"08:00:00 +0100'."
2203
#: bzrlib/builtins.py:3492
2203
#: bzrlib/builtins.py:3399
2204
2204
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2207
#: bzrlib/builtins.py:3495
2207
#: bzrlib/builtins.py:3402
2208
2208
msgid "Set the author's name, if it's different from the committer."
2211
#: bzrlib/builtins.py:3498
2211
#: bzrlib/builtins.py:3405
2213
2213
"Perform a local commit in a bound branch. Local commits are not pushed to "
2214
2214
"the master branch until a normal commit is performed."
2217
#: bzrlib/builtins.py:3504
2217
#: bzrlib/builtins.py:3411
2219
2219
"When no message is supplied, show the diff along with the status summary in "
2220
2220
"the message editor."
2223
#: bzrlib/builtins.py:3507
2223
#: bzrlib/builtins.py:3414
2225
2225
"When committing to a foreign version control system do not push data that "
2226
2226
"can not be natively represented."
2229
#: bzrlib/builtins.py:3525
2229
#: bzrlib/builtins.py:3432
2230
2230
#, python-format
2232
2232
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2242
2242
"Commit refused."
2245
#: bzrlib/builtins.py:3543
2245
#: bzrlib/builtins.py:3450
2246
2246
#, python-format
2247
2247
msgid "Unrecognized bug %s. Commit refused."
2250
#: bzrlib/builtins.py:3546
2250
#: bzrlib/builtins.py:3453
2251
2251
#, python-format
2254
2254
"Commit refused."
2257
#: bzrlib/builtins.py:3570
2257
#: bzrlib/builtins.py:3477
2258
2258
msgid "Could not parse --commit-time: "
2261
#: bzrlib/builtins.py:3610
2261
#: bzrlib/builtins.py:3517
2262
2262
msgid "please specify either --message or --file"
2265
#: bzrlib/builtins.py:3639
2265
#: bzrlib/builtins.py:3546
2266
2266
msgid "please specify a commit message with either --message or --file"
2269
#: bzrlib/builtins.py:3642
2269
#: bzrlib/builtins.py:3549
2271
2271
"Empty commit message specified. Please specify a commit message with either -"
2272
2272
"-message or --file or leave a blank message with --message \"\"."
2275
#: bzrlib/builtins.py:3662
2275
#: bzrlib/builtins.py:3569
2277
2277
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2278
2278
"-unchanged to force an empty commit."
2281
#: bzrlib/builtins.py:3666
2281
#: bzrlib/builtins.py:3573
2283
2283
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2284
2284
"resolve FILE\" to resolve."
2287
#: bzrlib/builtins.py:3670
2287
#: bzrlib/builtins.py:3577
2288
2288
msgid "Commit refused because there are unknown files in the working tree."
2291
#: bzrlib/builtins.py:3673
2291
#: bzrlib/builtins.py:3580
2294
2294
"To commit to master branch, run update and then commit.\n"
2295
2295
"You can also pass --local to commit to continue working disconnected."
2298
#: bzrlib/builtins.py:3681
2298
#: bzrlib/builtins.py:3588
2300
2300
"Validate working tree structure, branch consistency and repository history."
2303
#: bzrlib/builtins.py:3683
2303
#: bzrlib/builtins.py:3590
2305
2305
"This command checks various invariants about branch and repository storage\n"
2306
2306
"to detect data corruption or bzr bugs."
2309
#: bzrlib/builtins.py:3686
2309
#: bzrlib/builtins.py:3593
2311
2311
"The working tree and branch checks will only give output if a problem is\n"
2312
2312
"detected. The output fields of the repository check are:"
2315
#: bzrlib/builtins.py:3689
2315
#: bzrlib/builtins.py:3596
2318
2318
" This is just the number of revisions checked. It doesn't\n"
2319
2319
" indicate a problem."
2322
#: bzrlib/builtins.py:3693
2322
#: bzrlib/builtins.py:3600
2324
2324
"versionedfiles\n"
2325
2325
" This is just the number of versionedfiles checked. It\n"
2326
2326
" doesn't indicate a problem."
2329
#: bzrlib/builtins.py:3697
2329
#: bzrlib/builtins.py:3604
2331
2331
"unreferenced ancestors\n"
2332
2332
" Texts that are ancestors of other texts, but\n"
2350
2350
" indicate a problem."
2353
#: bzrlib/builtins.py:3712
2353
#: bzrlib/builtins.py:3619
2355
2355
"If no restrictions are specified, all Bazaar data that is found at the "
2357
2357
"location will be checked."
2360
#: bzrlib/builtins.py:3717
2360
#: bzrlib/builtins.py:3624
2361
2361
msgid " Check the tree and branch at 'foo'::"
2364
#: bzrlib/builtins.py:3719
2364
#: bzrlib/builtins.py:3626
2365
2365
msgid " bzr check --tree --branch foo"
2368
#: bzrlib/builtins.py:3721
2368
#: bzrlib/builtins.py:3628
2369
2369
msgid " Check only the repository at 'bar'::"
2372
#: bzrlib/builtins.py:3723
2372
#: bzrlib/builtins.py:3630
2373
2373
msgid " bzr check --repo bar"
2376
#: bzrlib/builtins.py:3725
2376
#: bzrlib/builtins.py:3632
2377
2377
msgid " Check everything at 'baz'::"
2380
#: bzrlib/builtins.py:3727
2380
#: bzrlib/builtins.py:3634
2381
2381
msgid " bzr check baz"
2384
#: bzrlib/builtins.py:3733
2384
#: bzrlib/builtins.py:3640
2385
2385
msgid "Check the branch related to the current directory."
2388
#: bzrlib/builtins.py:3735
2388
#: bzrlib/builtins.py:3642
2389
2389
msgid "Check the repository related to the current directory."
2392
#: bzrlib/builtins.py:3737
2392
#: bzrlib/builtins.py:3644
2393
2393
msgid "Check the working tree related to the current directory."
2396
#: bzrlib/builtins.py:3751
2396
#: bzrlib/builtins.py:3658
2397
2397
msgid "Upgrade a repository, branch or working tree to a newer format."
2400
#: bzrlib/builtins.py:3753
2400
#: bzrlib/builtins.py:3660
2402
2402
"When the default format has changed after a major new release of\n"
2403
2403
"Bazaar, you may be informed during certain operations that you\n"
2438
#: bzrlib/builtins.py:3779
2438
#: bzrlib/builtins.py:3686
2440
2440
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2441
2441
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2444
#: bzrlib/builtins.py:3787
2444
#: bzrlib/builtins.py:3694
2445
2445
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2448
#: bzrlib/builtins.py:3791
2448
#: bzrlib/builtins.py:3698
2449
2449
msgid "Branch format"
2452
#: bzrlib/builtins.py:3793
2452
#: bzrlib/builtins.py:3700
2453
2453
msgid "Remove the backup.bzr directory if successful."
2456
#: bzrlib/builtins.py:3795
2456
#: bzrlib/builtins.py:3702
2457
2457
msgid "Show what would be done, but don't actually do anything."
2460
#: bzrlib/builtins.py:3810
2460
#: bzrlib/builtins.py:3717
2461
2461
msgid "Show or set bzr user id."
2464
#: bzrlib/builtins.py:3812
2464
#: bzrlib/builtins.py:3719
2467
2467
" Show the email of the current user::"
2470
#: bzrlib/builtins.py:3815
2470
#: bzrlib/builtins.py:3722
2471
2471
msgid " bzr whoami --email"
2474
#: bzrlib/builtins.py:3817
2474
#: bzrlib/builtins.py:3724
2475
2475
msgid " Set the current user::"
2478
#: bzrlib/builtins.py:3819
2478
#: bzrlib/builtins.py:3726
2479
2479
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2482
#: bzrlib/builtins.py:3823
2482
#: bzrlib/builtins.py:3730
2483
2483
msgid "Display email address only."
2486
#: bzrlib/builtins.py:3825
2486
#: bzrlib/builtins.py:3732
2487
2487
msgid "Set identity for the current branch instead of globally."
2490
#: bzrlib/builtins.py:3851
2490
#: bzrlib/builtins.py:3758
2491
2491
msgid "--email can only be used to display existing identity"
2494
#: bzrlib/builtins.py:3873
2494
#: bzrlib/builtins.py:3780
2495
2495
msgid "Print or set the branch nickname."
2498
#: bzrlib/builtins.py:3875
2498
#: bzrlib/builtins.py:3782
2500
2500
"If unset, the tree root directory name is used as the nickname.\n"
2501
2501
"To print the current nickname, execute with no argument."
2504
#: bzrlib/builtins.py:3878
2504
#: bzrlib/builtins.py:3785
2506
2506
"Bound branches use the nickname of its master branch unless it is set\n"
2510
#: bzrlib/builtins.py:3898
2510
#: bzrlib/builtins.py:3805
2511
2511
msgid "Set/unset and display aliases."
2514
#: bzrlib/builtins.py:3900
2514
#: bzrlib/builtins.py:3807
2517
2517
" Show the current aliases::"
2520
#: bzrlib/builtins.py:3903
2520
#: bzrlib/builtins.py:3810
2521
2521
msgid " bzr alias"
2524
#: bzrlib/builtins.py:3905
2524
#: bzrlib/builtins.py:3812
2525
2525
msgid " Show the alias specified for 'll'::"
2528
#: bzrlib/builtins.py:3907
2528
#: bzrlib/builtins.py:3814
2529
2529
msgid " bzr alias ll"
2532
#: bzrlib/builtins.py:3909
2532
#: bzrlib/builtins.py:3816
2533
2533
msgid " Set an alias for 'll'::"
2536
#: bzrlib/builtins.py:3911
2536
#: bzrlib/builtins.py:3818
2537
2537
msgid " bzr alias ll=\"log --line -r-10..-1\""
2540
#: bzrlib/builtins.py:3913
2540
#: bzrlib/builtins.py:3820
2541
2541
msgid " To remove an alias for 'll'::"
2544
#: bzrlib/builtins.py:3915
2544
#: bzrlib/builtins.py:3822
2545
2545
msgid " bzr alias --remove ll"
2548
#: bzrlib/builtins.py:3920
2548
#: bzrlib/builtins.py:3827
2549
2549
msgid "Remove the alias."
2552
#: bzrlib/builtins.py:3938
2552
#: bzrlib/builtins.py:3845
2553
2553
msgid "bzr alias --remove expects an alias to remove."
2556
#: bzrlib/builtins.py:4119
2556
#: bzrlib/builtins.py:4026
2558
2558
"subunit not available. subunit needs to be installed to use --subunit."
2561
#: bzrlib/builtins.py:4136
2561
#: bzrlib/builtins.py:4043
2563
2563
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2566
#: bzrlib/builtins.py:4183
2566
#: bzrlib/builtins.py:4090
2567
2567
msgid "Show version of bzr."
2570
#: bzrlib/builtins.py:4187
2570
#: bzrlib/builtins.py:4094
2571
2571
msgid "Print just the version number."
2574
#: bzrlib/builtins.py:4206
2574
#: bzrlib/builtins.py:4113
2575
2575
msgid "It sure does!\n"
2578
#: bzrlib/builtins.py:4230
2578
#: bzrlib/builtins.py:4137
2579
2579
#, python-format
2580
2580
msgid "merge base is revision %s\n"
2583
#: bzrlib/builtins.py:4234
2583
#: bzrlib/builtins.py:4141
2584
2584
msgid "Perform a three-way merge."
2587
#: bzrlib/builtins.py:4236
2587
#: bzrlib/builtins.py:4143
2589
2589
"The source of the merge can be specified either in the form of a branch,\n"
2590
2590
"or in the form of a path to a file containing a merge directive generated\n"
2660
2660
"merge revision which has more than two parents."
2663
#: bzrlib/builtins.py:4283
2663
#: bzrlib/builtins.py:4190
2665
2665
"If one would like to merge changes from the working tree of the other\n"
2666
2666
"branch without merging any committed revisions, the --uncommitted option\n"
2667
2667
"can be given."
2670
#: bzrlib/builtins.py:4287
2670
#: bzrlib/builtins.py:4194
2672
2672
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2673
2673
"you to apply each diff hunk and file change, similar to \"shelve\"."
2676
#: bzrlib/builtins.py:4290
2676
#: bzrlib/builtins.py:4197
2679
2679
" To merge all new revisions from bzr.dev::"
2682
#: bzrlib/builtins.py:4293
2682
#: bzrlib/builtins.py:4200
2683
2683
msgid " bzr merge ../bzr.dev"
2686
#: bzrlib/builtins.py:4295
2686
#: bzrlib/builtins.py:4202
2687
2687
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2690
#: bzrlib/builtins.py:4297
2690
#: bzrlib/builtins.py:4204
2691
2691
msgid " bzr merge -r 82 ../bzr.dev"
2694
#: bzrlib/builtins.py:4299
2694
#: bzrlib/builtins.py:4206
2695
2695
msgid " To merge the changes introduced by 82, without previous changes::"
2698
#: bzrlib/builtins.py:4301
2698
#: bzrlib/builtins.py:4208
2699
2699
msgid " bzr merge -r 81..82 ../bzr.dev"
2702
#: bzrlib/builtins.py:4303
2702
#: bzrlib/builtins.py:4210
2703
2703
msgid " To apply a merge directive contained in /tmp/merge::"
2706
#: bzrlib/builtins.py:4305
2706
#: bzrlib/builtins.py:4212
2707
2707
msgid " bzr merge /tmp/merge"
2710
#: bzrlib/builtins.py:4307
2710
#: bzrlib/builtins.py:4214
2712
2712
" To create a merge revision with three parents from two branches\n"
2713
2713
" feature1a and feature1b:"
2716
#: bzrlib/builtins.py:4310
2716
#: bzrlib/builtins.py:4217
2718
2718
" bzr merge ../feature1a\n"
2719
2719
" bzr merge ../feature1b --force\n"
2720
2720
" bzr commit -m 'revision with three parents'"
2723
#: bzrlib/builtins.py:4322
2723
#: bzrlib/builtins.py:4229
2724
2724
msgid "Merge even if the destination tree has uncommitted changes."
2727
#: bzrlib/builtins.py:4328
2727
#: bzrlib/builtins.py:4235
2729
2729
"Apply uncommitted changes from a working copy, instead of branch changes."
2732
#: bzrlib/builtins.py:4330
2732
#: bzrlib/builtins.py:4237
2734
2734
"If the destination is already completely merged into the source, pull from "
2735
2735
"the source rather than merging. When this happens, you do not need to "
2736
2736
"commit the result."
2739
#: bzrlib/builtins.py:4335
2739
#: bzrlib/builtins.py:4242
2741
2741
"Branch to merge into, rather than the one containing the working directory."
2744
#: bzrlib/builtins.py:4337
2744
#: bzrlib/builtins.py:4244
2745
2745
msgid "Instead of merging, show a diff of the merge."
2748
#: bzrlib/builtins.py:4339
2748
#: bzrlib/builtins.py:4246
2749
2749
msgid "Select changes interactively."
2752
#: bzrlib/builtins.py:4361
2752
#: bzrlib/builtins.py:4268
2754
2754
"Merging into empty branches not currently supported, "
2755
2755
"https://bugs.launchpad.net/bzr/+bug/308562"
2758
#: bzrlib/builtins.py:4388
2758
#: bzrlib/builtins.py:4295
2759
2759
msgid "Cannot use --uncommitted with bundles or merge directives."
2762
#: bzrlib/builtins.py:4399
2762
#: bzrlib/builtins.py:4306
2763
2763
msgid "Cannot use --uncommitted and --revision at the same time."
2766
#: bzrlib/builtins.py:4419
2766
#: bzrlib/builtins.py:4326
2767
2767
msgid "merger: "
2770
#: bzrlib/builtins.py:4421 bzrlib/bundle/apply_bundle.py:71
2770
#: bzrlib/builtins.py:4328 bzrlib/bundle/apply_bundle.py:71
2771
2771
msgid "Nothing to do."
2774
#: bzrlib/builtins.py:4425
2774
#: bzrlib/builtins.py:4332
2775
2775
msgid "Cannot pull individual files"
2778
#: bzrlib/builtins.py:4433
2778
#: bzrlib/builtins.py:4340
2779
2779
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2782
#: bzrlib/builtins.py:4491
2782
#: bzrlib/builtins.py:4398
2783
2783
#, python-format
2784
2784
msgid "Show-base is not supported for this merge type. %s"
2787
#: bzrlib/builtins.py:4500
2787
#: bzrlib/builtins.py:4407
2788
2788
#, python-format
2789
2789
msgid "Conflict reduction is not supported for merge type %s."
2792
#: bzrlib/builtins.py:4504
2792
#: bzrlib/builtins.py:4411
2793
2793
msgid "Cannot do conflict reduction and show base."
2796
#: bzrlib/builtins.py:4615
2796
#: bzrlib/builtins.py:4522
2797
2797
msgid "No location specified or remembered"
2800
#: bzrlib/builtins.py:4617
2800
#: bzrlib/builtins.py:4524
2801
2801
msgid "{0} remembered {1} location {2}"
2804
#: bzrlib/builtins.py:4623
2804
#: bzrlib/builtins.py:4530
2805
2805
msgid "Redo a merge."
2808
#: bzrlib/builtins.py:4625
2808
#: bzrlib/builtins.py:4532
2810
2810
"Use this if you want to try a different merge technique while resolving\n"
2811
2811
"conflicts. Some merge techniques are better than others, and remerge\n"
2812
2812
"lets you try different ones on different files."
2815
#: bzrlib/builtins.py:4629
2815
#: bzrlib/builtins.py:4536
2817
2817
"The options for remerge have the same meaning and defaults as the ones for\n"
2818
2818
"merge. The difference is that remerge can (only) be run when there is a\n"
2819
2819
"pending merge, and it lets you specify particular files."
2822
#: bzrlib/builtins.py:4633
2822
#: bzrlib/builtins.py:4540
2825
2825
" Re-do the merge of all conflicted files, and show the base text in\n"
2826
2826
" conflict regions, in addition to the usual THIS and OTHER texts::"
2829
#: bzrlib/builtins.py:4637
2829
#: bzrlib/builtins.py:4544
2830
2830
msgid " bzr remerge --show-base"
2833
#: bzrlib/builtins.py:4639
2833
#: bzrlib/builtins.py:4546
2835
2835
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2836
2836
" additional processing to reduce the size of conflict regions::"
2839
#: bzrlib/builtins.py:4642
2839
#: bzrlib/builtins.py:4549
2840
2840
msgid " bzr remerge --merge-type weave --reprocess foobar"
2843
#: bzrlib/builtins.py:4649
2843
#: bzrlib/builtins.py:4556
2844
2844
msgid "Show base revision text in conflicts."
2847
#: bzrlib/builtins.py:4661
2847
#: bzrlib/builtins.py:4568
2849
2849
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2853
#: bzrlib/builtins.py:4717
2853
#: bzrlib/builtins.py:4624
2854
2854
msgid "Revert files to a previous revision."
2857
#: bzrlib/builtins.py:4719
2857
#: bzrlib/builtins.py:4626
2859
2859
"Giving a list of files will revert only those files. Otherwise, all files\n"
2860
2860
"will be reverted. If the revision is not specified with '--revision', the\n"
2861
2861
"last committed revision is used."
2864
#: bzrlib/builtins.py:4723
2864
#: bzrlib/builtins.py:4630
2866
2866
"To remove only some changes, without reverting to a prior version, use\n"
2867
2867
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2956
2956
" 0 - no missing revisions"
2959
#: bzrlib/builtins.py:4847
2959
#: bzrlib/builtins.py:4754
2961
2961
" Determine the missing revisions between this and the branch at the\n"
2962
2962
" remembered pull location::"
2965
#: bzrlib/builtins.py:4850
2965
#: bzrlib/builtins.py:4757
2966
2966
msgid " bzr missing"
2969
#: bzrlib/builtins.py:4852
2969
#: bzrlib/builtins.py:4759
2970
2970
msgid " Determine the missing revisions between this and another branch::"
2973
#: bzrlib/builtins.py:4854
2973
#: bzrlib/builtins.py:4761
2974
2974
msgid " bzr missing http://server/branch"
2977
#: bzrlib/builtins.py:4856
2977
#: bzrlib/builtins.py:4763
2979
2979
" Determine the missing revisions up to a specific revision on the other\n"
2983
#: bzrlib/builtins.py:4859
2983
#: bzrlib/builtins.py:4766
2984
2984
msgid " bzr missing -r ..-10"
2987
#: bzrlib/builtins.py:4861
2987
#: bzrlib/builtins.py:4768
2989
2989
" Determine the missing revisions up to a specific revision on this\n"
2993
#: bzrlib/builtins.py:4864
2993
#: bzrlib/builtins.py:4771
2994
2994
msgid " bzr missing --my-revision ..-10"
2997
#: bzrlib/builtins.py:4871
2997
#: bzrlib/builtins.py:4778
2998
2998
msgid "Reverse the order of revisions."
3001
#: bzrlib/builtins.py:4873
3001
#: bzrlib/builtins.py:4780
3002
3002
msgid "Display changes in the local branch only."
3005
#: bzrlib/builtins.py:4874
3005
#: bzrlib/builtins.py:4781
3006
3006
msgid "Same as --mine-only."
3009
#: bzrlib/builtins.py:4876
3009
#: bzrlib/builtins.py:4783
3010
3010
msgid "Display changes in the remote branch only."
3013
#: bzrlib/builtins.py:4877
3013
#: bzrlib/builtins.py:4784
3014
3014
msgid "Same as --theirs-only."
3017
#: bzrlib/builtins.py:4882
3017
#: bzrlib/builtins.py:4789
3019
3019
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3023
#: bzrlib/builtins.py:4886
3023
#: bzrlib/builtins.py:4793
3025
3025
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3029
#: bzrlib/builtins.py:4889
3029
#: bzrlib/builtins.py:4796
3030
3030
msgid "Show all revisions in addition to the mainline ones."
3033
#: bzrlib/builtins.py:4943
3033
#: bzrlib/builtins.py:4850
3034
3034
msgid "No peer location known or specified."
3037
#: bzrlib/builtins.py:4947
3037
#: bzrlib/builtins.py:4854
3038
3038
msgid "Using saved parent location: {0}\n"
3041
#: bzrlib/builtins.py:4980
3041
#: bzrlib/builtins.py:4887
3042
3042
#, python-format
3043
3043
msgid "You have %d extra revision:\n"
3044
3044
msgid_plural "You have %d extra revisions:\n"
3048
#: bzrlib/builtins.py:4996
3048
#: bzrlib/builtins.py:4903
3049
3049
#, python-format
3050
3050
msgid "You are missing %d revision:\n"
3051
3051
msgid_plural "You are missing %d revisions:\n"
3055
#: bzrlib/builtins.py:5008
3055
#: bzrlib/builtins.py:4915
3056
3056
msgid "This branch has no new revisions.\n"
3059
#: bzrlib/builtins.py:5011
3059
#: bzrlib/builtins.py:4918
3060
3060
msgid "Other branch has no new revisions.\n"
3063
#: bzrlib/builtins.py:5016
3063
#: bzrlib/builtins.py:4923
3064
3064
msgid "Branches are up to date.\n"
3067
#: bzrlib/builtins.py:5027
3067
#: bzrlib/builtins.py:4934
3068
3068
msgid "Compress the data within a repository."
3071
#: bzrlib/builtins.py:5029
3071
#: bzrlib/builtins.py:4936
3073
3073
"This operation compresses the data within a bazaar repository. As\n"
3074
3074
"bazaar supports automatic packing of repository, this operation is\n"
3075
3075
"normally not required to be done manually."
3078
#: bzrlib/builtins.py:5033
3078
#: bzrlib/builtins.py:4940
3080
3080
"During the pack operation, bazaar takes a backup of existing repository\n"
3081
3081
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3127
3127
"plugins using the Python programming language."
3130
#: bzrlib/builtins.py:5091
3130
#: bzrlib/builtins.py:4998
3131
3131
msgid "Show testament (signing-form) of a revision."
3134
#: bzrlib/builtins.py:5094
3134
#: bzrlib/builtins.py:5001
3135
3135
msgid "Produce long-format testament."
3138
#: bzrlib/builtins.py:5096
3138
#: bzrlib/builtins.py:5003
3139
3139
msgid "Produce a strict-format testament."
3142
#: bzrlib/builtins.py:5122
3142
#: bzrlib/builtins.py:5029
3143
3143
msgid "Show the origin of each line in a file."
3146
#: bzrlib/builtins.py:5124
3146
#: bzrlib/builtins.py:5031
3148
3148
"This prints out the given file with an annotation on the left side\n"
3149
3149
"indicating which revision, author and date introduced the change."
3152
#: bzrlib/builtins.py:5127
3152
#: bzrlib/builtins.py:5034
3154
3154
"If the origin is the same for a run of consecutive lines, it is\n"
3155
3155
"shown only at the top, unless the --all option is given."
3158
#: bzrlib/builtins.py:5135
3158
#: bzrlib/builtins.py:5042
3159
3159
msgid "Show annotations on all lines."
3162
#: bzrlib/builtins.py:5136
3162
#: bzrlib/builtins.py:5043
3163
3163
msgid "Show commit date in annotations."
3166
#: bzrlib/builtins.py:5223
3166
#: bzrlib/builtins.py:5130
3167
3167
msgid "Cannot sign a range of non-revision-history revisions"
3170
#: bzrlib/builtins.py:5235
3170
#: bzrlib/builtins.py:5142
3171
3171
msgid "Please supply either one revision, or a range."
3174
#: bzrlib/builtins.py:5239
3174
#: bzrlib/builtins.py:5146
3176
3176
"Convert the current branch into a checkout of the supplied branch.\n"
3177
3177
"If no branch is supplied, rebind to the last bound location."
3180
#: bzrlib/builtins.py:5242
3180
#: bzrlib/builtins.py:5149
3182
3182
"Once converted into a checkout, commits must succeed on the master branch\n"
3183
3183
"before they will be applied to the local branch."
3186
#: bzrlib/builtins.py:5245
3186
#: bzrlib/builtins.py:5152
3188
3188
"Bound branches use the nickname of its master branch unless it is set\n"
3189
3189
"locally, in which case binding will update the local nickname to be\n"
3190
3190
"that of the master."
3193
#: bzrlib/builtins.py:5260
3193
#: bzrlib/builtins.py:5167
3194
3194
msgid "No location supplied. This format does not remember old locations."
3197
#: bzrlib/builtins.py:5265
3197
#: bzrlib/builtins.py:5172
3198
3198
msgid "Branch is already bound"
3201
#: bzrlib/builtins.py:5267
3201
#: bzrlib/builtins.py:5174
3202
3202
msgid "No location supplied and no previous location known"
3205
#: bzrlib/builtins.py:5273
3205
#: bzrlib/builtins.py:5180
3206
3206
msgid "These branches have diverged. Try merging, and then bind again."
3209
#: bzrlib/builtins.py:5280
3209
#: bzrlib/builtins.py:5187
3210
3210
msgid "Convert the current checkout into a regular branch."
3213
#: bzrlib/builtins.py:5282
3213
#: bzrlib/builtins.py:5189
3215
3215
"After unbinding, the local branch is considered independent and subsequent\n"
3216
3216
"commits will be local only."
3219
#: bzrlib/builtins.py:5293
3219
#: bzrlib/builtins.py:5200
3220
3220
msgid "Local branch is not bound"
3223
#: bzrlib/builtins.py:5297
3223
#: bzrlib/builtins.py:5204
3224
3224
msgid "Remove the last committed revision."
3227
#: bzrlib/builtins.py:5299
3227
#: bzrlib/builtins.py:5206
3229
3229
"--verbose will print out what is being removed.\n"
3230
3230
"--dry-run will go through all the motions, but not actually\n"
3231
3231
"remove anything."
3234
#: bzrlib/builtins.py:5303
3234
#: bzrlib/builtins.py:5210
3236
3236
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3237
3237
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3238
3238
"branch at revision 15."
3241
#: bzrlib/builtins.py:5307
3241
#: bzrlib/builtins.py:5214
3243
3243
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3244
3244
"it may make is to restore any pending merges that were present before\n"
3248
#: bzrlib/builtins.py:5318
3248
#: bzrlib/builtins.py:5225
3249
3249
msgid "Don't actually make changes."
3252
#: bzrlib/builtins.py:5319
3252
#: bzrlib/builtins.py:5226
3253
3253
msgid "Say yes to all questions."
3256
#: bzrlib/builtins.py:5321
3256
#: bzrlib/builtins.py:5228
3257
3257
msgid "Keep tags that point to removed revisions."
3260
#: bzrlib/builtins.py:5323
3260
#: bzrlib/builtins.py:5230
3261
3261
msgid "Only remove the commits from the local branch when in a checkout."
3264
#: bzrlib/builtins.py:5372
3264
#: bzrlib/builtins.py:5279
3265
3265
msgid "No revisions to uncommit.\n"
3268
#: bzrlib/builtins.py:5387
3268
#: bzrlib/builtins.py:5294
3269
3269
msgid "Dry-run, pretending to remove the above revisions.\n"
3272
#: bzrlib/builtins.py:5390
3272
#: bzrlib/builtins.py:5297
3273
3273
msgid "The above revision(s) will be removed.\n"
3276
#: bzrlib/builtins.py:5394
3276
#: bzrlib/builtins.py:5301
3277
3277
msgid "Uncommit these revisions"
3280
#: bzrlib/builtins.py:5397
3280
#: bzrlib/builtins.py:5304
3281
3281
msgid "Canceled\n"
3284
#: bzrlib/builtins.py:5404
3284
#: bzrlib/builtins.py:5311
3285
3285
#, python-format
3287
3287
"You can restore the old tip by running:\n"
3288
3288
" bzr pull . -r revid:%s\n"
3291
#: bzrlib/builtins.py:5409
3291
#: bzrlib/builtins.py:5316
3292
3292
msgid "Break a dead lock."
3295
#: bzrlib/builtins.py:5411
3295
#: bzrlib/builtins.py:5318
3297
3297
"This command breaks a lock on a repository, branch, working directory or\n"
3301
#: bzrlib/builtins.py:5414
3301
#: bzrlib/builtins.py:5321
3303
3303
"CAUTION: Locks should only be broken when you are sure that the process\n"
3304
3304
"holding the lock has been stopped."
3307
#: bzrlib/builtins.py:5417
3307
#: bzrlib/builtins.py:5324
3309
3309
"You can get information on what locks are open via the 'bzr info\n"
3310
3310
"[location]' command."
3313
#: bzrlib/builtins.py:5420
3313
#: bzrlib/builtins.py:5327
3316
3316
" bzr break-lock\n"
3318
3318
" bzr break-lock --conf ~/.bazaar"
3321
#: bzrlib/builtins.py:5429
3321
#: bzrlib/builtins.py:5336
3322
3322
msgid "LOCATION is the directory where the config lock is."
3325
#: bzrlib/builtins.py:5431
3325
#: bzrlib/builtins.py:5338
3326
3326
msgid "Do not ask for confirmation before breaking the lock."
3329
#: bzrlib/builtins.py:5466
3329
#: bzrlib/builtins.py:5373
3330
3330
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3333
#: bzrlib/builtins.py:5467
3333
#: bzrlib/builtins.py:5374
3334
3334
msgid "Run the bzr server."
3337
#: bzrlib/builtins.py:5473
3337
#: bzrlib/builtins.py:5380
3338
3338
msgid "Serve on stdin/out for use from inetd or sshd."
3341
#: bzrlib/builtins.py:5474
3341
#: bzrlib/builtins.py:5381
3342
3342
msgid "protocol"
3345
#: bzrlib/builtins.py:5475
3345
#: bzrlib/builtins.py:5382
3346
3346
msgid "Protocol to serve."
3349
#: bzrlib/builtins.py:5479
3349
#: bzrlib/builtins.py:5386
3351
3351
"Listen for connections on nominated port of the form [hostname:]portnumber. "
3352
3352
"Passing 0 as the port number will result in a dynamically allocated port. "
3353
3353
"The default port depends on the protocol."
3356
#: bzrlib/builtins.py:5485
3356
#: bzrlib/builtins.py:5392
3357
3357
msgid "Serve contents of this directory."
3360
#: bzrlib/builtins.py:5487
3360
#: bzrlib/builtins.py:5394
3362
3362
"By default the server is a readonly server. Supplying --allow-writes "
3363
3363
"enables write access to the contents of the served directory and below. "
3366
3366
"uncontrolled write access to your file system."
3369
#: bzrlib/builtins.py:5496
3369
#: bzrlib/builtins.py:5403
3370
3370
msgid "Override the default idle client timeout (5min)."
3373
#: bzrlib/builtins.py:5546
3373
#: bzrlib/builtins.py:5453
3374
3374
msgid "Combine a tree into its containing tree."
3377
#: bzrlib/builtins.py:5548
3377
#: bzrlib/builtins.py:5455
3378
3378
msgid "This command requires the target tree to be in a rich-root format."
3381
#: bzrlib/builtins.py:5550
3381
#: bzrlib/builtins.py:5457
3383
3383
"The TREE argument should be an independent tree, inside another tree, but\n"
3384
3384
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3385
3385
"running \"bzr branch\" with the target inside a tree.)"
3388
#: bzrlib/builtins.py:5554
3388
#: bzrlib/builtins.py:5461
3390
3390
"The result is a combined tree, with the subtree no longer an independent\n"
3391
3391
"part. This is marked as a merge of the subtree into the containing tree,\n"
3392
3392
"and all history is preserved."
3395
#: bzrlib/builtins.py:5572
3395
#: bzrlib/builtins.py:5479
3396
3396
#, python-format
3398
3398
"Can't join trees because %s doesn't support rich root data.\n"
3399
3399
"You can use bzr upgrade on the repository."
3402
#: bzrlib/builtins.py:5582 bzrlib/builtins.py:5588
3402
#: bzrlib/builtins.py:5489 bzrlib/builtins.py:5495
3403
3403
msgid "Cannot join {0}. {1}"
3406
#: bzrlib/builtins.py:5592
3406
#: bzrlib/builtins.py:5499
3407
3407
msgid "Split a subdirectory of a tree into a separate tree."
3410
#: bzrlib/builtins.py:5594
3410
#: bzrlib/builtins.py:5501
3412
3412
"This command will produce a target tree in a format that supports\n"
3413
3413
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3414
3414
"converted into earlier formats like 'dirstate-tags'."
3417
#: bzrlib/builtins.py:5598
3417
#: bzrlib/builtins.py:5505
3419
3419
"The TREE argument should be a subdirectory of a working tree. That\n"
3420
3420
"subdirectory will be converted into an independent tree, with its own\n"
3421
3421
"branch. Commits in the top-level tree will not apply to the new subtree."
3424
#: bzrlib/builtins.py:5678
3424
#: bzrlib/builtins.py:5585
3425
3425
msgid "No submit branch specified or known"
3428
#: bzrlib/builtins.py:5686 bzrlib/send.py:108
3428
#: bzrlib/builtins.py:5593 bzrlib/send.py:108
3429
3429
msgid "No public branch specified or known"
3432
#: bzrlib/builtins.py:5691
3432
#: bzrlib/builtins.py:5598
3433
3433
msgid "bzr merge-directive takes at most two one revision identifiers"
3436
#: bzrlib/builtins.py:5700
3436
#: bzrlib/builtins.py:5607
3437
3437
msgid "No revisions to bundle."
3440
#: bzrlib/builtins.py:5719
3440
#: bzrlib/builtins.py:5626
3441
3441
msgid "Mail or create a merge-directive for submitting changes."
3444
#: bzrlib/builtins.py:5721
3444
#: bzrlib/builtins.py:5628
3445
3445
msgid "A merge directive provides many things needed for requesting merges:"
3448
#: bzrlib/builtins.py:5723
3448
#: bzrlib/builtins.py:5630
3449
3449
msgid "* A machine-readable description of the merge to perform"
3452
#: bzrlib/builtins.py:5725
3452
#: bzrlib/builtins.py:5632
3453
3453
msgid "* An optional patch that is a preview of the changes requested"
3456
#: bzrlib/builtins.py:5727
3456
#: bzrlib/builtins.py:5634
3458
3458
"* An optional bundle of revision data, so that the changes can be applied\n"
3459
3459
" directly from the merge directive, without retrieving data from a\n"
3463
#: bzrlib/builtins.py:5731
3463
#: bzrlib/builtins.py:5638
3465
3465
"`bzr send` creates a compact data set that, when applied using bzr\n"
3466
3466
"merge, has the same effect as merging from the source branch. "
3469
#: bzrlib/builtins.py:5734
3469
#: bzrlib/builtins.py:5641
3471
3471
"By default the merge directive is self-contained and can be applied to any\n"
3472
3472
"branch containing submit_branch in its ancestory without needing access to\n"
3473
3473
"the source branch."
3476
#: bzrlib/builtins.py:5738
3476
#: bzrlib/builtins.py:5645
3478
3478
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3479
3479
"revisions, but only a structured request to merge from the\n"
3565
3565
"set them, and use `bzr info` to display them."
3568
#: bzrlib/builtins.py:5813
3568
#: bzrlib/builtins.py:5720
3569
3569
msgid "Write merge directive to this file or directory; use - for stdout."
3572
#: bzrlib/builtins.py:5817
3572
#: bzrlib/builtins.py:5724
3574
3574
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3575
3575
"strict disables the check."
3578
#: bzrlib/builtins.py:5819
3578
#: bzrlib/builtins.py:5726
3579
3579
msgid "Mail the request to this address."
3582
#: bzrlib/builtins.py:5823
3582
#: bzrlib/builtins.py:5730
3583
3583
msgid "Body for the email."
3586
#: bzrlib/builtins.py:5876
3586
#: bzrlib/builtins.py:5783
3587
3587
msgid "Do not include a bundle in the merge directive."
3590
#: bzrlib/builtins.py:5877
3590
#: bzrlib/builtins.py:5784
3591
3591
msgid "Do not include a preview patch in the merge directive."
3594
#: bzrlib/builtins.py:5880
3594
#: bzrlib/builtins.py:5787
3595
3595
msgid "Remember submit and public branch."
3598
#: bzrlib/builtins.py:5882
3598
#: bzrlib/builtins.py:5789
3600
3600
"Branch to generate the submission from, rather than the one containing the "
3601
3601
"working directory."
3604
#: bzrlib/builtins.py:5892 bzrlib/cmd_version_info.py:76
3604
#: bzrlib/builtins.py:5799 bzrlib/cmd_version_info.py:76
3608
#: bzrlib/builtins.py:5893
3608
#: bzrlib/builtins.py:5800
3609
3609
msgid "Use the specified output format."
3612
#: bzrlib/builtins.py:5915
3612
#: bzrlib/builtins.py:5822
3613
3613
msgid "Create, remove or modify a tag naming a revision."
3616
#: bzrlib/builtins.py:5917
3616
#: bzrlib/builtins.py:5824
3618
3618
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3619
3619
"(--revision) option can be given -rtag:X, where X is any previously\n"
3623
#: bzrlib/builtins.py:5921
3623
#: bzrlib/builtins.py:5828
3625
3625
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3626
3626
"along when you branch, push, pull or merge."
3629
#: bzrlib/builtins.py:5924
3629
#: bzrlib/builtins.py:5831
3631
3631
"It is an error to give a tag name that already exists unless you pass\n"
3632
3632
"--force, in which case the tag is moved to point to the new revision."
3635
#: bzrlib/builtins.py:5927
3635
#: bzrlib/builtins.py:5834
3637
3637
"To rename a tag (change the name but keep it on the same revsion), run "
3639
3639
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3642
#: bzrlib/builtins.py:5930
3642
#: bzrlib/builtins.py:5837
3644
3644
"If no tag name is specified it will be determined through the \n"
3645
3645
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3650
#: bzrlib/builtins.py:5940
3650
#: bzrlib/builtins.py:5847
3651
3651
msgid "Delete this tag rather than placing it."
3654
#: bzrlib/builtins.py:5943
3654
#: bzrlib/builtins.py:5850
3655
3655
msgid "Branch in which to place the tag."
3658
#: bzrlib/builtins.py:5945
3658
#: bzrlib/builtins.py:5852
3659
3659
msgid "Replace existing tags."
3662
#: bzrlib/builtins.py:5960
3662
#: bzrlib/builtins.py:5867
3663
3663
msgid "No tag specified to delete."
3666
#: bzrlib/builtins.py:5962
3666
#: bzrlib/builtins.py:5869
3667
3667
#, python-format
3668
3668
msgid "Deleted tag %s."
3671
#: bzrlib/builtins.py:5976
3671
#: bzrlib/builtins.py:5883
3672
3672
msgid "Please specify a tag name."
3675
#: bzrlib/builtins.py:5984
3675
#: bzrlib/builtins.py:5891
3676
3676
#, python-format
3677
3677
msgid "Tag %s already exists for that revision."
3680
#: bzrlib/builtins.py:5988
3680
#: bzrlib/builtins.py:5895
3681
3681
#, python-format
3682
3682
msgid "Created tag %s."
3685
#: bzrlib/builtins.py:5990
3685
#: bzrlib/builtins.py:5897
3686
3686
#, python-format
3687
3687
msgid "Updated tag %s."
3690
#: bzrlib/builtins.py:5994
3690
#: bzrlib/builtins.py:5901
3691
3691
msgid "List tags."
3694
#: bzrlib/builtins.py:5996
3694
#: bzrlib/builtins.py:5903
3696
3696
"This command shows a table of tag names and the revisions they reference."
3699
#: bzrlib/builtins.py:6002
3699
#: bzrlib/builtins.py:5909
3700
3700
msgid "Branch whose tags should be displayed."
3703
#: bzrlib/builtins.py:6004
3703
#: bzrlib/builtins.py:5911
3704
3704
msgid "Sort tags by different criteria."
3707
#: bzrlib/builtins.py:6004
3707
#: bzrlib/builtins.py:5911
3708
3708
msgid "Sorting"
3711
#: bzrlib/builtins.py:6073
3711
#: bzrlib/builtins.py:5980
3712
3712
msgid "Reconfigure the type of a bzr directory."
3715
#: bzrlib/builtins.py:6075
3715
#: bzrlib/builtins.py:5982
3716
3716
msgid "A target configuration must be specified."
3719
#: bzrlib/builtins.py:6077
3719
#: bzrlib/builtins.py:5984
3721
3721
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3722
3722
"The order of preference is\n"
3727
3727
"If none of these is available, --bind-to must be specified."
3730
#: bzrlib/builtins.py:6091
3730
#: bzrlib/builtins.py:5998
3731
3731
msgid "Tree type"
3734
#: bzrlib/builtins.py:6092
3734
#: bzrlib/builtins.py:5999
3735
3735
msgid "The relation between branch and tree."
3738
#: bzrlib/builtins.py:6094
3738
#: bzrlib/builtins.py:6001
3739
3739
msgid "Reconfigure to be an unbound branch with no working tree."
3742
#: bzrlib/builtins.py:6095
3742
#: bzrlib/builtins.py:6002
3743
3743
msgid "Reconfigure to be an unbound branch with a working tree."
3746
#: bzrlib/builtins.py:6096
3746
#: bzrlib/builtins.py:6003
3747
3747
msgid "Reconfigure to be a bound branch with a working tree."
3750
#: bzrlib/builtins.py:6097
3750
#: bzrlib/builtins.py:6004
3751
3751
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3754
#: bzrlib/builtins.py:6102
3754
#: bzrlib/builtins.py:6009
3755
3755
msgid "Repository type"
3758
#: bzrlib/builtins.py:6103
3758
#: bzrlib/builtins.py:6010
3759
3759
msgid "Location fo the repository."
3762
#: bzrlib/builtins.py:6105
3762
#: bzrlib/builtins.py:6012
3764
3764
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3767
#: bzrlib/builtins.py:6107
3767
#: bzrlib/builtins.py:6014
3768
3768
msgid "Reconfigure to use a shared repository."
3771
#: bzrlib/builtins.py:6111
3771
#: bzrlib/builtins.py:6018
3772
3772
msgid "Trees in Repository"
3775
#: bzrlib/builtins.py:6112
3775
#: bzrlib/builtins.py:6019
3776
3776
msgid "Whether new branches in the repository have trees."
3779
#: bzrlib/builtins.py:6114
3779
#: bzrlib/builtins.py:6021
3781
3781
"Reconfigure repository to create working trees on branches by default."
3784
#: bzrlib/builtins.py:6116
3784
#: bzrlib/builtins.py:6023
3786
3786
"Reconfigure repository to not create working trees on branches by default."
3789
#: bzrlib/builtins.py:6119
3789
#: bzrlib/builtins.py:6026
3790
3790
msgid "Branch to bind checkout to."
3793
#: bzrlib/builtins.py:6121
3793
#: bzrlib/builtins.py:6028
3794
3794
msgid "Perform reconfiguration even if local changes will be lost."
3797
#: bzrlib/builtins.py:6124
3797
#: bzrlib/builtins.py:6031
3798
3798
msgid "Reconfigure a branch to be stacked on another branch."
3801
#: bzrlib/builtins.py:6128
3801
#: bzrlib/builtins.py:6035
3803
3803
"Reconfigure a branch to be unstacked. This may require copying substantial "
3804
3804
"data into it."
3807
#: bzrlib/builtins.py:6138
3807
#: bzrlib/builtins.py:6045
3808
3808
msgid "Can't use both --stacked-on and --unstacked"
3811
#: bzrlib/builtins.py:6152
3811
#: bzrlib/builtins.py:6059
3812
3812
msgid "No target configuration specified"
3815
#: bzrlib/builtins.py:6187
3815
#: bzrlib/builtins.py:6094
3816
3816
msgid "Set the branch of a checkout and update."
3819
#: bzrlib/builtins.py:6189
3819
#: bzrlib/builtins.py:6096
3821
3821
"For lightweight checkouts, this changes the branch being referenced.\n"
3822
3822
"For heavyweight checkouts, this checks that there are no local commits\n"
3895
3895
"want to switch back to your view after that."
3898
#: bzrlib/builtins.py:6281
3898
#: bzrlib/builtins.py:6228
3901
3901
" To define the current view::"
3904
#: bzrlib/builtins.py:6284
3904
#: bzrlib/builtins.py:6231
3905
3905
msgid " bzr view file1 dir1 ..."
3908
#: bzrlib/builtins.py:6286
3908
#: bzrlib/builtins.py:6233
3909
3909
msgid " To list the current view::"
3912
#: bzrlib/builtins.py:6288
3912
#: bzrlib/builtins.py:6235
3913
3913
msgid " bzr view"
3916
#: bzrlib/builtins.py:6290
3916
#: bzrlib/builtins.py:6237
3917
3917
msgid " To delete the current view::"
3920
#: bzrlib/builtins.py:6292
3920
#: bzrlib/builtins.py:6239
3921
3921
msgid " bzr view --delete"
3924
#: bzrlib/builtins.py:6294
3924
#: bzrlib/builtins.py:6241
3925
3925
msgid " To disable the current view without deleting it::"
3928
#: bzrlib/builtins.py:6296
3928
#: bzrlib/builtins.py:6243
3929
3929
msgid " bzr view --switch off"
3932
#: bzrlib/builtins.py:6298
3932
#: bzrlib/builtins.py:6245
3933
3933
msgid " To define a named view and switch to it::"
3936
#: bzrlib/builtins.py:6300
3936
#: bzrlib/builtins.py:6247
3937
3937
msgid " bzr view --name view-name file1 dir1 ..."
3940
#: bzrlib/builtins.py:6302
3940
#: bzrlib/builtins.py:6249
3941
3941
msgid " To list a named view::"
3944
#: bzrlib/builtins.py:6304
3944
#: bzrlib/builtins.py:6251
3945
3945
msgid " bzr view --name view-name"
3948
#: bzrlib/builtins.py:6306
3948
#: bzrlib/builtins.py:6253
3949
3949
msgid " To delete a named view::"
3952
#: bzrlib/builtins.py:6308
3952
#: bzrlib/builtins.py:6255
3953
3953
msgid " bzr view --name view-name --delete"
3956
#: bzrlib/builtins.py:6310
3956
#: bzrlib/builtins.py:6257
3957
3957
msgid " To switch to a named view::"
3960
#: bzrlib/builtins.py:6312
3960
#: bzrlib/builtins.py:6259
3961
3961
msgid " bzr view --switch view-name"
3964
#: bzrlib/builtins.py:6314
3964
#: bzrlib/builtins.py:6261
3965
3965
msgid " To list all views defined::"
3968
#: bzrlib/builtins.py:6316
3968
#: bzrlib/builtins.py:6263
3969
3969
msgid " bzr view --all"
3972
#: bzrlib/builtins.py:6318
3972
#: bzrlib/builtins.py:6265
3973
3973
msgid " To delete all views::"
3976
#: bzrlib/builtins.py:6320
3976
#: bzrlib/builtins.py:6267
3977
3977
msgid " bzr view --delete --all"
3980
#: bzrlib/builtins.py:6327
3980
#: bzrlib/builtins.py:6274
3981
3981
msgid "Apply list or delete action to all views."
3984
#: bzrlib/builtins.py:6330
3984
#: bzrlib/builtins.py:6277
3985
3985
msgid "Delete the view."
3988
#: bzrlib/builtins.py:6333
3988
#: bzrlib/builtins.py:6280
3989
3989
msgid "Name of the view to define, list or delete."
3992
#: bzrlib/builtins.py:6337
3992
#: bzrlib/builtins.py:6284
3993
3993
msgid "Name of the view to switch to."
3996
#: bzrlib/builtins.py:6356
3996
#: bzrlib/builtins.py:6303
3997
3997
msgid "Both --delete and a file list specified"
4000
#: bzrlib/builtins.py:6359
4000
#: bzrlib/builtins.py:6306
4001
4001
msgid "Both --delete and --switch specified"
4004
#: bzrlib/builtins.py:6362
4004
#: bzrlib/builtins.py:6309
4005
4005
msgid "Deleted all views.\n"
4008
#: bzrlib/builtins.py:6364
4008
#: bzrlib/builtins.py:6311
4009
4009
msgid "No current view to delete"
4012
#: bzrlib/builtins.py:6367
4012
#: bzrlib/builtins.py:6314
4013
4013
#, python-format
4014
4014
msgid "Deleted '%s' view.\n"
4017
#: bzrlib/builtins.py:6371
4017
#: bzrlib/builtins.py:6318
4018
4018
msgid "Both --switch and a file list specified"
4021
#: bzrlib/builtins.py:6374
4021
#: bzrlib/builtins.py:6321
4022
4022
msgid "Both --switch and --all specified"
4025
#: bzrlib/builtins.py:6377
4025
#: bzrlib/builtins.py:6324
4026
4026
msgid "No current view to disable"
4029
#: bzrlib/builtins.py:6379
4029
#: bzrlib/builtins.py:6326
4030
4030
#, python-format
4031
4031
msgid "Disabled '%s' view.\n"
4034
#: bzrlib/builtins.py:6383 bzrlib/builtins.py:6405
4034
#: bzrlib/builtins.py:6330 bzrlib/builtins.py:6352
4035
4035
msgid "Using '{0}' view: {1}\n"
4038
#: bzrlib/builtins.py:6386
4038
#: bzrlib/builtins.py:6333
4039
4039
msgid "Views defined:\n"
4042
#: bzrlib/builtins.py:6395
4042
#: bzrlib/builtins.py:6342
4043
4043
msgid "No views defined.\n"
4046
#: bzrlib/builtins.py:6402
4046
#: bzrlib/builtins.py:6349
4047
4047
msgid "Cannot change the 'off' pseudo view"
4050
#: bzrlib/builtins.py:6410
4050
#: bzrlib/builtins.py:6357
4051
4051
msgid "No current view.\n"
4054
#: bzrlib/builtins.py:6413
4054
#: bzrlib/builtins.py:6360
4055
4055
msgid "'{0}' view is: {1}\n"
4058
#: bzrlib/builtins.py:6433
4058
#: bzrlib/builtins.py:6380
4059
4059
msgid " <no hooks installed>\n"
4062
#: bzrlib/builtins.py:6437
4062
#: bzrlib/builtins.py:6384
4063
4063
msgid "Remove a branch."
4066
#: bzrlib/builtins.py:6439
4066
#: bzrlib/builtins.py:6386
4068
4068
"This will remove the branch from the specified location but \n"
4069
4069
"will keep any working tree or repository in place."
4072
#: bzrlib/builtins.py:6444
4072
#: bzrlib/builtins.py:6391
4073
4073
msgid " Remove the branch at repo/trunk::"
4076
#: bzrlib/builtins.py:6446
4076
#: bzrlib/builtins.py:6393
4077
4077
msgid " bzr remove-branch repo/trunk"
4080
#: bzrlib/builtins.py:6461
4080
#: bzrlib/builtins.py:6408
4081
4081
msgid "Plaintext diff output."
4084
#: bzrlib/builtins.py:6462
4084
#: bzrlib/builtins.py:6409
4085
4085
msgid "Temporarily set aside some changes from the current tree."
4088
#: bzrlib/builtins.py:6464
4088
#: bzrlib/builtins.py:6411
4090
4090
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4091
4091
"ie. out of the way, until a later time when you can bring them back from\n"
4106
4106
"shelve all text changes at once, use shelve --all."
4109
#: bzrlib/builtins.py:6477
4109
#: bzrlib/builtins.py:6424
4111
4111
"If filenames are specified, only the changes to those files will be\n"
4112
4112
"shelved. Other files will be left untouched."
4115
#: bzrlib/builtins.py:6480
4115
#: bzrlib/builtins.py:6427
4117
4117
"If a revision is specified, changes since that revision will be shelved."
4120
#: bzrlib/builtins.py:6482
4120
#: bzrlib/builtins.py:6429
4122
4122
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4123
4123
"restore the most recently shelved changes."
4126
#: bzrlib/builtins.py:6485
4126
#: bzrlib/builtins.py:6432
4128
4128
"For complicated changes, it is possible to edit the changes in a separate\n"
4129
4129
"editor program to decide what the file remaining in the working copy\n"
4130
4130
"should look like. To do this, add the configuration option"
4133
#: bzrlib/builtins.py:6489
4133
#: bzrlib/builtins.py:6436
4134
4134
msgid " change_editor = PROGRAM @new_path @old_path"
4137
#: bzrlib/builtins.py:6491
4137
#: bzrlib/builtins.py:6438
4139
4139
"where @new_path is replaced with the path of the new version of the \n"
4140
4140
"file and @old_path is replaced with the path of the old version of \n"
4146
#: bzrlib/builtins.py:6503
4146
#: bzrlib/builtins.py:6450
4147
4147
msgid "Shelve all changes."
4150
#: bzrlib/builtins.py:6505
4150
#: bzrlib/builtins.py:6452
4151
4151
msgid "Method to use for writing diffs."
4154
#: bzrlib/builtins.py:6505
4154
#: bzrlib/builtins.py:6452
4158
#: bzrlib/builtins.py:6509
4158
#: bzrlib/builtins.py:6456
4159
4159
msgid "List shelved changes."
4162
#: bzrlib/builtins.py:6511
4162
#: bzrlib/builtins.py:6458
4163
4163
msgid "Destroy removed changes instead of shelving them."
4166
#: bzrlib/builtins.py:6540
4166
#: bzrlib/builtins.py:6487
4167
4167
msgid "No shelved changes."
4170
#: bzrlib/builtins.py:6551
4170
#: bzrlib/builtins.py:6498
4171
4171
msgid "Restore shelved changes."
4174
#: bzrlib/builtins.py:6553
4174
#: bzrlib/builtins.py:6500
4176
4176
"By default, the most recently shelved changes are restored. However if you\n"
4177
4177
"specify a shelf by id those changes will be restored instead. This works\n"
4178
4178
"best when the changes don't depend on each other."
4181
#: bzrlib/builtins.py:6562
4181
#: bzrlib/builtins.py:6509
4182
4182
msgid "The action to perform."
4185
#: bzrlib/builtins.py:6562 bzrlib/conflicts.py:694
4185
#: bzrlib/builtins.py:6509 bzrlib/conflicts.py:694
4189
#: bzrlib/builtins.py:6564
4189
#: bzrlib/builtins.py:6511
4190
4190
msgid "Apply changes and remove from the shelf."
4193
#: bzrlib/builtins.py:6565
4193
#: bzrlib/builtins.py:6512
4194
4194
msgid "Show changes, but do not apply or remove them."
4197
#: bzrlib/builtins.py:6566
4197
#: bzrlib/builtins.py:6513
4199
4199
"Instead of unshelving the changes, show the diff that would result from "
4203
#: bzrlib/builtins.py:6568
4203
#: bzrlib/builtins.py:6515
4204
4204
msgid "Delete changes without applying them."
4207
#: bzrlib/builtins.py:6569
4207
#: bzrlib/builtins.py:6516
4208
4208
msgid "Apply changes but don't delete them."
4211
#: bzrlib/builtins.py:6584
4211
#: bzrlib/builtins.py:6531
4212
4212
msgid "Remove unwanted files from working tree."
4215
#: bzrlib/builtins.py:6586
4215
#: bzrlib/builtins.py:6533
4217
4217
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4218
4218
"files are never deleted."
4221
#: bzrlib/builtins.py:6589
4221
#: bzrlib/builtins.py:6536
4223
4223
"Another class is 'detritus', which includes files emitted by bzr during\n"
4224
4224
"normal operations and selftests. (The value of these files decreases with\n"
4228
#: bzrlib/builtins.py:6593
4228
#: bzrlib/builtins.py:6540
4230
4230
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4231
4231
"flags are respected, and may be combined."
4234
#: bzrlib/builtins.py:6596
4234
#: bzrlib/builtins.py:6543
4235
4235
msgid "To check what clean-tree will do, use --dry-run."
4238
#: bzrlib/builtins.py:6599
4238
#: bzrlib/builtins.py:6546
4239
4239
msgid "Delete all ignored files."
4242
#: bzrlib/builtins.py:6600
4242
#: bzrlib/builtins.py:6547
4244
4244
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4247
#: bzrlib/builtins.py:6603
4247
#: bzrlib/builtins.py:6550
4248
4248
msgid "Delete files unknown to bzr (default)."
4251
#: bzrlib/builtins.py:6604
4251
#: bzrlib/builtins.py:6551
4252
4252
msgid "Show files to delete instead of deleting them."
4255
#: bzrlib/builtins.py:6606
4255
#: bzrlib/builtins.py:6553
4256
4256
msgid "Do not prompt before deleting."
4621
#: bzrlib/commands.py:533
4621
#: bzrlib/commands.py:532
4622
4622
#, python-format
4624
4624
"See bzr help %s for more details and examples.\n"
4628
#: bzrlib/commands.py:538
4628
#: bzrlib/commands.py:537
4629
4629
msgid ":Aliases: "
4632
#: bzrlib/commands.py:542
4632
#: bzrlib/commands.py:541
4633
4633
#, python-format
4634
4634
msgid ":From: plugin \"%s\"\n"
4637
#: bzrlib/commands.py:554
4637
#: bzrlib/commands.py:553
4638
4638
msgid ":doc:`{0} <{1}-help>`"
4641
#: bzrlib/commands.py:558
4641
#: bzrlib/commands.py:557
4642
4642
#, python-format
4643
4643
msgid ":See also: %s"
4646
#: bzrlib/commands.py:816 bzrlib/gpg.py:324
4646
#: bzrlib/commands.py:815 bzrlib/gpg.py:324
4647
4647
msgid "Only ASCII permitted in option names"
4650
#: bzrlib/commands.py:841 bzrlib/commands.py:849
4650
#: bzrlib/commands.py:840 bzrlib/commands.py:848
4651
4651
msgid "command {0!r} needs one or more {1}"
4654
#: bzrlib/commands.py:858
4654
#: bzrlib/commands.py:857
4655
4655
msgid "command {0!r} requires argument {1}"
4658
#: bzrlib/commands.py:865
4658
#: bzrlib/commands.py:864
4659
4659
msgid "extra argument to command {0}: {1}"
4662
#: bzrlib/commands.py:962
4662
#: bzrlib/commands.py:961
4663
4663
#, python-format
4664
4664
msgid "Profile data written to \"%s\"."
5147
#: bzrlib/errors.py:799
5148
msgid "Revision is not compatible with %(repo_format)s"
5159
5151
#: bzrlib/errors.py:809
5160
msgid "Revision is not compatible with %(repo_format)s"
5163
#: bzrlib/errors.py:819
5164
5152
msgid "%(context_info)s%(path)s is already versioned."
5167
#: bzrlib/errors.py:840
5155
#: bzrlib/errors.py:830
5168
5156
msgid "%(context_info)s%(path)s is not versioned."
5171
#: bzrlib/errors.py:861
5159
#: bzrlib/errors.py:851
5172
5160
msgid "Path(s) are not versioned: %(paths_as_string)s"
5175
#: bzrlib/errors.py:872
5163
#: bzrlib/errors.py:862
5176
5164
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5179
#: bzrlib/errors.py:891
5167
#: bzrlib/errors.py:881
5180
5168
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5183
#: bzrlib/errors.py:899
5171
#: bzrlib/errors.py:889
5185
5173
"Filename %(filename)r is not valid in your current filesystem encoding "
5186
5174
"%(fs_encoding)s"
5189
#: bzrlib/errors.py:910
5177
#: bzrlib/errors.py:900
5190
5178
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5193
#: bzrlib/errors.py:928
5181
#: bzrlib/errors.py:918
5194
5182
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5185
#: bzrlib/errors.py:957
5186
msgid "Cannot lock %(lock)s: %(why)s"
5197
5189
#: bzrlib/errors.py:967
5198
msgid "Cannot lock %(lock)s: %(why)s"
5201
#: bzrlib/errors.py:977
5203
5191
"A transaction related operation was attempted after the transaction finished."
5206
#: bzrlib/errors.py:1004
5194
#: bzrlib/errors.py:994
5207
5195
msgid "Cannot lock: transport is read only: %(transport)s"
5210
#: bzrlib/errors.py:1012
5198
#: bzrlib/errors.py:1002
5211
5199
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5214
#: bzrlib/errors.py:1023
5202
#: bzrlib/errors.py:1013
5216
5204
"Lock was broken while still open: %(lock)s - check storage consistency!"
5219
#: bzrlib/errors.py:1034
5207
#: bzrlib/errors.py:1024
5221
5209
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5222
5210
"%(holder)r, wanted to break %(target)r"
5225
#: bzrlib/errors.py:1046
5213
#: bzrlib/errors.py:1036
5227
5215
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5228
5216
"Use 'bzr break-lock' to clear it"
5231
#: bzrlib/errors.py:1059
5219
#: bzrlib/errors.py:1049
5232
5220
msgid "Lock not held: %(lock)s"
5235
#: bzrlib/errors.py:1088
5223
#: bzrlib/errors.py:1078
5236
5224
msgid "No changes to commit"
5227
#: bzrlib/errors.py:1083
5229
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5239
5232
#: bzrlib/errors.py:1093
5241
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5244
#: bzrlib/errors.py:1103
5246
5234
"Excluding paths during commit is not supported by repository at "
5247
5235
"%(repository)r."
5250
#: bzrlib/errors.py:1112
5238
#: bzrlib/errors.py:1102
5252
5240
"The specified commit message contains characters unsupported by the current "
5256
#: bzrlib/errors.py:1118
5244
#: bzrlib/errors.py:1108
5257
5245
msgid "Upgrade URL cannot work with readonly URLs."
5260
#: bzrlib/errors.py:1123
5248
#: bzrlib/errors.py:1113
5261
5249
msgid "The branch format %(format)s is already at the most recent format."
5264
#: bzrlib/errors.py:1146
5252
#: bzrlib/errors.py:1136
5265
5253
msgid "Option --change does not accept revision ranges"
5268
#: bzrlib/errors.py:1151
5256
#: bzrlib/errors.py:1141
5269
5257
msgid "No namespace registered for string: %(spec)r"
5272
#: bzrlib/errors.py:1170
5260
#: bzrlib/errors.py:1160
5274
5262
"Requested revision: '%(spec)s' does not exist in branch: "
5275
5263
"%(branch_url)s%(extra)s"
5278
#: bzrlib/errors.py:1184
5266
#: bzrlib/errors.py:1174
5280
5268
"Operation denied because it would change the main history, which is not "
5281
5269
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5284
#: bzrlib/errors.py:1195
5272
#: bzrlib/errors.py:1185
5286
5274
"These branches have diverged. Use the missing command to see how.\n"
5287
5275
"Use the merge command to reconcile them."
5290
#: bzrlib/errors.py:1215
5278
#: bzrlib/errors.py:1205
5292
5280
"Branches have no common ancestor, and no merge base revision was specified."
5295
#: bzrlib/errors.py:1221
5283
#: bzrlib/errors.py:1211
5297
5285
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5300
#: bzrlib/errors.py:1227
5288
#: bzrlib/errors.py:1217
5301
5289
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5304
#: bzrlib/errors.py:1236
5292
#: bzrlib/errors.py:1226
5306
5294
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5309
#: bzrlib/errors.py:1245
5297
#: bzrlib/errors.py:1235
5310
5298
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5313
#: bzrlib/errors.py:1254
5301
#: bzrlib/errors.py:1244
5314
5302
msgid "Branch %(branch)s has no commits."
5317
#: bzrlib/errors.py:1272
5305
#: bzrlib/errors.py:1262
5319
5307
"Bound branch %(branch)s is out of date with master branch "
5320
5308
"%(master)s.%(extra_help)s"
5323
#: bzrlib/errors.py:1284
5311
#: bzrlib/errors.py:1274
5325
5313
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5326
5314
"bound to %(remote)s."
5329
#: bzrlib/errors.py:1296
5317
#: bzrlib/errors.py:1286
5330
5318
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5333
#: bzrlib/errors.py:1305
5321
#: bzrlib/errors.py:1295
5335
5323
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5339
#: bzrlib/errors.py:1317
5327
#: bzrlib/errors.py:1307
5340
5328
msgid "Error in processing weave: %(msg)s"
5343
#: bzrlib/errors.py:1326
5331
#: bzrlib/errors.py:1316
5344
5332
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5335
#: bzrlib/errors.py:1327
5336
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5347
5339
#: bzrlib/errors.py:1337
5348
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5351
#: bzrlib/errors.py:1347
5352
5340
msgid "Weave invariant violated: %(what)s"
5355
#: bzrlib/errors.py:1356
5343
#: bzrlib/errors.py:1346
5356
5344
msgid "Parents are mismatched between two revisions. %(msg)s"
5359
#: bzrlib/errors.py:1378
5347
#: bzrlib/errors.py:1368
5361
5349
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5365
#: bzrlib/errors.py:1390
5353
#: bzrlib/errors.py:1380
5366
5354
msgid "Versioned file error"
5357
#: bzrlib/errors.py:1385
5358
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5369
5361
#: bzrlib/errors.py:1395
5370
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5362
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5373
5365
#: bzrlib/errors.py:1405
5374
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5377
#: bzrlib/errors.py:1415
5378
5366
msgid "Text did not match its checksum: %(msg)s"
5381
#: bzrlib/errors.py:1541
5369
#: bzrlib/errors.py:1531
5382
5370
msgid "Export format %(format)r not supported"
5385
#: bzrlib/errors.py:1550
5373
#: bzrlib/errors.py:1540
5386
5374
msgid "Transport error: %(msg)s %(orig_error)s"
5389
#: bzrlib/errors.py:1576
5377
#: bzrlib/errors.py:1566
5390
5378
msgid "Generic bzr smart protocol error: %(details)s"
5393
#: bzrlib/errors.py:1584
5381
#: bzrlib/errors.py:1574
5394
5382
msgid "Received bad protocol version marker: %(marker)r"
5397
#: bzrlib/errors.py:1616
5385
#: bzrlib/errors.py:1606
5398
5386
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5401
#: bzrlib/errors.py:1621
5389
#: bzrlib/errors.py:1611
5402
5390
msgid "Connection error: %(msg)s %(orig_error)s"
5405
#: bzrlib/errors.py:1626
5393
#: bzrlib/errors.py:1616
5406
5394
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5409
#: bzrlib/errors.py:1647
5397
#: bzrlib/errors.py:1637
5410
5398
msgid "Connection closed: %(msg)s %(orig_error)s"
5413
#: bzrlib/errors.py:1652
5401
#: bzrlib/errors.py:1642
5414
5402
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5405
#: bzrlib/errors.py:1647
5406
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5417
5409
#: bzrlib/errors.py:1657
5418
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5421
#: bzrlib/errors.py:1667
5422
5410
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5425
#: bzrlib/errors.py:1682
5426
msgid "Certificate error: %(error)s"
5429
#: bzrlib/errors.py:1690
5413
#: bzrlib/errors.py:1672
5430
5414
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5433
#: bzrlib/errors.py:1704
5417
#: bzrlib/errors.py:1686
5434
5418
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5437
#: bzrlib/errors.py:1712
5421
#: bzrlib/errors.py:1694
5438
5422
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5441
#: bzrlib/errors.py:1721
5425
#: bzrlib/errors.py:1703
5442
5426
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5445
#: bzrlib/errors.py:1735
5429
#: bzrlib/errors.py:1717
5446
5430
msgid "Too many redirections"
5449
#: bzrlib/errors.py:1740
5433
#: bzrlib/errors.py:1722
5450
5434
msgid "Working tree has conflicts."
5453
#: bzrlib/errors.py:1744
5437
#: bzrlib/errors.py:1726
5454
5438
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5457
#: bzrlib/errors.py:1753
5441
#: bzrlib/errors.py:1735
5459
5443
"Error(s) parsing config file %(filename)s:\n"
5447
#: bzrlib/errors.py:1746
5448
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
5451
#: bzrlib/errors.py:1754
5452
msgid "%(username)r does not seem to contain a reasonable email address"
5463
5455
#: bzrlib/errors.py:1763
5465
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5466
"See ``bzr help %(name)s``"
5469
#: bzrlib/errors.py:1773
5470
msgid "%(username)r does not seem to contain a reasonable email address"
5473
#: bzrlib/errors.py:1782
5474
5456
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5477
#: bzrlib/errors.py:1790
5459
#: bzrlib/errors.py:1771
5478
5460
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5481
#: bzrlib/errors.py:1798
5463
#: bzrlib/errors.py:1779
5482
5464
msgid "Unable to import library \"%(library)s\": %(error)s"
5485
#: bzrlib/errors.py:1806
5467
#: bzrlib/errors.py:1787
5486
5468
msgid "python-gpgme is not installed, it is needed to verify signatures"
5489
#: bzrlib/errors.py:1814
5471
#: bzrlib/errors.py:1795
5491
5473
"The working tree for %(basedir)s has changed since the last commit, but "
5492
5474
"weave merge requires that it be unchanged"
5495
#: bzrlib/errors.py:1824
5477
#: bzrlib/errors.py:1805
5497
5479
"Can't reprocess and show base, because reprocessing obscures the "
5498
5480
"relationship of conflicting lines to the base"
5501
#: bzrlib/errors.py:1830
5483
#: bzrlib/errors.py:1811
5502
5484
msgid "Cycle in graph %(graph)r"
5505
#: bzrlib/errors.py:1858
5487
#: bzrlib/errors.py:1839
5506
5488
msgid "File %(filename)s is not conflicted."
5509
#: bzrlib/errors.py:1880
5491
#: bzrlib/errors.py:1861
5510
5492
msgid "No bundle was found in \"%(filename)s\"."
5513
#: bzrlib/errors.py:1889
5495
#: bzrlib/errors.py:1870
5514
5496
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5517
#: bzrlib/errors.py:1899
5499
#: bzrlib/errors.py:1880
5518
5500
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5521
#: bzrlib/errors.py:1912
5503
#: bzrlib/errors.py:1893
5522
5504
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5525
#: bzrlib/errors.py:1922
5507
#: bzrlib/errors.py:1903
5526
5508
msgid "Key %(key)s is already present in map"
5529
#: bzrlib/errors.py:1927
5511
#: bzrlib/errors.py:1908
5530
5512
msgid "The prefix %(prefix)s is in the help search path twice."
5533
#: bzrlib/errors.py:1937
5515
#: bzrlib/errors.py:1918
5535
5517
"No final name for trans_id %(trans_id)r\n"
5536
5518
"file-id: %(file_id)r\n"
5537
5519
"root trans-id: %(root_trans_id)r\n"
5540
#: bzrlib/errors.py:1969
5522
#: bzrlib/errors.py:1950
5541
5523
msgid "Attempt to reuse a transform that has already been applied."
5544
#: bzrlib/errors.py:1974
5526
#: bzrlib/errors.py:1955
5545
5527
msgid "Moving the root directory is not supported at this time"
5548
#: bzrlib/errors.py:1979
5530
#: bzrlib/errors.py:1960
5549
5531
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5552
#: bzrlib/errors.py:1990
5534
#: bzrlib/errors.py:1971
5554
5536
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5557
#: bzrlib/errors.py:2026
5539
#: bzrlib/errors.py:2007
5559
5541
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5562
#: bzrlib/errors.py:2056
5544
#: bzrlib/errors.py:2037
5563
5545
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5566
#: bzrlib/errors.py:2064
5548
#: bzrlib/errors.py:2045
5567
5549
msgid "Nothing to merge."
5570
#: bzrlib/errors.py:2069
5552
#: bzrlib/errors.py:2050
5571
5553
msgid "Format %(format)s cannot be initialised by this version of bzr."
5574
#: bzrlib/errors.py:2078
5556
#: bzrlib/errors.py:2059
5576
5558
"Cannot convert from format %(from_format)s to format %(format)s. "
5580
#: bzrlib/errors.py:2090
5562
#: bzrlib/errors.py:2071
5581
5563
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5584
#: bzrlib/errors.py:2098
5566
#: bzrlib/errors.py:2079
5585
5567
msgid "%(exe_name)s could not be found on this machine"
5588
#: bzrlib/errors.py:2106
5570
#: bzrlib/errors.py:2087
5589
5571
msgid "Diff is not installed on this machine: %(msg)s"
5592
#: bzrlib/errors.py:2114
5574
#: bzrlib/errors.py:2095
5593
5575
msgid "Diff3 is not installed on this machine."
5596
#: bzrlib/errors.py:2120
5578
#: bzrlib/errors.py:2101
5597
5579
msgid "The content being inserted is already present."
5600
#: bzrlib/errors.py:2125
5582
#: bzrlib/errors.py:2106
5602
5584
"This tree contains left-over files from a failed operation.\n"
5603
5585
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5620
5602
" keep, and delete it when you are done."
5623
#: bzrlib/errors.py:2157
5605
#: bzrlib/errors.py:2138
5625
5607
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
5626
5608
"examine %(pending_deletion)s to see if it contains any files you wish to "
5627
5609
"keep, and delete it when you are done."
5630
#: bzrlib/errors.py:2167
5612
#: bzrlib/errors.py:2148
5631
5613
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5634
#: bzrlib/errors.py:2181
5616
#: bzrlib/errors.py:2162
5636
5618
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5639
#: bzrlib/errors.py:2194
5621
#: bzrlib/errors.py:2175
5640
5622
msgid "Error in merge modified format"
5643
#: bzrlib/errors.py:2199
5625
#: bzrlib/errors.py:2180
5644
5626
msgid "Format error in conflict listings"
5647
#: bzrlib/errors.py:2203
5629
#: bzrlib/errors.py:2184
5649
5631
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5650
5632
"Error: %(description)s"
5653
#: bzrlib/errors.py:2214
5635
#: bzrlib/errors.py:2195
5655
5637
"An error has been detected in the repository %(repo_path)s.\n"
5656
5638
"Please run bzr reconcile on this repository."
5659
#: bzrlib/errors.py:2225
5641
#: bzrlib/errors.py:2206
5661
5643
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5662
5644
"reason: %(reason)s"
5665
#: bzrlib/errors.py:2238
5647
#: bzrlib/errors.py:2219
5667
5649
"An inconsistent delta was supplied: %(delta)r\n"
5668
5650
"reason: %(reason)s"
5671
#: bzrlib/errors.py:2250
5653
#: bzrlib/errors.py:2231
5672
5654
msgid "To use this feature you must upgrade your branch at %(path)s."
5675
#: bzrlib/errors.py:2259
5657
#: bzrlib/errors.py:2240
5676
5658
msgid "To use this feature you must upgrade your repository at %(path)s."
5679
#: bzrlib/errors.py:2264
5661
#: bzrlib/errors.py:2245
5681
5663
"To use this feature you must upgrade your branch at %(path)s to a format "
5682
5664
"which supports rich roots."
5685
#: bzrlib/errors.py:2270
5667
#: bzrlib/errors.py:2251
5686
5668
msgid "Cannot perform local-only commits on unbound branches."
5689
#: bzrlib/errors.py:2275
5671
#: bzrlib/errors.py:2256
5690
5672
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5693
#: bzrlib/errors.py:2296
5675
#: bzrlib/errors.py:2277
5694
5676
msgid "Ghost tags not supported by format %(format)r."
5697
#: bzrlib/errors.py:2304
5679
#: bzrlib/errors.py:2285
5698
5680
msgid "File is binary but should be text."
5701
#: bzrlib/errors.py:2309
5683
#: bzrlib/errors.py:2290
5702
5684
msgid "The path %(path)s is not permitted on this platform"
5705
#: bzrlib/errors.py:2318
5687
#: bzrlib/errors.py:2299
5707
5689
"Testament did not match expected value.\n"
5708
5690
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5709
5691
" {%(measured)s}"
5712
#: bzrlib/errors.py:2330
5694
#: bzrlib/errors.py:2311
5713
5695
msgid "Not a bzr revision-bundle: %(text)r"
5716
#: bzrlib/errors.py:2339
5698
#: bzrlib/errors.py:2320
5717
5699
msgid "Bad bzr revision-bundle: %(text)r"
5720
#: bzrlib/errors.py:2348
5702
#: bzrlib/errors.py:2329
5721
5703
msgid "Malformed bzr revision-bundle header: %(text)r"
5724
#: bzrlib/errors.py:2353
5706
#: bzrlib/errors.py:2334
5725
5707
msgid "Malformed patches in bzr revision-bundle: %(text)r"
5728
#: bzrlib/errors.py:2358
5710
#: bzrlib/errors.py:2339
5729
5711
msgid "Malformed footer in bzr revision-bundle: %(text)r"
5732
#: bzrlib/errors.py:2363
5714
#: bzrlib/errors.py:2344
5733
5715
msgid "End of line marker was not \\n in bzr revision-bundle"
5736
#: bzrlib/errors.py:2373
5718
#: bzrlib/errors.py:2354
5737
5719
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
5740
#: bzrlib/errors.py:2383
5722
#: bzrlib/errors.py:2364
5741
5723
msgid "Root class for inventory serialization errors"
5744
#: bzrlib/errors.py:2387
5726
#: bzrlib/errors.py:2368
5746
5728
"The inventory was not in the expected format:\n"
5750
#: bzrlib/errors.py:2396
5732
#: bzrlib/errors.py:2377
5751
5733
msgid "This operation requires rich root data storage"
5754
#: bzrlib/errors.py:2409
5736
#: bzrlib/errors.py:2390
5755
5737
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
5758
#: bzrlib/errors.py:2418
5740
#: bzrlib/errors.py:2399
5760
5742
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
5764
#: bzrlib/errors.py:2425
5746
#: bzrlib/errors.py:2406
5766
5748
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
5767
5749
"ghost at {%(ghost_revision_id)s}"
5770
#: bzrlib/errors.py:2435
5752
#: bzrlib/errors.py:2416
5771
5753
msgid "Ghost revision {%(revision_id)s} cannot be used here."
5774
#: bzrlib/errors.py:2486
5756
#: bzrlib/errors.py:2467
5776
5758
"A merge directive must provide either a bundle or a public branch location."
5779
#: bzrlib/errors.py:2493
5761
#: bzrlib/errors.py:2474
5780
5762
msgid "Bad merge directive payload %(start)r"
5783
#: bzrlib/errors.py:2503
5765
#: bzrlib/errors.py:2484
5784
5766
msgid "Preview patch does not match requested changes."
5787
#: bzrlib/errors.py:2509
5769
#: bzrlib/errors.py:2490
5788
5770
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
5791
#: bzrlib/errors.py:2519
5773
#: bzrlib/errors.py:2500
5793
5775
"Your branch does not have all of the revisions required in order to merge "
5794
5776
"this merge directive and the target location specified in the merge "
5795
5777
"directive is not a branch: %(location)s."
5798
#: bzrlib/errors.py:2531
5780
#: bzrlib/errors.py:2512
5799
5781
msgid "Unsupported entry kind %(kind)s"
5802
#: bzrlib/errors.py:2539
5784
#: bzrlib/errors.py:2520
5803
5785
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
5788
#: bzrlib/errors.py:2530
5789
msgid "Subsume target %(other_tree)s needs to be upgraded."
5806
5792
#: bzrlib/errors.py:2549
5807
msgid "Subsume target %(other_tree)s needs to be upgraded."
5810
#: bzrlib/errors.py:2568
5811
5793
msgid "No such tag: %(tag_name)s"
5814
#: bzrlib/errors.py:2576
5796
#: bzrlib/errors.py:2557
5815
5797
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
5818
#: bzrlib/errors.py:2585
5800
#: bzrlib/errors.py:2566
5819
5801
msgid "Tag %(tag_name)s already exists."
5822
#: bzrlib/errors.py:2593
5804
#: bzrlib/errors.py:2574
5824
5806
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
5825
5807
"bugs\" for more information on this feature."
5828
#: bzrlib/errors.py:2603
5810
#: bzrlib/errors.py:2584
5830
5812
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
5833
#: bzrlib/errors.py:2613
5815
#: bzrlib/errors.py:2594
5835
5817
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
5838
#: bzrlib/errors.py:2623
5820
#: bzrlib/errors.py:2604
5839
5821
msgid "Invalid line in bugs property: '%(line)s'"
5842
#: bzrlib/errors.py:2631
5824
#: bzrlib/errors.py:2612
5843
5825
msgid "Invalid bug status: '%(status)s'"
5846
#: bzrlib/errors.py:2639
5828
#: bzrlib/errors.py:2620
5847
5829
msgid "Could not understand response from smart server: %(response_tuple)r"
5832
#: bzrlib/errors.py:2659
5833
msgid "Server sent an unexpected error: %(error_tuple)r"
5850
5836
#: bzrlib/errors.py:2678
5851
msgid "Server sent an unexpected error: %(error_tuple)r"
5854
#: bzrlib/errors.py:2697
5855
5837
msgid "Unrecognised container format: %(container_format)r"
5858
#: bzrlib/errors.py:2705
5840
#: bzrlib/errors.py:2686
5859
5841
msgid "Unexpected end of container stream"
5862
#: bzrlib/errors.py:2710
5844
#: bzrlib/errors.py:2691
5863
5845
msgid "Unknown record type: %(record_type)r"
5866
#: bzrlib/errors.py:2718
5848
#: bzrlib/errors.py:2699
5867
5849
msgid "Invalid record: %(reason)s"
5870
#: bzrlib/errors.py:2726
5852
#: bzrlib/errors.py:2707
5871
5853
msgid "Container has data after end marker: %(excess)r"
5874
#: bzrlib/errors.py:2734
5856
#: bzrlib/errors.py:2715
5875
5857
msgid "Container has multiple records with the same name: %(name)s"
5878
#: bzrlib/errors.py:2747
5860
#: bzrlib/errors.py:2728
5879
5861
msgid "Corrupt or incompatible data stream: %(reason)s"
5882
#: bzrlib/errors.py:2755
5864
#: bzrlib/errors.py:2736
5883
5865
msgid "SMTP error: %(error)s"
5886
#: bzrlib/errors.py:2763
5868
#: bzrlib/errors.py:2744
5887
5869
msgid "No message supplied."
5890
#: bzrlib/errors.py:2768
5872
#: bzrlib/errors.py:2749
5891
5873
msgid "No mail-to address (--mail-to) or output (-o) specified."
5894
#: bzrlib/errors.py:2773
5876
#: bzrlib/errors.py:2754
5895
5877
msgid "Unknown mail client: %(mail_client)s"
5898
#: bzrlib/errors.py:2781
5880
#: bzrlib/errors.py:2762
5900
5882
"Unable to find mail client with the following names: "
5901
5883
"%(mail_command_list_string)s"
5904
#: bzrlib/errors.py:2791
5886
#: bzrlib/errors.py:2772
5905
5887
msgid "SMTP connection to %(host)s refused"
5908
#: bzrlib/errors.py:2800
5890
#: bzrlib/errors.py:2781
5909
5891
msgid "Please specify smtp_server. No server at default %(host)s."
5912
#: bzrlib/errors.py:2814
5894
#: bzrlib/errors.py:2795
5914
5896
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
5918
#: bzrlib/errors.py:2826
5900
#: bzrlib/errors.py:2807
5919
5901
msgid "'%(display_url)s' is already a branch."
5922
#: bzrlib/errors.py:2831
5904
#: bzrlib/errors.py:2812
5923
5905
msgid "'%(display_url)s' is already a tree."
5926
#: bzrlib/errors.py:2836
5908
#: bzrlib/errors.py:2817
5927
5909
msgid "'%(display_url)s' is already a checkout."
5930
#: bzrlib/errors.py:2841
5912
#: bzrlib/errors.py:2822
5931
5913
msgid "'%(display_url)s' is already a lightweight checkout."
5934
#: bzrlib/errors.py:2846
5916
#: bzrlib/errors.py:2827
5935
5917
msgid "'%(display_url)s' is already using a shared repository."
5938
#: bzrlib/errors.py:2851
5920
#: bzrlib/errors.py:2832
5939
5921
msgid "'%(display_url)s' is already standalone."
5942
#: bzrlib/errors.py:2856
5924
#: bzrlib/errors.py:2837
5943
5925
msgid "Shared repository '%(display_url)s' already creates working trees."
5946
#: bzrlib/errors.py:2862
5928
#: bzrlib/errors.py:2843
5948
5930
"Shared repository '%(display_url)s' already doesn't create working trees."
5951
#: bzrlib/errors.py:2868
5933
#: bzrlib/errors.py:2849
5952
5934
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
5955
#: bzrlib/errors.py:2873
5937
#: bzrlib/errors.py:2854
5956
5938
msgid "No location could be found to bind to at %(display_url)s."
5959
#: bzrlib/errors.py:2878
5941
#: bzrlib/errors.py:2859
5961
5943
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
5962
5944
"status).%(more)s"
5965
#: bzrlib/errors.py:2897
5947
#: bzrlib/errors.py:2878
5967
5949
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
5968
5950
"list).%(more)s"
5971
#: bzrlib/errors.py:2903
5953
#: bzrlib/errors.py:2884
5972
5954
msgid "Variable {%(name)s} is not available."
5975
#: bzrlib/errors.py:2911
5957
#: bzrlib/errors.py:2892
5976
5958
msgid "No template specified."
5979
#: bzrlib/errors.py:2916
5961
#: bzrlib/errors.py:2897
5980
5962
msgid "Unable to create symlink %(path_str)son this platform"
5983
#: bzrlib/errors.py:2931
5965
#: bzrlib/errors.py:2912
5985
5967
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
5986
5968
"\"original\", \"local\"."
5989
#: bzrlib/errors.py:2965
5971
#: bzrlib/errors.py:2946
5991
5973
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
5994
#: bzrlib/errors.py:2977
5976
#: bzrlib/errors.py:2958
5995
5977
msgid "The \"%(config_id)s\" configuration does not exist."
5998
#: bzrlib/errors.py:2985
5980
#: bzrlib/errors.py:2966
5999
5981
msgid "The \"%(option_name)s\" configuration option does not exist."
6002
#: bzrlib/errors.py:2993
5984
#: bzrlib/errors.py:2974
6003
5985
msgid "The alias \"%(alias_name)s\" does not exist."
6006
#: bzrlib/errors.py:3007
5988
#: bzrlib/errors.py:2988
6007
5989
msgid "\"%(alias_name)s\" is not a valid location alias."
6010
#: bzrlib/errors.py:3015
5992
#: bzrlib/errors.py:2996
6011
5993
msgid "No %(alias_name)s location assigned."
6014
#: bzrlib/errors.py:3023
5996
#: bzrlib/errors.py:3004
6015
5997
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6018
#: bzrlib/errors.py:3033
6000
#: bzrlib/errors.py:3014
6019
6001
msgid "Unknown rules detected: %(unknowns_str)s."
6022
#: bzrlib/errors.py:3044
6004
#: bzrlib/errors.py:3025
6023
6005
msgid "Tip change rejected: %(msg)s"
6026
#: bzrlib/errors.py:3052
6008
#: bzrlib/errors.py:3033
6027
6009
msgid "Shelf corrupt."
6030
#: bzrlib/errors.py:3057
6012
#: bzrlib/errors.py:3038
6031
6013
msgid "Corruption while decompressing repository file%(orig_error)s"
6034
#: bzrlib/errors.py:3069
6016
#: bzrlib/errors.py:3050
6035
6017
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6038
#: bzrlib/errors.py:3077
6020
#: bzrlib/errors.py:3058
6039
6021
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6042
#: bzrlib/errors.py:3085
6024
#: bzrlib/errors.py:3066
6044
6026
"An attempt to access a url outside the server jail was made: '%(url)s'."
6047
#: bzrlib/errors.py:3093
6029
#: bzrlib/errors.py:3074
6048
6030
msgid "The user aborted the operation."
6051
#: bzrlib/errors.py:3098
6033
#: bzrlib/errors.py:3079
6052
6034
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6055
#: bzrlib/errors.py:3108
6037
#: bzrlib/errors.py:3089
6056
6038
msgid "No such view: %(view_name)s."
6059
#: bzrlib/errors.py:3118
6041
#: bzrlib/errors.py:3099
6061
6043
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6062
6044
"to a later format."
6065
#: bzrlib/errors.py:3127
6047
#: bzrlib/errors.py:3108
6067
6049
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6070
#: bzrlib/errors.py:3194
6052
#: bzrlib/errors.py:3175
6071
6053
msgid "%(bzrdir)r does not support co-located branches."
6074
#: bzrlib/errors.py:3200
6056
#: bzrlib/errors.py:3181
6076
6058
"Unable to determine your name.\n"
6077
6059
"Please, set your name with the 'whoami' command.\n"
6078
6060
"E.g. bzr whoami \"Your Name <name@example.com>\""
6081
#: bzrlib/errors.py:3209
6063
#: bzrlib/errors.py:3190
6082
6064
msgid "Invalid pattern(s) found. %(msg)s"
6085
#: bzrlib/errors.py:3217
6067
#: bzrlib/errors.py:3198
6087
6069
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6088
6070
"unbind` to fix."
6091
#: bzrlib/errors.py:3228
6073
#: bzrlib/errors.py:3209
6092
6074
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6095
#: bzrlib/errors.py:3237
6077
#: bzrlib/errors.py:3218
6096
6078
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6099
#: bzrlib/errors.py:3246
6081
#: bzrlib/errors.py:3227
6101
6083
"No compatible object available for operations from %(source)r to %(target)r."
6104
#: bzrlib/errors.py:3256
6086
#: bzrlib/errors.py:3237
6106
6088
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6107
6089
"%(arguments)s."
6110
#: bzrlib/errors.py:3266
6092
#: bzrlib/errors.py:3247
6112
6094
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6113
6095
"format %(format)r"
6116
#: bzrlib/errors.py:3278
6098
#: bzrlib/errors.py:3259
6118
6100
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6122
#: bzrlib/errors.py:3291
6104
#: bzrlib/errors.py:3272
6123
6105
msgid "Binary files section encountered."
6126
#: bzrlib/errors.py:3299
6108
#: bzrlib/errors.py:3280
6128
6110
"Malformed patch header. %(desc)s\n"
6132
#: bzrlib/errors.py:3308
6114
#: bzrlib/errors.py:3289
6134
6116
"Malformed hunk header. %(desc)s\n"
6138
#: bzrlib/errors.py:3317
6120
#: bzrlib/errors.py:3298
6140
6122
"Malformed line. %(desc)s\n"
6144
#: bzrlib/errors.py:3327
6126
#: bzrlib/errors.py:3308
6146
6128
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6147
6129
"but patch says it should be \"%(patch_line)s\""
6150
#: bzrlib/errors.py:3338
6132
#: bzrlib/errors.py:3319
6151
6133
msgid "The feature %(feature)s has already been registered."
12291
12272
#: en/help_topics/hooks.txt:399
12297
12278
#: en/help_topics/hooks.txt:404
12299
"Called after a tree transform has been performed on a tree. The hook\n"
12300
"is called with the tree that is being transformed and the transform."
12303
#: en/help_topics/hooks.txt:407
12309
#: en/help_topics/hooks.txt:412
12311
"Called before a tree transform on this tree. The hook is called with\n"
12312
"the tree that is being transformed and the transform."
12315
#: en/help_topics/hooks.txt:415
12321
#: en/help_topics/hooks.txt:420
12323
12280
"Called before a commit is performed on a tree. The start commit hook\n"
12324
12281
"is able to change the tree before the commit takes place. start_commit\n"
12325
12282
"is called with the bzrlib.mutabletree.MutableTree that the commit is\n"
12326
12283
"being performed on."
12329
#: en/help_topics/hooks.txt:425
12286
#: en/help_topics/hooks.txt:409
12331
12288
"SmartClientHooks\n"
12332
12289
"----------------"
12335
#: en/help_topics/hooks.txt:428
12292
#: en/help_topics/hooks.txt:412
12341
#: en/help_topics/hooks.txt:431
12298
#: en/help_topics/hooks.txt:415
12342
12299
msgid "Introduced in: unknown"
12345
#: en/help_topics/hooks.txt:433
12302
#: en/help_topics/hooks.txt:417
12347
12304
"Called when the smart client is submitting a request to the smart\n"
12348
12305
"server. Called with a bzrlib.smart.client.CallHookParams object.\n"
12349
12306
"Streaming request bodies, and responses, are not accessible."
12352
#: en/help_topics/hooks.txt:437
12309
#: en/help_topics/hooks.txt:421
12354
12311
"SmartServerHooks\n"
12355
12312
"----------------"
12358
#: en/help_topics/hooks.txt:440
12315
#: en/help_topics/hooks.txt:424
12360
12317
"server_exception\n"
12361
12318
"~~~~~~~~~~~~~~~~"
12364
#: en/help_topics/hooks.txt:445
12321
#: en/help_topics/hooks.txt:429
12366
12323
"Called by the bzr server when an exception occurs. server_exception is\n"
12367
12324
"called with the sys.exc_info() tuple return true for the hook if the\n"