172
172
"the no-pending option or specify a file/directory."
175
#: bzrlib/builtins.py:351
175
#: bzrlib/builtins.py:263
177
177
"To compare the working directory to a specific revision, pass a\n"
178
178
"single revision to the revision argument."
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."
192
#: bzrlib/builtins.py:365
192
#: bzrlib/builtins.py:277
193
193
msgid "Only show versioned files."
196
#: bzrlib/builtins.py:367
196
#: bzrlib/builtins.py:279
197
197
msgid "Don't show pending merges."
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"
207
207
"bzr status --revision prend exactement un ou deux numéros de révision"
209
#: bzrlib/builtins.py:429 bzrlib/builtins.py:5183
209
#: bzrlib/builtins.py:341 bzrlib/builtins.py:5090
210
210
msgid "You can only supply one of revision_id or --revision"
213
#: bzrlib/builtins.py:432 bzrlib/builtins.py:5185
213
#: bzrlib/builtins.py:344 bzrlib/builtins.py:5092
214
214
msgid "You must supply either --revision or a revision_id"
217
#: bzrlib/builtins.py:439
217
#: bzrlib/builtins.py:351
219
219
msgid "Repository %r does not support access to raw revision texts"
222
#: bzrlib/builtins.py:450
222
#: bzrlib/builtins.py:362
223
223
msgid "The repository {0} contains no revision {1}."
224
224
msgstr "Le répertoire {0} ne contient aucune révision {1}."
226
#: bzrlib/builtins.py:457
226
#: bzrlib/builtins.py:369
227
227
msgid "You cannot specify a NULL revision."
230
#: bzrlib/builtins.py:549
230
#: bzrlib/builtins.py:461
231
231
msgid "Remove the working tree from a given branch/checkout."
234
#: bzrlib/builtins.py:551
234
#: bzrlib/builtins.py:463
236
236
"Since a lightweight checkout is little more than a working tree\n"
237
237
"this will refuse to run against one."
240
#: bzrlib/builtins.py:554
240
#: bzrlib/builtins.py:466
241
241
msgid "To re-create the working tree, use \"bzr checkout\"."
244
#: bzrlib/builtins.py:560
244
#: bzrlib/builtins.py:472
246
246
"Remove the working tree even if it has uncommitted or shelved changes."
249
#: bzrlib/builtins.py:574
249
#: bzrlib/builtins.py:486
250
250
msgid "No working tree to remove"
253
#: bzrlib/builtins.py:576
253
#: bzrlib/builtins.py:488
254
254
msgid "You cannot remove the working tree of a remote path"
257
#: bzrlib/builtins.py:585
257
#: bzrlib/builtins.py:497
258
258
msgid "You cannot remove the working tree from a lightweight checkout"
261
#: bzrlib/builtins.py:625
261
#: bzrlib/builtins.py:537
263
263
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
264
264
"instead. Use \"--force\" if you are sure you want to reset the working tree."
267
#: bzrlib/builtins.py:636
267
#: bzrlib/builtins.py:548
269
269
", the header appears corrupt, try passing -r -1 to set the state to the last "
273
#: bzrlib/builtins.py:640
273
#: bzrlib/builtins.py:552
274
274
msgid "failed to reset the tree state{0}"
277
#: bzrlib/builtins.py:644
277
#: bzrlib/builtins.py:556
278
278
msgid "Show current revision number."
279
279
msgstr "Afficher le numéro de la révision actuelle."
281
#: bzrlib/builtins.py:646
281
#: bzrlib/builtins.py:558
282
282
msgid "This is equal to the number of revisions on this branch."
285
#: bzrlib/builtins.py:659
285
#: bzrlib/builtins.py:571
286
286
msgid "--tree and --revision can not be used together"
289
#: bzrlib/builtins.py:676 bzrlib/builtins.py:5967
289
#: bzrlib/builtins.py:588 bzrlib/builtins.py:5874
290
290
msgid "Tags can only be placed on a single revision, not on a range"
293
#: bzrlib/builtins.py:700
293
#: bzrlib/builtins.py:612
294
294
msgid "Show revno of working tree."
297
#: bzrlib/builtins.py:748
297
#: bzrlib/builtins.py:660
298
298
msgid "Add specified files or directories."
301
#: bzrlib/builtins.py:750
301
#: bzrlib/builtins.py:662
303
303
"In non-recursive mode, all the named items are added, regardless\n"
304
304
"of whether they were previously ignored. A warning is given if\n"
305
305
"any of the named files are already versioned."
308
#: bzrlib/builtins.py:754
308
#: bzrlib/builtins.py:666
310
310
"In recursive mode (the default), files are treated the same way\n"
311
311
"but the behaviour for directories is different. Directories that\n"
353
353
"into a subdirectory of this one."
356
#: bzrlib/builtins.py:784
356
#: bzrlib/builtins.py:696
358
358
"Any files matching patterns in the ignore list will not be added\n"
359
359
"unless they are explicitly mentioned."
362
#: bzrlib/builtins.py:787
362
#: bzrlib/builtins.py:699
364
364
"In recursive mode, files larger than the configuration option \n"
365
365
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
369
#: bzrlib/builtins.py:794
369
#: bzrlib/builtins.py:706
370
370
msgid "Don't recursively add the contents of directories."
373
#: bzrlib/builtins.py:800
373
#: bzrlib/builtins.py:712
374
374
msgid "Lookup file ids from this tree."
377
#: bzrlib/builtins.py:836
377
#: bzrlib/builtins.py:748
378
378
msgid "ignored {0} matching \"{1}\"\n"
381
#: bzrlib/builtins.py:841
381
#: bzrlib/builtins.py:753
382
382
msgid "Create a new versioned directory."
385
#: bzrlib/builtins.py:843
385
#: bzrlib/builtins.py:755
386
386
msgid "This is equivalent to creating the directory and then adding it."
389
#: bzrlib/builtins.py:850
389
#: bzrlib/builtins.py:762
390
390
msgid "No error if existing, make parent directories as needed."
393
#: bzrlib/builtins.py:884
393
#: bzrlib/builtins.py:796
395
395
msgid "added %s\n"
396
396
msgstr "ajouté %s\n"
398
#: bzrlib/builtins.py:926
398
#: bzrlib/builtins.py:838
400
400
msgid "invalid kind %r specified"
403
#: bzrlib/builtins.py:963
403
#: bzrlib/builtins.py:875
404
404
msgid "Move or rename a file."
405
405
msgstr "Déplacer ou renommer un fichier."
407
#: bzrlib/builtins.py:965
407
#: bzrlib/builtins.py:877
408
408
msgid " bzr mv SOURCE... DESTINATION"
411
#: bzrlib/builtins.py:967
411
#: bzrlib/builtins.py:879
413
413
"If the last argument is a versioned directory, all the other names\n"
414
414
"are moved into it. Otherwise, there must be exactly two arguments\n"
415
415
"and the file is changed to a new name."
418
#: bzrlib/builtins.py:971
418
#: bzrlib/builtins.py:883
420
420
"If OLDNAME does not exist on the filesystem but is versioned and\n"
421
421
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
424
424
"The same is valid when moving many SOURCE files to a DESTINATION."
427
#: bzrlib/builtins.py:977
427
#: bzrlib/builtins.py:889
428
428
msgid "Files cannot be moved between branches."
431
#: bzrlib/builtins.py:984
431
#: bzrlib/builtins.py:896
433
433
"Move only the bzr identifier of the file, because the file has already been "
437
#: bzrlib/builtins.py:986
437
#: bzrlib/builtins.py:898
438
438
msgid "Automatically guess renames."
441
#: bzrlib/builtins.py:987
441
#: bzrlib/builtins.py:899
442
442
msgid "Avoid making changes when guessing renames."
445
#: bzrlib/builtins.py:996
445
#: bzrlib/builtins.py:908
446
446
msgid "--dry-run requires --auto."
449
#: bzrlib/builtins.py:1000
449
#: bzrlib/builtins.py:912
450
450
msgid "missing file argument"
453
#: bzrlib/builtins.py:1004
453
#: bzrlib/builtins.py:916
454
454
msgid "can not move root of branch"
457
#: bzrlib/builtins.py:1010
457
#: bzrlib/builtins.py:922
458
458
msgid "Only one path may be specified to --auto."
461
#: bzrlib/builtins.py:1013
461
#: bzrlib/builtins.py:925
462
462
msgid "--after cannot be specified with --auto."
465
#: bzrlib/builtins.py:1050
465
#: bzrlib/builtins.py:962
466
466
msgid "to mv multiple files the destination must be a versioned directory"
469
#: bzrlib/builtins.py:1102
469
#: bzrlib/builtins.py:1014
470
470
msgid "Turn this branch into a mirror of another branch."
473
#: bzrlib/builtins.py:1104
473
#: bzrlib/builtins.py:1016
475
475
"By default, this command only works on branches that have not diverged.\n"
476
476
"Branches are considered diverged if the destination branch's most recent \n"
500
500
"value will only be saved if the remote location can be accessed."
503
#: bzrlib/builtins.py:1122
503
#: bzrlib/builtins.py:1034
505
505
"The --verbose option will display the revisions pulled using the log_format\n"
506
506
"configuration option. You can use a different format by overriding it with\n"
507
507
"-Olog_format=<other_format>."
510
#: bzrlib/builtins.py:1126
510
#: bzrlib/builtins.py:1038
512
512
"Note: The location can be specified either in the form of a branch,\n"
513
513
"or in the form of a path to a file containing a merge directive generated\n"
517
#: bzrlib/builtins.py:1134
517
#: bzrlib/builtins.py:1046
518
518
msgid "Show logs of pulled revisions."
521
#: bzrlib/builtins.py:1136
521
#: bzrlib/builtins.py:1048
523
523
"Branch to pull into, rather than the one containing the working directory."
526
#: bzrlib/builtins.py:1139
526
#: bzrlib/builtins.py:1051
528
528
"Perform a local pull in a bound branch. Local pulls are not applied to the "
532
#: bzrlib/builtins.py:1168
532
#: bzrlib/builtins.py:1080
533
533
msgid "Need working tree for --show-base."
536
#: bzrlib/builtins.py:1184
536
#: bzrlib/builtins.py:1096
537
537
msgid "No pull location known or specified."
540
#: bzrlib/builtins.py:1190
540
#: bzrlib/builtins.py:1102
542
542
msgid "Using saved parent location: %s\n"
545
#: bzrlib/builtins.py:1197 bzrlib/builtins.py:4393
545
#: bzrlib/builtins.py:1109 bzrlib/builtins.py:4300
546
546
msgid "Cannot use -r with merge directives or bundles"
549
#: bzrlib/builtins.py:1238
549
#: bzrlib/builtins.py:1150
550
550
msgid "Update a mirror of this branch."
553
#: bzrlib/builtins.py:1240
553
#: bzrlib/builtins.py:1152
555
555
"The target branch will not have its working tree populated because this\n"
556
556
"is both expensive, and is not supported on remote file systems."
559
#: bzrlib/builtins.py:1243
559
#: bzrlib/builtins.py:1155
561
561
"Some smart servers or protocols *may* put the working tree in place in\n"
565
#: bzrlib/builtins.py:1246
565
#: bzrlib/builtins.py:1158
567
567
"This command only works on branches that have not diverged. Branches are\n"
568
568
"considered diverged if the destination branch's most recent commit is one\n"
569
569
"that has not been merged (directly or indirectly) by the source branch."
572
#: bzrlib/builtins.py:1250
572
#: bzrlib/builtins.py:1162
574
574
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
575
575
"the other branch completely, discarding its unmerged changes."
578
#: bzrlib/builtins.py:1253
578
#: bzrlib/builtins.py:1165
580
580
"If you want to ensure you have the different changes in the other branch,\n"
581
581
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
582
582
"After that you will be able to do a push without '--overwrite'."
585
#: bzrlib/builtins.py:1257
585
#: bzrlib/builtins.py:1169
587
587
"If there is no default push location set, the first push will set it (use\n"
588
588
"--no-remember to avoid setting it). After that, you can omit the\n"
590
590
"value will only be saved if the remote location can be accessed."
593
#: bzrlib/builtins.py:1262
593
#: bzrlib/builtins.py:1174
595
595
"The --verbose option will display the revisions pushed using the log_format\n"
596
596
"configuration option. You can use a different format by overriding it with\n"
597
597
"-Olog_format=<other_format>."
600
#: bzrlib/builtins.py:1273 bzrlib/foreign.py:272
600
#: bzrlib/builtins.py:1185 bzrlib/foreign.py:272
602
602
"Branch to push from, rather than the one containing the working directory."
605
#: bzrlib/builtins.py:1276
605
#: bzrlib/builtins.py:1188
607
607
"By default push will fail if the target directory exists, but does not "
608
608
"already have a control directory. This flag will allow push to proceed."
611
#: bzrlib/builtins.py:1281
611
#: bzrlib/builtins.py:1193
613
613
"Create a stacked branch that references the public location of the parent "
617
#: bzrlib/builtins.py:1284
617
#: bzrlib/builtins.py:1196
619
619
"Create a stacked branch that refers to another branch for the commit "
620
620
"history. Only the work not present in the referenced branch is included in "
621
621
"the branch created."
624
#: bzrlib/builtins.py:1289 bzrlib/foreign.py:279
624
#: bzrlib/builtins.py:1201 bzrlib/foreign.py:279
626
626
"Refuse to push if there are uncommitted changes in the working tree, --no-"
627
627
"strict disables the check."
630
#: bzrlib/builtins.py:1292
630
#: bzrlib/builtins.py:1204
631
631
msgid "Don't populate the working tree, even for protocols that support it."
634
#: bzrlib/builtins.py:1336
634
#: bzrlib/builtins.py:1248
635
635
msgid "Could not determine branch to refer to."
638
#: bzrlib/builtins.py:1345
638
#: bzrlib/builtins.py:1257
641
641
"No push location known or specified. To push to the parent branch (at %s), "
642
642
"use 'bzr push :parent'."
645
#: bzrlib/builtins.py:1351 bzrlib/foreign.py:306
645
#: bzrlib/builtins.py:1263 bzrlib/foreign.py:306
646
646
msgid "No push location known or specified."
649
#: bzrlib/builtins.py:1355
649
#: bzrlib/builtins.py:1267
651
651
msgid "Using saved push location: %s"
654
#: bzrlib/builtins.py:1365
654
#: bzrlib/builtins.py:1277
655
655
msgid "Create a new branch that is a copy of an existing branch."
658
#: bzrlib/builtins.py:1367
658
#: bzrlib/builtins.py:1279
660
660
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
661
661
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
666
666
"create ./foo-bar."
669
#: bzrlib/builtins.py:1374
669
#: bzrlib/builtins.py:1286
671
671
"To retrieve the branch as of a particular revision, supply the --revision\n"
672
672
"parameter, as in \"branch foo/bar -r 5\"."
675
#: bzrlib/builtins.py:1377
675
#: bzrlib/builtins.py:1289
676
676
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
679
#: bzrlib/builtins.py:1387
679
#: bzrlib/builtins.py:1299
680
680
msgid "Create a branch without a working-tree."
683
#: bzrlib/builtins.py:1389
683
#: bzrlib/builtins.py:1301
684
684
msgid "Switch the checkout in the current directory to the new branch."
687
#: bzrlib/builtins.py:1392
687
#: bzrlib/builtins.py:1304
689
689
"Create a stacked branch referring to the source branch. The new branch will "
690
690
"depend on the availability of the source branch for all operations."
693
#: bzrlib/builtins.py:1396
693
#: bzrlib/builtins.py:1308
694
694
msgid "Do not use a shared repository, even if available."
697
#: bzrlib/builtins.py:1398
697
#: bzrlib/builtins.py:1310
699
699
"By default branch will fail if the target directory exists, but does not "
700
700
"already have a control directory. This flag will allow branch to proceed."
703
#: bzrlib/builtins.py:1403
703
#: bzrlib/builtins.py:1315
704
704
msgid "Bind new branch to from location."
707
#: bzrlib/builtins.py:1450
707
#: bzrlib/builtins.py:1362
709
709
msgid "Target directory \"%s\" already exists."
712
#: bzrlib/builtins.py:1462
712
#: bzrlib/builtins.py:1374
714
714
msgid "Parent of \"%s\" does not exist."
717
#: bzrlib/builtins.py:1481
717
#: bzrlib/builtins.py:1393
718
718
msgid "The branch {0} has no revision {1}."
721
#: bzrlib/builtins.py:1496 bzrlib/push.py:53
721
#: bzrlib/builtins.py:1403 bzrlib/push.py:53
723
723
msgid "Created new stacked branch referring to %s."
726
#: bzrlib/builtins.py:1500
726
#: bzrlib/builtins.py:1407
728
728
msgid "Branched %d revision."
729
729
msgid_plural "Branched %d revisions."
733
#: bzrlib/builtins.py:1505
733
#: bzrlib/builtins.py:1412
735
735
msgid "New branch bound to %s"
738
#: bzrlib/builtins.py:1510 bzrlib/builtins.py:6256
738
#: bzrlib/builtins.py:1417 bzrlib/builtins.py:6187
740
740
msgid "Switched to branch: %s"
743
#: bzrlib/builtins.py:1515
743
#: bzrlib/builtins.py:1422
744
744
msgid "List the branches available at the current location."
747
#: bzrlib/builtins.py:1517
747
#: bzrlib/builtins.py:1424
749
749
"This command will print the names of all the branches at the current\n"
753
#: bzrlib/builtins.py:1524
753
#: bzrlib/builtins.py:1431
755
755
"Recursively scan for branches rather than just looking in the specified "
759
#: bzrlib/builtins.py:1554
759
#: bzrlib/builtins.py:1461
760
760
msgid "(default)"
763
#: bzrlib/builtins.py:1566
763
#: bzrlib/builtins.py:1473
764
764
msgid "Create a new checkout of an existing branch."
767
#: bzrlib/builtins.py:1568
767
#: bzrlib/builtins.py:1475
769
769
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
807
#: bzrlib/builtins.py:1597
807
#: bzrlib/builtins.py:1504
808
808
msgid "Get file contents from this tree."
811
#: bzrlib/builtins.py:1599
811
#: bzrlib/builtins.py:1506
812
812
msgid "Hard-link working tree files where possible."
815
#: bzrlib/builtins.py:1640
815
#: bzrlib/builtins.py:1547
817
817
"Show list of renamed files.\n"
821
#: bzrlib/builtins.py:1670
821
#: bzrlib/builtins.py:1577
822
822
msgid "Update a working tree to a new revision."
825
#: bzrlib/builtins.py:1672
825
#: bzrlib/builtins.py:1579
827
827
"This will perform a merge of the destination revision (the tip of the\n"
828
828
"branch, or the specified revision) into the working tree, and then make\n"
829
829
"that revision the basis revision for the working tree. "
832
#: bzrlib/builtins.py:1676
832
#: bzrlib/builtins.py:1583
834
834
"You can use this to visit an older revision, or to update a working tree\n"
835
835
"that is out of date from its branch."
838
#: bzrlib/builtins.py:1679
838
#: bzrlib/builtins.py:1586
840
840
"If there are any uncommitted changes in the tree, they will be carried\n"
841
841
"across and remain as uncommitted changes after the update. To discard\n"
859
859
"out the old content of that file to a new location."
862
#: bzrlib/builtins.py:1694
862
#: bzrlib/builtins.py:1601
864
864
"The 'dir' argument, if given, must be the location of the root of a\n"
865
865
"working tree to update. By default, the working tree that contains the \n"
866
866
"current working directory is used."
869
#: bzrlib/builtins.py:1710
869
#: bzrlib/builtins.py:1617
870
870
msgid "bzr update --revision takes exactly one revision"
873
#: bzrlib/builtins.py:1718
873
#: bzrlib/builtins.py:1625
874
874
msgid "bzr update can only update a whole tree, not a file or subdirectory"
877
#: bzrlib/builtins.py:1749
877
#: bzrlib/builtins.py:1656
878
878
msgid "Tree is up to date at revision {0} of branch {1}"
881
#: bzrlib/builtins.py:1765
881
#: bzrlib/builtins.py:1672
884
884
"branch has no revision %s\n"
885
885
"bzr update --revision only works for a revision in the branch history"
888
#: bzrlib/builtins.py:1771
888
#: bzrlib/builtins.py:1678
889
889
msgid "Updated to revision {0} of branch {1}"
892
#: bzrlib/builtins.py:1775
892
#: bzrlib/builtins.py:1682
894
894
"Your local commits will now show as pending merges with 'bzr status', and "
895
895
"can be committed with 'bzr commit'."
898
#: bzrlib/builtins.py:1784
898
#: bzrlib/builtins.py:1691
899
899
msgid "Show information about a working tree, branch or repository."
902
#: bzrlib/builtins.py:1786
902
#: bzrlib/builtins.py:1693
904
904
"This command will show all known locations and formats associated to the\n"
905
905
"tree, branch or repository."
908
#: bzrlib/builtins.py:1789
908
#: bzrlib/builtins.py:1696
910
910
"In verbose mode, statistical information is included with each report.\n"
911
911
"To see extended statistic information, use a verbosity level of 2 or\n"
912
912
"higher by specifying the verbose option multiple times, e.g. -vv."
915
#: bzrlib/builtins.py:1793
915
#: bzrlib/builtins.py:1700
916
916
msgid "Branches and working trees will also report any missing revisions."
919
#: bzrlib/builtins.py:1795 bzrlib/builtins.py:3715 bzrlib/builtins.py:4845
920
#: bzrlib/builtins.py:6442
919
#: bzrlib/builtins.py:1702 bzrlib/builtins.py:3622 bzrlib/builtins.py:4752
920
#: bzrlib/builtins.py:6389
921
921
msgid ":Examples:"
924
#: bzrlib/builtins.py:1797
924
#: bzrlib/builtins.py:1704
925
925
msgid " Display information on the format and related locations:"
928
#: bzrlib/builtins.py:1799
928
#: bzrlib/builtins.py:1706
929
929
msgid " bzr info"
932
#: bzrlib/builtins.py:1801
932
#: bzrlib/builtins.py:1708
934
934
" Display the above together with extended format information and\n"
935
935
" basic statistics (like the number of files in the working tree and\n"
936
936
" number of revisions in the branch and repository):"
939
#: bzrlib/builtins.py:1805
939
#: bzrlib/builtins.py:1712
940
940
msgid " bzr info -v"
943
#: bzrlib/builtins.py:1807
943
#: bzrlib/builtins.py:1714
944
944
msgid " Display the above together with number of committers to the branch:"
947
#: bzrlib/builtins.py:1809
947
#: bzrlib/builtins.py:1716
948
948
msgid " bzr info -vv"
951
#: bzrlib/builtins.py:1828
951
#: bzrlib/builtins.py:1735
952
952
msgid "Remove files or directories."
955
#: bzrlib/builtins.py:1830
955
#: bzrlib/builtins.py:1737
957
957
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
958
958
"delete them if they can easily be recovered using revert otherwise they\n"
961
961
"Bazaar but missing in your tree and stop tracking them for you."
964
#: bzrlib/builtins.py:1838
964
#: bzrlib/builtins.py:1745
965
965
msgid "Only remove files that have never been committed."
968
#: bzrlib/builtins.py:1840
968
#: bzrlib/builtins.py:1747
969
969
msgid "The file deletion mode to be used."
972
#: bzrlib/builtins.py:1841
972
#: bzrlib/builtins.py:1748
973
973
msgid "Deletion Strategy"
976
#: bzrlib/builtins.py:1842
976
#: bzrlib/builtins.py:1749
977
977
msgid "Backup changed files (default)."
980
#: bzrlib/builtins.py:1843
980
#: bzrlib/builtins.py:1750
981
981
msgid "Delete from bzr but leave the working copy."
984
#: bzrlib/builtins.py:1844
984
#: bzrlib/builtins.py:1751
985
985
msgid "Don't backup changed files."
988
#: bzrlib/builtins.py:1845
988
#: bzrlib/builtins.py:1752
990
990
"Delete all the specified files, even if they can not be recovered and even "
991
991
"if they are non-empty directories. (deprecated, use no-backup)"
994
#: bzrlib/builtins.py:1854
994
#: bzrlib/builtins.py:1761
995
995
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
998
#: bzrlib/builtins.py:1871
998
#: bzrlib/builtins.py:1778
999
999
msgid "No matching files."
1002
#: bzrlib/builtins.py:1932
1002
#: bzrlib/builtins.py:1839
1003
1003
msgid "Reconcile bzr metadata in a branch."
1006
#: bzrlib/builtins.py:1934
1006
#: bzrlib/builtins.py:1841
1008
1008
"This can correct data mismatches that may have been caused by\n"
1009
1009
"previous ghost operations or bzr upgrades. You should only\n"
1019
1019
"correctly in both branches."
1022
#: bzrlib/builtins.py:1944
1022
#: bzrlib/builtins.py:1851
1024
1024
"At the same time it is run it may recompress data resulting in\n"
1025
1025
"a potential saving in disk space or performance gain."
1028
#: bzrlib/builtins.py:1947
1028
#: bzrlib/builtins.py:1854
1029
1029
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1032
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1032
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1034
1034
"Format for the bzr 2.0 series.\n"
1035
1035
"Uses group-compress storage.\n"
1036
1036
"Provides rich roots which are a one-way transition.\n"
1039
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1039
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1041
1041
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1042
1042
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1045
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1045
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1046
1046
msgid "The 2a format with experimental support for colocated branches.\n"
1049
#: bzrlib/builtins.py:2015
1049
#: bzrlib/builtins.py:1922
1050
1050
msgid "Make a directory into a versioned branch."
1053
#: bzrlib/builtins.py:2017
1053
#: bzrlib/builtins.py:1924
1055
1055
"Use this to create an empty branch, or before importing an\n"
1056
1056
"existing project."
1059
#: bzrlib/builtins.py:2020
1059
#: bzrlib/builtins.py:1927
1061
1061
"If there is a repository in a parent directory of the location, then\n"
1062
1062
"the history of the branch will be stored in the repository. Otherwise\n"
1083
1083
" bzr commit -m \"imported project\""
1086
#: bzrlib/builtins.py:2041
1086
#: bzrlib/builtins.py:1948
1088
1088
"Create the path leading up to the branch if it does not already exist."
1091
#: bzrlib/builtins.py:2044
1091
#: bzrlib/builtins.py:1951
1092
1092
msgid "Specify a format for this branch. See \"help formats\"."
1095
#: bzrlib/builtins.py:2052
1095
#: bzrlib/builtins.py:1959
1097
1097
"Never change revnos or the existing log. Append revisions to it only."
1100
#: bzrlib/builtins.py:2055
1100
#: bzrlib/builtins.py:1962
1101
1101
msgid "Create a branch without a working tree."
1104
#: bzrlib/builtins.py:2075 bzrlib/push.py:110
1104
#: bzrlib/builtins.py:1982 bzrlib/push.py:110
1105
1105
#, python-format
1107
1107
"Parent directory of %s does not exist.\n"
1108
1108
"You may supply --create-prefix to create all leading parent directories."
1111
#: bzrlib/builtins.py:2109
1111
#: bzrlib/builtins.py:2016
1113
1113
"This branch format cannot be set to append-revisions-only. Try --default."
1116
#: bzrlib/builtins.py:2120
1116
#: bzrlib/builtins.py:2027
1117
1117
msgid "Created a {0} (format: {1})\n"
1120
#: bzrlib/builtins.py:2129
1120
#: bzrlib/builtins.py:2036
1121
1121
#, python-format
1122
1122
msgid "Using shared repository: %s\n"
1125
#: bzrlib/builtins.py:2133
1125
#: bzrlib/builtins.py:2040
1126
1126
msgid "Create a shared repository for branches to share storage space."
1129
#: bzrlib/builtins.py:2135
1129
#: bzrlib/builtins.py:2042
1131
1131
"New branches created under the repository directory will store their\n"
1132
1132
"revisions in the repository, not in the branch directory. For branches\n"
1144
1144
"branches, such as on a server."
1147
#: bzrlib/builtins.py:2147
1147
#: bzrlib/builtins.py:2054
1150
1150
" Create a shared repository holding just branches::"
1153
#: bzrlib/builtins.py:2150
1153
#: bzrlib/builtins.py:2057
1155
1155
" bzr init-repo --no-trees repo\n"
1156
1156
" bzr init repo/trunk"
1159
#: bzrlib/builtins.py:2153
1159
#: bzrlib/builtins.py:2060
1160
1160
msgid " Make a lightweight checkout elsewhere::"
1163
#: bzrlib/builtins.py:2155
1163
#: bzrlib/builtins.py:2062
1165
1165
" bzr checkout --lightweight repo/trunk trunk-checkout\n"
1166
1166
" cd trunk-checkout\n"
1167
1167
" (add files here)"
1170
#: bzrlib/builtins.py:2163
1170
#: bzrlib/builtins.py:2070
1172
1172
"Specify a format for this repository. See \"bzr help formats\" for details."
1175
#: bzrlib/builtins.py:2167
1175
#: bzrlib/builtins.py:2074
1176
1176
msgid "Repository format"
1179
#: bzrlib/builtins.py:2169
1179
#: bzrlib/builtins.py:2076
1180
1180
msgid "Branches in the repository will default to not having a working tree."
1183
#: bzrlib/builtins.py:2195
1183
#: bzrlib/builtins.py:2102
1184
1184
msgid "Show differences in the working tree, between revisions or branches."
1187
#: bzrlib/builtins.py:2197
1187
#: bzrlib/builtins.py:2104
1189
1189
"If no arguments are given, all changes for the current tree are listed.\n"
1190
1190
"If files are given, only the changes in those files are listed.\n"
1219
1219
" 0 - no change"
1222
#: bzrlib/builtins.py:2220
1222
#: bzrlib/builtins.py:2127
1225
1225
" Shows the difference in the working tree versus the last commit::"
1228
#: bzrlib/builtins.py:2223
1228
#: bzrlib/builtins.py:2130
1229
1229
msgid " bzr diff"
1232
#: bzrlib/builtins.py:2225
1232
#: bzrlib/builtins.py:2132
1233
1233
msgid " Difference between the working tree and revision 1::"
1236
#: bzrlib/builtins.py:2227
1236
#: bzrlib/builtins.py:2134
1237
1237
msgid " bzr diff -r1"
1240
#: bzrlib/builtins.py:2229
1240
#: bzrlib/builtins.py:2136
1241
1241
msgid " Difference between revision 3 and revision 1::"
1244
#: bzrlib/builtins.py:2231
1244
#: bzrlib/builtins.py:2138
1245
1245
msgid " bzr diff -r1..3"
1248
#: bzrlib/builtins.py:2233
1248
#: bzrlib/builtins.py:2140
1249
1249
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1252
#: bzrlib/builtins.py:2235
1252
#: bzrlib/builtins.py:2142
1253
1253
msgid " bzr diff -r1..3 xxx"
1256
#: bzrlib/builtins.py:2237
1256
#: bzrlib/builtins.py:2144
1257
1257
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1260
#: bzrlib/builtins.py:2239
1260
#: bzrlib/builtins.py:2146
1261
1261
msgid " bzr diff -c2"
1264
#: bzrlib/builtins.py:2241
1264
#: bzrlib/builtins.py:2148
1266
1266
" To see the changes introduced by revision X::\n"
1268
1268
" bzr diff -cX"
1271
#: bzrlib/builtins.py:2245
1271
#: bzrlib/builtins.py:2152
1273
1273
" Note that in the case of a merge, the -c option shows the changes\n"
1274
1274
" compared to the left hand parent. To see the changes against\n"
1275
1275
" another parent, use::"
1278
#: bzrlib/builtins.py:2249
1278
#: bzrlib/builtins.py:2156
1279
1279
msgid " bzr diff -r<chosen_parent>..X"
1282
#: bzrlib/builtins.py:2251
1282
#: bzrlib/builtins.py:2158
1284
1284
" The changes between the current revision and the previous revision\n"
1285
1285
" (equivalent to -c-1 and -r-2..-1)"
1288
#: bzrlib/builtins.py:2254
1288
#: bzrlib/builtins.py:2161
1289
1289
msgid " bzr diff -r-2.."
1292
#: bzrlib/builtins.py:2256
1292
#: bzrlib/builtins.py:2163
1293
1293
msgid " Show just the differences for file NEWS::"
1296
#: bzrlib/builtins.py:2258
1296
#: bzrlib/builtins.py:2165
1297
1297
msgid " bzr diff NEWS"
1300
#: bzrlib/builtins.py:2260
1300
#: bzrlib/builtins.py:2167
1301
1301
msgid " Show the differences in working tree xxx for file NEWS::"
1304
#: bzrlib/builtins.py:2262
1304
#: bzrlib/builtins.py:2169
1305
1305
msgid " bzr diff xxx/NEWS"
1308
#: bzrlib/builtins.py:2264
1308
#: bzrlib/builtins.py:2171
1309
1309
msgid " Show the differences from branch xxx to this working tree:"
1312
#: bzrlib/builtins.py:2266
1312
#: bzrlib/builtins.py:2173
1313
1313
msgid " bzr diff --old xxx"
1316
#: bzrlib/builtins.py:2268
1316
#: bzrlib/builtins.py:2175
1317
1317
msgid " Show the differences between two branches for file NEWS::"
1320
#: bzrlib/builtins.py:2270
1320
#: bzrlib/builtins.py:2177
1321
1321
msgid " bzr diff --old xxx --new yyy NEWS"
1324
#: bzrlib/builtins.py:2272
1324
#: bzrlib/builtins.py:2179
1325
1325
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1328
#: bzrlib/builtins.py:2274
1328
#: bzrlib/builtins.py:2181
1330
1330
" bzr diff --prefix old/:new/\n"
1334
1334
" bzr diff --using /usr/bin/diff --diff-options -wu"
1337
#: bzrlib/builtins.py:2284
1337
#: bzrlib/builtins.py:2191
1338
1338
msgid "Pass these options to the external diff program."
1341
#: bzrlib/builtins.py:2287
1341
#: bzrlib/builtins.py:2194
1343
1343
"Set prefixes added to old and new filenames, as two values separated by a "
1344
1344
"colon. (eg \"old/:new/\")."
1347
#: bzrlib/builtins.py:2290
1347
#: bzrlib/builtins.py:2197
1348
1348
msgid "Branch/tree to compare from."
1351
#: bzrlib/builtins.py:2294
1351
#: bzrlib/builtins.py:2201
1352
1352
msgid "Branch/tree to compare to."
1355
#: bzrlib/builtins.py:2300
1355
#: bzrlib/builtins.py:2207
1356
1356
msgid "Use this command to compare files."
1359
#: bzrlib/builtins.py:2305
1359
#: bzrlib/builtins.py:2212
1360
1360
msgid "Diff format to use."
1363
#: bzrlib/builtins.py:2307
1363
#: bzrlib/builtins.py:2214
1364
1364
msgid "Diff format"
1367
#: bzrlib/builtins.py:2329
1367
#: bzrlib/builtins.py:2236
1368
1368
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1371
#: bzrlib/builtins.py:2333
1371
#: bzrlib/builtins.py:2240
1372
1372
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1375
#: bzrlib/builtins.py:2338 bzrlib/builtins.py:2736 bzrlib/builtins.py:2749
1376
#: bzrlib/builtins.py:2757 bzrlib/builtins.py:4919
1375
#: bzrlib/builtins.py:2245 bzrlib/builtins.py:2643 bzrlib/builtins.py:2656
1376
#: bzrlib/builtins.py:2664 bzrlib/builtins.py:4826
1377
1377
msgid "{0} and {1} are mutually exclusive"
1380
#: bzrlib/builtins.py:2358
1380
#: bzrlib/builtins.py:2265
1382
1382
"List files deleted in the working tree.\n"
1386
#: bzrlib/builtins.py:2436
1386
#: bzrlib/builtins.py:2343
1387
1387
msgid "Show the tree root directory."
1390
#: bzrlib/builtins.py:2438
1390
#: bzrlib/builtins.py:2345
1392
1392
"The root is the nearest enclosing directory with a .bzr control\n"
1396
#: bzrlib/builtins.py:2453
1396
#: bzrlib/builtins.py:2360
1397
1397
msgid "The limit argument must be an integer."
1400
#: bzrlib/builtins.py:2461
1400
#: bzrlib/builtins.py:2368
1401
1401
msgid "The levels argument must be an integer."
1404
#: bzrlib/builtins.py:2466
1404
#: bzrlib/builtins.py:2373
1405
1405
msgid "Show historical log for a branch or subset of a branch."
1408
#: bzrlib/builtins.py:2468
1408
#: bzrlib/builtins.py:2375
1410
1410
"log is bzr's default tool for exploring the history of a branch.\n"
1411
1411
"The branch to use is taken from the first parameter. If no parameters\n"
1527
1527
" a nested merge revision and the log will be truncated accordingly."
1530
#: bzrlib/builtins.py:2542
1530
#: bzrlib/builtins.py:2449
1531
1531
msgid ":Path filtering:"
1534
#: bzrlib/builtins.py:2544
1534
#: bzrlib/builtins.py:2451
1536
1536
" If parameters are given and the first one is not a branch, the log\n"
1537
1537
" will be filtered to show only those revisions that changed the\n"
1538
1538
" nominated files or directories."
1541
#: bzrlib/builtins.py:2548
1541
#: bzrlib/builtins.py:2455
1543
1543
" Filenames are interpreted within their historical context. To log a\n"
1544
1544
" deleted file, specify a revision range so that the file existed at\n"
1545
1545
" the end or start of the range."
1548
#: bzrlib/builtins.py:2552
1548
#: bzrlib/builtins.py:2459
1550
1550
" Historical context is also important when interpreting pathnames of\n"
1551
1551
" renamed files/directories. Consider the following example:"
1554
#: bzrlib/builtins.py:2555
1554
#: bzrlib/builtins.py:2462
1556
1556
" * revision 1: add tutorial.txt\n"
1557
1557
" * revision 2: modify tutorial.txt\n"
1558
1558
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1561
#: bzrlib/builtins.py:2559
1561
#: bzrlib/builtins.py:2466
1562
1562
msgid " In this case:"
1565
#: bzrlib/builtins.py:2561
1565
#: bzrlib/builtins.py:2468
1566
1566
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1569
#: bzrlib/builtins.py:2563
1569
#: bzrlib/builtins.py:2470
1571
1571
" * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1574
#: bzrlib/builtins.py:2565
1574
#: bzrlib/builtins.py:2472
1576
1576
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1577
1577
" the original file in revision 2."
1580
#: bzrlib/builtins.py:2568
1580
#: bzrlib/builtins.py:2475
1582
1582
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1583
1583
" was no file called guide.txt in revision 2."
1586
#: bzrlib/builtins.py:2571
1586
#: bzrlib/builtins.py:2478
1588
1588
" Renames are always followed by log. By design, there is no need to\n"
1589
1589
" explicitly ask for this (and no way to stop logging a file back\n"
1590
1590
" until it was last renamed)."
1593
#: bzrlib/builtins.py:2575
1593
#: bzrlib/builtins.py:2482
1594
1594
msgid ":Other filtering:"
1597
#: bzrlib/builtins.py:2577
1597
#: bzrlib/builtins.py:2484
1599
1599
" The --match option can be used for finding revisions that match a\n"
1600
1600
" regular expression in a commit message, committer, author or bug.\n"
1666
1666
" trading disk space for faster speed."
1669
#: bzrlib/builtins.py:2624
1669
#: bzrlib/builtins.py:2531
1670
1670
msgid "Show from oldest to newest."
1673
#: bzrlib/builtins.py:2627
1673
#: bzrlib/builtins.py:2534
1674
1674
msgid "Show files changed in each revision."
1677
#: bzrlib/builtins.py:2633
1677
#: bzrlib/builtins.py:2540
1678
1678
msgid "Show just the specified revision. See also \"help revisionspec\"."
1681
#: bzrlib/builtins.py:2637
1681
#: bzrlib/builtins.py:2544
1682
1682
msgid "What names to list as authors - first, all or committer."
1685
#: bzrlib/builtins.py:2638
1685
#: bzrlib/builtins.py:2545
1686
1686
msgid "Authors"
1689
#: bzrlib/builtins.py:2643
1689
#: bzrlib/builtins.py:2550
1690
1690
msgid "Number of levels to display - 0 for all, 1 for flat."
1693
#: bzrlib/builtins.py:2653
1693
#: bzrlib/builtins.py:2560
1694
1694
msgid "Limit the output to the first N revisions."
1697
#: bzrlib/builtins.py:2658
1697
#: bzrlib/builtins.py:2565
1698
1698
msgid "Show changes made in each revision as a patch."
1701
#: bzrlib/builtins.py:2660
1701
#: bzrlib/builtins.py:2567
1702
1702
msgid "Show merged revisions like --levels 0 does."
1705
#: bzrlib/builtins.py:2664
1705
#: bzrlib/builtins.py:2571
1706
1706
msgid "Do not report commits with more than one parent."
1709
#: bzrlib/builtins.py:2666
1709
#: bzrlib/builtins.py:2573
1711
1711
"Display only the revisions that are not part of both ancestries (require -"
1715
#: bzrlib/builtins.py:2670
1715
#: bzrlib/builtins.py:2577
1716
1716
msgid "Show digital signature validity."
1719
#: bzrlib/builtins.py:2673
1719
#: bzrlib/builtins.py:2580
1720
1720
msgid "Show revisions whose properties match this expression."
1723
#: bzrlib/builtins.py:2677
1723
#: bzrlib/builtins.py:2584
1724
1724
msgid "Show revisions whose message matches this expression."
1727
#: bzrlib/builtins.py:2681
1727
#: bzrlib/builtins.py:2588
1728
1728
msgid "Show revisions whose committer matches this expression."
1731
#: bzrlib/builtins.py:2685
1731
#: bzrlib/builtins.py:2592
1732
1732
msgid "Show revisions whose authors match this expression."
1735
#: bzrlib/builtins.py:2689
1735
#: bzrlib/builtins.py:2596
1736
1736
msgid "Show revisions whose bugs match this expression."
1739
#: bzrlib/builtins.py:2743
1739
#: bzrlib/builtins.py:2650
1740
1740
msgid "--exclude-common-ancestry requires -r with two revisions"
1743
#: bzrlib/builtins.py:2771
1743
#: bzrlib/builtins.py:2678
1744
1744
#, python-format
1745
1745
msgid "Path unknown at end or start of revision range: %s"
1748
#: bzrlib/builtins.py:2888
1748
#: bzrlib/builtins.py:2795
1749
1749
#, python-format
1750
1750
msgid "bzr %s doesn't accept two revisions in different branches."
1753
#: bzrlib/builtins.py:2904
1753
#: bzrlib/builtins.py:2811
1754
1754
#, python-format
1755
1755
msgid "bzr %s --revision takes one or two values."
1758
#: bzrlib/builtins.py:2949
1758
#: bzrlib/builtins.py:2856
1760
1760
"List files in a tree.\n"
1764
#: bzrlib/builtins.py:2958
1764
#: bzrlib/builtins.py:2865
1765
1765
msgid "Recurse into subdirectories."
1768
#: bzrlib/builtins.py:2960
1768
#: bzrlib/builtins.py:2867
1769
1769
msgid "Print paths relative to the root of the branch."
1772
#: bzrlib/builtins.py:2962
1772
#: bzrlib/builtins.py:2869
1773
1773
msgid "Print unknown files."
1776
#: bzrlib/builtins.py:2963
1776
#: bzrlib/builtins.py:2870
1777
1777
msgid "Print versioned files."
1780
#: bzrlib/builtins.py:2966
1780
#: bzrlib/builtins.py:2873
1781
1781
msgid "Print ignored files."
1784
#: bzrlib/builtins.py:2968
1784
#: bzrlib/builtins.py:2875
1785
1785
msgid "List entries of a particular kind: file, directory, symlink."
1788
#: bzrlib/builtins.py:2981
1788
#: bzrlib/builtins.py:2888
1789
1789
msgid "invalid kind specified"
1792
#: bzrlib/builtins.py:2984
1792
#: bzrlib/builtins.py:2891
1793
1793
msgid "Cannot set both --verbose and --null"
1796
#: bzrlib/builtins.py:2993
1796
#: bzrlib/builtins.py:2900
1797
1797
msgid "cannot specify both --from-root and PATH"
1800
#: bzrlib/builtins.py:3080
1800
#: bzrlib/builtins.py:2987
1801
1801
msgid "Ignore specified files or patterns."
1804
#: bzrlib/builtins.py:3082
1804
#: bzrlib/builtins.py:2989
1805
1805
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1808
#: bzrlib/builtins.py:3084
1808
#: bzrlib/builtins.py:2991
1810
1810
"If a .bzrignore file does not exist, the ignore command\n"
1811
1811
"will create one and add the specified files or patterns to the newly\n"
1852
1852
" the shell on Unix."
1855
#: bzrlib/builtins.py:3113
1855
#: bzrlib/builtins.py:3020
1857
1857
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1858
1858
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1861
#: bzrlib/builtins.py:3116
1861
#: bzrlib/builtins.py:3023
1864
1864
" Ignore the top level Makefile::"
1867
#: bzrlib/builtins.py:3119
1867
#: bzrlib/builtins.py:3026
1868
1868
msgid " bzr ignore ./Makefile"
1871
#: bzrlib/builtins.py:3121
1871
#: bzrlib/builtins.py:3028
1872
1872
msgid " Ignore .class files in all directories...::"
1875
#: bzrlib/builtins.py:3123
1875
#: bzrlib/builtins.py:3030
1876
1876
msgid " bzr ignore \"*.class\""
1879
#: bzrlib/builtins.py:3125
1879
#: bzrlib/builtins.py:3032
1880
1880
msgid " ...but do not ignore \"special.class\"::"
1883
#: bzrlib/builtins.py:3127
1883
#: bzrlib/builtins.py:3034
1884
1884
msgid " bzr ignore \"!special.class\""
1887
#: bzrlib/builtins.py:3129
1887
#: bzrlib/builtins.py:3036
1888
1888
msgid " Ignore files whose name begins with the \"#\" character::"
1891
#: bzrlib/builtins.py:3131
1891
#: bzrlib/builtins.py:3038
1892
1892
msgid " bzr ignore \"RE:^#\""
1895
#: bzrlib/builtins.py:3133 bzrlib/builtins.py:3137
1895
#: bzrlib/builtins.py:3040 bzrlib/builtins.py:3044
1896
1896
msgid " Ignore .o files under the lib directory::"
1899
#: bzrlib/builtins.py:3135
1899
#: bzrlib/builtins.py:3042
1900
1900
msgid " bzr ignore \"lib/**/*.o\""
1903
#: bzrlib/builtins.py:3139
1903
#: bzrlib/builtins.py:3046
1904
1904
msgid " bzr ignore \"RE:lib/.*\\.o\""
1907
#: bzrlib/builtins.py:3141
1907
#: bzrlib/builtins.py:3048
1908
1908
msgid " Ignore everything but the \"debian\" toplevel directory::"
1911
#: bzrlib/builtins.py:3143
1911
#: bzrlib/builtins.py:3050
1913
1913
" bzr ignore \"RE:(?!debian/).*\"\n"
1952
#: bzrlib/builtins.py:3209
1952
#: bzrlib/builtins.py:3116
1953
1953
msgid "List ignored files and the patterns that matched them."
1956
#: bzrlib/builtins.py:3211
1956
#: bzrlib/builtins.py:3118
1958
1958
"List all the ignored files and the ignore pattern that caused the file to\n"
1962
#: bzrlib/builtins.py:3214
1962
#: bzrlib/builtins.py:3121
1963
1963
msgid "Alternatively, to list just the files::"
1966
#: bzrlib/builtins.py:3216
1966
#: bzrlib/builtins.py:3123
1967
1967
msgid " bzr ls --ignored"
1970
#: bzrlib/builtins.py:3250
1970
#: bzrlib/builtins.py:3157
1971
1971
#, python-format
1972
1972
msgid "not a valid revision-number: %r"
1975
#: bzrlib/builtins.py:3257
1975
#: bzrlib/builtins.py:3164
1977
1977
"Export current or past revision to a destination directory or archive."
1980
#: bzrlib/builtins.py:3259
1980
#: bzrlib/builtins.py:3166
1981
1981
msgid "If no revision is specified this exports the last committed revision."
1984
#: bzrlib/builtins.py:3261
1984
#: bzrlib/builtins.py:3168
1986
1986
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
1987
1987
"given, try to find the format with the extension. If no extension\n"
1988
1988
"is found exports to a directory (equivalent to --format=dir)."
1991
#: bzrlib/builtins.py:3265
1991
#: bzrlib/builtins.py:3172
1993
1993
"If root is supplied, it will be used as the root directory inside\n"
1994
1994
"container formats (tar, zip, etc). If it is not supplied it will default\n"
1995
1995
"to the exported filename. The root option has no effect for 'dir' format."
1998
#: bzrlib/builtins.py:3269
1998
#: bzrlib/builtins.py:3176
2000
2000
"If branch is omitted then the branch containing the current working\n"
2001
2001
"directory will be used."
2004
#: bzrlib/builtins.py:3272
2004
#: bzrlib/builtins.py:3179
2006
2006
"Note: Export of tree with non-ASCII filenames to zip is not supported."
2009
#: bzrlib/builtins.py:3274
2009
#: bzrlib/builtins.py:3181
2011
2011
" ================= =========================\n"
2012
2012
" Supported formats Autodetected by extension\n"
2019
2019
" ================= ========================="
2022
#: bzrlib/builtins.py:3288
2022
#: bzrlib/builtins.py:3195
2023
2023
msgid "Type of file to export to."
2026
#: bzrlib/builtins.py:3291
2026
#: bzrlib/builtins.py:3198
2027
2027
msgid "Apply content filters to export the convenient form."
2030
#: bzrlib/builtins.py:3295
2030
#: bzrlib/builtins.py:3202
2031
2031
msgid "Name of the root directory inside the exported file."
2034
#: bzrlib/builtins.py:3297
2034
#: bzrlib/builtins.py:3204
2036
2036
"Set modification time of files to that of the last revision in which it was "
2040
#: bzrlib/builtins.py:3300
2040
#: bzrlib/builtins.py:3207
2042
2042
"Export the working tree contents rather than that of the last revision."
2045
#: bzrlib/builtins.py:3319
2045
#: bzrlib/builtins.py:3226
2046
2046
msgid "--uncommitted requires a working tree"
2049
#: bzrlib/builtins.py:3328
2049
#: bzrlib/builtins.py:3235
2050
2050
#, python-format
2051
2051
msgid "Unsupported export format: %s"
2054
#: bzrlib/builtins.py:3332
2054
#: bzrlib/builtins.py:3239
2056
2056
"Write the contents of a file as of a given revision to standard output."
2059
#: bzrlib/builtins.py:3334
2059
#: bzrlib/builtins.py:3241
2060
2060
msgid "If no revision is nominated, the last revision is used."
2063
#: bzrlib/builtins.py:3336
2063
#: bzrlib/builtins.py:3243
2065
2065
"Note: Take care to redirect standard output when using this command on a\n"
2069
#: bzrlib/builtins.py:3342
2069
#: bzrlib/builtins.py:3249
2070
2070
msgid "The path name in the old tree."
2073
#: bzrlib/builtins.py:3343
2073
#: bzrlib/builtins.py:3250
2074
2074
msgid "Apply content filters to display the convenience form."
2077
#: bzrlib/builtins.py:3354
2077
#: bzrlib/builtins.py:3261
2078
2078
msgid "bzr cat --revision takes exactly one revision specifier"
2081
#: bzrlib/builtins.py:3379 bzrlib/builtins.py:3391
2081
#: bzrlib/builtins.py:3286 bzrlib/builtins.py:3298
2082
2082
msgid "{0!r} is not present in revision {1}"
2085
#: bzrlib/builtins.py:3414
2085
#: bzrlib/builtins.py:3321
2086
2086
msgid "Commit changes into a new revision."
2089
#: bzrlib/builtins.py:3416
2089
#: bzrlib/builtins.py:3323
2091
2091
"An explanatory message needs to be given for each commit. This is\n"
2092
2092
"often done by using the --message option (getting the message from the\n"
2096
2096
"boilerplate text loaded into the editor, use the --show-diff option."
2099
#: bzrlib/builtins.py:3423
2099
#: bzrlib/builtins.py:3330
2101
2101
"By default, the entire tree is committed and the person doing the\n"
2102
2102
"commit is assumed to be the author. These defaults can be overridden\n"
2103
2103
"as explained below."
2106
#: bzrlib/builtins.py:3427
2106
#: bzrlib/builtins.py:3334
2107
2107
msgid ":Selective commits:"
2110
#: bzrlib/builtins.py:3429
2110
#: bzrlib/builtins.py:3336
2112
2112
" If selected files are specified, only changes to those files are\n"
2113
2113
" committed. If a directory is specified then the directory and\n"
2114
2114
" everything within it is committed."
2117
#: bzrlib/builtins.py:3433
2117
#: bzrlib/builtins.py:3340
2119
2119
" When excludes are given, they take precedence over selected files.\n"
2120
2120
" For example, to commit only changes within foo, but not changes\n"
2121
2121
" within foo/bar::"
2124
#: bzrlib/builtins.py:3437
2124
#: bzrlib/builtins.py:3344
2125
2125
msgid " bzr commit foo -x foo/bar"
2128
#: bzrlib/builtins.py:3439
2128
#: bzrlib/builtins.py:3346
2129
2129
msgid " A selective commit after a merge is not yet supported."
2132
#: bzrlib/builtins.py:3441
2132
#: bzrlib/builtins.py:3348
2133
2133
msgid ":Custom authors:"
2136
#: bzrlib/builtins.py:3443
2136
#: bzrlib/builtins.py:3350
2138
2138
" If the author of the change is not the same person as the committer,\n"
2139
2139
" you can specify the author's name using the --author option. The\n"
2175
2175
" one or more bugs. See ``bzr help bugs`` for details."
2178
#: bzrlib/builtins.py:3474
2178
#: bzrlib/builtins.py:3381
2179
2179
msgid "Do not consider changes made to a given path."
2182
#: bzrlib/builtins.py:3477
2182
#: bzrlib/builtins.py:3384
2183
2183
msgid "Description of the new revision."
2186
#: bzrlib/builtins.py:3480
2186
#: bzrlib/builtins.py:3387
2187
2187
msgid "Commit even if nothing has changed."
2190
#: bzrlib/builtins.py:3484
2190
#: bzrlib/builtins.py:3391
2191
2191
msgid "Take commit message from this file."
2194
#: bzrlib/builtins.py:3486
2194
#: bzrlib/builtins.py:3393
2195
2195
msgid "Refuse to commit if there are unknown files in the working tree."
2198
#: bzrlib/builtins.py:3489
2198
#: bzrlib/builtins.py:3396
2200
2200
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2201
2201
"08:00:00 +0100'."
2204
#: bzrlib/builtins.py:3492
2204
#: bzrlib/builtins.py:3399
2205
2205
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2208
#: bzrlib/builtins.py:3495
2208
#: bzrlib/builtins.py:3402
2209
2209
msgid "Set the author's name, if it's different from the committer."
2212
#: bzrlib/builtins.py:3498
2212
#: bzrlib/builtins.py:3405
2214
2214
"Perform a local commit in a bound branch. Local commits are not pushed to "
2215
2215
"the master branch until a normal commit is performed."
2218
#: bzrlib/builtins.py:3504
2218
#: bzrlib/builtins.py:3411
2220
2220
"When no message is supplied, show the diff along with the status summary in "
2221
2221
"the message editor."
2224
#: bzrlib/builtins.py:3507
2224
#: bzrlib/builtins.py:3414
2226
2226
"When committing to a foreign version control system do not push data that "
2227
2227
"can not be natively represented."
2230
#: bzrlib/builtins.py:3525
2230
#: bzrlib/builtins.py:3432
2231
2231
#, python-format
2233
2233
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2243
2243
"Commit refused."
2246
#: bzrlib/builtins.py:3543
2246
#: bzrlib/builtins.py:3450
2247
2247
#, python-format
2248
2248
msgid "Unrecognized bug %s. Commit refused."
2251
#: bzrlib/builtins.py:3546
2251
#: bzrlib/builtins.py:3453
2252
2252
#, python-format
2255
2255
"Commit refused."
2258
#: bzrlib/builtins.py:3570
2258
#: bzrlib/builtins.py:3477
2259
2259
msgid "Could not parse --commit-time: "
2262
#: bzrlib/builtins.py:3610
2262
#: bzrlib/builtins.py:3517
2263
2263
msgid "please specify either --message or --file"
2266
#: bzrlib/builtins.py:3639
2266
#: bzrlib/builtins.py:3546
2267
2267
msgid "please specify a commit message with either --message or --file"
2270
#: bzrlib/builtins.py:3642
2270
#: bzrlib/builtins.py:3549
2272
2272
"Empty commit message specified. Please specify a commit message with either -"
2273
2273
"-message or --file or leave a blank message with --message \"\"."
2276
#: bzrlib/builtins.py:3662
2276
#: bzrlib/builtins.py:3569
2278
2278
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2279
2279
"-unchanged to force an empty commit."
2282
#: bzrlib/builtins.py:3666
2282
#: bzrlib/builtins.py:3573
2284
2284
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2285
2285
"resolve FILE\" to resolve."
2288
#: bzrlib/builtins.py:3670
2288
#: bzrlib/builtins.py:3577
2289
2289
msgid "Commit refused because there are unknown files in the working tree."
2292
#: bzrlib/builtins.py:3673
2292
#: bzrlib/builtins.py:3580
2295
2295
"To commit to master branch, run update and then commit.\n"
2296
2296
"You can also pass --local to commit to continue working disconnected."
2299
#: bzrlib/builtins.py:3681
2299
#: bzrlib/builtins.py:3588
2301
2301
"Validate working tree structure, branch consistency and repository history."
2304
#: bzrlib/builtins.py:3683
2304
#: bzrlib/builtins.py:3590
2306
2306
"This command checks various invariants about branch and repository storage\n"
2307
2307
"to detect data corruption or bzr bugs."
2310
#: bzrlib/builtins.py:3686
2310
#: bzrlib/builtins.py:3593
2312
2312
"The working tree and branch checks will only give output if a problem is\n"
2313
2313
"detected. The output fields of the repository check are:"
2316
#: bzrlib/builtins.py:3689
2316
#: bzrlib/builtins.py:3596
2319
2319
" This is just the number of revisions checked. It doesn't\n"
2320
2320
" indicate a problem."
2323
#: bzrlib/builtins.py:3693
2323
#: bzrlib/builtins.py:3600
2325
2325
"versionedfiles\n"
2326
2326
" This is just the number of versionedfiles checked. It\n"
2327
2327
" doesn't indicate a problem."
2330
#: bzrlib/builtins.py:3697
2330
#: bzrlib/builtins.py:3604
2332
2332
"unreferenced ancestors\n"
2333
2333
" Texts that are ancestors of other texts, but\n"
2351
2351
" indicate a problem."
2354
#: bzrlib/builtins.py:3712
2354
#: bzrlib/builtins.py:3619
2356
2356
"If no restrictions are specified, all Bazaar data that is found at the "
2358
2358
"location will be checked."
2361
#: bzrlib/builtins.py:3717
2361
#: bzrlib/builtins.py:3624
2362
2362
msgid " Check the tree and branch at 'foo'::"
2365
#: bzrlib/builtins.py:3719
2365
#: bzrlib/builtins.py:3626
2366
2366
msgid " bzr check --tree --branch foo"
2369
#: bzrlib/builtins.py:3721
2369
#: bzrlib/builtins.py:3628
2370
2370
msgid " Check only the repository at 'bar'::"
2373
#: bzrlib/builtins.py:3723
2373
#: bzrlib/builtins.py:3630
2374
2374
msgid " bzr check --repo bar"
2377
#: bzrlib/builtins.py:3725
2377
#: bzrlib/builtins.py:3632
2378
2378
msgid " Check everything at 'baz'::"
2381
#: bzrlib/builtins.py:3727
2381
#: bzrlib/builtins.py:3634
2382
2382
msgid " bzr check baz"
2385
#: bzrlib/builtins.py:3733
2385
#: bzrlib/builtins.py:3640
2386
2386
msgid "Check the branch related to the current directory."
2389
#: bzrlib/builtins.py:3735
2389
#: bzrlib/builtins.py:3642
2390
2390
msgid "Check the repository related to the current directory."
2393
#: bzrlib/builtins.py:3737
2393
#: bzrlib/builtins.py:3644
2394
2394
msgid "Check the working tree related to the current directory."
2397
#: bzrlib/builtins.py:3751
2397
#: bzrlib/builtins.py:3658
2398
2398
msgid "Upgrade a repository, branch or working tree to a newer format."
2401
#: bzrlib/builtins.py:3753
2401
#: bzrlib/builtins.py:3660
2403
2403
"When the default format has changed after a major new release of\n"
2404
2404
"Bazaar, you may be informed during certain operations that you\n"
2439
#: bzrlib/builtins.py:3779
2439
#: bzrlib/builtins.py:3686
2441
2441
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2442
2442
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2445
#: bzrlib/builtins.py:3787
2445
#: bzrlib/builtins.py:3694
2446
2446
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2449
#: bzrlib/builtins.py:3791
2449
#: bzrlib/builtins.py:3698
2450
2450
msgid "Branch format"
2453
#: bzrlib/builtins.py:3793
2453
#: bzrlib/builtins.py:3700
2454
2454
msgid "Remove the backup.bzr directory if successful."
2457
#: bzrlib/builtins.py:3795
2457
#: bzrlib/builtins.py:3702
2458
2458
msgid "Show what would be done, but don't actually do anything."
2461
#: bzrlib/builtins.py:3810
2461
#: bzrlib/builtins.py:3717
2462
2462
msgid "Show or set bzr user id."
2465
#: bzrlib/builtins.py:3812
2465
#: bzrlib/builtins.py:3719
2468
2468
" Show the email of the current user::"
2471
#: bzrlib/builtins.py:3815
2471
#: bzrlib/builtins.py:3722
2472
2472
msgid " bzr whoami --email"
2475
#: bzrlib/builtins.py:3817
2475
#: bzrlib/builtins.py:3724
2476
2476
msgid " Set the current user::"
2479
#: bzrlib/builtins.py:3819
2479
#: bzrlib/builtins.py:3726
2480
2480
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2483
#: bzrlib/builtins.py:3823
2483
#: bzrlib/builtins.py:3730
2484
2484
msgid "Display email address only."
2487
#: bzrlib/builtins.py:3825
2487
#: bzrlib/builtins.py:3732
2488
2488
msgid "Set identity for the current branch instead of globally."
2491
#: bzrlib/builtins.py:3851
2491
#: bzrlib/builtins.py:3758
2492
2492
msgid "--email can only be used to display existing identity"
2495
#: bzrlib/builtins.py:3873
2495
#: bzrlib/builtins.py:3780
2496
2496
msgid "Print or set the branch nickname."
2499
#: bzrlib/builtins.py:3875
2499
#: bzrlib/builtins.py:3782
2501
2501
"If unset, the tree root directory name is used as the nickname.\n"
2502
2502
"To print the current nickname, execute with no argument."
2505
#: bzrlib/builtins.py:3878
2505
#: bzrlib/builtins.py:3785
2507
2507
"Bound branches use the nickname of its master branch unless it is set\n"
2511
#: bzrlib/builtins.py:3898
2511
#: bzrlib/builtins.py:3805
2512
2512
msgid "Set/unset and display aliases."
2515
#: bzrlib/builtins.py:3900
2515
#: bzrlib/builtins.py:3807
2518
2518
" Show the current aliases::"
2521
#: bzrlib/builtins.py:3903
2521
#: bzrlib/builtins.py:3810
2522
2522
msgid " bzr alias"
2525
#: bzrlib/builtins.py:3905
2525
#: bzrlib/builtins.py:3812
2526
2526
msgid " Show the alias specified for 'll'::"
2529
#: bzrlib/builtins.py:3907
2529
#: bzrlib/builtins.py:3814
2530
2530
msgid " bzr alias ll"
2533
#: bzrlib/builtins.py:3909
2533
#: bzrlib/builtins.py:3816
2534
2534
msgid " Set an alias for 'll'::"
2537
#: bzrlib/builtins.py:3911
2537
#: bzrlib/builtins.py:3818
2538
2538
msgid " bzr alias ll=\"log --line -r-10..-1\""
2541
#: bzrlib/builtins.py:3913
2541
#: bzrlib/builtins.py:3820
2542
2542
msgid " To remove an alias for 'll'::"
2545
#: bzrlib/builtins.py:3915
2545
#: bzrlib/builtins.py:3822
2546
2546
msgid " bzr alias --remove ll"
2549
#: bzrlib/builtins.py:3920
2549
#: bzrlib/builtins.py:3827
2550
2550
msgid "Remove the alias."
2553
#: bzrlib/builtins.py:3938
2553
#: bzrlib/builtins.py:3845
2554
2554
msgid "bzr alias --remove expects an alias to remove."
2557
#: bzrlib/builtins.py:4119
2557
#: bzrlib/builtins.py:4026
2559
2559
"subunit not available. subunit needs to be installed to use --subunit."
2562
#: bzrlib/builtins.py:4136
2562
#: bzrlib/builtins.py:4043
2564
2564
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2567
#: bzrlib/builtins.py:4183
2567
#: bzrlib/builtins.py:4090
2568
2568
msgid "Show version of bzr."
2571
#: bzrlib/builtins.py:4187
2571
#: bzrlib/builtins.py:4094
2572
2572
msgid "Print just the version number."
2575
#: bzrlib/builtins.py:4206
2575
#: bzrlib/builtins.py:4113
2576
2576
msgid "It sure does!\n"
2579
#: bzrlib/builtins.py:4230
2579
#: bzrlib/builtins.py:4137
2580
2580
#, python-format
2581
2581
msgid "merge base is revision %s\n"
2584
#: bzrlib/builtins.py:4234
2584
#: bzrlib/builtins.py:4141
2585
2585
msgid "Perform a three-way merge."
2588
#: bzrlib/builtins.py:4236
2588
#: bzrlib/builtins.py:4143
2590
2590
"The source of the merge can be specified either in the form of a branch,\n"
2591
2591
"or in the form of a path to a file containing a merge directive generated\n"
2661
2661
"merge revision which has more than two parents."
2664
#: bzrlib/builtins.py:4283
2664
#: bzrlib/builtins.py:4190
2666
2666
"If one would like to merge changes from the working tree of the other\n"
2667
2667
"branch without merging any committed revisions, the --uncommitted option\n"
2668
2668
"can be given."
2671
#: bzrlib/builtins.py:4287
2671
#: bzrlib/builtins.py:4194
2673
2673
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2674
2674
"you to apply each diff hunk and file change, similar to \"shelve\"."
2677
#: bzrlib/builtins.py:4290
2677
#: bzrlib/builtins.py:4197
2680
2680
" To merge all new revisions from bzr.dev::"
2683
#: bzrlib/builtins.py:4293
2683
#: bzrlib/builtins.py:4200
2684
2684
msgid " bzr merge ../bzr.dev"
2687
#: bzrlib/builtins.py:4295
2687
#: bzrlib/builtins.py:4202
2688
2688
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2691
#: bzrlib/builtins.py:4297
2691
#: bzrlib/builtins.py:4204
2692
2692
msgid " bzr merge -r 82 ../bzr.dev"
2695
#: bzrlib/builtins.py:4299
2695
#: bzrlib/builtins.py:4206
2696
2696
msgid " To merge the changes introduced by 82, without previous changes::"
2699
#: bzrlib/builtins.py:4301
2699
#: bzrlib/builtins.py:4208
2700
2700
msgid " bzr merge -r 81..82 ../bzr.dev"
2703
#: bzrlib/builtins.py:4303
2703
#: bzrlib/builtins.py:4210
2704
2704
msgid " To apply a merge directive contained in /tmp/merge::"
2707
#: bzrlib/builtins.py:4305
2707
#: bzrlib/builtins.py:4212
2708
2708
msgid " bzr merge /tmp/merge"
2711
#: bzrlib/builtins.py:4307
2711
#: bzrlib/builtins.py:4214
2713
2713
" To create a merge revision with three parents from two branches\n"
2714
2714
" feature1a and feature1b:"
2717
#: bzrlib/builtins.py:4310
2717
#: bzrlib/builtins.py:4217
2719
2719
" bzr merge ../feature1a\n"
2720
2720
" bzr merge ../feature1b --force\n"
2721
2721
" bzr commit -m 'revision with three parents'"
2724
#: bzrlib/builtins.py:4322
2724
#: bzrlib/builtins.py:4229
2725
2725
msgid "Merge even if the destination tree has uncommitted changes."
2728
#: bzrlib/builtins.py:4328
2728
#: bzrlib/builtins.py:4235
2730
2730
"Apply uncommitted changes from a working copy, instead of branch changes."
2733
#: bzrlib/builtins.py:4330
2733
#: bzrlib/builtins.py:4237
2735
2735
"If the destination is already completely merged into the source, pull from "
2736
2736
"the source rather than merging. When this happens, you do not need to "
2737
2737
"commit the result."
2740
#: bzrlib/builtins.py:4335
2740
#: bzrlib/builtins.py:4242
2742
2742
"Branch to merge into, rather than the one containing the working directory."
2745
#: bzrlib/builtins.py:4337
2745
#: bzrlib/builtins.py:4244
2746
2746
msgid "Instead of merging, show a diff of the merge."
2749
#: bzrlib/builtins.py:4339
2749
#: bzrlib/builtins.py:4246
2750
2750
msgid "Select changes interactively."
2753
#: bzrlib/builtins.py:4361
2753
#: bzrlib/builtins.py:4268
2755
2755
"Merging into empty branches not currently supported, "
2756
2756
"https://bugs.launchpad.net/bzr/+bug/308562"
2759
#: bzrlib/builtins.py:4388
2759
#: bzrlib/builtins.py:4295
2760
2760
msgid "Cannot use --uncommitted with bundles or merge directives."
2763
#: bzrlib/builtins.py:4399
2763
#: bzrlib/builtins.py:4306
2764
2764
msgid "Cannot use --uncommitted and --revision at the same time."
2767
#: bzrlib/builtins.py:4419
2767
#: bzrlib/builtins.py:4326
2768
2768
msgid "merger: "
2771
#: bzrlib/builtins.py:4421 bzrlib/bundle/apply_bundle.py:71
2771
#: bzrlib/builtins.py:4328 bzrlib/bundle/apply_bundle.py:71
2772
2772
msgid "Nothing to do."
2775
#: bzrlib/builtins.py:4425
2775
#: bzrlib/builtins.py:4332
2776
2776
msgid "Cannot pull individual files"
2779
#: bzrlib/builtins.py:4433
2779
#: bzrlib/builtins.py:4340
2780
2780
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2783
#: bzrlib/builtins.py:4491
2783
#: bzrlib/builtins.py:4398
2784
2784
#, python-format
2785
2785
msgid "Show-base is not supported for this merge type. %s"
2788
#: bzrlib/builtins.py:4500
2788
#: bzrlib/builtins.py:4407
2789
2789
#, python-format
2790
2790
msgid "Conflict reduction is not supported for merge type %s."
2793
#: bzrlib/builtins.py:4504
2793
#: bzrlib/builtins.py:4411
2794
2794
msgid "Cannot do conflict reduction and show base."
2797
#: bzrlib/builtins.py:4615
2797
#: bzrlib/builtins.py:4522
2798
2798
msgid "No location specified or remembered"
2801
#: bzrlib/builtins.py:4617
2801
#: bzrlib/builtins.py:4524
2802
2802
msgid "{0} remembered {1} location {2}"
2805
#: bzrlib/builtins.py:4623
2805
#: bzrlib/builtins.py:4530
2806
2806
msgid "Redo a merge."
2809
#: bzrlib/builtins.py:4625
2809
#: bzrlib/builtins.py:4532
2811
2811
"Use this if you want to try a different merge technique while resolving\n"
2812
2812
"conflicts. Some merge techniques are better than others, and remerge\n"
2813
2813
"lets you try different ones on different files."
2816
#: bzrlib/builtins.py:4629
2816
#: bzrlib/builtins.py:4536
2818
2818
"The options for remerge have the same meaning and defaults as the ones for\n"
2819
2819
"merge. The difference is that remerge can (only) be run when there is a\n"
2820
2820
"pending merge, and it lets you specify particular files."
2823
#: bzrlib/builtins.py:4633
2823
#: bzrlib/builtins.py:4540
2826
2826
" Re-do the merge of all conflicted files, and show the base text in\n"
2827
2827
" conflict regions, in addition to the usual THIS and OTHER texts::"
2830
#: bzrlib/builtins.py:4637
2830
#: bzrlib/builtins.py:4544
2831
2831
msgid " bzr remerge --show-base"
2834
#: bzrlib/builtins.py:4639
2834
#: bzrlib/builtins.py:4546
2836
2836
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2837
2837
" additional processing to reduce the size of conflict regions::"
2840
#: bzrlib/builtins.py:4642
2840
#: bzrlib/builtins.py:4549
2841
2841
msgid " bzr remerge --merge-type weave --reprocess foobar"
2844
#: bzrlib/builtins.py:4649
2844
#: bzrlib/builtins.py:4556
2845
2845
msgid "Show base revision text in conflicts."
2848
#: bzrlib/builtins.py:4661
2848
#: bzrlib/builtins.py:4568
2850
2850
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2854
#: bzrlib/builtins.py:4717
2854
#: bzrlib/builtins.py:4624
2855
2855
msgid "Revert files to a previous revision."
2858
#: bzrlib/builtins.py:4719
2858
#: bzrlib/builtins.py:4626
2860
2860
"Giving a list of files will revert only those files. Otherwise, all files\n"
2861
2861
"will be reverted. If the revision is not specified with '--revision', the\n"
2862
2862
"last committed revision is used."
2865
#: bzrlib/builtins.py:4723
2865
#: bzrlib/builtins.py:4630
2867
2867
"To remove only some changes, without reverting to a prior version, use\n"
2868
2868
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2957
2957
" 0 - no missing revisions"
2960
#: bzrlib/builtins.py:4847
2960
#: bzrlib/builtins.py:4754
2962
2962
" Determine the missing revisions between this and the branch at the\n"
2963
2963
" remembered pull location::"
2966
#: bzrlib/builtins.py:4850
2966
#: bzrlib/builtins.py:4757
2967
2967
msgid " bzr missing"
2970
#: bzrlib/builtins.py:4852
2970
#: bzrlib/builtins.py:4759
2971
2971
msgid " Determine the missing revisions between this and another branch::"
2974
#: bzrlib/builtins.py:4854
2974
#: bzrlib/builtins.py:4761
2975
2975
msgid " bzr missing http://server/branch"
2978
#: bzrlib/builtins.py:4856
2978
#: bzrlib/builtins.py:4763
2980
2980
" Determine the missing revisions up to a specific revision on the other\n"
2984
#: bzrlib/builtins.py:4859
2984
#: bzrlib/builtins.py:4766
2985
2985
msgid " bzr missing -r ..-10"
2988
#: bzrlib/builtins.py:4861
2988
#: bzrlib/builtins.py:4768
2990
2990
" Determine the missing revisions up to a specific revision on this\n"
2994
#: bzrlib/builtins.py:4864
2994
#: bzrlib/builtins.py:4771
2995
2995
msgid " bzr missing --my-revision ..-10"
2998
#: bzrlib/builtins.py:4871
2998
#: bzrlib/builtins.py:4778
2999
2999
msgid "Reverse the order of revisions."
3002
#: bzrlib/builtins.py:4873
3002
#: bzrlib/builtins.py:4780
3003
3003
msgid "Display changes in the local branch only."
3006
#: bzrlib/builtins.py:4874
3006
#: bzrlib/builtins.py:4781
3007
3007
msgid "Same as --mine-only."
3010
#: bzrlib/builtins.py:4876
3010
#: bzrlib/builtins.py:4783
3011
3011
msgid "Display changes in the remote branch only."
3014
#: bzrlib/builtins.py:4877
3014
#: bzrlib/builtins.py:4784
3015
3015
msgid "Same as --theirs-only."
3018
#: bzrlib/builtins.py:4882
3018
#: bzrlib/builtins.py:4789
3020
3020
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3024
#: bzrlib/builtins.py:4886
3024
#: bzrlib/builtins.py:4793
3026
3026
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3030
#: bzrlib/builtins.py:4889
3030
#: bzrlib/builtins.py:4796
3031
3031
msgid "Show all revisions in addition to the mainline ones."
3034
#: bzrlib/builtins.py:4943
3034
#: bzrlib/builtins.py:4850
3035
3035
msgid "No peer location known or specified."
3038
#: bzrlib/builtins.py:4947
3038
#: bzrlib/builtins.py:4854
3039
3039
msgid "Using saved parent location: {0}\n"
3042
#: bzrlib/builtins.py:4980
3042
#: bzrlib/builtins.py:4887
3043
3043
#, python-format
3044
3044
msgid "You have %d extra revision:\n"
3045
3045
msgid_plural "You have %d extra revisions:\n"
3049
#: bzrlib/builtins.py:4996
3049
#: bzrlib/builtins.py:4903
3050
3050
#, python-format
3051
3051
msgid "You are missing %d revision:\n"
3052
3052
msgid_plural "You are missing %d revisions:\n"
3056
#: bzrlib/builtins.py:5008
3056
#: bzrlib/builtins.py:4915
3057
3057
msgid "This branch has no new revisions.\n"
3060
#: bzrlib/builtins.py:5011
3060
#: bzrlib/builtins.py:4918
3061
3061
msgid "Other branch has no new revisions.\n"
3064
#: bzrlib/builtins.py:5016
3064
#: bzrlib/builtins.py:4923
3065
3065
msgid "Branches are up to date.\n"
3068
#: bzrlib/builtins.py:5027
3068
#: bzrlib/builtins.py:4934
3069
3069
msgid "Compress the data within a repository."
3072
#: bzrlib/builtins.py:5029
3072
#: bzrlib/builtins.py:4936
3074
3074
"This operation compresses the data within a bazaar repository. As\n"
3075
3075
"bazaar supports automatic packing of repository, this operation is\n"
3076
3076
"normally not required to be done manually."
3079
#: bzrlib/builtins.py:5033
3079
#: bzrlib/builtins.py:4940
3081
3081
"During the pack operation, bazaar takes a backup of existing repository\n"
3082
3082
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3128
3128
"plugins using the Python programming language."
3131
#: bzrlib/builtins.py:5091
3131
#: bzrlib/builtins.py:4998
3132
3132
msgid "Show testament (signing-form) of a revision."
3135
#: bzrlib/builtins.py:5094
3135
#: bzrlib/builtins.py:5001
3136
3136
msgid "Produce long-format testament."
3139
#: bzrlib/builtins.py:5096
3139
#: bzrlib/builtins.py:5003
3140
3140
msgid "Produce a strict-format testament."
3143
#: bzrlib/builtins.py:5122
3143
#: bzrlib/builtins.py:5029
3144
3144
msgid "Show the origin of each line in a file."
3147
#: bzrlib/builtins.py:5124
3147
#: bzrlib/builtins.py:5031
3149
3149
"This prints out the given file with an annotation on the left side\n"
3150
3150
"indicating which revision, author and date introduced the change."
3153
#: bzrlib/builtins.py:5127
3153
#: bzrlib/builtins.py:5034
3155
3155
"If the origin is the same for a run of consecutive lines, it is\n"
3156
3156
"shown only at the top, unless the --all option is given."
3159
#: bzrlib/builtins.py:5135
3159
#: bzrlib/builtins.py:5042
3160
3160
msgid "Show annotations on all lines."
3163
#: bzrlib/builtins.py:5136
3163
#: bzrlib/builtins.py:5043
3164
3164
msgid "Show commit date in annotations."
3167
#: bzrlib/builtins.py:5223
3167
#: bzrlib/builtins.py:5130
3168
3168
msgid "Cannot sign a range of non-revision-history revisions"
3171
#: bzrlib/builtins.py:5235
3171
#: bzrlib/builtins.py:5142
3172
3172
msgid "Please supply either one revision, or a range."
3175
#: bzrlib/builtins.py:5239
3175
#: bzrlib/builtins.py:5146
3177
3177
"Convert the current branch into a checkout of the supplied branch.\n"
3178
3178
"If no branch is supplied, rebind to the last bound location."
3181
#: bzrlib/builtins.py:5242
3181
#: bzrlib/builtins.py:5149
3183
3183
"Once converted into a checkout, commits must succeed on the master branch\n"
3184
3184
"before they will be applied to the local branch."
3187
#: bzrlib/builtins.py:5245
3187
#: bzrlib/builtins.py:5152
3189
3189
"Bound branches use the nickname of its master branch unless it is set\n"
3190
3190
"locally, in which case binding will update the local nickname to be\n"
3191
3191
"that of the master."
3194
#: bzrlib/builtins.py:5260
3194
#: bzrlib/builtins.py:5167
3195
3195
msgid "No location supplied. This format does not remember old locations."
3198
#: bzrlib/builtins.py:5265
3198
#: bzrlib/builtins.py:5172
3199
3199
msgid "Branch is already bound"
3202
#: bzrlib/builtins.py:5267
3202
#: bzrlib/builtins.py:5174
3203
3203
msgid "No location supplied and no previous location known"
3206
#: bzrlib/builtins.py:5273
3206
#: bzrlib/builtins.py:5180
3207
3207
msgid "These branches have diverged. Try merging, and then bind again."
3210
#: bzrlib/builtins.py:5280
3210
#: bzrlib/builtins.py:5187
3211
3211
msgid "Convert the current checkout into a regular branch."
3214
#: bzrlib/builtins.py:5282
3214
#: bzrlib/builtins.py:5189
3216
3216
"After unbinding, the local branch is considered independent and subsequent\n"
3217
3217
"commits will be local only."
3220
#: bzrlib/builtins.py:5293
3220
#: bzrlib/builtins.py:5200
3221
3221
msgid "Local branch is not bound"
3224
#: bzrlib/builtins.py:5297
3224
#: bzrlib/builtins.py:5204
3225
3225
msgid "Remove the last committed revision."
3228
#: bzrlib/builtins.py:5299
3228
#: bzrlib/builtins.py:5206
3230
3230
"--verbose will print out what is being removed.\n"
3231
3231
"--dry-run will go through all the motions, but not actually\n"
3232
3232
"remove anything."
3235
#: bzrlib/builtins.py:5303
3235
#: bzrlib/builtins.py:5210
3237
3237
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3238
3238
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3239
3239
"branch at revision 15."
3242
#: bzrlib/builtins.py:5307
3242
#: bzrlib/builtins.py:5214
3244
3244
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3245
3245
"it may make is to restore any pending merges that were present before\n"
3249
#: bzrlib/builtins.py:5318
3249
#: bzrlib/builtins.py:5225
3250
3250
msgid "Don't actually make changes."
3253
#: bzrlib/builtins.py:5319
3253
#: bzrlib/builtins.py:5226
3254
3254
msgid "Say yes to all questions."
3257
#: bzrlib/builtins.py:5321
3257
#: bzrlib/builtins.py:5228
3258
3258
msgid "Keep tags that point to removed revisions."
3261
#: bzrlib/builtins.py:5323
3261
#: bzrlib/builtins.py:5230
3262
3262
msgid "Only remove the commits from the local branch when in a checkout."
3265
#: bzrlib/builtins.py:5372
3265
#: bzrlib/builtins.py:5279
3266
3266
msgid "No revisions to uncommit.\n"
3269
#: bzrlib/builtins.py:5387
3269
#: bzrlib/builtins.py:5294
3270
3270
msgid "Dry-run, pretending to remove the above revisions.\n"
3273
#: bzrlib/builtins.py:5390
3273
#: bzrlib/builtins.py:5297
3274
3274
msgid "The above revision(s) will be removed.\n"
3277
#: bzrlib/builtins.py:5394
3277
#: bzrlib/builtins.py:5301
3278
3278
msgid "Uncommit these revisions"
3281
#: bzrlib/builtins.py:5397
3281
#: bzrlib/builtins.py:5304
3282
3282
msgid "Canceled\n"
3285
#: bzrlib/builtins.py:5404
3285
#: bzrlib/builtins.py:5311
3286
3286
#, python-format
3288
3288
"You can restore the old tip by running:\n"
3289
3289
" bzr pull . -r revid:%s\n"
3292
#: bzrlib/builtins.py:5409
3292
#: bzrlib/builtins.py:5316
3293
3293
msgid "Break a dead lock."
3296
#: bzrlib/builtins.py:5411
3296
#: bzrlib/builtins.py:5318
3298
3298
"This command breaks a lock on a repository, branch, working directory or\n"
3302
#: bzrlib/builtins.py:5414
3302
#: bzrlib/builtins.py:5321
3304
3304
"CAUTION: Locks should only be broken when you are sure that the process\n"
3305
3305
"holding the lock has been stopped."
3308
#: bzrlib/builtins.py:5417
3308
#: bzrlib/builtins.py:5324
3310
3310
"You can get information on what locks are open via the 'bzr info\n"
3311
3311
"[location]' command."
3314
#: bzrlib/builtins.py:5420
3314
#: bzrlib/builtins.py:5327
3317
3317
" bzr break-lock\n"
3319
3319
" bzr break-lock --conf ~/.bazaar"
3322
#: bzrlib/builtins.py:5429
3322
#: bzrlib/builtins.py:5336
3323
3323
msgid "LOCATION is the directory where the config lock is."
3326
#: bzrlib/builtins.py:5431
3326
#: bzrlib/builtins.py:5338
3327
3327
msgid "Do not ask for confirmation before breaking the lock."
3330
#: bzrlib/builtins.py:5466
3330
#: bzrlib/builtins.py:5373
3331
3331
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3334
#: bzrlib/builtins.py:5467
3334
#: bzrlib/builtins.py:5374
3335
3335
msgid "Run the bzr server."
3338
#: bzrlib/builtins.py:5473
3338
#: bzrlib/builtins.py:5380
3339
3339
msgid "Serve on stdin/out for use from inetd or sshd."
3342
#: bzrlib/builtins.py:5474
3342
#: bzrlib/builtins.py:5381
3343
3343
msgid "protocol"
3346
#: bzrlib/builtins.py:5475
3346
#: bzrlib/builtins.py:5382
3347
3347
msgid "Protocol to serve."
3350
#: bzrlib/builtins.py:5479
3350
#: bzrlib/builtins.py:5386
3352
3352
"Listen for connections on nominated port of the form [hostname:]portnumber. "
3353
3353
"Passing 0 as the port number will result in a dynamically allocated port. "
3354
3354
"The default port depends on the protocol."
3357
#: bzrlib/builtins.py:5485
3357
#: bzrlib/builtins.py:5392
3358
3358
msgid "Serve contents of this directory."
3361
#: bzrlib/builtins.py:5487
3361
#: bzrlib/builtins.py:5394
3363
3363
"By default the server is a readonly server. Supplying --allow-writes "
3364
3364
"enables write access to the contents of the served directory and below. "
3367
3367
"uncontrolled write access to your file system."
3370
#: bzrlib/builtins.py:5496
3370
#: bzrlib/builtins.py:5403
3371
3371
msgid "Override the default idle client timeout (5min)."
3374
#: bzrlib/builtins.py:5546
3374
#: bzrlib/builtins.py:5453
3375
3375
msgid "Combine a tree into its containing tree."
3378
#: bzrlib/builtins.py:5548
3378
#: bzrlib/builtins.py:5455
3379
3379
msgid "This command requires the target tree to be in a rich-root format."
3382
#: bzrlib/builtins.py:5550
3382
#: bzrlib/builtins.py:5457
3384
3384
"The TREE argument should be an independent tree, inside another tree, but\n"
3385
3385
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3386
3386
"running \"bzr branch\" with the target inside a tree.)"
3389
#: bzrlib/builtins.py:5554
3389
#: bzrlib/builtins.py:5461
3391
3391
"The result is a combined tree, with the subtree no longer an independent\n"
3392
3392
"part. This is marked as a merge of the subtree into the containing tree,\n"
3393
3393
"and all history is preserved."
3396
#: bzrlib/builtins.py:5572
3396
#: bzrlib/builtins.py:5479
3397
3397
#, python-format
3399
3399
"Can't join trees because %s doesn't support rich root data.\n"
3400
3400
"You can use bzr upgrade on the repository."
3403
#: bzrlib/builtins.py:5582 bzrlib/builtins.py:5588
3403
#: bzrlib/builtins.py:5489 bzrlib/builtins.py:5495
3404
3404
msgid "Cannot join {0}. {1}"
3407
#: bzrlib/builtins.py:5592
3407
#: bzrlib/builtins.py:5499
3408
3408
msgid "Split a subdirectory of a tree into a separate tree."
3411
#: bzrlib/builtins.py:5594
3411
#: bzrlib/builtins.py:5501
3413
3413
"This command will produce a target tree in a format that supports\n"
3414
3414
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3415
3415
"converted into earlier formats like 'dirstate-tags'."
3418
#: bzrlib/builtins.py:5598
3418
#: bzrlib/builtins.py:5505
3420
3420
"The TREE argument should be a subdirectory of a working tree. That\n"
3421
3421
"subdirectory will be converted into an independent tree, with its own\n"
3422
3422
"branch. Commits in the top-level tree will not apply to the new subtree."
3425
#: bzrlib/builtins.py:5678
3425
#: bzrlib/builtins.py:5585
3426
3426
msgid "No submit branch specified or known"
3429
#: bzrlib/builtins.py:5686 bzrlib/send.py:108
3429
#: bzrlib/builtins.py:5593 bzrlib/send.py:108
3430
3430
msgid "No public branch specified or known"
3433
#: bzrlib/builtins.py:5691
3433
#: bzrlib/builtins.py:5598
3434
3434
msgid "bzr merge-directive takes at most two one revision identifiers"
3437
#: bzrlib/builtins.py:5700
3437
#: bzrlib/builtins.py:5607
3438
3438
msgid "No revisions to bundle."
3441
#: bzrlib/builtins.py:5719
3441
#: bzrlib/builtins.py:5626
3442
3442
msgid "Mail or create a merge-directive for submitting changes."
3445
#: bzrlib/builtins.py:5721
3445
#: bzrlib/builtins.py:5628
3446
3446
msgid "A merge directive provides many things needed for requesting merges:"
3449
#: bzrlib/builtins.py:5723
3449
#: bzrlib/builtins.py:5630
3450
3450
msgid "* A machine-readable description of the merge to perform"
3453
#: bzrlib/builtins.py:5725
3453
#: bzrlib/builtins.py:5632
3454
3454
msgid "* An optional patch that is a preview of the changes requested"
3457
#: bzrlib/builtins.py:5727
3457
#: bzrlib/builtins.py:5634
3459
3459
"* An optional bundle of revision data, so that the changes can be applied\n"
3460
3460
" directly from the merge directive, without retrieving data from a\n"
3464
#: bzrlib/builtins.py:5731
3464
#: bzrlib/builtins.py:5638
3466
3466
"`bzr send` creates a compact data set that, when applied using bzr\n"
3467
3467
"merge, has the same effect as merging from the source branch. "
3470
#: bzrlib/builtins.py:5734
3470
#: bzrlib/builtins.py:5641
3472
3472
"By default the merge directive is self-contained and can be applied to any\n"
3473
3473
"branch containing submit_branch in its ancestory without needing access to\n"
3474
3474
"the source branch."
3477
#: bzrlib/builtins.py:5738
3477
#: bzrlib/builtins.py:5645
3479
3479
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3480
3480
"revisions, but only a structured request to merge from the\n"
3566
3566
"set them, and use `bzr info` to display them."
3569
#: bzrlib/builtins.py:5813
3569
#: bzrlib/builtins.py:5720
3570
3570
msgid "Write merge directive to this file or directory; use - for stdout."
3573
#: bzrlib/builtins.py:5817
3573
#: bzrlib/builtins.py:5724
3575
3575
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3576
3576
"strict disables the check."
3579
#: bzrlib/builtins.py:5819
3579
#: bzrlib/builtins.py:5726
3580
3580
msgid "Mail the request to this address."
3583
#: bzrlib/builtins.py:5823
3583
#: bzrlib/builtins.py:5730
3584
3584
msgid "Body for the email."
3587
#: bzrlib/builtins.py:5876
3587
#: bzrlib/builtins.py:5783
3588
3588
msgid "Do not include a bundle in the merge directive."
3591
#: bzrlib/builtins.py:5877
3591
#: bzrlib/builtins.py:5784
3592
3592
msgid "Do not include a preview patch in the merge directive."
3595
#: bzrlib/builtins.py:5880
3595
#: bzrlib/builtins.py:5787
3596
3596
msgid "Remember submit and public branch."
3599
#: bzrlib/builtins.py:5882
3599
#: bzrlib/builtins.py:5789
3601
3601
"Branch to generate the submission from, rather than the one containing the "
3602
3602
"working directory."
3605
#: bzrlib/builtins.py:5892 bzrlib/cmd_version_info.py:76
3605
#: bzrlib/builtins.py:5799 bzrlib/cmd_version_info.py:76
3609
#: bzrlib/builtins.py:5893
3609
#: bzrlib/builtins.py:5800
3610
3610
msgid "Use the specified output format."
3613
#: bzrlib/builtins.py:5915
3613
#: bzrlib/builtins.py:5822
3614
3614
msgid "Create, remove or modify a tag naming a revision."
3617
#: bzrlib/builtins.py:5917
3617
#: bzrlib/builtins.py:5824
3619
3619
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3620
3620
"(--revision) option can be given -rtag:X, where X is any previously\n"
3624
#: bzrlib/builtins.py:5921
3624
#: bzrlib/builtins.py:5828
3626
3626
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3627
3627
"along when you branch, push, pull or merge."
3630
#: bzrlib/builtins.py:5924
3630
#: bzrlib/builtins.py:5831
3632
3632
"It is an error to give a tag name that already exists unless you pass\n"
3633
3633
"--force, in which case the tag is moved to point to the new revision."
3636
#: bzrlib/builtins.py:5927
3636
#: bzrlib/builtins.py:5834
3638
3638
"To rename a tag (change the name but keep it on the same revsion), run "
3640
3640
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3643
#: bzrlib/builtins.py:5930
3643
#: bzrlib/builtins.py:5837
3645
3645
"If no tag name is specified it will be determined through the \n"
3646
3646
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3651
#: bzrlib/builtins.py:5940
3651
#: bzrlib/builtins.py:5847
3652
3652
msgid "Delete this tag rather than placing it."
3655
#: bzrlib/builtins.py:5943
3655
#: bzrlib/builtins.py:5850
3656
3656
msgid "Branch in which to place the tag."
3659
#: bzrlib/builtins.py:5945
3659
#: bzrlib/builtins.py:5852
3660
3660
msgid "Replace existing tags."
3663
#: bzrlib/builtins.py:5960
3663
#: bzrlib/builtins.py:5867
3664
3664
msgid "No tag specified to delete."
3667
#: bzrlib/builtins.py:5962
3667
#: bzrlib/builtins.py:5869
3668
3668
#, python-format
3669
3669
msgid "Deleted tag %s."
3672
#: bzrlib/builtins.py:5976
3672
#: bzrlib/builtins.py:5883
3673
3673
msgid "Please specify a tag name."
3676
#: bzrlib/builtins.py:5984
3676
#: bzrlib/builtins.py:5891
3677
3677
#, python-format
3678
3678
msgid "Tag %s already exists for that revision."
3681
#: bzrlib/builtins.py:5988
3681
#: bzrlib/builtins.py:5895
3682
3682
#, python-format
3683
3683
msgid "Created tag %s."
3686
#: bzrlib/builtins.py:5990
3686
#: bzrlib/builtins.py:5897
3687
3687
#, python-format
3688
3688
msgid "Updated tag %s."
3691
#: bzrlib/builtins.py:5994
3691
#: bzrlib/builtins.py:5901
3692
3692
msgid "List tags."
3695
#: bzrlib/builtins.py:5996
3695
#: bzrlib/builtins.py:5903
3697
3697
"This command shows a table of tag names and the revisions they reference."
3700
#: bzrlib/builtins.py:6002
3700
#: bzrlib/builtins.py:5909
3701
3701
msgid "Branch whose tags should be displayed."
3704
#: bzrlib/builtins.py:6004
3704
#: bzrlib/builtins.py:5911
3705
3705
msgid "Sort tags by different criteria."
3708
#: bzrlib/builtins.py:6004
3708
#: bzrlib/builtins.py:5911
3709
3709
msgid "Sorting"
3712
#: bzrlib/builtins.py:6073
3712
#: bzrlib/builtins.py:5980
3713
3713
msgid "Reconfigure the type of a bzr directory."
3716
#: bzrlib/builtins.py:6075
3716
#: bzrlib/builtins.py:5982
3717
3717
msgid "A target configuration must be specified."
3720
#: bzrlib/builtins.py:6077
3720
#: bzrlib/builtins.py:5984
3722
3722
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3723
3723
"The order of preference is\n"
3728
3728
"If none of these is available, --bind-to must be specified."
3731
#: bzrlib/builtins.py:6091
3731
#: bzrlib/builtins.py:5998
3732
3732
msgid "Tree type"
3735
#: bzrlib/builtins.py:6092
3735
#: bzrlib/builtins.py:5999
3736
3736
msgid "The relation between branch and tree."
3739
#: bzrlib/builtins.py:6094
3739
#: bzrlib/builtins.py:6001
3740
3740
msgid "Reconfigure to be an unbound branch with no working tree."
3743
#: bzrlib/builtins.py:6095
3743
#: bzrlib/builtins.py:6002
3744
3744
msgid "Reconfigure to be an unbound branch with a working tree."
3747
#: bzrlib/builtins.py:6096
3747
#: bzrlib/builtins.py:6003
3748
3748
msgid "Reconfigure to be a bound branch with a working tree."
3751
#: bzrlib/builtins.py:6097
3751
#: bzrlib/builtins.py:6004
3752
3752
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3755
#: bzrlib/builtins.py:6102
3755
#: bzrlib/builtins.py:6009
3756
3756
msgid "Repository type"
3759
#: bzrlib/builtins.py:6103
3759
#: bzrlib/builtins.py:6010
3760
3760
msgid "Location fo the repository."
3763
#: bzrlib/builtins.py:6105
3763
#: bzrlib/builtins.py:6012
3765
3765
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3768
#: bzrlib/builtins.py:6107
3768
#: bzrlib/builtins.py:6014
3769
3769
msgid "Reconfigure to use a shared repository."
3772
#: bzrlib/builtins.py:6111
3772
#: bzrlib/builtins.py:6018
3773
3773
msgid "Trees in Repository"
3776
#: bzrlib/builtins.py:6112
3776
#: bzrlib/builtins.py:6019
3777
3777
msgid "Whether new branches in the repository have trees."
3780
#: bzrlib/builtins.py:6114
3780
#: bzrlib/builtins.py:6021
3782
3782
"Reconfigure repository to create working trees on branches by default."
3785
#: bzrlib/builtins.py:6116
3785
#: bzrlib/builtins.py:6023
3787
3787
"Reconfigure repository to not create working trees on branches by default."
3790
#: bzrlib/builtins.py:6119
3790
#: bzrlib/builtins.py:6026
3791
3791
msgid "Branch to bind checkout to."
3794
#: bzrlib/builtins.py:6121
3794
#: bzrlib/builtins.py:6028
3795
3795
msgid "Perform reconfiguration even if local changes will be lost."
3798
#: bzrlib/builtins.py:6124
3798
#: bzrlib/builtins.py:6031
3799
3799
msgid "Reconfigure a branch to be stacked on another branch."
3802
#: bzrlib/builtins.py:6128
3802
#: bzrlib/builtins.py:6035
3804
3804
"Reconfigure a branch to be unstacked. This may require copying substantial "
3805
3805
"data into it."
3808
#: bzrlib/builtins.py:6138
3808
#: bzrlib/builtins.py:6045
3809
3809
msgid "Can't use both --stacked-on and --unstacked"
3812
#: bzrlib/builtins.py:6152
3812
#: bzrlib/builtins.py:6059
3813
3813
msgid "No target configuration specified"
3816
#: bzrlib/builtins.py:6187
3816
#: bzrlib/builtins.py:6094
3817
3817
msgid "Set the branch of a checkout and update."
3820
#: bzrlib/builtins.py:6189
3820
#: bzrlib/builtins.py:6096
3822
3822
"For lightweight checkouts, this changes the branch being referenced.\n"
3823
3823
"For heavyweight checkouts, this checks that there are no local commits\n"
3896
3896
"want to switch back to your view after that."
3899
#: bzrlib/builtins.py:6281
3899
#: bzrlib/builtins.py:6228
3902
3902
" To define the current view::"
3905
#: bzrlib/builtins.py:6284
3905
#: bzrlib/builtins.py:6231
3906
3906
msgid " bzr view file1 dir1 ..."
3909
#: bzrlib/builtins.py:6286
3909
#: bzrlib/builtins.py:6233
3910
3910
msgid " To list the current view::"
3913
#: bzrlib/builtins.py:6288
3913
#: bzrlib/builtins.py:6235
3914
3914
msgid " bzr view"
3917
#: bzrlib/builtins.py:6290
3917
#: bzrlib/builtins.py:6237
3918
3918
msgid " To delete the current view::"
3921
#: bzrlib/builtins.py:6292
3921
#: bzrlib/builtins.py:6239
3922
3922
msgid " bzr view --delete"
3925
#: bzrlib/builtins.py:6294
3925
#: bzrlib/builtins.py:6241
3926
3926
msgid " To disable the current view without deleting it::"
3929
#: bzrlib/builtins.py:6296
3929
#: bzrlib/builtins.py:6243
3930
3930
msgid " bzr view --switch off"
3933
#: bzrlib/builtins.py:6298
3933
#: bzrlib/builtins.py:6245
3934
3934
msgid " To define a named view and switch to it::"
3937
#: bzrlib/builtins.py:6300
3937
#: bzrlib/builtins.py:6247
3938
3938
msgid " bzr view --name view-name file1 dir1 ..."
3941
#: bzrlib/builtins.py:6302
3941
#: bzrlib/builtins.py:6249
3942
3942
msgid " To list a named view::"
3945
#: bzrlib/builtins.py:6304
3945
#: bzrlib/builtins.py:6251
3946
3946
msgid " bzr view --name view-name"
3949
#: bzrlib/builtins.py:6306
3949
#: bzrlib/builtins.py:6253
3950
3950
msgid " To delete a named view::"
3953
#: bzrlib/builtins.py:6308
3953
#: bzrlib/builtins.py:6255
3954
3954
msgid " bzr view --name view-name --delete"
3957
#: bzrlib/builtins.py:6310
3957
#: bzrlib/builtins.py:6257
3958
3958
msgid " To switch to a named view::"
3961
#: bzrlib/builtins.py:6312
3961
#: bzrlib/builtins.py:6259
3962
3962
msgid " bzr view --switch view-name"
3965
#: bzrlib/builtins.py:6314
3965
#: bzrlib/builtins.py:6261
3966
3966
msgid " To list all views defined::"
3969
#: bzrlib/builtins.py:6316
3969
#: bzrlib/builtins.py:6263
3970
3970
msgid " bzr view --all"
3973
#: bzrlib/builtins.py:6318
3973
#: bzrlib/builtins.py:6265
3974
3974
msgid " To delete all views::"
3977
#: bzrlib/builtins.py:6320
3977
#: bzrlib/builtins.py:6267
3978
3978
msgid " bzr view --delete --all"
3981
#: bzrlib/builtins.py:6327
3981
#: bzrlib/builtins.py:6274
3982
3982
msgid "Apply list or delete action to all views."
3985
#: bzrlib/builtins.py:6330
3985
#: bzrlib/builtins.py:6277
3986
3986
msgid "Delete the view."
3989
#: bzrlib/builtins.py:6333
3989
#: bzrlib/builtins.py:6280
3990
3990
msgid "Name of the view to define, list or delete."
3993
#: bzrlib/builtins.py:6337
3993
#: bzrlib/builtins.py:6284
3994
3994
msgid "Name of the view to switch to."
3997
#: bzrlib/builtins.py:6356
3997
#: bzrlib/builtins.py:6303
3998
3998
msgid "Both --delete and a file list specified"
4001
#: bzrlib/builtins.py:6359
4001
#: bzrlib/builtins.py:6306
4002
4002
msgid "Both --delete and --switch specified"
4005
#: bzrlib/builtins.py:6362
4005
#: bzrlib/builtins.py:6309
4006
4006
msgid "Deleted all views.\n"
4009
#: bzrlib/builtins.py:6364
4009
#: bzrlib/builtins.py:6311
4010
4010
msgid "No current view to delete"
4013
#: bzrlib/builtins.py:6367
4013
#: bzrlib/builtins.py:6314
4014
4014
#, python-format
4015
4015
msgid "Deleted '%s' view.\n"
4018
#: bzrlib/builtins.py:6371
4018
#: bzrlib/builtins.py:6318
4019
4019
msgid "Both --switch and a file list specified"
4022
#: bzrlib/builtins.py:6374
4022
#: bzrlib/builtins.py:6321
4023
4023
msgid "Both --switch and --all specified"
4026
#: bzrlib/builtins.py:6377
4026
#: bzrlib/builtins.py:6324
4027
4027
msgid "No current view to disable"
4030
#: bzrlib/builtins.py:6379
4030
#: bzrlib/builtins.py:6326
4031
4031
#, python-format
4032
4032
msgid "Disabled '%s' view.\n"
4035
#: bzrlib/builtins.py:6383 bzrlib/builtins.py:6405
4035
#: bzrlib/builtins.py:6330 bzrlib/builtins.py:6352
4036
4036
msgid "Using '{0}' view: {1}\n"
4039
#: bzrlib/builtins.py:6386
4039
#: bzrlib/builtins.py:6333
4040
4040
msgid "Views defined:\n"
4043
#: bzrlib/builtins.py:6395
4043
#: bzrlib/builtins.py:6342
4044
4044
msgid "No views defined.\n"
4047
#: bzrlib/builtins.py:6402
4047
#: bzrlib/builtins.py:6349
4048
4048
msgid "Cannot change the 'off' pseudo view"
4051
#: bzrlib/builtins.py:6410
4051
#: bzrlib/builtins.py:6357
4052
4052
msgid "No current view.\n"
4055
#: bzrlib/builtins.py:6413
4055
#: bzrlib/builtins.py:6360
4056
4056
msgid "'{0}' view is: {1}\n"
4059
#: bzrlib/builtins.py:6433
4059
#: bzrlib/builtins.py:6380
4060
4060
msgid " <no hooks installed>\n"
4063
#: bzrlib/builtins.py:6437
4063
#: bzrlib/builtins.py:6384
4064
4064
msgid "Remove a branch."
4067
#: bzrlib/builtins.py:6439
4067
#: bzrlib/builtins.py:6386
4069
4069
"This will remove the branch from the specified location but \n"
4070
4070
"will keep any working tree or repository in place."
4073
#: bzrlib/builtins.py:6444
4073
#: bzrlib/builtins.py:6391
4074
4074
msgid " Remove the branch at repo/trunk::"
4077
#: bzrlib/builtins.py:6446
4077
#: bzrlib/builtins.py:6393
4078
4078
msgid " bzr remove-branch repo/trunk"
4081
#: bzrlib/builtins.py:6461
4081
#: bzrlib/builtins.py:6408
4082
4082
msgid "Plaintext diff output."
4085
#: bzrlib/builtins.py:6462
4085
#: bzrlib/builtins.py:6409
4086
4086
msgid "Temporarily set aside some changes from the current tree."
4089
#: bzrlib/builtins.py:6464
4089
#: bzrlib/builtins.py:6411
4091
4091
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4092
4092
"ie. out of the way, until a later time when you can bring them back from\n"
4107
4107
"shelve all text changes at once, use shelve --all."
4110
#: bzrlib/builtins.py:6477
4110
#: bzrlib/builtins.py:6424
4112
4112
"If filenames are specified, only the changes to those files will be\n"
4113
4113
"shelved. Other files will be left untouched."
4116
#: bzrlib/builtins.py:6480
4116
#: bzrlib/builtins.py:6427
4118
4118
"If a revision is specified, changes since that revision will be shelved."
4121
#: bzrlib/builtins.py:6482
4121
#: bzrlib/builtins.py:6429
4123
4123
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4124
4124
"restore the most recently shelved changes."
4127
#: bzrlib/builtins.py:6485
4127
#: bzrlib/builtins.py:6432
4129
4129
"For complicated changes, it is possible to edit the changes in a separate\n"
4130
4130
"editor program to decide what the file remaining in the working copy\n"
4131
4131
"should look like. To do this, add the configuration option"
4134
#: bzrlib/builtins.py:6489
4134
#: bzrlib/builtins.py:6436
4135
4135
msgid " change_editor = PROGRAM @new_path @old_path"
4138
#: bzrlib/builtins.py:6491
4138
#: bzrlib/builtins.py:6438
4140
4140
"where @new_path is replaced with the path of the new version of the \n"
4141
4141
"file and @old_path is replaced with the path of the old version of \n"
4147
#: bzrlib/builtins.py:6503
4147
#: bzrlib/builtins.py:6450
4148
4148
msgid "Shelve all changes."
4151
#: bzrlib/builtins.py:6505
4151
#: bzrlib/builtins.py:6452
4152
4152
msgid "Method to use for writing diffs."
4155
#: bzrlib/builtins.py:6505
4155
#: bzrlib/builtins.py:6452
4159
#: bzrlib/builtins.py:6509
4159
#: bzrlib/builtins.py:6456
4160
4160
msgid "List shelved changes."
4163
#: bzrlib/builtins.py:6511
4163
#: bzrlib/builtins.py:6458
4164
4164
msgid "Destroy removed changes instead of shelving them."
4167
#: bzrlib/builtins.py:6540
4167
#: bzrlib/builtins.py:6487
4168
4168
msgid "No shelved changes."
4171
#: bzrlib/builtins.py:6551
4171
#: bzrlib/builtins.py:6498
4172
4172
msgid "Restore shelved changes."
4175
#: bzrlib/builtins.py:6553
4175
#: bzrlib/builtins.py:6500
4177
4177
"By default, the most recently shelved changes are restored. However if you\n"
4178
4178
"specify a shelf by id those changes will be restored instead. This works\n"
4179
4179
"best when the changes don't depend on each other."
4182
#: bzrlib/builtins.py:6562
4182
#: bzrlib/builtins.py:6509
4183
4183
msgid "The action to perform."
4186
#: bzrlib/builtins.py:6562 bzrlib/conflicts.py:694
4186
#: bzrlib/builtins.py:6509 bzrlib/conflicts.py:694
4190
#: bzrlib/builtins.py:6564
4190
#: bzrlib/builtins.py:6511
4191
4191
msgid "Apply changes and remove from the shelf."
4194
#: bzrlib/builtins.py:6565
4194
#: bzrlib/builtins.py:6512
4195
4195
msgid "Show changes, but do not apply or remove them."
4198
#: bzrlib/builtins.py:6566
4198
#: bzrlib/builtins.py:6513
4200
4200
"Instead of unshelving the changes, show the diff that would result from "
4204
#: bzrlib/builtins.py:6568
4204
#: bzrlib/builtins.py:6515
4205
4205
msgid "Delete changes without applying them."
4208
#: bzrlib/builtins.py:6569
4208
#: bzrlib/builtins.py:6516
4209
4209
msgid "Apply changes but don't delete them."
4212
#: bzrlib/builtins.py:6584
4212
#: bzrlib/builtins.py:6531
4213
4213
msgid "Remove unwanted files from working tree."
4216
#: bzrlib/builtins.py:6586
4216
#: bzrlib/builtins.py:6533
4218
4218
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4219
4219
"files are never deleted."
4222
#: bzrlib/builtins.py:6589
4222
#: bzrlib/builtins.py:6536
4224
4224
"Another class is 'detritus', which includes files emitted by bzr during\n"
4225
4225
"normal operations and selftests. (The value of these files decreases with\n"
4229
#: bzrlib/builtins.py:6593
4229
#: bzrlib/builtins.py:6540
4231
4231
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4232
4232
"flags are respected, and may be combined."
4235
#: bzrlib/builtins.py:6596
4235
#: bzrlib/builtins.py:6543
4236
4236
msgid "To check what clean-tree will do, use --dry-run."
4239
#: bzrlib/builtins.py:6599
4239
#: bzrlib/builtins.py:6546
4240
4240
msgid "Delete all ignored files."
4243
#: bzrlib/builtins.py:6600
4243
#: bzrlib/builtins.py:6547
4245
4245
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4248
#: bzrlib/builtins.py:6603
4248
#: bzrlib/builtins.py:6550
4249
4249
msgid "Delete files unknown to bzr (default)."
4252
#: bzrlib/builtins.py:6604
4252
#: bzrlib/builtins.py:6551
4253
4253
msgid "Show files to delete instead of deleting them."
4256
#: bzrlib/builtins.py:6606
4256
#: bzrlib/builtins.py:6553
4257
4257
msgid "Do not prompt before deleting."
4622
#: bzrlib/commands.py:533
4622
#: bzrlib/commands.py:532
4623
4623
#, python-format
4625
4625
"See bzr help %s for more details and examples.\n"
4629
#: bzrlib/commands.py:538
4629
#: bzrlib/commands.py:537
4630
4630
msgid ":Aliases: "
4633
#: bzrlib/commands.py:542
4633
#: bzrlib/commands.py:541
4634
4634
#, python-format
4635
4635
msgid ":From: plugin \"%s\"\n"
4638
#: bzrlib/commands.py:554
4638
#: bzrlib/commands.py:553
4639
4639
msgid ":doc:`{0} <{1}-help>`"
4642
#: bzrlib/commands.py:558
4642
#: bzrlib/commands.py:557
4643
4643
#, python-format
4644
4644
msgid ":See also: %s"
4647
#: bzrlib/commands.py:816 bzrlib/gpg.py:324
4647
#: bzrlib/commands.py:815 bzrlib/gpg.py:324
4648
4648
msgid "Only ASCII permitted in option names"
4651
#: bzrlib/commands.py:841 bzrlib/commands.py:849
4651
#: bzrlib/commands.py:840 bzrlib/commands.py:848
4652
4652
msgid "command {0!r} needs one or more {1}"
4655
#: bzrlib/commands.py:858
4655
#: bzrlib/commands.py:857
4656
4656
msgid "command {0!r} requires argument {1}"
4659
#: bzrlib/commands.py:865
4659
#: bzrlib/commands.py:864
4660
4660
msgid "extra argument to command {0}: {1}"
4663
#: bzrlib/commands.py:962
4663
#: bzrlib/commands.py:961
4664
4664
#, python-format
4665
4665
msgid "Profile data written to \"%s\"."
5148
#: bzrlib/errors.py:799
5149
msgid "Revision is not compatible with %(repo_format)s"
5160
5152
#: bzrlib/errors.py:809
5161
msgid "Revision is not compatible with %(repo_format)s"
5164
#: bzrlib/errors.py:819
5165
5153
msgid "%(context_info)s%(path)s is already versioned."
5168
#: bzrlib/errors.py:840
5156
#: bzrlib/errors.py:830
5169
5157
msgid "%(context_info)s%(path)s is not versioned."
5172
#: bzrlib/errors.py:861
5160
#: bzrlib/errors.py:851
5173
5161
msgid "Path(s) are not versioned: %(paths_as_string)s"
5176
#: bzrlib/errors.py:872
5164
#: bzrlib/errors.py:862
5177
5165
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5180
#: bzrlib/errors.py:891
5168
#: bzrlib/errors.py:881
5181
5169
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5184
#: bzrlib/errors.py:899
5172
#: bzrlib/errors.py:889
5186
5174
"Filename %(filename)r is not valid in your current filesystem encoding "
5187
5175
"%(fs_encoding)s"
5190
#: bzrlib/errors.py:910
5178
#: bzrlib/errors.py:900
5191
5179
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5194
#: bzrlib/errors.py:928
5182
#: bzrlib/errors.py:918
5195
5183
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5186
#: bzrlib/errors.py:957
5187
msgid "Cannot lock %(lock)s: %(why)s"
5198
5190
#: bzrlib/errors.py:967
5199
msgid "Cannot lock %(lock)s: %(why)s"
5202
#: bzrlib/errors.py:977
5204
5192
"A transaction related operation was attempted after the transaction finished."
5207
#: bzrlib/errors.py:1004
5195
#: bzrlib/errors.py:994
5208
5196
msgid "Cannot lock: transport is read only: %(transport)s"
5211
#: bzrlib/errors.py:1012
5199
#: bzrlib/errors.py:1002
5212
5200
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5215
#: bzrlib/errors.py:1023
5203
#: bzrlib/errors.py:1013
5217
5205
"Lock was broken while still open: %(lock)s - check storage consistency!"
5220
#: bzrlib/errors.py:1034
5208
#: bzrlib/errors.py:1024
5222
5210
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5223
5211
"%(holder)r, wanted to break %(target)r"
5226
#: bzrlib/errors.py:1046
5214
#: bzrlib/errors.py:1036
5228
5216
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5229
5217
"Use 'bzr break-lock' to clear it"
5232
#: bzrlib/errors.py:1059
5220
#: bzrlib/errors.py:1049
5233
5221
msgid "Lock not held: %(lock)s"
5236
#: bzrlib/errors.py:1088
5224
#: bzrlib/errors.py:1078
5237
5225
msgid "No changes to commit"
5228
#: bzrlib/errors.py:1083
5230
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5240
5233
#: bzrlib/errors.py:1093
5242
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5245
#: bzrlib/errors.py:1103
5247
5235
"Excluding paths during commit is not supported by repository at "
5248
5236
"%(repository)r."
5251
#: bzrlib/errors.py:1112
5239
#: bzrlib/errors.py:1102
5253
5241
"The specified commit message contains characters unsupported by the current "
5257
#: bzrlib/errors.py:1118
5245
#: bzrlib/errors.py:1108
5258
5246
msgid "Upgrade URL cannot work with readonly URLs."
5261
#: bzrlib/errors.py:1123
5249
#: bzrlib/errors.py:1113
5262
5250
msgid "The branch format %(format)s is already at the most recent format."
5265
#: bzrlib/errors.py:1146
5253
#: bzrlib/errors.py:1136
5266
5254
msgid "Option --change does not accept revision ranges"
5269
#: bzrlib/errors.py:1151
5257
#: bzrlib/errors.py:1141
5270
5258
msgid "No namespace registered for string: %(spec)r"
5273
#: bzrlib/errors.py:1170
5261
#: bzrlib/errors.py:1160
5275
5263
"Requested revision: '%(spec)s' does not exist in branch: "
5276
5264
"%(branch_url)s%(extra)s"
5279
#: bzrlib/errors.py:1184
5267
#: bzrlib/errors.py:1174
5281
5269
"Operation denied because it would change the main history, which is not "
5282
5270
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5285
#: bzrlib/errors.py:1195
5273
#: bzrlib/errors.py:1185
5287
5275
"These branches have diverged. Use the missing command to see how.\n"
5288
5276
"Use the merge command to reconcile them."
5291
#: bzrlib/errors.py:1215
5279
#: bzrlib/errors.py:1205
5293
5281
"Branches have no common ancestor, and no merge base revision was specified."
5296
#: bzrlib/errors.py:1221
5284
#: bzrlib/errors.py:1211
5298
5286
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5301
#: bzrlib/errors.py:1227
5289
#: bzrlib/errors.py:1217
5302
5290
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5305
#: bzrlib/errors.py:1236
5293
#: bzrlib/errors.py:1226
5307
5295
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5310
#: bzrlib/errors.py:1245
5298
#: bzrlib/errors.py:1235
5311
5299
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5314
#: bzrlib/errors.py:1254
5302
#: bzrlib/errors.py:1244
5315
5303
msgid "Branch %(branch)s has no commits."
5318
#: bzrlib/errors.py:1272
5306
#: bzrlib/errors.py:1262
5320
5308
"Bound branch %(branch)s is out of date with master branch "
5321
5309
"%(master)s.%(extra_help)s"
5324
#: bzrlib/errors.py:1284
5312
#: bzrlib/errors.py:1274
5326
5314
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5327
5315
"bound to %(remote)s."
5330
#: bzrlib/errors.py:1296
5318
#: bzrlib/errors.py:1286
5331
5319
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5334
#: bzrlib/errors.py:1305
5322
#: bzrlib/errors.py:1295
5336
5324
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5340
#: bzrlib/errors.py:1317
5328
#: bzrlib/errors.py:1307
5341
5329
msgid "Error in processing weave: %(msg)s"
5344
#: bzrlib/errors.py:1326
5332
#: bzrlib/errors.py:1316
5345
5333
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5336
#: bzrlib/errors.py:1327
5337
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5348
5340
#: bzrlib/errors.py:1337
5349
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5352
#: bzrlib/errors.py:1347
5353
5341
msgid "Weave invariant violated: %(what)s"
5356
#: bzrlib/errors.py:1356
5344
#: bzrlib/errors.py:1346
5357
5345
msgid "Parents are mismatched between two revisions. %(msg)s"
5360
#: bzrlib/errors.py:1378
5348
#: bzrlib/errors.py:1368
5362
5350
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5366
#: bzrlib/errors.py:1390
5354
#: bzrlib/errors.py:1380
5367
5355
msgid "Versioned file error"
5358
#: bzrlib/errors.py:1385
5359
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5370
5362
#: bzrlib/errors.py:1395
5371
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5363
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5374
5366
#: bzrlib/errors.py:1405
5375
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5378
#: bzrlib/errors.py:1415
5379
5367
msgid "Text did not match its checksum: %(msg)s"
5382
#: bzrlib/errors.py:1541
5370
#: bzrlib/errors.py:1531
5383
5371
msgid "Export format %(format)r not supported"
5386
#: bzrlib/errors.py:1550
5374
#: bzrlib/errors.py:1540
5387
5375
msgid "Transport error: %(msg)s %(orig_error)s"
5390
#: bzrlib/errors.py:1576
5378
#: bzrlib/errors.py:1566
5391
5379
msgid "Generic bzr smart protocol error: %(details)s"
5394
#: bzrlib/errors.py:1584
5382
#: bzrlib/errors.py:1574
5395
5383
msgid "Received bad protocol version marker: %(marker)r"
5398
#: bzrlib/errors.py:1616
5386
#: bzrlib/errors.py:1606
5399
5387
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5402
#: bzrlib/errors.py:1621
5390
#: bzrlib/errors.py:1611
5403
5391
msgid "Connection error: %(msg)s %(orig_error)s"
5406
#: bzrlib/errors.py:1626
5394
#: bzrlib/errors.py:1616
5407
5395
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5410
#: bzrlib/errors.py:1647
5398
#: bzrlib/errors.py:1637
5411
5399
msgid "Connection closed: %(msg)s %(orig_error)s"
5414
#: bzrlib/errors.py:1652
5402
#: bzrlib/errors.py:1642
5415
5403
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5406
#: bzrlib/errors.py:1647
5407
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5418
5410
#: bzrlib/errors.py:1657
5419
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5422
#: bzrlib/errors.py:1667
5423
5411
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5426
#: bzrlib/errors.py:1682
5427
msgid "Certificate error: %(error)s"
5430
#: bzrlib/errors.py:1690
5414
#: bzrlib/errors.py:1672
5431
5415
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5434
#: bzrlib/errors.py:1704
5418
#: bzrlib/errors.py:1686
5435
5419
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5438
#: bzrlib/errors.py:1712
5422
#: bzrlib/errors.py:1694
5439
5423
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5442
#: bzrlib/errors.py:1721
5426
#: bzrlib/errors.py:1703
5443
5427
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5446
#: bzrlib/errors.py:1735
5430
#: bzrlib/errors.py:1717
5447
5431
msgid "Too many redirections"
5450
#: bzrlib/errors.py:1740
5434
#: bzrlib/errors.py:1722
5451
5435
msgid "Working tree has conflicts."
5454
#: bzrlib/errors.py:1744
5438
#: bzrlib/errors.py:1726
5455
5439
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5458
#: bzrlib/errors.py:1753
5442
#: bzrlib/errors.py:1735
5460
5444
"Error(s) parsing config file %(filename)s:\n"
5448
#: bzrlib/errors.py:1746
5449
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
5452
#: bzrlib/errors.py:1754
5453
msgid "%(username)r does not seem to contain a reasonable email address"
5464
5456
#: bzrlib/errors.py:1763
5466
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5467
"See ``bzr help %(name)s``"
5470
#: bzrlib/errors.py:1773
5471
msgid "%(username)r does not seem to contain a reasonable email address"
5474
#: bzrlib/errors.py:1782
5475
5457
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5478
#: bzrlib/errors.py:1790
5460
#: bzrlib/errors.py:1771
5479
5461
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5482
#: bzrlib/errors.py:1798
5464
#: bzrlib/errors.py:1779
5483
5465
msgid "Unable to import library \"%(library)s\": %(error)s"
5486
#: bzrlib/errors.py:1806
5468
#: bzrlib/errors.py:1787
5487
5469
msgid "python-gpgme is not installed, it is needed to verify signatures"
5490
#: bzrlib/errors.py:1814
5472
#: bzrlib/errors.py:1795
5492
5474
"The working tree for %(basedir)s has changed since the last commit, but "
5493
5475
"weave merge requires that it be unchanged"
5496
#: bzrlib/errors.py:1824
5478
#: bzrlib/errors.py:1805
5498
5480
"Can't reprocess and show base, because reprocessing obscures the "
5499
5481
"relationship of conflicting lines to the base"
5502
#: bzrlib/errors.py:1830
5484
#: bzrlib/errors.py:1811
5503
5485
msgid "Cycle in graph %(graph)r"
5506
#: bzrlib/errors.py:1858
5488
#: bzrlib/errors.py:1839
5507
5489
msgid "File %(filename)s is not conflicted."
5510
#: bzrlib/errors.py:1880
5492
#: bzrlib/errors.py:1861
5511
5493
msgid "No bundle was found in \"%(filename)s\"."
5514
#: bzrlib/errors.py:1889
5496
#: bzrlib/errors.py:1870
5515
5497
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5518
#: bzrlib/errors.py:1899
5500
#: bzrlib/errors.py:1880
5519
5501
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5522
#: bzrlib/errors.py:1912
5504
#: bzrlib/errors.py:1893
5523
5505
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5526
#: bzrlib/errors.py:1922
5508
#: bzrlib/errors.py:1903
5527
5509
msgid "Key %(key)s is already present in map"
5530
#: bzrlib/errors.py:1927
5512
#: bzrlib/errors.py:1908
5531
5513
msgid "The prefix %(prefix)s is in the help search path twice."
5534
#: bzrlib/errors.py:1937
5516
#: bzrlib/errors.py:1918
5536
5518
"No final name for trans_id %(trans_id)r\n"
5537
5519
"file-id: %(file_id)r\n"
5538
5520
"root trans-id: %(root_trans_id)r\n"
5541
#: bzrlib/errors.py:1969
5523
#: bzrlib/errors.py:1950
5542
5524
msgid "Attempt to reuse a transform that has already been applied."
5545
#: bzrlib/errors.py:1974
5527
#: bzrlib/errors.py:1955
5546
5528
msgid "Moving the root directory is not supported at this time"
5549
#: bzrlib/errors.py:1979
5531
#: bzrlib/errors.py:1960
5550
5532
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5553
#: bzrlib/errors.py:1990
5535
#: bzrlib/errors.py:1971
5555
5537
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5558
#: bzrlib/errors.py:2026
5540
#: bzrlib/errors.py:2007
5560
5542
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5563
#: bzrlib/errors.py:2056
5545
#: bzrlib/errors.py:2037
5564
5546
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5567
#: bzrlib/errors.py:2064
5549
#: bzrlib/errors.py:2045
5568
5550
msgid "Nothing to merge."
5571
#: bzrlib/errors.py:2069
5553
#: bzrlib/errors.py:2050
5572
5554
msgid "Format %(format)s cannot be initialised by this version of bzr."
5575
#: bzrlib/errors.py:2078
5557
#: bzrlib/errors.py:2059
5577
5559
"Cannot convert from format %(from_format)s to format %(format)s. "
5581
#: bzrlib/errors.py:2090
5563
#: bzrlib/errors.py:2071
5582
5564
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5585
#: bzrlib/errors.py:2098
5567
#: bzrlib/errors.py:2079
5586
5568
msgid "%(exe_name)s could not be found on this machine"
5589
#: bzrlib/errors.py:2106
5571
#: bzrlib/errors.py:2087
5590
5572
msgid "Diff is not installed on this machine: %(msg)s"
5593
#: bzrlib/errors.py:2114
5575
#: bzrlib/errors.py:2095
5594
5576
msgid "Diff3 is not installed on this machine."
5597
#: bzrlib/errors.py:2120
5579
#: bzrlib/errors.py:2101
5598
5580
msgid "The content being inserted is already present."
5601
#: bzrlib/errors.py:2125
5583
#: bzrlib/errors.py:2106
5603
5585
"This tree contains left-over files from a failed operation.\n"
5604
5586
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5621
5603
" keep, and delete it when you are done."
5624
#: bzrlib/errors.py:2157
5606
#: bzrlib/errors.py:2138
5626
5608
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
5627
5609
"examine %(pending_deletion)s to see if it contains any files you wish to "
5628
5610
"keep, and delete it when you are done."
5631
#: bzrlib/errors.py:2167
5613
#: bzrlib/errors.py:2148
5632
5614
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5635
#: bzrlib/errors.py:2181
5617
#: bzrlib/errors.py:2162
5637
5619
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5640
#: bzrlib/errors.py:2194
5622
#: bzrlib/errors.py:2175
5641
5623
msgid "Error in merge modified format"
5644
#: bzrlib/errors.py:2199
5626
#: bzrlib/errors.py:2180
5645
5627
msgid "Format error in conflict listings"
5648
#: bzrlib/errors.py:2203
5630
#: bzrlib/errors.py:2184
5650
5632
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5651
5633
"Error: %(description)s"
5654
#: bzrlib/errors.py:2214
5636
#: bzrlib/errors.py:2195
5656
5638
"An error has been detected in the repository %(repo_path)s.\n"
5657
5639
"Please run bzr reconcile on this repository."
5660
#: bzrlib/errors.py:2225
5642
#: bzrlib/errors.py:2206
5662
5644
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5663
5645
"reason: %(reason)s"
5666
#: bzrlib/errors.py:2238
5648
#: bzrlib/errors.py:2219
5668
5650
"An inconsistent delta was supplied: %(delta)r\n"
5669
5651
"reason: %(reason)s"
5672
#: bzrlib/errors.py:2250
5654
#: bzrlib/errors.py:2231
5673
5655
msgid "To use this feature you must upgrade your branch at %(path)s."
5676
#: bzrlib/errors.py:2259
5658
#: bzrlib/errors.py:2240
5677
5659
msgid "To use this feature you must upgrade your repository at %(path)s."
5680
#: bzrlib/errors.py:2264
5662
#: bzrlib/errors.py:2245
5682
5664
"To use this feature you must upgrade your branch at %(path)s to a format "
5683
5665
"which supports rich roots."
5686
#: bzrlib/errors.py:2270
5668
#: bzrlib/errors.py:2251
5687
5669
msgid "Cannot perform local-only commits on unbound branches."
5690
#: bzrlib/errors.py:2275
5672
#: bzrlib/errors.py:2256
5691
5673
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5694
#: bzrlib/errors.py:2296
5676
#: bzrlib/errors.py:2277
5695
5677
msgid "Ghost tags not supported by format %(format)r."
5698
#: bzrlib/errors.py:2304
5680
#: bzrlib/errors.py:2285
5699
5681
msgid "File is binary but should be text."
5702
#: bzrlib/errors.py:2309
5684
#: bzrlib/errors.py:2290
5703
5685
msgid "The path %(path)s is not permitted on this platform"
5706
#: bzrlib/errors.py:2318
5688
#: bzrlib/errors.py:2299
5708
5690
"Testament did not match expected value.\n"
5709
5691
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5710
5692
" {%(measured)s}"
5713
#: bzrlib/errors.py:2330
5695
#: bzrlib/errors.py:2311
5714
5696
msgid "Not a bzr revision-bundle: %(text)r"
5717
#: bzrlib/errors.py:2339
5699
#: bzrlib/errors.py:2320
5718
5700
msgid "Bad bzr revision-bundle: %(text)r"
5721
#: bzrlib/errors.py:2348
5703
#: bzrlib/errors.py:2329
5722
5704
msgid "Malformed bzr revision-bundle header: %(text)r"
5725
#: bzrlib/errors.py:2353
5707
#: bzrlib/errors.py:2334
5726
5708
msgid "Malformed patches in bzr revision-bundle: %(text)r"
5729
#: bzrlib/errors.py:2358
5711
#: bzrlib/errors.py:2339
5730
5712
msgid "Malformed footer in bzr revision-bundle: %(text)r"
5733
#: bzrlib/errors.py:2363
5715
#: bzrlib/errors.py:2344
5734
5716
msgid "End of line marker was not \\n in bzr revision-bundle"
5737
#: bzrlib/errors.py:2373
5719
#: bzrlib/errors.py:2354
5738
5720
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
5741
#: bzrlib/errors.py:2383
5723
#: bzrlib/errors.py:2364
5742
5724
msgid "Root class for inventory serialization errors"
5745
#: bzrlib/errors.py:2387
5727
#: bzrlib/errors.py:2368
5747
5729
"The inventory was not in the expected format:\n"
5751
#: bzrlib/errors.py:2396
5733
#: bzrlib/errors.py:2377
5752
5734
msgid "This operation requires rich root data storage"
5755
#: bzrlib/errors.py:2409
5737
#: bzrlib/errors.py:2390
5756
5738
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
5759
#: bzrlib/errors.py:2418
5741
#: bzrlib/errors.py:2399
5761
5743
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
5765
#: bzrlib/errors.py:2425
5747
#: bzrlib/errors.py:2406
5767
5749
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
5768
5750
"ghost at {%(ghost_revision_id)s}"
5771
#: bzrlib/errors.py:2435
5753
#: bzrlib/errors.py:2416
5772
5754
msgid "Ghost revision {%(revision_id)s} cannot be used here."
5775
#: bzrlib/errors.py:2486
5757
#: bzrlib/errors.py:2467
5777
5759
"A merge directive must provide either a bundle or a public branch location."
5780
#: bzrlib/errors.py:2493
5762
#: bzrlib/errors.py:2474
5781
5763
msgid "Bad merge directive payload %(start)r"
5784
#: bzrlib/errors.py:2503
5766
#: bzrlib/errors.py:2484
5785
5767
msgid "Preview patch does not match requested changes."
5788
#: bzrlib/errors.py:2509
5770
#: bzrlib/errors.py:2490
5789
5771
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
5792
#: bzrlib/errors.py:2519
5774
#: bzrlib/errors.py:2500
5794
5776
"Your branch does not have all of the revisions required in order to merge "
5795
5777
"this merge directive and the target location specified in the merge "
5796
5778
"directive is not a branch: %(location)s."
5799
#: bzrlib/errors.py:2531
5781
#: bzrlib/errors.py:2512
5800
5782
msgid "Unsupported entry kind %(kind)s"
5803
#: bzrlib/errors.py:2539
5785
#: bzrlib/errors.py:2520
5804
5786
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
5789
#: bzrlib/errors.py:2530
5790
msgid "Subsume target %(other_tree)s needs to be upgraded."
5807
5793
#: bzrlib/errors.py:2549
5808
msgid "Subsume target %(other_tree)s needs to be upgraded."
5811
#: bzrlib/errors.py:2568
5812
5794
msgid "No such tag: %(tag_name)s"
5815
#: bzrlib/errors.py:2576
5797
#: bzrlib/errors.py:2557
5816
5798
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
5819
#: bzrlib/errors.py:2585
5801
#: bzrlib/errors.py:2566
5820
5802
msgid "Tag %(tag_name)s already exists."
5823
#: bzrlib/errors.py:2593
5805
#: bzrlib/errors.py:2574
5825
5807
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
5826
5808
"bugs\" for more information on this feature."
5829
#: bzrlib/errors.py:2603
5811
#: bzrlib/errors.py:2584
5831
5813
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
5834
#: bzrlib/errors.py:2613
5816
#: bzrlib/errors.py:2594
5836
5818
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
5839
#: bzrlib/errors.py:2623
5821
#: bzrlib/errors.py:2604
5840
5822
msgid "Invalid line in bugs property: '%(line)s'"
5843
#: bzrlib/errors.py:2631
5825
#: bzrlib/errors.py:2612
5844
5826
msgid "Invalid bug status: '%(status)s'"
5847
#: bzrlib/errors.py:2639
5829
#: bzrlib/errors.py:2620
5848
5830
msgid "Could not understand response from smart server: %(response_tuple)r"
5833
#: bzrlib/errors.py:2659
5834
msgid "Server sent an unexpected error: %(error_tuple)r"
5851
5837
#: bzrlib/errors.py:2678
5852
msgid "Server sent an unexpected error: %(error_tuple)r"
5855
#: bzrlib/errors.py:2697
5856
5838
msgid "Unrecognised container format: %(container_format)r"
5859
#: bzrlib/errors.py:2705
5841
#: bzrlib/errors.py:2686
5860
5842
msgid "Unexpected end of container stream"
5863
#: bzrlib/errors.py:2710
5845
#: bzrlib/errors.py:2691
5864
5846
msgid "Unknown record type: %(record_type)r"
5867
#: bzrlib/errors.py:2718
5849
#: bzrlib/errors.py:2699
5868
5850
msgid "Invalid record: %(reason)s"
5871
#: bzrlib/errors.py:2726
5853
#: bzrlib/errors.py:2707
5872
5854
msgid "Container has data after end marker: %(excess)r"
5875
#: bzrlib/errors.py:2734
5857
#: bzrlib/errors.py:2715
5876
5858
msgid "Container has multiple records with the same name: %(name)s"
5879
#: bzrlib/errors.py:2747
5861
#: bzrlib/errors.py:2728
5880
5862
msgid "Corrupt or incompatible data stream: %(reason)s"
5883
#: bzrlib/errors.py:2755
5865
#: bzrlib/errors.py:2736
5884
5866
msgid "SMTP error: %(error)s"
5887
#: bzrlib/errors.py:2763
5869
#: bzrlib/errors.py:2744
5888
5870
msgid "No message supplied."
5891
#: bzrlib/errors.py:2768
5873
#: bzrlib/errors.py:2749
5892
5874
msgid "No mail-to address (--mail-to) or output (-o) specified."
5895
#: bzrlib/errors.py:2773
5877
#: bzrlib/errors.py:2754
5896
5878
msgid "Unknown mail client: %(mail_client)s"
5899
#: bzrlib/errors.py:2781
5881
#: bzrlib/errors.py:2762
5901
5883
"Unable to find mail client with the following names: "
5902
5884
"%(mail_command_list_string)s"
5905
#: bzrlib/errors.py:2791
5887
#: bzrlib/errors.py:2772
5906
5888
msgid "SMTP connection to %(host)s refused"
5909
#: bzrlib/errors.py:2800
5891
#: bzrlib/errors.py:2781
5910
5892
msgid "Please specify smtp_server. No server at default %(host)s."
5913
#: bzrlib/errors.py:2814
5895
#: bzrlib/errors.py:2795
5915
5897
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
5919
#: bzrlib/errors.py:2826
5901
#: bzrlib/errors.py:2807
5920
5902
msgid "'%(display_url)s' is already a branch."
5923
#: bzrlib/errors.py:2831
5905
#: bzrlib/errors.py:2812
5924
5906
msgid "'%(display_url)s' is already a tree."
5927
#: bzrlib/errors.py:2836
5909
#: bzrlib/errors.py:2817
5928
5910
msgid "'%(display_url)s' is already a checkout."
5931
#: bzrlib/errors.py:2841
5913
#: bzrlib/errors.py:2822
5932
5914
msgid "'%(display_url)s' is already a lightweight checkout."
5935
#: bzrlib/errors.py:2846
5917
#: bzrlib/errors.py:2827
5936
5918
msgid "'%(display_url)s' is already using a shared repository."
5939
#: bzrlib/errors.py:2851
5921
#: bzrlib/errors.py:2832
5940
5922
msgid "'%(display_url)s' is already standalone."
5943
#: bzrlib/errors.py:2856
5925
#: bzrlib/errors.py:2837
5944
5926
msgid "Shared repository '%(display_url)s' already creates working trees."
5947
#: bzrlib/errors.py:2862
5929
#: bzrlib/errors.py:2843
5949
5931
"Shared repository '%(display_url)s' already doesn't create working trees."
5952
#: bzrlib/errors.py:2868
5934
#: bzrlib/errors.py:2849
5953
5935
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
5956
#: bzrlib/errors.py:2873
5938
#: bzrlib/errors.py:2854
5957
5939
msgid "No location could be found to bind to at %(display_url)s."
5960
#: bzrlib/errors.py:2878
5942
#: bzrlib/errors.py:2859
5962
5944
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
5963
5945
"status).%(more)s"
5966
#: bzrlib/errors.py:2897
5948
#: bzrlib/errors.py:2878
5968
5950
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
5969
5951
"list).%(more)s"
5972
#: bzrlib/errors.py:2903
5954
#: bzrlib/errors.py:2884
5973
5955
msgid "Variable {%(name)s} is not available."
5976
#: bzrlib/errors.py:2911
5958
#: bzrlib/errors.py:2892
5977
5959
msgid "No template specified."
5980
#: bzrlib/errors.py:2916
5962
#: bzrlib/errors.py:2897
5981
5963
msgid "Unable to create symlink %(path_str)son this platform"
5984
#: bzrlib/errors.py:2931
5966
#: bzrlib/errors.py:2912
5986
5968
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
5987
5969
"\"original\", \"local\"."
5990
#: bzrlib/errors.py:2965
5972
#: bzrlib/errors.py:2946
5992
5974
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
5995
#: bzrlib/errors.py:2977
5977
#: bzrlib/errors.py:2958
5996
5978
msgid "The \"%(config_id)s\" configuration does not exist."
5999
#: bzrlib/errors.py:2985
5981
#: bzrlib/errors.py:2966
6000
5982
msgid "The \"%(option_name)s\" configuration option does not exist."
6003
#: bzrlib/errors.py:2993
5985
#: bzrlib/errors.py:2974
6004
5986
msgid "The alias \"%(alias_name)s\" does not exist."
6007
#: bzrlib/errors.py:3007
5989
#: bzrlib/errors.py:2988
6008
5990
msgid "\"%(alias_name)s\" is not a valid location alias."
6011
#: bzrlib/errors.py:3015
5993
#: bzrlib/errors.py:2996
6012
5994
msgid "No %(alias_name)s location assigned."
6015
#: bzrlib/errors.py:3023
5997
#: bzrlib/errors.py:3004
6016
5998
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6019
#: bzrlib/errors.py:3033
6001
#: bzrlib/errors.py:3014
6020
6002
msgid "Unknown rules detected: %(unknowns_str)s."
6023
#: bzrlib/errors.py:3044
6005
#: bzrlib/errors.py:3025
6024
6006
msgid "Tip change rejected: %(msg)s"
6027
#: bzrlib/errors.py:3052
6009
#: bzrlib/errors.py:3033
6028
6010
msgid "Shelf corrupt."
6031
#: bzrlib/errors.py:3057
6013
#: bzrlib/errors.py:3038
6032
6014
msgid "Corruption while decompressing repository file%(orig_error)s"
6035
#: bzrlib/errors.py:3069
6017
#: bzrlib/errors.py:3050
6036
6018
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6039
#: bzrlib/errors.py:3077
6021
#: bzrlib/errors.py:3058
6040
6022
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6043
#: bzrlib/errors.py:3085
6025
#: bzrlib/errors.py:3066
6045
6027
"An attempt to access a url outside the server jail was made: '%(url)s'."
6048
#: bzrlib/errors.py:3093
6030
#: bzrlib/errors.py:3074
6049
6031
msgid "The user aborted the operation."
6052
#: bzrlib/errors.py:3098
6034
#: bzrlib/errors.py:3079
6053
6035
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6056
#: bzrlib/errors.py:3108
6038
#: bzrlib/errors.py:3089
6057
6039
msgid "No such view: %(view_name)s."
6060
#: bzrlib/errors.py:3118
6042
#: bzrlib/errors.py:3099
6062
6044
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6063
6045
"to a later format."
6066
#: bzrlib/errors.py:3127
6048
#: bzrlib/errors.py:3108
6068
6050
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6071
#: bzrlib/errors.py:3194
6053
#: bzrlib/errors.py:3175
6072
6054
msgid "%(bzrdir)r does not support co-located branches."
6075
#: bzrlib/errors.py:3200
6057
#: bzrlib/errors.py:3181
6077
6059
"Unable to determine your name.\n"
6078
6060
"Please, set your name with the 'whoami' command.\n"
6079
6061
"E.g. bzr whoami \"Your Name <name@example.com>\""
6082
#: bzrlib/errors.py:3209
6064
#: bzrlib/errors.py:3190
6083
6065
msgid "Invalid pattern(s) found. %(msg)s"
6086
#: bzrlib/errors.py:3217
6068
#: bzrlib/errors.py:3198
6088
6070
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6089
6071
"unbind` to fix."
6092
#: bzrlib/errors.py:3228
6074
#: bzrlib/errors.py:3209
6093
6075
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6096
#: bzrlib/errors.py:3237
6078
#: bzrlib/errors.py:3218
6097
6079
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6100
#: bzrlib/errors.py:3246
6082
#: bzrlib/errors.py:3227
6102
6084
"No compatible object available for operations from %(source)r to %(target)r."
6105
#: bzrlib/errors.py:3256
6087
#: bzrlib/errors.py:3237
6107
6089
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6108
6090
"%(arguments)s."
6111
#: bzrlib/errors.py:3266
6093
#: bzrlib/errors.py:3247
6113
6095
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6114
6096
"format %(format)r"
6117
#: bzrlib/errors.py:3278
6099
#: bzrlib/errors.py:3259
6119
6101
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6123
#: bzrlib/errors.py:3291
6105
#: bzrlib/errors.py:3272
6124
6106
msgid "Binary files section encountered."
6127
#: bzrlib/errors.py:3299
6109
#: bzrlib/errors.py:3280
6129
6111
"Malformed patch header. %(desc)s\n"
6133
#: bzrlib/errors.py:3308
6115
#: bzrlib/errors.py:3289
6135
6117
"Malformed hunk header. %(desc)s\n"
6139
#: bzrlib/errors.py:3317
6121
#: bzrlib/errors.py:3298
6141
6123
"Malformed line. %(desc)s\n"
6145
#: bzrlib/errors.py:3327
6127
#: bzrlib/errors.py:3308
6147
6129
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6148
6130
"but patch says it should be \"%(patch_line)s\""
6151
#: bzrlib/errors.py:3338
6133
#: bzrlib/errors.py:3319
6152
6134
msgid "The feature %(feature)s has already been registered."
12292
12273
#: en/help_topics/hooks.txt:399
12298
12279
#: en/help_topics/hooks.txt:404
12300
"Called after a tree transform has been performed on a tree. The hook\n"
12301
"is called with the tree that is being transformed and the transform."
12304
#: en/help_topics/hooks.txt:407
12310
#: en/help_topics/hooks.txt:412
12312
"Called before a tree transform on this tree. The hook is called with\n"
12313
"the tree that is being transformed and the transform."
12316
#: en/help_topics/hooks.txt:415
12322
#: en/help_topics/hooks.txt:420
12324
12281
"Called before a commit is performed on a tree. The start commit hook\n"
12325
12282
"is able to change the tree before the commit takes place. start_commit\n"
12326
12283
"is called with the bzrlib.mutabletree.MutableTree that the commit is\n"
12327
12284
"being performed on."
12330
#: en/help_topics/hooks.txt:425
12287
#: en/help_topics/hooks.txt:409
12332
12289
"SmartClientHooks\n"
12333
12290
"----------------"
12336
#: en/help_topics/hooks.txt:428
12293
#: en/help_topics/hooks.txt:412
12342
#: en/help_topics/hooks.txt:431
12299
#: en/help_topics/hooks.txt:415
12343
12300
msgid "Introduced in: unknown"
12346
#: en/help_topics/hooks.txt:433
12303
#: en/help_topics/hooks.txt:417
12348
12305
"Called when the smart client is submitting a request to the smart\n"
12349
12306
"server. Called with a bzrlib.smart.client.CallHookParams object.\n"
12350
12307
"Streaming request bodies, and responses, are not accessible."
12353
#: en/help_topics/hooks.txt:437
12310
#: en/help_topics/hooks.txt:421
12355
12312
"SmartServerHooks\n"
12356
12313
"----------------"
12359
#: en/help_topics/hooks.txt:440
12316
#: en/help_topics/hooks.txt:424
12361
12318
"server_exception\n"
12362
12319
"~~~~~~~~~~~~~~~~"
12365
#: en/help_topics/hooks.txt:445
12322
#: en/help_topics/hooks.txt:429
12367
12324
"Called by the bzr server when an exception occurs. server_exception is\n"
12368
12325
"called with the sys.exc_info() tuple return true for the hook if the\n"