29
#: bzrlib/branch.py:3183
29
#: bzrlib/branch.py:3205
31
31
msgid "Pushed up to revision %d."
34
#: bzrlib/branch.py:3185
34
#: bzrlib/branch.py:3207
36
36
msgid "%d tag updated."
37
37
msgid_plural "%d tags updated."
41
#: bzrlib/branch.py:3188
41
#: bzrlib/branch.py:3210
42
42
msgid "No new revisions or tags to push."
45
#: bzrlib/branch.py:3190
45
#: bzrlib/branch.py:3212
46
46
msgid "No new revisions to push."
49
#: bzrlib/branch.py:3210
49
#: bzrlib/branch.py:3232
50
50
msgid "checked branch {0} format {1}"
53
#: bzrlib/branch.py:3213
53
#: bzrlib/branch.py:3235
55
55
msgid "found error:%s"
58
#: bzrlib/builtins.py:121 bzrlib/builtins.py:2923 bzrlib/workingtree.py:315
58
#: bzrlib/builtins.py:209 bzrlib/builtins.py:3016 bzrlib/workingtree.py:315
60
60
msgid "Ignoring files outside view. View is %s"
63
#: bzrlib/builtins.py:130
63
#: bzrlib/builtins.py:218
65
65
msgid "bzr %s --revision takes exactly one revision identifier"
68
#: bzrlib/builtins.py:215
68
#: bzrlib/builtins.py:303
69
69
msgid "Display status summary."
72
#: bzrlib/builtins.py:217
72
#: bzrlib/builtins.py:305
74
74
"This reports on versioned and unknown files, reporting them\n"
75
75
"grouped by state. Possible states are:"
78
#: bzrlib/builtins.py:220
78
#: bzrlib/builtins.py:308
81
81
" Versioned in the working copy but not in the previous revision."
84
#: bzrlib/builtins.py:223
84
#: bzrlib/builtins.py:311
87
87
" Versioned in the previous revision but removed or deleted\n"
88
88
" in the working copy."
91
#: bzrlib/builtins.py:227
91
#: bzrlib/builtins.py:315
94
94
" Path of this file changed from the previous revision;\n"
167
167
# help of 'short' option of 'status' command
168
#: bzrlib/builtins.py:275
168
#: bzrlib/builtins.py:363
169
169
msgid "Use short status indicators."
172
172
# help of 'versioned' option of 'status' command
173
#: bzrlib/builtins.py:277
173
#: bzrlib/builtins.py:365
174
174
msgid "Only show versioned files."
177
177
# help of 'no-pending' option of 'status' command
178
#: bzrlib/builtins.py:279
178
#: bzrlib/builtins.py:367
179
179
msgid "Don't show pending merges."
182
182
# help of 'no-classify' option of 'status' command
183
#: bzrlib/builtins.py:282
183
#: bzrlib/builtins.py:370
184
184
msgid "Do not mark object type using indicator."
187
#: bzrlib/builtins.py:297
187
#: bzrlib/builtins.py:385
188
188
msgid "bzr status --revision takes exactly one or two revision specifiers"
191
#: bzrlib/builtins.py:341 bzrlib/builtins.py:5090
191
#: bzrlib/builtins.py:429 bzrlib/builtins.py:5183
192
192
msgid "You can only supply one of revision_id or --revision"
195
#: bzrlib/builtins.py:344 bzrlib/builtins.py:5092
195
#: bzrlib/builtins.py:432 bzrlib/builtins.py:5185
196
196
msgid "You must supply either --revision or a revision_id"
199
#: bzrlib/builtins.py:351
199
#: bzrlib/builtins.py:439
201
201
msgid "Repository %r does not support access to raw revision texts"
204
#: bzrlib/builtins.py:362
204
#: bzrlib/builtins.py:450
205
205
msgid "The repository {0} contains no revision {1}."
208
#: bzrlib/builtins.py:369
208
#: bzrlib/builtins.py:457
209
209
msgid "You cannot specify a NULL revision."
212
#: bzrlib/builtins.py:461
212
#: bzrlib/builtins.py:549
213
213
msgid "Remove the working tree from a given branch/checkout."
216
#: bzrlib/builtins.py:463
216
#: bzrlib/builtins.py:551
218
218
"Since a lightweight checkout is little more than a working tree\n"
219
219
"this will refuse to run against one."
222
#: bzrlib/builtins.py:466
222
#: bzrlib/builtins.py:554
223
223
msgid "To re-create the working tree, use \"bzr checkout\"."
226
226
# help of 'force' option of 'remove-tree' command
227
#: bzrlib/builtins.py:472
227
#: bzrlib/builtins.py:560
228
228
msgid "Remove the working tree even if it has uncommitted or shelved changes."
231
#: bzrlib/builtins.py:486
231
#: bzrlib/builtins.py:574
232
232
msgid "No working tree to remove"
235
#: bzrlib/builtins.py:488
235
#: bzrlib/builtins.py:576
236
236
msgid "You cannot remove the working tree of a remote path"
239
#: bzrlib/builtins.py:497
239
#: bzrlib/builtins.py:585
240
240
msgid "You cannot remove the working tree from a lightweight checkout"
243
#: bzrlib/builtins.py:537
243
#: bzrlib/builtins.py:625
245
245
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
246
246
"instead. Use \"--force\" if you are sure you want to reset the working tree."
249
#: bzrlib/builtins.py:548
249
#: bzrlib/builtins.py:636
251
251
", the header appears corrupt, try passing -r -1 to set the state to the last "
255
#: bzrlib/builtins.py:552
255
#: bzrlib/builtins.py:640
256
256
msgid "failed to reset the tree state{0}"
259
#: bzrlib/builtins.py:556
259
#: bzrlib/builtins.py:644
260
260
msgid "Show current revision number."
263
#: bzrlib/builtins.py:558
263
#: bzrlib/builtins.py:646
264
264
msgid "This is equal to the number of revisions on this branch."
267
#: bzrlib/builtins.py:571
267
#: bzrlib/builtins.py:659
268
268
msgid "--tree and --revision can not be used together"
271
#: bzrlib/builtins.py:588 bzrlib/builtins.py:5874
271
#: bzrlib/builtins.py:676 bzrlib/builtins.py:5967
272
272
msgid "Tags can only be placed on a single revision, not on a range"
275
275
# help of 'tree' option of 'revno' command
276
#: bzrlib/builtins.py:612
276
#: bzrlib/builtins.py:700
277
277
msgid "Show revno of working tree."
280
#: bzrlib/builtins.py:660
280
#: bzrlib/builtins.py:748
281
281
msgid "Add specified files or directories."
284
#: bzrlib/builtins.py:662
284
#: bzrlib/builtins.py:750
286
286
"In non-recursive mode, all the named items are added, regardless\n"
287
287
"of whether they were previously ignored. A warning is given if\n"
288
288
"any of the named files are already versioned."
291
#: bzrlib/builtins.py:666
291
#: bzrlib/builtins.py:754
293
293
"In recursive mode (the default), files are treated the same way\n"
294
294
"but the behaviour for directories is different. Directories that\n"
352
352
# help of 'no-recurse' option of 'add' command
353
#: bzrlib/builtins.py:706
353
#: bzrlib/builtins.py:794
354
354
msgid "Don't recursively add the contents of directories."
357
357
# help of 'file-ids-from' option of 'add' command
358
#: bzrlib/builtins.py:712
358
#: bzrlib/builtins.py:800
359
359
msgid "Lookup file ids from this tree."
362
#: bzrlib/builtins.py:748
362
#: bzrlib/builtins.py:836
363
363
msgid "ignored {0} matching \"{1}\"\n"
366
#: bzrlib/builtins.py:753
366
#: bzrlib/builtins.py:841
367
367
msgid "Create a new versioned directory."
370
#: bzrlib/builtins.py:755
370
#: bzrlib/builtins.py:843
371
371
msgid "This is equivalent to creating the directory and then adding it."
374
374
# help of 'parents' option of 'mkdir' command
375
#: bzrlib/builtins.py:762
375
#: bzrlib/builtins.py:850
376
376
msgid "No error if existing, make parent directories as needed."
379
#: bzrlib/builtins.py:796
379
#: bzrlib/builtins.py:884
381
381
msgid "added %s\n"
384
#: bzrlib/builtins.py:838
384
#: bzrlib/builtins.py:926
386
386
msgid "invalid kind %r specified"
389
#: bzrlib/builtins.py:875
389
#: bzrlib/builtins.py:963
390
390
msgid "Move or rename a file."
393
#: bzrlib/builtins.py:877
393
#: bzrlib/builtins.py:965
394
394
msgid " bzr mv SOURCE... DESTINATION"
397
#: bzrlib/builtins.py:879
397
#: bzrlib/builtins.py:967
399
399
"If the last argument is a versioned directory, all the other names\n"
400
400
"are moved into it. Otherwise, there must be exactly two arguments\n"
401
401
"and the file is changed to a new name."
404
#: bzrlib/builtins.py:883
404
#: bzrlib/builtins.py:971
406
406
"If OLDNAME does not exist on the filesystem but is versioned and\n"
407
407
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
410
410
"The same is valid when moving many SOURCE files to a DESTINATION."
413
#: bzrlib/builtins.py:889
413
#: bzrlib/builtins.py:977
414
414
msgid "Files cannot be moved between branches."
417
417
# help of 'after' option of 'mv' command
418
#: bzrlib/builtins.py:896
418
#: bzrlib/builtins.py:984
420
420
"Move only the bzr identifier of the file, because the file has already been "
424
424
# help of 'auto' option of 'mv' command
425
#: bzrlib/builtins.py:898
425
#: bzrlib/builtins.py:986
426
426
msgid "Automatically guess renames."
429
429
# help of 'dry-run' option of 'mv' command
430
#: bzrlib/builtins.py:899
430
#: bzrlib/builtins.py:987
431
431
msgid "Avoid making changes when guessing renames."
434
#: bzrlib/builtins.py:908
434
#: bzrlib/builtins.py:996
435
435
msgid "--dry-run requires --auto."
438
#: bzrlib/builtins.py:912
438
#: bzrlib/builtins.py:1000
439
439
msgid "missing file argument"
442
#: bzrlib/builtins.py:916
442
#: bzrlib/builtins.py:1004
443
443
msgid "can not move root of branch"
446
#: bzrlib/builtins.py:922
446
#: bzrlib/builtins.py:1010
447
447
msgid "Only one path may be specified to --auto."
450
#: bzrlib/builtins.py:925
450
#: bzrlib/builtins.py:1013
451
451
msgid "--after cannot be specified with --auto."
454
#: bzrlib/builtins.py:962
454
#: bzrlib/builtins.py:1050
455
455
msgid "to mv multiple files the destination must be a versioned directory"
458
#: bzrlib/builtins.py:1014
458
#: bzrlib/builtins.py:1102
459
459
msgid "Turn this branch into a mirror of another branch."
462
#: bzrlib/builtins.py:1016
462
#: bzrlib/builtins.py:1104
464
464
"By default, this command only works on branches that have not diverged.\n"
465
465
"Branches are considered diverged if the destination branch's most recent \n"
506
506
# help of 'verbose' option of 'pull' command
507
#: bzrlib/builtins.py:1046
507
#: bzrlib/builtins.py:1134
508
508
msgid "Show logs of pulled revisions."
511
511
# help of 'directory' option of 'pull' command
512
#: bzrlib/builtins.py:1048
512
#: bzrlib/builtins.py:1136
514
514
"Branch to pull into, rather than the one containing the working directory."
517
517
# help of 'local' option of 'pull' command
518
#: bzrlib/builtins.py:1051
518
#: bzrlib/builtins.py:1139
520
520
"Perform a local pull in a bound branch. Local pulls are not applied to the "
524
#: bzrlib/builtins.py:1080
524
#: bzrlib/builtins.py:1168
525
525
msgid "Need working tree for --show-base."
528
#: bzrlib/builtins.py:1096
528
#: bzrlib/builtins.py:1184
529
529
msgid "No pull location known or specified."
532
#: bzrlib/builtins.py:1102
532
#: bzrlib/builtins.py:1190
534
534
msgid "Using saved parent location: %s\n"
537
#: bzrlib/builtins.py:1109 bzrlib/builtins.py:4300
537
#: bzrlib/builtins.py:1197 bzrlib/builtins.py:4393
538
538
msgid "Cannot use -r with merge directives or bundles"
541
#: bzrlib/builtins.py:1150
541
#: bzrlib/builtins.py:1238
542
542
msgid "Update a mirror of this branch."
545
#: bzrlib/builtins.py:1152
545
#: bzrlib/builtins.py:1240
547
547
"The target branch will not have its working tree populated because this\n"
548
548
"is both expensive, and is not supported on remote file systems."
551
#: bzrlib/builtins.py:1155
551
#: bzrlib/builtins.py:1243
553
553
"Some smart servers or protocols *may* put the working tree in place in\n"
557
#: bzrlib/builtins.py:1158
557
#: bzrlib/builtins.py:1246
559
559
"This command only works on branches that have not diverged. Branches are\n"
560
560
"considered diverged if the destination branch's most recent commit is one\n"
561
561
"that has not been merged (directly or indirectly) by the source branch."
564
#: bzrlib/builtins.py:1162
564
#: bzrlib/builtins.py:1250
566
566
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
567
567
"the other branch completely, discarding its unmerged changes."
570
#: bzrlib/builtins.py:1165
570
#: bzrlib/builtins.py:1253
572
572
"If you want to ensure you have the different changes in the other branch,\n"
573
573
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
574
574
"After that you will be able to do a push without '--overwrite'."
577
#: bzrlib/builtins.py:1169
577
#: bzrlib/builtins.py:1257
579
579
"If there is no default push location set, the first push will set it (use\n"
580
580
"--no-remember to avoid setting it). After that, you can omit the\n"
621
621
# help of 'strict' option of 'dpush' command
622
622
# help of 'strict' option of 'push' command
623
#: bzrlib/builtins.py:1201 bzrlib/foreign.py:279
623
#: bzrlib/builtins.py:1289 bzrlib/foreign.py:279
625
625
"Refuse to push if there are uncommitted changes in the working tree, --no-"
626
626
"strict disables the check."
629
629
# help of 'no-tree' option of 'push' command
630
#: bzrlib/builtins.py:1204
630
#: bzrlib/builtins.py:1292
631
631
msgid "Don't populate the working tree, even for protocols that support it."
634
#: bzrlib/builtins.py:1248
634
#: bzrlib/builtins.py:1336
635
635
msgid "Could not determine branch to refer to."
638
#: bzrlib/builtins.py:1257
638
#: bzrlib/builtins.py:1345
641
641
"No push location known or specified. To push to the parent branch (at %s), "
642
642
"use 'bzr push :parent'."
645
#: bzrlib/builtins.py:1263 bzrlib/foreign.py:306
645
#: bzrlib/builtins.py:1351 bzrlib/foreign.py:306
646
646
msgid "No push location known or specified."
649
#: bzrlib/builtins.py:1267
649
#: bzrlib/builtins.py:1355
651
651
msgid "Using saved push location: %s"
654
#: bzrlib/builtins.py:1277
654
#: bzrlib/builtins.py:1365
655
655
msgid "Create a new branch that is a copy of an existing branch."
658
#: bzrlib/builtins.py:1279
658
#: bzrlib/builtins.py:1367
660
660
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
661
661
"be used. In other words, \"branch ../foo/bar\" will attempt to create ./"
666
666
"create ./foo-bar."
669
#: bzrlib/builtins.py:1286
669
#: bzrlib/builtins.py:1374
671
671
"To retrieve the branch as of a particular revision, supply the --revision\n"
672
672
"parameter, as in \"branch foo/bar -r 5\"."
675
#: bzrlib/builtins.py:1289
675
#: bzrlib/builtins.py:1377
676
676
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
679
679
# help of 'no-tree' option of 'branch' command
680
#: bzrlib/builtins.py:1299
680
#: bzrlib/builtins.py:1387
681
681
msgid "Create a branch without a working-tree."
684
684
# help of 'switch' option of 'branch' command
685
#: bzrlib/builtins.py:1301
685
#: bzrlib/builtins.py:1389
686
686
msgid "Switch the checkout in the current directory to the new branch."
689
689
# help of 'stacked' option of 'branch' command
690
#: bzrlib/builtins.py:1304
690
#: bzrlib/builtins.py:1392
692
692
"Create a stacked branch referring to the source branch. The new branch will "
693
693
"depend on the availability of the source branch for all operations."
696
696
# help of 'standalone' option of 'branch' command
697
#: bzrlib/builtins.py:1308
697
#: bzrlib/builtins.py:1396
698
698
msgid "Do not use a shared repository, even if available."
701
701
# help of 'use-existing-dir' option of 'branch' command
702
#: bzrlib/builtins.py:1310
702
#: bzrlib/builtins.py:1398
704
704
"By default branch will fail if the target directory exists, but does not "
705
705
"already have a control directory. This flag will allow branch to proceed."
708
708
# help of 'bind' option of 'branch' command
709
#: bzrlib/builtins.py:1315
709
#: bzrlib/builtins.py:1403
710
710
msgid "Bind new branch to from location."
713
#: bzrlib/builtins.py:1362
713
#: bzrlib/builtins.py:1450
715
715
msgid "Target directory \"%s\" already exists."
718
#: bzrlib/builtins.py:1374
718
#: bzrlib/builtins.py:1462
720
720
msgid "Parent of \"%s\" does not exist."
723
#: bzrlib/builtins.py:1393
723
#: bzrlib/builtins.py:1481
724
724
msgid "The branch {0} has no revision {1}."
727
#: bzrlib/builtins.py:1403 bzrlib/push.py:53
727
#: bzrlib/builtins.py:1496 bzrlib/push.py:53
729
729
msgid "Created new stacked branch referring to %s."
732
#: bzrlib/builtins.py:1407
732
#: bzrlib/builtins.py:1500
734
734
msgid "Branched %d revision."
735
735
msgid_plural "Branched %d revisions."
739
#: bzrlib/builtins.py:1412
739
#: bzrlib/builtins.py:1505
741
741
msgid "New branch bound to %s"
744
#: bzrlib/builtins.py:1417 bzrlib/builtins.py:6187
744
#: bzrlib/builtins.py:1510 bzrlib/builtins.py:6256
746
746
msgid "Switched to branch: %s"
749
#: bzrlib/builtins.py:1422
749
#: bzrlib/builtins.py:1515
750
750
msgid "List the branches available at the current location."
753
#: bzrlib/builtins.py:1424
753
#: bzrlib/builtins.py:1517
755
755
"This command will print the names of all the branches at the current\n"
759
759
# help of 'recursive' option of 'branches' command
760
#: bzrlib/builtins.py:1431
760
#: bzrlib/builtins.py:1524
762
762
"Recursively scan for branches rather than just looking in the specified "
766
#: bzrlib/builtins.py:1461
766
#: bzrlib/builtins.py:1554
767
767
msgid "(default)"
770
#: bzrlib/builtins.py:1473
770
#: bzrlib/builtins.py:1566
771
771
msgid "Create a new checkout of an existing branch."
774
#: bzrlib/builtins.py:1475
774
#: bzrlib/builtins.py:1568
776
776
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
815
815
# help of 'files-from' option of 'branch' command
816
816
# help of 'files-from' option of 'checkout' command
817
#: bzrlib/builtins.py:1504
817
#: bzrlib/builtins.py:1597
818
818
msgid "Get file contents from this tree."
821
821
# help of 'hardlink' option of 'branch' command
822
822
# help of 'hardlink' option of 'checkout' command
823
#: bzrlib/builtins.py:1506
823
#: bzrlib/builtins.py:1599
824
824
msgid "Hard-link working tree files where possible."
827
#: bzrlib/builtins.py:1547
827
#: bzrlib/builtins.py:1640
829
829
"Show list of renamed files.\n"
833
#: bzrlib/builtins.py:1577
833
#: bzrlib/builtins.py:1670
834
834
msgid "Update a working tree to a new revision."
837
#: bzrlib/builtins.py:1579
837
#: bzrlib/builtins.py:1672
839
839
"This will perform a merge of the destination revision (the tip of the\n"
840
840
"branch, or the specified revision) into the working tree, and then make\n"
841
841
"that revision the basis revision for the working tree. "
844
#: bzrlib/builtins.py:1583
844
#: bzrlib/builtins.py:1676
846
846
"You can use this to visit an older revision, or to update a working tree\n"
847
847
"that is out of date from its branch."
850
#: bzrlib/builtins.py:1586
850
#: bzrlib/builtins.py:1679
852
852
"If there are any uncommitted changes in the tree, they will be carried\n"
853
853
"across and remain as uncommitted changes after the update. To discard\n"
871
871
"out the old content of that file to a new location."
874
#: bzrlib/builtins.py:1601
874
#: bzrlib/builtins.py:1694
876
876
"The 'dir' argument, if given, must be the location of the root of a\n"
877
877
"working tree to update. By default, the working tree that contains the \n"
878
878
"current working directory is used."
881
#: bzrlib/builtins.py:1617
881
#: bzrlib/builtins.py:1710
882
882
msgid "bzr update --revision takes exactly one revision"
885
#: bzrlib/builtins.py:1625
885
#: bzrlib/builtins.py:1718
886
886
msgid "bzr update can only update a whole tree, not a file or subdirectory"
889
#: bzrlib/builtins.py:1656
889
#: bzrlib/builtins.py:1749
890
890
msgid "Tree is up to date at revision {0} of branch {1}"
893
#: bzrlib/builtins.py:1672
893
#: bzrlib/builtins.py:1765
896
896
"branch has no revision %s\n"
897
897
"bzr update --revision only works for a revision in the branch history"
900
#: bzrlib/builtins.py:1678
900
#: bzrlib/builtins.py:1771
901
901
msgid "Updated to revision {0} of branch {1}"
904
#: bzrlib/builtins.py:1682
904
#: bzrlib/builtins.py:1775
906
906
"Your local commits will now show as pending merges with 'bzr status', and "
907
907
"can be committed with 'bzr commit'."
910
#: bzrlib/builtins.py:1691
910
#: bzrlib/builtins.py:1784
911
911
msgid "Show information about a working tree, branch or repository."
914
#: bzrlib/builtins.py:1693
914
#: bzrlib/builtins.py:1786
916
916
"This command will show all known locations and formats associated to the\n"
917
917
"tree, branch or repository."
920
#: bzrlib/builtins.py:1696
920
#: bzrlib/builtins.py:1789
922
922
"In verbose mode, statistical information is included with each report.\n"
923
923
"To see extended statistic information, use a verbosity level of 2 or\n"
924
924
"higher by specifying the verbose option multiple times, e.g. -vv."
927
#: bzrlib/builtins.py:1700
927
#: bzrlib/builtins.py:1793
928
928
msgid "Branches and working trees will also report any missing revisions."
931
#: bzrlib/builtins.py:1702 bzrlib/builtins.py:3622 bzrlib/builtins.py:4752
932
#: bzrlib/builtins.py:6389
931
#: bzrlib/builtins.py:1795 bzrlib/builtins.py:3715 bzrlib/builtins.py:4845
932
#: bzrlib/builtins.py:6442
933
933
msgid ":Examples:"
936
#: bzrlib/builtins.py:1704
936
#: bzrlib/builtins.py:1797
937
937
msgid " Display information on the format and related locations:"
940
#: bzrlib/builtins.py:1706
940
#: bzrlib/builtins.py:1799
941
941
msgid " bzr info"
944
#: bzrlib/builtins.py:1708
944
#: bzrlib/builtins.py:1801
946
946
" Display the above together with extended format information and\n"
947
947
" basic statistics (like the number of files in the working tree and\n"
948
948
" number of revisions in the branch and repository):"
951
#: bzrlib/builtins.py:1712
951
#: bzrlib/builtins.py:1805
952
952
msgid " bzr info -v"
955
#: bzrlib/builtins.py:1714
955
#: bzrlib/builtins.py:1807
956
956
msgid " Display the above together with number of committers to the branch:"
959
#: bzrlib/builtins.py:1716
959
#: bzrlib/builtins.py:1809
960
960
msgid " bzr info -vv"
963
#: bzrlib/builtins.py:1735
963
#: bzrlib/builtins.py:1828
964
964
msgid "Remove files or directories."
967
#: bzrlib/builtins.py:1737
967
#: bzrlib/builtins.py:1830
969
969
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
970
970
"delete them if they can easily be recovered using revert otherwise they\n"
976
976
# help of 'new' option of 'remove' command
977
#: bzrlib/builtins.py:1745
977
#: bzrlib/builtins.py:1838
978
978
msgid "Only remove files that have never been committed."
981
981
# help of 'file-deletion-strategy' option of 'remove' command
982
#: bzrlib/builtins.py:1747
982
#: bzrlib/builtins.py:1840
983
983
msgid "The file deletion mode to be used."
986
986
# title of 'file-deletion-strategy' option of 'remove' command
987
#: bzrlib/builtins.py:1748
987
#: bzrlib/builtins.py:1841
988
988
msgid "Deletion Strategy"
991
991
# help of 'file-deletion-strategy=safe' option of 'remove' command
992
#: bzrlib/builtins.py:1749
992
#: bzrlib/builtins.py:1842
993
993
msgid "Backup changed files (default)."
996
996
# help of 'file-deletion-strategy=keep' option of 'remove' command
997
#: bzrlib/builtins.py:1750
997
#: bzrlib/builtins.py:1843
998
998
msgid "Delete from bzr but leave the working copy."
1001
1001
# help of 'file-deletion-strategy=no-backup' option of 'remove' command
1002
#: bzrlib/builtins.py:1751
1002
#: bzrlib/builtins.py:1844
1003
1003
msgid "Don't backup changed files."
1006
1006
# help of 'file-deletion-strategy=force' option of 'remove' command
1007
#: bzrlib/builtins.py:1752
1007
#: bzrlib/builtins.py:1845
1009
1009
"Delete all the specified files, even if they can not be recovered and even "
1010
1010
"if they are non-empty directories. (deprecated, use no-backup)"
1013
#: bzrlib/builtins.py:1761
1013
#: bzrlib/builtins.py:1854
1014
1014
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
1017
#: bzrlib/builtins.py:1778
1017
#: bzrlib/builtins.py:1871
1018
1018
msgid "No matching files."
1021
#: bzrlib/builtins.py:1839
1021
#: bzrlib/builtins.py:1932
1022
1022
msgid "Reconcile bzr metadata in a branch."
1025
#: bzrlib/builtins.py:1841
1025
#: bzrlib/builtins.py:1934
1027
1027
"This can correct data mismatches that may have been caused by\n"
1028
1028
"previous ghost operations or bzr upgrades. You should only\n"
1117
1117
# help of 'create-prefix' option of 'init' command
1118
1118
# help of 'create-prefix' option of 'push' command
1119
#: bzrlib/builtins.py:1948
1119
#: bzrlib/builtins.py:2041
1120
1120
msgid "Create the path leading up to the branch if it does not already exist."
1123
1123
# help of 'format' option of 'init' command
1124
#: bzrlib/builtins.py:1951
1124
#: bzrlib/builtins.py:2044
1125
1125
msgid "Specify a format for this branch. See \"help formats\"."
1128
1128
# help of 'append-revisions-only' option of 'init' command
1129
#: bzrlib/builtins.py:1959
1129
#: bzrlib/builtins.py:2052
1130
1130
msgid "Never change revnos or the existing log. Append revisions to it only."
1133
1133
# help of 'no-tree' option of 'init' command
1134
#: bzrlib/builtins.py:1962
1134
#: bzrlib/builtins.py:2055
1135
1135
msgid "Create a branch without a working tree."
1138
#: bzrlib/builtins.py:1982 bzrlib/push.py:110
1138
#: bzrlib/builtins.py:2075 bzrlib/push.py:110
1139
1139
#, python-format
1141
1141
"Parent directory of %s does not exist.\n"
1142
1142
"You may supply --create-prefix to create all leading parent directories."
1145
#: bzrlib/builtins.py:2016
1145
#: bzrlib/builtins.py:2109
1147
1147
"This branch format cannot be set to append-revisions-only. Try --default."
1150
#: bzrlib/builtins.py:2027
1150
#: bzrlib/builtins.py:2120
1151
1151
msgid "Created a {0} (format: {1})\n"
1154
#: bzrlib/builtins.py:2036
1154
#: bzrlib/builtins.py:2129
1155
1155
#, python-format
1156
1156
msgid "Using shared repository: %s\n"
1159
#: bzrlib/builtins.py:2040
1159
#: bzrlib/builtins.py:2133
1160
1160
msgid "Create a shared repository for branches to share storage space."
1163
#: bzrlib/builtins.py:2042
1163
#: bzrlib/builtins.py:2135
1165
1165
"New branches created under the repository directory will store their\n"
1166
1166
"revisions in the repository, not in the branch directory. For branches\n"
1256
1256
" 0 - no change"
1259
#: bzrlib/builtins.py:2127
1259
#: bzrlib/builtins.py:2220
1262
1262
" Shows the difference in the working tree versus the last commit::"
1265
#: bzrlib/builtins.py:2130
1265
#: bzrlib/builtins.py:2223
1266
1266
msgid " bzr diff"
1269
#: bzrlib/builtins.py:2132
1269
#: bzrlib/builtins.py:2225
1270
1270
msgid " Difference between the working tree and revision 1::"
1273
#: bzrlib/builtins.py:2134
1273
#: bzrlib/builtins.py:2227
1274
1274
msgid " bzr diff -r1"
1277
#: bzrlib/builtins.py:2136
1277
#: bzrlib/builtins.py:2229
1278
1278
msgid " Difference between revision 3 and revision 1::"
1281
#: bzrlib/builtins.py:2138
1281
#: bzrlib/builtins.py:2231
1282
1282
msgid " bzr diff -r1..3"
1285
#: bzrlib/builtins.py:2140
1285
#: bzrlib/builtins.py:2233
1286
1286
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1289
#: bzrlib/builtins.py:2142
1289
#: bzrlib/builtins.py:2235
1290
1290
msgid " bzr diff -r1..3 xxx"
1293
#: bzrlib/builtins.py:2144
1293
#: bzrlib/builtins.py:2237
1294
1294
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1297
#: bzrlib/builtins.py:2146
1297
#: bzrlib/builtins.py:2239
1298
1298
msgid " bzr diff -c2"
1301
#: bzrlib/builtins.py:2148
1301
#: bzrlib/builtins.py:2241
1303
1303
" To see the changes introduced by revision X::\n"
1305
1305
" bzr diff -cX"
1308
#: bzrlib/builtins.py:2152
1308
#: bzrlib/builtins.py:2245
1310
1310
" Note that in the case of a merge, the -c option shows the changes\n"
1311
1311
" compared to the left hand parent. To see the changes against\n"
1312
1312
" another parent, use::"
1315
#: bzrlib/builtins.py:2156
1315
#: bzrlib/builtins.py:2249
1316
1316
msgid " bzr diff -r<chosen_parent>..X"
1319
#: bzrlib/builtins.py:2158
1319
#: bzrlib/builtins.py:2251
1321
1321
" The changes between the current revision and the previous revision\n"
1322
1322
" (equivalent to -c-1 and -r-2..-1)"
1325
#: bzrlib/builtins.py:2161
1325
#: bzrlib/builtins.py:2254
1326
1326
msgid " bzr diff -r-2.."
1329
#: bzrlib/builtins.py:2163
1329
#: bzrlib/builtins.py:2256
1330
1330
msgid " Show just the differences for file NEWS::"
1333
#: bzrlib/builtins.py:2165
1333
#: bzrlib/builtins.py:2258
1334
1334
msgid " bzr diff NEWS"
1337
#: bzrlib/builtins.py:2167
1337
#: bzrlib/builtins.py:2260
1338
1338
msgid " Show the differences in working tree xxx for file NEWS::"
1341
#: bzrlib/builtins.py:2169
1341
#: bzrlib/builtins.py:2262
1342
1342
msgid " bzr diff xxx/NEWS"
1345
#: bzrlib/builtins.py:2171
1345
#: bzrlib/builtins.py:2264
1346
1346
msgid " Show the differences from branch xxx to this working tree:"
1349
#: bzrlib/builtins.py:2173
1349
#: bzrlib/builtins.py:2266
1350
1350
msgid " bzr diff --old xxx"
1353
#: bzrlib/builtins.py:2175
1353
#: bzrlib/builtins.py:2268
1354
1354
msgid " Show the differences between two branches for file NEWS::"
1357
#: bzrlib/builtins.py:2177
1357
#: bzrlib/builtins.py:2270
1358
1358
msgid " bzr diff --old xxx --new yyy NEWS"
1361
#: bzrlib/builtins.py:2179
1361
#: bzrlib/builtins.py:2272
1362
1362
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1365
#: bzrlib/builtins.py:2181
1365
#: bzrlib/builtins.py:2274
1367
1367
" bzr diff --prefix old/:new/\n"
1374
1374
# help of 'diff-options' option of 'diff' command
1375
#: bzrlib/builtins.py:2191
1375
#: bzrlib/builtins.py:2284
1376
1376
msgid "Pass these options to the external diff program."
1379
1379
# help of 'prefix' option of 'diff' command
1380
#: bzrlib/builtins.py:2194
1380
#: bzrlib/builtins.py:2287
1382
1382
"Set prefixes added to old and new filenames, as two values separated by a "
1383
1383
"colon. (eg \"old/:new/\")."
1386
1386
# help of 'old' option of 'diff' command
1387
#: bzrlib/builtins.py:2197
1387
#: bzrlib/builtins.py:2290
1388
1388
msgid "Branch/tree to compare from."
1391
1391
# help of 'new' option of 'diff' command
1392
#: bzrlib/builtins.py:2201
1392
#: bzrlib/builtins.py:2294
1393
1393
msgid "Branch/tree to compare to."
1396
1396
# help of 'using' option of 'diff' command
1397
#: bzrlib/builtins.py:2207
1397
#: bzrlib/builtins.py:2300
1398
1398
msgid "Use this command to compare files."
1401
1401
# help of 'format' option of 'diff' command
1402
#: bzrlib/builtins.py:2212
1402
#: bzrlib/builtins.py:2305
1403
1403
msgid "Diff format to use."
1406
1406
# title of 'format' option of 'diff' command
1407
#: bzrlib/builtins.py:2214
1407
#: bzrlib/builtins.py:2307
1408
1408
msgid "Diff format"
1411
#: bzrlib/builtins.py:2236
1411
#: bzrlib/builtins.py:2329
1412
1412
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1415
#: bzrlib/builtins.py:2240
1415
#: bzrlib/builtins.py:2333
1416
1416
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1419
#: bzrlib/builtins.py:2245 bzrlib/builtins.py:2643 bzrlib/builtins.py:2656
1420
#: bzrlib/builtins.py:2664 bzrlib/builtins.py:4826
1419
#: bzrlib/builtins.py:2338 bzrlib/builtins.py:2736 bzrlib/builtins.py:2749
1420
#: bzrlib/builtins.py:2757 bzrlib/builtins.py:4919
1421
1421
msgid "{0} and {1} are mutually exclusive"
1424
#: bzrlib/builtins.py:2265
1424
#: bzrlib/builtins.py:2358
1426
1426
"List files deleted in the working tree.\n"
1430
#: bzrlib/builtins.py:2343
1430
#: bzrlib/builtins.py:2436
1431
1431
msgid "Show the tree root directory."
1434
#: bzrlib/builtins.py:2345
1434
#: bzrlib/builtins.py:2438
1436
1436
"The root is the nearest enclosing directory with a .bzr control\n"
1440
#: bzrlib/builtins.py:2360
1440
#: bzrlib/builtins.py:2453
1441
1441
msgid "The limit argument must be an integer."
1444
#: bzrlib/builtins.py:2368
1444
#: bzrlib/builtins.py:2461
1445
1445
msgid "The levels argument must be an integer."
1448
#: bzrlib/builtins.py:2373
1448
#: bzrlib/builtins.py:2466
1449
1449
msgid "Show historical log for a branch or subset of a branch."
1452
#: bzrlib/builtins.py:2375
1452
#: bzrlib/builtins.py:2468
1454
1454
"log is bzr's default tool for exploring the history of a branch.\n"
1455
1455
"The branch to use is taken from the first parameter. If no parameters\n"
1571
1571
" a nested merge revision and the log will be truncated accordingly."
1574
#: bzrlib/builtins.py:2449
1574
#: bzrlib/builtins.py:2542
1575
1575
msgid ":Path filtering:"
1578
#: bzrlib/builtins.py:2451
1578
#: bzrlib/builtins.py:2544
1580
1580
" If parameters are given and the first one is not a branch, the log\n"
1581
1581
" will be filtered to show only those revisions that changed the\n"
1582
1582
" nominated files or directories."
1585
#: bzrlib/builtins.py:2455
1585
#: bzrlib/builtins.py:2548
1587
1587
" Filenames are interpreted within their historical context. To log a\n"
1588
1588
" deleted file, specify a revision range so that the file existed at\n"
1589
1589
" the end or start of the range."
1592
#: bzrlib/builtins.py:2459
1592
#: bzrlib/builtins.py:2552
1594
1594
" Historical context is also important when interpreting pathnames of\n"
1595
1595
" renamed files/directories. Consider the following example:"
1598
#: bzrlib/builtins.py:2462
1598
#: bzrlib/builtins.py:2555
1600
1600
" * revision 1: add tutorial.txt\n"
1601
1601
" * revision 2: modify tutorial.txt\n"
1602
1602
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1605
#: bzrlib/builtins.py:2466
1605
#: bzrlib/builtins.py:2559
1606
1606
msgid " In this case:"
1609
#: bzrlib/builtins.py:2468
1609
#: bzrlib/builtins.py:2561
1610
1610
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1613
#: bzrlib/builtins.py:2470
1613
#: bzrlib/builtins.py:2563
1614
1614
msgid " * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1617
#: bzrlib/builtins.py:2472
1617
#: bzrlib/builtins.py:2565
1619
1619
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1620
1620
" the original file in revision 2."
1623
#: bzrlib/builtins.py:2475
1623
#: bzrlib/builtins.py:2568
1625
1625
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1626
1626
" was no file called guide.txt in revision 2."
1629
#: bzrlib/builtins.py:2478
1629
#: bzrlib/builtins.py:2571
1631
1631
" Renames are always followed by log. By design, there is no need to\n"
1632
1632
" explicitly ask for this (and no way to stop logging a file back\n"
1633
1633
" until it was last renamed)."
1636
#: bzrlib/builtins.py:2482
1636
#: bzrlib/builtins.py:2575
1637
1637
msgid ":Other filtering:"
1640
#: bzrlib/builtins.py:2484
1640
#: bzrlib/builtins.py:2577
1642
1642
" The --match option can be used for finding revisions that match a\n"
1643
1643
" regular expression in a commit message, committer, author or bug.\n"
1711
1711
# help of 'forward' option of 'log' command
1712
#: bzrlib/builtins.py:2531
1712
#: bzrlib/builtins.py:2624
1713
1713
msgid "Show from oldest to newest."
1716
1716
# help of 'verbose' option of 'log' command
1717
#: bzrlib/builtins.py:2534
1717
#: bzrlib/builtins.py:2627
1718
1718
msgid "Show files changed in each revision."
1721
1721
# help of 'change' option of 'log' command
1722
#: bzrlib/builtins.py:2540
1722
#: bzrlib/builtins.py:2633
1723
1723
msgid "Show just the specified revision. See also \"help revisionspec\"."
1726
1726
# help of 'authors' option of 'log' command
1727
#: bzrlib/builtins.py:2544
1727
#: bzrlib/builtins.py:2637
1728
1728
msgid "What names to list as authors - first, all or committer."
1731
1731
# title of 'authors' option of 'log' command
1732
#: bzrlib/builtins.py:2545
1732
#: bzrlib/builtins.py:2638
1733
1733
msgid "Authors"
1736
1736
# help of 'levels' option of 'log' command
1737
#: bzrlib/builtins.py:2550
1737
#: bzrlib/builtins.py:2643
1738
1738
msgid "Number of levels to display - 0 for all, 1 for flat."
1741
1741
# help of 'limit' option of 'log' command
1742
#: bzrlib/builtins.py:2560
1742
#: bzrlib/builtins.py:2653
1743
1743
msgid "Limit the output to the first N revisions."
1746
1746
# help of 'show-diff' option of 'log' command
1747
#: bzrlib/builtins.py:2565
1747
#: bzrlib/builtins.py:2658
1748
1748
msgid "Show changes made in each revision as a patch."
1751
1751
# help of 'include-merged' option of 'log' command
1752
#: bzrlib/builtins.py:2567
1752
#: bzrlib/builtins.py:2660
1753
1753
msgid "Show merged revisions like --levels 0 does."
1756
1756
# help of 'omit-merges' option of 'log' command
1757
#: bzrlib/builtins.py:2571
1757
#: bzrlib/builtins.py:2664
1758
1758
msgid "Do not report commits with more than one parent."
1761
1761
# help of 'exclude-common-ancestry' option of 'log' command
1762
#: bzrlib/builtins.py:2573
1762
#: bzrlib/builtins.py:2666
1764
1764
"Display only the revisions that are not part of both ancestries (require -"
1768
1768
# help of 'signatures' option of 'log' command
1769
#: bzrlib/builtins.py:2577
1769
#: bzrlib/builtins.py:2670
1770
1770
msgid "Show digital signature validity."
1773
1773
# help of 'match' option of 'log' command
1774
#: bzrlib/builtins.py:2580
1774
#: bzrlib/builtins.py:2673
1775
1775
msgid "Show revisions whose properties match this expression."
1778
1778
# help of 'match-message' option of 'log' command
1779
#: bzrlib/builtins.py:2584
1779
#: bzrlib/builtins.py:2677
1780
1780
msgid "Show revisions whose message matches this expression."
1783
1783
# help of 'match-committer' option of 'log' command
1784
#: bzrlib/builtins.py:2588
1784
#: bzrlib/builtins.py:2681
1785
1785
msgid "Show revisions whose committer matches this expression."
1788
1788
# help of 'match-author' option of 'log' command
1789
#: bzrlib/builtins.py:2592
1789
#: bzrlib/builtins.py:2685
1790
1790
msgid "Show revisions whose authors match this expression."
1793
1793
# help of 'match-bugs' option of 'log' command
1794
#: bzrlib/builtins.py:2596
1794
#: bzrlib/builtins.py:2689
1795
1795
msgid "Show revisions whose bugs match this expression."
1798
#: bzrlib/builtins.py:2650
1798
#: bzrlib/builtins.py:2743
1799
1799
msgid "--exclude-common-ancestry requires -r with two revisions"
1802
#: bzrlib/builtins.py:2678
1802
#: bzrlib/builtins.py:2771
1803
1803
#, python-format
1804
1804
msgid "Path unknown at end or start of revision range: %s"
1807
#: bzrlib/builtins.py:2795
1807
#: bzrlib/builtins.py:2888
1808
1808
#, python-format
1809
1809
msgid "bzr %s doesn't accept two revisions in different branches."
1812
#: bzrlib/builtins.py:2811
1812
#: bzrlib/builtins.py:2904
1813
1813
#, python-format
1814
1814
msgid "bzr %s --revision takes one or two values."
1817
#: bzrlib/builtins.py:2856
1817
#: bzrlib/builtins.py:2949
1819
1819
"List files in a tree.\n"
1823
1823
# help of 'recursive' option of 'ls' command
1824
#: bzrlib/builtins.py:2865
1824
#: bzrlib/builtins.py:2958
1825
1825
msgid "Recurse into subdirectories."
1828
1828
# help of 'from-root' option of 'ls' command
1829
#: bzrlib/builtins.py:2867
1829
#: bzrlib/builtins.py:2960
1830
1830
msgid "Print paths relative to the root of the branch."
1833
1833
# help of 'unknown' option of 'ls' command
1834
#: bzrlib/builtins.py:2869
1834
#: bzrlib/builtins.py:2962
1835
1835
msgid "Print unknown files."
1838
1838
# help of 'versioned' option of 'ls' command
1839
#: bzrlib/builtins.py:2870
1839
#: bzrlib/builtins.py:2963
1840
1840
msgid "Print versioned files."
1843
1843
# help of 'ignored' option of 'ls' command
1844
#: bzrlib/builtins.py:2873
1844
#: bzrlib/builtins.py:2966
1845
1845
msgid "Print ignored files."
1848
1848
# help of 'kind' option of 'ls' command
1849
#: bzrlib/builtins.py:2875
1849
#: bzrlib/builtins.py:2968
1850
1850
msgid "List entries of a particular kind: file, directory, symlink."
1853
#: bzrlib/builtins.py:2888
1853
#: bzrlib/builtins.py:2981
1854
1854
msgid "invalid kind specified"
1857
#: bzrlib/builtins.py:2891
1857
#: bzrlib/builtins.py:2984
1858
1858
msgid "Cannot set both --verbose and --null"
1861
#: bzrlib/builtins.py:2900
1861
#: bzrlib/builtins.py:2993
1862
1862
msgid "cannot specify both --from-root and PATH"
1865
#: bzrlib/builtins.py:2987
1865
#: bzrlib/builtins.py:3080
1866
1866
msgid "Ignore specified files or patterns."
1869
#: bzrlib/builtins.py:2989
1869
#: bzrlib/builtins.py:3082
1870
1870
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1873
#: bzrlib/builtins.py:2991
1873
#: bzrlib/builtins.py:3084
1875
1875
"If a .bzrignore file does not exist, the ignore command\n"
1876
1876
"will create one and add the specified files or patterns to the newly\n"
1917
1917
" the shell on Unix."
1920
#: bzrlib/builtins.py:3020
1920
#: bzrlib/builtins.py:3113
1922
1922
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1923
1923
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1926
#: bzrlib/builtins.py:3023
1926
#: bzrlib/builtins.py:3116
1929
1929
" Ignore the top level Makefile::"
1932
#: bzrlib/builtins.py:3026
1932
#: bzrlib/builtins.py:3119
1933
1933
msgid " bzr ignore ./Makefile"
1936
#: bzrlib/builtins.py:3028
1936
#: bzrlib/builtins.py:3121
1937
1937
msgid " Ignore .class files in all directories...::"
1940
#: bzrlib/builtins.py:3030
1940
#: bzrlib/builtins.py:3123
1941
1941
msgid " bzr ignore \"*.class\""
1944
#: bzrlib/builtins.py:3032
1944
#: bzrlib/builtins.py:3125
1945
1945
msgid " ...but do not ignore \"special.class\"::"
1948
#: bzrlib/builtins.py:3034
1948
#: bzrlib/builtins.py:3127
1949
1949
msgid " bzr ignore \"!special.class\""
1952
#: bzrlib/builtins.py:3036
1952
#: bzrlib/builtins.py:3129
1953
1953
msgid " Ignore files whose name begins with the \"#\" character::"
1956
#: bzrlib/builtins.py:3038
1956
#: bzrlib/builtins.py:3131
1957
1957
msgid " bzr ignore \"RE:^#\""
1960
#: bzrlib/builtins.py:3040 bzrlib/builtins.py:3044
1960
#: bzrlib/builtins.py:3133 bzrlib/builtins.py:3137
1961
1961
msgid " Ignore .o files under the lib directory::"
1964
#: bzrlib/builtins.py:3042
1964
#: bzrlib/builtins.py:3135
1965
1965
msgid " bzr ignore \"lib/**/*.o\""
1968
#: bzrlib/builtins.py:3046
1968
#: bzrlib/builtins.py:3139
1969
1969
msgid " bzr ignore \"RE:lib/.*\\.o\""
1972
#: bzrlib/builtins.py:3048
1972
#: bzrlib/builtins.py:3141
1973
1973
msgid " Ignore everything but the \"debian\" toplevel directory::"
1976
#: bzrlib/builtins.py:3050
1976
#: bzrlib/builtins.py:3143
1978
1978
" bzr ignore \"RE:(?!debian/).*\"\n"
2018
#: bzrlib/builtins.py:3116
2018
#: bzrlib/builtins.py:3209
2019
2019
msgid "List ignored files and the patterns that matched them."
2022
#: bzrlib/builtins.py:3118
2022
#: bzrlib/builtins.py:3211
2024
2024
"List all the ignored files and the ignore pattern that caused the file to\n"
2028
#: bzrlib/builtins.py:3121
2028
#: bzrlib/builtins.py:3214
2029
2029
msgid "Alternatively, to list just the files::"
2032
#: bzrlib/builtins.py:3123
2032
#: bzrlib/builtins.py:3216
2033
2033
msgid " bzr ls --ignored"
2036
#: bzrlib/builtins.py:3157
2036
#: bzrlib/builtins.py:3250
2037
2037
#, python-format
2038
2038
msgid "not a valid revision-number: %r"
2041
#: bzrlib/builtins.py:3164
2041
#: bzrlib/builtins.py:3257
2042
2042
msgid "Export current or past revision to a destination directory or archive."
2045
#: bzrlib/builtins.py:3166
2045
#: bzrlib/builtins.py:3259
2046
2046
msgid "If no revision is specified this exports the last committed revision."
2049
#: bzrlib/builtins.py:3168
2049
#: bzrlib/builtins.py:3261
2051
2051
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
2052
2052
"given, try to find the format with the extension. If no extension\n"
2053
2053
"is found exports to a directory (equivalent to --format=dir)."
2056
#: bzrlib/builtins.py:3172
2056
#: bzrlib/builtins.py:3265
2058
2058
"If root is supplied, it will be used as the root directory inside\n"
2059
2059
"container formats (tar, zip, etc). If it is not supplied it will default\n"
2060
2060
"to the exported filename. The root option has no effect for 'dir' format."
2063
#: bzrlib/builtins.py:3176
2063
#: bzrlib/builtins.py:3269
2065
2065
"If branch is omitted then the branch containing the current working\n"
2066
2066
"directory will be used."
2069
#: bzrlib/builtins.py:3179
2069
#: bzrlib/builtins.py:3272
2070
2070
msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
2073
#: bzrlib/builtins.py:3181
2073
#: bzrlib/builtins.py:3274
2075
2075
" ================= =========================\n"
2076
2076
" Supported formats Autodetected by extension\n"
2086
2086
# help of 'format' option of 'export' command
2087
#: bzrlib/builtins.py:3195
2087
#: bzrlib/builtins.py:3288
2088
2088
msgid "Type of file to export to."
2091
2091
# help of 'filters' option of 'export' command
2092
#: bzrlib/builtins.py:3198
2092
#: bzrlib/builtins.py:3291
2093
2093
msgid "Apply content filters to export the convenient form."
2096
2096
# help of 'root' option of 'export' command
2097
#: bzrlib/builtins.py:3202
2097
#: bzrlib/builtins.py:3295
2098
2098
msgid "Name of the root directory inside the exported file."
2101
2101
# help of 'per-file-timestamps' option of 'export' command
2102
#: bzrlib/builtins.py:3204
2102
#: bzrlib/builtins.py:3297
2104
2104
"Set modification time of files to that of the last revision in which it was "
2108
2108
# help of 'uncommitted' option of 'export' command
2109
#: bzrlib/builtins.py:3207
2109
#: bzrlib/builtins.py:3300
2110
2110
msgid "Export the working tree contents rather than that of the last revision."
2113
#: bzrlib/builtins.py:3226
2113
#: bzrlib/builtins.py:3319
2114
2114
msgid "--uncommitted requires a working tree"
2117
#: bzrlib/builtins.py:3235
2117
#: bzrlib/builtins.py:3328
2118
2118
#, python-format
2119
2119
msgid "Unsupported export format: %s"
2122
#: bzrlib/builtins.py:3239
2122
#: bzrlib/builtins.py:3332
2123
2123
msgid "Write the contents of a file as of a given revision to standard output."
2126
#: bzrlib/builtins.py:3241
2126
#: bzrlib/builtins.py:3334
2127
2127
msgid "If no revision is nominated, the last revision is used."
2130
#: bzrlib/builtins.py:3243
2130
#: bzrlib/builtins.py:3336
2132
2132
"Note: Take care to redirect standard output when using this command on a\n"
2136
2136
# help of 'name-from-revision' option of 'cat' command
2137
#: bzrlib/builtins.py:3249
2137
#: bzrlib/builtins.py:3342
2138
2138
msgid "The path name in the old tree."
2141
2141
# help of 'filters' option of 'cat' command
2142
#: bzrlib/builtins.py:3250
2142
#: bzrlib/builtins.py:3343
2143
2143
msgid "Apply content filters to display the convenience form."
2146
#: bzrlib/builtins.py:3261
2146
#: bzrlib/builtins.py:3354
2147
2147
msgid "bzr cat --revision takes exactly one revision specifier"
2150
#: bzrlib/builtins.py:3286 bzrlib/builtins.py:3298
2150
#: bzrlib/builtins.py:3379 bzrlib/builtins.py:3391
2151
2151
msgid "{0!r} is not present in revision {1}"
2154
#: bzrlib/builtins.py:3321
2154
#: bzrlib/builtins.py:3414
2155
2155
msgid "Commit changes into a new revision."
2158
#: bzrlib/builtins.py:3323
2158
#: bzrlib/builtins.py:3416
2160
2160
"An explanatory message needs to be given for each commit. This is\n"
2161
2161
"often done by using the --message option (getting the message from the\n"
2165
2165
"boilerplate text loaded into the editor, use the --show-diff option."
2168
#: bzrlib/builtins.py:3330
2168
#: bzrlib/builtins.py:3423
2170
2170
"By default, the entire tree is committed and the person doing the\n"
2171
2171
"commit is assumed to be the author. These defaults can be overridden\n"
2172
2172
"as explained below."
2175
#: bzrlib/builtins.py:3334
2175
#: bzrlib/builtins.py:3427
2176
2176
msgid ":Selective commits:"
2179
#: bzrlib/builtins.py:3336
2179
#: bzrlib/builtins.py:3429
2181
2181
" If selected files are specified, only changes to those files are\n"
2182
2182
" committed. If a directory is specified then the directory and\n"
2183
2183
" everything within it is committed."
2186
#: bzrlib/builtins.py:3340
2186
#: bzrlib/builtins.py:3433
2188
2188
" When excludes are given, they take precedence over selected files.\n"
2189
2189
" For example, to commit only changes within foo, but not changes\n"
2190
2190
" within foo/bar::"
2193
#: bzrlib/builtins.py:3344
2193
#: bzrlib/builtins.py:3437
2194
2194
msgid " bzr commit foo -x foo/bar"
2197
#: bzrlib/builtins.py:3346
2197
#: bzrlib/builtins.py:3439
2198
2198
msgid " A selective commit after a merge is not yet supported."
2201
#: bzrlib/builtins.py:3348
2201
#: bzrlib/builtins.py:3441
2202
2202
msgid ":Custom authors:"
2205
#: bzrlib/builtins.py:3350
2205
#: bzrlib/builtins.py:3443
2207
2207
" If the author of the change is not the same person as the committer,\n"
2208
2208
" you can specify the author's name using the --author option. The\n"
2247
2247
# help of 'exclude' option of 'commit' command
2248
#: bzrlib/builtins.py:3381
2248
#: bzrlib/builtins.py:3474
2249
2249
msgid "Do not consider changes made to a given path."
2252
2252
# help of 'message' option of 'commit' command
2253
#: bzrlib/builtins.py:3384
2253
#: bzrlib/builtins.py:3477
2254
2254
msgid "Description of the new revision."
2257
2257
# help of 'unchanged' option of 'commit' command
2258
#: bzrlib/builtins.py:3387
2258
#: bzrlib/builtins.py:3480
2259
2259
msgid "Commit even if nothing has changed."
2262
2262
# help of 'file' option of 'commit' command
2263
#: bzrlib/builtins.py:3391
2263
#: bzrlib/builtins.py:3484
2264
2264
msgid "Take commit message from this file."
2267
2267
# help of 'strict' option of 'commit' command
2268
#: bzrlib/builtins.py:3393
2268
#: bzrlib/builtins.py:3486
2269
2269
msgid "Refuse to commit if there are unknown files in the working tree."
2272
2272
# help of 'commit-time' option of 'commit' command
2273
#: bzrlib/builtins.py:3396
2273
#: bzrlib/builtins.py:3489
2275
2275
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2276
2276
"08:00:00 +0100'."
2279
2279
# help of 'fixes' option of 'commit' command
2280
#: bzrlib/builtins.py:3399
2280
#: bzrlib/builtins.py:3492
2281
2281
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2284
2284
# help of 'author' option of 'commit' command
2285
#: bzrlib/builtins.py:3402
2285
#: bzrlib/builtins.py:3495
2286
2286
msgid "Set the author's name, if it's different from the committer."
2289
2289
# help of 'local' option of 'commit' command
2290
#: bzrlib/builtins.py:3405
2290
#: bzrlib/builtins.py:3498
2292
2292
"Perform a local commit in a bound branch. Local commits are not pushed to "
2293
2293
"the master branch until a normal commit is performed."
2296
2296
# help of 'show-diff' option of 'commit' command
2297
#: bzrlib/builtins.py:3411
2297
#: bzrlib/builtins.py:3504
2299
2299
"When no message is supplied, show the diff along with the status summary in "
2300
2300
"the message editor."
2303
2303
# help of 'lossy' option of 'commit' command
2304
#: bzrlib/builtins.py:3414
2304
#: bzrlib/builtins.py:3507
2306
2306
"When committing to a foreign version control system do not push data that "
2307
2307
"can not be natively represented."
2310
#: bzrlib/builtins.py:3432
2310
#: bzrlib/builtins.py:3525
2311
2311
#, python-format
2313
2313
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2323
2323
"Commit refused."
2326
#: bzrlib/builtins.py:3450
2326
#: bzrlib/builtins.py:3543
2327
2327
#, python-format
2328
2328
msgid "Unrecognized bug %s. Commit refused."
2331
#: bzrlib/builtins.py:3453
2331
#: bzrlib/builtins.py:3546
2332
2332
#, python-format
2335
2335
"Commit refused."
2338
#: bzrlib/builtins.py:3477
2338
#: bzrlib/builtins.py:3570
2339
2339
msgid "Could not parse --commit-time: "
2342
#: bzrlib/builtins.py:3517
2342
#: bzrlib/builtins.py:3610
2343
2343
msgid "please specify either --message or --file"
2346
#: bzrlib/builtins.py:3546
2346
#: bzrlib/builtins.py:3639
2347
2347
msgid "please specify a commit message with either --message or --file"
2350
#: bzrlib/builtins.py:3549
2350
#: bzrlib/builtins.py:3642
2352
2352
"Empty commit message specified. Please specify a commit message with either "
2353
2353
"--message or --file or leave a blank message with --message \"\"."
2356
#: bzrlib/builtins.py:3569
2356
#: bzrlib/builtins.py:3662
2358
2358
"No changes to commit. Please 'bzr add' the files you want to commit, or use "
2359
2359
"--unchanged to force an empty commit."
2362
#: bzrlib/builtins.py:3573
2362
#: bzrlib/builtins.py:3666
2364
2364
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2365
2365
"resolve FILE\" to resolve."
2368
#: bzrlib/builtins.py:3577
2368
#: bzrlib/builtins.py:3670
2369
2369
msgid "Commit refused because there are unknown files in the working tree."
2372
#: bzrlib/builtins.py:3580
2372
#: bzrlib/builtins.py:3673
2375
2375
"To commit to master branch, run update and then commit.\n"
2376
2376
"You can also pass --local to commit to continue working disconnected."
2379
#: bzrlib/builtins.py:3588
2379
#: bzrlib/builtins.py:3681
2381
2381
"Validate working tree structure, branch consistency and repository history."
2384
#: bzrlib/builtins.py:3590
2384
#: bzrlib/builtins.py:3683
2386
2386
"This command checks various invariants about branch and repository storage\n"
2387
2387
"to detect data corruption or bzr bugs."
2390
#: bzrlib/builtins.py:3593
2390
#: bzrlib/builtins.py:3686
2392
2392
"The working tree and branch checks will only give output if a problem is\n"
2393
2393
"detected. The output fields of the repository check are:"
2396
#: bzrlib/builtins.py:3596
2396
#: bzrlib/builtins.py:3689
2399
2399
" This is just the number of revisions checked. It doesn't\n"
2400
2400
" indicate a problem."
2403
#: bzrlib/builtins.py:3600
2403
#: bzrlib/builtins.py:3693
2405
2405
"versionedfiles\n"
2406
2406
" This is just the number of versionedfiles checked. It\n"
2407
2407
" doesn't indicate a problem."
2410
#: bzrlib/builtins.py:3604
2410
#: bzrlib/builtins.py:3697
2412
2412
"unreferenced ancestors\n"
2413
2413
" Texts that are ancestors of other texts, but\n"
2431
2431
" indicate a problem."
2434
#: bzrlib/builtins.py:3619
2434
#: bzrlib/builtins.py:3712
2436
2436
"If no restrictions are specified, all Bazaar data that is found at the "
2438
2438
"location will be checked."
2441
#: bzrlib/builtins.py:3624
2441
#: bzrlib/builtins.py:3717
2442
2442
msgid " Check the tree and branch at 'foo'::"
2445
#: bzrlib/builtins.py:3626
2445
#: bzrlib/builtins.py:3719
2446
2446
msgid " bzr check --tree --branch foo"
2449
#: bzrlib/builtins.py:3628
2449
#: bzrlib/builtins.py:3721
2450
2450
msgid " Check only the repository at 'bar'::"
2453
#: bzrlib/builtins.py:3630
2453
#: bzrlib/builtins.py:3723
2454
2454
msgid " bzr check --repo bar"
2457
#: bzrlib/builtins.py:3632
2457
#: bzrlib/builtins.py:3725
2458
2458
msgid " Check everything at 'baz'::"
2461
#: bzrlib/builtins.py:3634
2461
#: bzrlib/builtins.py:3727
2462
2462
msgid " bzr check baz"
2465
2465
# help of 'branch' option of 'check' command
2466
#: bzrlib/builtins.py:3640
2466
#: bzrlib/builtins.py:3733
2467
2467
msgid "Check the branch related to the current directory."
2470
2470
# help of 'repo' option of 'check' command
2471
#: bzrlib/builtins.py:3642
2471
#: bzrlib/builtins.py:3735
2472
2472
msgid "Check the repository related to the current directory."
2475
2475
# help of 'tree' option of 'check' command
2476
#: bzrlib/builtins.py:3644
2476
#: bzrlib/builtins.py:3737
2477
2477
msgid "Check the working tree related to the current directory."
2480
#: bzrlib/builtins.py:3658
2480
#: bzrlib/builtins.py:3751
2481
2481
msgid "Upgrade a repository, branch or working tree to a newer format."
2484
#: bzrlib/builtins.py:3660
2484
#: bzrlib/builtins.py:3753
2486
2486
"When the default format has changed after a major new release of\n"
2487
2487
"Bazaar, you may be informed during certain operations that you\n"
2522
#: bzrlib/builtins.py:3686
2522
#: bzrlib/builtins.py:3779
2524
2524
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2525
2525
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2528
2528
# help of 'format' option of 'upgrade' command
2529
#: bzrlib/builtins.py:3694
2529
#: bzrlib/builtins.py:3787
2530
2530
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2533
2533
# title of 'format' option of 'init' command
2534
2534
# title of 'format' option of 'upgrade' command
2535
#: bzrlib/builtins.py:3698
2535
#: bzrlib/builtins.py:3791
2536
2536
msgid "Branch format"
2539
2539
# help of 'clean' option of 'upgrade' command
2540
#: bzrlib/builtins.py:3700
2540
#: bzrlib/builtins.py:3793
2541
2541
msgid "Remove the backup.bzr directory if successful."
2544
2544
# help of 'dry-run' option of 'add' command
2545
2545
# help of 'dry-run' option of 'upgrade' command
2546
#: bzrlib/builtins.py:3702
2546
#: bzrlib/builtins.py:3795
2547
2547
msgid "Show what would be done, but don't actually do anything."
2550
#: bzrlib/builtins.py:3717
2550
#: bzrlib/builtins.py:3810
2551
2551
msgid "Show or set bzr user id."
2554
#: bzrlib/builtins.py:3719
2554
#: bzrlib/builtins.py:3812
2557
2557
" Show the email of the current user::"
2560
#: bzrlib/builtins.py:3722
2560
#: bzrlib/builtins.py:3815
2561
2561
msgid " bzr whoami --email"
2564
#: bzrlib/builtins.py:3724
2564
#: bzrlib/builtins.py:3817
2565
2565
msgid " Set the current user::"
2568
#: bzrlib/builtins.py:3726
2568
#: bzrlib/builtins.py:3819
2569
2569
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2572
2572
# help of 'email' option of 'whoami' command
2573
#: bzrlib/builtins.py:3730
2573
#: bzrlib/builtins.py:3823
2574
2574
msgid "Display email address only."
2577
2577
# help of 'branch' option of 'whoami' command
2578
#: bzrlib/builtins.py:3732
2578
#: bzrlib/builtins.py:3825
2579
2579
msgid "Set identity for the current branch instead of globally."
2582
#: bzrlib/builtins.py:3758
2582
#: bzrlib/builtins.py:3851
2583
2583
msgid "--email can only be used to display existing identity"
2586
#: bzrlib/builtins.py:3780
2586
#: bzrlib/builtins.py:3873
2587
2587
msgid "Print or set the branch nickname."
2590
#: bzrlib/builtins.py:3782
2590
#: bzrlib/builtins.py:3875
2592
2592
"If unset, the tree root directory name is used as the nickname.\n"
2593
2593
"To print the current nickname, execute with no argument."
2596
#: bzrlib/builtins.py:3785
2596
#: bzrlib/builtins.py:3878
2598
2598
"Bound branches use the nickname of its master branch unless it is set\n"
2602
#: bzrlib/builtins.py:3805
2602
#: bzrlib/builtins.py:3898
2603
2603
msgid "Set/unset and display aliases."
2606
#: bzrlib/builtins.py:3807
2606
#: bzrlib/builtins.py:3900
2609
2609
" Show the current aliases::"
2612
#: bzrlib/builtins.py:3810
2612
#: bzrlib/builtins.py:3903
2613
2613
msgid " bzr alias"
2616
#: bzrlib/builtins.py:3812
2616
#: bzrlib/builtins.py:3905
2617
2617
msgid " Show the alias specified for 'll'::"
2620
#: bzrlib/builtins.py:3814
2620
#: bzrlib/builtins.py:3907
2621
2621
msgid " bzr alias ll"
2624
#: bzrlib/builtins.py:3816
2624
#: bzrlib/builtins.py:3909
2625
2625
msgid " Set an alias for 'll'::"
2628
#: bzrlib/builtins.py:3818
2628
#: bzrlib/builtins.py:3911
2629
2629
msgid " bzr alias ll=\"log --line -r-10..-1\""
2632
#: bzrlib/builtins.py:3820
2632
#: bzrlib/builtins.py:3913
2633
2633
msgid " To remove an alias for 'll'::"
2636
#: bzrlib/builtins.py:3822
2636
#: bzrlib/builtins.py:3915
2637
2637
msgid " bzr alias --remove ll"
2640
2640
# help of 'remove' option of 'alias' command
2641
#: bzrlib/builtins.py:3827
2641
#: bzrlib/builtins.py:3920
2642
2642
msgid "Remove the alias."
2645
#: bzrlib/builtins.py:3845
2645
#: bzrlib/builtins.py:3938
2646
2646
msgid "bzr alias --remove expects an alias to remove."
2649
#: bzrlib/builtins.py:4026
2649
#: bzrlib/builtins.py:4119
2650
2650
msgid "subunit not available. subunit needs to be installed to use --subunit."
2653
#: bzrlib/builtins.py:4043
2653
#: bzrlib/builtins.py:4136
2655
2655
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2658
#: bzrlib/builtins.py:4090
2658
#: bzrlib/builtins.py:4183
2659
2659
msgid "Show version of bzr."
2662
2662
# help of 'short' option of 'version' command
2663
#: bzrlib/builtins.py:4094
2663
#: bzrlib/builtins.py:4187
2664
2664
msgid "Print just the version number."
2667
#: bzrlib/builtins.py:4113
2667
#: bzrlib/builtins.py:4206
2668
2668
msgid "It sure does!\n"
2671
#: bzrlib/builtins.py:4137
2671
#: bzrlib/builtins.py:4230
2672
2672
#, python-format
2673
2673
msgid "merge base is revision %s\n"
2676
#: bzrlib/builtins.py:4141
2676
#: bzrlib/builtins.py:4234
2677
2677
msgid "Perform a three-way merge."
2680
#: bzrlib/builtins.py:4143
2680
#: bzrlib/builtins.py:4236
2682
2682
"The source of the merge can be specified either in the form of a branch,\n"
2683
2683
"or in the form of a path to a file containing a merge directive generated\n"
2752
2752
"merge revision which has more than two parents."
2755
#: bzrlib/builtins.py:4190
2755
#: bzrlib/builtins.py:4283
2757
2757
"If one would like to merge changes from the working tree of the other\n"
2758
2758
"branch without merging any committed revisions, the --uncommitted option\n"
2759
2759
"can be given."
2762
#: bzrlib/builtins.py:4194
2762
#: bzrlib/builtins.py:4287
2764
2764
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2765
2765
"you to apply each diff hunk and file change, similar to \"shelve\"."
2768
#: bzrlib/builtins.py:4197
2768
#: bzrlib/builtins.py:4290
2771
2771
" To merge all new revisions from bzr.dev::"
2774
#: bzrlib/builtins.py:4200
2774
#: bzrlib/builtins.py:4293
2775
2775
msgid " bzr merge ../bzr.dev"
2778
#: bzrlib/builtins.py:4202
2778
#: bzrlib/builtins.py:4295
2779
2779
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2782
#: bzrlib/builtins.py:4204
2782
#: bzrlib/builtins.py:4297
2783
2783
msgid " bzr merge -r 82 ../bzr.dev"
2786
#: bzrlib/builtins.py:4206
2786
#: bzrlib/builtins.py:4299
2787
2787
msgid " To merge the changes introduced by 82, without previous changes::"
2790
#: bzrlib/builtins.py:4208
2790
#: bzrlib/builtins.py:4301
2791
2791
msgid " bzr merge -r 81..82 ../bzr.dev"
2794
#: bzrlib/builtins.py:4210
2794
#: bzrlib/builtins.py:4303
2795
2795
msgid " To apply a merge directive contained in /tmp/merge::"
2798
#: bzrlib/builtins.py:4212
2798
#: bzrlib/builtins.py:4305
2799
2799
msgid " bzr merge /tmp/merge"
2802
#: bzrlib/builtins.py:4214
2802
#: bzrlib/builtins.py:4307
2804
2804
" To create a merge revision with three parents from two branches\n"
2805
2805
" feature1a and feature1b:"
2808
#: bzrlib/builtins.py:4217
2808
#: bzrlib/builtins.py:4310
2810
2810
" bzr merge ../feature1a\n"
2811
2811
" bzr merge ../feature1b --force\n"
2834
2834
# help of 'directory' option of 'merge' command
2835
#: bzrlib/builtins.py:4242
2835
#: bzrlib/builtins.py:4335
2837
2837
"Branch to merge into, rather than the one containing the working directory."
2840
2840
# help of 'preview' option of 'merge' command
2841
#: bzrlib/builtins.py:4244
2841
#: bzrlib/builtins.py:4337
2842
2842
msgid "Instead of merging, show a diff of the merge."
2845
2845
# help of 'interactive' option of 'merge' command
2846
#: bzrlib/builtins.py:4246
2846
#: bzrlib/builtins.py:4339
2847
2847
msgid "Select changes interactively."
2850
#: bzrlib/builtins.py:4268
2850
#: bzrlib/builtins.py:4361
2852
2852
"Merging into empty branches not currently supported, https://bugs.launchpad."
2853
2853
"net/bzr/+bug/308562"
2856
#: bzrlib/builtins.py:4295
2856
#: bzrlib/builtins.py:4388
2857
2857
msgid "Cannot use --uncommitted with bundles or merge directives."
2860
#: bzrlib/builtins.py:4306
2860
#: bzrlib/builtins.py:4399
2861
2861
msgid "Cannot use --uncommitted and --revision at the same time."
2864
#: bzrlib/builtins.py:4326
2864
#: bzrlib/builtins.py:4419
2865
2865
msgid "merger: "
2868
#: bzrlib/builtins.py:4328 bzrlib/bundle/apply_bundle.py:71
2868
#: bzrlib/builtins.py:4421 bzrlib/bundle/apply_bundle.py:71
2869
2869
msgid "Nothing to do."
2872
#: bzrlib/builtins.py:4332
2872
#: bzrlib/builtins.py:4425
2873
2873
msgid "Cannot pull individual files"
2876
#: bzrlib/builtins.py:4340
2876
#: bzrlib/builtins.py:4433
2877
2877
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2880
#: bzrlib/builtins.py:4398
2880
#: bzrlib/builtins.py:4491
2881
2881
#, python-format
2882
2882
msgid "Show-base is not supported for this merge type. %s"
2885
#: bzrlib/builtins.py:4407
2885
#: bzrlib/builtins.py:4500
2886
2886
#, python-format
2887
2887
msgid "Conflict reduction is not supported for merge type %s."
2890
#: bzrlib/builtins.py:4411
2890
#: bzrlib/builtins.py:4504
2891
2891
msgid "Cannot do conflict reduction and show base."
2894
#: bzrlib/builtins.py:4522
2894
#: bzrlib/builtins.py:4615
2895
2895
msgid "No location specified or remembered"
2898
#: bzrlib/builtins.py:4524
2898
#: bzrlib/builtins.py:4617
2899
2899
msgid "{0} remembered {1} location {2}"
2902
#: bzrlib/builtins.py:4530
2902
#: bzrlib/builtins.py:4623
2903
2903
msgid "Redo a merge."
2906
#: bzrlib/builtins.py:4532
2906
#: bzrlib/builtins.py:4625
2908
2908
"Use this if you want to try a different merge technique while resolving\n"
2909
2909
"conflicts. Some merge techniques are better than others, and remerge\n"
2910
2910
"lets you try different ones on different files."
2913
#: bzrlib/builtins.py:4536
2913
#: bzrlib/builtins.py:4629
2915
2915
"The options for remerge have the same meaning and defaults as the ones for\n"
2916
2916
"merge. The difference is that remerge can (only) be run when there is a\n"
2917
2917
"pending merge, and it lets you specify particular files."
2920
#: bzrlib/builtins.py:4540
2920
#: bzrlib/builtins.py:4633
2923
2923
" Re-do the merge of all conflicted files, and show the base text in\n"
2924
2924
" conflict regions, in addition to the usual THIS and OTHER texts::"
2927
#: bzrlib/builtins.py:4544
2927
#: bzrlib/builtins.py:4637
2928
2928
msgid " bzr remerge --show-base"
2931
#: bzrlib/builtins.py:4546
2931
#: bzrlib/builtins.py:4639
2933
2933
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2934
2934
" additional processing to reduce the size of conflict regions::"
2937
#: bzrlib/builtins.py:4549
2937
#: bzrlib/builtins.py:4642
2938
2938
msgid " bzr remerge --merge-type weave --reprocess foobar"
3024
3024
# help of 'no-backup' option of 'revert' command
3025
#: bzrlib/builtins.py:4673
3025
#: bzrlib/builtins.py:4766
3026
3026
msgid "Do not save backups of reverted files."
3029
3029
# help of 'forget-merges' option of 'revert' command
3030
#: bzrlib/builtins.py:4675
3030
#: bzrlib/builtins.py:4768
3031
3031
msgid "Remove pending merge marker, without changing any files."
3034
#: bzrlib/builtins.py:4706
3034
#: bzrlib/builtins.py:4799
3036
3036
"Show help on a command or other topic.\n"
3040
3040
# help of 'long' option of 'help' command
3041
#: bzrlib/builtins.py:4711
3041
#: bzrlib/builtins.py:4804
3042
3042
msgid "Show help on all commands."
3045
#: bzrlib/builtins.py:4740
3045
#: bzrlib/builtins.py:4833
3046
3046
msgid "Show unmerged/unpulled revisions between two branches."
3049
#: bzrlib/builtins.py:4742
3049
#: bzrlib/builtins.py:4835
3050
3050
msgid "OTHER_BRANCH may be local or remote."
3053
#: bzrlib/builtins.py:4744
3053
#: bzrlib/builtins.py:4837
3055
3055
"To filter on a range of revisions, you can use the command -r begin..end\n"
3056
3056
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
3061
3061
" 0 - no missing revisions"
3064
#: bzrlib/builtins.py:4754
3064
#: bzrlib/builtins.py:4847
3066
3066
" Determine the missing revisions between this and the branch at the\n"
3067
3067
" remembered pull location::"
3070
#: bzrlib/builtins.py:4757
3070
#: bzrlib/builtins.py:4850
3071
3071
msgid " bzr missing"
3074
#: bzrlib/builtins.py:4759
3074
#: bzrlib/builtins.py:4852
3075
3075
msgid " Determine the missing revisions between this and another branch::"
3078
#: bzrlib/builtins.py:4761
3078
#: bzrlib/builtins.py:4854
3079
3079
msgid " bzr missing http://server/branch"
3082
#: bzrlib/builtins.py:4763
3082
#: bzrlib/builtins.py:4856
3084
3084
" Determine the missing revisions up to a specific revision on the other\n"
3088
#: bzrlib/builtins.py:4766
3088
#: bzrlib/builtins.py:4859
3089
3089
msgid " bzr missing -r ..-10"
3092
#: bzrlib/builtins.py:4768
3092
#: bzrlib/builtins.py:4861
3094
3094
" Determine the missing revisions up to a specific revision on this\n"
3098
#: bzrlib/builtins.py:4771
3098
#: bzrlib/builtins.py:4864
3099
3099
msgid " bzr missing --my-revision ..-10"
3102
3102
# help of 'reverse' option of 'missing' command
3103
#: bzrlib/builtins.py:4778
3103
#: bzrlib/builtins.py:4871
3104
3104
msgid "Reverse the order of revisions."
3107
3107
# help of 'mine-only' option of 'missing' command
3108
#: bzrlib/builtins.py:4780
3108
#: bzrlib/builtins.py:4873
3109
3109
msgid "Display changes in the local branch only."
3112
3112
# help of 'this' option of 'missing' command
3113
#: bzrlib/builtins.py:4781
3113
#: bzrlib/builtins.py:4874
3114
3114
msgid "Same as --mine-only."
3117
3117
# help of 'theirs-only' option of 'missing' command
3118
#: bzrlib/builtins.py:4783
3118
#: bzrlib/builtins.py:4876
3119
3119
msgid "Display changes in the remote branch only."
3122
3122
# help of 'other' option of 'missing' command
3123
#: bzrlib/builtins.py:4784
3123
#: bzrlib/builtins.py:4877
3124
3124
msgid "Same as --theirs-only."
3127
3127
# help of 'revision' option of 'missing' command
3128
#: bzrlib/builtins.py:4789
3128
#: bzrlib/builtins.py:4882
3130
3130
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3134
3134
# help of 'my-revision' option of 'missing' command
3135
#: bzrlib/builtins.py:4793
3135
#: bzrlib/builtins.py:4886
3137
3137
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3141
3141
# help of 'include-merged' option of 'missing' command
3142
#: bzrlib/builtins.py:4796
3142
#: bzrlib/builtins.py:4889
3143
3143
msgid "Show all revisions in addition to the mainline ones."
3146
#: bzrlib/builtins.py:4850
3146
#: bzrlib/builtins.py:4943
3147
3147
msgid "No peer location known or specified."
3150
#: bzrlib/builtins.py:4854
3150
#: bzrlib/builtins.py:4947
3151
3151
msgid "Using saved parent location: {0}\n"
3154
#: bzrlib/builtins.py:4887
3154
#: bzrlib/builtins.py:4980
3155
3155
#, python-format
3156
3156
msgid "You have %d extra revision:\n"
3157
3157
msgid_plural "You have %d extra revisions:\n"
3161
#: bzrlib/builtins.py:4903
3161
#: bzrlib/builtins.py:4996
3162
3162
#, python-format
3163
3163
msgid "You are missing %d revision:\n"
3164
3164
msgid_plural "You are missing %d revisions:\n"
3168
#: bzrlib/builtins.py:4915
3168
#: bzrlib/builtins.py:5008
3169
3169
msgid "This branch has no new revisions.\n"
3172
#: bzrlib/builtins.py:4918
3172
#: bzrlib/builtins.py:5011
3173
3173
msgid "Other branch has no new revisions.\n"
3176
#: bzrlib/builtins.py:4923
3176
#: bzrlib/builtins.py:5016
3177
3177
msgid "Branches are up to date.\n"
3180
#: bzrlib/builtins.py:4934
3180
#: bzrlib/builtins.py:5027
3181
3181
msgid "Compress the data within a repository."
3184
#: bzrlib/builtins.py:4936
3184
#: bzrlib/builtins.py:5029
3186
3186
"This operation compresses the data within a bazaar repository. As\n"
3187
3187
"bazaar supports automatic packing of repository, this operation is\n"
3188
3188
"normally not required to be done manually."
3191
#: bzrlib/builtins.py:4940
3191
#: bzrlib/builtins.py:5033
3193
3193
"During the pack operation, bazaar takes a backup of existing repository\n"
3194
3194
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3241
3241
"plugins using the Python programming language."
3244
#: bzrlib/builtins.py:4998
3244
#: bzrlib/builtins.py:5091
3245
3245
msgid "Show testament (signing-form) of a revision."
3248
3248
# help of 'long' option of 'testament' command
3249
#: bzrlib/builtins.py:5001
3249
#: bzrlib/builtins.py:5094
3250
3250
msgid "Produce long-format testament."
3253
3253
# help of 'strict' option of 'testament' command
3254
#: bzrlib/builtins.py:5003
3254
#: bzrlib/builtins.py:5096
3255
3255
msgid "Produce a strict-format testament."
3258
#: bzrlib/builtins.py:5029
3258
#: bzrlib/builtins.py:5122
3259
3259
msgid "Show the origin of each line in a file."
3262
#: bzrlib/builtins.py:5031
3262
#: bzrlib/builtins.py:5124
3264
3264
"This prints out the given file with an annotation on the left side\n"
3265
3265
"indicating which revision, author and date introduced the change."
3268
#: bzrlib/builtins.py:5034
3268
#: bzrlib/builtins.py:5127
3270
3270
"If the origin is the same for a run of consecutive lines, it is\n"
3271
3271
"shown only at the top, unless the --all option is given."
3274
3274
# help of 'all' option of 'annotate' command
3275
#: bzrlib/builtins.py:5042
3275
#: bzrlib/builtins.py:5135
3276
3276
msgid "Show annotations on all lines."
3279
3279
# help of 'long' option of 'annotate' command
3280
#: bzrlib/builtins.py:5043
3280
#: bzrlib/builtins.py:5136
3281
3281
msgid "Show commit date in annotations."
3284
#: bzrlib/builtins.py:5130
3284
#: bzrlib/builtins.py:5223
3285
3285
msgid "Cannot sign a range of non-revision-history revisions"
3288
#: bzrlib/builtins.py:5142
3288
#: bzrlib/builtins.py:5235
3289
3289
msgid "Please supply either one revision, or a range."
3292
#: bzrlib/builtins.py:5146
3292
#: bzrlib/builtins.py:5239
3294
3294
"Convert the current branch into a checkout of the supplied branch.\n"
3295
3295
"If no branch is supplied, rebind to the last bound location."
3298
#: bzrlib/builtins.py:5149
3298
#: bzrlib/builtins.py:5242
3300
3300
"Once converted into a checkout, commits must succeed on the master branch\n"
3301
3301
"before they will be applied to the local branch."
3304
#: bzrlib/builtins.py:5152
3304
#: bzrlib/builtins.py:5245
3306
3306
"Bound branches use the nickname of its master branch unless it is set\n"
3307
3307
"locally, in which case binding will update the local nickname to be\n"
3308
3308
"that of the master."
3311
#: bzrlib/builtins.py:5167
3311
#: bzrlib/builtins.py:5260
3312
3312
msgid "No location supplied. This format does not remember old locations."
3315
#: bzrlib/builtins.py:5172
3315
#: bzrlib/builtins.py:5265
3316
3316
msgid "Branch is already bound"
3319
#: bzrlib/builtins.py:5174
3319
#: bzrlib/builtins.py:5267
3320
3320
msgid "No location supplied and no previous location known"
3323
#: bzrlib/builtins.py:5180
3323
#: bzrlib/builtins.py:5273
3324
3324
msgid "These branches have diverged. Try merging, and then bind again."
3327
#: bzrlib/builtins.py:5187
3327
#: bzrlib/builtins.py:5280
3328
3328
msgid "Convert the current checkout into a regular branch."
3331
#: bzrlib/builtins.py:5189
3331
#: bzrlib/builtins.py:5282
3333
3333
"After unbinding, the local branch is considered independent and subsequent\n"
3334
3334
"commits will be local only."
3337
#: bzrlib/builtins.py:5200
3337
#: bzrlib/builtins.py:5293
3338
3338
msgid "Local branch is not bound"
3341
#: bzrlib/builtins.py:5204
3341
#: bzrlib/builtins.py:5297
3342
3342
msgid "Remove the last committed revision."
3345
#: bzrlib/builtins.py:5206
3345
#: bzrlib/builtins.py:5299
3347
3347
"--verbose will print out what is being removed.\n"
3348
3348
"--dry-run will go through all the motions, but not actually\n"
3349
3349
"remove anything."
3352
#: bzrlib/builtins.py:5210
3352
#: bzrlib/builtins.py:5303
3354
3354
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3355
3355
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3356
3356
"branch at revision 15."
3359
#: bzrlib/builtins.py:5214
3359
#: bzrlib/builtins.py:5307
3361
3361
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3362
3362
"it may make is to restore any pending merges that were present before\n"
3366
3366
# help of 'dry-run' option of 'uncommit' command
3367
#: bzrlib/builtins.py:5225
3367
#: bzrlib/builtins.py:5318
3368
3368
msgid "Don't actually make changes."
3371
3371
# help of 'force' option of 'uncommit' command
3372
#: bzrlib/builtins.py:5226
3372
#: bzrlib/builtins.py:5319
3373
3373
msgid "Say yes to all questions."
3376
3376
# help of 'keep-tags' option of 'uncommit' command
3377
#: bzrlib/builtins.py:5228
3377
#: bzrlib/builtins.py:5321
3378
3378
msgid "Keep tags that point to removed revisions."
3381
3381
# help of 'local' option of 'uncommit' command
3382
#: bzrlib/builtins.py:5230
3382
#: bzrlib/builtins.py:5323
3383
3383
msgid "Only remove the commits from the local branch when in a checkout."
3386
#: bzrlib/builtins.py:5279
3386
#: bzrlib/builtins.py:5372
3387
3387
msgid "No revisions to uncommit.\n"
3390
#: bzrlib/builtins.py:5294
3390
#: bzrlib/builtins.py:5387
3391
3391
msgid "Dry-run, pretending to remove the above revisions.\n"
3394
#: bzrlib/builtins.py:5297
3394
#: bzrlib/builtins.py:5390
3395
3395
msgid "The above revision(s) will be removed.\n"
3398
#: bzrlib/builtins.py:5301
3398
#: bzrlib/builtins.py:5394
3399
3399
msgid "Uncommit these revisions"
3402
#: bzrlib/builtins.py:5304
3402
#: bzrlib/builtins.py:5397
3403
3403
msgid "Canceled\n"
3406
#: bzrlib/builtins.py:5311
3406
#: bzrlib/builtins.py:5404
3407
3407
#, python-format
3409
3409
"You can restore the old tip by running:\n"
3410
3410
" bzr pull . -r revid:%s\n"
3413
#: bzrlib/builtins.py:5316
3413
#: bzrlib/builtins.py:5409
3414
3414
msgid "Break a dead lock."
3417
#: bzrlib/builtins.py:5318
3417
#: bzrlib/builtins.py:5411
3419
3419
"This command breaks a lock on a repository, branch, working directory or\n"
3423
#: bzrlib/builtins.py:5321
3423
#: bzrlib/builtins.py:5414
3425
3425
"CAUTION: Locks should only be broken when you are sure that the process\n"
3426
3426
"holding the lock has been stopped."
3429
#: bzrlib/builtins.py:5324
3429
#: bzrlib/builtins.py:5417
3431
3431
"You can get information on what locks are open via the 'bzr info\n"
3432
3432
"[location]' command."
3435
#: bzrlib/builtins.py:5327
3435
#: bzrlib/builtins.py:5420
3438
3438
" bzr break-lock\n"
3443
3443
# help of 'config' option of 'break-lock' command
3444
#: bzrlib/builtins.py:5336
3444
#: bzrlib/builtins.py:5429
3445
3445
msgid "LOCATION is the directory where the config lock is."
3448
3448
# help of 'force' option of 'break-lock' command
3449
#: bzrlib/builtins.py:5338
3449
#: bzrlib/builtins.py:5431
3450
3450
msgid "Do not ask for confirmation before breaking the lock."
3453
3453
# help of 'protocol=bzr' option of 'serve' command
3454
#: bzrlib/builtins.py:5373
3454
#: bzrlib/builtins.py:5466
3455
3455
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3458
#: bzrlib/builtins.py:5374
3458
#: bzrlib/builtins.py:5467
3459
3459
msgid "Run the bzr server."
3462
3462
# help of 'inet' option of 'serve' command
3463
#: bzrlib/builtins.py:5380
3463
#: bzrlib/builtins.py:5473
3464
3464
msgid "Serve on stdin/out for use from inetd or sshd."
3467
3467
# title of 'protocol' option of 'serve' command
3468
#: bzrlib/builtins.py:5381
3468
#: bzrlib/builtins.py:5474
3469
3469
msgid "protocol"
3472
3472
# help of 'protocol' option of 'serve' command
3473
#: bzrlib/builtins.py:5382
3473
#: bzrlib/builtins.py:5475
3474
3474
msgid "Protocol to serve."
3477
3477
# help of 'port' option of 'serve' command
3478
#: bzrlib/builtins.py:5386
3478
#: bzrlib/builtins.py:5479
3480
3480
"Listen for connections on nominated port of the form [hostname:]portnumber. "
3481
3481
"Passing 0 as the port number will result in a dynamically allocated port. "
3500
3500
# help of 'client-timeout' option of 'serve' command
3501
#: bzrlib/builtins.py:5403
3501
#: bzrlib/builtins.py:5496
3502
3502
msgid "Override the default idle client timeout (5min)."
3505
#: bzrlib/builtins.py:5453
3505
#: bzrlib/builtins.py:5546
3506
3506
msgid "Combine a tree into its containing tree."
3509
#: bzrlib/builtins.py:5455
3509
#: bzrlib/builtins.py:5548
3510
3510
msgid "This command requires the target tree to be in a rich-root format."
3513
#: bzrlib/builtins.py:5457
3513
#: bzrlib/builtins.py:5550
3515
3515
"The TREE argument should be an independent tree, inside another tree, but\n"
3516
3516
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3517
3517
"running \"bzr branch\" with the target inside a tree.)"
3520
#: bzrlib/builtins.py:5461
3520
#: bzrlib/builtins.py:5554
3522
3522
"The result is a combined tree, with the subtree no longer an independent\n"
3523
3523
"part. This is marked as a merge of the subtree into the containing tree,\n"
3524
3524
"and all history is preserved."
3527
#: bzrlib/builtins.py:5479
3527
#: bzrlib/builtins.py:5572
3528
3528
#, python-format
3530
3530
"Can't join trees because %s doesn't support rich root data.\n"
3531
3531
"You can use bzr upgrade on the repository."
3534
#: bzrlib/builtins.py:5489 bzrlib/builtins.py:5495
3534
#: bzrlib/builtins.py:5582 bzrlib/builtins.py:5588
3535
3535
msgid "Cannot join {0}. {1}"
3538
#: bzrlib/builtins.py:5499
3538
#: bzrlib/builtins.py:5592
3539
3539
msgid "Split a subdirectory of a tree into a separate tree."
3542
#: bzrlib/builtins.py:5501
3542
#: bzrlib/builtins.py:5594
3544
3544
"This command will produce a target tree in a format that supports\n"
3545
3545
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3546
3546
"converted into earlier formats like 'dirstate-tags'."
3549
#: bzrlib/builtins.py:5505
3549
#: bzrlib/builtins.py:5598
3551
3551
"The TREE argument should be a subdirectory of a working tree. That\n"
3552
3552
"subdirectory will be converted into an independent tree, with its own\n"
3553
3553
"branch. Commits in the top-level tree will not apply to the new subtree."
3556
#: bzrlib/builtins.py:5585
3556
#: bzrlib/builtins.py:5678
3557
3557
msgid "No submit branch specified or known"
3560
#: bzrlib/builtins.py:5593 bzrlib/send.py:108
3560
#: bzrlib/builtins.py:5686 bzrlib/send.py:108
3561
3561
msgid "No public branch specified or known"
3564
#: bzrlib/builtins.py:5598
3564
#: bzrlib/builtins.py:5691
3565
3565
msgid "bzr merge-directive takes at most two one revision identifiers"
3568
#: bzrlib/builtins.py:5607
3568
#: bzrlib/builtins.py:5700
3569
3569
msgid "No revisions to bundle."
3572
#: bzrlib/builtins.py:5626
3572
#: bzrlib/builtins.py:5719
3573
3573
msgid "Mail or create a merge-directive for submitting changes."
3576
#: bzrlib/builtins.py:5628
3576
#: bzrlib/builtins.py:5721
3577
3577
msgid "A merge directive provides many things needed for requesting merges:"
3580
#: bzrlib/builtins.py:5630
3580
#: bzrlib/builtins.py:5723
3581
3581
msgid "* A machine-readable description of the merge to perform"
3584
#: bzrlib/builtins.py:5632
3584
#: bzrlib/builtins.py:5725
3585
3585
msgid "* An optional patch that is a preview of the changes requested"
3588
#: bzrlib/builtins.py:5634
3588
#: bzrlib/builtins.py:5727
3590
3590
"* An optional bundle of revision data, so that the changes can be applied\n"
3591
3591
" directly from the merge directive, without retrieving data from a\n"
3595
#: bzrlib/builtins.py:5638
3595
#: bzrlib/builtins.py:5731
3597
3597
"`bzr send` creates a compact data set that, when applied using bzr\n"
3598
3598
"merge, has the same effect as merging from the source branch. "
3601
#: bzrlib/builtins.py:5641
3601
#: bzrlib/builtins.py:5734
3603
3603
"By default the merge directive is self-contained and can be applied to any\n"
3604
3604
"branch containing submit_branch in its ancestory without needing access to\n"
3605
3605
"the source branch."
3608
#: bzrlib/builtins.py:5645
3608
#: bzrlib/builtins.py:5738
3610
3610
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3611
3611
"revisions, but only a structured request to merge from the\n"
3700
3700
# help of 'output' option of 'send' command
3701
#: bzrlib/builtins.py:5720
3701
#: bzrlib/builtins.py:5813
3702
3702
msgid "Write merge directive to this file or directory; use - for stdout."
3705
3705
# help of 'strict' option of 'send' command
3706
#: bzrlib/builtins.py:5724
3706
#: bzrlib/builtins.py:5817
3708
3708
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3709
3709
"strict disables the check."
3712
3712
# help of 'mail-to' option of 'send' command
3713
#: bzrlib/builtins.py:5726
3713
#: bzrlib/builtins.py:5819
3714
3714
msgid "Mail the request to this address."
3717
3717
# help of 'body' option of 'send' command
3718
#: bzrlib/builtins.py:5730
3718
#: bzrlib/builtins.py:5823
3719
3719
msgid "Body for the email."
3722
3722
# help of 'no-bundle' option of 'send' command
3723
#: bzrlib/builtins.py:5783
3723
#: bzrlib/builtins.py:5876
3724
3724
msgid "Do not include a bundle in the merge directive."
3727
3727
# help of 'no-patch' option of 'send' command
3728
#: bzrlib/builtins.py:5784
3728
#: bzrlib/builtins.py:5877
3729
3729
msgid "Do not include a preview patch in the merge directive."
3732
3732
# help of 'remember' option of 'send' command
3733
#: bzrlib/builtins.py:5787
3733
#: bzrlib/builtins.py:5880
3734
3734
msgid "Remember submit and public branch."
3737
3737
# help of 'from' option of 'send' command
3738
#: bzrlib/builtins.py:5789
3738
#: bzrlib/builtins.py:5882
3740
3740
"Branch to generate the submission from, rather than the one containing the "
3741
3741
"working directory."
3744
3744
# title of 'format' option of 'send' command
3745
3745
# title of 'format' option of 'version-info' command
3746
#: bzrlib/builtins.py:5799 bzrlib/cmd_version_info.py:76
3746
#: bzrlib/builtins.py:5892 bzrlib/cmd_version_info.py:76
3750
3750
# help of 'format' option of 'send' command
3751
#: bzrlib/builtins.py:5800
3751
#: bzrlib/builtins.py:5893
3752
3752
msgid "Use the specified output format."
3755
#: bzrlib/builtins.py:5822
3755
#: bzrlib/builtins.py:5915
3756
3756
msgid "Create, remove or modify a tag naming a revision."
3759
#: bzrlib/builtins.py:5824
3759
#: bzrlib/builtins.py:5917
3761
3761
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3762
3762
"(--revision) option can be given -rtag:X, where X is any previously\n"
3766
#: bzrlib/builtins.py:5828
3766
#: bzrlib/builtins.py:5921
3768
3768
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3769
3769
"along when you branch, push, pull or merge."
3772
#: bzrlib/builtins.py:5831
3772
#: bzrlib/builtins.py:5924
3774
3774
"It is an error to give a tag name that already exists unless you pass\n"
3775
3775
"--force, in which case the tag is moved to point to the new revision."
3778
#: bzrlib/builtins.py:5834
3778
#: bzrlib/builtins.py:5927
3780
3780
"To rename a tag (change the name but keep it on the same revsion), run "
3782
3782
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3785
#: bzrlib/builtins.py:5837
3785
#: bzrlib/builtins.py:5930
3787
3787
"If no tag name is specified it will be determined through the \n"
3788
3788
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3793
3793
# help of 'delete' option of 'tag' command
3794
#: bzrlib/builtins.py:5847
3794
#: bzrlib/builtins.py:5940
3795
3795
msgid "Delete this tag rather than placing it."
3798
3798
# help of 'directory' option of 'tag' command
3799
#: bzrlib/builtins.py:5850
3799
#: bzrlib/builtins.py:5943
3800
3800
msgid "Branch in which to place the tag."
3803
3803
# help of 'force' option of 'tag' command
3804
#: bzrlib/builtins.py:5852
3804
#: bzrlib/builtins.py:5945
3805
3805
msgid "Replace existing tags."
3808
#: bzrlib/builtins.py:5867
3808
#: bzrlib/builtins.py:5960
3809
3809
msgid "No tag specified to delete."
3812
#: bzrlib/builtins.py:5869
3812
#: bzrlib/builtins.py:5962
3813
3813
#, python-format
3814
3814
msgid "Deleted tag %s."
3817
#: bzrlib/builtins.py:5883
3817
#: bzrlib/builtins.py:5976
3818
3818
msgid "Please specify a tag name."
3821
#: bzrlib/builtins.py:5891
3821
#: bzrlib/builtins.py:5984
3822
3822
#, python-format
3823
3823
msgid "Tag %s already exists for that revision."
3826
#: bzrlib/builtins.py:5895
3826
#: bzrlib/builtins.py:5988
3827
3827
#, python-format
3828
3828
msgid "Created tag %s."
3831
#: bzrlib/builtins.py:5897
3831
#: bzrlib/builtins.py:5990
3832
3832
#, python-format
3833
3833
msgid "Updated tag %s."
3836
#: bzrlib/builtins.py:5901
3836
#: bzrlib/builtins.py:5994
3837
3837
msgid "List tags."
3840
#: bzrlib/builtins.py:5903
3840
#: bzrlib/builtins.py:5996
3842
3842
"This command shows a table of tag names and the revisions they reference."
3845
3845
# help of 'directory' option of 'tags' command
3846
#: bzrlib/builtins.py:5909
3846
#: bzrlib/builtins.py:6002
3847
3847
msgid "Branch whose tags should be displayed."
3850
3850
# help of 'sort' option of 'tags' command
3851
#: bzrlib/builtins.py:5911
3851
#: bzrlib/builtins.py:6004
3852
3852
msgid "Sort tags by different criteria."
3855
3855
# title of 'sort' option of 'tags' command
3856
#: bzrlib/builtins.py:5911
3856
#: bzrlib/builtins.py:6004
3857
3857
msgid "Sorting"
3860
#: bzrlib/builtins.py:5980
3860
#: bzrlib/builtins.py:6073
3861
3861
msgid "Reconfigure the type of a bzr directory."
3864
#: bzrlib/builtins.py:5982
3864
#: bzrlib/builtins.py:6075
3865
3865
msgid "A target configuration must be specified."
3868
#: bzrlib/builtins.py:5984
3868
#: bzrlib/builtins.py:6077
3870
3870
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3871
3871
"The order of preference is\n"
3879
3879
# title of 'tree_type' option of 'reconfigure' command
3880
#: bzrlib/builtins.py:5998
3880
#: bzrlib/builtins.py:6091
3881
3881
msgid "Tree type"
3884
3884
# help of 'tree_type' option of 'reconfigure' command
3885
#: bzrlib/builtins.py:5999
3885
#: bzrlib/builtins.py:6092
3886
3886
msgid "The relation between branch and tree."
3889
3889
# help of 'tree_type=branch' option of 'reconfigure' command
3890
#: bzrlib/builtins.py:6001
3890
#: bzrlib/builtins.py:6094
3891
3891
msgid "Reconfigure to be an unbound branch with no working tree."
3894
3894
# help of 'tree_type=tree' option of 'reconfigure' command
3895
#: bzrlib/builtins.py:6002
3895
#: bzrlib/builtins.py:6095
3896
3896
msgid "Reconfigure to be an unbound branch with a working tree."
3899
3899
# help of 'tree_type=checkout' option of 'reconfigure' command
3900
#: bzrlib/builtins.py:6003
3900
#: bzrlib/builtins.py:6096
3901
3901
msgid "Reconfigure to be a bound branch with a working tree."
3904
3904
# help of 'tree_type=lightweight-checkout' option of 'reconfigure' command
3905
#: bzrlib/builtins.py:6004
3905
#: bzrlib/builtins.py:6097
3906
3906
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3909
3909
# title of 'repository_type' option of 'reconfigure' command
3910
#: bzrlib/builtins.py:6009
3910
#: bzrlib/builtins.py:6102
3911
3911
msgid "Repository type"
3914
3914
# help of 'repository_type' option of 'reconfigure' command
3915
#: bzrlib/builtins.py:6010
3915
#: bzrlib/builtins.py:6103
3916
3916
msgid "Location fo the repository."
3919
3919
# help of 'repository_type=standalone' option of 'reconfigure' command
3920
#: bzrlib/builtins.py:6012
3920
#: bzrlib/builtins.py:6105
3922
3922
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3925
3925
# help of 'repository_type=use-shared' option of 'reconfigure' command
3926
#: bzrlib/builtins.py:6014
3926
#: bzrlib/builtins.py:6107
3927
3927
msgid "Reconfigure to use a shared repository."
3930
3930
# title of 'repository_trees' option of 'reconfigure' command
3931
#: bzrlib/builtins.py:6018
3931
#: bzrlib/builtins.py:6111
3932
3932
msgid "Trees in Repository"
3935
3935
# help of 'repository_trees' option of 'reconfigure' command
3936
#: bzrlib/builtins.py:6019
3936
#: bzrlib/builtins.py:6112
3937
3937
msgid "Whether new branches in the repository have trees."
3940
3940
# help of 'repository_trees=with-trees' option of 'reconfigure' command
3941
#: bzrlib/builtins.py:6021
3941
#: bzrlib/builtins.py:6114
3942
3942
msgid "Reconfigure repository to create working trees on branches by default."
3945
3945
# help of 'repository_trees=with-no-trees' option of 'reconfigure' command
3946
#: bzrlib/builtins.py:6023
3946
#: bzrlib/builtins.py:6116
3948
3948
"Reconfigure repository to not create working trees on branches by default."
3951
3951
# help of 'bind-to' option of 'reconfigure' command
3952
#: bzrlib/builtins.py:6026
3952
#: bzrlib/builtins.py:6119
3953
3953
msgid "Branch to bind checkout to."
3956
3956
# help of 'force' option of 'reconfigure' command
3957
#: bzrlib/builtins.py:6028
3957
#: bzrlib/builtins.py:6121
3958
3958
msgid "Perform reconfiguration even if local changes will be lost."
3961
3961
# help of 'stacked-on' option of 'reconfigure' command
3962
#: bzrlib/builtins.py:6031
3962
#: bzrlib/builtins.py:6124
3963
3963
msgid "Reconfigure a branch to be stacked on another branch."
3966
3966
# help of 'unstacked' option of 'reconfigure' command
3967
#: bzrlib/builtins.py:6035
3967
#: bzrlib/builtins.py:6128
3969
3969
"Reconfigure a branch to be unstacked. This may require copying substantial "
3970
3970
"data into it."
3973
#: bzrlib/builtins.py:6045
3973
#: bzrlib/builtins.py:6138
3974
3974
msgid "Can't use both --stacked-on and --unstacked"
3977
#: bzrlib/builtins.py:6059
3977
#: bzrlib/builtins.py:6152
3978
3978
msgid "No target configuration specified"
3981
#: bzrlib/builtins.py:6094
3981
#: bzrlib/builtins.py:6187
3982
3982
msgid "Set the branch of a checkout and update."
3985
#: bzrlib/builtins.py:6096
3985
#: bzrlib/builtins.py:6189
3987
3987
"For lightweight checkouts, this changes the branch being referenced.\n"
3988
3988
"For heavyweight checkouts, this checks that there are no local commits\n"
4063
4063
"want to switch back to your view after that."
4066
#: bzrlib/builtins.py:6228
4066
#: bzrlib/builtins.py:6281
4069
4069
" To define the current view::"
4072
#: bzrlib/builtins.py:6231
4072
#: bzrlib/builtins.py:6284
4073
4073
msgid " bzr view file1 dir1 ..."
4076
#: bzrlib/builtins.py:6233
4076
#: bzrlib/builtins.py:6286
4077
4077
msgid " To list the current view::"
4080
#: bzrlib/builtins.py:6235
4080
#: bzrlib/builtins.py:6288
4081
4081
msgid " bzr view"
4084
#: bzrlib/builtins.py:6237
4084
#: bzrlib/builtins.py:6290
4085
4085
msgid " To delete the current view::"
4088
#: bzrlib/builtins.py:6239
4088
#: bzrlib/builtins.py:6292
4089
4089
msgid " bzr view --delete"
4092
#: bzrlib/builtins.py:6241
4092
#: bzrlib/builtins.py:6294
4093
4093
msgid " To disable the current view without deleting it::"
4096
#: bzrlib/builtins.py:6243
4096
#: bzrlib/builtins.py:6296
4097
4097
msgid " bzr view --switch off"
4100
#: bzrlib/builtins.py:6245
4100
#: bzrlib/builtins.py:6298
4101
4101
msgid " To define a named view and switch to it::"
4104
#: bzrlib/builtins.py:6247
4104
#: bzrlib/builtins.py:6300
4105
4105
msgid " bzr view --name view-name file1 dir1 ..."
4108
#: bzrlib/builtins.py:6249
4108
#: bzrlib/builtins.py:6302
4109
4109
msgid " To list a named view::"
4112
#: bzrlib/builtins.py:6251
4112
#: bzrlib/builtins.py:6304
4113
4113
msgid " bzr view --name view-name"
4116
#: bzrlib/builtins.py:6253
4116
#: bzrlib/builtins.py:6306
4117
4117
msgid " To delete a named view::"
4120
#: bzrlib/builtins.py:6255
4120
#: bzrlib/builtins.py:6308
4121
4121
msgid " bzr view --name view-name --delete"
4124
#: bzrlib/builtins.py:6257
4124
#: bzrlib/builtins.py:6310
4125
4125
msgid " To switch to a named view::"
4128
#: bzrlib/builtins.py:6259
4128
#: bzrlib/builtins.py:6312
4129
4129
msgid " bzr view --switch view-name"
4132
#: bzrlib/builtins.py:6261
4132
#: bzrlib/builtins.py:6314
4133
4133
msgid " To list all views defined::"
4136
#: bzrlib/builtins.py:6263
4136
#: bzrlib/builtins.py:6316
4137
4137
msgid " bzr view --all"
4140
#: bzrlib/builtins.py:6265
4140
#: bzrlib/builtins.py:6318
4141
4141
msgid " To delete all views::"
4144
#: bzrlib/builtins.py:6267
4144
#: bzrlib/builtins.py:6320
4145
4145
msgid " bzr view --delete --all"
4148
4148
# help of 'all' option of 'view' command
4149
#: bzrlib/builtins.py:6274
4149
#: bzrlib/builtins.py:6327
4150
4150
msgid "Apply list or delete action to all views."
4153
4153
# help of 'delete' option of 'view' command
4154
#: bzrlib/builtins.py:6277
4154
#: bzrlib/builtins.py:6330
4155
4155
msgid "Delete the view."
4158
4158
# help of 'name' option of 'view' command
4159
#: bzrlib/builtins.py:6280
4159
#: bzrlib/builtins.py:6333
4160
4160
msgid "Name of the view to define, list or delete."
4163
4163
# help of 'switch' option of 'view' command
4164
#: bzrlib/builtins.py:6284
4164
#: bzrlib/builtins.py:6337
4165
4165
msgid "Name of the view to switch to."
4168
#: bzrlib/builtins.py:6303
4168
#: bzrlib/builtins.py:6356
4169
4169
msgid "Both --delete and a file list specified"
4172
#: bzrlib/builtins.py:6306
4172
#: bzrlib/builtins.py:6359
4173
4173
msgid "Both --delete and --switch specified"
4176
#: bzrlib/builtins.py:6309
4176
#: bzrlib/builtins.py:6362
4177
4177
msgid "Deleted all views.\n"
4180
#: bzrlib/builtins.py:6311
4180
#: bzrlib/builtins.py:6364
4181
4181
msgid "No current view to delete"
4184
#: bzrlib/builtins.py:6314
4184
#: bzrlib/builtins.py:6367
4185
4185
#, python-format
4186
4186
msgid "Deleted '%s' view.\n"
4189
#: bzrlib/builtins.py:6318
4189
#: bzrlib/builtins.py:6371
4190
4190
msgid "Both --switch and a file list specified"
4193
#: bzrlib/builtins.py:6321
4193
#: bzrlib/builtins.py:6374
4194
4194
msgid "Both --switch and --all specified"
4197
#: bzrlib/builtins.py:6324
4197
#: bzrlib/builtins.py:6377
4198
4198
msgid "No current view to disable"
4201
#: bzrlib/builtins.py:6326
4201
#: bzrlib/builtins.py:6379
4202
4202
#, python-format
4203
4203
msgid "Disabled '%s' view.\n"
4206
#: bzrlib/builtins.py:6330 bzrlib/builtins.py:6352
4206
#: bzrlib/builtins.py:6383 bzrlib/builtins.py:6405
4207
4207
msgid "Using '{0}' view: {1}\n"
4210
#: bzrlib/builtins.py:6333
4210
#: bzrlib/builtins.py:6386
4211
4211
msgid "Views defined:\n"
4214
#: bzrlib/builtins.py:6342
4214
#: bzrlib/builtins.py:6395
4215
4215
msgid "No views defined.\n"
4218
#: bzrlib/builtins.py:6349
4218
#: bzrlib/builtins.py:6402
4219
4219
msgid "Cannot change the 'off' pseudo view"
4222
#: bzrlib/builtins.py:6357
4222
#: bzrlib/builtins.py:6410
4223
4223
msgid "No current view.\n"
4226
#: bzrlib/builtins.py:6360
4226
#: bzrlib/builtins.py:6413
4227
4227
msgid "'{0}' view is: {1}\n"
4230
#: bzrlib/builtins.py:6380
4230
#: bzrlib/builtins.py:6433
4231
4231
msgid " <no hooks installed>\n"
4234
#: bzrlib/builtins.py:6384
4234
#: bzrlib/builtins.py:6437
4235
4235
msgid "Remove a branch."
4238
#: bzrlib/builtins.py:6386
4238
#: bzrlib/builtins.py:6439
4240
4240
"This will remove the branch from the specified location but \n"
4241
4241
"will keep any working tree or repository in place."
4244
#: bzrlib/builtins.py:6391
4244
#: bzrlib/builtins.py:6444
4245
4245
msgid " Remove the branch at repo/trunk::"
4248
#: bzrlib/builtins.py:6393
4248
#: bzrlib/builtins.py:6446
4249
4249
msgid " bzr remove-branch repo/trunk"
4252
4252
# help of 'writer=plain' option of 'shelve' command
4253
#: bzrlib/builtins.py:6408
4253
#: bzrlib/builtins.py:6461
4254
4254
msgid "Plaintext diff output."
4257
#: bzrlib/builtins.py:6409
4257
#: bzrlib/builtins.py:6462
4258
4258
msgid "Temporarily set aside some changes from the current tree."
4261
#: bzrlib/builtins.py:6411
4261
#: bzrlib/builtins.py:6464
4263
4263
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4264
4264
"ie. out of the way, until a later time when you can bring them back from\n"
4279
4279
"shelve all text changes at once, use shelve --all."
4282
#: bzrlib/builtins.py:6424
4282
#: bzrlib/builtins.py:6477
4284
4284
"If filenames are specified, only the changes to those files will be\n"
4285
4285
"shelved. Other files will be left untouched."
4288
#: bzrlib/builtins.py:6427
4288
#: bzrlib/builtins.py:6480
4290
4290
"If a revision is specified, changes since that revision will be shelved."
4293
#: bzrlib/builtins.py:6429
4293
#: bzrlib/builtins.py:6482
4295
4295
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4296
4296
"restore the most recently shelved changes."
4299
#: bzrlib/builtins.py:6432
4299
#: bzrlib/builtins.py:6485
4301
4301
"For complicated changes, it is possible to edit the changes in a separate\n"
4302
4302
"editor program to decide what the file remaining in the working copy\n"
4303
4303
"should look like. To do this, add the configuration option"
4306
#: bzrlib/builtins.py:6436
4306
#: bzrlib/builtins.py:6489
4307
4307
msgid " change_editor = PROGRAM @new_path @old_path"
4310
#: bzrlib/builtins.py:6438
4310
#: bzrlib/builtins.py:6491
4312
4312
"where @new_path is replaced with the path of the new version of the \n"
4313
4313
"file and @old_path is replaced with the path of the old version of \n"
4319
4319
# help of 'all' option of 'shelve' command
4320
#: bzrlib/builtins.py:6450
4320
#: bzrlib/builtins.py:6503
4321
4321
msgid "Shelve all changes."
4324
4324
# help of 'writer' option of 'shelve' command
4325
#: bzrlib/builtins.py:6452
4325
#: bzrlib/builtins.py:6505
4326
4326
msgid "Method to use for writing diffs."
4329
4329
# title of 'writer' option of 'shelve' command
4330
#: bzrlib/builtins.py:6452
4330
#: bzrlib/builtins.py:6505
4334
4334
# help of 'list' option of 'shelve' command
4335
#: bzrlib/builtins.py:6456
4335
#: bzrlib/builtins.py:6509
4336
4336
msgid "List shelved changes."
4339
4339
# help of 'destroy' option of 'shelve' command
4340
#: bzrlib/builtins.py:6458
4340
#: bzrlib/builtins.py:6511
4341
4341
msgid "Destroy removed changes instead of shelving them."
4344
#: bzrlib/builtins.py:6487
4344
#: bzrlib/builtins.py:6540
4345
4345
msgid "No shelved changes."
4348
#: bzrlib/builtins.py:6498
4348
#: bzrlib/builtins.py:6551
4349
4349
msgid "Restore shelved changes."
4352
#: bzrlib/builtins.py:6500
4352
#: bzrlib/builtins.py:6553
4354
4354
"By default, the most recently shelved changes are restored. However if you\n"
4355
4355
"specify a shelf by id those changes will be restored instead. This works\n"
4359
4359
# help of 'action' option of 'unshelve' command
4360
#: bzrlib/builtins.py:6509
4360
#: bzrlib/builtins.py:6562
4361
4361
msgid "The action to perform."
4364
4364
# title of 'action' option of 'resolve' command
4365
4365
# title of 'action' option of 'unshelve' command
4366
#: bzrlib/builtins.py:6509 bzrlib/conflicts.py:694
4366
#: bzrlib/builtins.py:6562 bzrlib/conflicts.py:694
4370
4370
# help of 'action=apply' option of 'unshelve' command
4371
#: bzrlib/builtins.py:6511
4371
#: bzrlib/builtins.py:6564
4372
4372
msgid "Apply changes and remove from the shelf."
4375
4375
# help of 'action=dry-run' option of 'unshelve' command
4376
#: bzrlib/builtins.py:6512
4376
#: bzrlib/builtins.py:6565
4377
4377
msgid "Show changes, but do not apply or remove them."
4380
4380
# help of 'action=preview' option of 'unshelve' command
4381
#: bzrlib/builtins.py:6513
4381
#: bzrlib/builtins.py:6566
4383
4383
"Instead of unshelving the changes, show the diff that would result from "
4387
4387
# help of 'action=delete-only' option of 'unshelve' command
4388
#: bzrlib/builtins.py:6515
4388
#: bzrlib/builtins.py:6568
4389
4389
msgid "Delete changes without applying them."
4392
4392
# help of 'action=keep' option of 'unshelve' command
4393
#: bzrlib/builtins.py:6516
4393
#: bzrlib/builtins.py:6569
4394
4394
msgid "Apply changes but don't delete them."
4397
#: bzrlib/builtins.py:6531
4397
#: bzrlib/builtins.py:6584
4398
4398
msgid "Remove unwanted files from working tree."
4401
#: bzrlib/builtins.py:6533
4401
#: bzrlib/builtins.py:6586
4403
4403
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4404
4404
"files are never deleted."
4407
#: bzrlib/builtins.py:6536
4407
#: bzrlib/builtins.py:6589
4409
4409
"Another class is 'detritus', which includes files emitted by bzr during\n"
4410
4410
"normal operations and selftests. (The value of these files decreases with\n"
4414
#: bzrlib/builtins.py:6540
4414
#: bzrlib/builtins.py:6593
4416
4416
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4417
4417
"flags are respected, and may be combined."
4420
#: bzrlib/builtins.py:6543
4420
#: bzrlib/builtins.py:6596
4421
4421
msgid "To check what clean-tree will do, use --dry-run."
4424
4424
# help of 'ignored' option of 'clean-tree' command
4425
#: bzrlib/builtins.py:6546
4425
#: bzrlib/builtins.py:6599
4426
4426
msgid "Delete all ignored files."
4429
4429
# help of 'detritus' option of 'clean-tree' command
4430
#: bzrlib/builtins.py:6547
4430
#: bzrlib/builtins.py:6600
4432
4432
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4435
4435
# help of 'unknown' option of 'clean-tree' command
4436
#: bzrlib/builtins.py:6550
4436
#: bzrlib/builtins.py:6603
4437
4437
msgid "Delete files unknown to bzr (default)."
4440
4440
# help of 'dry-run' option of 'clean-tree' command
4441
#: bzrlib/builtins.py:6551
4441
#: bzrlib/builtins.py:6604
4442
4442
msgid "Show files to delete instead of deleting them."
4445
4445
# help of 'force' option of 'clean-tree' command
4446
#: bzrlib/builtins.py:6553
4446
#: bzrlib/builtins.py:6606
4447
4447
msgid "Do not prompt before deleting."
4821
#: bzrlib/commands.py:532
4821
#: bzrlib/commands.py:533
4822
4822
#, python-format
4824
4824
"See bzr help %s for more details and examples.\n"
4828
#: bzrlib/commands.py:537
4828
#: bzrlib/commands.py:538
4829
4829
msgid ":Aliases: "
4832
#: bzrlib/commands.py:541
4832
#: bzrlib/commands.py:542
4833
4833
#, python-format
4834
4834
msgid ":From: plugin \"%s\"\n"
4837
#: bzrlib/commands.py:553
4837
#: bzrlib/commands.py:554
4838
4838
msgid ":doc:`{0} <{1}-help>`"
4841
#: bzrlib/commands.py:557
4841
#: bzrlib/commands.py:558
4842
4842
#, python-format
4843
4843
msgid ":See also: %s"
4846
#: bzrlib/commands.py:815 bzrlib/gpg.py:324
4846
#: bzrlib/commands.py:816 bzrlib/gpg.py:324
4847
4847
msgid "Only ASCII permitted in option names"
4850
#: bzrlib/commands.py:840 bzrlib/commands.py:848
4850
#: bzrlib/commands.py:841 bzrlib/commands.py:849
4851
4851
msgid "command {0!r} needs one or more {1}"
4854
#: bzrlib/commands.py:857
4854
#: bzrlib/commands.py:858
4855
4855
msgid "command {0!r} requires argument {1}"
4858
#: bzrlib/commands.py:864
4858
#: bzrlib/commands.py:865
4859
4859
msgid "extra argument to command {0}: {1}"
4862
#: bzrlib/commands.py:961
4862
#: bzrlib/commands.py:962
4863
4863
#, python-format
4864
4864
msgid "Profile data written to \"%s\"."
5357
#: bzrlib/errors.py:799
5369
#: bzrlib/errors.py:809
5358
5370
msgid "Revision is not compatible with %(repo_format)s"
5361
#: bzrlib/errors.py:809
5373
#: bzrlib/errors.py:819
5362
5374
msgid "%(context_info)s%(path)s is already versioned."
5365
#: bzrlib/errors.py:830
5377
#: bzrlib/errors.py:840
5366
5378
msgid "%(context_info)s%(path)s is not versioned."
5369
#: bzrlib/errors.py:851
5381
#: bzrlib/errors.py:861
5370
5382
msgid "Path(s) are not versioned: %(paths_as_string)s"
5373
#: bzrlib/errors.py:862
5385
#: bzrlib/errors.py:872
5374
5386
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5377
#: bzrlib/errors.py:881
5389
#: bzrlib/errors.py:891
5378
5390
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5381
#: bzrlib/errors.py:889
5393
#: bzrlib/errors.py:899
5383
5395
"Filename %(filename)r is not valid in your current filesystem encoding "
5384
5396
"%(fs_encoding)s"
5387
#: bzrlib/errors.py:900
5399
#: bzrlib/errors.py:910
5388
5400
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5391
#: bzrlib/errors.py:918
5403
#: bzrlib/errors.py:928
5392
5404
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5395
#: bzrlib/errors.py:957
5407
#: bzrlib/errors.py:967
5396
5408
msgid "Cannot lock %(lock)s: %(why)s"
5399
#: bzrlib/errors.py:967
5411
#: bzrlib/errors.py:977
5401
5413
"A transaction related operation was attempted after the transaction finished."
5404
#: bzrlib/errors.py:994
5416
#: bzrlib/errors.py:1004
5405
5417
msgid "Cannot lock: transport is read only: %(transport)s"
5408
#: bzrlib/errors.py:1002
5420
#: bzrlib/errors.py:1012
5409
5421
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5412
#: bzrlib/errors.py:1013
5424
#: bzrlib/errors.py:1023
5413
5425
msgid "Lock was broken while still open: %(lock)s - check storage consistency!"
5416
#: bzrlib/errors.py:1024
5428
#: bzrlib/errors.py:1034
5418
5430
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5419
5431
"%(holder)r, wanted to break %(target)r"
5422
#: bzrlib/errors.py:1036
5434
#: bzrlib/errors.py:1046
5424
5436
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5425
5437
"Use 'bzr break-lock' to clear it"
5428
#: bzrlib/errors.py:1049
5440
#: bzrlib/errors.py:1059
5429
5441
msgid "Lock not held: %(lock)s"
5432
#: bzrlib/errors.py:1078
5444
#: bzrlib/errors.py:1088
5433
5445
msgid "No changes to commit"
5436
#: bzrlib/errors.py:1083
5448
#: bzrlib/errors.py:1093
5438
5450
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5441
#: bzrlib/errors.py:1093
5453
#: bzrlib/errors.py:1103
5443
5455
"Excluding paths during commit is not supported by repository at %(repository)"
5447
#: bzrlib/errors.py:1102
5459
#: bzrlib/errors.py:1112
5449
5461
"The specified commit message contains characters unsupported by the current "
5453
#: bzrlib/errors.py:1108
5465
#: bzrlib/errors.py:1118
5454
5466
msgid "Upgrade URL cannot work with readonly URLs."
5457
#: bzrlib/errors.py:1113
5469
#: bzrlib/errors.py:1123
5458
5470
msgid "The branch format %(format)s is already at the most recent format."
5461
#: bzrlib/errors.py:1136
5473
#: bzrlib/errors.py:1146
5462
5474
msgid "Option --change does not accept revision ranges"
5465
#: bzrlib/errors.py:1141
5477
#: bzrlib/errors.py:1151
5466
5478
msgid "No namespace registered for string: %(spec)r"
5469
#: bzrlib/errors.py:1160
5481
#: bzrlib/errors.py:1170
5471
5483
"Requested revision: '%(spec)s' does not exist in branch: %(branch_url)s"
5475
#: bzrlib/errors.py:1174
5487
#: bzrlib/errors.py:1184
5477
5489
"Operation denied because it would change the main history, which is not "
5478
5490
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5481
#: bzrlib/errors.py:1185
5493
#: bzrlib/errors.py:1195
5483
5495
"These branches have diverged. Use the missing command to see how.\n"
5484
5496
"Use the merge command to reconcile them."
5487
#: bzrlib/errors.py:1205
5499
#: bzrlib/errors.py:1215
5489
5501
"Branches have no common ancestor, and no merge base revision was specified."
5492
#: bzrlib/errors.py:1211
5504
#: bzrlib/errors.py:1221
5494
5506
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5497
#: bzrlib/errors.py:1217
5509
#: bzrlib/errors.py:1227
5498
5510
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5501
#: bzrlib/errors.py:1226
5513
#: bzrlib/errors.py:1236
5503
5515
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5506
#: bzrlib/errors.py:1235
5518
#: bzrlib/errors.py:1245
5507
5519
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5510
#: bzrlib/errors.py:1244
5522
#: bzrlib/errors.py:1254
5511
5523
msgid "Branch %(branch)s has no commits."
5514
#: bzrlib/errors.py:1262
5526
#: bzrlib/errors.py:1272
5516
5528
"Bound branch %(branch)s is out of date with master branch %(master)s."
5517
5529
"%(extra_help)s"
5520
#: bzrlib/errors.py:1274
5532
#: bzrlib/errors.py:1284
5522
5534
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5523
5535
"bound to %(remote)s."
5526
#: bzrlib/errors.py:1286
5538
#: bzrlib/errors.py:1296
5527
5539
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5530
#: bzrlib/errors.py:1295
5542
#: bzrlib/errors.py:1305
5532
5544
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5536
#: bzrlib/errors.py:1307
5548
#: bzrlib/errors.py:1317
5537
5549
msgid "Error in processing weave: %(msg)s"
5540
#: bzrlib/errors.py:1316
5552
#: bzrlib/errors.py:1326
5541
5553
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5544
#: bzrlib/errors.py:1327
5556
#: bzrlib/errors.py:1337
5545
5557
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5548
#: bzrlib/errors.py:1337
5560
#: bzrlib/errors.py:1347
5549
5561
msgid "Weave invariant violated: %(what)s"
5552
#: bzrlib/errors.py:1346
5564
#: bzrlib/errors.py:1356
5553
5565
msgid "Parents are mismatched between two revisions. %(msg)s"
5556
#: bzrlib/errors.py:1368
5568
#: bzrlib/errors.py:1378
5558
5570
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5562
#: bzrlib/errors.py:1380
5574
#: bzrlib/errors.py:1390
5563
5575
msgid "Versioned file error"
5566
#: bzrlib/errors.py:1385
5578
#: bzrlib/errors.py:1395
5567
5579
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5570
#: bzrlib/errors.py:1395
5582
#: bzrlib/errors.py:1405
5571
5583
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5574
#: bzrlib/errors.py:1405
5586
#: bzrlib/errors.py:1415
5575
5587
msgid "Text did not match its checksum: %(msg)s"
5578
#: bzrlib/errors.py:1531
5590
#: bzrlib/errors.py:1541
5579
5591
msgid "Export format %(format)r not supported"
5582
#: bzrlib/errors.py:1540
5594
#: bzrlib/errors.py:1550
5583
5595
msgid "Transport error: %(msg)s %(orig_error)s"
5586
#: bzrlib/errors.py:1566
5598
#: bzrlib/errors.py:1576
5587
5599
msgid "Generic bzr smart protocol error: %(details)s"
5590
#: bzrlib/errors.py:1574
5602
#: bzrlib/errors.py:1584
5591
5603
msgid "Received bad protocol version marker: %(marker)r"
5594
#: bzrlib/errors.py:1606
5606
#: bzrlib/errors.py:1616
5595
5607
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5598
#: bzrlib/errors.py:1611
5610
#: bzrlib/errors.py:1621
5599
5611
msgid "Connection error: %(msg)s %(orig_error)s"
5602
#: bzrlib/errors.py:1616
5614
#: bzrlib/errors.py:1626
5603
5615
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5606
#: bzrlib/errors.py:1637
5618
#: bzrlib/errors.py:1647
5607
5619
msgid "Connection closed: %(msg)s %(orig_error)s"
5610
#: bzrlib/errors.py:1642
5622
#: bzrlib/errors.py:1652
5611
5623
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5614
#: bzrlib/errors.py:1647
5626
#: bzrlib/errors.py:1657
5615
5627
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5618
#: bzrlib/errors.py:1657
5630
#: bzrlib/errors.py:1667
5619
5631
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5622
#: bzrlib/errors.py:1672
5634
#: bzrlib/errors.py:1682
5635
msgid "Certificate error: %(error)s"
5638
#: bzrlib/errors.py:1690
5623
5639
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5626
#: bzrlib/errors.py:1686
5642
#: bzrlib/errors.py:1704
5627
5643
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5630
#: bzrlib/errors.py:1694
5646
#: bzrlib/errors.py:1712
5631
5647
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5634
#: bzrlib/errors.py:1703
5650
#: bzrlib/errors.py:1721
5635
5651
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5638
#: bzrlib/errors.py:1717
5654
#: bzrlib/errors.py:1735
5639
5655
msgid "Too many redirections"
5642
#: bzrlib/errors.py:1722
5658
#: bzrlib/errors.py:1740
5643
5659
msgid "Working tree has conflicts."
5646
#: bzrlib/errors.py:1726
5662
#: bzrlib/errors.py:1744
5647
5663
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5650
#: bzrlib/errors.py:1735
5666
#: bzrlib/errors.py:1753
5652
5668
"Error(s) parsing config file %(filename)s:\n"
5656
#: bzrlib/errors.py:1746
5657
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
5672
#: bzrlib/errors.py:1763
5674
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5675
"See ``bzr help %(name)s``"
5660
#: bzrlib/errors.py:1754
5678
#: bzrlib/errors.py:1773
5661
5679
msgid "%(username)r does not seem to contain a reasonable email address"
5664
#: bzrlib/errors.py:1763
5682
#: bzrlib/errors.py:1782
5665
5683
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5668
#: bzrlib/errors.py:1771
5686
#: bzrlib/errors.py:1790
5669
5687
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5672
#: bzrlib/errors.py:1779
5690
#: bzrlib/errors.py:1798
5673
5691
msgid "Unable to import library \"%(library)s\": %(error)s"
5676
#: bzrlib/errors.py:1787
5694
#: bzrlib/errors.py:1806
5677
5695
msgid "python-gpgme is not installed, it is needed to verify signatures"
5680
#: bzrlib/errors.py:1795
5698
#: bzrlib/errors.py:1814
5682
5700
"The working tree for %(basedir)s has changed since the last commit, but "
5683
5701
"weave merge requires that it be unchanged"
5686
#: bzrlib/errors.py:1805
5704
#: bzrlib/errors.py:1824
5688
5706
"Can't reprocess and show base, because reprocessing obscures the "
5689
5707
"relationship of conflicting lines to the base"
5692
#: bzrlib/errors.py:1811
5710
#: bzrlib/errors.py:1830
5693
5711
msgid "Cycle in graph %(graph)r"
5696
#: bzrlib/errors.py:1839
5714
#: bzrlib/errors.py:1858
5697
5715
msgid "File %(filename)s is not conflicted."
5700
#: bzrlib/errors.py:1861
5718
#: bzrlib/errors.py:1880
5701
5719
msgid "No bundle was found in \"%(filename)s\"."
5704
#: bzrlib/errors.py:1870
5722
#: bzrlib/errors.py:1889
5705
5723
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5708
#: bzrlib/errors.py:1880
5726
#: bzrlib/errors.py:1899
5709
5727
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5712
#: bzrlib/errors.py:1893
5730
#: bzrlib/errors.py:1912
5713
5731
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5716
#: bzrlib/errors.py:1903
5734
#: bzrlib/errors.py:1922
5717
5735
msgid "Key %(key)s is already present in map"
5720
#: bzrlib/errors.py:1908
5738
#: bzrlib/errors.py:1927
5721
5739
msgid "The prefix %(prefix)s is in the help search path twice."
5724
#: bzrlib/errors.py:1918
5742
#: bzrlib/errors.py:1937
5726
5744
"No final name for trans_id %(trans_id)r\n"
5727
5745
"file-id: %(file_id)r\n"
5728
5746
"root trans-id: %(root_trans_id)r\n"
5731
#: bzrlib/errors.py:1950
5749
#: bzrlib/errors.py:1969
5732
5750
msgid "Attempt to reuse a transform that has already been applied."
5735
#: bzrlib/errors.py:1955
5753
#: bzrlib/errors.py:1974
5736
5754
msgid "Moving the root directory is not supported at this time"
5739
#: bzrlib/errors.py:1960
5757
#: bzrlib/errors.py:1979
5740
5758
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5743
#: bzrlib/errors.py:1971
5761
#: bzrlib/errors.py:1990
5745
5763
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5748
#: bzrlib/errors.py:2007
5766
#: bzrlib/errors.py:2026
5750
5768
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5753
#: bzrlib/errors.py:2037
5771
#: bzrlib/errors.py:2056
5754
5772
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5757
#: bzrlib/errors.py:2045
5775
#: bzrlib/errors.py:2064
5758
5776
msgid "Nothing to merge."
5761
#: bzrlib/errors.py:2050
5779
#: bzrlib/errors.py:2069
5762
5780
msgid "Format %(format)s cannot be initialised by this version of bzr."
5765
#: bzrlib/errors.py:2059
5783
#: bzrlib/errors.py:2078
5767
5785
"Cannot convert from format %(from_format)s to format %(format)s. "
5771
#: bzrlib/errors.py:2071
5789
#: bzrlib/errors.py:2090
5772
5790
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5775
#: bzrlib/errors.py:2079
5793
#: bzrlib/errors.py:2098
5776
5794
msgid "%(exe_name)s could not be found on this machine"
5779
#: bzrlib/errors.py:2087
5797
#: bzrlib/errors.py:2106
5780
5798
msgid "Diff is not installed on this machine: %(msg)s"
5783
#: bzrlib/errors.py:2095
5801
#: bzrlib/errors.py:2114
5784
5802
msgid "Diff3 is not installed on this machine."
5787
#: bzrlib/errors.py:2101
5805
#: bzrlib/errors.py:2120
5788
5806
msgid "The content being inserted is already present."
5791
#: bzrlib/errors.py:2106
5809
#: bzrlib/errors.py:2125
5793
5811
"This tree contains left-over files from a failed operation.\n"
5794
5812
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5811
5829
" keep, and delete it when you are done."
5814
#: bzrlib/errors.py:2138
5832
#: bzrlib/errors.py:2157
5816
5834
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
5817
5835
"examine %(pending_deletion)s to see if it contains any files you wish to "
5818
5836
"keep, and delete it when you are done."
5821
#: bzrlib/errors.py:2148
5839
#: bzrlib/errors.py:2167
5822
5840
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5825
#: bzrlib/errors.py:2162
5843
#: bzrlib/errors.py:2181
5826
5844
msgid "Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5829
#: bzrlib/errors.py:2175
5847
#: bzrlib/errors.py:2194
5830
5848
msgid "Error in merge modified format"
5833
#: bzrlib/errors.py:2180
5851
#: bzrlib/errors.py:2199
5834
5852
msgid "Format error in conflict listings"
5837
#: bzrlib/errors.py:2184
5855
#: bzrlib/errors.py:2203
5839
5857
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5840
5858
"Error: %(description)s"
5843
#: bzrlib/errors.py:2195
5861
#: bzrlib/errors.py:2214
5845
5863
"An error has been detected in the repository %(repo_path)s.\n"
5846
5864
"Please run bzr reconcile on this repository."
5849
#: bzrlib/errors.py:2206
5867
#: bzrlib/errors.py:2225
5851
5869
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5852
5870
"reason: %(reason)s"
5855
#: bzrlib/errors.py:2219
5873
#: bzrlib/errors.py:2238
5857
5875
"An inconsistent delta was supplied: %(delta)r\n"
5858
5876
"reason: %(reason)s"
5861
#: bzrlib/errors.py:2231
5879
#: bzrlib/errors.py:2250
5862
5880
msgid "To use this feature you must upgrade your branch at %(path)s."
5865
#: bzrlib/errors.py:2240
5883
#: bzrlib/errors.py:2259
5866
5884
msgid "To use this feature you must upgrade your repository at %(path)s."
5869
#: bzrlib/errors.py:2245
5887
#: bzrlib/errors.py:2264
5871
5889
"To use this feature you must upgrade your branch at %(path)s to a format "
5872
5890
"which supports rich roots."
5875
#: bzrlib/errors.py:2251
5893
#: bzrlib/errors.py:2270
5876
5894
msgid "Cannot perform local-only commits on unbound branches."
5879
#: bzrlib/errors.py:2256
5897
#: bzrlib/errors.py:2275
5880
5898
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5883
#: bzrlib/errors.py:2277
5901
#: bzrlib/errors.py:2296
5884
5902
msgid "Ghost tags not supported by format %(format)r."
5887
#: bzrlib/errors.py:2285
5905
#: bzrlib/errors.py:2304
5888
5906
msgid "File is binary but should be text."
5891
#: bzrlib/errors.py:2290
5909
#: bzrlib/errors.py:2309
5892
5910
msgid "The path %(path)s is not permitted on this platform"
5895
#: bzrlib/errors.py:2299
5913
#: bzrlib/errors.py:2318
5897
5915
"Testament did not match expected value.\n"
5898
5916
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5899
5917
" {%(measured)s}"
5902
#: bzrlib/errors.py:2311
5920
#: bzrlib/errors.py:2330
5903
5921
msgid "Not a bzr revision-bundle: %(text)r"
5906
#: bzrlib/errors.py:2320
5924
#: bzrlib/errors.py:2339
5907
5925
msgid "Bad bzr revision-bundle: %(text)r"
5910
#: bzrlib/errors.py:2329
5928
#: bzrlib/errors.py:2348
5911
5929
msgid "Malformed bzr revision-bundle header: %(text)r"
5914
#: bzrlib/errors.py:2334
5932
#: bzrlib/errors.py:2353
5915
5933
msgid "Malformed patches in bzr revision-bundle: %(text)r"
5918
#: bzrlib/errors.py:2339
5936
#: bzrlib/errors.py:2358
5919
5937
msgid "Malformed footer in bzr revision-bundle: %(text)r"
5922
#: bzrlib/errors.py:2344
5940
#: bzrlib/errors.py:2363
5923
5941
msgid "End of line marker was not \\n in bzr revision-bundle"
5926
#: bzrlib/errors.py:2354
5944
#: bzrlib/errors.py:2373
5927
5945
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
5930
#: bzrlib/errors.py:2364
5948
#: bzrlib/errors.py:2383
5931
5949
msgid "Root class for inventory serialization errors"
5934
#: bzrlib/errors.py:2368
5952
#: bzrlib/errors.py:2387
5936
5954
"The inventory was not in the expected format:\n"
5940
#: bzrlib/errors.py:2377
5958
#: bzrlib/errors.py:2396
5941
5959
msgid "This operation requires rich root data storage"
5944
#: bzrlib/errors.py:2390
5962
#: bzrlib/errors.py:2409
5945
5963
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
5948
#: bzrlib/errors.py:2399
5966
#: bzrlib/errors.py:2418
5950
5968
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
5954
#: bzrlib/errors.py:2406
5972
#: bzrlib/errors.py:2425
5956
5974
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
5957
5975
"ghost at {%(ghost_revision_id)s}"
5960
#: bzrlib/errors.py:2416
5978
#: bzrlib/errors.py:2435
5961
5979
msgid "Ghost revision {%(revision_id)s} cannot be used here."
5964
#: bzrlib/errors.py:2467
5982
#: bzrlib/errors.py:2486
5966
5984
"A merge directive must provide either a bundle or a public branch location."
5969
#: bzrlib/errors.py:2474
5987
#: bzrlib/errors.py:2493
5970
5988
msgid "Bad merge directive payload %(start)r"
5973
#: bzrlib/errors.py:2484
5991
#: bzrlib/errors.py:2503
5974
5992
msgid "Preview patch does not match requested changes."
5977
#: bzrlib/errors.py:2490
5995
#: bzrlib/errors.py:2509
5978
5996
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
5981
#: bzrlib/errors.py:2500
5999
#: bzrlib/errors.py:2519
5983
6001
"Your branch does not have all of the revisions required in order to merge "
5984
6002
"this merge directive and the target location specified in the merge "
5985
6003
"directive is not a branch: %(location)s."
5988
#: bzrlib/errors.py:2512
6006
#: bzrlib/errors.py:2531
5989
6007
msgid "Unsupported entry kind %(kind)s"
5992
#: bzrlib/errors.py:2520
6010
#: bzrlib/errors.py:2539
5993
6011
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
5996
#: bzrlib/errors.py:2530
6014
#: bzrlib/errors.py:2549
5997
6015
msgid "Subsume target %(other_tree)s needs to be upgraded."
6000
#: bzrlib/errors.py:2549
6018
#: bzrlib/errors.py:2568
6001
6019
msgid "No such tag: %(tag_name)s"
6004
#: bzrlib/errors.py:2557
6022
#: bzrlib/errors.py:2576
6005
6023
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
6008
#: bzrlib/errors.py:2566
6026
#: bzrlib/errors.py:2585
6009
6027
msgid "Tag %(tag_name)s already exists."
6012
#: bzrlib/errors.py:2574
6030
#: bzrlib/errors.py:2593
6014
6032
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help bugs"
6015
6033
"\" for more information on this feature."
6018
#: bzrlib/errors.py:2584
6036
#: bzrlib/errors.py:2603
6020
6038
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
6023
#: bzrlib/errors.py:2594
6041
#: bzrlib/errors.py:2613
6025
6043
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
6028
#: bzrlib/errors.py:2604
6046
#: bzrlib/errors.py:2623
6029
6047
msgid "Invalid line in bugs property: '%(line)s'"
6032
#: bzrlib/errors.py:2612
6050
#: bzrlib/errors.py:2631
6033
6051
msgid "Invalid bug status: '%(status)s'"
6036
#: bzrlib/errors.py:2620
6054
#: bzrlib/errors.py:2639
6037
6055
msgid "Could not understand response from smart server: %(response_tuple)r"
6040
#: bzrlib/errors.py:2659
6058
#: bzrlib/errors.py:2678
6041
6059
msgid "Server sent an unexpected error: %(error_tuple)r"
6044
#: bzrlib/errors.py:2678
6062
#: bzrlib/errors.py:2697
6045
6063
msgid "Unrecognised container format: %(container_format)r"
6048
#: bzrlib/errors.py:2686
6066
#: bzrlib/errors.py:2705
6049
6067
msgid "Unexpected end of container stream"
6052
#: bzrlib/errors.py:2691
6070
#: bzrlib/errors.py:2710
6053
6071
msgid "Unknown record type: %(record_type)r"
6056
#: bzrlib/errors.py:2699
6074
#: bzrlib/errors.py:2718
6057
6075
msgid "Invalid record: %(reason)s"
6060
#: bzrlib/errors.py:2707
6078
#: bzrlib/errors.py:2726
6061
6079
msgid "Container has data after end marker: %(excess)r"
6064
#: bzrlib/errors.py:2715
6082
#: bzrlib/errors.py:2734
6065
6083
msgid "Container has multiple records with the same name: %(name)s"
6068
#: bzrlib/errors.py:2728
6086
#: bzrlib/errors.py:2747
6069
6087
msgid "Corrupt or incompatible data stream: %(reason)s"
6072
#: bzrlib/errors.py:2736
6090
#: bzrlib/errors.py:2755
6073
6091
msgid "SMTP error: %(error)s"
6076
#: bzrlib/errors.py:2744
6094
#: bzrlib/errors.py:2763
6077
6095
msgid "No message supplied."
6080
#: bzrlib/errors.py:2749
6098
#: bzrlib/errors.py:2768
6081
6099
msgid "No mail-to address (--mail-to) or output (-o) specified."
6084
#: bzrlib/errors.py:2754
6102
#: bzrlib/errors.py:2773
6085
6103
msgid "Unknown mail client: %(mail_client)s"
6088
#: bzrlib/errors.py:2762
6106
#: bzrlib/errors.py:2781
6090
6108
"Unable to find mail client with the following names: "
6091
6109
"%(mail_command_list_string)s"
6094
#: bzrlib/errors.py:2772
6112
#: bzrlib/errors.py:2791
6095
6113
msgid "SMTP connection to %(host)s refused"
6098
#: bzrlib/errors.py:2781
6116
#: bzrlib/errors.py:2800
6099
6117
msgid "Please specify smtp_server. No server at default %(host)s."
6102
#: bzrlib/errors.py:2795
6120
#: bzrlib/errors.py:2814
6104
6122
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
6108
#: bzrlib/errors.py:2807
6126
#: bzrlib/errors.py:2826
6109
6127
msgid "'%(display_url)s' is already a branch."
6112
#: bzrlib/errors.py:2812
6130
#: bzrlib/errors.py:2831
6113
6131
msgid "'%(display_url)s' is already a tree."
6116
#: bzrlib/errors.py:2817
6134
#: bzrlib/errors.py:2836
6117
6135
msgid "'%(display_url)s' is already a checkout."
6120
#: bzrlib/errors.py:2822
6138
#: bzrlib/errors.py:2841
6121
6139
msgid "'%(display_url)s' is already a lightweight checkout."
6124
#: bzrlib/errors.py:2827
6142
#: bzrlib/errors.py:2846
6125
6143
msgid "'%(display_url)s' is already using a shared repository."
6128
#: bzrlib/errors.py:2832
6146
#: bzrlib/errors.py:2851
6129
6147
msgid "'%(display_url)s' is already standalone."
6132
#: bzrlib/errors.py:2837
6150
#: bzrlib/errors.py:2856
6133
6151
msgid "Shared repository '%(display_url)s' already creates working trees."
6136
#: bzrlib/errors.py:2843
6154
#: bzrlib/errors.py:2862
6138
6156
"Shared repository '%(display_url)s' already doesn't create working trees."
6141
#: bzrlib/errors.py:2849
6159
#: bzrlib/errors.py:2868
6142
6160
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
6145
#: bzrlib/errors.py:2854
6163
#: bzrlib/errors.py:2873
6146
6164
msgid "No location could be found to bind to at %(display_url)s."
6149
#: bzrlib/errors.py:2859
6167
#: bzrlib/errors.py:2878
6151
6169
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr status)."
6155
#: bzrlib/errors.py:2878
6173
#: bzrlib/errors.py:2897
6157
6175
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --list)."
6161
#: bzrlib/errors.py:2884
6179
#: bzrlib/errors.py:2903
6162
6180
msgid "Variable {%(name)s} is not available."
6165
#: bzrlib/errors.py:2892
6183
#: bzrlib/errors.py:2911
6166
6184
msgid "No template specified."
6169
#: bzrlib/errors.py:2897
6187
#: bzrlib/errors.py:2916
6170
6188
msgid "Unable to create symlink %(path_str)son this platform"
6173
#: bzrlib/errors.py:2912
6191
#: bzrlib/errors.py:2931
6175
6193
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", \"original"
6176
6194
"\", \"local\"."
6179
#: bzrlib/errors.py:2946
6197
#: bzrlib/errors.py:2965
6181
6199
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6184
#: bzrlib/errors.py:2958
6202
#: bzrlib/errors.py:2977
6185
6203
msgid "The \"%(config_id)s\" configuration does not exist."
6188
#: bzrlib/errors.py:2966
6206
#: bzrlib/errors.py:2985
6189
6207
msgid "The \"%(option_name)s\" configuration option does not exist."
6192
#: bzrlib/errors.py:2974
6210
#: bzrlib/errors.py:2993
6193
6211
msgid "The alias \"%(alias_name)s\" does not exist."
6196
#: bzrlib/errors.py:2988
6214
#: bzrlib/errors.py:3007
6197
6215
msgid "\"%(alias_name)s\" is not a valid location alias."
6200
#: bzrlib/errors.py:2996
6218
#: bzrlib/errors.py:3015
6201
6219
msgid "No %(alias_name)s location assigned."
6204
#: bzrlib/errors.py:3004
6222
#: bzrlib/errors.py:3023
6205
6223
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6208
#: bzrlib/errors.py:3014
6226
#: bzrlib/errors.py:3033
6209
6227
msgid "Unknown rules detected: %(unknowns_str)s."
6212
#: bzrlib/errors.py:3025
6230
#: bzrlib/errors.py:3044
6213
6231
msgid "Tip change rejected: %(msg)s"
6216
#: bzrlib/errors.py:3033
6234
#: bzrlib/errors.py:3052
6217
6235
msgid "Shelf corrupt."
6220
#: bzrlib/errors.py:3038
6238
#: bzrlib/errors.py:3057
6221
6239
msgid "Corruption while decompressing repository file%(orig_error)s"
6224
#: bzrlib/errors.py:3050
6242
#: bzrlib/errors.py:3069
6225
6243
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6228
#: bzrlib/errors.py:3058
6246
#: bzrlib/errors.py:3077
6229
6247
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6232
#: bzrlib/errors.py:3066
6250
#: bzrlib/errors.py:3085
6233
6251
msgid "An attempt to access a url outside the server jail was made: '%(url)s'."
6236
#: bzrlib/errors.py:3074
6254
#: bzrlib/errors.py:3093
6237
6255
msgid "The user aborted the operation."
6240
#: bzrlib/errors.py:3079
6258
#: bzrlib/errors.py:3098
6241
6259
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6244
#: bzrlib/errors.py:3089
6262
#: bzrlib/errors.py:3108
6245
6263
msgid "No such view: %(view_name)s."
6248
#: bzrlib/errors.py:3099
6266
#: bzrlib/errors.py:3118
6250
6268
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6251
6269
"to a later format."
6254
#: bzrlib/errors.py:3108
6272
#: bzrlib/errors.py:3127
6256
6274
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6259
#: bzrlib/errors.py:3175
6277
#: bzrlib/errors.py:3194
6260
6278
msgid "%(bzrdir)r does not support co-located branches."
6263
#: bzrlib/errors.py:3181
6281
#: bzrlib/errors.py:3200
6265
6283
"Unable to determine your name.\n"
6266
6284
"Please, set your name with the 'whoami' command.\n"
6267
6285
"E.g. bzr whoami \"Your Name <name@example.com>\""
6270
#: bzrlib/errors.py:3190
6288
#: bzrlib/errors.py:3209
6271
6289
msgid "Invalid pattern(s) found. %(msg)s"
6274
#: bzrlib/errors.py:3198
6292
#: bzrlib/errors.py:3217
6276
6294
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6277
6295
"unbind` to fix."
6280
#: bzrlib/errors.py:3209
6298
#: bzrlib/errors.py:3228
6281
6299
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6284
#: bzrlib/errors.py:3218
6302
#: bzrlib/errors.py:3237
6285
6303
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6288
#: bzrlib/errors.py:3227
6306
#: bzrlib/errors.py:3246
6290
6308
"No compatible object available for operations from %(source)r to %(target)r."
6293
#: bzrlib/errors.py:3237
6311
#: bzrlib/errors.py:3256
6295
6313
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6296
6314
"%(arguments)s."
6299
#: bzrlib/errors.py:3247
6317
#: bzrlib/errors.py:3266
6301
6319
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6302
6320
"format %(format)r"
6305
#: bzrlib/errors.py:3259
6323
#: bzrlib/errors.py:3278
6307
6325
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6311
#: bzrlib/errors.py:3272
6329
#: bzrlib/errors.py:3291
6312
6330
msgid "Binary files section encountered."
6315
#: bzrlib/errors.py:3280
6333
#: bzrlib/errors.py:3299
6317
6335
"Malformed patch header. %(desc)s\n"
6321
#: bzrlib/errors.py:3289
6339
#: bzrlib/errors.py:3308
6323
6341
"Malformed hunk header. %(desc)s\n"
6327
#: bzrlib/errors.py:3298
6345
#: bzrlib/errors.py:3317
6329
6347
"Malformed line. %(desc)s\n"
6333
#: bzrlib/errors.py:3308
6351
#: bzrlib/errors.py:3327
6335
6353
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6336
6354
"but patch says it should be \"%(patch_line)s\""
6339
#: bzrlib/errors.py:3319
6357
#: bzrlib/errors.py:3338
6340
6358
msgid "The feature %(feature)s has already been registered."
12591
#: en/help_topics/hooks.txt:445
12634
#: en/help_topics/hooks.txt:461
12593
12636
"server_started_ex\n"
12594
12637
"~~~~~~~~~~~~~~~~~"
12597
#: en/help_topics/hooks.txt:450
12640
#: en/help_topics/hooks.txt:466
12599
12642
"Called by the bzr server when it starts serving a directory.\n"
12600
12643
"server_started is called with (backing_urls, server_obj)."
12603
#: en/help_topics/hooks.txt:453
12646
#: en/help_topics/hooks.txt:469
12605
12648
"server_stopped\n"
12606
12649
"~~~~~~~~~~~~~~"
12609
#: en/help_topics/hooks.txt:458
12652
#: en/help_topics/hooks.txt:474
12611
12654
"Called by the bzr server when it stops serving a directory.\n"
12612
12655
"server_stopped is called with the same parameters as the\n"
12613
12656
"server_started hook: (backing_urls, public_url)."
12616
#: en/help_topics/hooks.txt:462
12659
#: en/help_topics/hooks.txt:478
12618
12661
"StatusHooks\n"
12619
12662
"-----------"
12622
#: en/help_topics/hooks.txt:465
12665
#: en/help_topics/hooks.txt:481
12624
12667
"post_status\n"
12625
12668
"~~~~~~~~~~~"
12628
#: en/help_topics/hooks.txt:468 en/help_topics/hooks.txt:479
12671
#: en/help_topics/hooks.txt:484 en/help_topics/hooks.txt:495
12629
12672
msgid "Introduced in: 2.3"
12632
#: en/help_topics/hooks.txt:470
12675
#: en/help_topics/hooks.txt:486
12634
12677
"Called with argument StatusHookParams after Bazaar has displayed the\n"
12635
12678
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"