29
#: bzrlib/branch.py:3183
29
#: bzrlib/branch.py:3012
31
31
msgid "Pushed up to revision %d."
34
#: bzrlib/branch.py:3185
34
#: bzrlib/branch.py:3014
36
36
msgid "%d tag updated."
37
37
msgid_plural "%d tags updated."
41
#: bzrlib/branch.py:3188
41
#: bzrlib/branch.py:3017
42
42
msgid "No new revisions or tags to push."
45
#: bzrlib/branch.py:3190
45
#: bzrlib/branch.py:3019
46
46
msgid "No new revisions to push."
49
#: bzrlib/branch.py:3210
49
#: bzrlib/branch.py:3039
50
50
msgid "checked branch {0} format {1}"
53
#: bzrlib/branch.py:3213
53
#: bzrlib/branch.py:3042
55
55
msgid "found error:%s"
58
#: bzrlib/builtins.py:121 bzrlib/builtins.py:2923 bzrlib/workingtree.py:315
58
#: bzrlib/builtins.py:251 bzrlib/builtins.py:3043 bzrlib/workingtree.py:324
60
60
msgid "Ignoring files outside view. View is %s"
63
#: bzrlib/builtins.py:130
63
#: bzrlib/builtins.py:260
65
65
msgid "bzr %s --revision takes exactly one revision identifier"
68
#: bzrlib/builtins.py:215
68
#: bzrlib/builtins.py:315
69
69
msgid "Display status summary."
72
#: bzrlib/builtins.py:217
72
#: bzrlib/builtins.py:317
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:320
81
81
" Versioned in the working copy but not in the previous revision."
84
#: bzrlib/builtins.py:223
84
#: bzrlib/builtins.py:323
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:327
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:375
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:377
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:379
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:382
184
184
msgid "Do not mark object type using indicator."
187
#: bzrlib/builtins.py:297
187
#: bzrlib/builtins.py:397
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:441 bzrlib/builtins.py:5229
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:444 bzrlib/builtins.py:5231
196
196
msgid "You must supply either --revision or a revision_id"
199
#: bzrlib/builtins.py:351
199
#: bzrlib/builtins.py:451
201
201
msgid "Repository %r does not support access to raw revision texts"
204
#: bzrlib/builtins.py:362
204
#: bzrlib/builtins.py:462
205
205
msgid "The repository {0} contains no revision {1}."
208
#: bzrlib/builtins.py:369
208
#: bzrlib/builtins.py:469
209
209
msgid "You cannot specify a NULL revision."
212
#: bzrlib/builtins.py:461
212
#: bzrlib/builtins.py:561
213
213
msgid "Remove the working tree from a given branch/checkout."
216
#: bzrlib/builtins.py:463
216
#: bzrlib/builtins.py:563
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:566
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:572
228
228
msgid "Remove the working tree even if it has uncommitted or shelved changes."
231
#: bzrlib/builtins.py:486
231
#: bzrlib/builtins.py:586
232
232
msgid "No working tree to remove"
235
#: bzrlib/builtins.py:488
235
#: bzrlib/builtins.py:588
236
236
msgid "You cannot remove the working tree of a remote path"
239
#: bzrlib/builtins.py:497
239
#: bzrlib/builtins.py:597
240
240
msgid "You cannot remove the working tree from a lightweight checkout"
243
#: bzrlib/builtins.py:537
243
#: bzrlib/builtins.py:637
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:648
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:652
256
256
msgid "failed to reset the tree state{0}"
259
#: bzrlib/builtins.py:556
259
#: bzrlib/builtins.py:656
260
260
msgid "Show current revision number."
263
#: bzrlib/builtins.py:558
263
#: bzrlib/builtins.py:658
264
264
msgid "This is equal to the number of revisions on this branch."
267
#: bzrlib/builtins.py:571
267
#: bzrlib/builtins.py:671
268
268
msgid "--tree and --revision can not be used together"
271
#: bzrlib/builtins.py:588 bzrlib/builtins.py:5874
272
msgid "Tags can only be placed on a single revision, not on a range"
271
#: bzrlib/builtins.py:688
272
msgid "Revision numbers only make sense for single revisions, not ranges"
275
275
# help of 'tree' option of 'revno' command
276
#: bzrlib/builtins.py:612
276
#: bzrlib/builtins.py:712
277
277
msgid "Show revno of working tree."
280
#: bzrlib/builtins.py:660
280
#: bzrlib/builtins.py:760
281
281
msgid "Add specified files or directories."
284
#: bzrlib/builtins.py:662
284
#: bzrlib/builtins.py:762
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:766
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:806
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:813
359
359
msgid "Lookup file ids from this tree."
362
#: bzrlib/builtins.py:748
362
#: bzrlib/builtins.py:849
363
363
msgid "ignored {0} matching \"{1}\"\n"
366
#: bzrlib/builtins.py:753
366
#: bzrlib/builtins.py:854
367
367
msgid "Create a new versioned directory."
370
#: bzrlib/builtins.py:755
370
#: bzrlib/builtins.py:856
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:863
376
376
msgid "No error if existing, make parent directories as needed."
379
#: bzrlib/builtins.py:796
379
#: bzrlib/builtins.py:897
381
381
msgid "added %s\n"
384
#: bzrlib/builtins.py:838
384
#: bzrlib/builtins.py:939
386
386
msgid "invalid kind %r specified"
389
#: bzrlib/builtins.py:875
389
#: bzrlib/builtins.py:976
390
390
msgid "Move or rename a file."
393
#: bzrlib/builtins.py:877
393
#: bzrlib/builtins.py:978
394
394
msgid " bzr mv SOURCE... DESTINATION"
397
#: bzrlib/builtins.py:879
397
#: bzrlib/builtins.py:980
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:984
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:990
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:997
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:999
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:1000
431
431
msgid "Avoid making changes when guessing renames."
434
#: bzrlib/builtins.py:908
434
#: bzrlib/builtins.py:1009
435
435
msgid "--dry-run requires --auto."
438
#: bzrlib/builtins.py:912
438
#: bzrlib/builtins.py:1013
439
439
msgid "missing file argument"
442
#: bzrlib/builtins.py:916
442
#: bzrlib/builtins.py:1017
443
443
msgid "can not move root of branch"
446
#: bzrlib/builtins.py:922
446
#: bzrlib/builtins.py:1023
447
447
msgid "Only one path may be specified to --auto."
450
#: bzrlib/builtins.py:925
450
#: bzrlib/builtins.py:1026
451
451
msgid "--after cannot be specified with --auto."
454
#: bzrlib/builtins.py:962
454
#: bzrlib/builtins.py:1062
455
455
msgid "to mv multiple files the destination must be a versioned directory"
458
#: bzrlib/builtins.py:1014
458
#: bzrlib/builtins.py:1114
459
459
msgid "Turn this branch into a mirror of another branch."
462
#: bzrlib/builtins.py:1016
462
#: bzrlib/builtins.py:1116
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:1146
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:1148
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:1151
520
520
"Perform a local pull in a bound branch. Local pulls are not applied to the "
524
#: bzrlib/builtins.py:1080
525
msgid "Need working tree for --show-base."
524
#: bzrlib/builtins.py:1188
525
msgid "No working tree, ignoring --show-base"
528
#: bzrlib/builtins.py:1096
528
#: bzrlib/builtins.py:1204
529
529
msgid "No pull location known or specified."
532
#: bzrlib/builtins.py:1102
532
#: bzrlib/builtins.py:1210
534
534
msgid "Using saved parent location: %s\n"
537
#: bzrlib/builtins.py:1109 bzrlib/builtins.py:4300
537
#: bzrlib/builtins.py:1217 bzrlib/builtins.py:4423
538
538
msgid "Cannot use -r with merge directives or bundles"
541
#: bzrlib/builtins.py:1150
541
#: bzrlib/builtins.py:1260
542
542
msgid "Update a mirror of this branch."
545
#: bzrlib/builtins.py:1152
545
#: bzrlib/builtins.py:1262
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:1265
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:1268
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:1272
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:1275
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:1279
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:1311 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:1314
631
631
msgid "Don't populate the working tree, even for protocols that support it."
634
#: bzrlib/builtins.py:1248
634
# help of 'overwrite-tags' option of 'pull' command
635
# help of 'overwrite-tags' option of 'push' command
636
#: bzrlib/builtins.py:1317
637
msgid "Overwrite tags only."
640
#: bzrlib/builtins.py:1368
635
641
msgid "Could not determine branch to refer to."
638
#: bzrlib/builtins.py:1257
644
#: bzrlib/builtins.py:1377
641
647
"No push location known or specified. To push to the parent branch (at %s), "
642
648
"use 'bzr push :parent'."
645
#: bzrlib/builtins.py:1263 bzrlib/foreign.py:306
651
#: bzrlib/builtins.py:1383 bzrlib/foreign.py:306
646
652
msgid "No push location known or specified."
649
#: bzrlib/builtins.py:1267
655
#: bzrlib/builtins.py:1387
651
657
msgid "Using saved push location: %s"
654
#: bzrlib/builtins.py:1277
660
#: bzrlib/builtins.py:1397
655
661
msgid "Create a new branch that is a copy of an existing branch."
658
#: bzrlib/builtins.py:1279
664
#: bzrlib/builtins.py:1399
660
666
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
661
667
"be used. In other words, \"branch ../foo/bar\" will attempt to create ./"
666
672
"create ./foo-bar."
669
#: bzrlib/builtins.py:1286
675
#: bzrlib/builtins.py:1406
671
677
"To retrieve the branch as of a particular revision, supply the --revision\n"
672
678
"parameter, as in \"branch foo/bar -r 5\"."
675
#: bzrlib/builtins.py:1289
681
#: bzrlib/builtins.py:1409
676
682
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
679
685
# help of 'no-tree' option of 'branch' command
680
#: bzrlib/builtins.py:1299
686
#: bzrlib/builtins.py:1419
681
687
msgid "Create a branch without a working-tree."
684
690
# help of 'switch' option of 'branch' command
685
#: bzrlib/builtins.py:1301
691
#: bzrlib/builtins.py:1421
686
692
msgid "Switch the checkout in the current directory to the new branch."
689
695
# help of 'stacked' option of 'branch' command
690
#: bzrlib/builtins.py:1304
696
#: bzrlib/builtins.py:1424
692
698
"Create a stacked branch referring to the source branch. The new branch will "
693
699
"depend on the availability of the source branch for all operations."
696
702
# help of 'standalone' option of 'branch' command
697
#: bzrlib/builtins.py:1308
703
#: bzrlib/builtins.py:1428
698
704
msgid "Do not use a shared repository, even if available."
701
707
# help of 'use-existing-dir' option of 'branch' command
702
#: bzrlib/builtins.py:1310
708
#: bzrlib/builtins.py:1430
704
710
"By default branch will fail if the target directory exists, but does not "
705
711
"already have a control directory. This flag will allow branch to proceed."
708
714
# help of 'bind' option of 'branch' command
709
#: bzrlib/builtins.py:1315
715
#: bzrlib/builtins.py:1435
710
716
msgid "Bind new branch to from location."
713
#: bzrlib/builtins.py:1362
719
#: bzrlib/builtins.py:1482
715
721
msgid "Target directory \"%s\" already exists."
718
#: bzrlib/builtins.py:1374
724
#: bzrlib/builtins.py:1494
720
726
msgid "Parent of \"%s\" does not exist."
723
#: bzrlib/builtins.py:1393
729
#: bzrlib/builtins.py:1513
724
730
msgid "The branch {0} has no revision {1}."
727
#: bzrlib/builtins.py:1403 bzrlib/push.py:53
733
#: bzrlib/builtins.py:1528 bzrlib/push.py:53
729
735
msgid "Created new stacked branch referring to %s."
732
#: bzrlib/builtins.py:1407
738
#: bzrlib/builtins.py:1532
734
740
msgid "Branched %d revision."
735
741
msgid_plural "Branched %d revisions."
739
#: bzrlib/builtins.py:1412
745
#: bzrlib/builtins.py:1537
741
747
msgid "New branch bound to %s"
744
#: bzrlib/builtins.py:1417 bzrlib/builtins.py:6187
750
#: bzrlib/builtins.py:1542 bzrlib/builtins.py:6283
746
752
msgid "Switched to branch: %s"
749
#: bzrlib/builtins.py:1422
755
#: bzrlib/builtins.py:1547
750
756
msgid "List the branches available at the current location."
753
#: bzrlib/builtins.py:1424
759
#: bzrlib/builtins.py:1549
755
761
"This command will print the names of all the branches at the current\n"
759
765
# help of 'recursive' option of 'branches' command
760
#: bzrlib/builtins.py:1431
766
#: bzrlib/builtins.py:1556
762
768
"Recursively scan for branches rather than just looking in the specified "
766
#: bzrlib/builtins.py:1461
772
#: bzrlib/builtins.py:1585
767
773
msgid "(default)"
770
#: bzrlib/builtins.py:1473
776
#: bzrlib/builtins.py:1597
771
777
msgid "Create a new checkout of an existing branch."
774
#: bzrlib/builtins.py:1475
780
#: bzrlib/builtins.py:1599
776
782
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
815
821
# help of 'files-from' option of 'branch' command
816
822
# help of 'files-from' option of 'checkout' command
817
#: bzrlib/builtins.py:1504
823
#: bzrlib/builtins.py:1628
818
824
msgid "Get file contents from this tree."
821
827
# help of 'hardlink' option of 'branch' command
822
828
# help of 'hardlink' option of 'checkout' command
823
#: bzrlib/builtins.py:1506
829
#: bzrlib/builtins.py:1630
824
830
msgid "Hard-link working tree files where possible."
827
#: bzrlib/builtins.py:1547
833
#: bzrlib/builtins.py:1671
829
835
"Show list of renamed files.\n"
833
#: bzrlib/builtins.py:1577
839
#: bzrlib/builtins.py:1699
834
840
msgid "Update a working tree to a new revision."
837
#: bzrlib/builtins.py:1579
843
#: bzrlib/builtins.py:1701
839
845
"This will perform a merge of the destination revision (the tip of the\n"
840
846
"branch, or the specified revision) into the working tree, and then make\n"
841
847
"that revision the basis revision for the working tree. "
844
#: bzrlib/builtins.py:1583
850
#: bzrlib/builtins.py:1705
846
852
"You can use this to visit an older revision, or to update a working tree\n"
847
853
"that is out of date from its branch."
850
#: bzrlib/builtins.py:1586
856
#: bzrlib/builtins.py:1708
852
858
"If there are any uncommitted changes in the tree, they will be carried\n"
853
859
"across and remain as uncommitted changes after the update. To discard\n"
871
877
"out the old content of that file to a new location."
874
#: bzrlib/builtins.py:1601
880
#: bzrlib/builtins.py:1723
876
882
"The 'dir' argument, if given, must be the location of the root of a\n"
877
883
"working tree to update. By default, the working tree that contains the \n"
878
884
"current working directory is used."
881
#: bzrlib/builtins.py:1617
887
#: bzrlib/builtins.py:1739
882
888
msgid "bzr update --revision takes exactly one revision"
885
#: bzrlib/builtins.py:1625
891
#: bzrlib/builtins.py:1747
886
892
msgid "bzr update can only update a whole tree, not a file or subdirectory"
889
#: bzrlib/builtins.py:1656
895
#: bzrlib/builtins.py:1778
890
896
msgid "Tree is up to date at revision {0} of branch {1}"
893
#: bzrlib/builtins.py:1672
899
#: bzrlib/builtins.py:1794
896
902
"branch has no revision %s\n"
897
903
"bzr update --revision only works for a revision in the branch history"
900
#: bzrlib/builtins.py:1678
906
#: bzrlib/builtins.py:1800
901
907
msgid "Updated to revision {0} of branch {1}"
904
#: bzrlib/builtins.py:1682
910
#: bzrlib/builtins.py:1804
906
912
"Your local commits will now show as pending merges with 'bzr status', and "
907
913
"can be committed with 'bzr commit'."
910
#: bzrlib/builtins.py:1691
916
#: bzrlib/builtins.py:1813
911
917
msgid "Show information about a working tree, branch or repository."
914
#: bzrlib/builtins.py:1693
920
#: bzrlib/builtins.py:1815
916
922
"This command will show all known locations and formats associated to the\n"
917
923
"tree, branch or repository."
920
#: bzrlib/builtins.py:1696
926
#: bzrlib/builtins.py:1818
922
928
"In verbose mode, statistical information is included with each report.\n"
923
929
"To see extended statistic information, use a verbosity level of 2 or\n"
924
930
"higher by specifying the verbose option multiple times, e.g. -vv."
927
#: bzrlib/builtins.py:1700
933
#: bzrlib/builtins.py:1822
928
934
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
937
#: bzrlib/builtins.py:1824 bzrlib/builtins.py:3742 bzrlib/builtins.py:4883
938
#: bzrlib/builtins.py:6469
933
939
msgid ":Examples:"
936
#: bzrlib/builtins.py:1704
942
#: bzrlib/builtins.py:1826
937
943
msgid " Display information on the format and related locations:"
940
#: bzrlib/builtins.py:1706
946
#: bzrlib/builtins.py:1828
941
947
msgid " bzr info"
944
#: bzrlib/builtins.py:1708
950
#: bzrlib/builtins.py:1830
946
952
" Display the above together with extended format information and\n"
947
953
" basic statistics (like the number of files in the working tree and\n"
948
954
" number of revisions in the branch and repository):"
951
#: bzrlib/builtins.py:1712
957
#: bzrlib/builtins.py:1834
952
958
msgid " bzr info -v"
955
#: bzrlib/builtins.py:1714
961
#: bzrlib/builtins.py:1836
956
962
msgid " Display the above together with number of committers to the branch:"
959
#: bzrlib/builtins.py:1716
965
#: bzrlib/builtins.py:1838
960
966
msgid " bzr info -vv"
963
#: bzrlib/builtins.py:1735
969
#: bzrlib/builtins.py:1857
964
970
msgid "Remove files or directories."
967
#: bzrlib/builtins.py:1737
973
#: bzrlib/builtins.py:1859
969
975
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
970
976
"delete them if they can easily be recovered using revert otherwise they\n"
971
"will be backed up (adding an extention of the form .~#~). If no options or\n"
977
"will be backed up (adding an extension of the form .~#~). If no options or\n"
972
978
"parameters are given Bazaar will scan for files that are being tracked by\n"
973
979
"Bazaar but missing in your tree and stop tracking them for you."
976
982
# help of 'new' option of 'remove' command
977
#: bzrlib/builtins.py:1745
983
#: bzrlib/builtins.py:1867
978
984
msgid "Only remove files that have never been committed."
981
987
# help of 'file-deletion-strategy' option of 'remove' command
982
#: bzrlib/builtins.py:1747
988
#: bzrlib/builtins.py:1869
983
989
msgid "The file deletion mode to be used."
986
992
# title of 'file-deletion-strategy' option of 'remove' command
987
#: bzrlib/builtins.py:1748
993
#: bzrlib/builtins.py:1870
988
994
msgid "Deletion Strategy"
991
997
# help of 'file-deletion-strategy=safe' option of 'remove' command
992
#: bzrlib/builtins.py:1749
998
#: bzrlib/builtins.py:1871
993
999
msgid "Backup changed files (default)."
996
1002
# help of 'file-deletion-strategy=keep' option of 'remove' command
997
#: bzrlib/builtins.py:1750
1003
#: bzrlib/builtins.py:1872
998
1004
msgid "Delete from bzr but leave the working copy."
1001
1007
# help of 'file-deletion-strategy=no-backup' option of 'remove' command
1002
#: bzrlib/builtins.py:1751
1008
#: bzrlib/builtins.py:1873
1003
1009
msgid "Don't backup changed files."
1006
# help of 'file-deletion-strategy=force' option of 'remove' command
1007
#: bzrlib/builtins.py:1752
1009
"Delete all the specified files, even if they can not be recovered and even "
1010
"if they are non-empty directories. (deprecated, use no-backup)"
1013
#: bzrlib/builtins.py:1761
1014
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
1017
#: bzrlib/builtins.py:1778
1012
#: bzrlib/builtins.py:1894
1018
1013
msgid "No matching files."
1021
#: bzrlib/builtins.py:1839
1016
#: bzrlib/builtins.py:1955
1022
1017
msgid "Reconcile bzr metadata in a branch."
1025
#: bzrlib/builtins.py:1841
1020
#: bzrlib/builtins.py:1957
1027
1022
"This can correct data mismatches that may have been caused by\n"
1028
1023
"previous ghost operations or bzr upgrades. You should only\n"
1117
1112
# help of 'create-prefix' option of 'init' command
1118
1113
# help of 'create-prefix' option of 'push' command
1119
#: bzrlib/builtins.py:1948
1114
#: bzrlib/builtins.py:2064
1120
1115
msgid "Create the path leading up to the branch if it does not already exist."
1123
1118
# help of 'format' option of 'init' command
1124
#: bzrlib/builtins.py:1951
1119
#: bzrlib/builtins.py:2067
1125
1120
msgid "Specify a format for this branch. See \"help formats\"."
1128
1123
# help of 'append-revisions-only' option of 'init' command
1129
#: bzrlib/builtins.py:1959
1124
#: bzrlib/builtins.py:2075
1130
1125
msgid "Never change revnos or the existing log. Append revisions to it only."
1133
1128
# help of 'no-tree' option of 'init' command
1134
#: bzrlib/builtins.py:1962
1129
#: bzrlib/builtins.py:2078
1135
1130
msgid "Create a branch without a working tree."
1138
#: bzrlib/builtins.py:1982 bzrlib/push.py:110
1133
#: bzrlib/builtins.py:2098 bzrlib/push.py:110
1139
1134
#, python-format
1141
1136
"Parent directory of %s does not exist.\n"
1142
1137
"You may supply --create-prefix to create all leading parent directories."
1145
#: bzrlib/builtins.py:2016
1140
#: bzrlib/builtins.py:2132
1147
1142
"This branch format cannot be set to append-revisions-only. Try --default."
1150
#: bzrlib/builtins.py:2027
1145
#: bzrlib/builtins.py:2143
1151
1146
msgid "Created a {0} (format: {1})\n"
1154
#: bzrlib/builtins.py:2036
1149
#: bzrlib/builtins.py:2152
1155
1150
#, python-format
1156
1151
msgid "Using shared repository: %s\n"
1159
#: bzrlib/builtins.py:2040
1154
#: bzrlib/builtins.py:2156
1160
1155
msgid "Create a shared repository for branches to share storage space."
1163
#: bzrlib/builtins.py:2042
1158
#: bzrlib/builtins.py:2158
1165
1160
"New branches created under the repository directory will store their\n"
1166
1161
"revisions in the repository, not in the branch directory. For branches\n"
1256
1251
" 0 - no change"
1259
#: bzrlib/builtins.py:2127
1254
#: bzrlib/builtins.py:2243
1262
1257
" Shows the difference in the working tree versus the last commit::"
1265
#: bzrlib/builtins.py:2130
1260
#: bzrlib/builtins.py:2246
1266
1261
msgid " bzr diff"
1269
#: bzrlib/builtins.py:2132
1264
#: bzrlib/builtins.py:2248
1270
1265
msgid " Difference between the working tree and revision 1::"
1273
#: bzrlib/builtins.py:2134
1268
#: bzrlib/builtins.py:2250
1274
1269
msgid " bzr diff -r1"
1277
#: bzrlib/builtins.py:2136
1272
#: bzrlib/builtins.py:2252
1278
1273
msgid " Difference between revision 3 and revision 1::"
1281
#: bzrlib/builtins.py:2138
1276
#: bzrlib/builtins.py:2254
1282
1277
msgid " bzr diff -r1..3"
1285
#: bzrlib/builtins.py:2140
1280
#: bzrlib/builtins.py:2256
1286
1281
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1289
#: bzrlib/builtins.py:2142
1284
#: bzrlib/builtins.py:2258
1290
1285
msgid " bzr diff -r1..3 xxx"
1293
#: bzrlib/builtins.py:2144
1288
#: bzrlib/builtins.py:2260
1294
1289
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1297
#: bzrlib/builtins.py:2146
1292
#: bzrlib/builtins.py:2262
1298
1293
msgid " bzr diff -c2"
1301
#: bzrlib/builtins.py:2148
1296
#: bzrlib/builtins.py:2264
1303
1298
" To see the changes introduced by revision X::\n"
1305
1300
" bzr diff -cX"
1308
#: bzrlib/builtins.py:2152
1303
#: bzrlib/builtins.py:2268
1310
1305
" Note that in the case of a merge, the -c option shows the changes\n"
1311
1306
" compared to the left hand parent. To see the changes against\n"
1312
1307
" another parent, use::"
1315
#: bzrlib/builtins.py:2156
1310
#: bzrlib/builtins.py:2272
1316
1311
msgid " bzr diff -r<chosen_parent>..X"
1319
#: bzrlib/builtins.py:2158
1314
#: bzrlib/builtins.py:2274
1321
1316
" The changes between the current revision and the previous revision\n"
1322
1317
" (equivalent to -c-1 and -r-2..-1)"
1325
#: bzrlib/builtins.py:2161
1320
#: bzrlib/builtins.py:2277
1326
1321
msgid " bzr diff -r-2.."
1329
#: bzrlib/builtins.py:2163
1324
#: bzrlib/builtins.py:2279
1330
1325
msgid " Show just the differences for file NEWS::"
1333
#: bzrlib/builtins.py:2165
1328
#: bzrlib/builtins.py:2281
1334
1329
msgid " bzr diff NEWS"
1337
#: bzrlib/builtins.py:2167
1332
#: bzrlib/builtins.py:2283
1338
1333
msgid " Show the differences in working tree xxx for file NEWS::"
1341
#: bzrlib/builtins.py:2169
1336
#: bzrlib/builtins.py:2285
1342
1337
msgid " bzr diff xxx/NEWS"
1345
#: bzrlib/builtins.py:2171
1340
#: bzrlib/builtins.py:2287
1346
1341
msgid " Show the differences from branch xxx to this working tree:"
1349
#: bzrlib/builtins.py:2173
1344
#: bzrlib/builtins.py:2289
1350
1345
msgid " bzr diff --old xxx"
1353
#: bzrlib/builtins.py:2175
1348
#: bzrlib/builtins.py:2291
1354
1349
msgid " Show the differences between two branches for file NEWS::"
1357
#: bzrlib/builtins.py:2177
1352
#: bzrlib/builtins.py:2293
1358
1353
msgid " bzr diff --old xxx --new yyy NEWS"
1361
#: bzrlib/builtins.py:2179
1356
#: bzrlib/builtins.py:2295
1362
1357
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1365
#: bzrlib/builtins.py:2181
1360
#: bzrlib/builtins.py:2297
1367
1362
" bzr diff --prefix old/:new/\n"
1374
1369
# help of 'diff-options' option of 'diff' command
1375
#: bzrlib/builtins.py:2191
1370
#: bzrlib/builtins.py:2307
1376
1371
msgid "Pass these options to the external diff program."
1379
1374
# help of 'prefix' option of 'diff' command
1380
#: bzrlib/builtins.py:2194
1375
#: bzrlib/builtins.py:2310
1382
1377
"Set prefixes added to old and new filenames, as two values separated by a "
1383
1378
"colon. (eg \"old/:new/\")."
1386
1381
# help of 'old' option of 'diff' command
1387
#: bzrlib/builtins.py:2197
1382
#: bzrlib/builtins.py:2313
1388
1383
msgid "Branch/tree to compare from."
1391
1386
# help of 'new' option of 'diff' command
1392
#: bzrlib/builtins.py:2201
1387
#: bzrlib/builtins.py:2317
1393
1388
msgid "Branch/tree to compare to."
1396
1391
# help of 'using' option of 'diff' command
1397
#: bzrlib/builtins.py:2207
1392
#: bzrlib/builtins.py:2323
1398
1393
msgid "Use this command to compare files."
1401
1396
# help of 'format' option of 'diff' command
1402
#: bzrlib/builtins.py:2212
1397
#: bzrlib/builtins.py:2328
1403
1398
msgid "Diff format to use."
1406
1401
# title of 'format' option of 'diff' command
1407
#: bzrlib/builtins.py:2214
1402
#: bzrlib/builtins.py:2330
1408
1403
msgid "Diff format"
1411
#: bzrlib/builtins.py:2236
1406
# help of 'context' option of 'diff' command
1407
#: bzrlib/builtins.py:2332
1408
msgid "How many lines of context to show."
1411
#: bzrlib/builtins.py:2357
1412
1412
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1415
#: bzrlib/builtins.py:2240
1415
#: bzrlib/builtins.py:2361
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:2366 bzrlib/builtins.py:2763 bzrlib/builtins.py:2776
1420
#: bzrlib/builtins.py:2784 bzrlib/builtins.py:4957
1421
1421
msgid "{0} and {1} are mutually exclusive"
1424
#: bzrlib/builtins.py:2265
1424
#: bzrlib/builtins.py:2386
1426
1426
"List files deleted in the working tree.\n"
1430
#: bzrlib/builtins.py:2343
1430
#: bzrlib/builtins.py:2463
1431
1431
msgid "Show the tree root directory."
1434
#: bzrlib/builtins.py:2345
1434
#: bzrlib/builtins.py:2465
1436
1436
"The root is the nearest enclosing directory with a .bzr control\n"
1440
#: bzrlib/builtins.py:2360
1440
#: bzrlib/builtins.py:2480
1441
1441
msgid "The limit argument must be an integer."
1444
#: bzrlib/builtins.py:2368
1444
#: bzrlib/builtins.py:2488
1445
1445
msgid "The levels argument must be an integer."
1448
#: bzrlib/builtins.py:2373
1448
#: bzrlib/builtins.py:2493
1449
1449
msgid "Show historical log for a branch or subset of a branch."
1452
#: bzrlib/builtins.py:2375
1452
#: bzrlib/builtins.py:2495
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:2569
1575
1575
msgid ":Path filtering:"
1578
#: bzrlib/builtins.py:2451
1578
#: bzrlib/builtins.py:2571
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:2575
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:2579
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:2582
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:2586
1606
1606
msgid " In this case:"
1609
#: bzrlib/builtins.py:2468
1609
#: bzrlib/builtins.py:2588
1610
1610
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1613
#: bzrlib/builtins.py:2470
1613
#: bzrlib/builtins.py:2590
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:2592
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:2595
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:2598
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:2602
1637
1637
msgid ":Other filtering:"
1640
#: bzrlib/builtins.py:2484
1640
#: bzrlib/builtins.py:2604
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:2651
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:2654
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:2660
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:2664
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:2665
1733
1733
msgid "Authors"
1736
1736
# help of 'levels' option of 'log' command
1737
#: bzrlib/builtins.py:2550
1737
#: bzrlib/builtins.py:2670
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:2680
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:2685
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:2687
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:2691
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:2693
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:2697
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:2700
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:2704
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:2708
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:2712
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:2716
1795
1795
msgid "Show revisions whose bugs match this expression."
1798
#: bzrlib/builtins.py:2650
1798
#: bzrlib/builtins.py:2770
1799
1799
msgid "--exclude-common-ancestry requires -r with two revisions"
1802
#: bzrlib/builtins.py:2678
1802
#: bzrlib/builtins.py:2798
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:2915
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:2931
1813
1813
#, python-format
1814
1814
msgid "bzr %s --revision takes one or two values."
1817
#: bzrlib/builtins.py:2856
1817
#: bzrlib/builtins.py:2976
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:2985
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:2987
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:2989
1835
1835
msgid "Print unknown files."
1838
1838
# help of 'versioned' option of 'ls' command
1839
#: bzrlib/builtins.py:2870
1839
#: bzrlib/builtins.py:2990
1840
1840
msgid "Print versioned files."
1843
1843
# help of 'ignored' option of 'ls' command
1844
#: bzrlib/builtins.py:2873
1844
#: bzrlib/builtins.py:2993
1845
1845
msgid "Print ignored files."
1848
1848
# help of 'kind' option of 'ls' command
1849
#: bzrlib/builtins.py:2875
1849
#: bzrlib/builtins.py:2995
1850
1850
msgid "List entries of a particular kind: file, directory, symlink."
1853
#: bzrlib/builtins.py:2888
1853
#: bzrlib/builtins.py:3008
1854
1854
msgid "invalid kind specified"
1857
#: bzrlib/builtins.py:2891
1857
#: bzrlib/builtins.py:3011
1858
1858
msgid "Cannot set both --verbose and --null"
1861
#: bzrlib/builtins.py:2900
1861
#: bzrlib/builtins.py:3020
1862
1862
msgid "cannot specify both --from-root and PATH"
1865
#: bzrlib/builtins.py:2987
1865
#: bzrlib/builtins.py:3107
1866
1866
msgid "Ignore specified files or patterns."
1869
#: bzrlib/builtins.py:2989
1869
#: bzrlib/builtins.py:3109
1870
1870
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1873
#: bzrlib/builtins.py:2991
1873
#: bzrlib/builtins.py:3111
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:3140
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:3143
1929
1929
" Ignore the top level Makefile::"
1932
#: bzrlib/builtins.py:3026
1932
#: bzrlib/builtins.py:3146
1933
1933
msgid " bzr ignore ./Makefile"
1936
#: bzrlib/builtins.py:3028
1936
#: bzrlib/builtins.py:3148
1937
1937
msgid " Ignore .class files in all directories...::"
1940
#: bzrlib/builtins.py:3030
1940
#: bzrlib/builtins.py:3150
1941
1941
msgid " bzr ignore \"*.class\""
1944
#: bzrlib/builtins.py:3032
1944
#: bzrlib/builtins.py:3152
1945
1945
msgid " ...but do not ignore \"special.class\"::"
1948
#: bzrlib/builtins.py:3034
1948
#: bzrlib/builtins.py:3154
1949
1949
msgid " bzr ignore \"!special.class\""
1952
#: bzrlib/builtins.py:3036
1952
#: bzrlib/builtins.py:3156
1953
1953
msgid " Ignore files whose name begins with the \"#\" character::"
1956
#: bzrlib/builtins.py:3038
1956
#: bzrlib/builtins.py:3158
1957
1957
msgid " bzr ignore \"RE:^#\""
1960
#: bzrlib/builtins.py:3040 bzrlib/builtins.py:3044
1960
#: bzrlib/builtins.py:3160 bzrlib/builtins.py:3164
1961
1961
msgid " Ignore .o files under the lib directory::"
1964
#: bzrlib/builtins.py:3042
1964
#: bzrlib/builtins.py:3162
1965
1965
msgid " bzr ignore \"lib/**/*.o\""
1968
#: bzrlib/builtins.py:3046
1968
#: bzrlib/builtins.py:3166
1969
1969
msgid " bzr ignore \"RE:lib/.*\\.o\""
1972
#: bzrlib/builtins.py:3048
1972
#: bzrlib/builtins.py:3168
1973
1973
msgid " Ignore everything but the \"debian\" toplevel directory::"
1976
#: bzrlib/builtins.py:3050
1976
#: bzrlib/builtins.py:3170
1978
1978
" bzr ignore \"RE:(?!debian/).*\"\n"
2018
#: bzrlib/builtins.py:3116
2018
#: bzrlib/builtins.py:3236
2019
2019
msgid "List ignored files and the patterns that matched them."
2022
#: bzrlib/builtins.py:3118
2022
#: bzrlib/builtins.py:3238
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:3241
2029
2029
msgid "Alternatively, to list just the files::"
2032
#: bzrlib/builtins.py:3123
2032
#: bzrlib/builtins.py:3243
2033
2033
msgid " bzr ls --ignored"
2036
#: bzrlib/builtins.py:3157
2036
#: bzrlib/builtins.py:3277
2037
2037
#, python-format
2038
2038
msgid "not a valid revision-number: %r"
2041
#: bzrlib/builtins.py:3164
2041
#: bzrlib/builtins.py:3284
2042
2042
msgid "Export current or past revision to a destination directory or archive."
2045
#: bzrlib/builtins.py:3166
2045
#: bzrlib/builtins.py:3286
2046
2046
msgid "If no revision is specified this exports the last committed revision."
2049
#: bzrlib/builtins.py:3168
2049
#: bzrlib/builtins.py:3288
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:3292
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:3296
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:3299
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:3301
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:3315
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:3318
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:3322
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:3324
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:3327
2110
2110
msgid "Export the working tree contents rather than that of the last revision."
2113
#: bzrlib/builtins.py:3226
2113
#: bzrlib/builtins.py:3346
2114
2114
msgid "--uncommitted requires a working tree"
2117
#: bzrlib/builtins.py:3235
2117
#: bzrlib/builtins.py:3355
2118
2118
#, python-format
2119
2119
msgid "Unsupported export format: %s"
2122
#: bzrlib/builtins.py:3239
2122
#: bzrlib/builtins.py:3359
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:3361
2127
2127
msgid "If no revision is nominated, the last revision is used."
2130
#: bzrlib/builtins.py:3243
2130
#: bzrlib/builtins.py:3363
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:3369
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:3370
2143
2143
msgid "Apply content filters to display the convenience form."
2146
#: bzrlib/builtins.py:3261
2146
#: bzrlib/builtins.py:3381
2147
2147
msgid "bzr cat --revision takes exactly one revision specifier"
2150
#: bzrlib/builtins.py:3286 bzrlib/builtins.py:3298
2150
#: bzrlib/builtins.py:3406 bzrlib/builtins.py:3418
2151
2151
msgid "{0!r} is not present in revision {1}"
2154
#: bzrlib/builtins.py:3321
2154
#: bzrlib/builtins.py:3441
2155
2155
msgid "Commit changes into a new revision."
2158
#: bzrlib/builtins.py:3323
2158
#: bzrlib/builtins.py:3443
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:3450
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:3454
2176
2176
msgid ":Selective commits:"
2179
#: bzrlib/builtins.py:3336
2179
#: bzrlib/builtins.py:3456
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:3460
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:3464
2194
2194
msgid " bzr commit foo -x foo/bar"
2197
#: bzrlib/builtins.py:3346
2197
#: bzrlib/builtins.py:3466
2198
2198
msgid " A selective commit after a merge is not yet supported."
2201
#: bzrlib/builtins.py:3348
2201
#: bzrlib/builtins.py:3468
2202
2202
msgid ":Custom authors:"
2205
#: bzrlib/builtins.py:3350
2205
#: bzrlib/builtins.py:3470
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:3501
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:3504
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:3507
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:3511
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:3513
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:3516
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:3519
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:3522
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:3525
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:3531
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:3534
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:3552
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:3570
2327
2327
#, python-format
2328
2328
msgid "Unrecognized bug %s. Commit refused."
2331
#: bzrlib/builtins.py:3453
2331
#: bzrlib/builtins.py:3573
2332
2332
#, python-format
2335
2335
"Commit refused."
2338
#: bzrlib/builtins.py:3477
2338
#: bzrlib/builtins.py:3597
2339
2339
msgid "Could not parse --commit-time: "
2342
#: bzrlib/builtins.py:3517
2342
#: bzrlib/builtins.py:3637
2343
2343
msgid "please specify either --message or --file"
2346
#: bzrlib/builtins.py:3546
2346
#: bzrlib/builtins.py:3666
2347
2347
msgid "please specify a commit message with either --message or --file"
2350
#: bzrlib/builtins.py:3549
2350
#: bzrlib/builtins.py:3669
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:3689
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:3693
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:3697
2369
2369
msgid "Commit refused because there are unknown files in the working tree."
2372
#: bzrlib/builtins.py:3580
2372
#: bzrlib/builtins.py:3700
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:3708
2381
2381
"Validate working tree structure, branch consistency and repository history."
2384
#: bzrlib/builtins.py:3590
2384
#: bzrlib/builtins.py:3710
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:3713
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:3716
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:3720
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:3724
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:3739
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:3744
2442
2442
msgid " Check the tree and branch at 'foo'::"
2445
#: bzrlib/builtins.py:3626
2445
#: bzrlib/builtins.py:3746
2446
2446
msgid " bzr check --tree --branch foo"
2449
#: bzrlib/builtins.py:3628
2449
#: bzrlib/builtins.py:3748
2450
2450
msgid " Check only the repository at 'bar'::"
2453
#: bzrlib/builtins.py:3630
2453
#: bzrlib/builtins.py:3750
2454
2454
msgid " bzr check --repo bar"
2457
#: bzrlib/builtins.py:3632
2457
#: bzrlib/builtins.py:3752
2458
2458
msgid " Check everything at 'baz'::"
2461
#: bzrlib/builtins.py:3634
2461
#: bzrlib/builtins.py:3754
2462
2462
msgid " bzr check baz"
2465
2465
# help of 'branch' option of 'check' command
2466
#: bzrlib/builtins.py:3640
2466
#: bzrlib/builtins.py:3760
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:3762
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:3764
2477
2477
msgid "Check the working tree related to the current directory."
2480
#: bzrlib/builtins.py:3658
2480
#: bzrlib/builtins.py:3778
2481
2481
msgid "Upgrade a repository, branch or working tree to a newer format."
2484
#: bzrlib/builtins.py:3660
2484
#: bzrlib/builtins.py:3780
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:3806
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:3814
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:3818
2536
2536
msgid "Branch format"
2539
2539
# help of 'clean' option of 'upgrade' command
2540
#: bzrlib/builtins.py:3700
2540
#: bzrlib/builtins.py:3820
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:3822
2547
2547
msgid "Show what would be done, but don't actually do anything."
2550
#: bzrlib/builtins.py:3717
2550
#: bzrlib/builtins.py:3837
2551
2551
msgid "Show or set bzr user id."
2554
#: bzrlib/builtins.py:3719
2554
#: bzrlib/builtins.py:3839
2557
2557
" Show the email of the current user::"
2560
#: bzrlib/builtins.py:3722
2560
#: bzrlib/builtins.py:3842
2561
2561
msgid " bzr whoami --email"
2564
#: bzrlib/builtins.py:3724
2564
#: bzrlib/builtins.py:3844
2565
2565
msgid " Set the current user::"
2568
#: bzrlib/builtins.py:3726
2568
#: bzrlib/builtins.py:3846
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:3850
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:3852
2579
2579
msgid "Set identity for the current branch instead of globally."
2582
#: bzrlib/builtins.py:3758
2582
#: bzrlib/builtins.py:3878
2583
2583
msgid "--email can only be used to display existing identity"
2586
#: bzrlib/builtins.py:3780
2586
#: bzrlib/builtins.py:3902
2587
2587
msgid "Print or set the branch nickname."
2590
#: bzrlib/builtins.py:3782
2590
#: bzrlib/builtins.py:3904
2592
"If unset, the tree root directory name is used as the nickname.\n"
2593
"To print the current nickname, execute with no argument."
2592
"If unset, the colocated branch name is used for colocated branches, and\n"
2593
"the branch directory name is used for other branches. To print the\n"
2594
"current nickname, execute with no argument."
2596
#: bzrlib/builtins.py:3785
2597
#: bzrlib/builtins.py:3908
2598
2599
"Bound branches use the nickname of its master branch unless it is set\n"
2602
#: bzrlib/builtins.py:3805
2603
#: bzrlib/builtins.py:3928
2603
2604
msgid "Set/unset and display aliases."
2606
#: bzrlib/builtins.py:3807
2607
#: bzrlib/builtins.py:3930
2609
2610
" Show the current aliases::"
2612
#: bzrlib/builtins.py:3810
2613
#: bzrlib/builtins.py:3933
2613
2614
msgid " bzr alias"
2616
#: bzrlib/builtins.py:3812
2617
#: bzrlib/builtins.py:3935
2617
2618
msgid " Show the alias specified for 'll'::"
2620
#: bzrlib/builtins.py:3814
2621
#: bzrlib/builtins.py:3937
2621
2622
msgid " bzr alias ll"
2624
#: bzrlib/builtins.py:3816
2625
#: bzrlib/builtins.py:3939
2625
2626
msgid " Set an alias for 'll'::"
2628
#: bzrlib/builtins.py:3818
2629
#: bzrlib/builtins.py:3941
2629
2630
msgid " bzr alias ll=\"log --line -r-10..-1\""
2632
#: bzrlib/builtins.py:3820
2633
#: bzrlib/builtins.py:3943
2633
2634
msgid " To remove an alias for 'll'::"
2636
#: bzrlib/builtins.py:3822
2637
#: bzrlib/builtins.py:3945
2637
2638
msgid " bzr alias --remove ll"
2640
2641
# help of 'remove' option of 'alias' command
2641
#: bzrlib/builtins.py:3827
2642
#: bzrlib/builtins.py:3950
2642
2643
msgid "Remove the alias."
2645
#: bzrlib/builtins.py:3845
2646
#: bzrlib/builtins.py:3968
2646
2647
msgid "bzr alias --remove expects an alias to remove."
2649
#: bzrlib/builtins.py:4026
2650
#: bzrlib/builtins.py:4149
2650
2651
msgid "subunit not available. subunit needs to be installed to use --subunit."
2653
#: bzrlib/builtins.py:4043
2654
#: bzrlib/builtins.py:4166
2655
2656
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2658
#: bzrlib/builtins.py:4090
2659
#: bzrlib/builtins.py:4213
2659
2660
msgid "Show version of bzr."
2662
2663
# help of 'short' option of 'version' command
2663
#: bzrlib/builtins.py:4094
2664
#: bzrlib/builtins.py:4217
2664
2665
msgid "Print just the version number."
2667
#: bzrlib/builtins.py:4113
2668
#: bzrlib/builtins.py:4236
2668
2669
msgid "It sure does!\n"
2671
#: bzrlib/builtins.py:4137
2672
#: bzrlib/builtins.py:4260
2672
2673
#, python-format
2673
2674
msgid "merge base is revision %s\n"
2676
#: bzrlib/builtins.py:4141
2677
#: bzrlib/builtins.py:4264
2677
2678
msgid "Perform a three-way merge."
2680
#: bzrlib/builtins.py:4143
2681
#: bzrlib/builtins.py:4266
2682
2683
"The source of the merge can be specified either in the form of a branch,\n"
2683
2684
"or in the form of a path to a file containing a merge directive generated\n"
2752
2753
"merge revision which has more than two parents."
2755
#: bzrlib/builtins.py:4190
2756
#: bzrlib/builtins.py:4313
2757
2758
"If one would like to merge changes from the working tree of the other\n"
2758
2759
"branch without merging any committed revisions, the --uncommitted option\n"
2759
2760
"can be given."
2762
#: bzrlib/builtins.py:4194
2763
#: bzrlib/builtins.py:4317
2764
2765
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2765
2766
"you to apply each diff hunk and file change, similar to \"shelve\"."
2768
#: bzrlib/builtins.py:4197
2769
#: bzrlib/builtins.py:4320
2771
2772
" To merge all new revisions from bzr.dev::"
2774
#: bzrlib/builtins.py:4200
2775
#: bzrlib/builtins.py:4323
2775
2776
msgid " bzr merge ../bzr.dev"
2778
#: bzrlib/builtins.py:4202
2779
#: bzrlib/builtins.py:4325
2779
2780
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2782
#: bzrlib/builtins.py:4204
2783
#: bzrlib/builtins.py:4327
2783
2784
msgid " bzr merge -r 82 ../bzr.dev"
2786
#: bzrlib/builtins.py:4206
2787
#: bzrlib/builtins.py:4329
2787
2788
msgid " To merge the changes introduced by 82, without previous changes::"
2790
#: bzrlib/builtins.py:4208
2791
#: bzrlib/builtins.py:4331
2791
2792
msgid " bzr merge -r 81..82 ../bzr.dev"
2794
#: bzrlib/builtins.py:4210
2795
#: bzrlib/builtins.py:4333
2795
2796
msgid " To apply a merge directive contained in /tmp/merge::"
2798
#: bzrlib/builtins.py:4212
2799
#: bzrlib/builtins.py:4335
2799
2800
msgid " bzr merge /tmp/merge"
2802
#: bzrlib/builtins.py:4214
2803
#: bzrlib/builtins.py:4337
2804
2805
" To create a merge revision with three parents from two branches\n"
2805
2806
" feature1a and feature1b:"
2808
#: bzrlib/builtins.py:4217
2809
#: bzrlib/builtins.py:4340
2810
2811
" bzr merge ../feature1a\n"
2811
2812
" bzr merge ../feature1b --force\n"
2834
2835
# help of 'directory' option of 'merge' command
2835
#: bzrlib/builtins.py:4242
2836
#: bzrlib/builtins.py:4365
2837
2838
"Branch to merge into, rather than the one containing the working directory."
2840
2841
# help of 'preview' option of 'merge' command
2841
#: bzrlib/builtins.py:4244
2842
#: bzrlib/builtins.py:4367
2842
2843
msgid "Instead of merging, show a diff of the merge."
2845
2846
# help of 'interactive' option of 'merge' command
2846
#: bzrlib/builtins.py:4246
2847
#: bzrlib/builtins.py:4369
2847
2848
msgid "Select changes interactively."
2850
#: bzrlib/builtins.py:4268
2851
#: bzrlib/builtins.py:4391
2852
2853
"Merging into empty branches not currently supported, https://bugs.launchpad."
2853
2854
"net/bzr/+bug/308562"
2856
#: bzrlib/builtins.py:4295
2857
#: bzrlib/builtins.py:4418
2857
2858
msgid "Cannot use --uncommitted with bundles or merge directives."
2860
#: bzrlib/builtins.py:4306
2861
#: bzrlib/builtins.py:4429
2861
2862
msgid "Cannot use --uncommitted and --revision at the same time."
2864
#: bzrlib/builtins.py:4326
2865
#: bzrlib/builtins.py:4449
2865
2866
msgid "merger: "
2868
#: bzrlib/builtins.py:4328 bzrlib/bundle/apply_bundle.py:71
2869
#: bzrlib/builtins.py:4451 bzrlib/bundle/apply_bundle.py:71
2869
2870
msgid "Nothing to do."
2872
#: bzrlib/builtins.py:4332
2873
#: bzrlib/builtins.py:4455
2873
2874
msgid "Cannot pull individual files"
2876
#: bzrlib/builtins.py:4340
2877
#: bzrlib/builtins.py:4463
2877
2878
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2880
#: bzrlib/builtins.py:4398
2881
#: bzrlib/builtins.py:4521
2881
2882
#, python-format
2882
2883
msgid "Show-base is not supported for this merge type. %s"
2885
#: bzrlib/builtins.py:4407
2886
#: bzrlib/builtins.py:4530
2886
2887
#, python-format
2887
2888
msgid "Conflict reduction is not supported for merge type %s."
2890
#: bzrlib/builtins.py:4411
2891
#: bzrlib/builtins.py:4534
2891
2892
msgid "Cannot do conflict reduction and show base."
2894
#: bzrlib/builtins.py:4522
2895
#: bzrlib/builtins.py:4645
2895
2896
msgid "No location specified or remembered"
2898
#: bzrlib/builtins.py:4524
2899
#: bzrlib/builtins.py:4647
2899
2900
msgid "{0} remembered {1} location {2}"
2902
#: bzrlib/builtins.py:4530
2903
#: bzrlib/builtins.py:4653
2903
2904
msgid "Redo a merge."
2906
#: bzrlib/builtins.py:4532
2907
#: bzrlib/builtins.py:4655
2908
2909
"Use this if you want to try a different merge technique while resolving\n"
2909
2910
"conflicts. Some merge techniques are better than others, and remerge\n"
2910
2911
"lets you try different ones on different files."
2913
#: bzrlib/builtins.py:4536
2914
#: bzrlib/builtins.py:4659
2915
2916
"The options for remerge have the same meaning and defaults as the ones for\n"
2916
2917
"merge. The difference is that remerge can (only) be run when there is a\n"
2917
2918
"pending merge, and it lets you specify particular files."
2920
#: bzrlib/builtins.py:4540
2921
#: bzrlib/builtins.py:4663
2923
2924
" Re-do the merge of all conflicted files, and show the base text in\n"
2924
2925
" conflict regions, in addition to the usual THIS and OTHER texts::"
2927
#: bzrlib/builtins.py:4544
2928
#: bzrlib/builtins.py:4667
2928
2929
msgid " bzr remerge --show-base"
2931
#: bzrlib/builtins.py:4546
2932
#: bzrlib/builtins.py:4669
2933
2934
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2934
2935
" additional processing to reduce the size of conflict regions::"
2937
#: bzrlib/builtins.py:4549
2938
#: bzrlib/builtins.py:4672
2938
2939
msgid " bzr remerge --merge-type weave --reprocess foobar"
2942
2943
# help of 'show-base' option of 'pull' command
2943
2944
# help of 'show-base' option of 'remerge' command
2944
2945
# help of 'show-base' option of 'update' command
2945
#: bzrlib/builtins.py:4556
2946
#: bzrlib/builtins.py:4679
2946
2947
msgid "Show base revision text in conflicts."
2949
#: bzrlib/builtins.py:4568
2950
#: bzrlib/builtins.py:4691
2951
2952
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2955
#: bzrlib/builtins.py:4624
2956
msgid "Revert files to a previous revision."
2956
#: bzrlib/builtins.py:4749
2958
"Set files in the working tree back to the contents of a previous revision."
2959
#: bzrlib/builtins.py:4626
2961
#: bzrlib/builtins.py:4751
2961
2963
"Giving a list of files will revert only those files. Otherwise, all files\n"
2962
2964
"will be reverted. If the revision is not specified with '--revision', the\n"
2963
"last committed revision is used."
2965
"working tree basis revision is used. A revert operation affects only the\n"
2966
"working tree, not any revision history like the branch and repository or\n"
2967
"the working tree basis revision."
2966
#: bzrlib/builtins.py:4630
2970
#: bzrlib/builtins.py:4757
2968
2972
"To remove only some changes, without reverting to a prior version, use\n"
2969
2973
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2970
2974
"will remove the changes introduced by the second last commit (-2), without\n"
2971
2975
"affecting the changes introduced by the last commit (-1). To remove\n"
2972
"certain changes on a hunk-by-hunk basis, see the shelve command."
2976
"certain changes on a hunk-by-hunk basis, see the shelve command.\n"
2977
"To update the branch to a specific revision or the latest revision and\n"
2978
"update the working tree accordingly while preserving local changes, see the\n"
2975
#: bzrlib/builtins.py:4636
2982
#: bzrlib/builtins.py:4766
2977
"By default, any files that have been manually changed will be backed up\n"
2978
"first. (Files changed only by merge are not backed up.) Backup files have\n"
2979
"'.~#~' appended to their name, where # is a number."
2984
"Uncommitted changes to files that are reverted will be discarded.\n"
2985
"Howver, by default, any files that have been manually changed will be\n"
2986
"backed up first. (Files changed only by merge are not backed up.) Backup\n"
2987
"files have '.~#~' appended to their name, where # is a number."
2982
#: bzrlib/builtins.py:4640
2990
#: bzrlib/builtins.py:4771
2984
2992
"When you provide files, you can use their current pathname or the pathname\n"
2985
2993
"from the target revision. So you can use revert to \"undelete\" a file by\n"
3061
3069
" 0 - no missing revisions"
3064
#: bzrlib/builtins.py:4754
3072
#: bzrlib/builtins.py:4885
3066
3074
" Determine the missing revisions between this and the branch at the\n"
3067
3075
" remembered pull location::"
3070
#: bzrlib/builtins.py:4757
3078
#: bzrlib/builtins.py:4888
3071
3079
msgid " bzr missing"
3074
#: bzrlib/builtins.py:4759
3082
#: bzrlib/builtins.py:4890
3075
3083
msgid " Determine the missing revisions between this and another branch::"
3078
#: bzrlib/builtins.py:4761
3086
#: bzrlib/builtins.py:4892
3079
3087
msgid " bzr missing http://server/branch"
3082
#: bzrlib/builtins.py:4763
3090
#: bzrlib/builtins.py:4894
3084
3092
" Determine the missing revisions up to a specific revision on the other\n"
3088
#: bzrlib/builtins.py:4766
3096
#: bzrlib/builtins.py:4897
3089
3097
msgid " bzr missing -r ..-10"
3092
#: bzrlib/builtins.py:4768
3100
#: bzrlib/builtins.py:4899
3094
3102
" Determine the missing revisions up to a specific revision on this\n"
3098
#: bzrlib/builtins.py:4771
3106
#: bzrlib/builtins.py:4902
3099
3107
msgid " bzr missing --my-revision ..-10"
3102
3110
# help of 'reverse' option of 'missing' command
3103
#: bzrlib/builtins.py:4778
3111
#: bzrlib/builtins.py:4909
3104
3112
msgid "Reverse the order of revisions."
3107
3115
# help of 'mine-only' option of 'missing' command
3108
#: bzrlib/builtins.py:4780
3116
#: bzrlib/builtins.py:4911
3109
3117
msgid "Display changes in the local branch only."
3112
3120
# help of 'this' option of 'missing' command
3113
#: bzrlib/builtins.py:4781
3121
#: bzrlib/builtins.py:4912
3114
3122
msgid "Same as --mine-only."
3117
3125
# help of 'theirs-only' option of 'missing' command
3118
#: bzrlib/builtins.py:4783
3126
#: bzrlib/builtins.py:4914
3119
3127
msgid "Display changes in the remote branch only."
3122
3130
# help of 'other' option of 'missing' command
3123
#: bzrlib/builtins.py:4784
3131
#: bzrlib/builtins.py:4915
3124
3132
msgid "Same as --theirs-only."
3127
3135
# help of 'revision' option of 'missing' command
3128
#: bzrlib/builtins.py:4789
3136
#: bzrlib/builtins.py:4920
3130
3138
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3134
3142
# help of 'my-revision' option of 'missing' command
3135
#: bzrlib/builtins.py:4793
3143
#: bzrlib/builtins.py:4924
3137
3145
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3141
3149
# help of 'include-merged' option of 'missing' command
3142
#: bzrlib/builtins.py:4796
3150
#: bzrlib/builtins.py:4927
3143
3151
msgid "Show all revisions in addition to the mainline ones."
3146
#: bzrlib/builtins.py:4850
3154
#: bzrlib/builtins.py:4981
3147
3155
msgid "No peer location known or specified."
3150
#: bzrlib/builtins.py:4854
3158
#: bzrlib/builtins.py:4985
3151
3159
msgid "Using saved parent location: {0}\n"
3154
#: bzrlib/builtins.py:4887
3162
#: bzrlib/builtins.py:5018
3155
3163
#, python-format
3156
3164
msgid "You have %d extra revision:\n"
3157
3165
msgid_plural "You have %d extra revisions:\n"
3161
#: bzrlib/builtins.py:4903
3169
#: bzrlib/builtins.py:5038
3162
3170
#, python-format
3163
3171
msgid "You are missing %d revision:\n"
3164
3172
msgid_plural "You are missing %d revisions:\n"
3168
#: bzrlib/builtins.py:4915
3176
#: bzrlib/builtins.py:5053
3169
3177
msgid "This branch has no new revisions.\n"
3172
#: bzrlib/builtins.py:4918
3180
#: bzrlib/builtins.py:5056
3173
3181
msgid "Other branch has no new revisions.\n"
3176
#: bzrlib/builtins.py:4923
3184
#: bzrlib/builtins.py:5061
3177
3185
msgid "Branches are up to date.\n"
3180
#: bzrlib/builtins.py:4934
3188
#: bzrlib/builtins.py:5072
3181
3189
msgid "Compress the data within a repository."
3184
#: bzrlib/builtins.py:4936
3192
#: bzrlib/builtins.py:5074
3186
3194
"This operation compresses the data within a bazaar repository. As\n"
3187
3195
"bazaar supports automatic packing of repository, this operation is\n"
3188
3196
"normally not required to be done manually."
3191
#: bzrlib/builtins.py:4940
3199
#: bzrlib/builtins.py:5078
3193
3201
"During the pack operation, bazaar takes a backup of existing repository\n"
3194
3202
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3241
3249
"plugins using the Python programming language."
3244
#: bzrlib/builtins.py:4998
3252
#: bzrlib/builtins.py:5136
3245
3253
msgid "Show testament (signing-form) of a revision."
3248
3256
# help of 'long' option of 'testament' command
3249
#: bzrlib/builtins.py:5001
3257
#: bzrlib/builtins.py:5139
3250
3258
msgid "Produce long-format testament."
3253
3261
# help of 'strict' option of 'testament' command
3254
#: bzrlib/builtins.py:5003
3262
#: bzrlib/builtins.py:5141
3255
3263
msgid "Produce a strict-format testament."
3258
#: bzrlib/builtins.py:5029
3266
#: bzrlib/builtins.py:5168
3259
3267
msgid "Show the origin of each line in a file."
3262
#: bzrlib/builtins.py:5031
3270
#: bzrlib/builtins.py:5170
3264
3272
"This prints out the given file with an annotation on the left side\n"
3265
3273
"indicating which revision, author and date introduced the change."
3268
#: bzrlib/builtins.py:5034
3276
#: bzrlib/builtins.py:5173
3270
3278
"If the origin is the same for a run of consecutive lines, it is\n"
3271
3279
"shown only at the top, unless the --all option is given."
3274
3282
# help of 'all' option of 'annotate' command
3275
#: bzrlib/builtins.py:5042
3283
#: bzrlib/builtins.py:5181
3276
3284
msgid "Show annotations on all lines."
3279
3287
# help of 'long' option of 'annotate' command
3280
#: bzrlib/builtins.py:5043
3288
#: bzrlib/builtins.py:5182
3281
3289
msgid "Show commit date in annotations."
3284
#: bzrlib/builtins.py:5130
3292
#: bzrlib/builtins.py:5269
3285
3293
msgid "Cannot sign a range of non-revision-history revisions"
3288
#: bzrlib/builtins.py:5142
3296
#: bzrlib/builtins.py:5281
3289
3297
msgid "Please supply either one revision, or a range."
3292
#: bzrlib/builtins.py:5146
3300
#: bzrlib/builtins.py:5285
3294
3302
"Convert the current branch into a checkout of the supplied branch.\n"
3295
3303
"If no branch is supplied, rebind to the last bound location."
3298
#: bzrlib/builtins.py:5149
3306
#: bzrlib/builtins.py:5288
3300
3308
"Once converted into a checkout, commits must succeed on the master branch\n"
3301
3309
"before they will be applied to the local branch."
3304
#: bzrlib/builtins.py:5152
3312
#: bzrlib/builtins.py:5291
3306
3314
"Bound branches use the nickname of its master branch unless it is set\n"
3307
3315
"locally, in which case binding will update the local nickname to be\n"
3308
3316
"that of the master."
3311
#: bzrlib/builtins.py:5167
3319
#: bzrlib/builtins.py:5306
3312
3320
msgid "No location supplied. This format does not remember old locations."
3315
#: bzrlib/builtins.py:5172
3323
#: bzrlib/builtins.py:5312
3316
3324
msgid "Branch is already bound"
3319
#: bzrlib/builtins.py:5174
3327
#: bzrlib/builtins.py:5315
3320
3328
msgid "No location supplied and no previous location known"
3323
#: bzrlib/builtins.py:5180
3331
#: bzrlib/builtins.py:5321
3324
3332
msgid "These branches have diverged. Try merging, and then bind again."
3327
#: bzrlib/builtins.py:5187
3335
#: bzrlib/builtins.py:5328
3328
3336
msgid "Convert the current checkout into a regular branch."
3331
#: bzrlib/builtins.py:5189
3339
#: bzrlib/builtins.py:5330
3333
3341
"After unbinding, the local branch is considered independent and subsequent\n"
3334
3342
"commits will be local only."
3337
#: bzrlib/builtins.py:5200
3345
#: bzrlib/builtins.py:5341
3338
3346
msgid "Local branch is not bound"
3341
#: bzrlib/builtins.py:5204
3349
#: bzrlib/builtins.py:5345
3342
3350
msgid "Remove the last committed revision."
3345
#: bzrlib/builtins.py:5206
3353
#: bzrlib/builtins.py:5347
3347
3355
"--verbose will print out what is being removed.\n"
3348
3356
"--dry-run will go through all the motions, but not actually\n"
3349
3357
"remove anything."
3352
#: bzrlib/builtins.py:5210
3360
#: bzrlib/builtins.py:5351
3354
3362
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3355
3363
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3356
3364
"branch at revision 15."
3359
#: bzrlib/builtins.py:5214
3367
#: bzrlib/builtins.py:5355
3361
3369
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3362
3370
"it may make is to restore any pending merges that were present before\n"
3366
3374
# help of 'dry-run' option of 'uncommit' command
3367
#: bzrlib/builtins.py:5225
3375
#: bzrlib/builtins.py:5366
3368
3376
msgid "Don't actually make changes."
3371
3379
# help of 'force' option of 'uncommit' command
3372
#: bzrlib/builtins.py:5226
3380
#: bzrlib/builtins.py:5367
3373
3381
msgid "Say yes to all questions."
3376
3384
# help of 'keep-tags' option of 'uncommit' command
3377
#: bzrlib/builtins.py:5228
3385
#: bzrlib/builtins.py:5369
3378
3386
msgid "Keep tags that point to removed revisions."
3381
3389
# help of 'local' option of 'uncommit' command
3382
#: bzrlib/builtins.py:5230
3390
#: bzrlib/builtins.py:5371
3383
3391
msgid "Only remove the commits from the local branch when in a checkout."
3386
#: bzrlib/builtins.py:5279
3394
#: bzrlib/builtins.py:5420
3387
3395
msgid "No revisions to uncommit.\n"
3390
#: bzrlib/builtins.py:5294
3398
#: bzrlib/builtins.py:5435
3391
3399
msgid "Dry-run, pretending to remove the above revisions.\n"
3394
#: bzrlib/builtins.py:5297
3402
#: bzrlib/builtins.py:5438
3395
3403
msgid "The above revision(s) will be removed.\n"
3398
#: bzrlib/builtins.py:5301
3406
#: bzrlib/builtins.py:5442
3399
3407
msgid "Uncommit these revisions"
3402
#: bzrlib/builtins.py:5304
3410
#: bzrlib/builtins.py:5445
3403
3411
msgid "Canceled\n"
3406
#: bzrlib/builtins.py:5311
3414
#: bzrlib/builtins.py:5452
3407
3415
#, python-format
3409
3417
"You can restore the old tip by running:\n"
3410
3418
" bzr pull . -r revid:%s\n"
3413
#: bzrlib/builtins.py:5316
3421
#: bzrlib/builtins.py:5457
3414
3422
msgid "Break a dead lock."
3417
#: bzrlib/builtins.py:5318
3425
#: bzrlib/builtins.py:5459
3419
3427
"This command breaks a lock on a repository, branch, working directory or\n"
3423
#: bzrlib/builtins.py:5321
3431
#: bzrlib/builtins.py:5462
3425
3433
"CAUTION: Locks should only be broken when you are sure that the process\n"
3426
3434
"holding the lock has been stopped."
3429
#: bzrlib/builtins.py:5324
3437
#: bzrlib/builtins.py:5465
3431
3439
"You can get information on what locks are open via the 'bzr info\n"
3432
3440
"[location]' command."
3435
#: bzrlib/builtins.py:5327
3443
#: bzrlib/builtins.py:5468
3438
3446
" bzr break-lock\n"
3443
3451
# help of 'config' option of 'break-lock' command
3444
#: bzrlib/builtins.py:5336
3452
#: bzrlib/builtins.py:5477
3445
3453
msgid "LOCATION is the directory where the config lock is."
3448
3456
# help of 'force' option of 'break-lock' command
3449
#: bzrlib/builtins.py:5338
3457
#: bzrlib/builtins.py:5479
3450
3458
msgid "Do not ask for confirmation before breaking the lock."
3453
3461
# help of 'protocol=bzr' option of 'serve' command
3454
#: bzrlib/builtins.py:5373
3462
#: bzrlib/builtins.py:5514
3455
3463
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3458
#: bzrlib/builtins.py:5374
3466
#: bzrlib/builtins.py:5515
3459
3467
msgid "Run the bzr server."
3462
3470
# help of 'inet' option of 'serve' command
3463
#: bzrlib/builtins.py:5380
3471
#: bzrlib/builtins.py:5521
3464
3472
msgid "Serve on stdin/out for use from inetd or sshd."
3467
3475
# title of 'protocol' option of 'serve' command
3468
#: bzrlib/builtins.py:5381
3476
#: bzrlib/builtins.py:5522
3469
3477
msgid "protocol"
3472
3480
# help of 'protocol' option of 'serve' command
3473
#: bzrlib/builtins.py:5382
3481
#: bzrlib/builtins.py:5523
3474
3482
msgid "Protocol to serve."
3485
# help of 'listen' option of 'serve' command
3486
#: bzrlib/builtins.py:5527
3487
msgid "Listen for connections on nominated address."
3477
3490
# help of 'port' option of 'serve' command
3478
#: bzrlib/builtins.py:5386
3491
#: bzrlib/builtins.py:5529
3480
"Listen for connections on nominated port of the form [hostname:]portnumber. "
3481
"Passing 0 as the port number will result in a dynamically allocated port. "
3482
"The default port depends on the protocol."
3493
"Listen for connections on nominated port. Passing 0 as the port number will "
3494
"result in a dynamically allocated port. The default port depends on the "
3485
3498
# help of 'directory' option of 'serve' command
3486
#: bzrlib/builtins.py:5392
3499
#: bzrlib/builtins.py:5534
3487
3500
msgid "Serve contents of this directory."
3490
3503
# help of 'allow-writes' option of 'serve' command
3491
#: bzrlib/builtins.py:5394
3504
#: bzrlib/builtins.py:5536
3493
3506
"By default the server is a readonly server. Supplying --allow-writes "
3494
3507
"enables write access to the contents of the served directory and below. "
3500
3513
# help of 'client-timeout' option of 'serve' command
3501
#: bzrlib/builtins.py:5403
3514
#: bzrlib/builtins.py:5545
3502
3515
msgid "Override the default idle client timeout (5min)."
3505
#: bzrlib/builtins.py:5453
3518
#: bzrlib/builtins.py:5563
3506
3519
msgid "Combine a tree into its containing tree."
3509
#: bzrlib/builtins.py:5455
3522
#: bzrlib/builtins.py:5565
3510
3523
msgid "This command requires the target tree to be in a rich-root format."
3513
#: bzrlib/builtins.py:5457
3526
#: bzrlib/builtins.py:5567
3515
3528
"The TREE argument should be an independent tree, inside another tree, but\n"
3516
3529
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3517
3530
"running \"bzr branch\" with the target inside a tree.)"
3520
#: bzrlib/builtins.py:5461
3533
#: bzrlib/builtins.py:5571
3522
3535
"The result is a combined tree, with the subtree no longer an independent\n"
3523
3536
"part. This is marked as a merge of the subtree into the containing tree,\n"
3524
3537
"and all history is preserved."
3527
#: bzrlib/builtins.py:5479
3540
#: bzrlib/builtins.py:5589
3528
3541
#, python-format
3530
3543
"Can't join trees because %s doesn't support rich root data.\n"
3531
3544
"You can use bzr upgrade on the repository."
3534
#: bzrlib/builtins.py:5489 bzrlib/builtins.py:5495
3547
#: bzrlib/builtins.py:5599 bzrlib/builtins.py:5605
3535
3548
msgid "Cannot join {0}. {1}"
3538
#: bzrlib/builtins.py:5499
3551
#: bzrlib/builtins.py:5609
3539
3552
msgid "Split a subdirectory of a tree into a separate tree."
3542
#: bzrlib/builtins.py:5501
3555
#: bzrlib/builtins.py:5611
3544
3557
"This command will produce a target tree in a format that supports\n"
3545
3558
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3546
3559
"converted into earlier formats like 'dirstate-tags'."
3549
#: bzrlib/builtins.py:5505
3562
#: bzrlib/builtins.py:5615
3551
3564
"The TREE argument should be a subdirectory of a working tree. That\n"
3552
3565
"subdirectory will be converted into an independent tree, with its own\n"
3553
3566
"branch. Commits in the top-level tree will not apply to the new subtree."
3556
#: bzrlib/builtins.py:5585
3569
#: bzrlib/builtins.py:5695
3557
3570
msgid "No submit branch specified or known"
3560
#: bzrlib/builtins.py:5593 bzrlib/send.py:108
3573
#: bzrlib/builtins.py:5704 bzrlib/send.py:109
3561
3574
msgid "No public branch specified or known"
3564
#: bzrlib/builtins.py:5598
3577
#: bzrlib/builtins.py:5709
3565
3578
msgid "bzr merge-directive takes at most two one revision identifiers"
3568
#: bzrlib/builtins.py:5607
3581
#: bzrlib/builtins.py:5718
3569
3582
msgid "No revisions to bundle."
3572
#: bzrlib/builtins.py:5626
3585
#: bzrlib/builtins.py:5737
3573
3586
msgid "Mail or create a merge-directive for submitting changes."
3576
#: bzrlib/builtins.py:5628
3589
#: bzrlib/builtins.py:5739
3577
3590
msgid "A merge directive provides many things needed for requesting merges:"
3580
#: bzrlib/builtins.py:5630
3593
#: bzrlib/builtins.py:5741
3581
3594
msgid "* A machine-readable description of the merge to perform"
3584
#: bzrlib/builtins.py:5632
3597
#: bzrlib/builtins.py:5743
3585
3598
msgid "* An optional patch that is a preview of the changes requested"
3588
#: bzrlib/builtins.py:5634
3601
#: bzrlib/builtins.py:5745
3590
3603
"* An optional bundle of revision data, so that the changes can be applied\n"
3591
3604
" directly from the merge directive, without retrieving data from a\n"
3595
#: bzrlib/builtins.py:5638
3608
#: bzrlib/builtins.py:5749
3597
3610
"`bzr send` creates a compact data set that, when applied using bzr\n"
3598
3611
"merge, has the same effect as merging from the source branch. "
3601
#: bzrlib/builtins.py:5641
3614
#: bzrlib/builtins.py:5752
3603
3616
"By default the merge directive is self-contained and can be applied to any\n"
3604
3617
"branch containing submit_branch in its ancestory without needing access to\n"
3605
3618
"the source branch."
3608
#: bzrlib/builtins.py:5645
3621
#: bzrlib/builtins.py:5756
3610
3623
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3611
3624
"revisions, but only a structured request to merge from the\n"
3700
3713
# help of 'output' option of 'send' command
3701
#: bzrlib/builtins.py:5720
3714
#: bzrlib/builtins.py:5831
3702
3715
msgid "Write merge directive to this file or directory; use - for stdout."
3705
3718
# help of 'strict' option of 'send' command
3706
#: bzrlib/builtins.py:5724
3719
#: bzrlib/builtins.py:5835
3708
3721
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3709
3722
"strict disables the check."
3712
3725
# help of 'mail-to' option of 'send' command
3713
#: bzrlib/builtins.py:5726
3726
#: bzrlib/builtins.py:5837
3714
3727
msgid "Mail the request to this address."
3717
3730
# help of 'body' option of 'send' command
3718
#: bzrlib/builtins.py:5730
3731
#: bzrlib/builtins.py:5841
3719
3732
msgid "Body for the email."
3722
3735
# help of 'no-bundle' option of 'send' command
3723
#: bzrlib/builtins.py:5783
3736
#: bzrlib/builtins.py:5894
3724
3737
msgid "Do not include a bundle in the merge directive."
3727
3740
# help of 'no-patch' option of 'send' command
3728
#: bzrlib/builtins.py:5784
3741
#: bzrlib/builtins.py:5895
3729
3742
msgid "Do not include a preview patch in the merge directive."
3732
3745
# help of 'remember' option of 'send' command
3733
#: bzrlib/builtins.py:5787
3746
#: bzrlib/builtins.py:5898
3734
3747
msgid "Remember submit and public branch."
3737
3750
# help of 'from' option of 'send' command
3738
#: bzrlib/builtins.py:5789
3751
#: bzrlib/builtins.py:5900
3740
3753
"Branch to generate the submission from, rather than the one containing the "
3741
3754
"working directory."
3744
3757
# title of 'format' option of 'send' command
3745
3758
# title of 'format' option of 'version-info' command
3746
#: bzrlib/builtins.py:5799 bzrlib/cmd_version_info.py:76
3759
#: bzrlib/builtins.py:5910 bzrlib/cmd_version_info.py:76
3750
3763
# help of 'format' option of 'send' command
3751
#: bzrlib/builtins.py:5800
3764
#: bzrlib/builtins.py:5911
3752
3765
msgid "Use the specified output format."
3755
#: bzrlib/builtins.py:5822
3768
#: bzrlib/builtins.py:5933
3756
3769
msgid "Create, remove or modify a tag naming a revision."
3759
#: bzrlib/builtins.py:5824
3772
#: bzrlib/builtins.py:5935
3761
3774
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3762
3775
"(--revision) option can be given -rtag:X, where X is any previously\n"
3766
#: bzrlib/builtins.py:5828
3779
#: bzrlib/builtins.py:5939
3768
3781
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3769
3782
"along when you branch, push, pull or merge."
3772
#: bzrlib/builtins.py:5831
3785
#: bzrlib/builtins.py:5942
3774
3787
"It is an error to give a tag name that already exists unless you pass\n"
3775
3788
"--force, in which case the tag is moved to point to the new revision."
3778
#: bzrlib/builtins.py:5834
3791
#: bzrlib/builtins.py:5945
3780
3793
"To rename a tag (change the name but keep it on the same revsion), run "
3782
3795
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3785
#: bzrlib/builtins.py:5837
3798
#: bzrlib/builtins.py:5948
3787
3800
"If no tag name is specified it will be determined through the \n"
3788
3801
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3793
3806
# help of 'delete' option of 'tag' command
3794
#: bzrlib/builtins.py:5847
3807
#: bzrlib/builtins.py:5958
3795
3808
msgid "Delete this tag rather than placing it."
3798
3811
# help of 'directory' option of 'tag' command
3799
#: bzrlib/builtins.py:5850
3812
#: bzrlib/builtins.py:5961
3800
3813
msgid "Branch in which to place the tag."
3803
3816
# help of 'force' option of 'tag' command
3804
#: bzrlib/builtins.py:5852
3817
#: bzrlib/builtins.py:5963
3805
3818
msgid "Replace existing tags."
3808
#: bzrlib/builtins.py:5867
3821
#: bzrlib/builtins.py:5978
3809
3822
msgid "No tag specified to delete."
3812
#: bzrlib/builtins.py:5869
3825
#: bzrlib/builtins.py:5980
3813
3826
#, python-format
3814
3827
msgid "Deleted tag %s."
3817
#: bzrlib/builtins.py:5883
3830
#: bzrlib/builtins.py:5985
3831
msgid "Tags can only be placed on a single revision, not on a range"
3834
#: bzrlib/builtins.py:5994
3818
3835
msgid "Please specify a tag name."
3821
#: bzrlib/builtins.py:5891
3838
#: bzrlib/builtins.py:6002
3822
3839
#, python-format
3823
3840
msgid "Tag %s already exists for that revision."
3826
#: bzrlib/builtins.py:5895
3843
#: bzrlib/builtins.py:6006
3827
3844
#, python-format
3828
3845
msgid "Created tag %s."
3831
#: bzrlib/builtins.py:5897
3848
#: bzrlib/builtins.py:6008
3832
3849
#, python-format
3833
3850
msgid "Updated tag %s."
3836
#: bzrlib/builtins.py:5901
3853
#: bzrlib/builtins.py:6012
3837
3854
msgid "List tags."
3840
#: bzrlib/builtins.py:5903
3857
#: bzrlib/builtins.py:6014
3842
3859
"This command shows a table of tag names and the revisions they reference."
3845
3862
# help of 'directory' option of 'tags' command
3846
#: bzrlib/builtins.py:5909
3863
#: bzrlib/builtins.py:6020
3847
3864
msgid "Branch whose tags should be displayed."
3850
3867
# help of 'sort' option of 'tags' command
3851
#: bzrlib/builtins.py:5911
3868
#: bzrlib/builtins.py:6022
3852
3869
msgid "Sort tags by different criteria."
3855
3872
# title of 'sort' option of 'tags' command
3856
#: bzrlib/builtins.py:5911
3873
#: bzrlib/builtins.py:6022
3857
3874
msgid "Sorting"
3860
#: bzrlib/builtins.py:5980
3877
#: bzrlib/builtins.py:6091
3861
3878
msgid "Reconfigure the type of a bzr directory."
3864
#: bzrlib/builtins.py:5982
3881
#: bzrlib/builtins.py:6093
3865
3882
msgid "A target configuration must be specified."
3868
#: bzrlib/builtins.py:5984
3885
#: bzrlib/builtins.py:6095
3870
3887
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3871
3888
"The order of preference is\n"
3879
3896
# title of 'tree_type' option of 'reconfigure' command
3880
#: bzrlib/builtins.py:5998
3897
#: bzrlib/builtins.py:6109
3881
3898
msgid "Tree type"
3884
3901
# help of 'tree_type' option of 'reconfigure' command
3885
#: bzrlib/builtins.py:5999
3902
#: bzrlib/builtins.py:6110
3886
3903
msgid "The relation between branch and tree."
3889
3906
# help of 'tree_type=branch' option of 'reconfigure' command
3890
#: bzrlib/builtins.py:6001
3907
#: bzrlib/builtins.py:6112
3891
3908
msgid "Reconfigure to be an unbound branch with no working tree."
3894
3911
# help of 'tree_type=tree' option of 'reconfigure' command
3895
#: bzrlib/builtins.py:6002
3912
#: bzrlib/builtins.py:6113
3896
3913
msgid "Reconfigure to be an unbound branch with a working tree."
3899
3916
# help of 'tree_type=checkout' option of 'reconfigure' command
3900
#: bzrlib/builtins.py:6003
3917
#: bzrlib/builtins.py:6114
3901
3918
msgid "Reconfigure to be a bound branch with a working tree."
3904
3921
# help of 'tree_type=lightweight-checkout' option of 'reconfigure' command
3905
#: bzrlib/builtins.py:6004
3922
#: bzrlib/builtins.py:6115
3906
3923
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3909
3926
# title of 'repository_type' option of 'reconfigure' command
3910
#: bzrlib/builtins.py:6009
3927
#: bzrlib/builtins.py:6120
3911
3928
msgid "Repository type"
3914
3931
# help of 'repository_type' option of 'reconfigure' command
3915
#: bzrlib/builtins.py:6010
3932
#: bzrlib/builtins.py:6121
3916
3933
msgid "Location fo the repository."
3919
3936
# help of 'repository_type=standalone' option of 'reconfigure' command
3920
#: bzrlib/builtins.py:6012
3937
#: bzrlib/builtins.py:6123
3922
3939
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3925
3942
# help of 'repository_type=use-shared' option of 'reconfigure' command
3926
#: bzrlib/builtins.py:6014
3943
#: bzrlib/builtins.py:6125
3927
3944
msgid "Reconfigure to use a shared repository."
3930
3947
# title of 'repository_trees' option of 'reconfigure' command
3931
#: bzrlib/builtins.py:6018
3948
#: bzrlib/builtins.py:6129
3932
3949
msgid "Trees in Repository"
3935
3952
# help of 'repository_trees' option of 'reconfigure' command
3936
#: bzrlib/builtins.py:6019
3953
#: bzrlib/builtins.py:6130
3937
3954
msgid "Whether new branches in the repository have trees."
3940
3957
# help of 'repository_trees=with-trees' option of 'reconfigure' command
3941
#: bzrlib/builtins.py:6021
3958
#: bzrlib/builtins.py:6132
3942
3959
msgid "Reconfigure repository to create working trees on branches by default."
3945
3962
# help of 'repository_trees=with-no-trees' option of 'reconfigure' command
3946
#: bzrlib/builtins.py:6023
3963
#: bzrlib/builtins.py:6134
3948
3965
"Reconfigure repository to not create working trees on branches by default."
3951
3968
# help of 'bind-to' option of 'reconfigure' command
3952
#: bzrlib/builtins.py:6026
3969
#: bzrlib/builtins.py:6137
3953
3970
msgid "Branch to bind checkout to."
3956
3973
# help of 'force' option of 'reconfigure' command
3957
#: bzrlib/builtins.py:6028
3974
#: bzrlib/builtins.py:6139
3958
3975
msgid "Perform reconfiguration even if local changes will be lost."
3961
3978
# help of 'stacked-on' option of 'reconfigure' command
3962
#: bzrlib/builtins.py:6031
3979
#: bzrlib/builtins.py:6142
3963
3980
msgid "Reconfigure a branch to be stacked on another branch."
3966
3983
# help of 'unstacked' option of 'reconfigure' command
3967
#: bzrlib/builtins.py:6035
3984
#: bzrlib/builtins.py:6146
3969
3986
"Reconfigure a branch to be unstacked. This may require copying substantial "
3970
3987
"data into it."
3973
#: bzrlib/builtins.py:6045
3990
#: bzrlib/builtins.py:6156
3974
3991
msgid "Can't use both --stacked-on and --unstacked"
3977
#: bzrlib/builtins.py:6059
3994
#: bzrlib/builtins.py:6170
3978
3995
msgid "No target configuration specified"
3981
#: bzrlib/builtins.py:6094
3998
#: bzrlib/builtins.py:6205
3982
3999
msgid "Set the branch of a checkout and update."
3985
#: bzrlib/builtins.py:6096
4002
#: bzrlib/builtins.py:6207
3987
4004
"For lightweight checkouts, this changes the branch being referenced.\n"
3988
4005
"For heavyweight checkouts, this checks that there are no local commits\n"
4063
4085
"want to switch back to your view after that."
4066
#: bzrlib/builtins.py:6228
4088
#: bzrlib/builtins.py:6308
4069
4091
" To define the current view::"
4072
#: bzrlib/builtins.py:6231
4094
#: bzrlib/builtins.py:6311
4073
4095
msgid " bzr view file1 dir1 ..."
4076
#: bzrlib/builtins.py:6233
4098
#: bzrlib/builtins.py:6313
4077
4099
msgid " To list the current view::"
4080
#: bzrlib/builtins.py:6235
4102
#: bzrlib/builtins.py:6315
4081
4103
msgid " bzr view"
4084
#: bzrlib/builtins.py:6237
4106
#: bzrlib/builtins.py:6317
4085
4107
msgid " To delete the current view::"
4088
#: bzrlib/builtins.py:6239
4110
#: bzrlib/builtins.py:6319
4089
4111
msgid " bzr view --delete"
4092
#: bzrlib/builtins.py:6241
4114
#: bzrlib/builtins.py:6321
4093
4115
msgid " To disable the current view without deleting it::"
4096
#: bzrlib/builtins.py:6243
4118
#: bzrlib/builtins.py:6323
4097
4119
msgid " bzr view --switch off"
4100
#: bzrlib/builtins.py:6245
4122
#: bzrlib/builtins.py:6325
4101
4123
msgid " To define a named view and switch to it::"
4104
#: bzrlib/builtins.py:6247
4126
#: bzrlib/builtins.py:6327
4105
4127
msgid " bzr view --name view-name file1 dir1 ..."
4108
#: bzrlib/builtins.py:6249
4130
#: bzrlib/builtins.py:6329
4109
4131
msgid " To list a named view::"
4112
#: bzrlib/builtins.py:6251
4134
#: bzrlib/builtins.py:6331
4113
4135
msgid " bzr view --name view-name"
4116
#: bzrlib/builtins.py:6253
4138
#: bzrlib/builtins.py:6333
4117
4139
msgid " To delete a named view::"
4120
#: bzrlib/builtins.py:6255
4142
#: bzrlib/builtins.py:6335
4121
4143
msgid " bzr view --name view-name --delete"
4124
#: bzrlib/builtins.py:6257
4146
#: bzrlib/builtins.py:6337
4125
4147
msgid " To switch to a named view::"
4128
#: bzrlib/builtins.py:6259
4150
#: bzrlib/builtins.py:6339
4129
4151
msgid " bzr view --switch view-name"
4132
#: bzrlib/builtins.py:6261
4154
#: bzrlib/builtins.py:6341
4133
4155
msgid " To list all views defined::"
4136
#: bzrlib/builtins.py:6263
4158
#: bzrlib/builtins.py:6343
4137
4159
msgid " bzr view --all"
4140
#: bzrlib/builtins.py:6265
4162
#: bzrlib/builtins.py:6345
4141
4163
msgid " To delete all views::"
4144
#: bzrlib/builtins.py:6267
4166
#: bzrlib/builtins.py:6347
4145
4167
msgid " bzr view --delete --all"
4148
4170
# help of 'all' option of 'view' command
4149
#: bzrlib/builtins.py:6274
4171
#: bzrlib/builtins.py:6354
4150
4172
msgid "Apply list or delete action to all views."
4153
4175
# help of 'delete' option of 'view' command
4154
#: bzrlib/builtins.py:6277
4176
#: bzrlib/builtins.py:6357
4155
4177
msgid "Delete the view."
4158
4180
# help of 'name' option of 'view' command
4159
#: bzrlib/builtins.py:6280
4181
#: bzrlib/builtins.py:6360
4160
4182
msgid "Name of the view to define, list or delete."
4163
4185
# help of 'switch' option of 'view' command
4164
#: bzrlib/builtins.py:6284
4186
#: bzrlib/builtins.py:6364
4165
4187
msgid "Name of the view to switch to."
4168
#: bzrlib/builtins.py:6303
4190
#: bzrlib/builtins.py:6383
4169
4191
msgid "Both --delete and a file list specified"
4172
#: bzrlib/builtins.py:6306
4194
#: bzrlib/builtins.py:6386
4173
4195
msgid "Both --delete and --switch specified"
4176
#: bzrlib/builtins.py:6309
4198
#: bzrlib/builtins.py:6389
4177
4199
msgid "Deleted all views.\n"
4180
#: bzrlib/builtins.py:6311
4202
#: bzrlib/builtins.py:6391
4181
4203
msgid "No current view to delete"
4184
#: bzrlib/builtins.py:6314
4206
#: bzrlib/builtins.py:6394
4185
4207
#, python-format
4186
4208
msgid "Deleted '%s' view.\n"
4189
#: bzrlib/builtins.py:6318
4211
#: bzrlib/builtins.py:6398
4190
4212
msgid "Both --switch and a file list specified"
4193
#: bzrlib/builtins.py:6321
4215
#: bzrlib/builtins.py:6401
4194
4216
msgid "Both --switch and --all specified"
4197
#: bzrlib/builtins.py:6324
4219
#: bzrlib/builtins.py:6404
4198
4220
msgid "No current view to disable"
4201
#: bzrlib/builtins.py:6326
4223
#: bzrlib/builtins.py:6406
4202
4224
#, python-format
4203
4225
msgid "Disabled '%s' view.\n"
4206
#: bzrlib/builtins.py:6330 bzrlib/builtins.py:6352
4228
#: bzrlib/builtins.py:6410 bzrlib/builtins.py:6432
4207
4229
msgid "Using '{0}' view: {1}\n"
4210
#: bzrlib/builtins.py:6333
4232
#: bzrlib/builtins.py:6413
4211
4233
msgid "Views defined:\n"
4214
#: bzrlib/builtins.py:6342
4236
#: bzrlib/builtins.py:6422
4215
4237
msgid "No views defined.\n"
4218
#: bzrlib/builtins.py:6349
4240
#: bzrlib/builtins.py:6429
4219
4241
msgid "Cannot change the 'off' pseudo view"
4222
#: bzrlib/builtins.py:6357
4244
#: bzrlib/builtins.py:6437
4223
4245
msgid "No current view.\n"
4226
#: bzrlib/builtins.py:6360
4248
#: bzrlib/builtins.py:6440
4227
4249
msgid "'{0}' view is: {1}\n"
4230
#: bzrlib/builtins.py:6380
4252
#: bzrlib/builtins.py:6460
4231
4253
msgid " <no hooks installed>\n"
4234
#: bzrlib/builtins.py:6384
4256
#: bzrlib/builtins.py:6464
4235
4257
msgid "Remove a branch."
4238
#: bzrlib/builtins.py:6386
4260
#: bzrlib/builtins.py:6466
4240
4262
"This will remove the branch from the specified location but \n"
4241
4263
"will keep any working tree or repository in place."
4244
#: bzrlib/builtins.py:6391
4266
#: bzrlib/builtins.py:6471
4245
4267
msgid " Remove the branch at repo/trunk::"
4248
#: bzrlib/builtins.py:6393
4270
#: bzrlib/builtins.py:6473
4249
4271
msgid " bzr remove-branch repo/trunk"
4274
# help of 'force' option of 'remove-branch' command
4275
#: bzrlib/builtins.py:6480
4276
msgid "Remove branch even if it is the active branch."
4279
#: bzrlib/builtins.py:6494
4280
msgid "Branch is active. Use --force to remove it."
4252
4283
# help of 'writer=plain' option of 'shelve' command
4253
#: bzrlib/builtins.py:6408
4284
#: bzrlib/builtins.py:6498
4254
4285
msgid "Plaintext diff output."
4257
#: bzrlib/builtins.py:6409
4288
#: bzrlib/builtins.py:6499
4258
4289
msgid "Temporarily set aside some changes from the current tree."
4261
#: bzrlib/builtins.py:6411
4292
#: bzrlib/builtins.py:6501
4263
4294
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4264
4295
"ie. out of the way, until a later time when you can bring them back from\n"
4279
4310
"shelve all text changes at once, use shelve --all."
4282
#: bzrlib/builtins.py:6424
4313
#: bzrlib/builtins.py:6514
4284
4315
"If filenames are specified, only the changes to those files will be\n"
4285
4316
"shelved. Other files will be left untouched."
4288
#: bzrlib/builtins.py:6427
4319
#: bzrlib/builtins.py:6517
4290
4321
"If a revision is specified, changes since that revision will be shelved."
4293
#: bzrlib/builtins.py:6429
4324
#: bzrlib/builtins.py:6519
4295
4326
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4296
4327
"restore the most recently shelved changes."
4299
#: bzrlib/builtins.py:6432
4330
#: bzrlib/builtins.py:6522
4301
4332
"For complicated changes, it is possible to edit the changes in a separate\n"
4302
4333
"editor program to decide what the file remaining in the working copy\n"
4303
4334
"should look like. To do this, add the configuration option"
4306
#: bzrlib/builtins.py:6436
4337
#: bzrlib/builtins.py:6526
4307
4338
msgid " change_editor = PROGRAM @new_path @old_path"
4310
#: bzrlib/builtins.py:6438
4341
#: bzrlib/builtins.py:6528
4312
4343
"where @new_path is replaced with the path of the new version of the \n"
4313
4344
"file and @old_path is replaced with the path of the old version of \n"
4319
4350
# help of 'all' option of 'shelve' command
4320
#: bzrlib/builtins.py:6450
4351
#: bzrlib/builtins.py:6540
4321
4352
msgid "Shelve all changes."
4324
4355
# help of 'writer' option of 'shelve' command
4325
#: bzrlib/builtins.py:6452
4356
#: bzrlib/builtins.py:6542
4326
4357
msgid "Method to use for writing diffs."
4329
4360
# title of 'writer' option of 'shelve' command
4330
#: bzrlib/builtins.py:6452
4361
#: bzrlib/builtins.py:6542
4334
4365
# help of 'list' option of 'shelve' command
4335
#: bzrlib/builtins.py:6456
4366
#: bzrlib/builtins.py:6546
4336
4367
msgid "List shelved changes."
4339
4370
# help of 'destroy' option of 'shelve' command
4340
#: bzrlib/builtins.py:6458
4371
#: bzrlib/builtins.py:6548
4341
4372
msgid "Destroy removed changes instead of shelving them."
4344
#: bzrlib/builtins.py:6487
4375
#: bzrlib/builtins.py:6577
4345
4376
msgid "No shelved changes."
4348
#: bzrlib/builtins.py:6498
4379
#: bzrlib/builtins.py:6588
4349
4380
msgid "Restore shelved changes."
4352
#: bzrlib/builtins.py:6500
4383
#: bzrlib/builtins.py:6590
4354
4385
"By default, the most recently shelved changes are restored. However if you\n"
4355
4386
"specify a shelf by id those changes will be restored instead. This works\n"
4359
4390
# help of 'action' option of 'unshelve' command
4360
#: bzrlib/builtins.py:6509
4391
#: bzrlib/builtins.py:6599
4361
4392
msgid "The action to perform."
4364
4395
# title of 'action' option of 'resolve' command
4365
4396
# title of 'action' option of 'unshelve' command
4366
#: bzrlib/builtins.py:6509 bzrlib/conflicts.py:694
4397
#: bzrlib/builtins.py:6599 bzrlib/conflicts.py:694
4370
4401
# help of 'action=apply' option of 'unshelve' command
4371
#: bzrlib/builtins.py:6511
4402
#: bzrlib/builtins.py:6601
4372
4403
msgid "Apply changes and remove from the shelf."
4375
4406
# help of 'action=dry-run' option of 'unshelve' command
4376
#: bzrlib/builtins.py:6512
4407
#: bzrlib/builtins.py:6602
4377
4408
msgid "Show changes, but do not apply or remove them."
4380
4411
# help of 'action=preview' option of 'unshelve' command
4381
#: bzrlib/builtins.py:6513
4412
#: bzrlib/builtins.py:6603
4383
4414
"Instead of unshelving the changes, show the diff that would result from "
4387
4418
# help of 'action=delete-only' option of 'unshelve' command
4388
#: bzrlib/builtins.py:6515
4419
#: bzrlib/builtins.py:6605
4389
4420
msgid "Delete changes without applying them."
4392
4423
# help of 'action=keep' option of 'unshelve' command
4393
#: bzrlib/builtins.py:6516
4424
#: bzrlib/builtins.py:6606
4394
4425
msgid "Apply changes but don't delete them."
4397
#: bzrlib/builtins.py:6531
4428
#: bzrlib/builtins.py:6621
4398
4429
msgid "Remove unwanted files from working tree."
4401
#: bzrlib/builtins.py:6533
4432
#: bzrlib/builtins.py:6623
4403
4434
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4404
4435
"files are never deleted."
4407
#: bzrlib/builtins.py:6536
4438
#: bzrlib/builtins.py:6626
4409
4440
"Another class is 'detritus', which includes files emitted by bzr during\n"
4410
4441
"normal operations and selftests. (The value of these files decreases with\n"
4414
#: bzrlib/builtins.py:6540
4445
#: bzrlib/builtins.py:6630
4416
4447
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4417
4448
"flags are respected, and may be combined."
4420
#: bzrlib/builtins.py:6543
4451
#: bzrlib/builtins.py:6633
4421
4452
msgid "To check what clean-tree will do, use --dry-run."
4424
4455
# help of 'ignored' option of 'clean-tree' command
4425
#: bzrlib/builtins.py:6546
4456
#: bzrlib/builtins.py:6636
4426
4457
msgid "Delete all ignored files."
4429
4460
# help of 'detritus' option of 'clean-tree' command
4430
#: bzrlib/builtins.py:6547
4461
#: bzrlib/builtins.py:6637
4432
4463
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4435
4466
# help of 'unknown' option of 'clean-tree' command
4436
#: bzrlib/builtins.py:6550
4467
#: bzrlib/builtins.py:6640
4437
4468
msgid "Delete files unknown to bzr (default)."
4440
4471
# help of 'dry-run' option of 'clean-tree' command
4441
#: bzrlib/builtins.py:6551
4472
#: bzrlib/builtins.py:6641
4442
4473
msgid "Show files to delete instead of deleting them."
4445
4476
# help of 'force' option of 'clean-tree' command
4446
#: bzrlib/builtins.py:6553
4477
#: bzrlib/builtins.py:6643
4447
4478
msgid "Do not prompt before deleting."
4821
#: bzrlib/commands.py:532
4852
#: bzrlib/commands.py:533
4822
4853
#, python-format
4824
4855
"See bzr help %s for more details and examples.\n"
4828
#: bzrlib/commands.py:537
4859
#: bzrlib/commands.py:538
4829
4860
msgid ":Aliases: "
4832
#: bzrlib/commands.py:541
4863
#: bzrlib/commands.py:542
4833
4864
#, python-format
4834
4865
msgid ":From: plugin \"%s\"\n"
4837
#: bzrlib/commands.py:553
4868
#: bzrlib/commands.py:554
4838
4869
msgid ":doc:`{0} <{1}-help>`"
4841
#: bzrlib/commands.py:557
4872
#: bzrlib/commands.py:558
4842
4873
#, python-format
4843
4874
msgid ":See also: %s"
4846
#: bzrlib/commands.py:815 bzrlib/gpg.py:324
4877
#: bzrlib/commands.py:826 bzrlib/gpg.py:347
4847
4878
msgid "Only ASCII permitted in option names"
4850
#: bzrlib/commands.py:840 bzrlib/commands.py:848
4881
#: bzrlib/commands.py:851 bzrlib/commands.py:859
4851
4882
msgid "command {0!r} needs one or more {1}"
4854
#: bzrlib/commands.py:857
4885
#: bzrlib/commands.py:868
4855
4886
msgid "command {0!r} requires argument {1}"
4858
#: bzrlib/commands.py:864
4889
#: bzrlib/commands.py:875
4859
4890
msgid "extra argument to command {0}: {1}"
4862
#: bzrlib/commands.py:961
4893
#: bzrlib/commands.py:952
4863
4894
#, python-format
4864
4895
msgid "Profile data written to \"%s\"."
4950
4988
"verification."
4953
#: bzrlib/commit_signature_commands.py:147
4991
#: bzrlib/commit_signature_commands.py:148
4954
4992
msgid "Cannot verify a range of non-revision-history revisions"
4957
#: bzrlib/commit_signature_commands.py:168
4995
#: bzrlib/commit_signature_commands.py:166
4958
4996
msgid "All commits signed with verifiable keys"
4961
#: bzrlib/config.py:475
4999
#: bzrlib/config.py:438
4962
5000
msgid "Invalid config value for \"{0}\" value {1!r} is not an SI unit."
4965
#: bzrlib/config.py:2499
5003
#: bzrlib/config.py:2468
4966
5004
msgid "{0} is not an SI unit."
4969
#: bzrlib/config.py:2956
5007
#: bzrlib/config.py:2989
4971
5009
"Option {0} in section {1} of {2} was changed from {3} to {4}. The {5} value "
4972
5010
"will be saved."
4975
#: bzrlib/config.py:3100
5013
#: bzrlib/config.py:3134
4976
5014
#, python-format
4977
5015
msgid "Invalid '%s', should be of the form 'name=value'"
4980
#: bzrlib/config.py:3969
5018
#: bzrlib/config.py:4089
4981
5019
msgid "Display, set or remove a configuration option."
4984
#: bzrlib/config.py:3971
4985
msgid "Display the active value for a given option."
5022
#: bzrlib/config.py:4091
5023
msgid "Display the active value for option NAME."
4988
#: bzrlib/config.py:3973
5026
#: bzrlib/config.py:4093
4990
5028
"If --all is specified, NAME is interpreted as a regular expression and all\n"
4991
"matching options are displayed mentioning their scope. The active value\n"
4992
"that bzr will take into account is the first one displayed for each option."
4995
#: bzrlib/config.py:3977
4996
msgid "If no NAME is given, --all .* is implied."
4999
#: bzrlib/config.py:3979
5001
"Setting a value is achieved by using name=value without spaces. The value\n"
5029
"matching options are displayed mentioning their scope and without resolving\n"
5030
"option references in the value). The active value that bzr will take into\n"
5031
"account is the first one displayed for each option."
5034
#: bzrlib/config.py:4098
5036
"If NAME is not given, --all .* is implied (all options are displayed for "
5041
#: bzrlib/config.py:4101
5043
"Setting a value is achieved by using NAME=value without spaces. The value\n"
5002
5044
"is set in the most relevant scope and can be checked by displaying the\n"
5003
5045
"option again."
5048
#: bzrlib/config.py:4105
5049
msgid "Removing a value is achieved by using --remove NAME."
5006
5052
# help of 'scope' option of 'config' command
5007
#: bzrlib/config.py:3991
5053
#: bzrlib/config.py:4115
5008
5054
msgid "Reduce the scope to the specified configuration file."
5011
5057
# help of 'all' option of 'config' command
5012
#: bzrlib/config.py:3995
5058
#: bzrlib/config.py:4119
5013
5059
msgid "Display all the defined values for the matching options."
5016
5062
# help of 'remove' option of 'config' command
5017
#: bzrlib/config.py:3997
5063
#: bzrlib/config.py:4121
5018
5064
msgid "Remove the option from the configuration file."
5357
#: bzrlib/errors.py:799
5419
#: bzrlib/errors.py:818
5358
5420
msgid "Revision is not compatible with %(repo_format)s"
5361
#: bzrlib/errors.py:809
5423
#: bzrlib/errors.py:828
5362
5424
msgid "%(context_info)s%(path)s is already versioned."
5365
#: bzrlib/errors.py:830
5427
#: bzrlib/errors.py:849
5366
5428
msgid "%(context_info)s%(path)s is not versioned."
5369
#: bzrlib/errors.py:851
5431
#: bzrlib/errors.py:870
5370
5432
msgid "Path(s) are not versioned: %(paths_as_string)s"
5373
#: bzrlib/errors.py:862
5435
#: bzrlib/errors.py:881
5374
5436
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5377
#: bzrlib/errors.py:881
5439
#: bzrlib/errors.py:900
5378
5440
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5381
#: bzrlib/errors.py:889
5443
#: bzrlib/errors.py:908
5383
5445
"Filename %(filename)r is not valid in your current filesystem encoding "
5384
5446
"%(fs_encoding)s"
5387
#: bzrlib/errors.py:900
5449
#: bzrlib/errors.py:919
5388
5450
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5391
#: bzrlib/errors.py:918
5453
#: bzrlib/errors.py:937
5392
5454
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5395
#: bzrlib/errors.py:957
5457
#: bzrlib/errors.py:976
5396
5458
msgid "Cannot lock %(lock)s: %(why)s"
5399
#: bzrlib/errors.py:967
5461
#: bzrlib/errors.py:986
5401
5463
"A transaction related operation was attempted after the transaction finished."
5404
#: bzrlib/errors.py:994
5466
#: bzrlib/errors.py:1013
5405
5467
msgid "Cannot lock: transport is read only: %(transport)s"
5408
#: bzrlib/errors.py:1002
5470
#: bzrlib/errors.py:1021
5409
5471
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5412
#: bzrlib/errors.py:1013
5474
#: bzrlib/errors.py:1032
5413
5475
msgid "Lock was broken while still open: %(lock)s - check storage consistency!"
5416
#: bzrlib/errors.py:1024
5478
#: bzrlib/errors.py:1043
5418
5480
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5419
5481
"%(holder)r, wanted to break %(target)r"
5422
#: bzrlib/errors.py:1036
5484
#: bzrlib/errors.py:1055
5424
5486
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5425
5487
"Use 'bzr break-lock' to clear it"
5428
#: bzrlib/errors.py:1049
5490
#: bzrlib/errors.py:1068
5429
5491
msgid "Lock not held: %(lock)s"
5432
#: bzrlib/errors.py:1078
5494
#: bzrlib/errors.py:1097
5433
5495
msgid "No changes to commit"
5436
#: bzrlib/errors.py:1083
5498
#: bzrlib/errors.py:1102
5438
5500
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5441
#: bzrlib/errors.py:1093
5503
#: bzrlib/errors.py:1112
5443
5505
"Excluding paths during commit is not supported by repository at %(repository)"
5447
#: bzrlib/errors.py:1102
5509
#: bzrlib/errors.py:1121
5449
5511
"The specified commit message contains characters unsupported by the current "
5453
#: bzrlib/errors.py:1108
5515
#: bzrlib/errors.py:1127
5454
5516
msgid "Upgrade URL cannot work with readonly URLs."
5457
#: bzrlib/errors.py:1113
5519
#: bzrlib/errors.py:1132
5458
5520
msgid "The branch format %(format)s is already at the most recent format."
5461
#: bzrlib/errors.py:1136
5523
#: bzrlib/errors.py:1155
5462
5524
msgid "Option --change does not accept revision ranges"
5465
#: bzrlib/errors.py:1141
5527
#: bzrlib/errors.py:1160
5466
5528
msgid "No namespace registered for string: %(spec)r"
5469
#: bzrlib/errors.py:1160
5531
#: bzrlib/errors.py:1179
5471
5533
"Requested revision: '%(spec)s' does not exist in branch: %(branch_url)s"
5475
#: bzrlib/errors.py:1174
5537
#: bzrlib/errors.py:1193
5477
5539
"Operation denied because it would change the main history, which is not "
5478
5540
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5481
#: bzrlib/errors.py:1185
5543
#: bzrlib/errors.py:1204
5483
5545
"These branches have diverged. Use the missing command to see how.\n"
5484
5546
"Use the merge command to reconcile them."
5487
#: bzrlib/errors.py:1205
5549
#: bzrlib/errors.py:1224
5489
5551
"Branches have no common ancestor, and no merge base revision was specified."
5492
#: bzrlib/errors.py:1211
5554
#: bzrlib/errors.py:1230
5494
5556
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5497
#: bzrlib/errors.py:1217
5559
#: bzrlib/errors.py:1236
5498
5560
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5501
#: bzrlib/errors.py:1226
5563
#: bzrlib/errors.py:1245
5503
5565
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5506
#: bzrlib/errors.py:1235
5568
#: bzrlib/errors.py:1254
5507
5569
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5510
#: bzrlib/errors.py:1244
5572
#: bzrlib/errors.py:1263
5511
5573
msgid "Branch %(branch)s has no commits."
5514
#: bzrlib/errors.py:1262
5576
#: bzrlib/errors.py:1281
5516
5578
"Bound branch %(branch)s is out of date with master branch %(master)s."
5517
5579
"%(extra_help)s"
5520
#: bzrlib/errors.py:1274
5582
#: bzrlib/errors.py:1293
5522
5584
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5523
5585
"bound to %(remote)s."
5526
#: bzrlib/errors.py:1286
5588
#: bzrlib/errors.py:1305
5527
5589
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5530
#: bzrlib/errors.py:1295
5592
#: bzrlib/errors.py:1314
5532
5594
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5536
#: bzrlib/errors.py:1307
5598
#: bzrlib/errors.py:1326
5537
5599
msgid "Error in processing weave: %(msg)s"
5540
#: bzrlib/errors.py:1316
5602
#: bzrlib/errors.py:1335
5541
5603
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5544
#: bzrlib/errors.py:1327
5606
#: bzrlib/errors.py:1346
5545
5607
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5548
#: bzrlib/errors.py:1337
5610
#: bzrlib/errors.py:1356
5549
5611
msgid "Weave invariant violated: %(what)s"
5552
#: bzrlib/errors.py:1346
5614
#: bzrlib/errors.py:1365
5553
5615
msgid "Parents are mismatched between two revisions. %(msg)s"
5556
#: bzrlib/errors.py:1368
5618
#: bzrlib/errors.py:1387
5558
5620
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5562
#: bzrlib/errors.py:1380
5624
#: bzrlib/errors.py:1399
5563
5625
msgid "Versioned file error"
5566
#: bzrlib/errors.py:1385
5628
#: bzrlib/errors.py:1404
5567
5629
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5570
#: bzrlib/errors.py:1395
5632
#: bzrlib/errors.py:1414
5571
5633
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5574
#: bzrlib/errors.py:1405
5636
#: bzrlib/errors.py:1424
5575
5637
msgid "Text did not match its checksum: %(msg)s"
5578
#: bzrlib/errors.py:1531
5640
#: bzrlib/errors.py:1550
5579
5641
msgid "Export format %(format)r not supported"
5582
#: bzrlib/errors.py:1540
5644
#: bzrlib/errors.py:1559
5583
5645
msgid "Transport error: %(msg)s %(orig_error)s"
5586
#: bzrlib/errors.py:1566
5648
#: bzrlib/errors.py:1585
5587
5649
msgid "Generic bzr smart protocol error: %(details)s"
5590
#: bzrlib/errors.py:1574
5652
#: bzrlib/errors.py:1593
5591
5653
msgid "Received bad protocol version marker: %(marker)r"
5594
#: bzrlib/errors.py:1606
5656
#: bzrlib/errors.py:1625
5595
5657
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5598
#: bzrlib/errors.py:1611
5660
#: bzrlib/errors.py:1630
5599
5661
msgid "Connection error: %(msg)s %(orig_error)s"
5602
#: bzrlib/errors.py:1616
5664
#: bzrlib/errors.py:1635
5603
5665
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5606
#: bzrlib/errors.py:1637
5668
#: bzrlib/errors.py:1656
5607
5669
msgid "Connection closed: %(msg)s %(orig_error)s"
5610
#: bzrlib/errors.py:1642
5672
#: bzrlib/errors.py:1661
5611
5673
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5614
#: bzrlib/errors.py:1647
5676
#: bzrlib/errors.py:1666
5615
5677
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5618
#: bzrlib/errors.py:1657
5680
#: bzrlib/errors.py:1676
5619
5681
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5622
#: bzrlib/errors.py:1672
5684
#: bzrlib/errors.py:1691
5685
msgid "Certificate error: %(error)s"
5688
#: bzrlib/errors.py:1699
5623
5689
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5626
#: bzrlib/errors.py:1686
5692
#: bzrlib/errors.py:1713
5627
5693
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5630
#: bzrlib/errors.py:1694
5696
#: bzrlib/errors.py:1721
5631
5697
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5634
#: bzrlib/errors.py:1703
5700
#: bzrlib/errors.py:1730
5635
5701
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5638
#: bzrlib/errors.py:1717
5704
#: bzrlib/errors.py:1744
5639
5705
msgid "Too many redirections"
5642
#: bzrlib/errors.py:1722
5708
#: bzrlib/errors.py:1749
5643
5709
msgid "Working tree has conflicts."
5646
#: bzrlib/errors.py:1726
5712
#: bzrlib/errors.py:1753
5647
5713
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5650
#: bzrlib/errors.py:1735
5716
#: bzrlib/errors.py:1762
5652
5718
"Error(s) parsing config file %(filename)s:\n"
5656
#: bzrlib/errors.py:1746
5657
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
5722
#: bzrlib/errors.py:1772
5724
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5725
"See ``bzr help %(name)s``"
5660
#: bzrlib/errors.py:1754
5728
#: bzrlib/errors.py:1782
5661
5729
msgid "%(username)r does not seem to contain a reasonable email address"
5664
#: bzrlib/errors.py:1763
5732
#: bzrlib/errors.py:1791
5665
5733
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5668
#: bzrlib/errors.py:1771
5736
#: bzrlib/errors.py:1799
5669
5737
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5672
#: bzrlib/errors.py:1779
5740
#: bzrlib/errors.py:1807
5673
5741
msgid "Unable to import library \"%(library)s\": %(error)s"
5676
#: bzrlib/errors.py:1787
5744
#: bzrlib/errors.py:1815
5677
5745
msgid "python-gpgme is not installed, it is needed to verify signatures"
5680
#: bzrlib/errors.py:1795
5748
#: bzrlib/errors.py:1823
5682
5750
"The working tree for %(basedir)s has changed since the last commit, but "
5683
5751
"weave merge requires that it be unchanged"
5686
#: bzrlib/errors.py:1805
5754
#: bzrlib/errors.py:1833
5688
5756
"Can't reprocess and show base, because reprocessing obscures the "
5689
5757
"relationship of conflicting lines to the base"
5692
#: bzrlib/errors.py:1811
5760
#: bzrlib/errors.py:1839
5693
5761
msgid "Cycle in graph %(graph)r"
5696
#: bzrlib/errors.py:1839
5764
#: bzrlib/errors.py:1867
5697
5765
msgid "File %(filename)s is not conflicted."
5700
#: bzrlib/errors.py:1861
5768
#: bzrlib/errors.py:1889
5701
5769
msgid "No bundle was found in \"%(filename)s\"."
5704
#: bzrlib/errors.py:1870
5772
#: bzrlib/errors.py:1898
5705
5773
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5708
#: bzrlib/errors.py:1880
5776
#: bzrlib/errors.py:1908
5709
5777
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5712
#: bzrlib/errors.py:1893
5780
#: bzrlib/errors.py:1921
5713
5781
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5716
#: bzrlib/errors.py:1903
5784
#: bzrlib/errors.py:1931
5717
5785
msgid "Key %(key)s is already present in map"
5720
#: bzrlib/errors.py:1908
5788
#: bzrlib/errors.py:1936
5721
5789
msgid "The prefix %(prefix)s is in the help search path twice."
5724
#: bzrlib/errors.py:1918
5792
#: bzrlib/errors.py:1946
5726
5794
"No final name for trans_id %(trans_id)r\n"
5727
5795
"file-id: %(file_id)r\n"
5728
5796
"root trans-id: %(root_trans_id)r\n"
5731
#: bzrlib/errors.py:1950
5799
#: bzrlib/errors.py:1978
5732
5800
msgid "Attempt to reuse a transform that has already been applied."
5735
#: bzrlib/errors.py:1955
5803
#: bzrlib/errors.py:1983
5736
5804
msgid "Moving the root directory is not supported at this time"
5739
#: bzrlib/errors.py:1960
5807
#: bzrlib/errors.py:1988
5740
5808
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5743
#: bzrlib/errors.py:1971
5811
#: bzrlib/errors.py:1999
5745
5813
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5748
#: bzrlib/errors.py:2007
5816
#: bzrlib/errors.py:2035
5750
5818
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5753
#: bzrlib/errors.py:2037
5821
#: bzrlib/errors.py:2065
5754
5822
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5757
#: bzrlib/errors.py:2045
5825
#: bzrlib/errors.py:2073
5758
5826
msgid "Nothing to merge."
5761
#: bzrlib/errors.py:2050
5829
#: bzrlib/errors.py:2078
5762
5830
msgid "Format %(format)s cannot be initialised by this version of bzr."
5765
#: bzrlib/errors.py:2059
5833
#: bzrlib/errors.py:2087
5767
5835
"Cannot convert from format %(from_format)s to format %(format)s. "
5771
#: bzrlib/errors.py:2071
5839
#: bzrlib/errors.py:2099
5772
5840
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5775
#: bzrlib/errors.py:2079
5843
#: bzrlib/errors.py:2107
5776
5844
msgid "%(exe_name)s could not be found on this machine"
5779
#: bzrlib/errors.py:2087
5847
#: bzrlib/errors.py:2115
5780
5848
msgid "Diff is not installed on this machine: %(msg)s"
5783
#: bzrlib/errors.py:2095
5851
#: bzrlib/errors.py:2123
5784
5852
msgid "Diff3 is not installed on this machine."
5787
#: bzrlib/errors.py:2101
5855
#: bzrlib/errors.py:2129
5788
5856
msgid "The content being inserted is already present."
5791
#: bzrlib/errors.py:2106
5859
#: bzrlib/errors.py:2134
5793
5861
"This tree contains left-over files from a failed operation.\n"
5794
5862
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5811
5879
" keep, and delete it when you are done."
5814
#: bzrlib/errors.py:2138
5882
#: bzrlib/errors.py:2166
5816
5884
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
5817
5885
"examine %(pending_deletion)s to see if it contains any files you wish to "
5818
5886
"keep, and delete it when you are done."
5821
#: bzrlib/errors.py:2148
5889
#: bzrlib/errors.py:2176
5822
5890
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5825
#: bzrlib/errors.py:2162
5893
#: bzrlib/errors.py:2190
5826
5894
msgid "Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5829
#: bzrlib/errors.py:2175
5897
#: bzrlib/errors.py:2203
5830
5898
msgid "Error in merge modified format"
5833
#: bzrlib/errors.py:2180
5901
#: bzrlib/errors.py:2208
5834
5902
msgid "Format error in conflict listings"
5837
#: bzrlib/errors.py:2184
5905
#: bzrlib/errors.py:2212
5839
5907
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5840
5908
"Error: %(description)s"
5843
#: bzrlib/errors.py:2195
5911
#: bzrlib/errors.py:2223
5845
5913
"An error has been detected in the repository %(repo_path)s.\n"
5846
5914
"Please run bzr reconcile on this repository."
5849
#: bzrlib/errors.py:2206
5917
#: bzrlib/errors.py:2234
5851
5919
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5852
5920
"reason: %(reason)s"
5855
#: bzrlib/errors.py:2219
5923
#: bzrlib/errors.py:2247
5857
5925
"An inconsistent delta was supplied: %(delta)r\n"
5858
5926
"reason: %(reason)s"
5861
#: bzrlib/errors.py:2231
5929
#: bzrlib/errors.py:2259
5862
5930
msgid "To use this feature you must upgrade your branch at %(path)s."
5865
#: bzrlib/errors.py:2240
5933
#: bzrlib/errors.py:2268
5866
5934
msgid "To use this feature you must upgrade your repository at %(path)s."
5869
#: bzrlib/errors.py:2245
5937
#: bzrlib/errors.py:2273
5871
5939
"To use this feature you must upgrade your branch at %(path)s to a format "
5872
5940
"which supports rich roots."
5875
#: bzrlib/errors.py:2251
5943
#: bzrlib/errors.py:2279
5876
5944
msgid "Cannot perform local-only commits on unbound branches."
5879
#: bzrlib/errors.py:2256
5947
#: bzrlib/errors.py:2284
5880
5948
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5883
#: bzrlib/errors.py:2277
5951
#: bzrlib/errors.py:2305
5884
5952
msgid "Ghost tags not supported by format %(format)r."
5887
#: bzrlib/errors.py:2285
5955
#: bzrlib/errors.py:2313
5888
5956
msgid "File is binary but should be text."
5891
#: bzrlib/errors.py:2290
5959
#: bzrlib/errors.py:2318
5892
5960
msgid "The path %(path)s is not permitted on this platform"
5895
#: bzrlib/errors.py:2299
5963
#: bzrlib/errors.py:2327
5897
5965
"Testament did not match expected value.\n"
5898
5966
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5899
5967
" {%(measured)s}"
5902
#: bzrlib/errors.py:2311
5970
#: bzrlib/errors.py:2339
5903
5971
msgid "Not a bzr revision-bundle: %(text)r"
5906
#: bzrlib/errors.py:2320
5974
#: bzrlib/errors.py:2348
5907
5975
msgid "Bad bzr revision-bundle: %(text)r"
5910
#: bzrlib/errors.py:2329
5978
#: bzrlib/errors.py:2357
5911
5979
msgid "Malformed bzr revision-bundle header: %(text)r"
5914
#: bzrlib/errors.py:2334
5982
#: bzrlib/errors.py:2362
5915
5983
msgid "Malformed patches in bzr revision-bundle: %(text)r"
5918
#: bzrlib/errors.py:2339
5986
#: bzrlib/errors.py:2367
5919
5987
msgid "Malformed footer in bzr revision-bundle: %(text)r"
5922
#: bzrlib/errors.py:2344
5990
#: bzrlib/errors.py:2372
5923
5991
msgid "End of line marker was not \\n in bzr revision-bundle"
5926
#: bzrlib/errors.py:2354
5994
#: bzrlib/errors.py:2382
5927
5995
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
5930
#: bzrlib/errors.py:2364
5998
#: bzrlib/errors.py:2392
5931
5999
msgid "Root class for inventory serialization errors"
5934
#: bzrlib/errors.py:2368
6002
#: bzrlib/errors.py:2396
5936
6004
"The inventory was not in the expected format:\n"
5940
#: bzrlib/errors.py:2377
6008
#: bzrlib/errors.py:2405
5941
6009
msgid "This operation requires rich root data storage"
5944
#: bzrlib/errors.py:2390
6012
#: bzrlib/errors.py:2418
5945
6013
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
5948
#: bzrlib/errors.py:2399
6016
#: bzrlib/errors.py:2427
5950
6018
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
5954
#: bzrlib/errors.py:2406
6022
#: bzrlib/errors.py:2434
5956
6024
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
5957
6025
"ghost at {%(ghost_revision_id)s}"
5960
#: bzrlib/errors.py:2416
6028
#: bzrlib/errors.py:2444
5961
6029
msgid "Ghost revision {%(revision_id)s} cannot be used here."
5964
#: bzrlib/errors.py:2467
6032
#: bzrlib/errors.py:2495
5966
6034
"A merge directive must provide either a bundle or a public branch location."
5969
#: bzrlib/errors.py:2474
6037
#: bzrlib/errors.py:2502
5970
6038
msgid "Bad merge directive payload %(start)r"
5973
#: bzrlib/errors.py:2484
6041
#: bzrlib/errors.py:2512
5974
6042
msgid "Preview patch does not match requested changes."
5977
#: bzrlib/errors.py:2490
6045
#: bzrlib/errors.py:2518
5978
6046
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
5981
#: bzrlib/errors.py:2500
6049
#: bzrlib/errors.py:2528
5983
6051
"Your branch does not have all of the revisions required in order to merge "
5984
6052
"this merge directive and the target location specified in the merge "
5985
6053
"directive is not a branch: %(location)s."
5988
#: bzrlib/errors.py:2512
6056
#: bzrlib/errors.py:2540
5989
6057
msgid "Unsupported entry kind %(kind)s"
5992
#: bzrlib/errors.py:2520
6060
#: bzrlib/errors.py:2548
5993
6061
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
5996
#: bzrlib/errors.py:2530
6064
#: bzrlib/errors.py:2558
5997
6065
msgid "Subsume target %(other_tree)s needs to be upgraded."
6000
#: bzrlib/errors.py:2549
6068
#: bzrlib/errors.py:2577
6001
6069
msgid "No such tag: %(tag_name)s"
6004
#: bzrlib/errors.py:2557
6072
#: bzrlib/errors.py:2585
6005
6073
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
6008
#: bzrlib/errors.py:2566
6076
#: bzrlib/errors.py:2594
6009
6077
msgid "Tag %(tag_name)s already exists."
6012
#: bzrlib/errors.py:2574
6080
#: bzrlib/errors.py:2602
6014
6082
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help bugs"
6015
6083
"\" for more information on this feature."
6018
#: bzrlib/errors.py:2584
6086
#: bzrlib/errors.py:2612
6020
6088
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
6023
#: bzrlib/errors.py:2594
6091
#: bzrlib/errors.py:2622
6025
6093
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
6028
#: bzrlib/errors.py:2604
6096
#: bzrlib/errors.py:2632
6029
6097
msgid "Invalid line in bugs property: '%(line)s'"
6032
#: bzrlib/errors.py:2612
6100
#: bzrlib/errors.py:2640
6033
6101
msgid "Invalid bug status: '%(status)s'"
6036
#: bzrlib/errors.py:2620
6104
#: bzrlib/errors.py:2648
6037
6105
msgid "Could not understand response from smart server: %(response_tuple)r"
6040
#: bzrlib/errors.py:2659
6108
#: bzrlib/errors.py:2687
6041
6109
msgid "Server sent an unexpected error: %(error_tuple)r"
6044
#: bzrlib/errors.py:2678
6112
#: bzrlib/errors.py:2706
6045
6113
msgid "Unrecognised container format: %(container_format)r"
6048
#: bzrlib/errors.py:2686
6116
#: bzrlib/errors.py:2714
6049
6117
msgid "Unexpected end of container stream"
6052
#: bzrlib/errors.py:2691
6120
#: bzrlib/errors.py:2719
6053
6121
msgid "Unknown record type: %(record_type)r"
6056
#: bzrlib/errors.py:2699
6124
#: bzrlib/errors.py:2727
6057
6125
msgid "Invalid record: %(reason)s"
6060
#: bzrlib/errors.py:2707
6128
#: bzrlib/errors.py:2735
6061
6129
msgid "Container has data after end marker: %(excess)r"
6064
#: bzrlib/errors.py:2715
6132
#: bzrlib/errors.py:2743
6065
6133
msgid "Container has multiple records with the same name: %(name)s"
6068
#: bzrlib/errors.py:2728
6136
#: bzrlib/errors.py:2756
6069
6137
msgid "Corrupt or incompatible data stream: %(reason)s"
6072
#: bzrlib/errors.py:2736
6140
#: bzrlib/errors.py:2764
6073
6141
msgid "SMTP error: %(error)s"
6076
#: bzrlib/errors.py:2744
6144
#: bzrlib/errors.py:2772
6077
6145
msgid "No message supplied."
6080
#: bzrlib/errors.py:2749
6148
#: bzrlib/errors.py:2777
6081
6149
msgid "No mail-to address (--mail-to) or output (-o) specified."
6084
#: bzrlib/errors.py:2754
6085
msgid "Unknown mail client: %(mail_client)s"
6088
#: bzrlib/errors.py:2762
6152
#: bzrlib/errors.py:2782
6090
6154
"Unable to find mail client with the following names: "
6091
6155
"%(mail_command_list_string)s"
6094
#: bzrlib/errors.py:2772
6158
#: bzrlib/errors.py:2792
6095
6159
msgid "SMTP connection to %(host)s refused"
6098
#: bzrlib/errors.py:2781
6162
#: bzrlib/errors.py:2801
6099
6163
msgid "Please specify smtp_server. No server at default %(host)s."
6102
#: bzrlib/errors.py:2795
6166
#: bzrlib/errors.py:2815
6104
6168
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
6108
#: bzrlib/errors.py:2807
6172
#: bzrlib/errors.py:2827
6109
6173
msgid "'%(display_url)s' is already a branch."
6112
#: bzrlib/errors.py:2812
6176
#: bzrlib/errors.py:2832
6113
6177
msgid "'%(display_url)s' is already a tree."
6116
#: bzrlib/errors.py:2817
6180
#: bzrlib/errors.py:2837
6117
6181
msgid "'%(display_url)s' is already a checkout."
6120
#: bzrlib/errors.py:2822
6184
#: bzrlib/errors.py:2842
6121
6185
msgid "'%(display_url)s' is already a lightweight checkout."
6124
#: bzrlib/errors.py:2827
6188
#: bzrlib/errors.py:2847
6125
6189
msgid "'%(display_url)s' is already using a shared repository."
6128
#: bzrlib/errors.py:2832
6192
#: bzrlib/errors.py:2852
6129
6193
msgid "'%(display_url)s' is already standalone."
6132
#: bzrlib/errors.py:2837
6196
#: bzrlib/errors.py:2857
6133
6197
msgid "Shared repository '%(display_url)s' already creates working trees."
6136
#: bzrlib/errors.py:2843
6200
#: bzrlib/errors.py:2863
6138
6202
"Shared repository '%(display_url)s' already doesn't create working trees."
6141
#: bzrlib/errors.py:2849
6205
#: bzrlib/errors.py:2869
6142
6206
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
6145
#: bzrlib/errors.py:2854
6209
#: bzrlib/errors.py:2874
6146
6210
msgid "No location could be found to bind to at %(display_url)s."
6149
#: bzrlib/errors.py:2859
6213
#: bzrlib/errors.py:2879
6151
6215
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr status)."
6155
#: bzrlib/errors.py:2878
6219
#: bzrlib/errors.py:2898
6221
"Branch \"%(display_url)s\" does not support storing uncommitted changes."
6224
#: bzrlib/errors.py:2913
6157
6226
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --list)."
6161
#: bzrlib/errors.py:2884
6230
#: bzrlib/errors.py:2919
6162
6231
msgid "Variable {%(name)s} is not available."
6165
#: bzrlib/errors.py:2892
6234
#: bzrlib/errors.py:2927
6166
6235
msgid "No template specified."
6169
#: bzrlib/errors.py:2897
6238
#: bzrlib/errors.py:2932
6170
6239
msgid "Unable to create symlink %(path_str)son this platform"
6173
#: bzrlib/errors.py:2912
6242
#: bzrlib/errors.py:2947
6175
6244
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", \"original"
6176
6245
"\", \"local\"."
6179
#: bzrlib/errors.py:2946
6248
#: bzrlib/errors.py:2981
6181
6250
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6184
#: bzrlib/errors.py:2958
6253
#: bzrlib/errors.py:2993
6185
6254
msgid "The \"%(config_id)s\" configuration does not exist."
6188
#: bzrlib/errors.py:2966
6257
#: bzrlib/errors.py:3001
6189
6258
msgid "The \"%(option_name)s\" configuration option does not exist."
6192
#: bzrlib/errors.py:2974
6261
#: bzrlib/errors.py:3009
6193
6262
msgid "The alias \"%(alias_name)s\" does not exist."
6196
#: bzrlib/errors.py:2988
6265
#: bzrlib/errors.py:3023
6197
6266
msgid "\"%(alias_name)s\" is not a valid location alias."
6200
#: bzrlib/errors.py:2996
6269
#: bzrlib/errors.py:3031
6201
6270
msgid "No %(alias_name)s location assigned."
6204
#: bzrlib/errors.py:3004
6273
#: bzrlib/errors.py:3039
6205
6274
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6208
#: bzrlib/errors.py:3014
6277
#: bzrlib/errors.py:3049
6209
6278
msgid "Unknown rules detected: %(unknowns_str)s."
6212
#: bzrlib/errors.py:3025
6281
#: bzrlib/errors.py:3060
6213
6282
msgid "Tip change rejected: %(msg)s"
6216
#: bzrlib/errors.py:3033
6285
#: bzrlib/errors.py:3068
6217
6286
msgid "Shelf corrupt."
6220
#: bzrlib/errors.py:3038
6289
#: bzrlib/errors.py:3073
6221
6290
msgid "Corruption while decompressing repository file%(orig_error)s"
6224
#: bzrlib/errors.py:3050
6293
#: bzrlib/errors.py:3085
6225
6294
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6228
#: bzrlib/errors.py:3058
6297
#: bzrlib/errors.py:3093
6229
6298
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6232
#: bzrlib/errors.py:3066
6301
#: bzrlib/errors.py:3101
6233
6302
msgid "An attempt to access a url outside the server jail was made: '%(url)s'."
6236
#: bzrlib/errors.py:3074
6305
#: bzrlib/errors.py:3109
6237
6306
msgid "The user aborted the operation."
6240
#: bzrlib/errors.py:3079
6309
#: bzrlib/errors.py:3114
6241
6310
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6244
#: bzrlib/errors.py:3089
6313
#: bzrlib/errors.py:3124
6245
6314
msgid "No such view: %(view_name)s."
6248
#: bzrlib/errors.py:3099
6317
#: bzrlib/errors.py:3134
6250
6319
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6251
6320
"to a later format."
6254
#: bzrlib/errors.py:3108
6323
#: bzrlib/errors.py:3143
6256
6325
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6259
#: bzrlib/errors.py:3175
6328
#: bzrlib/errors.py:3210
6260
6329
msgid "%(bzrdir)r does not support co-located branches."
6263
#: bzrlib/errors.py:3181
6332
#: bzrlib/errors.py:3216
6265
6334
"Unable to determine your name.\n"
6266
6335
"Please, set your name with the 'whoami' command.\n"
6267
6336
"E.g. bzr whoami \"Your Name <name@example.com>\""
6270
#: bzrlib/errors.py:3190
6339
#: bzrlib/errors.py:3225
6271
6340
msgid "Invalid pattern(s) found. %(msg)s"
6274
#: bzrlib/errors.py:3198
6343
#: bzrlib/errors.py:3233
6276
6345
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6277
6346
"unbind` to fix."
6280
#: bzrlib/errors.py:3209
6349
#: bzrlib/errors.py:3244
6281
6350
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6284
#: bzrlib/errors.py:3218
6353
#: bzrlib/errors.py:3253
6285
6354
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6288
#: bzrlib/errors.py:3227
6357
#: bzrlib/errors.py:3262
6290
6359
"No compatible object available for operations from %(source)r to %(target)r."
6293
#: bzrlib/errors.py:3237
6362
#: bzrlib/errors.py:3272
6295
6364
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6296
6365
"%(arguments)s."
6299
#: bzrlib/errors.py:3247
6368
#: bzrlib/errors.py:3282
6301
6370
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6302
6371
"format %(format)r"
6305
#: bzrlib/errors.py:3259
6374
#: bzrlib/errors.py:3294
6307
6376
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6311
#: bzrlib/errors.py:3272
6380
#: bzrlib/errors.py:3307
6312
6381
msgid "Binary files section encountered."
6315
#: bzrlib/errors.py:3280
6384
#: bzrlib/errors.py:3315
6317
6386
"Malformed patch header. %(desc)s\n"
6321
#: bzrlib/errors.py:3289
6390
#: bzrlib/errors.py:3324
6323
6392
"Malformed hunk header. %(desc)s\n"
6327
#: bzrlib/errors.py:3298
6396
#: bzrlib/errors.py:3333
6329
6398
"Malformed line. %(desc)s\n"
6333
#: bzrlib/errors.py:3308
6402
#: bzrlib/errors.py:3343
6335
6404
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6336
6405
"but patch says it should be \"%(patch_line)s\""
6339
#: bzrlib/errors.py:3319
6408
#: bzrlib/errors.py:3354
6340
6409
msgid "The feature %(feature)s has already been registered."
6412
#: bzrlib/errors.py:3362
6414
"Cannot store uncommitted changes because this branch already stores "
6415
"uncommitted changes."
6343
6418
#: bzrlib/export_pot.py:252
6344
6419
#, python-format
6345
6420
msgid "Exporting messages from builtin command: %s"
6389
6464
"regular push."
6392
#: bzrlib/gpg.py:119 bzrlib/gpg.py:460
6467
#: bzrlib/gpg.py:366
6468
msgid "No GnuPG key results for pattern: {0}"
6471
#: bzrlib/gpg.py:439
6393
6472
msgid "{0} commits with valid signatures"
6396
#: bzrlib/gpg.py:123 bzrlib/gpg.py:465
6475
#: bzrlib/gpg.py:445
6397
6476
msgid "{0} commit with unknown key"
6398
6477
msgid_plural "{0} commits with unknown keys"
6402
#: bzrlib/gpg.py:129 bzrlib/gpg.py:472
6481
#: bzrlib/gpg.py:453
6403
6482
msgid "{0} commit not valid"
6404
6483
msgid_plural "{0} commits not valid"
6408
#: bzrlib/gpg.py:135 bzrlib/gpg.py:479
6487
#: bzrlib/gpg.py:461
6409
6488
msgid "{0} commit not signed"
6410
6489
msgid_plural "{0} commits not signed"
6414
#: bzrlib/gpg.py:141 bzrlib/gpg.py:486
6493
#: bzrlib/gpg.py:469
6415
6494
msgid "{0} commit with key now expired"
6416
6495
msgid_plural "{0} commits with key now expired"
6420
#: bzrlib/gpg.py:343
6421
msgid "No GnuPG key results for pattern: {0}"
6499
#: bzrlib/gpg.py:489
6500
msgid "{0} commit by author {1} with key {2} now expired"
6501
msgid_plural "{0} commits by author {1} with key {2} now expired"
6424
#: bzrlib/gpg.py:386
6505
#: bzrlib/gpg.py:505
6425
6506
msgid "{0} signed {1} commit"
6426
6507
msgid_plural "{0} signed {1} commits"
6430
#: bzrlib/gpg.py:403 bzrlib/gpg.py:419
6511
#: bzrlib/gpg.py:522 bzrlib/gpg.py:539
6431
6512
msgid "{0} commit by author {1}"
6432
6513
msgid_plural "{0} commits by author {1}"
6436
#: bzrlib/gpg.py:433
6517
#: bzrlib/gpg.py:554
6437
6518
msgid "Unknown key {0} signed {1} commit"
6438
6519
msgid_plural "Unknown key {0} signed {1} commits"
6442
#: bzrlib/gpg.py:452
6443
msgid "{0} commit by author {1} with key {2} now expired"
6444
msgid_plural "{0} commits by author {1} with key {2} now expired"
6448
6523
#: bzrlib/groupcompress.py:1739
6449
6524
#, python-format
6450
6525
msgid "Insert claimed random_id=True, but then inserted %r two times"
6453
#: bzrlib/hooks.py:331
6528
#: bzrlib/hooks.py:313
6454
6529
#, python-format
6455
6530
msgid "Introduced in: %s"
6458
#: bzrlib/hooks.py:334
6533
#: bzrlib/hooks.py:316
6459
6534
#, python-format
6460
6535
msgid "Deprecated in: %s"
6740
6815
msgid "Generate only the shell function, don't enable it"
6743
#: bzrlib/plugins/launchpad/__init__.py:81
6818
#: bzrlib/plugins/grep/cmds.py:77
6819
msgid "Print lines matching PATTERN for specified files and revisions."
6822
#: bzrlib/plugins/grep/cmds.py:79
6824
"This command searches the specified files and revisions for a given\n"
6825
"pattern. The pattern is specified as a Python regular expressions[1]."
6828
#: bzrlib/plugins/grep/cmds.py:82
6830
"If the file name is not specified, the revisions starting with the\n"
6831
"current directory are searched recursively. If the revision number is\n"
6832
"not specified, the working copy is searched. To search the last committed\n"
6833
"revision, use the '-r -1' or '-r last:1' option."
6836
#: bzrlib/plugins/grep/cmds.py:87
6838
"Unversioned files are not searched unless explicitly specified on the\n"
6839
"command line. Unversioned directores are not searched."
6842
#: bzrlib/plugins/grep/cmds.py:90
6844
"When searching a pattern, the output is shown in the 'filepath:string'\n"
6845
"format. If a revision is explicitly searched, the output is shown as\n"
6846
"'filepath~N:string', where N is the revision number."
6849
#: bzrlib/plugins/grep/cmds.py:94
6851
"--include and --exclude options can be used to search only (or exclude\n"
6852
"from search) files with base name matches the specified Unix style GLOB\n"
6853
"pattern. The GLOB pattern an use *, ?, and [...] as wildcards, and \\\n"
6854
"to quote wildcard or backslash character literally. Note that the glob\n"
6855
"pattern is not a regular expression."
6858
#: bzrlib/plugins/grep/cmds.py:100
6859
msgid "[1] http://docs.python.org/library/re.html#regular-expression-syntax"
6862
# help of 'color' option of 'grep' command
6863
#: bzrlib/plugins/grep/cmds.py:109
6864
msgid "Show match in color. WHEN is never, always or auto."
6867
# help of 'diff' option of 'grep' command
6868
#: bzrlib/plugins/grep/cmds.py:111
6869
msgid "Grep for pattern in changeset for each revision."
6872
# help of 'exclude' option of 'grep' command
6873
#: bzrlib/plugins/grep/cmds.py:113
6874
msgid "Skip files whose base name matches GLOB."
6877
# help of 'include' option of 'grep' command
6878
#: bzrlib/plugins/grep/cmds.py:115
6879
msgid "Search only files whose base name matches GLOB."
6882
# help of 'files-with-matches' option of 'grep' command
6883
#: bzrlib/plugins/grep/cmds.py:117
6884
msgid "Print only the name of each input file in which PATTERN is found."
6887
# help of 'files-without-match' option of 'grep' command
6888
#: bzrlib/plugins/grep/cmds.py:120
6889
msgid "Print only the name of each input file in which PATTERN is not found."
6892
# help of 'fixed-string' option of 'grep' command
6893
#: bzrlib/plugins/grep/cmds.py:123
6894
msgid "Interpret PATTERN is a single fixed string (not regex)."
6897
# help of 'from-root' option of 'grep' command
6898
#: bzrlib/plugins/grep/cmds.py:125
6900
"Search for pattern starting from the root of the branch. (implies --"
6904
# help of 'ignore-case' option of 'grep' command
6905
#: bzrlib/plugins/grep/cmds.py:128
6906
msgid "ignore case distinctions while matching."
6909
# help of 'levels' option of 'grep' command
6910
#: bzrlib/plugins/grep/cmds.py:130
6912
"Number of levels to display - 0 for all, 1 for collapsed (1 is default)."
6915
# help of 'line-number' option of 'grep' command
6916
#: bzrlib/plugins/grep/cmds.py:135
6917
msgid "show 1-based line number."
6920
# help of 'no-recursive' option of 'grep' command
6921
#: bzrlib/plugins/grep/cmds.py:137
6922
msgid "Don't recurse into subdirectories. (default is --recursive)"
6925
# help of 'null' option of 'grep' command
6926
#: bzrlib/plugins/grep/cmds.py:139
6928
"Write an ASCII NUL (\\0) separator between output lines rather than a "
6932
#: bzrlib/plugins/launchpad/account.py:66
6933
msgid "Setting ssh/sftp usernames for launchpad.net."
6936
#: bzrlib/plugins/launchpad/cmds.py:43
6744
6937
msgid "Register a branch with launchpad.net."
6747
#: bzrlib/plugins/launchpad/__init__.py:83
6940
#: bzrlib/plugins/launchpad/cmds.py:45
6749
6942
"This command lists a bzr branch in the directory of branches on\n"
6750
6943
"launchpad.net. Registration allows the branch to be associated with\n"
6751
6944
"bugs or specifications."
6754
#: bzrlib/plugins/launchpad/__init__.py:87
6947
#: bzrlib/plugins/launchpad/cmds.py:49
6756
6949
"Before using this command you must register the project to which the\n"
6757
6950
"branch belongs, and create an account for yourself on launchpad.net."
6760
#: bzrlib/plugins/launchpad/__init__.py:90
6953
#: bzrlib/plugins/launchpad/cmds.py:52
6763
6956
" public_url: The publicly visible url for the branch to register.\n"
6779
6972
# help of 'project' option of 'register-branch' command
6780
#: bzrlib/plugins/launchpad/__init__.py:106
6973
#: bzrlib/plugins/launchpad/cmds.py:68
6781
6974
msgid "Launchpad project short name to associate with the branch."
6784
6977
# help of 'branch-name' option of 'register-branch' command
6785
#: bzrlib/plugins/launchpad/__init__.py:113
6978
#: bzrlib/plugins/launchpad/cmds.py:75
6787
6980
"Short name for the branch; by default taken from the last component of the "
6791
6984
# help of 'branch-title' option of 'register-branch' command
6792
#: bzrlib/plugins/launchpad/__init__.py:117
6985
#: bzrlib/plugins/launchpad/cmds.py:79
6793
6986
msgid "One-sentence description of the branch."
6796
6989
# help of 'branch-description' option of 'register-branch' command
6797
#: bzrlib/plugins/launchpad/__init__.py:120
6990
#: bzrlib/plugins/launchpad/cmds.py:82
6798
6991
msgid "Longer description of the purpose or contents of the branch."
6801
6994
# help of 'author' option of 'register-branch' command
6802
#: bzrlib/plugins/launchpad/__init__.py:123
6995
#: bzrlib/plugins/launchpad/cmds.py:85
6803
6996
msgid "Branch author's email address, if not yourself."
6806
6999
# help of 'link-bug' option of 'register-branch' command
6807
#: bzrlib/plugins/launchpad/__init__.py:126
7000
#: bzrlib/plugins/launchpad/cmds.py:88
6808
7001
msgid "The bug this branch fixes."
6811
7004
# help of 'dry-run' option of 'register-branch' command
6812
#: bzrlib/plugins/launchpad/__init__.py:129
7005
#: bzrlib/plugins/launchpad/cmds.py:91
6813
7006
msgid "Prepare the request but don't actually send it."
6816
#: bzrlib/plugins/launchpad/__init__.py:151
7009
#: bzrlib/plugins/launchpad/cmds.py:113
6818
7011
"register-branch requires a public branch url - see bzr help register-branch."
6821
#: bzrlib/plugins/launchpad/__init__.py:159
7014
#: bzrlib/plugins/launchpad/cmds.py:121
6822
7015
msgid "--product is deprecated; please use --project."
6825
#: bzrlib/plugins/launchpad/__init__.py:191
7018
#: bzrlib/plugins/launchpad/cmds.py:151
6826
7019
msgid "Open a Launchpad branch page in your web browser."
6829
7022
# help of 'dry-run' option of 'launchpad-open' command
6830
#: bzrlib/plugins/launchpad/__init__.py:196
7023
#: bzrlib/plugins/launchpad/cmds.py:156
6831
7024
msgid "Do not actually open the browser. Just say the URL we would use."
6834
#: bzrlib/plugins/launchpad/__init__.py:231
7027
#: bzrlib/plugins/launchpad/cmds.py:191
6835
7028
#, python-format
6836
7029
msgid "Opening %s in web browser"
6839
#: bzrlib/plugins/launchpad/__init__.py:241
7032
#: bzrlib/plugins/launchpad/cmds.py:199
6840
7033
msgid "Show or set the Launchpad user ID."
6843
#: bzrlib/plugins/launchpad/__init__.py:243
7036
#: bzrlib/plugins/launchpad/cmds.py:201
6845
7038
"When communicating with Launchpad, some commands need to know your\n"
6846
7039
"Launchpad user ID. This command can be used to set or show the\n"
6847
7040
"user ID that Bazaar will use for such communication."
6850
#: bzrlib/plugins/launchpad/__init__.py:247
7043
#: bzrlib/plugins/launchpad/cmds.py:205
6853
7046
" Show the Launchpad ID of the current user::"
6856
#: bzrlib/plugins/launchpad/__init__.py:250
7049
#: bzrlib/plugins/launchpad/cmds.py:208
6857
7050
msgid " bzr launchpad-login"
6860
#: bzrlib/plugins/launchpad/__init__.py:252
7053
#: bzrlib/plugins/launchpad/cmds.py:210
6861
7054
msgid " Set the Launchpad ID of the current user to 'bob'::"
6864
#: bzrlib/plugins/launchpad/__init__.py:254
7057
#: bzrlib/plugins/launchpad/cmds.py:212
6865
7058
msgid " bzr launchpad-login bob"
6868
7061
# help of 'no-check' option of 'launchpad-login' command
6869
#: bzrlib/plugins/launchpad/__init__.py:261
7062
#: bzrlib/plugins/launchpad/cmds.py:219
6870
7063
msgid "Don't check that the user name is valid."
6873
#: bzrlib/plugins/launchpad/__init__.py:276
6874
#: bzrlib/plugins/launchpad/__init__.py:287
7066
#: bzrlib/plugins/launchpad/cmds.py:234 bzrlib/plugins/launchpad/cmds.py:245
6875
7067
msgid "Launchpad user ID exists and has SSH keys.\n"
6878
#: bzrlib/plugins/launchpad/__init__.py:279
7070
#: bzrlib/plugins/launchpad/cmds.py:237
6879
7071
msgid "No Launchpad user ID configured.\n"
6882
#: bzrlib/plugins/launchpad/__init__.py:290
7074
#: bzrlib/plugins/launchpad/cmds.py:248
6883
7075
#, python-format
6884
7076
msgid "Launchpad user ID set to '%s'.\n"
6887
#: bzrlib/plugins/launchpad/__init__.py:298
7079
#: bzrlib/plugins/launchpad/cmds.py:254
6888
7080
msgid "Ask Launchpad to mirror a branch now."
6891
#: bzrlib/plugins/launchpad/__init__.py:318
7083
#: bzrlib/plugins/launchpad/cmds.py:271
6892
7084
msgid "Propose merging a branch on Launchpad."
6895
#: bzrlib/plugins/launchpad/__init__.py:320
7087
#: bzrlib/plugins/launchpad/cmds.py:273
6897
7089
"This will open your usual editor to provide the initial comment. When it\n"
6898
7090
"has created the proposal, it will open it in your default web browser."
6901
#: bzrlib/plugins/launchpad/__init__.py:323
7093
#: bzrlib/plugins/launchpad/cmds.py:276
6903
7095
"The branch will be proposed to merge into SUBMIT_BRANCH. If SUBMIT_BRANCH\n"
6904
7096
"is not supplied, the remembered submit branch will be used. If no submit\n"
6905
7097
"branch is remembered, the development focus will be used."
6908
#: bzrlib/plugins/launchpad/__init__.py:327
7100
#: bzrlib/plugins/launchpad/cmds.py:280
6910
7102
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
6911
7103
"the merge proposal. This can be overriden by specifying --review (-R).\n"
6913
7105
"may optionally be followed by '=' and the review type. For example:"
6916
#: bzrlib/plugins/launchpad/__init__.py:332
7108
#: bzrlib/plugins/launchpad/cmds.py:285
6917
7109
msgid " bzr lp-propose-merge --review jrandom --review review-team=qa"
6920
#: bzrlib/plugins/launchpad/__init__.py:334
7112
#: bzrlib/plugins/launchpad/cmds.py:287
6922
7114
"This will propose a merge, request \"jrandom\" to perform a review of\n"
6923
7115
"unspecified type, and request \"review-team\" to perform a \"qa\" review."
6926
7118
# help of 'staging' option of 'lp-propose-merge' command
6927
#: bzrlib/plugins/launchpad/__init__.py:339
7119
#: bzrlib/plugins/launchpad/cmds.py:292
6928
7120
msgid "Propose the merge on staging."
6931
7123
# help of 'message' option of 'lp-propose-merge' command
6932
#: bzrlib/plugins/launchpad/__init__.py:341
7124
#: bzrlib/plugins/launchpad/cmds.py:294
6933
7125
msgid "Commit message."
6936
7128
# help of 'approve' option of 'lp-propose-merge' command
6937
#: bzrlib/plugins/launchpad/__init__.py:343
6938
msgid "Mark the proposal as approved immediately."
7129
#: bzrlib/plugins/launchpad/cmds.py:296
7131
"Mark the proposal as approved immediately, setting the approved revision to "
7135
# help of 'fixes' option of 'lp-propose-merge' command
7136
#: bzrlib/plugins/launchpad/cmds.py:298
7137
msgid "The bug this proposal fixes."
6941
7140
# help of 'review' option of 'lp-propose-merge' command
6942
#: bzrlib/plugins/launchpad/__init__.py:345
7141
#: bzrlib/plugins/launchpad/cmds.py:300
6943
7142
msgid "Requested reviewer and optional type."
6946
#: bzrlib/plugins/launchpad/__init__.py:382
7145
#: bzrlib/plugins/launchpad/cmds.py:335
6947
7146
msgid "Find the proposal to merge this revision."
6950
#: bzrlib/plugins/launchpad/__init__.py:384
7149
#: bzrlib/plugins/launchpad/cmds.py:337
6952
7151
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
6953
"This works only if the selected branch was the merge proposal target, and\n"
6954
"if the merged_revno is recorded for the merge proposal. The proposal(s)\n"
6955
"are opened in a web browser."
7152
"This works only if the if the merged_revno was recorded for the merge\n"
7153
"proposal. The proposal(s) are opened in a web browser."
6958
#: bzrlib/plugins/launchpad/__init__.py:389
7156
#: bzrlib/plugins/launchpad/cmds.py:341
6960
"Any revision involved in the merge may be specified-- the revision in\n"
6961
"which the merge was performed, or one of the revisions that was merged."
7158
"Only the revision specified is searched for. To find the mainline\n"
7159
"revision that merged it into mainline, use the \"mainline\" revision spec."
6964
#: bzrlib/plugins/launchpad/__init__.py:392
7162
#: bzrlib/plugins/launchpad/cmds.py:344
6965
7163
msgid "So, to find the merge proposal that reviewed line 1 of README::"
6968
#: bzrlib/plugins/launchpad/__init__.py:394
6969
msgid " bzr lp-find-proposal -r annotate:README:1"
7166
#: bzrlib/plugins/launchpad/cmds.py:346
7167
msgid " bzr lp-find-proposal -r mainline:annotate:README:1"
6972
#: bzrlib/plugins/launchpad/__init__.py:409
7170
#: bzrlib/plugins/launchpad/cmds.py:365
6973
7171
msgid "No review found."
6976
#: bzrlib/plugins/launchpad/__init__.py:410
7174
#: bzrlib/plugins/launchpad/cmds.py:366
6977
7175
#, python-format
6978
7176
msgid "%d proposals(s) found."
6981
#: bzrlib/plugins/launchpad/__init__.py:420
6982
msgid "Finding revision-id"
6985
#: bzrlib/plugins/launchpad/__init__.py:427
6986
msgid "Finding merge"
6989
#: bzrlib/plugins/launchpad/__init__.py:432
6990
msgid "Finding revno"
6993
#: bzrlib/plugins/launchpad/__init__.py:437
6994
msgid "Finding Launchpad branch"
6997
#: bzrlib/plugins/launchpad/__init__.py:440
7179
#: bzrlib/plugins/launchpad/cmds.py:378
6998
7180
msgid "Finding proposals"
7001
#: bzrlib/plugins/launchpad/account.py:66
7002
msgid "Setting ssh/sftp usernames for launchpad.net."
7005
#: bzrlib/plugins/launchpad/lp_api.py:241
7006
#: bzrlib/plugins/launchpad/lp_api.py:246
7183
#: bzrlib/plugins/launchpad/lp_api.py:228
7184
#: bzrlib/plugins/launchpad/lp_api.py:233
7007
7185
#, python-format
7008
7186
msgid "%s is not registered on Launchpad"
7011
#: bzrlib/plugins/launchpad/lp_api.py:256
7189
#: bzrlib/plugins/launchpad/lp_api.py:243
7012
7190
#, python-format
7013
7191
msgid "%s has no development focus."
7016
#: bzrlib/plugins/launchpad/lp_api.py:261
7194
#: bzrlib/plugins/launchpad/lp_api.py:248
7017
7195
#, python-format
7018
7196
msgid "development focus %s has no branch."
7021
#: bzrlib/plugins/launchpad/lp_api.py:266
7199
#: bzrlib/plugins/launchpad/lp_api.py:253
7022
7200
#, python-format
7023
7201
msgid "source package %s has no branch."
7026
#: bzrlib/plugins/launchpad/lp_api.py:270
7204
#: bzrlib/plugins/launchpad/lp_api.py:257
7027
7205
#, python-format
7028
7206
msgid "%s has no associated product or source package."
7031
#: bzrlib/plugins/launchpad/lp_api.py:282
7209
#: bzrlib/plugins/launchpad/lp_api.py:269
7032
7210
#, python-format
7033
7211
msgid "%s is already up-to-date."
7036
#: bzrlib/plugins/launchpad/lp_api.py:289
7214
#: bzrlib/plugins/launchpad/lp_api.py:276
7037
7215
#, python-format
7038
7216
msgid "Pushing to %s"
7048
#: bzrlib/plugins/launchpad/lp_propose.py:149
7226
#: bzrlib/plugins/launchpad/lp_propose.py:159
7049
7227
#, python-format
7050
7228
msgid "There is already a branch merge proposal: %s"
7053
#: bzrlib/plugins/weave_fmt/bzrdir.py:236
7231
#: bzrlib/plugins/weave_fmt/bzrdir.py:237
7054
7232
msgid "pb parameter to convert() is deprecated"
7057
#: bzrlib/plugins/weave_fmt/bzrdir.py:239
7235
#: bzrlib/plugins/weave_fmt/bzrdir.py:240
7058
7236
msgid "starting upgrade from format 4 to 5"
7061
#: bzrlib/plugins/weave_fmt/bzrdir.py:249
7239
#: bzrlib/plugins/weave_fmt/bzrdir.py:250
7062
7240
msgid "note: upgrade may be faster if all store files are ungzipped first"
7065
#: bzrlib/plugins/weave_fmt/bzrdir.py:278
7243
#: bzrlib/plugins/weave_fmt/bzrdir.py:279
7066
7244
msgid "converting revision"
7069
#: bzrlib/plugins/weave_fmt/bzrdir.py:283
7247
#: bzrlib/plugins/weave_fmt/bzrdir.py:284
7070
7248
msgid "upgraded to weaves:"
7073
#: bzrlib/plugins/weave_fmt/bzrdir.py:284
7251
#: bzrlib/plugins/weave_fmt/bzrdir.py:285
7074
7252
#, python-format
7075
7253
msgid "%6d revisions and inventories"
7078
#: bzrlib/plugins/weave_fmt/bzrdir.py:286
7256
#: bzrlib/plugins/weave_fmt/bzrdir.py:287
7079
7257
#, python-format
7080
7258
msgid "%6d revisions not present"
7083
#: bzrlib/plugins/weave_fmt/bzrdir.py:288
7261
#: bzrlib/plugins/weave_fmt/bzrdir.py:289
7084
7262
#, python-format
7085
7263
msgid "%6d texts"
7088
#: bzrlib/plugins/weave_fmt/bzrdir.py:324
7266
#: bzrlib/plugins/weave_fmt/bzrdir.py:325
7089
7267
msgid "writing weave"
7092
#: bzrlib/plugins/weave_fmt/bzrdir.py:328
7093
#: bzrlib/plugins/weave_fmt/bzrdir.py:330
7270
#: bzrlib/plugins/weave_fmt/bzrdir.py:329
7271
#: bzrlib/plugins/weave_fmt/bzrdir.py:331
7094
7272
msgid "inventory"
7097
#: bzrlib/plugins/weave_fmt/bzrdir.py:347
7275
#: bzrlib/plugins/weave_fmt/bzrdir.py:348
7098
7276
msgid "write revision"
7101
#: bzrlib/plugins/weave_fmt/bzrdir.py:361
7279
#: bzrlib/plugins/weave_fmt/bzrdir.py:362
7102
7280
msgid "loading revision"
7105
#: bzrlib/plugins/weave_fmt/bzrdir.py:366
7283
#: bzrlib/plugins/weave_fmt/bzrdir.py:367
7106
7284
#, python-format
7107
7285
msgid "revision {%s} not present in branch; will be converted as a ghost"
7110
#: bzrlib/plugins/weave_fmt/bzrdir.py:506
7288
#: bzrlib/plugins/weave_fmt/bzrdir.py:507
7111
7289
msgid "starting upgrade from format 5 to 6"
7114
#: bzrlib/plugins/weave_fmt/bzrdir.py:516
7292
#: bzrlib/plugins/weave_fmt/bzrdir.py:517
7115
7293
#, python-format
7116
7294
msgid "adding prefixes to %s"
7119
#: bzrlib/plugins/weave_fmt/bzrdir.py:556
7297
#: bzrlib/plugins/weave_fmt/bzrdir.py:557
7120
7298
msgid "starting upgrade from format 6 to metadir"
7123
#: bzrlib/plugins/weave_fmt/bzrdir.py:564
7301
#: bzrlib/plugins/weave_fmt/bzrdir.py:565
7124
7302
msgid "Removing ancestry.weave"
7127
#: bzrlib/plugins/weave_fmt/bzrdir.py:569
7305
#: bzrlib/plugins/weave_fmt/bzrdir.py:570
7128
7306
msgid "Finding branch files"
7131
#: bzrlib/plugins/weave_fmt/bzrdir.py:579
7309
#: bzrlib/plugins/weave_fmt/bzrdir.py:580
7132
7310
msgid "Upgrading repository"
7135
#: bzrlib/plugins/weave_fmt/bzrdir.py:589
7313
#: bzrlib/plugins/weave_fmt/bzrdir.py:590
7136
7314
msgid "Upgrading branch"
7139
#: bzrlib/plugins/weave_fmt/bzrdir.py:612
7317
#: bzrlib/plugins/weave_fmt/bzrdir.py:613
7140
7318
msgid "No working tree."
7143
#: bzrlib/plugins/weave_fmt/bzrdir.py:619
7321
#: bzrlib/plugins/weave_fmt/bzrdir.py:620
7144
7322
msgid "Upgrading working tree"
7147
#: bzrlib/plugins/weave_fmt/bzrdir.py:640
7325
#: bzrlib/plugins/weave_fmt/bzrdir.py:641
7148
7326
#, python-format
7149
7327
msgid "Make %s lock"
7152
#: bzrlib/plugins/weave_fmt/bzrdir.py:651
7330
#: bzrlib/plugins/weave_fmt/bzrdir.py:652
7153
7331
#, python-format
7154
7332
msgid "Moving %s"
8023
8211
msgid "How to fix diverged branches"
8026
#: dummy/help_topics/env-variables/detail.txt:1
8027
msgid "Environment Variables"
8030
#: dummy/help_topics/env-variables/detail.txt:3
8032
"=================== "
8033
"===========================================================\n"
8034
"BZRPATH Path where bzr is to look for shell plugin external\n"
8036
"BZR_EMAIL E-Mail address of the user. Overrides EMAIL.\n"
8037
"EMAIL E-Mail address of the user.\n"
8038
"BZR_EDITOR Editor for editing commit messages. Overrides EDITOR.\n"
8039
"EDITOR Editor for editing commit messages.\n"
8040
"BZR_PLUGIN_PATH Paths where bzr should look for plugins.\n"
8041
"BZR_DISABLE_PLUGINS Plugins that bzr should not load.\n"
8042
"BZR_PLUGINS_AT Plugins to load from a directory not in "
8043
"BZR_PLUGIN_PATH.\n"
8044
"BZR_HOME Directory holding .bazaar config dir. Overrides HOME.\n"
8045
"BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA "
8048
"BZR_REMOTE_PATH Full name of remote 'bzr' command (for bzr+ssh:// "
8050
"BZR_SSH Path to SSH client, or one of paramiko, openssh, "
8053
"BZR_LOG Location of .bzr.log (use '/dev/null' to suppress log).\n"
8054
"BZR_LOG (Win32) Location of .bzr.log (use 'NUL' to suppress log).\n"
8055
"BZR_COLUMNS Override implicit terminal width.\n"
8056
"BZR_CONCURRENCY Number of processes that can be run concurrently "
8058
"BZR_PROGRESS_BAR Override the progress display. Values are 'none' or "
8060
"BZR_PDB Control whether to launch a debugger on error.\n"
8061
"BZR_SIGQUIT_PDB Control whether SIGQUIT behaves normally or invokes a\n"
8062
" breakin debugger.\n"
8063
"BZR_TEXTUI_INPUT Force console input mode for prompts to line-based "
8065
" of char-based).\n"
8066
"=================== "
8067
"===========================================================\n"
8070
8214
#: dummy/help_topics/env-variables/summary.txt:1
8071
8215
msgid "Environment variable names and values"
10031
10206
"of bzr that requires authentication (smtp for example)."
10034
#: en/help_topics/configuration.txt:379
10209
#: en/help_topics/configuration.txt:391
10036
10211
"The syntax of the file obeys the same rules as the others except for the\n"
10037
10212
"option policies which don't apply."
10040
#: en/help_topics/configuration.txt:382
10215
#: en/help_topics/configuration.txt:394
10042
10217
"For more information on the possible uses of the authentication "
10043
10218
"configuration\n"
10044
10219
"file see :doc:`authentication-help`."
10047
#: en/help_topics/configuration.txt:385
10222
#: en/help_topics/configuration.txt:397
10050
10225
"Common options\n"
10051
10226
"--------------"
10054
#: en/help_topics/configuration.txt:389
10229
#: en/help_topics/configuration.txt:401
10056
10231
"debug_flags\n"
10057
10232
"~~~~~~~~~~~"
10060
#: en/help_topics/configuration.txt:392
10235
#: en/help_topics/configuration.txt:404
10062
10237
"A comma-separated list of debugging options to turn on. The same values\n"
10063
10238
"can be used as with the -D command-line option (see `help global-options`).\n"
10064
10239
"For example::"
10067
#: en/help_topics/configuration.txt:396
10242
#: en/help_topics/configuration.txt:408
10068
10243
msgid " debug_flags = hpss"
10071
#: en/help_topics/configuration.txt:400
10246
#: en/help_topics/configuration.txt:412
10072
10247
msgid " debug_flags = hpss,evil"
10075
#: en/help_topics/configuration.txt:402
10250
#: en/help_topics/configuration.txt:414
10081
#: en/help_topics/configuration.txt:405
10256
#: en/help_topics/configuration.txt:417
10083
10258
"The email address to use when committing a branch. Typically takes the form\n"
10087
#: en/help_topics/configuration.txt:408
10262
#: en/help_topics/configuration.txt:420
10088
10263
msgid " email = Full Name <account@hostname.tld>"
10091
#: en/help_topics/configuration.txt:410
10266
#: en/help_topics/configuration.txt:422
10097
#: en/help_topics/configuration.txt:413
10272
#: en/help_topics/configuration.txt:425
10099
10274
"The path of the editor that you wish to use if *bzr commit* is run without\n"
10100
10275
"a commit message. This setting is trumped by the environment variable\n"
10188
10363
"to sign newly committed revisions, even if the branch requires signatures."
10191
#: en/help_topics/configuration.txt:462
10366
#: en/help_topics/configuration.txt:474
10193
10368
"dirstate.fdatasync\n"
10194
10369
"~~~~~~~~~~~~~~~~~~"
10197
#: en/help_topics/configuration.txt:465
10372
#: en/help_topics/configuration.txt:477
10199
10374
"If true (default), working tree metadata changes are flushed through the\n"
10200
10375
"OS buffers to physical disk. This is somewhat slower, but means data\n"
10201
10376
"should not be lost if the machine crashes. See also repository.fdatasync."
10204
#: en/help_topics/configuration.txt:469
10379
#: en/help_topics/configuration.txt:481
10206
10381
"gpg_signing_key\n"
10207
10382
"~~~~~~~~~~~~~~~"
10210
#: en/help_topics/configuration.txt:472
10385
#: en/help_topics/configuration.txt:484
10212
10387
"The GnuPG user identity to use when signing commits. Can be an e-mail\n"
10213
10388
"address, key fingerprint or full key ID. When unset or when set to\n"
10214
10389
"\"default\" Bazaar will use the user e-mail set with ``whoami``."
10217
#: en/help_topics/configuration.txt:476
10392
#: en/help_topics/configuration.txt:488
10223
#: en/help_topics/configuration.txt:479
10398
#: en/help_topics/configuration.txt:491
10225
10400
"Only useful in ``locations.conf``. Defines whether or not the\n"
10226
10401
"configuration for this section applies to subdirectories:"
10229
#: en/help_topics/configuration.txt:482
10404
#: en/help_topics/configuration.txt:494
10232
10407
" (default) This section applies to subdirectories as well."
10235
#: en/help_topics/configuration.txt:485
10410
#: en/help_topics/configuration.txt:497
10238
10413
" This section only applies to the branch at this directory and not\n"
10239
10414
" branches below it."
10242
#: en/help_topics/configuration.txt:489
10417
#: en/help_topics/configuration.txt:501
10244
10419
"gpg_signing_command\n"
10245
10420
"~~~~~~~~~~~~~~~~~~~"
10248
#: en/help_topics/configuration.txt:492
10423
#: en/help_topics/configuration.txt:504
10250
10425
"(Default: \"gpg\"). Which program should be used to sign and check "
10251
10426
"revisions.\n"
10252
10427
"For example::"
10255
#: en/help_topics/configuration.txt:495
10430
#: en/help_topics/configuration.txt:507
10256
10431
msgid " gpg_signing_command = /usr/bin/gnpg"
10259
#: en/help_topics/configuration.txt:497
10434
#: en/help_topics/configuration.txt:509
10261
10436
"The specified command must accept the options \"--clearsign\" and \"-u "
10265
#: en/help_topics/configuration.txt:499
10440
#: en/help_topics/configuration.txt:511
10267
10442
"bzr_remote_path\n"
10268
10443
"~~~~~~~~~~~~~~~"
10271
#: en/help_topics/configuration.txt:502
10446
#: en/help_topics/configuration.txt:514
10273
10448
"(Default: \"bzr\"). The path to the command that should be used to run the "
10275
10450
"server for bzr. This value may only be specified in locations.conf, because:"
10278
#: en/help_topics/configuration.txt:505
10453
#: en/help_topics/configuration.txt:517
10280
10455
"- it's needed before branch.conf is accessible\n"
10281
10456
"- allowing remote branch.conf files to specify commands would be a security\n"
10285
#: en/help_topics/configuration.txt:509
10460
#: en/help_topics/configuration.txt:521
10286
10461
msgid "It is overridden by the BZR_REMOTE_PATH environment variable."
10289
#: en/help_topics/configuration.txt:511
10464
#: en/help_topics/configuration.txt:523
10291
10466
"smtp_server\n"
10292
10467
"~~~~~~~~~~~"
10295
#: en/help_topics/configuration.txt:514
10470
#: en/help_topics/configuration.txt:526
10297
10472
"(Default: \"localhost\"). SMTP server to use when Bazaar needs to send\n"
10298
10473
"email, eg. with ``merge-directive --mail-to``, or the bzr-email plugin."
10301
#: en/help_topics/configuration.txt:517
10476
#: en/help_topics/configuration.txt:529
10303
10478
"smtp_username, smtp_password\n"
10304
10479
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10307
#: en/help_topics/configuration.txt:520
10482
#: en/help_topics/configuration.txt:532
10309
10484
"User and password to authenticate to the SMTP server. If smtp_username\n"
10310
10485
"is set, and smtp_password is not, Bazaar will prompt for a password.\n"
10513
10688
"--remember``."
10516
#: en/help_topics/configuration.txt:634
10691
#: en/help_topics/configuration.txt:646
10518
10693
"push_location\n"
10519
10694
"~~~~~~~~~~~~~"
10522
#: en/help_topics/configuration.txt:637
10697
#: en/help_topics/configuration.txt:649
10524
10699
"If present, the location of the default branch for push. This option\n"
10525
10700
"is normally set by the first ``push`` or ``push --remember``."
10528
#: en/help_topics/configuration.txt:640
10703
#: en/help_topics/configuration.txt:652
10530
10705
"push_strict\n"
10531
10706
"~~~~~~~~~~~"
10534
#: en/help_topics/configuration.txt:643
10709
#: en/help_topics/configuration.txt:655
10536
10711
"If present, defines the ``--strict`` option default value for checking\n"
10537
10712
"uncommitted changes before pushing."
10540
#: en/help_topics/configuration.txt:646
10715
#: en/help_topics/configuration.txt:658
10542
10717
"dpush_strict\n"
10543
10718
"~~~~~~~~~~~~"
10546
#: en/help_topics/configuration.txt:649
10721
#: en/help_topics/configuration.txt:661
10548
10723
"If present, defines the ``--strict`` option default value for checking\n"
10549
10724
"uncommitted changes before pushing into a different VCS without any\n"
10550
10725
"custom bzr metadata."
10553
#: en/help_topics/configuration.txt:653
10728
#: en/help_topics/configuration.txt:665
10555
10730
"bound_location\n"
10556
10731
"~~~~~~~~~~~~~~"
10559
#: en/help_topics/configuration.txt:656
10734
#: en/help_topics/configuration.txt:668
10561
10736
"The location that commits should go to when acting as a checkout.\n"
10562
10737
"This option is normally set by ``bind``."
10565
#: en/help_topics/configuration.txt:659
10740
#: en/help_topics/configuration.txt:671
10571
#: en/help_topics/configuration.txt:662
10746
#: en/help_topics/configuration.txt:674
10573
10748
"If set to \"True\", the branch should act as a checkout, and push each "
10574
10749
"commit to\n"
10575
10750
"the bound_location. This option is normally set by ``bind``/``unbind``."
10578
#: en/help_topics/configuration.txt:665
10753
#: en/help_topics/configuration.txt:677
10580
10755
"send_strict\n"
10581
10756
"~~~~~~~~~~~"
10584
#: en/help_topics/configuration.txt:668
10759
#: en/help_topics/configuration.txt:680
10586
10761
"If present, defines the ``--strict`` option default value for checking\n"
10587
10762
"uncommitted changes before sending a merge directive."
10590
#: en/help_topics/configuration.txt:671
10765
#: en/help_topics/configuration.txt:683
10592
10767
"add.maximum_file_size\n"
10593
10768
"~~~~~~~~~~~~~~~~~~~~~"
10596
#: en/help_topics/configuration.txt:674
10771
#: en/help_topics/configuration.txt:686
10598
10773
"Defines the maximum file size the command line \"add\" operation will allow\n"
10599
10774
"in recursive mode, with files larger than this value being skipped. You "
10646
#: en/help_topics/configuration.txt:702
10821
#: en/help_topics/configuration.txt:714
10647
10822
msgid " bzr.mergetool.kdiff3 = kdiff3 {base} {this} {other} -o {result}"
10650
#: en/help_topics/configuration.txt:704
10825
#: en/help_topics/configuration.txt:716
10827
"Because ``mergetool`` and ``config`` itself both use curly braces as\n"
10828
"interpolation markers, trying to display the mergetool line results in the\n"
10829
"following problem::"
10832
#: en/help_topics/configuration.txt:720
10835
" $ bzr config bzr.mergetool.kdiff3='kdiff3 {base} {this} {other} -o "
10837
" $ bzr config bzr.mergetool.kdiff3\n"
10838
" bzr: ERROR: Option base is not defined while expanding \"kdiff3 {base} "
10839
"{this} {other} -o {result}\"."
10842
#: en/help_topics/configuration.txt:725
10844
"To avoid this, ``config`` can be instructed not to try expanding variables::"
10847
#: en/help_topics/configuration.txt:727
10849
" $ bzr config --all bzr.mergetool.kdiff3\n"
10851
" bzr.mergetool.kdiff3 = kdiff3 {base} {this} {other} -o {result}"
10854
#: en/help_topics/configuration.txt:731
10652
10857
"bzr.default_mergetool\n"
10653
10858
"~~~~~~~~~~~~~~~~~~~~~"
10656
#: en/help_topics/configuration.txt:707
10861
#: en/help_topics/configuration.txt:735
10658
10863
"Specifies which external merge tool (as defined above) should be selected "
10660
10865
"default in tools such as ``bzr qconflicts``."
10663
#: en/help_topics/configuration.txt:712
10868
#: en/help_topics/configuration.txt:740
10664
10869
msgid " bzr.default_mergetool = kdiff3\n"
11610
11815
"branch can now be pushed to the mainline.\n"
11818
#: en/help_topics/env-variables.txt:1
11819
msgid "Environment Variables"
11822
#: en/help_topics/env-variables.txt:3
11823
msgid "See bzr help configuration for more details."
11826
#: en/help_topics/env-variables.txt:5
11828
"=================== "
11829
"===========================================================\n"
11830
"BZRPATH Path where bzr is to look for shell plugin external\n"
11832
"BZR_EMAIL E-Mail address of the user. Overrides EMAIL.\n"
11833
"EMAIL E-Mail address of the user.\n"
11834
"BZR_EDITOR Editor for editing commit messages. Overrides EDITOR.\n"
11835
"EDITOR Editor for editing commit messages.\n"
11836
"BZR_PLUGIN_PATH Paths where bzr should look for plugins.\n"
11837
"BZR_DISABLE_PLUGINS Plugins that bzr should not load.\n"
11838
"BZR_PLUGINS_AT Plugins to load from a directory not in "
11839
"BZR_PLUGIN_PATH.\n"
11840
"BZR_HOME Directory holding .bazaar config dir. Overrides HOME.\n"
11841
"BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA "
11844
"BZR_REMOTE_PATH Full name of remote 'bzr' command (for bzr+ssh:// "
11846
"BZR_SSH Path to SSH client, or one of paramiko, openssh, "
11849
"BZR_LOG Location of .bzr.log (use '/dev/null' to suppress log).\n"
11850
"BZR_LOG (Win32) Location of .bzr.log (use 'NUL' to suppress log).\n"
11851
"BZR_COLUMNS Override implicit terminal width.\n"
11852
"BZR_CONCURRENCY Number of processes that can be run concurrently "
11854
"BZR_PROGRESS_BAR Override the progress display. Values are 'none' or "
11856
"BZR_PDB Control whether to launch a debugger on error.\n"
11857
"BZR_SIGQUIT_PDB Control whether SIGQUIT behaves normally or invokes a\n"
11858
" breakin debugger.\n"
11859
"BZR_TEXTUI_INPUT Force console input mode for prompts to line-based "
11861
" of char-based).\n"
11862
"=================== "
11863
"===========================================================\n"
11613
11866
#: en/help_topics/eol.txt:1
11615
11868
"End of Line Conversion\n"
12199
12436
"set of command names."
12202
#: en/help_topics/hooks.txt:212
12439
#: en/help_topics/hooks.txt:201
12445
#: en/help_topics/hooks.txt:204 en/help_topics/hooks.txt:211
12446
msgid "Introduced in: 2.6"
12449
#: en/help_topics/hooks.txt:206
12450
msgid "Called after executing a command. Called with the command object."
12453
#: en/help_topics/hooks.txt:208
12459
#: en/help_topics/hooks.txt:213
12460
msgid "Called prior to executing a command. Called with the command object."
12463
#: en/help_topics/hooks.txt:215
12204
12465
"_ConfigHooks\n"
12205
12466
"------------"
12208
#: en/help_topics/hooks.txt:215
12469
#: en/help_topics/hooks.txt:218
12214
#: en/help_topics/hooks.txt:218 en/help_topics/hooks.txt:226
12215
#: en/help_topics/hooks.txt:233 en/help_topics/hooks.txt:241
12216
#: en/help_topics/hooks.txt:248 en/help_topics/hooks.txt:370
12217
#: en/help_topics/hooks.txt:427
12475
#: en/help_topics/hooks.txt:221 en/help_topics/hooks.txt:229
12476
#: en/help_topics/hooks.txt:236 en/help_topics/hooks.txt:244
12477
#: en/help_topics/hooks.txt:251 en/help_topics/hooks.txt:373
12478
#: en/help_topics/hooks.txt:446
12218
12479
msgid "Introduced in: 2.4"
12221
#: en/help_topics/hooks.txt:220
12482
#: en/help_topics/hooks.txt:223
12223
12484
"Invoked when a config option is read. The signature is (stack, name,\n"
12227
#: en/help_topics/hooks.txt:223
12488
#: en/help_topics/hooks.txt:226
12233
#: en/help_topics/hooks.txt:228
12494
#: en/help_topics/hooks.txt:231
12234
12495
msgid "Invoked when a config store is loaded. The signature is (store)."
12237
#: en/help_topics/hooks.txt:230
12498
#: en/help_topics/hooks.txt:233
12243
#: en/help_topics/hooks.txt:235
12504
#: en/help_topics/hooks.txt:238
12245
12506
"Invoked when a config option is removed. The signature is (stack,\n"
12249
#: en/help_topics/hooks.txt:238
12510
#: en/help_topics/hooks.txt:241
12255
#: en/help_topics/hooks.txt:243
12516
#: en/help_topics/hooks.txt:246
12256
12517
msgid "Invoked when a config store is saved. The signature is (store)."
12259
#: en/help_topics/hooks.txt:245
12520
#: en/help_topics/hooks.txt:248
12265
#: en/help_topics/hooks.txt:250
12526
#: en/help_topics/hooks.txt:253
12267
12528
"Invoked when a config option is set. The signature is (stack, name,\n"
12271
#: en/help_topics/hooks.txt:253
12532
#: en/help_topics/hooks.txt:256
12273
12534
"ControlDirHooks\n"
12274
12535
"---------------"
12277
#: en/help_topics/hooks.txt:256
12538
#: en/help_topics/hooks.txt:259
12279
12540
"post_repo_init\n"
12280
12541
"~~~~~~~~~~~~~~"
12283
#: en/help_topics/hooks.txt:261
12544
#: en/help_topics/hooks.txt:264
12285
12546
"Invoked after a repository has been initialized. post_repo_init is\n"
12286
12547
"called with a bzrlib.controldir.RepoInitHookParams."
12289
#: en/help_topics/hooks.txt:264
12550
#: en/help_topics/hooks.txt:267
12295
#: en/help_topics/hooks.txt:267
12556
#: en/help_topics/hooks.txt:270
12296
12557
msgid "Introduced in: 1.14"
12299
#: en/help_topics/hooks.txt:269
12560
#: en/help_topics/hooks.txt:272
12301
12562
"Invoked before attempting to open a ControlDir with the transport that\n"
12302
12563
"the open will use."
12305
#: en/help_topics/hooks.txt:272
12566
#: en/help_topics/hooks.txt:275
12307
12568
"InfoHooks\n"
12311
#: en/help_topics/hooks.txt:275
12572
#: en/help_topics/hooks.txt:278
12313
12574
"repository\n"
12317
#: en/help_topics/hooks.txt:278 en/help_topics/hooks.txt:297
12318
#: en/help_topics/hooks.txt:505
12578
#: en/help_topics/hooks.txt:281 en/help_topics/hooks.txt:300
12579
#: en/help_topics/hooks.txt:524
12319
12580
msgid "Introduced in: 1.15"
12322
#: en/help_topics/hooks.txt:280
12583
#: en/help_topics/hooks.txt:283
12324
12585
"Invoked when displaying the statistics for a repository. repository is\n"
12325
12586
"called with a statistics dictionary as returned by the repository and\n"
12326
12587
"a file-like object to write to."
12329
#: en/help_topics/hooks.txt:284
12590
#: en/help_topics/hooks.txt:287
12331
12592
"LockHooks\n"
12335
#: en/help_topics/hooks.txt:287
12596
#: en/help_topics/hooks.txt:290
12337
12598
"lock_acquired\n"
12338
12599
"~~~~~~~~~~~~~"
12341
#: en/help_topics/hooks.txt:292
12602
#: en/help_topics/hooks.txt:295
12342
12603
msgid "Called with a bzrlib.lock.LockResult when a physical lock is acquired."
12345
#: en/help_topics/hooks.txt:294
12606
#: en/help_topics/hooks.txt:297
12347
12608
"lock_broken\n"
12348
12609
"~~~~~~~~~~~"
12351
#: en/help_topics/hooks.txt:299
12612
#: en/help_topics/hooks.txt:302
12352
12613
msgid "Called with a bzrlib.lock.LockResult when a physical lock is broken."
12355
#: en/help_topics/hooks.txt:301
12616
#: en/help_topics/hooks.txt:304
12357
12618
"lock_released\n"
12358
12619
"~~~~~~~~~~~~~"
12361
#: en/help_topics/hooks.txt:306
12622
#: en/help_topics/hooks.txt:309
12362
12623
msgid "Called with a bzrlib.lock.LockResult when a physical lock is released."
12365
#: en/help_topics/hooks.txt:308
12626
#: en/help_topics/hooks.txt:311
12367
12628
"MergeHooks\n"
12371
#: en/help_topics/hooks.txt:311
12632
#: en/help_topics/hooks.txt:314
12373
12634
"merge_file_content\n"
12374
12635
"~~~~~~~~~~~~~~~~~~"
12377
#: en/help_topics/hooks.txt:314
12638
#: en/help_topics/hooks.txt:317
12378
12639
msgid "Introduced in: 2.1"
12381
#: en/help_topics/hooks.txt:316
12642
#: en/help_topics/hooks.txt:319
12383
12644
"Called with a bzrlib.merge.Merger object to create a per file merge\n"
12384
12645
"object when starting a merge. Should return either None or a subclass\n"
12388
12649
"AbstractPerFileMerger API docs for details on how it is used by merge."
12391
#: en/help_topics/hooks.txt:323
12652
#: en/help_topics/hooks.txt:326
12393
12654
"post_merge\n"
12397
#: en/help_topics/hooks.txt:326 en/help_topics/hooks.txt:334
12398
#: en/help_topics/hooks.txt:384 en/help_topics/hooks.txt:493
12658
#: en/help_topics/hooks.txt:329 en/help_topics/hooks.txt:337
12659
#: en/help_topics/hooks.txt:387 en/help_topics/hooks.txt:405
12660
#: en/help_topics/hooks.txt:413 en/help_topics/hooks.txt:512
12399
12661
msgid "Introduced in: 2.5"
12402
#: en/help_topics/hooks.txt:328
12664
#: en/help_topics/hooks.txt:331
12404
12666
"Called after a merge. Receives a Merger object as the single argument.\n"
12405
12667
"The return value is ignored."
12408
#: en/help_topics/hooks.txt:331
12670
#: en/help_topics/hooks.txt:334
12410
12672
"pre_merge\n"
12414
#: en/help_topics/hooks.txt:336
12676
#: en/help_topics/hooks.txt:339
12416
12678
"Called before a merge. Receives a Merger object as the single\n"
12420
#: en/help_topics/hooks.txt:339
12682
#: en/help_topics/hooks.txt:342
12422
12684
"MergeDirectiveHooks\n"
12423
12685
"-------------------"
12426
#: en/help_topics/hooks.txt:342
12688
#: en/help_topics/hooks.txt:345
12428
12690
"merge_request_body\n"
12429
12691
"~~~~~~~~~~~~~~~~~~"
12432
#: en/help_topics/hooks.txt:345
12694
#: en/help_topics/hooks.txt:348
12433
12695
msgid "Introduced in: 1.15.0"
12436
#: en/help_topics/hooks.txt:347
12698
#: en/help_topics/hooks.txt:350
12438
12700
"Called with a MergeRequestBodyParams when a body is needed for a merge\n"
12439
12701
"request. Callbacks must return a body. If more than one callback is\n"
12440
12702
"registered, the output of one callback is provided to the next."
12443
#: en/help_topics/hooks.txt:351
12705
#: en/help_topics/hooks.txt:354
12445
12707
"MessageEditorHooks\n"
12446
12708
"------------------"
12449
#: en/help_topics/hooks.txt:354
12711
#: en/help_topics/hooks.txt:357
12451
12713
"commit_message_template\n"
12452
12714
"~~~~~~~~~~~~~~~~~~~~~~~"
12455
#: en/help_topics/hooks.txt:357
12717
#: en/help_topics/hooks.txt:360
12456
12718
msgid "Introduced in: 1.10"
12459
#: en/help_topics/hooks.txt:359
12721
#: en/help_topics/hooks.txt:362
12461
12723
"Called when a commit message is being generated.\n"
12462
12724
"commit_message_template is called with the bzrlib.commit.Commit object\n"