166
166
"the no-pending option or specify a file/directory."
169
#: bzrlib/builtins.py:263
169
#: bzrlib/builtins.py:351
171
171
"To compare the working directory to a specific revision, pass a\n"
172
172
"single revision to the revision argument."
175
#: bzrlib/builtins.py:266
175
#: bzrlib/builtins.py:354
177
177
"To see which files have changed in a specific revision, or between\n"
178
178
"two revisions, pass a revision range to the revision argument.\n"
179
179
"This will produce the same results as calling 'bzr diff --summarize'."
182
#: bzrlib/builtins.py:275
182
#: bzrlib/builtins.py:363
183
183
msgid "Use short status indicators."
186
#: bzrlib/builtins.py:277
186
#: bzrlib/builtins.py:365
187
187
msgid "Only show versioned files."
190
#: bzrlib/builtins.py:279
190
#: bzrlib/builtins.py:367
191
191
msgid "Don't show pending merges."
194
#: bzrlib/builtins.py:282
194
#: bzrlib/builtins.py:370
195
195
msgid "Do not mark object type using indicator."
198
#: bzrlib/builtins.py:297
198
#: bzrlib/builtins.py:385
199
199
msgid "bzr status --revision takes exactly one or two revision specifiers"
202
#: bzrlib/builtins.py:341 bzrlib/builtins.py:5090
202
#: bzrlib/builtins.py:429 bzrlib/builtins.py:5183
203
203
msgid "You can only supply one of revision_id or --revision"
206
#: bzrlib/builtins.py:344 bzrlib/builtins.py:5092
206
#: bzrlib/builtins.py:432 bzrlib/builtins.py:5185
207
207
msgid "You must supply either --revision or a revision_id"
210
#: bzrlib/builtins.py:351
210
#: bzrlib/builtins.py:439
212
212
msgid "Repository %r does not support access to raw revision texts"
215
#: bzrlib/builtins.py:362
215
#: bzrlib/builtins.py:450
216
216
msgid "The repository {0} contains no revision {1}."
219
#: bzrlib/builtins.py:369
219
#: bzrlib/builtins.py:457
220
220
msgid "You cannot specify a NULL revision."
223
#: bzrlib/builtins.py:461
223
#: bzrlib/builtins.py:549
224
224
msgid "Remove the working tree from a given branch/checkout."
227
#: bzrlib/builtins.py:463
227
#: bzrlib/builtins.py:551
229
229
"Since a lightweight checkout is little more than a working tree\n"
230
230
"this will refuse to run against one."
233
#: bzrlib/builtins.py:466
233
#: bzrlib/builtins.py:554
234
234
msgid "To re-create the working tree, use \"bzr checkout\"."
237
#: bzrlib/builtins.py:472
237
#: bzrlib/builtins.py:560
239
239
"Remove the working tree even if it has uncommitted or shelved changes."
242
#: bzrlib/builtins.py:486
242
#: bzrlib/builtins.py:574
243
243
msgid "No working tree to remove"
246
#: bzrlib/builtins.py:488
246
#: bzrlib/builtins.py:576
247
247
msgid "You cannot remove the working tree of a remote path"
250
#: bzrlib/builtins.py:497
250
#: bzrlib/builtins.py:585
251
251
msgid "You cannot remove the working tree from a lightweight checkout"
254
#: bzrlib/builtins.py:537
254
#: bzrlib/builtins.py:625
256
256
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
257
257
"instead. Use \"--force\" if you are sure you want to reset the working tree."
260
#: bzrlib/builtins.py:548
260
#: bzrlib/builtins.py:636
262
262
", the header appears corrupt, try passing -r -1 to set the state to the last "
266
#: bzrlib/builtins.py:552
266
#: bzrlib/builtins.py:640
267
267
msgid "failed to reset the tree state{0}"
270
#: bzrlib/builtins.py:556
270
#: bzrlib/builtins.py:644
271
271
msgid "Show current revision number."
274
#: bzrlib/builtins.py:558
274
#: bzrlib/builtins.py:646
275
275
msgid "This is equal to the number of revisions on this branch."
278
#: bzrlib/builtins.py:571
278
#: bzrlib/builtins.py:659
279
279
msgid "--tree and --revision can not be used together"
282
#: bzrlib/builtins.py:588 bzrlib/builtins.py:5874
282
#: bzrlib/builtins.py:676 bzrlib/builtins.py:5967
283
283
msgid "Tags can only be placed on a single revision, not on a range"
286
#: bzrlib/builtins.py:612
286
#: bzrlib/builtins.py:700
287
287
msgid "Show revno of working tree."
290
#: bzrlib/builtins.py:660
290
#: bzrlib/builtins.py:748
291
291
msgid "Add specified files or directories."
294
#: bzrlib/builtins.py:662
294
#: bzrlib/builtins.py:750
296
296
"In non-recursive mode, all the named items are added, regardless\n"
297
297
"of whether they were previously ignored. A warning is given if\n"
298
298
"any of the named files are already versioned."
301
#: bzrlib/builtins.py:666
301
#: bzrlib/builtins.py:754
303
303
"In recursive mode (the default), files are treated the same way\n"
304
304
"but the behaviour for directories is different. Directories that\n"
346
346
"into a subdirectory of this one."
349
#: bzrlib/builtins.py:696
349
#: bzrlib/builtins.py:784
351
351
"Any files matching patterns in the ignore list will not be added\n"
352
352
"unless they are explicitly mentioned."
355
#: bzrlib/builtins.py:699
355
#: bzrlib/builtins.py:787
357
357
"In recursive mode, files larger than the configuration option \n"
358
358
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
362
#: bzrlib/builtins.py:706
362
#: bzrlib/builtins.py:794
363
363
msgid "Don't recursively add the contents of directories."
366
#: bzrlib/builtins.py:712
366
#: bzrlib/builtins.py:800
367
367
msgid "Lookup file ids from this tree."
370
#: bzrlib/builtins.py:748
370
#: bzrlib/builtins.py:836
371
371
msgid "ignored {0} matching \"{1}\"\n"
374
#: bzrlib/builtins.py:753
374
#: bzrlib/builtins.py:841
375
375
msgid "Create a new versioned directory."
378
#: bzrlib/builtins.py:755
378
#: bzrlib/builtins.py:843
379
379
msgid "This is equivalent to creating the directory and then adding it."
382
#: bzrlib/builtins.py:762
382
#: bzrlib/builtins.py:850
383
383
msgid "No error if existing, make parent directories as needed."
386
#: bzrlib/builtins.py:796
386
#: bzrlib/builtins.py:884
388
388
msgid "added %s\n"
391
#: bzrlib/builtins.py:838
391
#: bzrlib/builtins.py:926
393
393
msgid "invalid kind %r specified"
396
#: bzrlib/builtins.py:875
396
#: bzrlib/builtins.py:963
397
397
msgid "Move or rename a file."
400
#: bzrlib/builtins.py:877
400
#: bzrlib/builtins.py:965
401
401
msgid " bzr mv SOURCE... DESTINATION"
404
#: bzrlib/builtins.py:879
404
#: bzrlib/builtins.py:967
406
406
"If the last argument is a versioned directory, all the other names\n"
407
407
"are moved into it. Otherwise, there must be exactly two arguments\n"
408
408
"and the file is changed to a new name."
411
#: bzrlib/builtins.py:883
411
#: bzrlib/builtins.py:971
413
413
"If OLDNAME does not exist on the filesystem but is versioned and\n"
414
414
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
417
417
"The same is valid when moving many SOURCE files to a DESTINATION."
420
#: bzrlib/builtins.py:889
420
#: bzrlib/builtins.py:977
421
421
msgid "Files cannot be moved between branches."
424
#: bzrlib/builtins.py:896
424
#: bzrlib/builtins.py:984
426
426
"Move only the bzr identifier of the file, because the file has already been "
430
#: bzrlib/builtins.py:898
430
#: bzrlib/builtins.py:986
431
431
msgid "Automatically guess renames."
434
#: bzrlib/builtins.py:899
434
#: bzrlib/builtins.py:987
435
435
msgid "Avoid making changes when guessing renames."
438
#: bzrlib/builtins.py:908
438
#: bzrlib/builtins.py:996
439
439
msgid "--dry-run requires --auto."
442
#: bzrlib/builtins.py:912
442
#: bzrlib/builtins.py:1000
443
443
msgid "missing file argument"
446
#: bzrlib/builtins.py:916
446
#: bzrlib/builtins.py:1004
447
447
msgid "can not move root of branch"
450
#: bzrlib/builtins.py:922
450
#: bzrlib/builtins.py:1010
451
451
msgid "Only one path may be specified to --auto."
454
#: bzrlib/builtins.py:925
454
#: bzrlib/builtins.py:1013
455
455
msgid "--after cannot be specified with --auto."
458
#: bzrlib/builtins.py:962
458
#: bzrlib/builtins.py:1050
459
459
msgid "to mv multiple files the destination must be a versioned directory"
462
#: bzrlib/builtins.py:1014
462
#: bzrlib/builtins.py:1102
463
463
msgid "Turn this branch into a mirror of another branch."
466
#: bzrlib/builtins.py:1016
466
#: bzrlib/builtins.py:1104
468
468
"By default, this command only works on branches that have not diverged.\n"
469
469
"Branches are considered diverged if the destination branch's most recent \n"
493
493
"value will only be saved if the remote location can be accessed."
496
#: bzrlib/builtins.py:1034
496
#: bzrlib/builtins.py:1122
498
498
"The --verbose option will display the revisions pulled using the log_format\n"
499
499
"configuration option. You can use a different format by overriding it with\n"
500
500
"-Olog_format=<other_format>."
503
#: bzrlib/builtins.py:1038
503
#: bzrlib/builtins.py:1126
505
505
"Note: The location can be specified either in the form of a branch,\n"
506
506
"or in the form of a path to a file containing a merge directive generated\n"
510
#: bzrlib/builtins.py:1046
510
#: bzrlib/builtins.py:1134
511
511
msgid "Show logs of pulled revisions."
514
#: bzrlib/builtins.py:1048
514
#: bzrlib/builtins.py:1136
516
516
"Branch to pull into, rather than the one containing the working directory."
519
#: bzrlib/builtins.py:1051
519
#: bzrlib/builtins.py:1139
521
521
"Perform a local pull in a bound branch. Local pulls are not applied to the "
525
#: bzrlib/builtins.py:1080
525
#: bzrlib/builtins.py:1168
526
526
msgid "Need working tree for --show-base."
529
#: bzrlib/builtins.py:1096
529
#: bzrlib/builtins.py:1184
530
530
msgid "No pull location known or specified."
533
#: bzrlib/builtins.py:1102
533
#: bzrlib/builtins.py:1190
535
535
msgid "Using saved parent location: %s\n"
538
#: bzrlib/builtins.py:1109 bzrlib/builtins.py:4300
538
#: bzrlib/builtins.py:1197 bzrlib/builtins.py:4393
539
539
msgid "Cannot use -r with merge directives or bundles"
542
#: bzrlib/builtins.py:1150
542
#: bzrlib/builtins.py:1238
543
543
msgid "Update a mirror of this branch."
546
#: bzrlib/builtins.py:1152
546
#: bzrlib/builtins.py:1240
548
548
"The target branch will not have its working tree populated because this\n"
549
549
"is both expensive, and is not supported on remote file systems."
552
#: bzrlib/builtins.py:1155
552
#: bzrlib/builtins.py:1243
554
554
"Some smart servers or protocols *may* put the working tree in place in\n"
558
#: bzrlib/builtins.py:1158
558
#: bzrlib/builtins.py:1246
560
560
"This command only works on branches that have not diverged. Branches are\n"
561
561
"considered diverged if the destination branch's most recent commit is one\n"
562
562
"that has not been merged (directly or indirectly) by the source branch."
565
#: bzrlib/builtins.py:1162
565
#: bzrlib/builtins.py:1250
567
567
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
568
568
"the other branch completely, discarding its unmerged changes."
571
#: bzrlib/builtins.py:1165
571
#: bzrlib/builtins.py:1253
573
573
"If you want to ensure you have the different changes in the other branch,\n"
574
574
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
575
575
"After that you will be able to do a push without '--overwrite'."
578
#: bzrlib/builtins.py:1169
578
#: bzrlib/builtins.py:1257
580
580
"If there is no default push location set, the first push will set it (use\n"
581
581
"--no-remember to avoid setting it). After that, you can omit the\n"
583
583
"value will only be saved if the remote location can be accessed."
586
#: bzrlib/builtins.py:1174
586
#: bzrlib/builtins.py:1262
588
588
"The --verbose option will display the revisions pushed using the log_format\n"
589
589
"configuration option. You can use a different format by overriding it with\n"
590
590
"-Olog_format=<other_format>."
593
#: bzrlib/builtins.py:1185 bzrlib/foreign.py:272
593
#: bzrlib/builtins.py:1273 bzrlib/foreign.py:272
595
595
"Branch to push from, rather than the one containing the working directory."
598
#: bzrlib/builtins.py:1188
598
#: bzrlib/builtins.py:1276
600
600
"By default push will fail if the target directory exists, but does not "
601
601
"already have a control directory. This flag will allow push to proceed."
604
#: bzrlib/builtins.py:1193
604
#: bzrlib/builtins.py:1281
606
606
"Create a stacked branch that references the public location of the parent "
610
#: bzrlib/builtins.py:1196
610
#: bzrlib/builtins.py:1284
612
612
"Create a stacked branch that refers to another branch for the commit "
613
613
"history. Only the work not present in the referenced branch is included in "
614
614
"the branch created."
617
#: bzrlib/builtins.py:1201 bzrlib/foreign.py:279
617
#: bzrlib/builtins.py:1289 bzrlib/foreign.py:279
619
619
"Refuse to push if there are uncommitted changes in the working tree, --no-"
620
620
"strict disables the check."
623
#: bzrlib/builtins.py:1204
623
#: bzrlib/builtins.py:1292
624
624
msgid "Don't populate the working tree, even for protocols that support it."
627
#: bzrlib/builtins.py:1248
627
#: bzrlib/builtins.py:1336
628
628
msgid "Could not determine branch to refer to."
631
#: bzrlib/builtins.py:1257
631
#: bzrlib/builtins.py:1345
634
634
"No push location known or specified. To push to the parent branch (at %s), "
635
635
"use 'bzr push :parent'."
638
#: bzrlib/builtins.py:1263 bzrlib/foreign.py:306
638
#: bzrlib/builtins.py:1351 bzrlib/foreign.py:306
639
639
msgid "No push location known or specified."
642
#: bzrlib/builtins.py:1267
642
#: bzrlib/builtins.py:1355
644
644
msgid "Using saved push location: %s"
647
#: bzrlib/builtins.py:1277
647
#: bzrlib/builtins.py:1365
648
648
msgid "Create a new branch that is a copy of an existing branch."
651
#: bzrlib/builtins.py:1279
651
#: bzrlib/builtins.py:1367
653
653
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
654
654
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
659
659
"create ./foo-bar."
662
#: bzrlib/builtins.py:1286
662
#: bzrlib/builtins.py:1374
664
664
"To retrieve the branch as of a particular revision, supply the --revision\n"
665
665
"parameter, as in \"branch foo/bar -r 5\"."
668
#: bzrlib/builtins.py:1289
668
#: bzrlib/builtins.py:1377
669
669
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
672
#: bzrlib/builtins.py:1299
672
#: bzrlib/builtins.py:1387
673
673
msgid "Create a branch without a working-tree."
676
#: bzrlib/builtins.py:1301
676
#: bzrlib/builtins.py:1389
677
677
msgid "Switch the checkout in the current directory to the new branch."
680
#: bzrlib/builtins.py:1304
680
#: bzrlib/builtins.py:1392
682
682
"Create a stacked branch referring to the source branch. The new branch will "
683
683
"depend on the availability of the source branch for all operations."
686
#: bzrlib/builtins.py:1308
686
#: bzrlib/builtins.py:1396
687
687
msgid "Do not use a shared repository, even if available."
690
#: bzrlib/builtins.py:1310
690
#: bzrlib/builtins.py:1398
692
692
"By default branch will fail if the target directory exists, but does not "
693
693
"already have a control directory. This flag will allow branch to proceed."
696
#: bzrlib/builtins.py:1315
696
#: bzrlib/builtins.py:1403
697
697
msgid "Bind new branch to from location."
700
#: bzrlib/builtins.py:1362
700
#: bzrlib/builtins.py:1450
702
702
msgid "Target directory \"%s\" already exists."
705
#: bzrlib/builtins.py:1374
705
#: bzrlib/builtins.py:1462
707
707
msgid "Parent of \"%s\" does not exist."
710
#: bzrlib/builtins.py:1393
710
#: bzrlib/builtins.py:1481
711
711
msgid "The branch {0} has no revision {1}."
714
#: bzrlib/builtins.py:1403 bzrlib/push.py:53
714
#: bzrlib/builtins.py:1496 bzrlib/push.py:53
716
716
msgid "Created new stacked branch referring to %s."
719
#: bzrlib/builtins.py:1407
719
#: bzrlib/builtins.py:1500
721
721
msgid "Branched %d revision."
722
722
msgid_plural "Branched %d revisions."
726
#: bzrlib/builtins.py:1412
726
#: bzrlib/builtins.py:1505
728
728
msgid "New branch bound to %s"
731
#: bzrlib/builtins.py:1417 bzrlib/builtins.py:6187
731
#: bzrlib/builtins.py:1510 bzrlib/builtins.py:6256
733
733
msgid "Switched to branch: %s"
736
#: bzrlib/builtins.py:1422
736
#: bzrlib/builtins.py:1515
737
737
msgid "List the branches available at the current location."
740
#: bzrlib/builtins.py:1424
740
#: bzrlib/builtins.py:1517
742
742
"This command will print the names of all the branches at the current\n"
746
#: bzrlib/builtins.py:1431
746
#: bzrlib/builtins.py:1524
748
748
"Recursively scan for branches rather than just looking in the specified "
752
#: bzrlib/builtins.py:1461
752
#: bzrlib/builtins.py:1554
753
753
msgid "(default)"
756
#: bzrlib/builtins.py:1473
756
#: bzrlib/builtins.py:1566
757
757
msgid "Create a new checkout of an existing branch."
760
#: bzrlib/builtins.py:1475
760
#: bzrlib/builtins.py:1568
762
762
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
800
#: bzrlib/builtins.py:1504
800
#: bzrlib/builtins.py:1597
801
801
msgid "Get file contents from this tree."
804
#: bzrlib/builtins.py:1506
804
#: bzrlib/builtins.py:1599
805
805
msgid "Hard-link working tree files where possible."
808
#: bzrlib/builtins.py:1547
808
#: bzrlib/builtins.py:1640
810
810
"Show list of renamed files.\n"
814
#: bzrlib/builtins.py:1577
814
#: bzrlib/builtins.py:1670
815
815
msgid "Update a working tree to a new revision."
818
#: bzrlib/builtins.py:1579
818
#: bzrlib/builtins.py:1672
820
820
"This will perform a merge of the destination revision (the tip of the\n"
821
821
"branch, or the specified revision) into the working tree, and then make\n"
822
822
"that revision the basis revision for the working tree. "
825
#: bzrlib/builtins.py:1583
825
#: bzrlib/builtins.py:1676
827
827
"You can use this to visit an older revision, or to update a working tree\n"
828
828
"that is out of date from its branch."
831
#: bzrlib/builtins.py:1586
831
#: bzrlib/builtins.py:1679
833
833
"If there are any uncommitted changes in the tree, they will be carried\n"
834
834
"across and remain as uncommitted changes after the update. To discard\n"
852
852
"out the old content of that file to a new location."
855
#: bzrlib/builtins.py:1601
855
#: bzrlib/builtins.py:1694
857
857
"The 'dir' argument, if given, must be the location of the root of a\n"
858
858
"working tree to update. By default, the working tree that contains the \n"
859
859
"current working directory is used."
862
#: bzrlib/builtins.py:1617
862
#: bzrlib/builtins.py:1710
863
863
msgid "bzr update --revision takes exactly one revision"
866
#: bzrlib/builtins.py:1625
866
#: bzrlib/builtins.py:1718
867
867
msgid "bzr update can only update a whole tree, not a file or subdirectory"
870
#: bzrlib/builtins.py:1656
870
#: bzrlib/builtins.py:1749
871
871
msgid "Tree is up to date at revision {0} of branch {1}"
874
#: bzrlib/builtins.py:1672
874
#: bzrlib/builtins.py:1765
877
877
"branch has no revision %s\n"
878
878
"bzr update --revision only works for a revision in the branch history"
881
#: bzrlib/builtins.py:1678
881
#: bzrlib/builtins.py:1771
882
882
msgid "Updated to revision {0} of branch {1}"
885
#: bzrlib/builtins.py:1682
885
#: bzrlib/builtins.py:1775
887
887
"Your local commits will now show as pending merges with 'bzr status', and "
888
888
"can be committed with 'bzr commit'."
891
#: bzrlib/builtins.py:1691
891
#: bzrlib/builtins.py:1784
892
892
msgid "Show information about a working tree, branch or repository."
895
#: bzrlib/builtins.py:1693
895
#: bzrlib/builtins.py:1786
897
897
"This command will show all known locations and formats associated to the\n"
898
898
"tree, branch or repository."
901
#: bzrlib/builtins.py:1696
901
#: bzrlib/builtins.py:1789
903
903
"In verbose mode, statistical information is included with each report.\n"
904
904
"To see extended statistic information, use a verbosity level of 2 or\n"
905
905
"higher by specifying the verbose option multiple times, e.g. -vv."
908
#: bzrlib/builtins.py:1700
908
#: bzrlib/builtins.py:1793
909
909
msgid "Branches and working trees will also report any missing revisions."
912
#: bzrlib/builtins.py:1702 bzrlib/builtins.py:3622 bzrlib/builtins.py:4752
913
#: bzrlib/builtins.py:6389
912
#: bzrlib/builtins.py:1795 bzrlib/builtins.py:3715 bzrlib/builtins.py:4845
913
#: bzrlib/builtins.py:6442
914
914
msgid ":Examples:"
917
#: bzrlib/builtins.py:1704
917
#: bzrlib/builtins.py:1797
918
918
msgid " Display information on the format and related locations:"
921
#: bzrlib/builtins.py:1706
921
#: bzrlib/builtins.py:1799
922
922
msgid " bzr info"
925
#: bzrlib/builtins.py:1708
925
#: bzrlib/builtins.py:1801
927
927
" Display the above together with extended format information and\n"
928
928
" basic statistics (like the number of files in the working tree and\n"
929
929
" number of revisions in the branch and repository):"
932
#: bzrlib/builtins.py:1712
932
#: bzrlib/builtins.py:1805
933
933
msgid " bzr info -v"
936
#: bzrlib/builtins.py:1714
936
#: bzrlib/builtins.py:1807
937
937
msgid " Display the above together with number of committers to the branch:"
940
#: bzrlib/builtins.py:1716
940
#: bzrlib/builtins.py:1809
941
941
msgid " bzr info -vv"
944
#: bzrlib/builtins.py:1735
944
#: bzrlib/builtins.py:1828
945
945
msgid "Remove files or directories."
948
#: bzrlib/builtins.py:1737
948
#: bzrlib/builtins.py:1830
950
950
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
951
951
"delete them if they can easily be recovered using revert otherwise they\n"
954
954
"Bazaar but missing in your tree and stop tracking them for you."
957
#: bzrlib/builtins.py:1745
957
#: bzrlib/builtins.py:1838
958
958
msgid "Only remove files that have never been committed."
961
#: bzrlib/builtins.py:1747
961
#: bzrlib/builtins.py:1840
962
962
msgid "The file deletion mode to be used."
965
#: bzrlib/builtins.py:1748
965
#: bzrlib/builtins.py:1841
966
966
msgid "Deletion Strategy"
969
#: bzrlib/builtins.py:1749
969
#: bzrlib/builtins.py:1842
970
970
msgid "Backup changed files (default)."
973
#: bzrlib/builtins.py:1750
973
#: bzrlib/builtins.py:1843
974
974
msgid "Delete from bzr but leave the working copy."
977
#: bzrlib/builtins.py:1751
977
#: bzrlib/builtins.py:1844
978
978
msgid "Don't backup changed files."
981
#: bzrlib/builtins.py:1752
981
#: bzrlib/builtins.py:1845
983
983
"Delete all the specified files, even if they can not be recovered and even "
984
984
"if they are non-empty directories. (deprecated, use no-backup)"
987
#: bzrlib/builtins.py:1761
987
#: bzrlib/builtins.py:1854
988
988
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
991
#: bzrlib/builtins.py:1778
991
#: bzrlib/builtins.py:1871
992
992
msgid "No matching files."
995
#: bzrlib/builtins.py:1839
995
#: bzrlib/builtins.py:1932
996
996
msgid "Reconcile bzr metadata in a branch."
999
#: bzrlib/builtins.py:1841
999
#: bzrlib/builtins.py:1934
1001
1001
"This can correct data mismatches that may have been caused by\n"
1002
1002
"previous ghost operations or bzr upgrades. You should only\n"
1012
1012
"correctly in both branches."
1015
#: bzrlib/builtins.py:1851
1015
#: bzrlib/builtins.py:1944
1017
1017
"At the same time it is run it may recompress data resulting in\n"
1018
1018
"a potential saving in disk space or performance gain."
1021
#: bzrlib/builtins.py:1854
1021
#: bzrlib/builtins.py:1947
1022
1022
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1025
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1025
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1027
1027
"Format for the bzr 2.0 series.\n"
1028
1028
"Uses group-compress storage.\n"
1029
1029
"Provides rich roots which are a one-way transition.\n"
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
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1035
1035
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1038
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1038
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1039
1039
msgid "The 2a format with experimental support for colocated branches.\n"
1042
#: bzrlib/builtins.py:1922
1042
#: bzrlib/builtins.py:2015
1043
1043
msgid "Make a directory into a versioned branch."
1046
#: bzrlib/builtins.py:1924
1046
#: bzrlib/builtins.py:2017
1048
1048
"Use this to create an empty branch, or before importing an\n"
1049
1049
"existing project."
1052
#: bzrlib/builtins.py:1927
1052
#: bzrlib/builtins.py:2020
1054
1054
"If there is a repository in a parent directory of the location, then\n"
1055
1055
"the history of the branch will be stored in the repository. Otherwise\n"
1076
1076
" bzr commit -m \"imported project\""
1079
#: bzrlib/builtins.py:1948
1079
#: bzrlib/builtins.py:2041
1081
1081
"Create the path leading up to the branch if it does not already exist."
1084
#: bzrlib/builtins.py:1951
1084
#: bzrlib/builtins.py:2044
1085
1085
msgid "Specify a format for this branch. See \"help formats\"."
1088
#: bzrlib/builtins.py:1959
1088
#: bzrlib/builtins.py:2052
1090
1090
"Never change revnos or the existing log. Append revisions to it only."
1093
#: bzrlib/builtins.py:1962
1093
#: bzrlib/builtins.py:2055
1094
1094
msgid "Create a branch without a working tree."
1097
#: bzrlib/builtins.py:1982 bzrlib/push.py:110
1097
#: bzrlib/builtins.py:2075 bzrlib/push.py:110
1098
1098
#, python-format
1100
1100
"Parent directory of %s does not exist.\n"
1101
1101
"You may supply --create-prefix to create all leading parent directories."
1104
#: bzrlib/builtins.py:2016
1104
#: bzrlib/builtins.py:2109
1106
1106
"This branch format cannot be set to append-revisions-only. Try --default."
1109
#: bzrlib/builtins.py:2027
1109
#: bzrlib/builtins.py:2120
1110
1110
msgid "Created a {0} (format: {1})\n"
1113
#: bzrlib/builtins.py:2036
1113
#: bzrlib/builtins.py:2129
1114
1114
#, python-format
1115
1115
msgid "Using shared repository: %s\n"
1118
#: bzrlib/builtins.py:2040
1118
#: bzrlib/builtins.py:2133
1119
1119
msgid "Create a shared repository for branches to share storage space."
1122
#: bzrlib/builtins.py:2042
1122
#: bzrlib/builtins.py:2135
1124
1124
"New branches created under the repository directory will store their\n"
1125
1125
"revisions in the repository, not in the branch directory. For branches\n"
1137
1137
"branches, such as on a server."
1140
#: bzrlib/builtins.py:2054
1140
#: bzrlib/builtins.py:2147
1143
1143
" Create a shared repository holding just branches::"
1146
#: bzrlib/builtins.py:2057
1146
#: bzrlib/builtins.py:2150
1148
1148
" bzr init-repo --no-trees repo\n"
1149
1149
" bzr init repo/trunk"
1152
#: bzrlib/builtins.py:2060
1152
#: bzrlib/builtins.py:2153
1153
1153
msgid " Make a lightweight checkout elsewhere::"
1156
#: bzrlib/builtins.py:2062
1156
#: bzrlib/builtins.py:2155
1158
1158
" bzr checkout --lightweight repo/trunk trunk-checkout\n"
1159
1159
" cd trunk-checkout\n"
1160
1160
" (add files here)"
1163
#: bzrlib/builtins.py:2070
1163
#: bzrlib/builtins.py:2163
1165
1165
"Specify a format for this repository. See \"bzr help formats\" for details."
1168
#: bzrlib/builtins.py:2074
1168
#: bzrlib/builtins.py:2167
1169
1169
msgid "Repository format"
1172
#: bzrlib/builtins.py:2076
1172
#: bzrlib/builtins.py:2169
1173
1173
msgid "Branches in the repository will default to not having a working tree."
1176
#: bzrlib/builtins.py:2102
1176
#: bzrlib/builtins.py:2195
1177
1177
msgid "Show differences in the working tree, between revisions or branches."
1180
#: bzrlib/builtins.py:2104
1180
#: bzrlib/builtins.py:2197
1182
1182
"If no arguments are given, all changes for the current tree are listed.\n"
1183
1183
"If files are given, only the changes in those files are listed.\n"
1212
1212
" 0 - no change"
1215
#: bzrlib/builtins.py:2127
1215
#: bzrlib/builtins.py:2220
1218
1218
" Shows the difference in the working tree versus the last commit::"
1221
#: bzrlib/builtins.py:2130
1221
#: bzrlib/builtins.py:2223
1222
1222
msgid " bzr diff"
1225
#: bzrlib/builtins.py:2132
1225
#: bzrlib/builtins.py:2225
1226
1226
msgid " Difference between the working tree and revision 1::"
1229
#: bzrlib/builtins.py:2134
1229
#: bzrlib/builtins.py:2227
1230
1230
msgid " bzr diff -r1"
1233
#: bzrlib/builtins.py:2136
1233
#: bzrlib/builtins.py:2229
1234
1234
msgid " Difference between revision 3 and revision 1::"
1237
#: bzrlib/builtins.py:2138
1237
#: bzrlib/builtins.py:2231
1238
1238
msgid " bzr diff -r1..3"
1241
#: bzrlib/builtins.py:2140
1241
#: bzrlib/builtins.py:2233
1242
1242
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1245
#: bzrlib/builtins.py:2142
1245
#: bzrlib/builtins.py:2235
1246
1246
msgid " bzr diff -r1..3 xxx"
1249
#: bzrlib/builtins.py:2144
1249
#: bzrlib/builtins.py:2237
1250
1250
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1253
#: bzrlib/builtins.py:2146
1253
#: bzrlib/builtins.py:2239
1254
1254
msgid " bzr diff -c2"
1257
#: bzrlib/builtins.py:2148
1257
#: bzrlib/builtins.py:2241
1259
1259
" To see the changes introduced by revision X::\n"
1261
1261
" bzr diff -cX"
1264
#: bzrlib/builtins.py:2152
1264
#: bzrlib/builtins.py:2245
1266
1266
" Note that in the case of a merge, the -c option shows the changes\n"
1267
1267
" compared to the left hand parent. To see the changes against\n"
1268
1268
" another parent, use::"
1271
#: bzrlib/builtins.py:2156
1271
#: bzrlib/builtins.py:2249
1272
1272
msgid " bzr diff -r<chosen_parent>..X"
1275
#: bzrlib/builtins.py:2158
1275
#: bzrlib/builtins.py:2251
1277
1277
" The changes between the current revision and the previous revision\n"
1278
1278
" (equivalent to -c-1 and -r-2..-1)"
1281
#: bzrlib/builtins.py:2161
1281
#: bzrlib/builtins.py:2254
1282
1282
msgid " bzr diff -r-2.."
1285
#: bzrlib/builtins.py:2163
1285
#: bzrlib/builtins.py:2256
1286
1286
msgid " Show just the differences for file NEWS::"
1289
#: bzrlib/builtins.py:2165
1289
#: bzrlib/builtins.py:2258
1290
1290
msgid " bzr diff NEWS"
1293
#: bzrlib/builtins.py:2167
1293
#: bzrlib/builtins.py:2260
1294
1294
msgid " Show the differences in working tree xxx for file NEWS::"
1297
#: bzrlib/builtins.py:2169
1297
#: bzrlib/builtins.py:2262
1298
1298
msgid " bzr diff xxx/NEWS"
1301
#: bzrlib/builtins.py:2171
1301
#: bzrlib/builtins.py:2264
1302
1302
msgid " Show the differences from branch xxx to this working tree:"
1305
#: bzrlib/builtins.py:2173
1305
#: bzrlib/builtins.py:2266
1306
1306
msgid " bzr diff --old xxx"
1309
#: bzrlib/builtins.py:2175
1309
#: bzrlib/builtins.py:2268
1310
1310
msgid " Show the differences between two branches for file NEWS::"
1313
#: bzrlib/builtins.py:2177
1313
#: bzrlib/builtins.py:2270
1314
1314
msgid " bzr diff --old xxx --new yyy NEWS"
1317
#: bzrlib/builtins.py:2179
1317
#: bzrlib/builtins.py:2272
1318
1318
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1321
#: bzrlib/builtins.py:2181
1321
#: bzrlib/builtins.py:2274
1323
1323
" bzr diff --prefix old/:new/\n"
1327
1327
" bzr diff --using /usr/bin/diff --diff-options -wu"
1330
#: bzrlib/builtins.py:2191
1330
#: bzrlib/builtins.py:2284
1331
1331
msgid "Pass these options to the external diff program."
1334
#: bzrlib/builtins.py:2194
1334
#: bzrlib/builtins.py:2287
1336
1336
"Set prefixes added to old and new filenames, as two values separated by a "
1337
1337
"colon. (eg \"old/:new/\")."
1340
#: bzrlib/builtins.py:2197
1340
#: bzrlib/builtins.py:2290
1341
1341
msgid "Branch/tree to compare from."
1344
#: bzrlib/builtins.py:2201
1344
#: bzrlib/builtins.py:2294
1345
1345
msgid "Branch/tree to compare to."
1348
#: bzrlib/builtins.py:2207
1348
#: bzrlib/builtins.py:2300
1349
1349
msgid "Use this command to compare files."
1352
#: bzrlib/builtins.py:2212
1352
#: bzrlib/builtins.py:2305
1353
1353
msgid "Diff format to use."
1356
#: bzrlib/builtins.py:2214
1356
#: bzrlib/builtins.py:2307
1357
1357
msgid "Diff format"
1360
#: bzrlib/builtins.py:2236
1360
#: bzrlib/builtins.py:2329
1361
1361
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1364
#: bzrlib/builtins.py:2240
1364
#: bzrlib/builtins.py:2333
1365
1365
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1368
#: bzrlib/builtins.py:2245 bzrlib/builtins.py:2643 bzrlib/builtins.py:2656
1369
#: bzrlib/builtins.py:2664 bzrlib/builtins.py:4826
1368
#: bzrlib/builtins.py:2338 bzrlib/builtins.py:2736 bzrlib/builtins.py:2749
1369
#: bzrlib/builtins.py:2757 bzrlib/builtins.py:4919
1370
1370
msgid "{0} and {1} are mutually exclusive"
1373
#: bzrlib/builtins.py:2265
1373
#: bzrlib/builtins.py:2358
1375
1375
"List files deleted in the working tree.\n"
1379
#: bzrlib/builtins.py:2343
1379
#: bzrlib/builtins.py:2436
1380
1380
msgid "Show the tree root directory."
1383
#: bzrlib/builtins.py:2345
1383
#: bzrlib/builtins.py:2438
1385
1385
"The root is the nearest enclosing directory with a .bzr control\n"
1389
#: bzrlib/builtins.py:2360
1389
#: bzrlib/builtins.py:2453
1390
1390
msgid "The limit argument must be an integer."
1393
#: bzrlib/builtins.py:2368
1393
#: bzrlib/builtins.py:2461
1394
1394
msgid "The levels argument must be an integer."
1397
#: bzrlib/builtins.py:2373
1397
#: bzrlib/builtins.py:2466
1398
1398
msgid "Show historical log for a branch or subset of a branch."
1401
#: bzrlib/builtins.py:2375
1401
#: bzrlib/builtins.py:2468
1403
1403
"log is bzr's default tool for exploring the history of a branch.\n"
1404
1404
"The branch to use is taken from the first parameter. If no parameters\n"
1520
1520
" a nested merge revision and the log will be truncated accordingly."
1523
#: bzrlib/builtins.py:2449
1523
#: bzrlib/builtins.py:2542
1524
1524
msgid ":Path filtering:"
1527
#: bzrlib/builtins.py:2451
1527
#: bzrlib/builtins.py:2544
1529
1529
" If parameters are given and the first one is not a branch, the log\n"
1530
1530
" will be filtered to show only those revisions that changed the\n"
1531
1531
" nominated files or directories."
1534
#: bzrlib/builtins.py:2455
1534
#: bzrlib/builtins.py:2548
1536
1536
" Filenames are interpreted within their historical context. To log a\n"
1537
1537
" deleted file, specify a revision range so that the file existed at\n"
1538
1538
" the end or start of the range."
1541
#: bzrlib/builtins.py:2459
1541
#: bzrlib/builtins.py:2552
1543
1543
" Historical context is also important when interpreting pathnames of\n"
1544
1544
" renamed files/directories. Consider the following example:"
1547
#: bzrlib/builtins.py:2462
1547
#: bzrlib/builtins.py:2555
1549
1549
" * revision 1: add tutorial.txt\n"
1550
1550
" * revision 2: modify tutorial.txt\n"
1551
1551
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1554
#: bzrlib/builtins.py:2466
1554
#: bzrlib/builtins.py:2559
1555
1555
msgid " In this case:"
1558
#: bzrlib/builtins.py:2468
1558
#: bzrlib/builtins.py:2561
1559
1559
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1562
#: bzrlib/builtins.py:2470
1562
#: bzrlib/builtins.py:2563
1564
1564
" * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1567
#: bzrlib/builtins.py:2472
1567
#: bzrlib/builtins.py:2565
1569
1569
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1570
1570
" the original file in revision 2."
1573
#: bzrlib/builtins.py:2475
1573
#: bzrlib/builtins.py:2568
1575
1575
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1576
1576
" was no file called guide.txt in revision 2."
1579
#: bzrlib/builtins.py:2478
1579
#: bzrlib/builtins.py:2571
1581
1581
" Renames are always followed by log. By design, there is no need to\n"
1582
1582
" explicitly ask for this (and no way to stop logging a file back\n"
1583
1583
" until it was last renamed)."
1586
#: bzrlib/builtins.py:2482
1586
#: bzrlib/builtins.py:2575
1587
1587
msgid ":Other filtering:"
1590
#: bzrlib/builtins.py:2484
1590
#: bzrlib/builtins.py:2577
1592
1592
" The --match option can be used for finding revisions that match a\n"
1593
1593
" regular expression in a commit message, committer, author or bug.\n"
1659
1659
" trading disk space for faster speed."
1662
#: bzrlib/builtins.py:2531
1662
#: bzrlib/builtins.py:2624
1663
1663
msgid "Show from oldest to newest."
1666
#: bzrlib/builtins.py:2534
1666
#: bzrlib/builtins.py:2627
1667
1667
msgid "Show files changed in each revision."
1670
#: bzrlib/builtins.py:2540
1670
#: bzrlib/builtins.py:2633
1671
1671
msgid "Show just the specified revision. See also \"help revisionspec\"."
1674
#: bzrlib/builtins.py:2544
1674
#: bzrlib/builtins.py:2637
1675
1675
msgid "What names to list as authors - first, all or committer."
1678
#: bzrlib/builtins.py:2545
1678
#: bzrlib/builtins.py:2638
1679
1679
msgid "Authors"
1682
#: bzrlib/builtins.py:2550
1682
#: bzrlib/builtins.py:2643
1683
1683
msgid "Number of levels to display - 0 for all, 1 for flat."
1686
#: bzrlib/builtins.py:2560
1686
#: bzrlib/builtins.py:2653
1687
1687
msgid "Limit the output to the first N revisions."
1690
#: bzrlib/builtins.py:2565
1690
#: bzrlib/builtins.py:2658
1691
1691
msgid "Show changes made in each revision as a patch."
1694
#: bzrlib/builtins.py:2567
1694
#: bzrlib/builtins.py:2660
1695
1695
msgid "Show merged revisions like --levels 0 does."
1698
#: bzrlib/builtins.py:2571
1698
#: bzrlib/builtins.py:2664
1699
1699
msgid "Do not report commits with more than one parent."
1702
#: bzrlib/builtins.py:2573
1702
#: bzrlib/builtins.py:2666
1704
1704
"Display only the revisions that are not part of both ancestries (require -"
1708
#: bzrlib/builtins.py:2577
1708
#: bzrlib/builtins.py:2670
1709
1709
msgid "Show digital signature validity."
1712
#: bzrlib/builtins.py:2580
1712
#: bzrlib/builtins.py:2673
1713
1713
msgid "Show revisions whose properties match this expression."
1716
#: bzrlib/builtins.py:2584
1716
#: bzrlib/builtins.py:2677
1717
1717
msgid "Show revisions whose message matches this expression."
1720
#: bzrlib/builtins.py:2588
1720
#: bzrlib/builtins.py:2681
1721
1721
msgid "Show revisions whose committer matches this expression."
1724
#: bzrlib/builtins.py:2592
1724
#: bzrlib/builtins.py:2685
1725
1725
msgid "Show revisions whose authors match this expression."
1728
#: bzrlib/builtins.py:2596
1728
#: bzrlib/builtins.py:2689
1729
1729
msgid "Show revisions whose bugs match this expression."
1732
#: bzrlib/builtins.py:2650
1732
#: bzrlib/builtins.py:2743
1733
1733
msgid "--exclude-common-ancestry requires -r with two revisions"
1736
#: bzrlib/builtins.py:2678
1736
#: bzrlib/builtins.py:2771
1737
1737
#, python-format
1738
1738
msgid "Path unknown at end or start of revision range: %s"
1741
#: bzrlib/builtins.py:2795
1741
#: bzrlib/builtins.py:2888
1742
1742
#, python-format
1743
1743
msgid "bzr %s doesn't accept two revisions in different branches."
1746
#: bzrlib/builtins.py:2811
1746
#: bzrlib/builtins.py:2904
1747
1747
#, python-format
1748
1748
msgid "bzr %s --revision takes one or two values."
1751
#: bzrlib/builtins.py:2856
1751
#: bzrlib/builtins.py:2949
1753
1753
"List files in a tree.\n"
1757
#: bzrlib/builtins.py:2865
1757
#: bzrlib/builtins.py:2958
1758
1758
msgid "Recurse into subdirectories."
1761
#: bzrlib/builtins.py:2867
1761
#: bzrlib/builtins.py:2960
1762
1762
msgid "Print paths relative to the root of the branch."
1765
#: bzrlib/builtins.py:2869
1765
#: bzrlib/builtins.py:2962
1766
1766
msgid "Print unknown files."
1769
#: bzrlib/builtins.py:2870
1769
#: bzrlib/builtins.py:2963
1770
1770
msgid "Print versioned files."
1773
#: bzrlib/builtins.py:2873
1773
#: bzrlib/builtins.py:2966
1774
1774
msgid "Print ignored files."
1777
#: bzrlib/builtins.py:2875
1777
#: bzrlib/builtins.py:2968
1778
1778
msgid "List entries of a particular kind: file, directory, symlink."
1781
#: bzrlib/builtins.py:2888
1781
#: bzrlib/builtins.py:2981
1782
1782
msgid "invalid kind specified"
1785
#: bzrlib/builtins.py:2891
1785
#: bzrlib/builtins.py:2984
1786
1786
msgid "Cannot set both --verbose and --null"
1789
#: bzrlib/builtins.py:2900
1789
#: bzrlib/builtins.py:2993
1790
1790
msgid "cannot specify both --from-root and PATH"
1793
#: bzrlib/builtins.py:2987
1793
#: bzrlib/builtins.py:3080
1794
1794
msgid "Ignore specified files or patterns."
1797
#: bzrlib/builtins.py:2989
1797
#: bzrlib/builtins.py:3082
1798
1798
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1801
#: bzrlib/builtins.py:2991
1801
#: bzrlib/builtins.py:3084
1803
1803
"If a .bzrignore file does not exist, the ignore command\n"
1804
1804
"will create one and add the specified files or patterns to the newly\n"
1845
1845
" the shell on Unix."
1848
#: bzrlib/builtins.py:3020
1848
#: bzrlib/builtins.py:3113
1850
1850
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1851
1851
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1854
#: bzrlib/builtins.py:3023
1854
#: bzrlib/builtins.py:3116
1857
1857
" Ignore the top level Makefile::"
1860
#: bzrlib/builtins.py:3026
1860
#: bzrlib/builtins.py:3119
1861
1861
msgid " bzr ignore ./Makefile"
1864
#: bzrlib/builtins.py:3028
1864
#: bzrlib/builtins.py:3121
1865
1865
msgid " Ignore .class files in all directories...::"
1868
#: bzrlib/builtins.py:3030
1868
#: bzrlib/builtins.py:3123
1869
1869
msgid " bzr ignore \"*.class\""
1872
#: bzrlib/builtins.py:3032
1872
#: bzrlib/builtins.py:3125
1873
1873
msgid " ...but do not ignore \"special.class\"::"
1876
#: bzrlib/builtins.py:3034
1876
#: bzrlib/builtins.py:3127
1877
1877
msgid " bzr ignore \"!special.class\""
1880
#: bzrlib/builtins.py:3036
1880
#: bzrlib/builtins.py:3129
1881
1881
msgid " Ignore files whose name begins with the \"#\" character::"
1884
#: bzrlib/builtins.py:3038
1884
#: bzrlib/builtins.py:3131
1885
1885
msgid " bzr ignore \"RE:^#\""
1888
#: bzrlib/builtins.py:3040 bzrlib/builtins.py:3044
1888
#: bzrlib/builtins.py:3133 bzrlib/builtins.py:3137
1889
1889
msgid " Ignore .o files under the lib directory::"
1892
#: bzrlib/builtins.py:3042
1892
#: bzrlib/builtins.py:3135
1893
1893
msgid " bzr ignore \"lib/**/*.o\""
1896
#: bzrlib/builtins.py:3046
1896
#: bzrlib/builtins.py:3139
1897
1897
msgid " bzr ignore \"RE:lib/.*\\.o\""
1900
#: bzrlib/builtins.py:3048
1900
#: bzrlib/builtins.py:3141
1901
1901
msgid " Ignore everything but the \"debian\" toplevel directory::"
1904
#: bzrlib/builtins.py:3050
1904
#: bzrlib/builtins.py:3143
1906
1906
" bzr ignore \"RE:(?!debian/).*\"\n"
1945
#: bzrlib/builtins.py:3116
1945
#: bzrlib/builtins.py:3209
1946
1946
msgid "List ignored files and the patterns that matched them."
1949
#: bzrlib/builtins.py:3118
1949
#: bzrlib/builtins.py:3211
1951
1951
"List all the ignored files and the ignore pattern that caused the file to\n"
1955
#: bzrlib/builtins.py:3121
1955
#: bzrlib/builtins.py:3214
1956
1956
msgid "Alternatively, to list just the files::"
1959
#: bzrlib/builtins.py:3123
1959
#: bzrlib/builtins.py:3216
1960
1960
msgid " bzr ls --ignored"
1963
#: bzrlib/builtins.py:3157
1963
#: bzrlib/builtins.py:3250
1964
1964
#, python-format
1965
1965
msgid "not a valid revision-number: %r"
1968
#: bzrlib/builtins.py:3164
1968
#: bzrlib/builtins.py:3257
1970
1970
"Export current or past revision to a destination directory or archive."
1973
#: bzrlib/builtins.py:3166
1973
#: bzrlib/builtins.py:3259
1974
1974
msgid "If no revision is specified this exports the last committed revision."
1977
#: bzrlib/builtins.py:3168
1977
#: bzrlib/builtins.py:3261
1979
1979
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
1980
1980
"given, try to find the format with the extension. If no extension\n"
1981
1981
"is found exports to a directory (equivalent to --format=dir)."
1984
#: bzrlib/builtins.py:3172
1984
#: bzrlib/builtins.py:3265
1986
1986
"If root is supplied, it will be used as the root directory inside\n"
1987
1987
"container formats (tar, zip, etc). If it is not supplied it will default\n"
1988
1988
"to the exported filename. The root option has no effect for 'dir' format."
1991
#: bzrlib/builtins.py:3176
1991
#: bzrlib/builtins.py:3269
1993
1993
"If branch is omitted then the branch containing the current working\n"
1994
1994
"directory will be used."
1997
#: bzrlib/builtins.py:3179
1997
#: bzrlib/builtins.py:3272
1999
1999
"Note: Export of tree with non-ASCII filenames to zip is not supported."
2002
#: bzrlib/builtins.py:3181
2002
#: bzrlib/builtins.py:3274
2004
2004
" ================= =========================\n"
2005
2005
" Supported formats Autodetected by extension\n"
2012
2012
" ================= ========================="
2015
#: bzrlib/builtins.py:3195
2015
#: bzrlib/builtins.py:3288
2016
2016
msgid "Type of file to export to."
2019
#: bzrlib/builtins.py:3198
2019
#: bzrlib/builtins.py:3291
2020
2020
msgid "Apply content filters to export the convenient form."
2023
#: bzrlib/builtins.py:3202
2023
#: bzrlib/builtins.py:3295
2024
2024
msgid "Name of the root directory inside the exported file."
2027
#: bzrlib/builtins.py:3204
2027
#: bzrlib/builtins.py:3297
2029
2029
"Set modification time of files to that of the last revision in which it was "
2033
#: bzrlib/builtins.py:3207
2033
#: bzrlib/builtins.py:3300
2035
2035
"Export the working tree contents rather than that of the last revision."
2038
#: bzrlib/builtins.py:3226
2038
#: bzrlib/builtins.py:3319
2039
2039
msgid "--uncommitted requires a working tree"
2042
#: bzrlib/builtins.py:3235
2042
#: bzrlib/builtins.py:3328
2043
2043
#, python-format
2044
2044
msgid "Unsupported export format: %s"
2047
#: bzrlib/builtins.py:3239
2047
#: bzrlib/builtins.py:3332
2049
2049
"Write the contents of a file as of a given revision to standard output."
2052
#: bzrlib/builtins.py:3241
2052
#: bzrlib/builtins.py:3334
2053
2053
msgid "If no revision is nominated, the last revision is used."
2056
#: bzrlib/builtins.py:3243
2056
#: bzrlib/builtins.py:3336
2058
2058
"Note: Take care to redirect standard output when using this command on a\n"
2062
#: bzrlib/builtins.py:3249
2062
#: bzrlib/builtins.py:3342
2063
2063
msgid "The path name in the old tree."
2066
#: bzrlib/builtins.py:3250
2066
#: bzrlib/builtins.py:3343
2067
2067
msgid "Apply content filters to display the convenience form."
2070
#: bzrlib/builtins.py:3261
2070
#: bzrlib/builtins.py:3354
2071
2071
msgid "bzr cat --revision takes exactly one revision specifier"
2074
#: bzrlib/builtins.py:3286 bzrlib/builtins.py:3298
2074
#: bzrlib/builtins.py:3379 bzrlib/builtins.py:3391
2075
2075
msgid "{0!r} is not present in revision {1}"
2078
#: bzrlib/builtins.py:3321
2078
#: bzrlib/builtins.py:3414
2079
2079
msgid "Commit changes into a new revision."
2082
#: bzrlib/builtins.py:3323
2082
#: bzrlib/builtins.py:3416
2084
2084
"An explanatory message needs to be given for each commit. This is\n"
2085
2085
"often done by using the --message option (getting the message from the\n"
2089
2089
"boilerplate text loaded into the editor, use the --show-diff option."
2092
#: bzrlib/builtins.py:3330
2092
#: bzrlib/builtins.py:3423
2094
2094
"By default, the entire tree is committed and the person doing the\n"
2095
2095
"commit is assumed to be the author. These defaults can be overridden\n"
2096
2096
"as explained below."
2099
#: bzrlib/builtins.py:3334
2099
#: bzrlib/builtins.py:3427
2100
2100
msgid ":Selective commits:"
2103
#: bzrlib/builtins.py:3336
2103
#: bzrlib/builtins.py:3429
2105
2105
" If selected files are specified, only changes to those files are\n"
2106
2106
" committed. If a directory is specified then the directory and\n"
2107
2107
" everything within it is committed."
2110
#: bzrlib/builtins.py:3340
2110
#: bzrlib/builtins.py:3433
2112
2112
" When excludes are given, they take precedence over selected files.\n"
2113
2113
" For example, to commit only changes within foo, but not changes\n"
2114
2114
" within foo/bar::"
2117
#: bzrlib/builtins.py:3344
2117
#: bzrlib/builtins.py:3437
2118
2118
msgid " bzr commit foo -x foo/bar"
2121
#: bzrlib/builtins.py:3346
2121
#: bzrlib/builtins.py:3439
2122
2122
msgid " A selective commit after a merge is not yet supported."
2125
#: bzrlib/builtins.py:3348
2125
#: bzrlib/builtins.py:3441
2126
2126
msgid ":Custom authors:"
2129
#: bzrlib/builtins.py:3350
2129
#: bzrlib/builtins.py:3443
2131
2131
" If the author of the change is not the same person as the committer,\n"
2132
2132
" you can specify the author's name using the --author option. The\n"
2168
2168
" one or more bugs. See ``bzr help bugs`` for details."
2171
#: bzrlib/builtins.py:3381
2171
#: bzrlib/builtins.py:3474
2172
2172
msgid "Do not consider changes made to a given path."
2175
#: bzrlib/builtins.py:3384
2175
#: bzrlib/builtins.py:3477
2176
2176
msgid "Description of the new revision."
2179
#: bzrlib/builtins.py:3387
2179
#: bzrlib/builtins.py:3480
2180
2180
msgid "Commit even if nothing has changed."
2183
#: bzrlib/builtins.py:3391
2183
#: bzrlib/builtins.py:3484
2184
2184
msgid "Take commit message from this file."
2187
#: bzrlib/builtins.py:3393
2187
#: bzrlib/builtins.py:3486
2188
2188
msgid "Refuse to commit if there are unknown files in the working tree."
2191
#: bzrlib/builtins.py:3396
2191
#: bzrlib/builtins.py:3489
2193
2193
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2194
2194
"08:00:00 +0100'."
2197
#: bzrlib/builtins.py:3399
2197
#: bzrlib/builtins.py:3492
2198
2198
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2201
#: bzrlib/builtins.py:3402
2201
#: bzrlib/builtins.py:3495
2202
2202
msgid "Set the author's name, if it's different from the committer."
2205
#: bzrlib/builtins.py:3405
2205
#: bzrlib/builtins.py:3498
2207
2207
"Perform a local commit in a bound branch. Local commits are not pushed to "
2208
2208
"the master branch until a normal commit is performed."
2211
#: bzrlib/builtins.py:3411
2211
#: bzrlib/builtins.py:3504
2213
2213
"When no message is supplied, show the diff along with the status summary in "
2214
2214
"the message editor."
2217
#: bzrlib/builtins.py:3414
2217
#: bzrlib/builtins.py:3507
2219
2219
"When committing to a foreign version control system do not push data that "
2220
2220
"can not be natively represented."
2223
#: bzrlib/builtins.py:3432
2223
#: bzrlib/builtins.py:3525
2224
2224
#, python-format
2226
2226
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2236
2236
"Commit refused."
2239
#: bzrlib/builtins.py:3450
2239
#: bzrlib/builtins.py:3543
2240
2240
#, python-format
2241
2241
msgid "Unrecognized bug %s. Commit refused."
2244
#: bzrlib/builtins.py:3453
2244
#: bzrlib/builtins.py:3546
2245
2245
#, python-format
2248
2248
"Commit refused."
2251
#: bzrlib/builtins.py:3477
2251
#: bzrlib/builtins.py:3570
2252
2252
msgid "Could not parse --commit-time: "
2255
#: bzrlib/builtins.py:3517
2255
#: bzrlib/builtins.py:3610
2256
2256
msgid "please specify either --message or --file"
2259
#: bzrlib/builtins.py:3546
2259
#: bzrlib/builtins.py:3639
2260
2260
msgid "please specify a commit message with either --message or --file"
2263
#: bzrlib/builtins.py:3549
2263
#: bzrlib/builtins.py:3642
2265
2265
"Empty commit message specified. Please specify a commit message with either -"
2266
2266
"-message or --file or leave a blank message with --message \"\"."
2269
#: bzrlib/builtins.py:3569
2269
#: bzrlib/builtins.py:3662
2271
2271
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2272
2272
"-unchanged to force an empty commit."
2275
#: bzrlib/builtins.py:3573
2275
#: bzrlib/builtins.py:3666
2277
2277
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2278
2278
"resolve FILE\" to resolve."
2281
#: bzrlib/builtins.py:3577
2281
#: bzrlib/builtins.py:3670
2282
2282
msgid "Commit refused because there are unknown files in the working tree."
2285
#: bzrlib/builtins.py:3580
2285
#: bzrlib/builtins.py:3673
2288
2288
"To commit to master branch, run update and then commit.\n"
2289
2289
"You can also pass --local to commit to continue working disconnected."
2292
#: bzrlib/builtins.py:3588
2292
#: bzrlib/builtins.py:3681
2294
2294
"Validate working tree structure, branch consistency and repository history."
2297
#: bzrlib/builtins.py:3590
2297
#: bzrlib/builtins.py:3683
2299
2299
"This command checks various invariants about branch and repository storage\n"
2300
2300
"to detect data corruption or bzr bugs."
2303
#: bzrlib/builtins.py:3593
2303
#: bzrlib/builtins.py:3686
2305
2305
"The working tree and branch checks will only give output if a problem is\n"
2306
2306
"detected. The output fields of the repository check are:"
2309
#: bzrlib/builtins.py:3596
2309
#: bzrlib/builtins.py:3689
2312
2312
" This is just the number of revisions checked. It doesn't\n"
2313
2313
" indicate a problem."
2316
#: bzrlib/builtins.py:3600
2316
#: bzrlib/builtins.py:3693
2318
2318
"versionedfiles\n"
2319
2319
" This is just the number of versionedfiles checked. It\n"
2320
2320
" doesn't indicate a problem."
2323
#: bzrlib/builtins.py:3604
2323
#: bzrlib/builtins.py:3697
2325
2325
"unreferenced ancestors\n"
2326
2326
" Texts that are ancestors of other texts, but\n"
2344
2344
" indicate a problem."
2347
#: bzrlib/builtins.py:3619
2347
#: bzrlib/builtins.py:3712
2349
2349
"If no restrictions are specified, all Bazaar data that is found at the "
2351
2351
"location will be checked."
2354
#: bzrlib/builtins.py:3624
2354
#: bzrlib/builtins.py:3717
2355
2355
msgid " Check the tree and branch at 'foo'::"
2358
#: bzrlib/builtins.py:3626
2358
#: bzrlib/builtins.py:3719
2359
2359
msgid " bzr check --tree --branch foo"
2362
#: bzrlib/builtins.py:3628
2362
#: bzrlib/builtins.py:3721
2363
2363
msgid " Check only the repository at 'bar'::"
2366
#: bzrlib/builtins.py:3630
2366
#: bzrlib/builtins.py:3723
2367
2367
msgid " bzr check --repo bar"
2370
#: bzrlib/builtins.py:3632
2370
#: bzrlib/builtins.py:3725
2371
2371
msgid " Check everything at 'baz'::"
2374
#: bzrlib/builtins.py:3634
2374
#: bzrlib/builtins.py:3727
2375
2375
msgid " bzr check baz"
2378
#: bzrlib/builtins.py:3640
2378
#: bzrlib/builtins.py:3733
2379
2379
msgid "Check the branch related to the current directory."
2382
#: bzrlib/builtins.py:3642
2382
#: bzrlib/builtins.py:3735
2383
2383
msgid "Check the repository related to the current directory."
2386
#: bzrlib/builtins.py:3644
2386
#: bzrlib/builtins.py:3737
2387
2387
msgid "Check the working tree related to the current directory."
2390
#: bzrlib/builtins.py:3658
2390
#: bzrlib/builtins.py:3751
2391
2391
msgid "Upgrade a repository, branch or working tree to a newer format."
2394
#: bzrlib/builtins.py:3660
2394
#: bzrlib/builtins.py:3753
2396
2396
"When the default format has changed after a major new release of\n"
2397
2397
"Bazaar, you may be informed during certain operations that you\n"
2432
#: bzrlib/builtins.py:3686
2432
#: bzrlib/builtins.py:3779
2434
2434
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2435
2435
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2438
#: bzrlib/builtins.py:3694
2438
#: bzrlib/builtins.py:3787
2439
2439
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2442
#: bzrlib/builtins.py:3698
2442
#: bzrlib/builtins.py:3791
2443
2443
msgid "Branch format"
2446
#: bzrlib/builtins.py:3700
2446
#: bzrlib/builtins.py:3793
2447
2447
msgid "Remove the backup.bzr directory if successful."
2450
#: bzrlib/builtins.py:3702
2450
#: bzrlib/builtins.py:3795
2451
2451
msgid "Show what would be done, but don't actually do anything."
2454
#: bzrlib/builtins.py:3717
2454
#: bzrlib/builtins.py:3810
2455
2455
msgid "Show or set bzr user id."
2458
#: bzrlib/builtins.py:3719
2458
#: bzrlib/builtins.py:3812
2461
2461
" Show the email of the current user::"
2464
#: bzrlib/builtins.py:3722
2464
#: bzrlib/builtins.py:3815
2465
2465
msgid " bzr whoami --email"
2468
#: bzrlib/builtins.py:3724
2468
#: bzrlib/builtins.py:3817
2469
2469
msgid " Set the current user::"
2472
#: bzrlib/builtins.py:3726
2472
#: bzrlib/builtins.py:3819
2473
2473
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2476
#: bzrlib/builtins.py:3730
2476
#: bzrlib/builtins.py:3823
2477
2477
msgid "Display email address only."
2480
#: bzrlib/builtins.py:3732
2480
#: bzrlib/builtins.py:3825
2481
2481
msgid "Set identity for the current branch instead of globally."
2484
#: bzrlib/builtins.py:3758
2484
#: bzrlib/builtins.py:3851
2485
2485
msgid "--email can only be used to display existing identity"
2488
#: bzrlib/builtins.py:3780
2488
#: bzrlib/builtins.py:3873
2489
2489
msgid "Print or set the branch nickname."
2492
#: bzrlib/builtins.py:3782
2492
#: bzrlib/builtins.py:3875
2494
2494
"If unset, the tree root directory name is used as the nickname.\n"
2495
2495
"To print the current nickname, execute with no argument."
2498
#: bzrlib/builtins.py:3785
2498
#: bzrlib/builtins.py:3878
2500
2500
"Bound branches use the nickname of its master branch unless it is set\n"
2504
#: bzrlib/builtins.py:3805
2504
#: bzrlib/builtins.py:3898
2505
2505
msgid "Set/unset and display aliases."
2508
#: bzrlib/builtins.py:3807
2508
#: bzrlib/builtins.py:3900
2511
2511
" Show the current aliases::"
2514
#: bzrlib/builtins.py:3810
2514
#: bzrlib/builtins.py:3903
2515
2515
msgid " bzr alias"
2518
#: bzrlib/builtins.py:3812
2518
#: bzrlib/builtins.py:3905
2519
2519
msgid " Show the alias specified for 'll'::"
2522
#: bzrlib/builtins.py:3814
2522
#: bzrlib/builtins.py:3907
2523
2523
msgid " bzr alias ll"
2526
#: bzrlib/builtins.py:3816
2526
#: bzrlib/builtins.py:3909
2527
2527
msgid " Set an alias for 'll'::"
2530
#: bzrlib/builtins.py:3818
2530
#: bzrlib/builtins.py:3911
2531
2531
msgid " bzr alias ll=\"log --line -r-10..-1\""
2534
#: bzrlib/builtins.py:3820
2534
#: bzrlib/builtins.py:3913
2535
2535
msgid " To remove an alias for 'll'::"
2538
#: bzrlib/builtins.py:3822
2538
#: bzrlib/builtins.py:3915
2539
2539
msgid " bzr alias --remove ll"
2542
#: bzrlib/builtins.py:3827
2542
#: bzrlib/builtins.py:3920
2543
2543
msgid "Remove the alias."
2546
#: bzrlib/builtins.py:3845
2546
#: bzrlib/builtins.py:3938
2547
2547
msgid "bzr alias --remove expects an alias to remove."
2550
#: bzrlib/builtins.py:4026
2550
#: bzrlib/builtins.py:4119
2552
2552
"subunit not available. subunit needs to be installed to use --subunit."
2555
#: bzrlib/builtins.py:4043
2555
#: bzrlib/builtins.py:4136
2557
2557
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2560
#: bzrlib/builtins.py:4090
2560
#: bzrlib/builtins.py:4183
2561
2561
msgid "Show version of bzr."
2564
#: bzrlib/builtins.py:4094
2564
#: bzrlib/builtins.py:4187
2565
2565
msgid "Print just the version number."
2568
#: bzrlib/builtins.py:4113
2568
#: bzrlib/builtins.py:4206
2569
2569
msgid "It sure does!\n"
2572
#: bzrlib/builtins.py:4137
2572
#: bzrlib/builtins.py:4230
2573
2573
#, python-format
2574
2574
msgid "merge base is revision %s\n"
2577
#: bzrlib/builtins.py:4141
2577
#: bzrlib/builtins.py:4234
2578
2578
msgid "Perform a three-way merge."
2581
#: bzrlib/builtins.py:4143
2581
#: bzrlib/builtins.py:4236
2583
2583
"The source of the merge can be specified either in the form of a branch,\n"
2584
2584
"or in the form of a path to a file containing a merge directive generated\n"
2654
2654
"merge revision which has more than two parents."
2657
#: bzrlib/builtins.py:4190
2657
#: bzrlib/builtins.py:4283
2659
2659
"If one would like to merge changes from the working tree of the other\n"
2660
2660
"branch without merging any committed revisions, the --uncommitted option\n"
2661
2661
"can be given."
2664
#: bzrlib/builtins.py:4194
2664
#: bzrlib/builtins.py:4287
2666
2666
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2667
2667
"you to apply each diff hunk and file change, similar to \"shelve\"."
2670
#: bzrlib/builtins.py:4197
2670
#: bzrlib/builtins.py:4290
2673
2673
" To merge all new revisions from bzr.dev::"
2676
#: bzrlib/builtins.py:4200
2676
#: bzrlib/builtins.py:4293
2677
2677
msgid " bzr merge ../bzr.dev"
2680
#: bzrlib/builtins.py:4202
2680
#: bzrlib/builtins.py:4295
2681
2681
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2684
#: bzrlib/builtins.py:4204
2684
#: bzrlib/builtins.py:4297
2685
2685
msgid " bzr merge -r 82 ../bzr.dev"
2688
#: bzrlib/builtins.py:4206
2688
#: bzrlib/builtins.py:4299
2689
2689
msgid " To merge the changes introduced by 82, without previous changes::"
2692
#: bzrlib/builtins.py:4208
2692
#: bzrlib/builtins.py:4301
2693
2693
msgid " bzr merge -r 81..82 ../bzr.dev"
2696
#: bzrlib/builtins.py:4210
2696
#: bzrlib/builtins.py:4303
2697
2697
msgid " To apply a merge directive contained in /tmp/merge::"
2700
#: bzrlib/builtins.py:4212
2700
#: bzrlib/builtins.py:4305
2701
2701
msgid " bzr merge /tmp/merge"
2704
#: bzrlib/builtins.py:4214
2704
#: bzrlib/builtins.py:4307
2706
2706
" To create a merge revision with three parents from two branches\n"
2707
2707
" feature1a and feature1b:"
2710
#: bzrlib/builtins.py:4217
2710
#: bzrlib/builtins.py:4310
2712
2712
" bzr merge ../feature1a\n"
2713
2713
" bzr merge ../feature1b --force\n"
2714
2714
" bzr commit -m 'revision with three parents'"
2717
#: bzrlib/builtins.py:4229
2717
#: bzrlib/builtins.py:4322
2718
2718
msgid "Merge even if the destination tree has uncommitted changes."
2721
#: bzrlib/builtins.py:4235
2721
#: bzrlib/builtins.py:4328
2723
2723
"Apply uncommitted changes from a working copy, instead of branch changes."
2726
#: bzrlib/builtins.py:4237
2726
#: bzrlib/builtins.py:4330
2728
2728
"If the destination is already completely merged into the source, pull from "
2729
2729
"the source rather than merging. When this happens, you do not need to "
2730
2730
"commit the result."
2733
#: bzrlib/builtins.py:4242
2733
#: bzrlib/builtins.py:4335
2735
2735
"Branch to merge into, rather than the one containing the working directory."
2738
#: bzrlib/builtins.py:4244
2738
#: bzrlib/builtins.py:4337
2739
2739
msgid "Instead of merging, show a diff of the merge."
2742
#: bzrlib/builtins.py:4246
2742
#: bzrlib/builtins.py:4339
2743
2743
msgid "Select changes interactively."
2746
#: bzrlib/builtins.py:4268
2746
#: bzrlib/builtins.py:4361
2748
2748
"Merging into empty branches not currently supported, "
2749
2749
"https://bugs.launchpad.net/bzr/+bug/308562"
2752
#: bzrlib/builtins.py:4295
2752
#: bzrlib/builtins.py:4388
2753
2753
msgid "Cannot use --uncommitted with bundles or merge directives."
2756
#: bzrlib/builtins.py:4306
2756
#: bzrlib/builtins.py:4399
2757
2757
msgid "Cannot use --uncommitted and --revision at the same time."
2760
#: bzrlib/builtins.py:4326
2760
#: bzrlib/builtins.py:4419
2761
2761
msgid "merger: "
2764
#: bzrlib/builtins.py:4328 bzrlib/bundle/apply_bundle.py:71
2764
#: bzrlib/builtins.py:4421 bzrlib/bundle/apply_bundle.py:71
2765
2765
msgid "Nothing to do."
2768
#: bzrlib/builtins.py:4332
2768
#: bzrlib/builtins.py:4425
2769
2769
msgid "Cannot pull individual files"
2772
#: bzrlib/builtins.py:4340
2772
#: bzrlib/builtins.py:4433
2773
2773
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2776
#: bzrlib/builtins.py:4398
2776
#: bzrlib/builtins.py:4491
2777
2777
#, python-format
2778
2778
msgid "Show-base is not supported for this merge type. %s"
2781
#: bzrlib/builtins.py:4407
2781
#: bzrlib/builtins.py:4500
2782
2782
#, python-format
2783
2783
msgid "Conflict reduction is not supported for merge type %s."
2786
#: bzrlib/builtins.py:4411
2786
#: bzrlib/builtins.py:4504
2787
2787
msgid "Cannot do conflict reduction and show base."
2790
#: bzrlib/builtins.py:4522
2790
#: bzrlib/builtins.py:4615
2791
2791
msgid "No location specified or remembered"
2794
#: bzrlib/builtins.py:4524
2794
#: bzrlib/builtins.py:4617
2795
2795
msgid "{0} remembered {1} location {2}"
2798
#: bzrlib/builtins.py:4530
2798
#: bzrlib/builtins.py:4623
2799
2799
msgid "Redo a merge."
2802
#: bzrlib/builtins.py:4532
2802
#: bzrlib/builtins.py:4625
2804
2804
"Use this if you want to try a different merge technique while resolving\n"
2805
2805
"conflicts. Some merge techniques are better than others, and remerge\n"
2806
2806
"lets you try different ones on different files."
2809
#: bzrlib/builtins.py:4536
2809
#: bzrlib/builtins.py:4629
2811
2811
"The options for remerge have the same meaning and defaults as the ones for\n"
2812
2812
"merge. The difference is that remerge can (only) be run when there is a\n"
2813
2813
"pending merge, and it lets you specify particular files."
2816
#: bzrlib/builtins.py:4540
2816
#: bzrlib/builtins.py:4633
2819
2819
" Re-do the merge of all conflicted files, and show the base text in\n"
2820
2820
" conflict regions, in addition to the usual THIS and OTHER texts::"
2823
#: bzrlib/builtins.py:4544
2823
#: bzrlib/builtins.py:4637
2824
2824
msgid " bzr remerge --show-base"
2827
#: bzrlib/builtins.py:4546
2827
#: bzrlib/builtins.py:4639
2829
2829
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2830
2830
" additional processing to reduce the size of conflict regions::"
2833
#: bzrlib/builtins.py:4549
2833
#: bzrlib/builtins.py:4642
2834
2834
msgid " bzr remerge --merge-type weave --reprocess foobar"
2837
#: bzrlib/builtins.py:4556
2837
#: bzrlib/builtins.py:4649
2838
2838
msgid "Show base revision text in conflicts."
2841
#: bzrlib/builtins.py:4568
2841
#: bzrlib/builtins.py:4661
2843
2843
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2847
#: bzrlib/builtins.py:4624
2847
#: bzrlib/builtins.py:4717
2848
2848
msgid "Revert files to a previous revision."
2851
#: bzrlib/builtins.py:4626
2851
#: bzrlib/builtins.py:4719
2853
2853
"Giving a list of files will revert only those files. Otherwise, all files\n"
2854
2854
"will be reverted. If the revision is not specified with '--revision', the\n"
2855
2855
"last committed revision is used."
2858
#: bzrlib/builtins.py:4630
2858
#: bzrlib/builtins.py:4723
2860
2860
"To remove only some changes, without reverting to a prior version, use\n"
2861
2861
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2950
2950
" 0 - no missing revisions"
2953
#: bzrlib/builtins.py:4754
2953
#: bzrlib/builtins.py:4847
2955
2955
" Determine the missing revisions between this and the branch at the\n"
2956
2956
" remembered pull location::"
2959
#: bzrlib/builtins.py:4757
2959
#: bzrlib/builtins.py:4850
2960
2960
msgid " bzr missing"
2963
#: bzrlib/builtins.py:4759
2963
#: bzrlib/builtins.py:4852
2964
2964
msgid " Determine the missing revisions between this and another branch::"
2967
#: bzrlib/builtins.py:4761
2967
#: bzrlib/builtins.py:4854
2968
2968
msgid " bzr missing http://server/branch"
2971
#: bzrlib/builtins.py:4763
2971
#: bzrlib/builtins.py:4856
2973
2973
" Determine the missing revisions up to a specific revision on the other\n"
2977
#: bzrlib/builtins.py:4766
2977
#: bzrlib/builtins.py:4859
2978
2978
msgid " bzr missing -r ..-10"
2981
#: bzrlib/builtins.py:4768
2981
#: bzrlib/builtins.py:4861
2983
2983
" Determine the missing revisions up to a specific revision on this\n"
2987
#: bzrlib/builtins.py:4771
2987
#: bzrlib/builtins.py:4864
2988
2988
msgid " bzr missing --my-revision ..-10"
2991
#: bzrlib/builtins.py:4778
2991
#: bzrlib/builtins.py:4871
2992
2992
msgid "Reverse the order of revisions."
2995
#: bzrlib/builtins.py:4780
2995
#: bzrlib/builtins.py:4873
2996
2996
msgid "Display changes in the local branch only."
2999
#: bzrlib/builtins.py:4781
2999
#: bzrlib/builtins.py:4874
3000
3000
msgid "Same as --mine-only."
3003
#: bzrlib/builtins.py:4783
3003
#: bzrlib/builtins.py:4876
3004
3004
msgid "Display changes in the remote branch only."
3007
#: bzrlib/builtins.py:4784
3007
#: bzrlib/builtins.py:4877
3008
3008
msgid "Same as --theirs-only."
3011
#: bzrlib/builtins.py:4789
3011
#: bzrlib/builtins.py:4882
3013
3013
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3017
#: bzrlib/builtins.py:4793
3017
#: bzrlib/builtins.py:4886
3019
3019
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3023
#: bzrlib/builtins.py:4796
3023
#: bzrlib/builtins.py:4889
3024
3024
msgid "Show all revisions in addition to the mainline ones."
3027
#: bzrlib/builtins.py:4850
3027
#: bzrlib/builtins.py:4943
3028
3028
msgid "No peer location known or specified."
3031
#: bzrlib/builtins.py:4854
3031
#: bzrlib/builtins.py:4947
3032
3032
msgid "Using saved parent location: {0}\n"
3035
#: bzrlib/builtins.py:4887
3035
#: bzrlib/builtins.py:4980
3036
3036
#, python-format
3037
3037
msgid "You have %d extra revision:\n"
3038
3038
msgid_plural "You have %d extra revisions:\n"
3042
#: bzrlib/builtins.py:4903
3042
#: bzrlib/builtins.py:4996
3043
3043
#, python-format
3044
3044
msgid "You are missing %d revision:\n"
3045
3045
msgid_plural "You are missing %d revisions:\n"
3049
#: bzrlib/builtins.py:4915
3049
#: bzrlib/builtins.py:5008
3050
3050
msgid "This branch has no new revisions.\n"
3053
#: bzrlib/builtins.py:4918
3053
#: bzrlib/builtins.py:5011
3054
3054
msgid "Other branch has no new revisions.\n"
3057
#: bzrlib/builtins.py:4923
3057
#: bzrlib/builtins.py:5016
3058
3058
msgid "Branches are up to date.\n"
3061
#: bzrlib/builtins.py:4934
3061
#: bzrlib/builtins.py:5027
3062
3062
msgid "Compress the data within a repository."
3065
#: bzrlib/builtins.py:4936
3065
#: bzrlib/builtins.py:5029
3067
3067
"This operation compresses the data within a bazaar repository. As\n"
3068
3068
"bazaar supports automatic packing of repository, this operation is\n"
3069
3069
"normally not required to be done manually."
3072
#: bzrlib/builtins.py:4940
3072
#: bzrlib/builtins.py:5033
3074
3074
"During the pack operation, bazaar takes a backup of existing repository\n"
3075
3075
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3121
3121
"plugins using the Python programming language."
3124
#: bzrlib/builtins.py:4998
3124
#: bzrlib/builtins.py:5091
3125
3125
msgid "Show testament (signing-form) of a revision."
3128
#: bzrlib/builtins.py:5001
3128
#: bzrlib/builtins.py:5094
3129
3129
msgid "Produce long-format testament."
3132
#: bzrlib/builtins.py:5003
3132
#: bzrlib/builtins.py:5096
3133
3133
msgid "Produce a strict-format testament."
3136
#: bzrlib/builtins.py:5029
3136
#: bzrlib/builtins.py:5122
3137
3137
msgid "Show the origin of each line in a file."
3140
#: bzrlib/builtins.py:5031
3140
#: bzrlib/builtins.py:5124
3142
3142
"This prints out the given file with an annotation on the left side\n"
3143
3143
"indicating which revision, author and date introduced the change."
3146
#: bzrlib/builtins.py:5034
3146
#: bzrlib/builtins.py:5127
3148
3148
"If the origin is the same for a run of consecutive lines, it is\n"
3149
3149
"shown only at the top, unless the --all option is given."
3152
#: bzrlib/builtins.py:5042
3152
#: bzrlib/builtins.py:5135
3153
3153
msgid "Show annotations on all lines."
3156
#: bzrlib/builtins.py:5043
3156
#: bzrlib/builtins.py:5136
3157
3157
msgid "Show commit date in annotations."
3160
#: bzrlib/builtins.py:5130
3160
#: bzrlib/builtins.py:5223
3161
3161
msgid "Cannot sign a range of non-revision-history revisions"
3164
#: bzrlib/builtins.py:5142
3164
#: bzrlib/builtins.py:5235
3165
3165
msgid "Please supply either one revision, or a range."
3168
#: bzrlib/builtins.py:5146
3168
#: bzrlib/builtins.py:5239
3170
3170
"Convert the current branch into a checkout of the supplied branch.\n"
3171
3171
"If no branch is supplied, rebind to the last bound location."
3174
#: bzrlib/builtins.py:5149
3174
#: bzrlib/builtins.py:5242
3176
3176
"Once converted into a checkout, commits must succeed on the master branch\n"
3177
3177
"before they will be applied to the local branch."
3180
#: bzrlib/builtins.py:5152
3180
#: bzrlib/builtins.py:5245
3182
3182
"Bound branches use the nickname of its master branch unless it is set\n"
3183
3183
"locally, in which case binding will update the local nickname to be\n"
3184
3184
"that of the master."
3187
#: bzrlib/builtins.py:5167
3187
#: bzrlib/builtins.py:5260
3188
3188
msgid "No location supplied. This format does not remember old locations."
3191
#: bzrlib/builtins.py:5172
3191
#: bzrlib/builtins.py:5265
3192
3192
msgid "Branch is already bound"
3195
#: bzrlib/builtins.py:5174
3195
#: bzrlib/builtins.py:5267
3196
3196
msgid "No location supplied and no previous location known"
3199
#: bzrlib/builtins.py:5180
3199
#: bzrlib/builtins.py:5273
3200
3200
msgid "These branches have diverged. Try merging, and then bind again."
3203
#: bzrlib/builtins.py:5187
3203
#: bzrlib/builtins.py:5280
3204
3204
msgid "Convert the current checkout into a regular branch."
3207
#: bzrlib/builtins.py:5189
3207
#: bzrlib/builtins.py:5282
3209
3209
"After unbinding, the local branch is considered independent and subsequent\n"
3210
3210
"commits will be local only."
3213
#: bzrlib/builtins.py:5200
3213
#: bzrlib/builtins.py:5293
3214
3214
msgid "Local branch is not bound"
3217
#: bzrlib/builtins.py:5204
3217
#: bzrlib/builtins.py:5297
3218
3218
msgid "Remove the last committed revision."
3221
#: bzrlib/builtins.py:5206
3221
#: bzrlib/builtins.py:5299
3223
3223
"--verbose will print out what is being removed.\n"
3224
3224
"--dry-run will go through all the motions, but not actually\n"
3225
3225
"remove anything."
3228
#: bzrlib/builtins.py:5210
3228
#: bzrlib/builtins.py:5303
3230
3230
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3231
3231
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3232
3232
"branch at revision 15."
3235
#: bzrlib/builtins.py:5214
3235
#: bzrlib/builtins.py:5307
3237
3237
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3238
3238
"it may make is to restore any pending merges that were present before\n"
3242
#: bzrlib/builtins.py:5225
3242
#: bzrlib/builtins.py:5318
3243
3243
msgid "Don't actually make changes."
3246
#: bzrlib/builtins.py:5226
3246
#: bzrlib/builtins.py:5319
3247
3247
msgid "Say yes to all questions."
3250
#: bzrlib/builtins.py:5228
3250
#: bzrlib/builtins.py:5321
3251
3251
msgid "Keep tags that point to removed revisions."
3254
#: bzrlib/builtins.py:5230
3254
#: bzrlib/builtins.py:5323
3255
3255
msgid "Only remove the commits from the local branch when in a checkout."
3258
#: bzrlib/builtins.py:5279
3258
#: bzrlib/builtins.py:5372
3259
3259
msgid "No revisions to uncommit.\n"
3262
#: bzrlib/builtins.py:5294
3262
#: bzrlib/builtins.py:5387
3263
3263
msgid "Dry-run, pretending to remove the above revisions.\n"
3266
#: bzrlib/builtins.py:5297
3266
#: bzrlib/builtins.py:5390
3267
3267
msgid "The above revision(s) will be removed.\n"
3270
#: bzrlib/builtins.py:5301
3270
#: bzrlib/builtins.py:5394
3271
3271
msgid "Uncommit these revisions"
3274
#: bzrlib/builtins.py:5304
3274
#: bzrlib/builtins.py:5397
3275
3275
msgid "Canceled\n"
3278
#: bzrlib/builtins.py:5311
3278
#: bzrlib/builtins.py:5404
3279
3279
#, python-format
3281
3281
"You can restore the old tip by running:\n"
3282
3282
" bzr pull . -r revid:%s\n"
3285
#: bzrlib/builtins.py:5316
3285
#: bzrlib/builtins.py:5409
3286
3286
msgid "Break a dead lock."
3289
#: bzrlib/builtins.py:5318
3289
#: bzrlib/builtins.py:5411
3291
3291
"This command breaks a lock on a repository, branch, working directory or\n"
3295
#: bzrlib/builtins.py:5321
3295
#: bzrlib/builtins.py:5414
3297
3297
"CAUTION: Locks should only be broken when you are sure that the process\n"
3298
3298
"holding the lock has been stopped."
3301
#: bzrlib/builtins.py:5324
3301
#: bzrlib/builtins.py:5417
3303
3303
"You can get information on what locks are open via the 'bzr info\n"
3304
3304
"[location]' command."
3307
#: bzrlib/builtins.py:5327
3307
#: bzrlib/builtins.py:5420
3310
3310
" bzr break-lock\n"
3312
3312
" bzr break-lock --conf ~/.bazaar"
3315
#: bzrlib/builtins.py:5336
3315
#: bzrlib/builtins.py:5429
3316
3316
msgid "LOCATION is the directory where the config lock is."
3319
#: bzrlib/builtins.py:5338
3319
#: bzrlib/builtins.py:5431
3320
3320
msgid "Do not ask for confirmation before breaking the lock."
3323
#: bzrlib/builtins.py:5373
3323
#: bzrlib/builtins.py:5466
3324
3324
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3327
#: bzrlib/builtins.py:5374
3327
#: bzrlib/builtins.py:5467
3328
3328
msgid "Run the bzr server."
3331
#: bzrlib/builtins.py:5380
3331
#: bzrlib/builtins.py:5473
3332
3332
msgid "Serve on stdin/out for use from inetd or sshd."
3335
#: bzrlib/builtins.py:5381
3335
#: bzrlib/builtins.py:5474
3336
3336
msgid "protocol"
3339
#: bzrlib/builtins.py:5382
3339
#: bzrlib/builtins.py:5475
3340
3340
msgid "Protocol to serve."
3343
#: bzrlib/builtins.py:5386
3343
#: bzrlib/builtins.py:5479
3345
3345
"Listen for connections on nominated port of the form [hostname:]portnumber. "
3346
3346
"Passing 0 as the port number will result in a dynamically allocated port. "
3347
3347
"The default port depends on the protocol."
3350
#: bzrlib/builtins.py:5392
3350
#: bzrlib/builtins.py:5485
3351
3351
msgid "Serve contents of this directory."
3354
#: bzrlib/builtins.py:5394
3354
#: bzrlib/builtins.py:5487
3356
3356
"By default the server is a readonly server. Supplying --allow-writes "
3357
3357
"enables write access to the contents of the served directory and below. "
3360
3360
"uncontrolled write access to your file system."
3363
#: bzrlib/builtins.py:5403
3363
#: bzrlib/builtins.py:5496
3364
3364
msgid "Override the default idle client timeout (5min)."
3367
#: bzrlib/builtins.py:5453
3367
#: bzrlib/builtins.py:5546
3368
3368
msgid "Combine a tree into its containing tree."
3371
#: bzrlib/builtins.py:5455
3371
#: bzrlib/builtins.py:5548
3372
3372
msgid "This command requires the target tree to be in a rich-root format."
3375
#: bzrlib/builtins.py:5457
3375
#: bzrlib/builtins.py:5550
3377
3377
"The TREE argument should be an independent tree, inside another tree, but\n"
3378
3378
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3379
3379
"running \"bzr branch\" with the target inside a tree.)"
3382
#: bzrlib/builtins.py:5461
3382
#: bzrlib/builtins.py:5554
3384
3384
"The result is a combined tree, with the subtree no longer an independent\n"
3385
3385
"part. This is marked as a merge of the subtree into the containing tree,\n"
3386
3386
"and all history is preserved."
3389
#: bzrlib/builtins.py:5479
3389
#: bzrlib/builtins.py:5572
3390
3390
#, python-format
3392
3392
"Can't join trees because %s doesn't support rich root data.\n"
3393
3393
"You can use bzr upgrade on the repository."
3396
#: bzrlib/builtins.py:5489 bzrlib/builtins.py:5495
3396
#: bzrlib/builtins.py:5582 bzrlib/builtins.py:5588
3397
3397
msgid "Cannot join {0}. {1}"
3400
#: bzrlib/builtins.py:5499
3400
#: bzrlib/builtins.py:5592
3401
3401
msgid "Split a subdirectory of a tree into a separate tree."
3404
#: bzrlib/builtins.py:5501
3404
#: bzrlib/builtins.py:5594
3406
3406
"This command will produce a target tree in a format that supports\n"
3407
3407
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3408
3408
"converted into earlier formats like 'dirstate-tags'."
3411
#: bzrlib/builtins.py:5505
3411
#: bzrlib/builtins.py:5598
3413
3413
"The TREE argument should be a subdirectory of a working tree. That\n"
3414
3414
"subdirectory will be converted into an independent tree, with its own\n"
3415
3415
"branch. Commits in the top-level tree will not apply to the new subtree."
3418
#: bzrlib/builtins.py:5585
3418
#: bzrlib/builtins.py:5678
3419
3419
msgid "No submit branch specified or known"
3422
#: bzrlib/builtins.py:5593 bzrlib/send.py:108
3422
#: bzrlib/builtins.py:5686 bzrlib/send.py:108
3423
3423
msgid "No public branch specified or known"
3426
#: bzrlib/builtins.py:5598
3426
#: bzrlib/builtins.py:5691
3427
3427
msgid "bzr merge-directive takes at most two one revision identifiers"
3430
#: bzrlib/builtins.py:5607
3430
#: bzrlib/builtins.py:5700
3431
3431
msgid "No revisions to bundle."
3434
#: bzrlib/builtins.py:5626
3434
#: bzrlib/builtins.py:5719
3435
3435
msgid "Mail or create a merge-directive for submitting changes."
3438
#: bzrlib/builtins.py:5628
3438
#: bzrlib/builtins.py:5721
3439
3439
msgid "A merge directive provides many things needed for requesting merges:"
3442
#: bzrlib/builtins.py:5630
3442
#: bzrlib/builtins.py:5723
3443
3443
msgid "* A machine-readable description of the merge to perform"
3446
#: bzrlib/builtins.py:5632
3446
#: bzrlib/builtins.py:5725
3447
3447
msgid "* An optional patch that is a preview of the changes requested"
3450
#: bzrlib/builtins.py:5634
3450
#: bzrlib/builtins.py:5727
3452
3452
"* An optional bundle of revision data, so that the changes can be applied\n"
3453
3453
" directly from the merge directive, without retrieving data from a\n"
3457
#: bzrlib/builtins.py:5638
3457
#: bzrlib/builtins.py:5731
3459
3459
"`bzr send` creates a compact data set that, when applied using bzr\n"
3460
3460
"merge, has the same effect as merging from the source branch. "
3463
#: bzrlib/builtins.py:5641
3463
#: bzrlib/builtins.py:5734
3465
3465
"By default the merge directive is self-contained and can be applied to any\n"
3466
3466
"branch containing submit_branch in its ancestory without needing access to\n"
3467
3467
"the source branch."
3470
#: bzrlib/builtins.py:5645
3470
#: bzrlib/builtins.py:5738
3472
3472
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3473
3473
"revisions, but only a structured request to merge from the\n"
3559
3559
"set them, and use `bzr info` to display them."
3562
#: bzrlib/builtins.py:5720
3562
#: bzrlib/builtins.py:5813
3563
3563
msgid "Write merge directive to this file or directory; use - for stdout."
3566
#: bzrlib/builtins.py:5724
3566
#: bzrlib/builtins.py:5817
3568
3568
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3569
3569
"strict disables the check."
3572
#: bzrlib/builtins.py:5726
3572
#: bzrlib/builtins.py:5819
3573
3573
msgid "Mail the request to this address."
3576
#: bzrlib/builtins.py:5730
3576
#: bzrlib/builtins.py:5823
3577
3577
msgid "Body for the email."
3580
#: bzrlib/builtins.py:5783
3580
#: bzrlib/builtins.py:5876
3581
3581
msgid "Do not include a bundle in the merge directive."
3584
#: bzrlib/builtins.py:5784
3584
#: bzrlib/builtins.py:5877
3585
3585
msgid "Do not include a preview patch in the merge directive."
3588
#: bzrlib/builtins.py:5787
3588
#: bzrlib/builtins.py:5880
3589
3589
msgid "Remember submit and public branch."
3592
#: bzrlib/builtins.py:5789
3592
#: bzrlib/builtins.py:5882
3594
3594
"Branch to generate the submission from, rather than the one containing the "
3595
3595
"working directory."
3598
#: bzrlib/builtins.py:5799 bzrlib/cmd_version_info.py:76
3598
#: bzrlib/builtins.py:5892 bzrlib/cmd_version_info.py:76
3602
#: bzrlib/builtins.py:5800
3602
#: bzrlib/builtins.py:5893
3603
3603
msgid "Use the specified output format."
3606
#: bzrlib/builtins.py:5822
3606
#: bzrlib/builtins.py:5915
3607
3607
msgid "Create, remove or modify a tag naming a revision."
3610
#: bzrlib/builtins.py:5824
3610
#: bzrlib/builtins.py:5917
3612
3612
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3613
3613
"(--revision) option can be given -rtag:X, where X is any previously\n"
3617
#: bzrlib/builtins.py:5828
3617
#: bzrlib/builtins.py:5921
3619
3619
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3620
3620
"along when you branch, push, pull or merge."
3623
#: bzrlib/builtins.py:5831
3623
#: bzrlib/builtins.py:5924
3625
3625
"It is an error to give a tag name that already exists unless you pass\n"
3626
3626
"--force, in which case the tag is moved to point to the new revision."
3629
#: bzrlib/builtins.py:5834
3629
#: bzrlib/builtins.py:5927
3631
3631
"To rename a tag (change the name but keep it on the same revsion), run "
3633
3633
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3636
#: bzrlib/builtins.py:5837
3636
#: bzrlib/builtins.py:5930
3638
3638
"If no tag name is specified it will be determined through the \n"
3639
3639
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3644
#: bzrlib/builtins.py:5847
3644
#: bzrlib/builtins.py:5940
3645
3645
msgid "Delete this tag rather than placing it."
3648
#: bzrlib/builtins.py:5850
3648
#: bzrlib/builtins.py:5943
3649
3649
msgid "Branch in which to place the tag."
3652
#: bzrlib/builtins.py:5852
3652
#: bzrlib/builtins.py:5945
3653
3653
msgid "Replace existing tags."
3656
#: bzrlib/builtins.py:5867
3656
#: bzrlib/builtins.py:5960
3657
3657
msgid "No tag specified to delete."
3660
#: bzrlib/builtins.py:5869
3660
#: bzrlib/builtins.py:5962
3661
3661
#, python-format
3662
3662
msgid "Deleted tag %s."
3665
#: bzrlib/builtins.py:5883
3665
#: bzrlib/builtins.py:5976
3666
3666
msgid "Please specify a tag name."
3669
#: bzrlib/builtins.py:5891
3669
#: bzrlib/builtins.py:5984
3670
3670
#, python-format
3671
3671
msgid "Tag %s already exists for that revision."
3674
#: bzrlib/builtins.py:5895
3674
#: bzrlib/builtins.py:5988
3675
3675
#, python-format
3676
3676
msgid "Created tag %s."
3679
#: bzrlib/builtins.py:5897
3679
#: bzrlib/builtins.py:5990
3680
3680
#, python-format
3681
3681
msgid "Updated tag %s."
3684
#: bzrlib/builtins.py:5901
3684
#: bzrlib/builtins.py:5994
3685
3685
msgid "List tags."
3688
#: bzrlib/builtins.py:5903
3688
#: bzrlib/builtins.py:5996
3690
3690
"This command shows a table of tag names and the revisions they reference."
3693
#: bzrlib/builtins.py:5909
3693
#: bzrlib/builtins.py:6002
3694
3694
msgid "Branch whose tags should be displayed."
3697
#: bzrlib/builtins.py:5911
3697
#: bzrlib/builtins.py:6004
3698
3698
msgid "Sort tags by different criteria."
3701
#: bzrlib/builtins.py:5911
3701
#: bzrlib/builtins.py:6004
3702
3702
msgid "Sorting"
3705
#: bzrlib/builtins.py:5980
3705
#: bzrlib/builtins.py:6073
3706
3706
msgid "Reconfigure the type of a bzr directory."
3709
#: bzrlib/builtins.py:5982
3709
#: bzrlib/builtins.py:6075
3710
3710
msgid "A target configuration must be specified."
3713
#: bzrlib/builtins.py:5984
3713
#: bzrlib/builtins.py:6077
3715
3715
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3716
3716
"The order of preference is\n"
3721
3721
"If none of these is available, --bind-to must be specified."
3724
#: bzrlib/builtins.py:5998
3724
#: bzrlib/builtins.py:6091
3725
3725
msgid "Tree type"
3728
#: bzrlib/builtins.py:5999
3728
#: bzrlib/builtins.py:6092
3729
3729
msgid "The relation between branch and tree."
3732
#: bzrlib/builtins.py:6001
3732
#: bzrlib/builtins.py:6094
3733
3733
msgid "Reconfigure to be an unbound branch with no working tree."
3736
#: bzrlib/builtins.py:6002
3736
#: bzrlib/builtins.py:6095
3737
3737
msgid "Reconfigure to be an unbound branch with a working tree."
3740
#: bzrlib/builtins.py:6003
3740
#: bzrlib/builtins.py:6096
3741
3741
msgid "Reconfigure to be a bound branch with a working tree."
3744
#: bzrlib/builtins.py:6004
3744
#: bzrlib/builtins.py:6097
3745
3745
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3748
#: bzrlib/builtins.py:6009
3748
#: bzrlib/builtins.py:6102
3749
3749
msgid "Repository type"
3752
#: bzrlib/builtins.py:6010
3752
#: bzrlib/builtins.py:6103
3753
3753
msgid "Location fo the repository."
3756
#: bzrlib/builtins.py:6012
3756
#: bzrlib/builtins.py:6105
3758
3758
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3761
#: bzrlib/builtins.py:6014
3761
#: bzrlib/builtins.py:6107
3762
3762
msgid "Reconfigure to use a shared repository."
3765
#: bzrlib/builtins.py:6018
3765
#: bzrlib/builtins.py:6111
3766
3766
msgid "Trees in Repository"
3769
#: bzrlib/builtins.py:6019
3769
#: bzrlib/builtins.py:6112
3770
3770
msgid "Whether new branches in the repository have trees."
3773
#: bzrlib/builtins.py:6021
3773
#: bzrlib/builtins.py:6114
3775
3775
"Reconfigure repository to create working trees on branches by default."
3778
#: bzrlib/builtins.py:6023
3778
#: bzrlib/builtins.py:6116
3780
3780
"Reconfigure repository to not create working trees on branches by default."
3783
#: bzrlib/builtins.py:6026
3783
#: bzrlib/builtins.py:6119
3784
3784
msgid "Branch to bind checkout to."
3787
#: bzrlib/builtins.py:6028
3787
#: bzrlib/builtins.py:6121
3788
3788
msgid "Perform reconfiguration even if local changes will be lost."
3791
#: bzrlib/builtins.py:6031
3791
#: bzrlib/builtins.py:6124
3792
3792
msgid "Reconfigure a branch to be stacked on another branch."
3795
#: bzrlib/builtins.py:6035
3795
#: bzrlib/builtins.py:6128
3797
3797
"Reconfigure a branch to be unstacked. This may require copying substantial "
3798
3798
"data into it."
3801
#: bzrlib/builtins.py:6045
3801
#: bzrlib/builtins.py:6138
3802
3802
msgid "Can't use both --stacked-on and --unstacked"
3805
#: bzrlib/builtins.py:6059
3805
#: bzrlib/builtins.py:6152
3806
3806
msgid "No target configuration specified"
3809
#: bzrlib/builtins.py:6094
3809
#: bzrlib/builtins.py:6187
3810
3810
msgid "Set the branch of a checkout and update."
3813
#: bzrlib/builtins.py:6096
3813
#: bzrlib/builtins.py:6189
3815
3815
"For lightweight checkouts, this changes the branch being referenced.\n"
3816
3816
"For heavyweight checkouts, this checks that there are no local commits\n"
3889
3889
"want to switch back to your view after that."
3892
#: bzrlib/builtins.py:6228
3892
#: bzrlib/builtins.py:6281
3895
3895
" To define the current view::"
3898
#: bzrlib/builtins.py:6231
3898
#: bzrlib/builtins.py:6284
3899
3899
msgid " bzr view file1 dir1 ..."
3902
#: bzrlib/builtins.py:6233
3902
#: bzrlib/builtins.py:6286
3903
3903
msgid " To list the current view::"
3906
#: bzrlib/builtins.py:6235
3906
#: bzrlib/builtins.py:6288
3907
3907
msgid " bzr view"
3910
#: bzrlib/builtins.py:6237
3910
#: bzrlib/builtins.py:6290
3911
3911
msgid " To delete the current view::"
3914
#: bzrlib/builtins.py:6239
3914
#: bzrlib/builtins.py:6292
3915
3915
msgid " bzr view --delete"
3918
#: bzrlib/builtins.py:6241
3918
#: bzrlib/builtins.py:6294
3919
3919
msgid " To disable the current view without deleting it::"
3922
#: bzrlib/builtins.py:6243
3922
#: bzrlib/builtins.py:6296
3923
3923
msgid " bzr view --switch off"
3926
#: bzrlib/builtins.py:6245
3926
#: bzrlib/builtins.py:6298
3927
3927
msgid " To define a named view and switch to it::"
3930
#: bzrlib/builtins.py:6247
3930
#: bzrlib/builtins.py:6300
3931
3931
msgid " bzr view --name view-name file1 dir1 ..."
3934
#: bzrlib/builtins.py:6249
3934
#: bzrlib/builtins.py:6302
3935
3935
msgid " To list a named view::"
3938
#: bzrlib/builtins.py:6251
3938
#: bzrlib/builtins.py:6304
3939
3939
msgid " bzr view --name view-name"
3942
#: bzrlib/builtins.py:6253
3942
#: bzrlib/builtins.py:6306
3943
3943
msgid " To delete a named view::"
3946
#: bzrlib/builtins.py:6255
3946
#: bzrlib/builtins.py:6308
3947
3947
msgid " bzr view --name view-name --delete"
3950
#: bzrlib/builtins.py:6257
3950
#: bzrlib/builtins.py:6310
3951
3951
msgid " To switch to a named view::"
3954
#: bzrlib/builtins.py:6259
3954
#: bzrlib/builtins.py:6312
3955
3955
msgid " bzr view --switch view-name"
3958
#: bzrlib/builtins.py:6261
3958
#: bzrlib/builtins.py:6314
3959
3959
msgid " To list all views defined::"
3962
#: bzrlib/builtins.py:6263
3962
#: bzrlib/builtins.py:6316
3963
3963
msgid " bzr view --all"
3966
#: bzrlib/builtins.py:6265
3966
#: bzrlib/builtins.py:6318
3967
3967
msgid " To delete all views::"
3970
#: bzrlib/builtins.py:6267
3970
#: bzrlib/builtins.py:6320
3971
3971
msgid " bzr view --delete --all"
3974
#: bzrlib/builtins.py:6274
3974
#: bzrlib/builtins.py:6327
3975
3975
msgid "Apply list or delete action to all views."
3978
#: bzrlib/builtins.py:6277
3978
#: bzrlib/builtins.py:6330
3979
3979
msgid "Delete the view."
3982
#: bzrlib/builtins.py:6280
3982
#: bzrlib/builtins.py:6333
3983
3983
msgid "Name of the view to define, list or delete."
3986
#: bzrlib/builtins.py:6284
3986
#: bzrlib/builtins.py:6337
3987
3987
msgid "Name of the view to switch to."
3990
#: bzrlib/builtins.py:6303
3990
#: bzrlib/builtins.py:6356
3991
3991
msgid "Both --delete and a file list specified"
3994
#: bzrlib/builtins.py:6306
3994
#: bzrlib/builtins.py:6359
3995
3995
msgid "Both --delete and --switch specified"
3998
#: bzrlib/builtins.py:6309
3998
#: bzrlib/builtins.py:6362
3999
3999
msgid "Deleted all views.\n"
4002
#: bzrlib/builtins.py:6311
4002
#: bzrlib/builtins.py:6364
4003
4003
msgid "No current view to delete"
4006
#: bzrlib/builtins.py:6314
4006
#: bzrlib/builtins.py:6367
4007
4007
#, python-format
4008
4008
msgid "Deleted '%s' view.\n"
4011
#: bzrlib/builtins.py:6318
4011
#: bzrlib/builtins.py:6371
4012
4012
msgid "Both --switch and a file list specified"
4015
#: bzrlib/builtins.py:6321
4015
#: bzrlib/builtins.py:6374
4016
4016
msgid "Both --switch and --all specified"
4019
#: bzrlib/builtins.py:6324
4019
#: bzrlib/builtins.py:6377
4020
4020
msgid "No current view to disable"
4023
#: bzrlib/builtins.py:6326
4023
#: bzrlib/builtins.py:6379
4024
4024
#, python-format
4025
4025
msgid "Disabled '%s' view.\n"
4028
#: bzrlib/builtins.py:6330 bzrlib/builtins.py:6352
4028
#: bzrlib/builtins.py:6383 bzrlib/builtins.py:6405
4029
4029
msgid "Using '{0}' view: {1}\n"
4032
#: bzrlib/builtins.py:6333
4032
#: bzrlib/builtins.py:6386
4033
4033
msgid "Views defined:\n"
4036
#: bzrlib/builtins.py:6342
4036
#: bzrlib/builtins.py:6395
4037
4037
msgid "No views defined.\n"
4040
#: bzrlib/builtins.py:6349
4040
#: bzrlib/builtins.py:6402
4041
4041
msgid "Cannot change the 'off' pseudo view"
4044
#: bzrlib/builtins.py:6357
4044
#: bzrlib/builtins.py:6410
4045
4045
msgid "No current view.\n"
4048
#: bzrlib/builtins.py:6360
4048
#: bzrlib/builtins.py:6413
4049
4049
msgid "'{0}' view is: {1}\n"
4052
#: bzrlib/builtins.py:6380
4052
#: bzrlib/builtins.py:6433
4053
4053
msgid " <no hooks installed>\n"
4056
#: bzrlib/builtins.py:6384
4056
#: bzrlib/builtins.py:6437
4057
4057
msgid "Remove a branch."
4060
#: bzrlib/builtins.py:6386
4060
#: bzrlib/builtins.py:6439
4062
4062
"This will remove the branch from the specified location but \n"
4063
4063
"will keep any working tree or repository in place."
4066
#: bzrlib/builtins.py:6391
4066
#: bzrlib/builtins.py:6444
4067
4067
msgid " Remove the branch at repo/trunk::"
4070
#: bzrlib/builtins.py:6393
4070
#: bzrlib/builtins.py:6446
4071
4071
msgid " bzr remove-branch repo/trunk"
4074
#: bzrlib/builtins.py:6408
4074
#: bzrlib/builtins.py:6461
4075
4075
msgid "Plaintext diff output."
4078
#: bzrlib/builtins.py:6409
4078
#: bzrlib/builtins.py:6462
4079
4079
msgid "Temporarily set aside some changes from the current tree."
4082
#: bzrlib/builtins.py:6411
4082
#: bzrlib/builtins.py:6464
4084
4084
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4085
4085
"ie. out of the way, until a later time when you can bring them back from\n"
4100
4100
"shelve all text changes at once, use shelve --all."
4103
#: bzrlib/builtins.py:6424
4103
#: bzrlib/builtins.py:6477
4105
4105
"If filenames are specified, only the changes to those files will be\n"
4106
4106
"shelved. Other files will be left untouched."
4109
#: bzrlib/builtins.py:6427
4109
#: bzrlib/builtins.py:6480
4111
4111
"If a revision is specified, changes since that revision will be shelved."
4114
#: bzrlib/builtins.py:6429
4114
#: bzrlib/builtins.py:6482
4116
4116
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4117
4117
"restore the most recently shelved changes."
4120
#: bzrlib/builtins.py:6432
4120
#: bzrlib/builtins.py:6485
4122
4122
"For complicated changes, it is possible to edit the changes in a separate\n"
4123
4123
"editor program to decide what the file remaining in the working copy\n"
4124
4124
"should look like. To do this, add the configuration option"
4127
#: bzrlib/builtins.py:6436
4127
#: bzrlib/builtins.py:6489
4128
4128
msgid " change_editor = PROGRAM @new_path @old_path"
4131
#: bzrlib/builtins.py:6438
4131
#: bzrlib/builtins.py:6491
4133
4133
"where @new_path is replaced with the path of the new version of the \n"
4134
4134
"file and @old_path is replaced with the path of the old version of \n"
4140
#: bzrlib/builtins.py:6450
4140
#: bzrlib/builtins.py:6503
4141
4141
msgid "Shelve all changes."
4144
#: bzrlib/builtins.py:6452
4144
#: bzrlib/builtins.py:6505
4145
4145
msgid "Method to use for writing diffs."
4148
#: bzrlib/builtins.py:6452
4148
#: bzrlib/builtins.py:6505
4152
#: bzrlib/builtins.py:6456
4152
#: bzrlib/builtins.py:6509
4153
4153
msgid "List shelved changes."
4156
#: bzrlib/builtins.py:6458
4156
#: bzrlib/builtins.py:6511
4157
4157
msgid "Destroy removed changes instead of shelving them."
4160
#: bzrlib/builtins.py:6487
4160
#: bzrlib/builtins.py:6540
4161
4161
msgid "No shelved changes."
4164
#: bzrlib/builtins.py:6498
4164
#: bzrlib/builtins.py:6551
4165
4165
msgid "Restore shelved changes."
4168
#: bzrlib/builtins.py:6500
4168
#: bzrlib/builtins.py:6553
4170
4170
"By default, the most recently shelved changes are restored. However if you\n"
4171
4171
"specify a shelf by id those changes will be restored instead. This works\n"
4172
4172
"best when the changes don't depend on each other."
4175
#: bzrlib/builtins.py:6509
4175
#: bzrlib/builtins.py:6562
4176
4176
msgid "The action to perform."
4179
#: bzrlib/builtins.py:6509 bzrlib/conflicts.py:694
4179
#: bzrlib/builtins.py:6562 bzrlib/conflicts.py:694
4183
#: bzrlib/builtins.py:6511
4183
#: bzrlib/builtins.py:6564
4184
4184
msgid "Apply changes and remove from the shelf."
4187
#: bzrlib/builtins.py:6512
4187
#: bzrlib/builtins.py:6565
4188
4188
msgid "Show changes, but do not apply or remove them."
4191
#: bzrlib/builtins.py:6513
4191
#: bzrlib/builtins.py:6566
4193
4193
"Instead of unshelving the changes, show the diff that would result from "
4197
#: bzrlib/builtins.py:6515
4197
#: bzrlib/builtins.py:6568
4198
4198
msgid "Delete changes without applying them."
4201
#: bzrlib/builtins.py:6516
4201
#: bzrlib/builtins.py:6569
4202
4202
msgid "Apply changes but don't delete them."
4205
#: bzrlib/builtins.py:6531
4205
#: bzrlib/builtins.py:6584
4206
4206
msgid "Remove unwanted files from working tree."
4209
#: bzrlib/builtins.py:6533
4209
#: bzrlib/builtins.py:6586
4211
4211
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4212
4212
"files are never deleted."
4215
#: bzrlib/builtins.py:6536
4215
#: bzrlib/builtins.py:6589
4217
4217
"Another class is 'detritus', which includes files emitted by bzr during\n"
4218
4218
"normal operations and selftests. (The value of these files decreases with\n"
4222
#: bzrlib/builtins.py:6540
4222
#: bzrlib/builtins.py:6593
4224
4224
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4225
4225
"flags are respected, and may be combined."
4228
#: bzrlib/builtins.py:6543
4228
#: bzrlib/builtins.py:6596
4229
4229
msgid "To check what clean-tree will do, use --dry-run."
4232
#: bzrlib/builtins.py:6546
4232
#: bzrlib/builtins.py:6599
4233
4233
msgid "Delete all ignored files."
4236
#: bzrlib/builtins.py:6547
4236
#: bzrlib/builtins.py:6600
4238
4238
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4241
#: bzrlib/builtins.py:6550
4241
#: bzrlib/builtins.py:6603
4242
4242
msgid "Delete files unknown to bzr (default)."
4245
#: bzrlib/builtins.py:6551
4245
#: bzrlib/builtins.py:6604
4246
4246
msgid "Show files to delete instead of deleting them."
4249
#: bzrlib/builtins.py:6553
4249
#: bzrlib/builtins.py:6606
4250
4250
msgid "Do not prompt before deleting."
4615
#: bzrlib/commands.py:532
4615
#: bzrlib/commands.py:533
4616
4616
#, python-format
4618
4618
"See bzr help %s for more details and examples.\n"
4622
#: bzrlib/commands.py:537
4622
#: bzrlib/commands.py:538
4623
4623
msgid ":Aliases: "
4626
#: bzrlib/commands.py:541
4626
#: bzrlib/commands.py:542
4627
4627
#, python-format
4628
4628
msgid ":From: plugin \"%s\"\n"
4631
#: bzrlib/commands.py:553
4631
#: bzrlib/commands.py:554
4632
4632
msgid ":doc:`{0} <{1}-help>`"
4635
#: bzrlib/commands.py:557
4635
#: bzrlib/commands.py:558
4636
4636
#, python-format
4637
4637
msgid ":See also: %s"
4640
#: bzrlib/commands.py:815 bzrlib/gpg.py:324
4640
#: bzrlib/commands.py:816 bzrlib/gpg.py:324
4641
4641
msgid "Only ASCII permitted in option names"
4644
#: bzrlib/commands.py:840 bzrlib/commands.py:848
4644
#: bzrlib/commands.py:841 bzrlib/commands.py:849
4645
4645
msgid "command {0!r} needs one or more {1}"
4648
#: bzrlib/commands.py:857
4648
#: bzrlib/commands.py:858
4649
4649
msgid "command {0!r} requires argument {1}"
4652
#: bzrlib/commands.py:864
4652
#: bzrlib/commands.py:865
4653
4653
msgid "extra argument to command {0}: {1}"
4656
#: bzrlib/commands.py:961
4656
#: bzrlib/commands.py:962
4657
4657
#, python-format
4658
4658
msgid "Profile data written to \"%s\"."
5141
#: bzrlib/errors.py:799
5153
#: bzrlib/errors.py:809
5142
5154
msgid "Revision is not compatible with %(repo_format)s"
5145
#: bzrlib/errors.py:809
5157
#: bzrlib/errors.py:819
5146
5158
msgid "%(context_info)s%(path)s is already versioned."
5149
#: bzrlib/errors.py:830
5161
#: bzrlib/errors.py:840
5150
5162
msgid "%(context_info)s%(path)s is not versioned."
5153
#: bzrlib/errors.py:851
5165
#: bzrlib/errors.py:861
5154
5166
msgid "Path(s) are not versioned: %(paths_as_string)s"
5157
#: bzrlib/errors.py:862
5169
#: bzrlib/errors.py:872
5158
5170
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5161
#: bzrlib/errors.py:881
5173
#: bzrlib/errors.py:891
5162
5174
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5165
#: bzrlib/errors.py:889
5177
#: bzrlib/errors.py:899
5167
5179
"Filename %(filename)r is not valid in your current filesystem encoding "
5168
5180
"%(fs_encoding)s"
5171
#: bzrlib/errors.py:900
5183
#: bzrlib/errors.py:910
5172
5184
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5175
#: bzrlib/errors.py:918
5187
#: bzrlib/errors.py:928
5176
5188
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5179
#: bzrlib/errors.py:957
5191
#: bzrlib/errors.py:967
5180
5192
msgid "Cannot lock %(lock)s: %(why)s"
5183
#: bzrlib/errors.py:967
5195
#: bzrlib/errors.py:977
5185
5197
"A transaction related operation was attempted after the transaction finished."
5188
#: bzrlib/errors.py:994
5200
#: bzrlib/errors.py:1004
5189
5201
msgid "Cannot lock: transport is read only: %(transport)s"
5192
#: bzrlib/errors.py:1002
5204
#: bzrlib/errors.py:1012
5193
5205
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5196
#: bzrlib/errors.py:1013
5208
#: bzrlib/errors.py:1023
5198
5210
"Lock was broken while still open: %(lock)s - check storage consistency!"
5201
#: bzrlib/errors.py:1024
5213
#: bzrlib/errors.py:1034
5203
5215
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5204
5216
"%(holder)r, wanted to break %(target)r"
5207
#: bzrlib/errors.py:1036
5219
#: bzrlib/errors.py:1046
5209
5221
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5210
5222
"Use 'bzr break-lock' to clear it"
5213
#: bzrlib/errors.py:1049
5225
#: bzrlib/errors.py:1059
5214
5226
msgid "Lock not held: %(lock)s"
5217
#: bzrlib/errors.py:1078
5229
#: bzrlib/errors.py:1088
5218
5230
msgid "No changes to commit"
5221
#: bzrlib/errors.py:1083
5233
#: bzrlib/errors.py:1093
5223
5235
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5226
#: bzrlib/errors.py:1093
5238
#: bzrlib/errors.py:1103
5228
5240
"Excluding paths during commit is not supported by repository at "
5229
5241
"%(repository)r."
5232
#: bzrlib/errors.py:1102
5244
#: bzrlib/errors.py:1112
5234
5246
"The specified commit message contains characters unsupported by the current "
5238
#: bzrlib/errors.py:1108
5250
#: bzrlib/errors.py:1118
5239
5251
msgid "Upgrade URL cannot work with readonly URLs."
5242
#: bzrlib/errors.py:1113
5254
#: bzrlib/errors.py:1123
5243
5255
msgid "The branch format %(format)s is already at the most recent format."
5246
#: bzrlib/errors.py:1136
5258
#: bzrlib/errors.py:1146
5247
5259
msgid "Option --change does not accept revision ranges"
5250
#: bzrlib/errors.py:1141
5262
#: bzrlib/errors.py:1151
5251
5263
msgid "No namespace registered for string: %(spec)r"
5254
#: bzrlib/errors.py:1160
5266
#: bzrlib/errors.py:1170
5256
5268
"Requested revision: '%(spec)s' does not exist in branch: "
5257
5269
"%(branch_url)s%(extra)s"
5260
#: bzrlib/errors.py:1174
5272
#: bzrlib/errors.py:1184
5262
5274
"Operation denied because it would change the main history, which is not "
5263
5275
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5266
#: bzrlib/errors.py:1185
5278
#: bzrlib/errors.py:1195
5268
5280
"These branches have diverged. Use the missing command to see how.\n"
5269
5281
"Use the merge command to reconcile them."
5272
#: bzrlib/errors.py:1205
5284
#: bzrlib/errors.py:1215
5274
5286
"Branches have no common ancestor, and no merge base revision was specified."
5277
#: bzrlib/errors.py:1211
5289
#: bzrlib/errors.py:1221
5279
5291
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5282
#: bzrlib/errors.py:1217
5294
#: bzrlib/errors.py:1227
5283
5295
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5286
#: bzrlib/errors.py:1226
5298
#: bzrlib/errors.py:1236
5288
5300
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5291
#: bzrlib/errors.py:1235
5303
#: bzrlib/errors.py:1245
5292
5304
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5295
#: bzrlib/errors.py:1244
5307
#: bzrlib/errors.py:1254
5296
5308
msgid "Branch %(branch)s has no commits."
5299
#: bzrlib/errors.py:1262
5311
#: bzrlib/errors.py:1272
5301
5313
"Bound branch %(branch)s is out of date with master branch "
5302
5314
"%(master)s.%(extra_help)s"
5305
#: bzrlib/errors.py:1274
5317
#: bzrlib/errors.py:1284
5307
5319
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5308
5320
"bound to %(remote)s."
5311
#: bzrlib/errors.py:1286
5323
#: bzrlib/errors.py:1296
5312
5324
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5315
#: bzrlib/errors.py:1295
5327
#: bzrlib/errors.py:1305
5317
5329
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5321
#: bzrlib/errors.py:1307
5333
#: bzrlib/errors.py:1317
5322
5334
msgid "Error in processing weave: %(msg)s"
5325
#: bzrlib/errors.py:1316
5337
#: bzrlib/errors.py:1326
5326
5338
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5329
#: bzrlib/errors.py:1327
5341
#: bzrlib/errors.py:1337
5330
5342
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5333
#: bzrlib/errors.py:1337
5345
#: bzrlib/errors.py:1347
5334
5346
msgid "Weave invariant violated: %(what)s"
5337
#: bzrlib/errors.py:1346
5349
#: bzrlib/errors.py:1356
5338
5350
msgid "Parents are mismatched between two revisions. %(msg)s"
5341
#: bzrlib/errors.py:1368
5353
#: bzrlib/errors.py:1378
5343
5355
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5347
#: bzrlib/errors.py:1380
5359
#: bzrlib/errors.py:1390
5348
5360
msgid "Versioned file error"
5351
#: bzrlib/errors.py:1385
5363
#: bzrlib/errors.py:1395
5352
5364
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5355
#: bzrlib/errors.py:1395
5367
#: bzrlib/errors.py:1405
5356
5368
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5359
#: bzrlib/errors.py:1405
5371
#: bzrlib/errors.py:1415
5360
5372
msgid "Text did not match its checksum: %(msg)s"
5363
#: bzrlib/errors.py:1531
5375
#: bzrlib/errors.py:1541
5364
5376
msgid "Export format %(format)r not supported"
5367
#: bzrlib/errors.py:1540
5379
#: bzrlib/errors.py:1550
5368
5380
msgid "Transport error: %(msg)s %(orig_error)s"
5371
#: bzrlib/errors.py:1566
5383
#: bzrlib/errors.py:1576
5372
5384
msgid "Generic bzr smart protocol error: %(details)s"
5375
#: bzrlib/errors.py:1574
5387
#: bzrlib/errors.py:1584
5376
5388
msgid "Received bad protocol version marker: %(marker)r"
5379
#: bzrlib/errors.py:1606
5391
#: bzrlib/errors.py:1616
5380
5392
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5383
#: bzrlib/errors.py:1611
5395
#: bzrlib/errors.py:1621
5384
5396
msgid "Connection error: %(msg)s %(orig_error)s"
5387
#: bzrlib/errors.py:1616
5399
#: bzrlib/errors.py:1626
5388
5400
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5391
#: bzrlib/errors.py:1637
5403
#: bzrlib/errors.py:1647
5392
5404
msgid "Connection closed: %(msg)s %(orig_error)s"
5395
#: bzrlib/errors.py:1642
5407
#: bzrlib/errors.py:1652
5396
5408
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5399
#: bzrlib/errors.py:1647
5411
#: bzrlib/errors.py:1657
5400
5412
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5403
#: bzrlib/errors.py:1657
5415
#: bzrlib/errors.py:1667
5404
5416
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5407
#: bzrlib/errors.py:1672
5419
#: bzrlib/errors.py:1682
5420
msgid "Certificate error: %(error)s"
5423
#: bzrlib/errors.py:1690
5408
5424
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5411
#: bzrlib/errors.py:1686
5427
#: bzrlib/errors.py:1704
5412
5428
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5415
#: bzrlib/errors.py:1694
5431
#: bzrlib/errors.py:1712
5416
5432
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5419
#: bzrlib/errors.py:1703
5435
#: bzrlib/errors.py:1721
5420
5436
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5423
#: bzrlib/errors.py:1717
5439
#: bzrlib/errors.py:1735
5424
5440
msgid "Too many redirections"
5427
#: bzrlib/errors.py:1722
5443
#: bzrlib/errors.py:1740
5428
5444
msgid "Working tree has conflicts."
5431
#: bzrlib/errors.py:1726
5447
#: bzrlib/errors.py:1744
5432
5448
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5435
#: bzrlib/errors.py:1735
5451
#: bzrlib/errors.py:1753
5437
5453
"Error(s) parsing config file %(filename)s:\n"
5441
#: bzrlib/errors.py:1746
5442
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
5457
#: bzrlib/errors.py:1763
5459
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5460
"See ``bzr help %(name)s``"
5445
#: bzrlib/errors.py:1754
5463
#: bzrlib/errors.py:1773
5446
5464
msgid "%(username)r does not seem to contain a reasonable email address"
5449
#: bzrlib/errors.py:1763
5467
#: bzrlib/errors.py:1782
5450
5468
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5453
#: bzrlib/errors.py:1771
5471
#: bzrlib/errors.py:1790
5454
5472
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5457
#: bzrlib/errors.py:1779
5475
#: bzrlib/errors.py:1798
5458
5476
msgid "Unable to import library \"%(library)s\": %(error)s"
5461
#: bzrlib/errors.py:1787
5479
#: bzrlib/errors.py:1806
5462
5480
msgid "python-gpgme is not installed, it is needed to verify signatures"
5465
#: bzrlib/errors.py:1795
5483
#: bzrlib/errors.py:1814
5467
5485
"The working tree for %(basedir)s has changed since the last commit, but "
5468
5486
"weave merge requires that it be unchanged"
5471
#: bzrlib/errors.py:1805
5489
#: bzrlib/errors.py:1824
5473
5491
"Can't reprocess and show base, because reprocessing obscures the "
5474
5492
"relationship of conflicting lines to the base"
5477
#: bzrlib/errors.py:1811
5495
#: bzrlib/errors.py:1830
5478
5496
msgid "Cycle in graph %(graph)r"
5481
#: bzrlib/errors.py:1839
5499
#: bzrlib/errors.py:1858
5482
5500
msgid "File %(filename)s is not conflicted."
5485
#: bzrlib/errors.py:1861
5503
#: bzrlib/errors.py:1880
5486
5504
msgid "No bundle was found in \"%(filename)s\"."
5489
#: bzrlib/errors.py:1870
5507
#: bzrlib/errors.py:1889
5490
5508
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5493
#: bzrlib/errors.py:1880
5511
#: bzrlib/errors.py:1899
5494
5512
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5497
#: bzrlib/errors.py:1893
5515
#: bzrlib/errors.py:1912
5498
5516
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5501
#: bzrlib/errors.py:1903
5519
#: bzrlib/errors.py:1922
5502
5520
msgid "Key %(key)s is already present in map"
5505
#: bzrlib/errors.py:1908
5523
#: bzrlib/errors.py:1927
5506
5524
msgid "The prefix %(prefix)s is in the help search path twice."
5509
#: bzrlib/errors.py:1918
5527
#: bzrlib/errors.py:1937
5511
5529
"No final name for trans_id %(trans_id)r\n"
5512
5530
"file-id: %(file_id)r\n"
5513
5531
"root trans-id: %(root_trans_id)r\n"
5516
#: bzrlib/errors.py:1950
5534
#: bzrlib/errors.py:1969
5517
5535
msgid "Attempt to reuse a transform that has already been applied."
5520
#: bzrlib/errors.py:1955
5538
#: bzrlib/errors.py:1974
5521
5539
msgid "Moving the root directory is not supported at this time"
5524
#: bzrlib/errors.py:1960
5542
#: bzrlib/errors.py:1979
5525
5543
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5528
#: bzrlib/errors.py:1971
5546
#: bzrlib/errors.py:1990
5530
5548
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5533
#: bzrlib/errors.py:2007
5551
#: bzrlib/errors.py:2026
5535
5553
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5538
#: bzrlib/errors.py:2037
5556
#: bzrlib/errors.py:2056
5539
5557
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5542
#: bzrlib/errors.py:2045
5560
#: bzrlib/errors.py:2064
5543
5561
msgid "Nothing to merge."
5546
#: bzrlib/errors.py:2050
5564
#: bzrlib/errors.py:2069
5547
5565
msgid "Format %(format)s cannot be initialised by this version of bzr."
5550
#: bzrlib/errors.py:2059
5568
#: bzrlib/errors.py:2078
5552
5570
"Cannot convert from format %(from_format)s to format %(format)s. "
5556
#: bzrlib/errors.py:2071
5574
#: bzrlib/errors.py:2090
5557
5575
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5560
#: bzrlib/errors.py:2079
5578
#: bzrlib/errors.py:2098
5561
5579
msgid "%(exe_name)s could not be found on this machine"
5564
#: bzrlib/errors.py:2087
5582
#: bzrlib/errors.py:2106
5565
5583
msgid "Diff is not installed on this machine: %(msg)s"
5568
#: bzrlib/errors.py:2095
5586
#: bzrlib/errors.py:2114
5569
5587
msgid "Diff3 is not installed on this machine."
5572
#: bzrlib/errors.py:2101
5590
#: bzrlib/errors.py:2120
5573
5591
msgid "The content being inserted is already present."
5576
#: bzrlib/errors.py:2106
5594
#: bzrlib/errors.py:2125
5578
5596
"This tree contains left-over files from a failed operation.\n"
5579
5597
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5596
5614
" keep, and delete it when you are done."
5599
#: bzrlib/errors.py:2138
5617
#: bzrlib/errors.py:2157
5601
5619
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
5602
5620
"examine %(pending_deletion)s to see if it contains any files you wish to "
5603
5621
"keep, and delete it when you are done."
5606
#: bzrlib/errors.py:2148
5624
#: bzrlib/errors.py:2167
5607
5625
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5610
#: bzrlib/errors.py:2162
5628
#: bzrlib/errors.py:2181
5612
5630
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5615
#: bzrlib/errors.py:2175
5633
#: bzrlib/errors.py:2194
5616
5634
msgid "Error in merge modified format"
5619
#: bzrlib/errors.py:2180
5637
#: bzrlib/errors.py:2199
5620
5638
msgid "Format error in conflict listings"
5623
#: bzrlib/errors.py:2184
5641
#: bzrlib/errors.py:2203
5625
5643
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5626
5644
"Error: %(description)s"
5629
#: bzrlib/errors.py:2195
5647
#: bzrlib/errors.py:2214
5631
5649
"An error has been detected in the repository %(repo_path)s.\n"
5632
5650
"Please run bzr reconcile on this repository."
5635
#: bzrlib/errors.py:2206
5653
#: bzrlib/errors.py:2225
5637
5655
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5638
5656
"reason: %(reason)s"
5641
#: bzrlib/errors.py:2219
5659
#: bzrlib/errors.py:2238
5643
5661
"An inconsistent delta was supplied: %(delta)r\n"
5644
5662
"reason: %(reason)s"
5647
#: bzrlib/errors.py:2231
5665
#: bzrlib/errors.py:2250
5648
5666
msgid "To use this feature you must upgrade your branch at %(path)s."
5651
#: bzrlib/errors.py:2240
5669
#: bzrlib/errors.py:2259
5652
5670
msgid "To use this feature you must upgrade your repository at %(path)s."
5655
#: bzrlib/errors.py:2245
5673
#: bzrlib/errors.py:2264
5657
5675
"To use this feature you must upgrade your branch at %(path)s to a format "
5658
5676
"which supports rich roots."
5661
#: bzrlib/errors.py:2251
5679
#: bzrlib/errors.py:2270
5662
5680
msgid "Cannot perform local-only commits on unbound branches."
5665
#: bzrlib/errors.py:2256
5683
#: bzrlib/errors.py:2275
5666
5684
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5669
#: bzrlib/errors.py:2277
5687
#: bzrlib/errors.py:2296
5670
5688
msgid "Ghost tags not supported by format %(format)r."
5673
#: bzrlib/errors.py:2285
5691
#: bzrlib/errors.py:2304
5674
5692
msgid "File is binary but should be text."
5677
#: bzrlib/errors.py:2290
5695
#: bzrlib/errors.py:2309
5678
5696
msgid "The path %(path)s is not permitted on this platform"
5681
#: bzrlib/errors.py:2299
5699
#: bzrlib/errors.py:2318
5683
5701
"Testament did not match expected value.\n"
5684
5702
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5685
5703
" {%(measured)s}"
5688
#: bzrlib/errors.py:2311
5706
#: bzrlib/errors.py:2330
5689
5707
msgid "Not a bzr revision-bundle: %(text)r"
5692
#: bzrlib/errors.py:2320
5710
#: bzrlib/errors.py:2339
5693
5711
msgid "Bad bzr revision-bundle: %(text)r"
5696
#: bzrlib/errors.py:2329
5714
#: bzrlib/errors.py:2348
5697
5715
msgid "Malformed bzr revision-bundle header: %(text)r"
5700
#: bzrlib/errors.py:2334
5718
#: bzrlib/errors.py:2353
5701
5719
msgid "Malformed patches in bzr revision-bundle: %(text)r"
5704
#: bzrlib/errors.py:2339
5722
#: bzrlib/errors.py:2358
5705
5723
msgid "Malformed footer in bzr revision-bundle: %(text)r"
5708
#: bzrlib/errors.py:2344
5726
#: bzrlib/errors.py:2363
5709
5727
msgid "End of line marker was not \\n in bzr revision-bundle"
5712
#: bzrlib/errors.py:2354
5730
#: bzrlib/errors.py:2373
5713
5731
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
5716
#: bzrlib/errors.py:2364
5734
#: bzrlib/errors.py:2383
5717
5735
msgid "Root class for inventory serialization errors"
5720
#: bzrlib/errors.py:2368
5738
#: bzrlib/errors.py:2387
5722
5740
"The inventory was not in the expected format:\n"
5726
#: bzrlib/errors.py:2377
5744
#: bzrlib/errors.py:2396
5727
5745
msgid "This operation requires rich root data storage"
5730
#: bzrlib/errors.py:2390
5748
#: bzrlib/errors.py:2409
5731
5749
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
5734
#: bzrlib/errors.py:2399
5752
#: bzrlib/errors.py:2418
5736
5754
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
5740
#: bzrlib/errors.py:2406
5758
#: bzrlib/errors.py:2425
5742
5760
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
5743
5761
"ghost at {%(ghost_revision_id)s}"
5746
#: bzrlib/errors.py:2416
5764
#: bzrlib/errors.py:2435
5747
5765
msgid "Ghost revision {%(revision_id)s} cannot be used here."
5750
#: bzrlib/errors.py:2467
5768
#: bzrlib/errors.py:2486
5752
5770
"A merge directive must provide either a bundle or a public branch location."
5755
#: bzrlib/errors.py:2474
5773
#: bzrlib/errors.py:2493
5756
5774
msgid "Bad merge directive payload %(start)r"
5759
#: bzrlib/errors.py:2484
5777
#: bzrlib/errors.py:2503
5760
5778
msgid "Preview patch does not match requested changes."
5763
#: bzrlib/errors.py:2490
5781
#: bzrlib/errors.py:2509
5764
5782
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
5767
#: bzrlib/errors.py:2500
5785
#: bzrlib/errors.py:2519
5769
5787
"Your branch does not have all of the revisions required in order to merge "
5770
5788
"this merge directive and the target location specified in the merge "
5771
5789
"directive is not a branch: %(location)s."
5774
#: bzrlib/errors.py:2512
5792
#: bzrlib/errors.py:2531
5775
5793
msgid "Unsupported entry kind %(kind)s"
5778
#: bzrlib/errors.py:2520
5796
#: bzrlib/errors.py:2539
5779
5797
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
5782
#: bzrlib/errors.py:2530
5800
#: bzrlib/errors.py:2549
5783
5801
msgid "Subsume target %(other_tree)s needs to be upgraded."
5786
#: bzrlib/errors.py:2549
5804
#: bzrlib/errors.py:2568
5787
5805
msgid "No such tag: %(tag_name)s"
5790
#: bzrlib/errors.py:2557
5808
#: bzrlib/errors.py:2576
5791
5809
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
5794
#: bzrlib/errors.py:2566
5812
#: bzrlib/errors.py:2585
5795
5813
msgid "Tag %(tag_name)s already exists."
5798
#: bzrlib/errors.py:2574
5816
#: bzrlib/errors.py:2593
5800
5818
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
5801
5819
"bugs\" for more information on this feature."
5804
#: bzrlib/errors.py:2584
5822
#: bzrlib/errors.py:2603
5806
5824
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
5809
#: bzrlib/errors.py:2594
5827
#: bzrlib/errors.py:2613
5811
5829
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
5814
#: bzrlib/errors.py:2604
5832
#: bzrlib/errors.py:2623
5815
5833
msgid "Invalid line in bugs property: '%(line)s'"
5818
#: bzrlib/errors.py:2612
5836
#: bzrlib/errors.py:2631
5819
5837
msgid "Invalid bug status: '%(status)s'"
5822
#: bzrlib/errors.py:2620
5840
#: bzrlib/errors.py:2639
5823
5841
msgid "Could not understand response from smart server: %(response_tuple)r"
5826
#: bzrlib/errors.py:2659
5844
#: bzrlib/errors.py:2678
5827
5845
msgid "Server sent an unexpected error: %(error_tuple)r"
5830
#: bzrlib/errors.py:2678
5848
#: bzrlib/errors.py:2697
5831
5849
msgid "Unrecognised container format: %(container_format)r"
5834
#: bzrlib/errors.py:2686
5852
#: bzrlib/errors.py:2705
5835
5853
msgid "Unexpected end of container stream"
5838
#: bzrlib/errors.py:2691
5856
#: bzrlib/errors.py:2710
5839
5857
msgid "Unknown record type: %(record_type)r"
5842
#: bzrlib/errors.py:2699
5860
#: bzrlib/errors.py:2718
5843
5861
msgid "Invalid record: %(reason)s"
5846
#: bzrlib/errors.py:2707
5864
#: bzrlib/errors.py:2726
5847
5865
msgid "Container has data after end marker: %(excess)r"
5850
#: bzrlib/errors.py:2715
5868
#: bzrlib/errors.py:2734
5851
5869
msgid "Container has multiple records with the same name: %(name)s"
5854
#: bzrlib/errors.py:2728
5872
#: bzrlib/errors.py:2747
5855
5873
msgid "Corrupt or incompatible data stream: %(reason)s"
5858
#: bzrlib/errors.py:2736
5876
#: bzrlib/errors.py:2755
5859
5877
msgid "SMTP error: %(error)s"
5862
#: bzrlib/errors.py:2744
5880
#: bzrlib/errors.py:2763
5863
5881
msgid "No message supplied."
5866
#: bzrlib/errors.py:2749
5884
#: bzrlib/errors.py:2768
5867
5885
msgid "No mail-to address (--mail-to) or output (-o) specified."
5870
#: bzrlib/errors.py:2754
5888
#: bzrlib/errors.py:2773
5871
5889
msgid "Unknown mail client: %(mail_client)s"
5874
#: bzrlib/errors.py:2762
5892
#: bzrlib/errors.py:2781
5876
5894
"Unable to find mail client with the following names: "
5877
5895
"%(mail_command_list_string)s"
5880
#: bzrlib/errors.py:2772
5898
#: bzrlib/errors.py:2791
5881
5899
msgid "SMTP connection to %(host)s refused"
5884
#: bzrlib/errors.py:2781
5902
#: bzrlib/errors.py:2800
5885
5903
msgid "Please specify smtp_server. No server at default %(host)s."
5888
#: bzrlib/errors.py:2795
5906
#: bzrlib/errors.py:2814
5890
5908
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
5894
#: bzrlib/errors.py:2807
5912
#: bzrlib/errors.py:2826
5895
5913
msgid "'%(display_url)s' is already a branch."
5898
#: bzrlib/errors.py:2812
5916
#: bzrlib/errors.py:2831
5899
5917
msgid "'%(display_url)s' is already a tree."
5902
#: bzrlib/errors.py:2817
5920
#: bzrlib/errors.py:2836
5903
5921
msgid "'%(display_url)s' is already a checkout."
5906
#: bzrlib/errors.py:2822
5924
#: bzrlib/errors.py:2841
5907
5925
msgid "'%(display_url)s' is already a lightweight checkout."
5910
#: bzrlib/errors.py:2827
5928
#: bzrlib/errors.py:2846
5911
5929
msgid "'%(display_url)s' is already using a shared repository."
5914
#: bzrlib/errors.py:2832
5932
#: bzrlib/errors.py:2851
5915
5933
msgid "'%(display_url)s' is already standalone."
5918
#: bzrlib/errors.py:2837
5936
#: bzrlib/errors.py:2856
5919
5937
msgid "Shared repository '%(display_url)s' already creates working trees."
5922
#: bzrlib/errors.py:2843
5940
#: bzrlib/errors.py:2862
5924
5942
"Shared repository '%(display_url)s' already doesn't create working trees."
5927
#: bzrlib/errors.py:2849
5945
#: bzrlib/errors.py:2868
5928
5946
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
5931
#: bzrlib/errors.py:2854
5949
#: bzrlib/errors.py:2873
5932
5950
msgid "No location could be found to bind to at %(display_url)s."
5935
#: bzrlib/errors.py:2859
5953
#: bzrlib/errors.py:2878
5937
5955
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
5938
5956
"status).%(more)s"
5941
#: bzrlib/errors.py:2878
5959
#: bzrlib/errors.py:2897
5943
5961
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
5944
5962
"list).%(more)s"
5947
#: bzrlib/errors.py:2884
5965
#: bzrlib/errors.py:2903
5948
5966
msgid "Variable {%(name)s} is not available."
5951
#: bzrlib/errors.py:2892
5969
#: bzrlib/errors.py:2911
5952
5970
msgid "No template specified."
5955
#: bzrlib/errors.py:2897
5973
#: bzrlib/errors.py:2916
5956
5974
msgid "Unable to create symlink %(path_str)son this platform"
5959
#: bzrlib/errors.py:2912
5977
#: bzrlib/errors.py:2931
5961
5979
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
5962
5980
"\"original\", \"local\"."
5965
#: bzrlib/errors.py:2946
5983
#: bzrlib/errors.py:2965
5967
5985
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
5970
#: bzrlib/errors.py:2958
5988
#: bzrlib/errors.py:2977
5971
5989
msgid "The \"%(config_id)s\" configuration does not exist."
5974
#: bzrlib/errors.py:2966
5992
#: bzrlib/errors.py:2985
5975
5993
msgid "The \"%(option_name)s\" configuration option does not exist."
5978
#: bzrlib/errors.py:2974
5996
#: bzrlib/errors.py:2993
5979
5997
msgid "The alias \"%(alias_name)s\" does not exist."
5982
#: bzrlib/errors.py:2988
6000
#: bzrlib/errors.py:3007
5983
6001
msgid "\"%(alias_name)s\" is not a valid location alias."
5986
#: bzrlib/errors.py:2996
6004
#: bzrlib/errors.py:3015
5987
6005
msgid "No %(alias_name)s location assigned."
5990
#: bzrlib/errors.py:3004
6008
#: bzrlib/errors.py:3023
5991
6009
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
5994
#: bzrlib/errors.py:3014
6012
#: bzrlib/errors.py:3033
5995
6013
msgid "Unknown rules detected: %(unknowns_str)s."
5998
#: bzrlib/errors.py:3025
6016
#: bzrlib/errors.py:3044
5999
6017
msgid "Tip change rejected: %(msg)s"
6002
#: bzrlib/errors.py:3033
6020
#: bzrlib/errors.py:3052
6003
6021
msgid "Shelf corrupt."
6006
#: bzrlib/errors.py:3038
6024
#: bzrlib/errors.py:3057
6007
6025
msgid "Corruption while decompressing repository file%(orig_error)s"
6010
#: bzrlib/errors.py:3050
6028
#: bzrlib/errors.py:3069
6011
6029
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6014
#: bzrlib/errors.py:3058
6032
#: bzrlib/errors.py:3077
6015
6033
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6018
#: bzrlib/errors.py:3066
6036
#: bzrlib/errors.py:3085
6020
6038
"An attempt to access a url outside the server jail was made: '%(url)s'."
6023
#: bzrlib/errors.py:3074
6041
#: bzrlib/errors.py:3093
6024
6042
msgid "The user aborted the operation."
6027
#: bzrlib/errors.py:3079
6045
#: bzrlib/errors.py:3098
6028
6046
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6031
#: bzrlib/errors.py:3089
6049
#: bzrlib/errors.py:3108
6032
6050
msgid "No such view: %(view_name)s."
6035
#: bzrlib/errors.py:3099
6053
#: bzrlib/errors.py:3118
6037
6055
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6038
6056
"to a later format."
6041
#: bzrlib/errors.py:3108
6059
#: bzrlib/errors.py:3127
6043
6061
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6046
#: bzrlib/errors.py:3175
6064
#: bzrlib/errors.py:3194
6047
6065
msgid "%(bzrdir)r does not support co-located branches."
6050
#: bzrlib/errors.py:3181
6068
#: bzrlib/errors.py:3200
6052
6070
"Unable to determine your name.\n"
6053
6071
"Please, set your name with the 'whoami' command.\n"
6054
6072
"E.g. bzr whoami \"Your Name <name@example.com>\""
6057
#: bzrlib/errors.py:3190
6075
#: bzrlib/errors.py:3209
6058
6076
msgid "Invalid pattern(s) found. %(msg)s"
6061
#: bzrlib/errors.py:3198
6079
#: bzrlib/errors.py:3217
6063
6081
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6064
6082
"unbind` to fix."
6067
#: bzrlib/errors.py:3209
6085
#: bzrlib/errors.py:3228
6068
6086
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6071
#: bzrlib/errors.py:3218
6089
#: bzrlib/errors.py:3237
6072
6090
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6075
#: bzrlib/errors.py:3227
6093
#: bzrlib/errors.py:3246
6077
6095
"No compatible object available for operations from %(source)r to %(target)r."
6080
#: bzrlib/errors.py:3237
6098
#: bzrlib/errors.py:3256
6082
6100
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6083
6101
"%(arguments)s."
6086
#: bzrlib/errors.py:3247
6104
#: bzrlib/errors.py:3266
6088
6106
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6089
6107
"format %(format)r"
6092
#: bzrlib/errors.py:3259
6110
#: bzrlib/errors.py:3278
6094
6112
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6098
#: bzrlib/errors.py:3272
6116
#: bzrlib/errors.py:3291
6099
6117
msgid "Binary files section encountered."
6102
#: bzrlib/errors.py:3280
6120
#: bzrlib/errors.py:3299
6104
6122
"Malformed patch header. %(desc)s\n"
6108
#: bzrlib/errors.py:3289
6126
#: bzrlib/errors.py:3308
6110
6128
"Malformed hunk header. %(desc)s\n"
6114
#: bzrlib/errors.py:3298
6132
#: bzrlib/errors.py:3317
6116
6134
"Malformed line. %(desc)s\n"
6120
#: bzrlib/errors.py:3308
6138
#: bzrlib/errors.py:3327
6122
6140
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6123
6141
"but patch says it should be \"%(patch_line)s\""
6126
#: bzrlib/errors.py:3319
6144
#: bzrlib/errors.py:3338
6127
6145
msgid "The feature %(feature)s has already been registered."