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