30
#: bzrlib/branch.py:3205
30
#: bzrlib/branch.py:3183
32
32
msgid "Pushed up to revision %d."
35
#: bzrlib/branch.py:3207
35
#: bzrlib/branch.py:3185
37
37
msgid "%d tag updated."
38
38
msgid_plural "%d tags updated."
42
#: bzrlib/branch.py:3210
42
#: bzrlib/branch.py:3188
43
43
msgid "No new revisions or tags to push."
46
#: bzrlib/branch.py:3212
46
#: bzrlib/branch.py:3190
47
47
msgid "No new revisions to push."
50
#: bzrlib/branch.py:3232
50
#: bzrlib/branch.py:3210
51
51
msgid "checked branch {0} format {1}"
54
#: bzrlib/branch.py:3235
54
#: bzrlib/branch.py:3213
56
56
msgid "found error:%s"
59
#: bzrlib/builtins.py:209 bzrlib/builtins.py:3016 bzrlib/workingtree.py:315
59
#: bzrlib/builtins.py:121 bzrlib/builtins.py:2923 bzrlib/workingtree.py:315
61
61
msgid "Ignoring files outside view. View is %s"
64
#: bzrlib/builtins.py:218
64
#: bzrlib/builtins.py:130
66
66
msgid "bzr %s --revision takes exactly one revision identifier"
69
#: bzrlib/builtins.py:303
69
#: bzrlib/builtins.py:215
70
70
msgid "Display status summary."
73
#: bzrlib/builtins.py:305
73
#: bzrlib/builtins.py:217
75
75
"This reports on versioned and unknown files, reporting them\n"
76
76
"grouped by state. Possible states are:"
79
#: bzrlib/builtins.py:308
79
#: bzrlib/builtins.py:220
82
82
" Versioned in the working copy but not in the previous revision."
85
#: bzrlib/builtins.py:311
85
#: bzrlib/builtins.py:223
88
88
" Versioned in the previous revision but removed or deleted\n"
89
89
" in the working copy."
92
#: bzrlib/builtins.py:315
92
#: bzrlib/builtins.py:227
95
95
" Path of this file changed from the previous revision;\n"
152
152
"the no-pending option or specify a file/directory."
155
#: bzrlib/builtins.py:351
155
#: bzrlib/builtins.py:263
157
157
"To compare the working directory to a specific revision, pass a\n"
158
158
"single revision to the revision argument."
161
#: bzrlib/builtins.py:354
161
#: bzrlib/builtins.py:266
163
163
"To see which files have changed in a specific revision, or between\n"
164
164
"two revisions, pass a revision range to the revision argument.\n"
165
165
"This will produce the same results as calling 'bzr diff --summarize'."
168
#: bzrlib/builtins.py:363
168
#: bzrlib/builtins.py:275
169
169
msgid "Use short status indicators."
172
#: bzrlib/builtins.py:365
172
#: bzrlib/builtins.py:277
173
173
msgid "Only show versioned files."
176
#: bzrlib/builtins.py:367
176
#: bzrlib/builtins.py:279
177
177
msgid "Don't show pending merges."
180
#: bzrlib/builtins.py:370
180
#: bzrlib/builtins.py:282
181
181
msgid "Do not mark object type using indicator."
184
#: bzrlib/builtins.py:385
184
#: bzrlib/builtins.py:297
185
185
msgid "bzr status --revision takes exactly one or two revision specifiers"
188
#: bzrlib/builtins.py:429 bzrlib/builtins.py:5183
188
#: bzrlib/builtins.py:341 bzrlib/builtins.py:5090
189
189
msgid "You can only supply one of revision_id or --revision"
192
#: bzrlib/builtins.py:432 bzrlib/builtins.py:5185
192
#: bzrlib/builtins.py:344 bzrlib/builtins.py:5092
193
193
msgid "You must supply either --revision or a revision_id"
196
#: bzrlib/builtins.py:439
196
#: bzrlib/builtins.py:351
198
198
msgid "Repository %r does not support access to raw revision texts"
201
#: bzrlib/builtins.py:450
201
#: bzrlib/builtins.py:362
202
202
msgid "The repository {0} contains no revision {1}."
205
#: bzrlib/builtins.py:457
205
#: bzrlib/builtins.py:369
206
206
msgid "You cannot specify a NULL revision."
209
#: bzrlib/builtins.py:549
209
#: bzrlib/builtins.py:461
210
210
msgid "Remove the working tree from a given branch/checkout."
213
#: bzrlib/builtins.py:551
213
#: bzrlib/builtins.py:463
215
215
"Since a lightweight checkout is little more than a working tree\n"
216
216
"this will refuse to run against one."
219
#: bzrlib/builtins.py:554
219
#: bzrlib/builtins.py:466
220
220
msgid "To re-create the working tree, use \"bzr checkout\"."
223
#: bzrlib/builtins.py:560
223
#: bzrlib/builtins.py:472
225
225
"Remove the working tree even if it has uncommitted or shelved changes."
228
#: bzrlib/builtins.py:574
228
#: bzrlib/builtins.py:486
229
229
msgid "No working tree to remove"
232
#: bzrlib/builtins.py:576
232
#: bzrlib/builtins.py:488
233
233
msgid "You cannot remove the working tree of a remote path"
236
#: bzrlib/builtins.py:585
236
#: bzrlib/builtins.py:497
237
237
msgid "You cannot remove the working tree from a lightweight checkout"
240
#: bzrlib/builtins.py:625
240
#: bzrlib/builtins.py:537
242
242
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
243
243
"instead. Use \"--force\" if you are sure you want to reset the working tree."
246
#: bzrlib/builtins.py:636
246
#: bzrlib/builtins.py:548
248
248
", the header appears corrupt, try passing -r -1 to set the state to the last "
252
#: bzrlib/builtins.py:640
252
#: bzrlib/builtins.py:552
253
253
msgid "failed to reset the tree state{0}"
256
#: bzrlib/builtins.py:644
256
#: bzrlib/builtins.py:556
257
257
msgid "Show current revision number."
260
#: bzrlib/builtins.py:646
260
#: bzrlib/builtins.py:558
261
261
msgid "This is equal to the number of revisions on this branch."
264
#: bzrlib/builtins.py:659
264
#: bzrlib/builtins.py:571
265
265
msgid "--tree and --revision can not be used together"
268
#: bzrlib/builtins.py:676 bzrlib/builtins.py:5967
268
#: bzrlib/builtins.py:588 bzrlib/builtins.py:5874
269
269
msgid "Tags can only be placed on a single revision, not on a range"
272
#: bzrlib/builtins.py:700
272
#: bzrlib/builtins.py:612
273
273
msgid "Show revno of working tree."
276
#: bzrlib/builtins.py:748
276
#: bzrlib/builtins.py:660
277
277
msgid "Add specified files or directories."
280
#: bzrlib/builtins.py:750
280
#: bzrlib/builtins.py:662
282
282
"In non-recursive mode, all the named items are added, regardless\n"
283
283
"of whether they were previously ignored. A warning is given if\n"
284
284
"any of the named files are already versioned."
287
#: bzrlib/builtins.py:754
287
#: bzrlib/builtins.py:666
289
289
"In recursive mode (the default), files are treated the same way\n"
290
290
"but the behaviour for directories is different. Directories that\n"
332
332
"into a subdirectory of this one."
335
#: bzrlib/builtins.py:784
335
#: bzrlib/builtins.py:696
337
337
"Any files matching patterns in the ignore list will not be added\n"
338
338
"unless they are explicitly mentioned."
341
#: bzrlib/builtins.py:787
341
#: bzrlib/builtins.py:699
343
343
"In recursive mode, files larger than the configuration option \n"
344
344
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
348
#: bzrlib/builtins.py:794
348
#: bzrlib/builtins.py:706
349
349
msgid "Don't recursively add the contents of directories."
352
#: bzrlib/builtins.py:800
352
#: bzrlib/builtins.py:712
353
353
msgid "Lookup file ids from this tree."
356
#: bzrlib/builtins.py:836
356
#: bzrlib/builtins.py:748
357
357
msgid "ignored {0} matching \"{1}\"\n"
360
#: bzrlib/builtins.py:841
360
#: bzrlib/builtins.py:753
361
361
msgid "Create a new versioned directory."
364
#: bzrlib/builtins.py:843
364
#: bzrlib/builtins.py:755
365
365
msgid "This is equivalent to creating the directory and then adding it."
368
#: bzrlib/builtins.py:850
368
#: bzrlib/builtins.py:762
369
369
msgid "No error if existing, make parent directories as needed."
372
#: bzrlib/builtins.py:884
372
#: bzrlib/builtins.py:796
374
374
msgid "added %s\n"
377
#: bzrlib/builtins.py:926
377
#: bzrlib/builtins.py:838
379
379
msgid "invalid kind %r specified"
382
#: bzrlib/builtins.py:963
382
#: bzrlib/builtins.py:875
383
383
msgid "Move or rename a file."
386
#: bzrlib/builtins.py:965
386
#: bzrlib/builtins.py:877
387
387
msgid " bzr mv SOURCE... DESTINATION"
390
#: bzrlib/builtins.py:967
390
#: bzrlib/builtins.py:879
392
392
"If the last argument is a versioned directory, all the other names\n"
393
393
"are moved into it. Otherwise, there must be exactly two arguments\n"
394
394
"and the file is changed to a new name."
397
#: bzrlib/builtins.py:971
397
#: bzrlib/builtins.py:883
399
399
"If OLDNAME does not exist on the filesystem but is versioned and\n"
400
400
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
403
403
"The same is valid when moving many SOURCE files to a DESTINATION."
406
#: bzrlib/builtins.py:977
406
#: bzrlib/builtins.py:889
407
407
msgid "Files cannot be moved between branches."
410
#: bzrlib/builtins.py:984
410
#: bzrlib/builtins.py:896
412
412
"Move only the bzr identifier of the file, because the file has already been "
416
#: bzrlib/builtins.py:986
416
#: bzrlib/builtins.py:898
417
417
msgid "Automatically guess renames."
420
#: bzrlib/builtins.py:987
420
#: bzrlib/builtins.py:899
421
421
msgid "Avoid making changes when guessing renames."
424
#: bzrlib/builtins.py:996
424
#: bzrlib/builtins.py:908
425
425
msgid "--dry-run requires --auto."
428
#: bzrlib/builtins.py:1000
428
#: bzrlib/builtins.py:912
429
429
msgid "missing file argument"
432
#: bzrlib/builtins.py:1004
432
#: bzrlib/builtins.py:916
433
433
msgid "can not move root of branch"
436
#: bzrlib/builtins.py:1010
436
#: bzrlib/builtins.py:922
437
437
msgid "Only one path may be specified to --auto."
440
#: bzrlib/builtins.py:1013
440
#: bzrlib/builtins.py:925
441
441
msgid "--after cannot be specified with --auto."
444
#: bzrlib/builtins.py:1050
444
#: bzrlib/builtins.py:962
445
445
msgid "to mv multiple files the destination must be a versioned directory"
448
#: bzrlib/builtins.py:1102
448
#: bzrlib/builtins.py:1014
449
449
msgid "Turn this branch into a mirror of another branch."
452
#: bzrlib/builtins.py:1104
452
#: bzrlib/builtins.py:1016
454
454
"By default, this command only works on branches that have not diverged.\n"
455
455
"Branches are considered diverged if the destination branch's most recent \n"
479
479
"value will only be saved if the remote location can be accessed."
482
#: bzrlib/builtins.py:1122
482
#: bzrlib/builtins.py:1034
484
484
"The --verbose option will display the revisions pulled using the log_format\n"
485
485
"configuration option. You can use a different format by overriding it with\n"
486
486
"-Olog_format=<other_format>."
489
#: bzrlib/builtins.py:1126
489
#: bzrlib/builtins.py:1038
491
491
"Note: The location can be specified either in the form of a branch,\n"
492
492
"or in the form of a path to a file containing a merge directive generated\n"
496
#: bzrlib/builtins.py:1134
496
#: bzrlib/builtins.py:1046
497
497
msgid "Show logs of pulled revisions."
500
#: bzrlib/builtins.py:1136
500
#: bzrlib/builtins.py:1048
502
502
"Branch to pull into, rather than the one containing the working directory."
505
#: bzrlib/builtins.py:1139
505
#: bzrlib/builtins.py:1051
507
507
"Perform a local pull in a bound branch. Local pulls are not applied to the "
511
#: bzrlib/builtins.py:1168
511
#: bzrlib/builtins.py:1080
512
512
msgid "Need working tree for --show-base."
515
#: bzrlib/builtins.py:1184
515
#: bzrlib/builtins.py:1096
516
516
msgid "No pull location known or specified."
519
#: bzrlib/builtins.py:1190
519
#: bzrlib/builtins.py:1102
521
521
msgid "Using saved parent location: %s\n"
524
#: bzrlib/builtins.py:1197 bzrlib/builtins.py:4393
524
#: bzrlib/builtins.py:1109 bzrlib/builtins.py:4300
525
525
msgid "Cannot use -r with merge directives or bundles"
528
#: bzrlib/builtins.py:1238
528
#: bzrlib/builtins.py:1150
529
529
msgid "Update a mirror of this branch."
532
#: bzrlib/builtins.py:1240
532
#: bzrlib/builtins.py:1152
534
534
"The target branch will not have its working tree populated because this\n"
535
535
"is both expensive, and is not supported on remote file systems."
538
#: bzrlib/builtins.py:1243
538
#: bzrlib/builtins.py:1155
540
540
"Some smart servers or protocols *may* put the working tree in place in\n"
544
#: bzrlib/builtins.py:1246
544
#: bzrlib/builtins.py:1158
546
546
"This command only works on branches that have not diverged. Branches are\n"
547
547
"considered diverged if the destination branch's most recent commit is one\n"
548
548
"that has not been merged (directly or indirectly) by the source branch."
551
#: bzrlib/builtins.py:1250
551
#: bzrlib/builtins.py:1162
553
553
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
554
554
"the other branch completely, discarding its unmerged changes."
557
#: bzrlib/builtins.py:1253
557
#: bzrlib/builtins.py:1165
559
559
"If you want to ensure you have the different changes in the other branch,\n"
560
560
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
561
561
"After that you will be able to do a push without '--overwrite'."
564
#: bzrlib/builtins.py:1257
564
#: bzrlib/builtins.py:1169
566
566
"If there is no default push location set, the first push will set it (use\n"
567
567
"--no-remember to avoid setting it). After that, you can omit the\n"
569
569
"value will only be saved if the remote location can be accessed."
572
#: bzrlib/builtins.py:1262
572
#: bzrlib/builtins.py:1174
574
574
"The --verbose option will display the revisions pushed using the log_format\n"
575
575
"configuration option. You can use a different format by overriding it with\n"
576
576
"-Olog_format=<other_format>."
579
#: bzrlib/builtins.py:1273 bzrlib/foreign.py:272
579
#: bzrlib/builtins.py:1185 bzrlib/foreign.py:272
581
581
"Branch to push from, rather than the one containing the working directory."
584
#: bzrlib/builtins.py:1276
584
#: bzrlib/builtins.py:1188
586
586
"By default push will fail if the target directory exists, but does not "
587
587
"already have a control directory. This flag will allow push to proceed."
590
#: bzrlib/builtins.py:1281
590
#: bzrlib/builtins.py:1193
592
592
"Create a stacked branch that references the public location of the parent "
596
#: bzrlib/builtins.py:1284
596
#: bzrlib/builtins.py:1196
598
598
"Create a stacked branch that refers to another branch for the commit "
599
599
"history. Only the work not present in the referenced branch is included in "
600
600
"the branch created."
603
#: bzrlib/builtins.py:1289 bzrlib/foreign.py:279
603
#: bzrlib/builtins.py:1201 bzrlib/foreign.py:279
605
605
"Refuse to push if there are uncommitted changes in the working tree, --no-"
606
606
"strict disables the check."
609
#: bzrlib/builtins.py:1292
609
#: bzrlib/builtins.py:1204
610
610
msgid "Don't populate the working tree, even for protocols that support it."
613
#: bzrlib/builtins.py:1336
613
#: bzrlib/builtins.py:1248
614
614
msgid "Could not determine branch to refer to."
617
#: bzrlib/builtins.py:1345
617
#: bzrlib/builtins.py:1257
620
620
"No push location known or specified. To push to the parent branch (at %s), "
621
621
"use 'bzr push :parent'."
624
#: bzrlib/builtins.py:1351 bzrlib/foreign.py:306
624
#: bzrlib/builtins.py:1263 bzrlib/foreign.py:306
625
625
msgid "No push location known or specified."
628
#: bzrlib/builtins.py:1355
628
#: bzrlib/builtins.py:1267
630
630
msgid "Using saved push location: %s"
633
#: bzrlib/builtins.py:1365
633
#: bzrlib/builtins.py:1277
634
634
msgid "Create a new branch that is a copy of an existing branch."
637
#: bzrlib/builtins.py:1367
637
#: bzrlib/builtins.py:1279
639
639
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
640
640
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
645
645
"create ./foo-bar."
648
#: bzrlib/builtins.py:1374
648
#: bzrlib/builtins.py:1286
650
650
"To retrieve the branch as of a particular revision, supply the --revision\n"
651
651
"parameter, as in \"branch foo/bar -r 5\"."
654
#: bzrlib/builtins.py:1377
654
#: bzrlib/builtins.py:1289
655
655
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
658
#: bzrlib/builtins.py:1387
658
#: bzrlib/builtins.py:1299
659
659
msgid "Create a branch without a working-tree."
662
#: bzrlib/builtins.py:1389
662
#: bzrlib/builtins.py:1301
663
663
msgid "Switch the checkout in the current directory to the new branch."
666
#: bzrlib/builtins.py:1392
666
#: bzrlib/builtins.py:1304
668
668
"Create a stacked branch referring to the source branch. The new branch will "
669
669
"depend on the availability of the source branch for all operations."
672
#: bzrlib/builtins.py:1396
672
#: bzrlib/builtins.py:1308
673
673
msgid "Do not use a shared repository, even if available."
676
#: bzrlib/builtins.py:1398
676
#: bzrlib/builtins.py:1310
678
678
"By default branch will fail if the target directory exists, but does not "
679
679
"already have a control directory. This flag will allow branch to proceed."
682
#: bzrlib/builtins.py:1403
682
#: bzrlib/builtins.py:1315
683
683
msgid "Bind new branch to from location."
686
#: bzrlib/builtins.py:1450
686
#: bzrlib/builtins.py:1362
688
688
msgid "Target directory \"%s\" already exists."
691
#: bzrlib/builtins.py:1462
691
#: bzrlib/builtins.py:1374
693
693
msgid "Parent of \"%s\" does not exist."
696
#: bzrlib/builtins.py:1481
696
#: bzrlib/builtins.py:1393
697
697
msgid "The branch {0} has no revision {1}."
700
#: bzrlib/builtins.py:1496 bzrlib/push.py:53
700
#: bzrlib/builtins.py:1403 bzrlib/push.py:53
702
702
msgid "Created new stacked branch referring to %s."
705
#: bzrlib/builtins.py:1500
705
#: bzrlib/builtins.py:1407
707
707
msgid "Branched %d revision."
708
708
msgid_plural "Branched %d revisions."
712
#: bzrlib/builtins.py:1505
712
#: bzrlib/builtins.py:1412
714
714
msgid "New branch bound to %s"
717
#: bzrlib/builtins.py:1510 bzrlib/builtins.py:6256
717
#: bzrlib/builtins.py:1417 bzrlib/builtins.py:6187
719
719
msgid "Switched to branch: %s"
722
#: bzrlib/builtins.py:1515
722
#: bzrlib/builtins.py:1422
723
723
msgid "List the branches available at the current location."
726
#: bzrlib/builtins.py:1517
726
#: bzrlib/builtins.py:1424
728
728
"This command will print the names of all the branches at the current\n"
732
#: bzrlib/builtins.py:1524
732
#: bzrlib/builtins.py:1431
734
734
"Recursively scan for branches rather than just looking in the specified "
738
#: bzrlib/builtins.py:1554
738
#: bzrlib/builtins.py:1461
739
739
msgid "(default)"
742
#: bzrlib/builtins.py:1566
742
#: bzrlib/builtins.py:1473
743
743
msgid "Create a new checkout of an existing branch."
746
#: bzrlib/builtins.py:1568
746
#: bzrlib/builtins.py:1475
748
748
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
786
#: bzrlib/builtins.py:1597
786
#: bzrlib/builtins.py:1504
787
787
msgid "Get file contents from this tree."
790
#: bzrlib/builtins.py:1599
790
#: bzrlib/builtins.py:1506
791
791
msgid "Hard-link working tree files where possible."
794
#: bzrlib/builtins.py:1640
794
#: bzrlib/builtins.py:1547
796
796
"Show list of renamed files.\n"
800
#: bzrlib/builtins.py:1670
800
#: bzrlib/builtins.py:1577
801
801
msgid "Update a working tree to a new revision."
804
#: bzrlib/builtins.py:1672
804
#: bzrlib/builtins.py:1579
806
806
"This will perform a merge of the destination revision (the tip of the\n"
807
807
"branch, or the specified revision) into the working tree, and then make\n"
808
808
"that revision the basis revision for the working tree. "
811
#: bzrlib/builtins.py:1676
811
#: bzrlib/builtins.py:1583
813
813
"You can use this to visit an older revision, or to update a working tree\n"
814
814
"that is out of date from its branch."
817
#: bzrlib/builtins.py:1679
817
#: bzrlib/builtins.py:1586
819
819
"If there are any uncommitted changes in the tree, they will be carried\n"
820
820
"across and remain as uncommitted changes after the update. To discard\n"
838
838
"out the old content of that file to a new location."
841
#: bzrlib/builtins.py:1694
841
#: bzrlib/builtins.py:1601
843
843
"The 'dir' argument, if given, must be the location of the root of a\n"
844
844
"working tree to update. By default, the working tree that contains the \n"
845
845
"current working directory is used."
848
#: bzrlib/builtins.py:1710
848
#: bzrlib/builtins.py:1617
849
849
msgid "bzr update --revision takes exactly one revision"
852
#: bzrlib/builtins.py:1718
852
#: bzrlib/builtins.py:1625
853
853
msgid "bzr update can only update a whole tree, not a file or subdirectory"
856
#: bzrlib/builtins.py:1749
856
#: bzrlib/builtins.py:1656
857
857
msgid "Tree is up to date at revision {0} of branch {1}"
860
#: bzrlib/builtins.py:1765
860
#: bzrlib/builtins.py:1672
863
863
"branch has no revision %s\n"
864
864
"bzr update --revision only works for a revision in the branch history"
867
#: bzrlib/builtins.py:1771
867
#: bzrlib/builtins.py:1678
868
868
msgid "Updated to revision {0} of branch {1}"
871
#: bzrlib/builtins.py:1775
871
#: bzrlib/builtins.py:1682
873
873
"Your local commits will now show as pending merges with 'bzr status', and "
874
874
"can be committed with 'bzr commit'."
877
#: bzrlib/builtins.py:1784
877
#: bzrlib/builtins.py:1691
878
878
msgid "Show information about a working tree, branch or repository."
881
#: bzrlib/builtins.py:1786
881
#: bzrlib/builtins.py:1693
883
883
"This command will show all known locations and formats associated to the\n"
884
884
"tree, branch or repository."
887
#: bzrlib/builtins.py:1789
887
#: bzrlib/builtins.py:1696
889
889
"In verbose mode, statistical information is included with each report.\n"
890
890
"To see extended statistic information, use a verbosity level of 2 or\n"
891
891
"higher by specifying the verbose option multiple times, e.g. -vv."
894
#: bzrlib/builtins.py:1793
894
#: bzrlib/builtins.py:1700
895
895
msgid "Branches and working trees will also report any missing revisions."
898
#: bzrlib/builtins.py:1795 bzrlib/builtins.py:3715 bzrlib/builtins.py:4845
899
#: bzrlib/builtins.py:6442
898
#: bzrlib/builtins.py:1702 bzrlib/builtins.py:3622 bzrlib/builtins.py:4752
899
#: bzrlib/builtins.py:6389
900
900
msgid ":Examples:"
903
#: bzrlib/builtins.py:1797
903
#: bzrlib/builtins.py:1704
904
904
msgid " Display information on the format and related locations:"
907
#: bzrlib/builtins.py:1799
907
#: bzrlib/builtins.py:1706
908
908
msgid " bzr info"
911
#: bzrlib/builtins.py:1801
911
#: bzrlib/builtins.py:1708
913
913
" Display the above together with extended format information and\n"
914
914
" basic statistics (like the number of files in the working tree and\n"
915
915
" number of revisions in the branch and repository):"
918
#: bzrlib/builtins.py:1805
918
#: bzrlib/builtins.py:1712
919
919
msgid " bzr info -v"
922
#: bzrlib/builtins.py:1807
922
#: bzrlib/builtins.py:1714
923
923
msgid " Display the above together with number of committers to the branch:"
926
#: bzrlib/builtins.py:1809
926
#: bzrlib/builtins.py:1716
927
927
msgid " bzr info -vv"
930
#: bzrlib/builtins.py:1828
930
#: bzrlib/builtins.py:1735
931
931
msgid "Remove files or directories."
934
#: bzrlib/builtins.py:1830
934
#: bzrlib/builtins.py:1737
936
936
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
937
937
"delete them if they can easily be recovered using revert otherwise they\n"
940
940
"Bazaar but missing in your tree and stop tracking them for you."
943
#: bzrlib/builtins.py:1838
943
#: bzrlib/builtins.py:1745
944
944
msgid "Only remove files that have never been committed."
947
#: bzrlib/builtins.py:1840
947
#: bzrlib/builtins.py:1747
948
948
msgid "The file deletion mode to be used."
951
#: bzrlib/builtins.py:1841
951
#: bzrlib/builtins.py:1748
952
952
msgid "Deletion Strategy"
955
#: bzrlib/builtins.py:1842
955
#: bzrlib/builtins.py:1749
956
956
msgid "Backup changed files (default)."
959
#: bzrlib/builtins.py:1843
959
#: bzrlib/builtins.py:1750
960
960
msgid "Delete from bzr but leave the working copy."
963
#: bzrlib/builtins.py:1844
963
#: bzrlib/builtins.py:1751
964
964
msgid "Don't backup changed files."
967
#: bzrlib/builtins.py:1845
967
#: bzrlib/builtins.py:1752
969
969
"Delete all the specified files, even if they can not be recovered and even "
970
970
"if they are non-empty directories. (deprecated, use no-backup)"
973
#: bzrlib/builtins.py:1854
973
#: bzrlib/builtins.py:1761
974
974
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
977
#: bzrlib/builtins.py:1871
977
#: bzrlib/builtins.py:1778
978
978
msgid "No matching files."
981
#: bzrlib/builtins.py:1932
981
#: bzrlib/builtins.py:1839
982
982
msgid "Reconcile bzr metadata in a branch."
985
#: bzrlib/builtins.py:1934
985
#: bzrlib/builtins.py:1841
987
987
"This can correct data mismatches that may have been caused by\n"
988
988
"previous ghost operations or bzr upgrades. You should only\n"
998
998
"correctly in both branches."
1001
#: bzrlib/builtins.py:1944
1001
#: bzrlib/builtins.py:1851
1003
1003
"At the same time it is run it may recompress data resulting in\n"
1004
1004
"a potential saving in disk space or performance gain."
1007
#: bzrlib/builtins.py:1947
1007
#: bzrlib/builtins.py:1854
1008
1008
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1011
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1011
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1013
1013
"Format for the bzr 2.0 series.\n"
1014
1014
"Uses group-compress storage.\n"
1015
1015
"Provides rich roots which are a one-way transition.\n"
1018
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1018
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1020
1020
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1021
1021
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1024
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1024
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1025
1025
msgid "The 2a format with experimental support for colocated branches.\n"
1028
#: bzrlib/builtins.py:2015
1028
#: bzrlib/builtins.py:1922
1029
1029
msgid "Make a directory into a versioned branch."
1032
#: bzrlib/builtins.py:2017
1032
#: bzrlib/builtins.py:1924
1034
1034
"Use this to create an empty branch, or before importing an\n"
1035
1035
"existing project."
1038
#: bzrlib/builtins.py:2020
1038
#: bzrlib/builtins.py:1927
1040
1040
"If there is a repository in a parent directory of the location, then\n"
1041
1041
"the history of the branch will be stored in the repository. Otherwise\n"
1062
1062
" bzr commit -m \"imported project\""
1065
#: bzrlib/builtins.py:2041
1065
#: bzrlib/builtins.py:1948
1067
1067
"Create the path leading up to the branch if it does not already exist."
1070
#: bzrlib/builtins.py:2044
1070
#: bzrlib/builtins.py:1951
1071
1071
msgid "Specify a format for this branch. See \"help formats\"."
1074
#: bzrlib/builtins.py:2052
1074
#: bzrlib/builtins.py:1959
1076
1076
"Never change revnos or the existing log. Append revisions to it only."
1079
#: bzrlib/builtins.py:2055
1079
#: bzrlib/builtins.py:1962
1080
1080
msgid "Create a branch without a working tree."
1083
#: bzrlib/builtins.py:2075 bzrlib/push.py:110
1083
#: bzrlib/builtins.py:1982 bzrlib/push.py:110
1084
1084
#, python-format
1086
1086
"Parent directory of %s does not exist.\n"
1087
1087
"You may supply --create-prefix to create all leading parent directories."
1090
#: bzrlib/builtins.py:2109
1090
#: bzrlib/builtins.py:2016
1092
1092
"This branch format cannot be set to append-revisions-only. Try --default."
1095
#: bzrlib/builtins.py:2120
1095
#: bzrlib/builtins.py:2027
1096
1096
msgid "Created a {0} (format: {1})\n"
1099
#: bzrlib/builtins.py:2129
1099
#: bzrlib/builtins.py:2036
1100
1100
#, python-format
1101
1101
msgid "Using shared repository: %s\n"
1104
#: bzrlib/builtins.py:2133
1104
#: bzrlib/builtins.py:2040
1105
1105
msgid "Create a shared repository for branches to share storage space."
1108
#: bzrlib/builtins.py:2135
1108
#: bzrlib/builtins.py:2042
1110
1110
"New branches created under the repository directory will store their\n"
1111
1111
"revisions in the repository, not in the branch directory. For branches\n"
1123
1123
"branches, such as on a server."
1126
#: bzrlib/builtins.py:2147
1126
#: bzrlib/builtins.py:2054
1129
1129
" Create a shared repository holding just branches::"
1132
#: bzrlib/builtins.py:2150
1132
#: bzrlib/builtins.py:2057
1134
1134
" bzr init-repo --no-trees repo\n"
1135
1135
" bzr init repo/trunk"
1138
#: bzrlib/builtins.py:2153
1138
#: bzrlib/builtins.py:2060
1139
1139
msgid " Make a lightweight checkout elsewhere::"
1142
#: bzrlib/builtins.py:2155
1142
#: bzrlib/builtins.py:2062
1144
1144
" bzr checkout --lightweight repo/trunk trunk-checkout\n"
1145
1145
" cd trunk-checkout\n"
1146
1146
" (add files here)"
1149
#: bzrlib/builtins.py:2163
1149
#: bzrlib/builtins.py:2070
1151
1151
"Specify a format for this repository. See \"bzr help formats\" for details."
1154
#: bzrlib/builtins.py:2167
1154
#: bzrlib/builtins.py:2074
1155
1155
msgid "Repository format"
1158
#: bzrlib/builtins.py:2169
1158
#: bzrlib/builtins.py:2076
1159
1159
msgid "Branches in the repository will default to not having a working tree."
1162
#: bzrlib/builtins.py:2195
1162
#: bzrlib/builtins.py:2102
1163
1163
msgid "Show differences in the working tree, between revisions or branches."
1166
#: bzrlib/builtins.py:2197
1166
#: bzrlib/builtins.py:2104
1168
1168
"If no arguments are given, all changes for the current tree are listed.\n"
1169
1169
"If files are given, only the changes in those files are listed.\n"
1198
1198
" 0 - no change"
1201
#: bzrlib/builtins.py:2220
1201
#: bzrlib/builtins.py:2127
1204
1204
" Shows the difference in the working tree versus the last commit::"
1207
#: bzrlib/builtins.py:2223
1207
#: bzrlib/builtins.py:2130
1208
1208
msgid " bzr diff"
1211
#: bzrlib/builtins.py:2225
1211
#: bzrlib/builtins.py:2132
1212
1212
msgid " Difference between the working tree and revision 1::"
1215
#: bzrlib/builtins.py:2227
1215
#: bzrlib/builtins.py:2134
1216
1216
msgid " bzr diff -r1"
1219
#: bzrlib/builtins.py:2229
1219
#: bzrlib/builtins.py:2136
1220
1220
msgid " Difference between revision 3 and revision 1::"
1223
#: bzrlib/builtins.py:2231
1223
#: bzrlib/builtins.py:2138
1224
1224
msgid " bzr diff -r1..3"
1227
#: bzrlib/builtins.py:2233
1227
#: bzrlib/builtins.py:2140
1228
1228
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1231
#: bzrlib/builtins.py:2235
1231
#: bzrlib/builtins.py:2142
1232
1232
msgid " bzr diff -r1..3 xxx"
1235
#: bzrlib/builtins.py:2237
1235
#: bzrlib/builtins.py:2144
1236
1236
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1239
#: bzrlib/builtins.py:2239
1239
#: bzrlib/builtins.py:2146
1240
1240
msgid " bzr diff -c2"
1243
#: bzrlib/builtins.py:2241
1243
#: bzrlib/builtins.py:2148
1245
1245
" To see the changes introduced by revision X::\n"
1247
1247
" bzr diff -cX"
1250
#: bzrlib/builtins.py:2245
1250
#: bzrlib/builtins.py:2152
1252
1252
" Note that in the case of a merge, the -c option shows the changes\n"
1253
1253
" compared to the left hand parent. To see the changes against\n"
1254
1254
" another parent, use::"
1257
#: bzrlib/builtins.py:2249
1257
#: bzrlib/builtins.py:2156
1258
1258
msgid " bzr diff -r<chosen_parent>..X"
1261
#: bzrlib/builtins.py:2251
1261
#: bzrlib/builtins.py:2158
1263
1263
" The changes between the current revision and the previous revision\n"
1264
1264
" (equivalent to -c-1 and -r-2..-1)"
1267
#: bzrlib/builtins.py:2254
1267
#: bzrlib/builtins.py:2161
1268
1268
msgid " bzr diff -r-2.."
1271
#: bzrlib/builtins.py:2256
1271
#: bzrlib/builtins.py:2163
1272
1272
msgid " Show just the differences for file NEWS::"
1275
#: bzrlib/builtins.py:2258
1275
#: bzrlib/builtins.py:2165
1276
1276
msgid " bzr diff NEWS"
1279
#: bzrlib/builtins.py:2260
1279
#: bzrlib/builtins.py:2167
1280
1280
msgid " Show the differences in working tree xxx for file NEWS::"
1283
#: bzrlib/builtins.py:2262
1283
#: bzrlib/builtins.py:2169
1284
1284
msgid " bzr diff xxx/NEWS"
1287
#: bzrlib/builtins.py:2264
1287
#: bzrlib/builtins.py:2171
1288
1288
msgid " Show the differences from branch xxx to this working tree:"
1291
#: bzrlib/builtins.py:2266
1291
#: bzrlib/builtins.py:2173
1292
1292
msgid " bzr diff --old xxx"
1295
#: bzrlib/builtins.py:2268
1295
#: bzrlib/builtins.py:2175
1296
1296
msgid " Show the differences between two branches for file NEWS::"
1299
#: bzrlib/builtins.py:2270
1299
#: bzrlib/builtins.py:2177
1300
1300
msgid " bzr diff --old xxx --new yyy NEWS"
1303
#: bzrlib/builtins.py:2272
1303
#: bzrlib/builtins.py:2179
1304
1304
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1307
#: bzrlib/builtins.py:2274
1307
#: bzrlib/builtins.py:2181
1309
1309
" bzr diff --prefix old/:new/\n"
1313
1313
" bzr diff --using /usr/bin/diff --diff-options -wu"
1316
#: bzrlib/builtins.py:2284
1316
#: bzrlib/builtins.py:2191
1317
1317
msgid "Pass these options to the external diff program."
1320
#: bzrlib/builtins.py:2287
1320
#: bzrlib/builtins.py:2194
1322
1322
"Set prefixes added to old and new filenames, as two values separated by a "
1323
1323
"colon. (eg \"old/:new/\")."
1326
#: bzrlib/builtins.py:2290
1326
#: bzrlib/builtins.py:2197
1327
1327
msgid "Branch/tree to compare from."
1330
#: bzrlib/builtins.py:2294
1330
#: bzrlib/builtins.py:2201
1331
1331
msgid "Branch/tree to compare to."
1334
#: bzrlib/builtins.py:2300
1334
#: bzrlib/builtins.py:2207
1335
1335
msgid "Use this command to compare files."
1338
#: bzrlib/builtins.py:2305
1338
#: bzrlib/builtins.py:2212
1339
1339
msgid "Diff format to use."
1342
#: bzrlib/builtins.py:2307
1342
#: bzrlib/builtins.py:2214
1343
1343
msgid "Diff format"
1346
#: bzrlib/builtins.py:2329
1346
#: bzrlib/builtins.py:2236
1347
1347
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1350
#: bzrlib/builtins.py:2333
1350
#: bzrlib/builtins.py:2240
1351
1351
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1354
#: bzrlib/builtins.py:2338 bzrlib/builtins.py:2736 bzrlib/builtins.py:2749
1355
#: bzrlib/builtins.py:2757 bzrlib/builtins.py:4919
1354
#: bzrlib/builtins.py:2245 bzrlib/builtins.py:2643 bzrlib/builtins.py:2656
1355
#: bzrlib/builtins.py:2664 bzrlib/builtins.py:4826
1356
1356
msgid "{0} and {1} are mutually exclusive"
1359
#: bzrlib/builtins.py:2358
1359
#: bzrlib/builtins.py:2265
1361
1361
"List files deleted in the working tree.\n"
1365
#: bzrlib/builtins.py:2436
1365
#: bzrlib/builtins.py:2343
1366
1366
msgid "Show the tree root directory."
1369
#: bzrlib/builtins.py:2438
1369
#: bzrlib/builtins.py:2345
1371
1371
"The root is the nearest enclosing directory with a .bzr control\n"
1375
#: bzrlib/builtins.py:2453
1375
#: bzrlib/builtins.py:2360
1376
1376
msgid "The limit argument must be an integer."
1379
#: bzrlib/builtins.py:2461
1379
#: bzrlib/builtins.py:2368
1380
1380
msgid "The levels argument must be an integer."
1383
#: bzrlib/builtins.py:2466
1383
#: bzrlib/builtins.py:2373
1384
1384
msgid "Show historical log for a branch or subset of a branch."
1387
#: bzrlib/builtins.py:2468
1387
#: bzrlib/builtins.py:2375
1389
1389
"log is bzr's default tool for exploring the history of a branch.\n"
1390
1390
"The branch to use is taken from the first parameter. If no parameters\n"
1506
1506
" a nested merge revision and the log will be truncated accordingly."
1509
#: bzrlib/builtins.py:2542
1509
#: bzrlib/builtins.py:2449
1510
1510
msgid ":Path filtering:"
1513
#: bzrlib/builtins.py:2544
1513
#: bzrlib/builtins.py:2451
1515
1515
" If parameters are given and the first one is not a branch, the log\n"
1516
1516
" will be filtered to show only those revisions that changed the\n"
1517
1517
" nominated files or directories."
1520
#: bzrlib/builtins.py:2548
1520
#: bzrlib/builtins.py:2455
1522
1522
" Filenames are interpreted within their historical context. To log a\n"
1523
1523
" deleted file, specify a revision range so that the file existed at\n"
1524
1524
" the end or start of the range."
1527
#: bzrlib/builtins.py:2552
1527
#: bzrlib/builtins.py:2459
1529
1529
" Historical context is also important when interpreting pathnames of\n"
1530
1530
" renamed files/directories. Consider the following example:"
1533
#: bzrlib/builtins.py:2555
1533
#: bzrlib/builtins.py:2462
1535
1535
" * revision 1: add tutorial.txt\n"
1536
1536
" * revision 2: modify tutorial.txt\n"
1537
1537
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1540
#: bzrlib/builtins.py:2559
1540
#: bzrlib/builtins.py:2466
1541
1541
msgid " In this case:"
1544
#: bzrlib/builtins.py:2561
1544
#: bzrlib/builtins.py:2468
1545
1545
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1548
#: bzrlib/builtins.py:2563
1548
#: bzrlib/builtins.py:2470
1550
1550
" * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1553
#: bzrlib/builtins.py:2565
1553
#: bzrlib/builtins.py:2472
1555
1555
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1556
1556
" the original file in revision 2."
1559
#: bzrlib/builtins.py:2568
1559
#: bzrlib/builtins.py:2475
1561
1561
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1562
1562
" was no file called guide.txt in revision 2."
1565
#: bzrlib/builtins.py:2571
1565
#: bzrlib/builtins.py:2478
1567
1567
" Renames are always followed by log. By design, there is no need to\n"
1568
1568
" explicitly ask for this (and no way to stop logging a file back\n"
1569
1569
" until it was last renamed)."
1572
#: bzrlib/builtins.py:2575
1572
#: bzrlib/builtins.py:2482
1573
1573
msgid ":Other filtering:"
1576
#: bzrlib/builtins.py:2577
1576
#: bzrlib/builtins.py:2484
1578
1578
" The --match option can be used for finding revisions that match a\n"
1579
1579
" regular expression in a commit message, committer, author or bug.\n"
1645
1645
" trading disk space for faster speed."
1648
#: bzrlib/builtins.py:2624
1648
#: bzrlib/builtins.py:2531
1649
1649
msgid "Show from oldest to newest."
1652
#: bzrlib/builtins.py:2627
1652
#: bzrlib/builtins.py:2534
1653
1653
msgid "Show files changed in each revision."
1656
#: bzrlib/builtins.py:2633
1656
#: bzrlib/builtins.py:2540
1657
1657
msgid "Show just the specified revision. See also \"help revisionspec\"."
1660
#: bzrlib/builtins.py:2637
1660
#: bzrlib/builtins.py:2544
1661
1661
msgid "What names to list as authors - first, all or committer."
1664
#: bzrlib/builtins.py:2638
1664
#: bzrlib/builtins.py:2545
1665
1665
msgid "Authors"
1668
#: bzrlib/builtins.py:2643
1668
#: bzrlib/builtins.py:2550
1669
1669
msgid "Number of levels to display - 0 for all, 1 for flat."
1672
#: bzrlib/builtins.py:2653
1672
#: bzrlib/builtins.py:2560
1673
1673
msgid "Limit the output to the first N revisions."
1676
#: bzrlib/builtins.py:2658
1676
#: bzrlib/builtins.py:2565
1677
1677
msgid "Show changes made in each revision as a patch."
1680
#: bzrlib/builtins.py:2660
1680
#: bzrlib/builtins.py:2567
1681
1681
msgid "Show merged revisions like --levels 0 does."
1684
#: bzrlib/builtins.py:2664
1684
#: bzrlib/builtins.py:2571
1685
1685
msgid "Do not report commits with more than one parent."
1688
#: bzrlib/builtins.py:2666
1688
#: bzrlib/builtins.py:2573
1690
1690
"Display only the revisions that are not part of both ancestries (require -"
1694
#: bzrlib/builtins.py:2670
1694
#: bzrlib/builtins.py:2577
1695
1695
msgid "Show digital signature validity."
1698
#: bzrlib/builtins.py:2673
1698
#: bzrlib/builtins.py:2580
1699
1699
msgid "Show revisions whose properties match this expression."
1702
#: bzrlib/builtins.py:2677
1702
#: bzrlib/builtins.py:2584
1703
1703
msgid "Show revisions whose message matches this expression."
1706
#: bzrlib/builtins.py:2681
1706
#: bzrlib/builtins.py:2588
1707
1707
msgid "Show revisions whose committer matches this expression."
1710
#: bzrlib/builtins.py:2685
1710
#: bzrlib/builtins.py:2592
1711
1711
msgid "Show revisions whose authors match this expression."
1714
#: bzrlib/builtins.py:2689
1714
#: bzrlib/builtins.py:2596
1715
1715
msgid "Show revisions whose bugs match this expression."
1718
#: bzrlib/builtins.py:2743
1718
#: bzrlib/builtins.py:2650
1719
1719
msgid "--exclude-common-ancestry requires -r with two revisions"
1722
#: bzrlib/builtins.py:2771
1722
#: bzrlib/builtins.py:2678
1723
1723
#, python-format
1724
1724
msgid "Path unknown at end or start of revision range: %s"
1727
#: bzrlib/builtins.py:2888
1727
#: bzrlib/builtins.py:2795
1728
1728
#, python-format
1729
1729
msgid "bzr %s doesn't accept two revisions in different branches."
1732
#: bzrlib/builtins.py:2904
1732
#: bzrlib/builtins.py:2811
1733
1733
#, python-format
1734
1734
msgid "bzr %s --revision takes one or two values."
1737
#: bzrlib/builtins.py:2949
1737
#: bzrlib/builtins.py:2856
1739
1739
"List files in a tree.\n"
1743
#: bzrlib/builtins.py:2958
1743
#: bzrlib/builtins.py:2865
1744
1744
msgid "Recurse into subdirectories."
1747
#: bzrlib/builtins.py:2960
1747
#: bzrlib/builtins.py:2867
1748
1748
msgid "Print paths relative to the root of the branch."
1751
#: bzrlib/builtins.py:2962
1751
#: bzrlib/builtins.py:2869
1752
1752
msgid "Print unknown files."
1755
#: bzrlib/builtins.py:2963
1755
#: bzrlib/builtins.py:2870
1756
1756
msgid "Print versioned files."
1759
#: bzrlib/builtins.py:2966
1759
#: bzrlib/builtins.py:2873
1760
1760
msgid "Print ignored files."
1763
#: bzrlib/builtins.py:2968
1763
#: bzrlib/builtins.py:2875
1764
1764
msgid "List entries of a particular kind: file, directory, symlink."
1767
#: bzrlib/builtins.py:2981
1767
#: bzrlib/builtins.py:2888
1768
1768
msgid "invalid kind specified"
1771
#: bzrlib/builtins.py:2984
1771
#: bzrlib/builtins.py:2891
1772
1772
msgid "Cannot set both --verbose and --null"
1775
#: bzrlib/builtins.py:2993
1775
#: bzrlib/builtins.py:2900
1776
1776
msgid "cannot specify both --from-root and PATH"
1779
#: bzrlib/builtins.py:3080
1779
#: bzrlib/builtins.py:2987
1780
1780
msgid "Ignore specified files or patterns."
1783
#: bzrlib/builtins.py:3082
1783
#: bzrlib/builtins.py:2989
1784
1784
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1787
#: bzrlib/builtins.py:3084
1787
#: bzrlib/builtins.py:2991
1789
1789
"If a .bzrignore file does not exist, the ignore command\n"
1790
1790
"will create one and add the specified files or patterns to the newly\n"
1831
1831
" the shell on Unix."
1834
#: bzrlib/builtins.py:3113
1834
#: bzrlib/builtins.py:3020
1836
1836
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1837
1837
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1840
#: bzrlib/builtins.py:3116
1840
#: bzrlib/builtins.py:3023
1843
1843
" Ignore the top level Makefile::"
1846
#: bzrlib/builtins.py:3119
1846
#: bzrlib/builtins.py:3026
1847
1847
msgid " bzr ignore ./Makefile"
1850
#: bzrlib/builtins.py:3121
1850
#: bzrlib/builtins.py:3028
1851
1851
msgid " Ignore .class files in all directories...::"
1854
#: bzrlib/builtins.py:3123
1854
#: bzrlib/builtins.py:3030
1855
1855
msgid " bzr ignore \"*.class\""
1858
#: bzrlib/builtins.py:3125
1858
#: bzrlib/builtins.py:3032
1859
1859
msgid " ...but do not ignore \"special.class\"::"
1862
#: bzrlib/builtins.py:3127
1862
#: bzrlib/builtins.py:3034
1863
1863
msgid " bzr ignore \"!special.class\""
1866
#: bzrlib/builtins.py:3129
1866
#: bzrlib/builtins.py:3036
1867
1867
msgid " Ignore files whose name begins with the \"#\" character::"
1870
#: bzrlib/builtins.py:3131
1870
#: bzrlib/builtins.py:3038
1871
1871
msgid " bzr ignore \"RE:^#\""
1874
#: bzrlib/builtins.py:3133 bzrlib/builtins.py:3137
1874
#: bzrlib/builtins.py:3040 bzrlib/builtins.py:3044
1875
1875
msgid " Ignore .o files under the lib directory::"
1878
#: bzrlib/builtins.py:3135
1878
#: bzrlib/builtins.py:3042
1879
1879
msgid " bzr ignore \"lib/**/*.o\""
1882
#: bzrlib/builtins.py:3139
1882
#: bzrlib/builtins.py:3046
1883
1883
msgid " bzr ignore \"RE:lib/.*\\.o\""
1886
#: bzrlib/builtins.py:3141
1886
#: bzrlib/builtins.py:3048
1887
1887
msgid " Ignore everything but the \"debian\" toplevel directory::"
1890
#: bzrlib/builtins.py:3143
1890
#: bzrlib/builtins.py:3050
1892
1892
" bzr ignore \"RE:(?!debian/).*\"\n"
1931
#: bzrlib/builtins.py:3209
1931
#: bzrlib/builtins.py:3116
1932
1932
msgid "List ignored files and the patterns that matched them."
1935
#: bzrlib/builtins.py:3211
1935
#: bzrlib/builtins.py:3118
1937
1937
"List all the ignored files and the ignore pattern that caused the file to\n"
1941
#: bzrlib/builtins.py:3214
1941
#: bzrlib/builtins.py:3121
1942
1942
msgid "Alternatively, to list just the files::"
1945
#: bzrlib/builtins.py:3216
1945
#: bzrlib/builtins.py:3123
1946
1946
msgid " bzr ls --ignored"
1949
#: bzrlib/builtins.py:3250
1949
#: bzrlib/builtins.py:3157
1950
1950
#, python-format
1951
1951
msgid "not a valid revision-number: %r"
1954
#: bzrlib/builtins.py:3257
1954
#: bzrlib/builtins.py:3164
1956
1956
"Export current or past revision to a destination directory or archive."
1959
#: bzrlib/builtins.py:3259
1959
#: bzrlib/builtins.py:3166
1960
1960
msgid "If no revision is specified this exports the last committed revision."
1963
#: bzrlib/builtins.py:3261
1963
#: bzrlib/builtins.py:3168
1965
1965
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
1966
1966
"given, try to find the format with the extension. If no extension\n"
1967
1967
"is found exports to a directory (equivalent to --format=dir)."
1970
#: bzrlib/builtins.py:3265
1970
#: bzrlib/builtins.py:3172
1972
1972
"If root is supplied, it will be used as the root directory inside\n"
1973
1973
"container formats (tar, zip, etc). If it is not supplied it will default\n"
1974
1974
"to the exported filename. The root option has no effect for 'dir' format."
1977
#: bzrlib/builtins.py:3269
1977
#: bzrlib/builtins.py:3176
1979
1979
"If branch is omitted then the branch containing the current working\n"
1980
1980
"directory will be used."
1983
#: bzrlib/builtins.py:3272
1983
#: bzrlib/builtins.py:3179
1985
1985
"Note: Export of tree with non-ASCII filenames to zip is not supported."
1988
#: bzrlib/builtins.py:3274
1988
#: bzrlib/builtins.py:3181
1990
1990
" ================= =========================\n"
1991
1991
" Supported formats Autodetected by extension\n"
1998
1998
" ================= ========================="
2001
#: bzrlib/builtins.py:3288
2001
#: bzrlib/builtins.py:3195
2002
2002
msgid "Type of file to export to."
2005
#: bzrlib/builtins.py:3291
2005
#: bzrlib/builtins.py:3198
2006
2006
msgid "Apply content filters to export the convenient form."
2009
#: bzrlib/builtins.py:3295
2009
#: bzrlib/builtins.py:3202
2010
2010
msgid "Name of the root directory inside the exported file."
2013
#: bzrlib/builtins.py:3297
2013
#: bzrlib/builtins.py:3204
2015
2015
"Set modification time of files to that of the last revision in which it was "
2019
#: bzrlib/builtins.py:3300
2019
#: bzrlib/builtins.py:3207
2021
2021
"Export the working tree contents rather than that of the last revision."
2024
#: bzrlib/builtins.py:3319
2024
#: bzrlib/builtins.py:3226
2025
2025
msgid "--uncommitted requires a working tree"
2028
#: bzrlib/builtins.py:3328
2028
#: bzrlib/builtins.py:3235
2029
2029
#, python-format
2030
2030
msgid "Unsupported export format: %s"
2033
#: bzrlib/builtins.py:3332
2033
#: bzrlib/builtins.py:3239
2035
2035
"Write the contents of a file as of a given revision to standard output."
2038
#: bzrlib/builtins.py:3334
2038
#: bzrlib/builtins.py:3241
2039
2039
msgid "If no revision is nominated, the last revision is used."
2042
#: bzrlib/builtins.py:3336
2042
#: bzrlib/builtins.py:3243
2044
2044
"Note: Take care to redirect standard output when using this command on a\n"
2048
#: bzrlib/builtins.py:3342
2048
#: bzrlib/builtins.py:3249
2049
2049
msgid "The path name in the old tree."
2052
#: bzrlib/builtins.py:3343
2052
#: bzrlib/builtins.py:3250
2053
2053
msgid "Apply content filters to display the convenience form."
2056
#: bzrlib/builtins.py:3354
2056
#: bzrlib/builtins.py:3261
2057
2057
msgid "bzr cat --revision takes exactly one revision specifier"
2060
#: bzrlib/builtins.py:3379 bzrlib/builtins.py:3391
2060
#: bzrlib/builtins.py:3286 bzrlib/builtins.py:3298
2061
2061
msgid "{0!r} is not present in revision {1}"
2064
#: bzrlib/builtins.py:3414
2064
#: bzrlib/builtins.py:3321
2065
2065
msgid "Commit changes into a new revision."
2068
#: bzrlib/builtins.py:3416
2068
#: bzrlib/builtins.py:3323
2070
2070
"An explanatory message needs to be given for each commit. This is\n"
2071
2071
"often done by using the --message option (getting the message from the\n"
2075
2075
"boilerplate text loaded into the editor, use the --show-diff option."
2078
#: bzrlib/builtins.py:3423
2078
#: bzrlib/builtins.py:3330
2080
2080
"By default, the entire tree is committed and the person doing the\n"
2081
2081
"commit is assumed to be the author. These defaults can be overridden\n"
2082
2082
"as explained below."
2085
#: bzrlib/builtins.py:3427
2085
#: bzrlib/builtins.py:3334
2086
2086
msgid ":Selective commits:"
2089
#: bzrlib/builtins.py:3429
2089
#: bzrlib/builtins.py:3336
2091
2091
" If selected files are specified, only changes to those files are\n"
2092
2092
" committed. If a directory is specified then the directory and\n"
2093
2093
" everything within it is committed."
2096
#: bzrlib/builtins.py:3433
2096
#: bzrlib/builtins.py:3340
2098
2098
" When excludes are given, they take precedence over selected files.\n"
2099
2099
" For example, to commit only changes within foo, but not changes\n"
2100
2100
" within foo/bar::"
2103
#: bzrlib/builtins.py:3437
2103
#: bzrlib/builtins.py:3344
2104
2104
msgid " bzr commit foo -x foo/bar"
2107
#: bzrlib/builtins.py:3439
2107
#: bzrlib/builtins.py:3346
2108
2108
msgid " A selective commit after a merge is not yet supported."
2111
#: bzrlib/builtins.py:3441
2111
#: bzrlib/builtins.py:3348
2112
2112
msgid ":Custom authors:"
2115
#: bzrlib/builtins.py:3443
2115
#: bzrlib/builtins.py:3350
2117
2117
" If the author of the change is not the same person as the committer,\n"
2118
2118
" you can specify the author's name using the --author option. The\n"
2154
2154
" one or more bugs. See ``bzr help bugs`` for details."
2157
#: bzrlib/builtins.py:3474
2157
#: bzrlib/builtins.py:3381
2158
2158
msgid "Do not consider changes made to a given path."
2161
#: bzrlib/builtins.py:3477
2161
#: bzrlib/builtins.py:3384
2162
2162
msgid "Description of the new revision."
2165
#: bzrlib/builtins.py:3480
2165
#: bzrlib/builtins.py:3387
2166
2166
msgid "Commit even if nothing has changed."
2169
#: bzrlib/builtins.py:3484
2169
#: bzrlib/builtins.py:3391
2170
2170
msgid "Take commit message from this file."
2173
#: bzrlib/builtins.py:3486
2173
#: bzrlib/builtins.py:3393
2174
2174
msgid "Refuse to commit if there are unknown files in the working tree."
2177
#: bzrlib/builtins.py:3489
2177
#: bzrlib/builtins.py:3396
2179
2179
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2180
2180
"08:00:00 +0100'."
2183
#: bzrlib/builtins.py:3492
2183
#: bzrlib/builtins.py:3399
2184
2184
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2187
#: bzrlib/builtins.py:3495
2187
#: bzrlib/builtins.py:3402
2188
2188
msgid "Set the author's name, if it's different from the committer."
2191
#: bzrlib/builtins.py:3498
2191
#: bzrlib/builtins.py:3405
2193
2193
"Perform a local commit in a bound branch. Local commits are not pushed to "
2194
2194
"the master branch until a normal commit is performed."
2197
#: bzrlib/builtins.py:3504
2197
#: bzrlib/builtins.py:3411
2199
2199
"When no message is supplied, show the diff along with the status summary in "
2200
2200
"the message editor."
2203
#: bzrlib/builtins.py:3507
2203
#: bzrlib/builtins.py:3414
2205
2205
"When committing to a foreign version control system do not push data that "
2206
2206
"can not be natively represented."
2209
#: bzrlib/builtins.py:3525
2209
#: bzrlib/builtins.py:3432
2210
2210
#, python-format
2212
2212
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2222
2222
"Commit refused."
2225
#: bzrlib/builtins.py:3543
2225
#: bzrlib/builtins.py:3450
2226
2226
#, python-format
2227
2227
msgid "Unrecognized bug %s. Commit refused."
2230
#: bzrlib/builtins.py:3546
2230
#: bzrlib/builtins.py:3453
2231
2231
#, python-format
2234
2234
"Commit refused."
2237
#: bzrlib/builtins.py:3570
2237
#: bzrlib/builtins.py:3477
2238
2238
msgid "Could not parse --commit-time: "
2241
#: bzrlib/builtins.py:3610
2241
#: bzrlib/builtins.py:3517
2242
2242
msgid "please specify either --message or --file"
2245
#: bzrlib/builtins.py:3639
2245
#: bzrlib/builtins.py:3546
2246
2246
msgid "please specify a commit message with either --message or --file"
2249
#: bzrlib/builtins.py:3642
2249
#: bzrlib/builtins.py:3549
2251
2251
"Empty commit message specified. Please specify a commit message with either -"
2252
2252
"-message or --file or leave a blank message with --message \"\"."
2255
#: bzrlib/builtins.py:3662
2255
#: bzrlib/builtins.py:3569
2257
2257
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2258
2258
"-unchanged to force an empty commit."
2261
#: bzrlib/builtins.py:3666
2261
#: bzrlib/builtins.py:3573
2263
2263
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2264
2264
"resolve FILE\" to resolve."
2267
#: bzrlib/builtins.py:3670
2267
#: bzrlib/builtins.py:3577
2268
2268
msgid "Commit refused because there are unknown files in the working tree."
2271
#: bzrlib/builtins.py:3673
2271
#: bzrlib/builtins.py:3580
2274
2274
"To commit to master branch, run update and then commit.\n"
2275
2275
"You can also pass --local to commit to continue working disconnected."
2278
#: bzrlib/builtins.py:3681
2278
#: bzrlib/builtins.py:3588
2280
2280
"Validate working tree structure, branch consistency and repository history."
2283
#: bzrlib/builtins.py:3683
2283
#: bzrlib/builtins.py:3590
2285
2285
"This command checks various invariants about branch and repository storage\n"
2286
2286
"to detect data corruption or bzr bugs."
2289
#: bzrlib/builtins.py:3686
2289
#: bzrlib/builtins.py:3593
2291
2291
"The working tree and branch checks will only give output if a problem is\n"
2292
2292
"detected. The output fields of the repository check are:"
2295
#: bzrlib/builtins.py:3689
2295
#: bzrlib/builtins.py:3596
2298
2298
" This is just the number of revisions checked. It doesn't\n"
2299
2299
" indicate a problem."
2302
#: bzrlib/builtins.py:3693
2302
#: bzrlib/builtins.py:3600
2304
2304
"versionedfiles\n"
2305
2305
" This is just the number of versionedfiles checked. It\n"
2306
2306
" doesn't indicate a problem."
2309
#: bzrlib/builtins.py:3697
2309
#: bzrlib/builtins.py:3604
2311
2311
"unreferenced ancestors\n"
2312
2312
" Texts that are ancestors of other texts, but\n"
2330
2330
" indicate a problem."
2333
#: bzrlib/builtins.py:3712
2333
#: bzrlib/builtins.py:3619
2335
2335
"If no restrictions are specified, all Bazaar data that is found at the "
2337
2337
"location will be checked."
2340
#: bzrlib/builtins.py:3717
2340
#: bzrlib/builtins.py:3624
2341
2341
msgid " Check the tree and branch at 'foo'::"
2344
#: bzrlib/builtins.py:3719
2344
#: bzrlib/builtins.py:3626
2345
2345
msgid " bzr check --tree --branch foo"
2348
#: bzrlib/builtins.py:3721
2348
#: bzrlib/builtins.py:3628
2349
2349
msgid " Check only the repository at 'bar'::"
2352
#: bzrlib/builtins.py:3723
2352
#: bzrlib/builtins.py:3630
2353
2353
msgid " bzr check --repo bar"
2356
#: bzrlib/builtins.py:3725
2356
#: bzrlib/builtins.py:3632
2357
2357
msgid " Check everything at 'baz'::"
2360
#: bzrlib/builtins.py:3727
2360
#: bzrlib/builtins.py:3634
2361
2361
msgid " bzr check baz"
2364
#: bzrlib/builtins.py:3733
2364
#: bzrlib/builtins.py:3640
2365
2365
msgid "Check the branch related to the current directory."
2368
#: bzrlib/builtins.py:3735
2368
#: bzrlib/builtins.py:3642
2369
2369
msgid "Check the repository related to the current directory."
2372
#: bzrlib/builtins.py:3737
2372
#: bzrlib/builtins.py:3644
2373
2373
msgid "Check the working tree related to the current directory."
2376
#: bzrlib/builtins.py:3751
2376
#: bzrlib/builtins.py:3658
2377
2377
msgid "Upgrade a repository, branch or working tree to a newer format."
2380
#: bzrlib/builtins.py:3753
2380
#: bzrlib/builtins.py:3660
2382
2382
"When the default format has changed after a major new release of\n"
2383
2383
"Bazaar, you may be informed during certain operations that you\n"
2418
#: bzrlib/builtins.py:3779
2418
#: bzrlib/builtins.py:3686
2420
2420
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2421
2421
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2424
#: bzrlib/builtins.py:3787
2424
#: bzrlib/builtins.py:3694
2425
2425
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2428
#: bzrlib/builtins.py:3791
2428
#: bzrlib/builtins.py:3698
2429
2429
msgid "Branch format"
2432
#: bzrlib/builtins.py:3793
2432
#: bzrlib/builtins.py:3700
2433
2433
msgid "Remove the backup.bzr directory if successful."
2436
#: bzrlib/builtins.py:3795
2436
#: bzrlib/builtins.py:3702
2437
2437
msgid "Show what would be done, but don't actually do anything."
2440
#: bzrlib/builtins.py:3810
2440
#: bzrlib/builtins.py:3717
2441
2441
msgid "Show or set bzr user id."
2444
#: bzrlib/builtins.py:3812
2444
#: bzrlib/builtins.py:3719
2447
2447
" Show the email of the current user::"
2450
#: bzrlib/builtins.py:3815
2450
#: bzrlib/builtins.py:3722
2451
2451
msgid " bzr whoami --email"
2454
#: bzrlib/builtins.py:3817
2454
#: bzrlib/builtins.py:3724
2455
2455
msgid " Set the current user::"
2458
#: bzrlib/builtins.py:3819
2458
#: bzrlib/builtins.py:3726
2459
2459
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2462
#: bzrlib/builtins.py:3823
2462
#: bzrlib/builtins.py:3730
2463
2463
msgid "Display email address only."
2466
#: bzrlib/builtins.py:3825
2466
#: bzrlib/builtins.py:3732
2467
2467
msgid "Set identity for the current branch instead of globally."
2470
#: bzrlib/builtins.py:3851
2470
#: bzrlib/builtins.py:3758
2471
2471
msgid "--email can only be used to display existing identity"
2474
#: bzrlib/builtins.py:3873
2474
#: bzrlib/builtins.py:3780
2475
2475
msgid "Print or set the branch nickname."
2478
#: bzrlib/builtins.py:3875
2478
#: bzrlib/builtins.py:3782
2480
2480
"If unset, the tree root directory name is used as the nickname.\n"
2481
2481
"To print the current nickname, execute with no argument."
2484
#: bzrlib/builtins.py:3878
2484
#: bzrlib/builtins.py:3785
2486
2486
"Bound branches use the nickname of its master branch unless it is set\n"
2490
#: bzrlib/builtins.py:3898
2490
#: bzrlib/builtins.py:3805
2491
2491
msgid "Set/unset and display aliases."
2494
#: bzrlib/builtins.py:3900
2494
#: bzrlib/builtins.py:3807
2497
2497
" Show the current aliases::"
2500
#: bzrlib/builtins.py:3903
2500
#: bzrlib/builtins.py:3810
2501
2501
msgid " bzr alias"
2504
#: bzrlib/builtins.py:3905
2504
#: bzrlib/builtins.py:3812
2505
2505
msgid " Show the alias specified for 'll'::"
2508
#: bzrlib/builtins.py:3907
2508
#: bzrlib/builtins.py:3814
2509
2509
msgid " bzr alias ll"
2512
#: bzrlib/builtins.py:3909
2512
#: bzrlib/builtins.py:3816
2513
2513
msgid " Set an alias for 'll'::"
2516
#: bzrlib/builtins.py:3911
2516
#: bzrlib/builtins.py:3818
2517
2517
msgid " bzr alias ll=\"log --line -r-10..-1\""
2520
#: bzrlib/builtins.py:3913
2520
#: bzrlib/builtins.py:3820
2521
2521
msgid " To remove an alias for 'll'::"
2524
#: bzrlib/builtins.py:3915
2524
#: bzrlib/builtins.py:3822
2525
2525
msgid " bzr alias --remove ll"
2528
#: bzrlib/builtins.py:3920
2528
#: bzrlib/builtins.py:3827
2529
2529
msgid "Remove the alias."
2532
#: bzrlib/builtins.py:3938
2532
#: bzrlib/builtins.py:3845
2533
2533
msgid "bzr alias --remove expects an alias to remove."
2536
#: bzrlib/builtins.py:4119
2536
#: bzrlib/builtins.py:4026
2538
2538
"subunit not available. subunit needs to be installed to use --subunit."
2541
#: bzrlib/builtins.py:4136
2541
#: bzrlib/builtins.py:4043
2543
2543
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2546
#: bzrlib/builtins.py:4183
2546
#: bzrlib/builtins.py:4090
2547
2547
msgid "Show version of bzr."
2550
#: bzrlib/builtins.py:4187
2550
#: bzrlib/builtins.py:4094
2551
2551
msgid "Print just the version number."
2554
#: bzrlib/builtins.py:4206
2554
#: bzrlib/builtins.py:4113
2555
2555
msgid "It sure does!\n"
2558
#: bzrlib/builtins.py:4230
2558
#: bzrlib/builtins.py:4137
2559
2559
#, python-format
2560
2560
msgid "merge base is revision %s\n"
2563
#: bzrlib/builtins.py:4234
2563
#: bzrlib/builtins.py:4141
2564
2564
msgid "Perform a three-way merge."
2567
#: bzrlib/builtins.py:4236
2567
#: bzrlib/builtins.py:4143
2569
2569
"The source of the merge can be specified either in the form of a branch,\n"
2570
2570
"or in the form of a path to a file containing a merge directive generated\n"
2640
2640
"merge revision which has more than two parents."
2643
#: bzrlib/builtins.py:4283
2643
#: bzrlib/builtins.py:4190
2645
2645
"If one would like to merge changes from the working tree of the other\n"
2646
2646
"branch without merging any committed revisions, the --uncommitted option\n"
2647
2647
"can be given."
2650
#: bzrlib/builtins.py:4287
2650
#: bzrlib/builtins.py:4194
2652
2652
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2653
2653
"you to apply each diff hunk and file change, similar to \"shelve\"."
2656
#: bzrlib/builtins.py:4290
2656
#: bzrlib/builtins.py:4197
2659
2659
" To merge all new revisions from bzr.dev::"
2662
#: bzrlib/builtins.py:4293
2662
#: bzrlib/builtins.py:4200
2663
2663
msgid " bzr merge ../bzr.dev"
2666
#: bzrlib/builtins.py:4295
2666
#: bzrlib/builtins.py:4202
2667
2667
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2670
#: bzrlib/builtins.py:4297
2670
#: bzrlib/builtins.py:4204
2671
2671
msgid " bzr merge -r 82 ../bzr.dev"
2674
#: bzrlib/builtins.py:4299
2674
#: bzrlib/builtins.py:4206
2675
2675
msgid " To merge the changes introduced by 82, without previous changes::"
2678
#: bzrlib/builtins.py:4301
2678
#: bzrlib/builtins.py:4208
2679
2679
msgid " bzr merge -r 81..82 ../bzr.dev"
2682
#: bzrlib/builtins.py:4303
2682
#: bzrlib/builtins.py:4210
2683
2683
msgid " To apply a merge directive contained in /tmp/merge::"
2686
#: bzrlib/builtins.py:4305
2686
#: bzrlib/builtins.py:4212
2687
2687
msgid " bzr merge /tmp/merge"
2690
#: bzrlib/builtins.py:4307
2690
#: bzrlib/builtins.py:4214
2692
2692
" To create a merge revision with three parents from two branches\n"
2693
2693
" feature1a and feature1b:"
2696
#: bzrlib/builtins.py:4310
2696
#: bzrlib/builtins.py:4217
2698
2698
" bzr merge ../feature1a\n"
2699
2699
" bzr merge ../feature1b --force\n"
2700
2700
" bzr commit -m 'revision with three parents'"
2703
#: bzrlib/builtins.py:4322
2703
#: bzrlib/builtins.py:4229
2704
2704
msgid "Merge even if the destination tree has uncommitted changes."
2707
#: bzrlib/builtins.py:4328
2707
#: bzrlib/builtins.py:4235
2709
2709
"Apply uncommitted changes from a working copy, instead of branch changes."
2712
#: bzrlib/builtins.py:4330
2712
#: bzrlib/builtins.py:4237
2714
2714
"If the destination is already completely merged into the source, pull from "
2715
2715
"the source rather than merging. When this happens, you do not need to "
2716
2716
"commit the result."
2719
#: bzrlib/builtins.py:4335
2719
#: bzrlib/builtins.py:4242
2721
2721
"Branch to merge into, rather than the one containing the working directory."
2724
#: bzrlib/builtins.py:4337
2724
#: bzrlib/builtins.py:4244
2725
2725
msgid "Instead of merging, show a diff of the merge."
2728
#: bzrlib/builtins.py:4339
2728
#: bzrlib/builtins.py:4246
2729
2729
msgid "Select changes interactively."
2732
#: bzrlib/builtins.py:4361
2732
#: bzrlib/builtins.py:4268
2734
2734
"Merging into empty branches not currently supported, "
2735
2735
"https://bugs.launchpad.net/bzr/+bug/308562"
2738
#: bzrlib/builtins.py:4388
2738
#: bzrlib/builtins.py:4295
2739
2739
msgid "Cannot use --uncommitted with bundles or merge directives."
2742
#: bzrlib/builtins.py:4399
2742
#: bzrlib/builtins.py:4306
2743
2743
msgid "Cannot use --uncommitted and --revision at the same time."
2746
#: bzrlib/builtins.py:4419
2746
#: bzrlib/builtins.py:4326
2747
2747
msgid "merger: "
2750
#: bzrlib/builtins.py:4421 bzrlib/bundle/apply_bundle.py:71
2750
#: bzrlib/builtins.py:4328 bzrlib/bundle/apply_bundle.py:71
2751
2751
msgid "Nothing to do."
2754
#: bzrlib/builtins.py:4425
2754
#: bzrlib/builtins.py:4332
2755
2755
msgid "Cannot pull individual files"
2758
#: bzrlib/builtins.py:4433
2758
#: bzrlib/builtins.py:4340
2759
2759
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2762
#: bzrlib/builtins.py:4491
2762
#: bzrlib/builtins.py:4398
2763
2763
#, python-format
2764
2764
msgid "Show-base is not supported for this merge type. %s"
2767
#: bzrlib/builtins.py:4500
2767
#: bzrlib/builtins.py:4407
2768
2768
#, python-format
2769
2769
msgid "Conflict reduction is not supported for merge type %s."
2772
#: bzrlib/builtins.py:4504
2772
#: bzrlib/builtins.py:4411
2773
2773
msgid "Cannot do conflict reduction and show base."
2776
#: bzrlib/builtins.py:4615
2776
#: bzrlib/builtins.py:4522
2777
2777
msgid "No location specified or remembered"
2780
#: bzrlib/builtins.py:4617
2780
#: bzrlib/builtins.py:4524
2781
2781
msgid "{0} remembered {1} location {2}"
2784
#: bzrlib/builtins.py:4623
2784
#: bzrlib/builtins.py:4530
2785
2785
msgid "Redo a merge."
2788
#: bzrlib/builtins.py:4625
2788
#: bzrlib/builtins.py:4532
2790
2790
"Use this if you want to try a different merge technique while resolving\n"
2791
2791
"conflicts. Some merge techniques are better than others, and remerge\n"
2792
2792
"lets you try different ones on different files."
2795
#: bzrlib/builtins.py:4629
2795
#: bzrlib/builtins.py:4536
2797
2797
"The options for remerge have the same meaning and defaults as the ones for\n"
2798
2798
"merge. The difference is that remerge can (only) be run when there is a\n"
2799
2799
"pending merge, and it lets you specify particular files."
2802
#: bzrlib/builtins.py:4633
2802
#: bzrlib/builtins.py:4540
2805
2805
" Re-do the merge of all conflicted files, and show the base text in\n"
2806
2806
" conflict regions, in addition to the usual THIS and OTHER texts::"
2809
#: bzrlib/builtins.py:4637
2809
#: bzrlib/builtins.py:4544
2810
2810
msgid " bzr remerge --show-base"
2813
#: bzrlib/builtins.py:4639
2813
#: bzrlib/builtins.py:4546
2815
2815
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2816
2816
" additional processing to reduce the size of conflict regions::"
2819
#: bzrlib/builtins.py:4642
2819
#: bzrlib/builtins.py:4549
2820
2820
msgid " bzr remerge --merge-type weave --reprocess foobar"
2823
#: bzrlib/builtins.py:4649
2823
#: bzrlib/builtins.py:4556
2824
2824
msgid "Show base revision text in conflicts."
2827
#: bzrlib/builtins.py:4661
2827
#: bzrlib/builtins.py:4568
2829
2829
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2833
#: bzrlib/builtins.py:4717
2833
#: bzrlib/builtins.py:4624
2834
2834
msgid "Revert files to a previous revision."
2837
#: bzrlib/builtins.py:4719
2837
#: bzrlib/builtins.py:4626
2839
2839
"Giving a list of files will revert only those files. Otherwise, all files\n"
2840
2840
"will be reverted. If the revision is not specified with '--revision', the\n"
2841
2841
"last committed revision is used."
2844
#: bzrlib/builtins.py:4723
2844
#: bzrlib/builtins.py:4630
2846
2846
"To remove only some changes, without reverting to a prior version, use\n"
2847
2847
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2936
2936
" 0 - no missing revisions"
2939
#: bzrlib/builtins.py:4847
2939
#: bzrlib/builtins.py:4754
2941
2941
" Determine the missing revisions between this and the branch at the\n"
2942
2942
" remembered pull location::"
2945
#: bzrlib/builtins.py:4850
2945
#: bzrlib/builtins.py:4757
2946
2946
msgid " bzr missing"
2949
#: bzrlib/builtins.py:4852
2949
#: bzrlib/builtins.py:4759
2950
2950
msgid " Determine the missing revisions between this and another branch::"
2953
#: bzrlib/builtins.py:4854
2953
#: bzrlib/builtins.py:4761
2954
2954
msgid " bzr missing http://server/branch"
2957
#: bzrlib/builtins.py:4856
2957
#: bzrlib/builtins.py:4763
2959
2959
" Determine the missing revisions up to a specific revision on the other\n"
2963
#: bzrlib/builtins.py:4859
2963
#: bzrlib/builtins.py:4766
2964
2964
msgid " bzr missing -r ..-10"
2967
#: bzrlib/builtins.py:4861
2967
#: bzrlib/builtins.py:4768
2969
2969
" Determine the missing revisions up to a specific revision on this\n"
2973
#: bzrlib/builtins.py:4864
2973
#: bzrlib/builtins.py:4771
2974
2974
msgid " bzr missing --my-revision ..-10"
2977
#: bzrlib/builtins.py:4871
2977
#: bzrlib/builtins.py:4778
2978
2978
msgid "Reverse the order of revisions."
2981
#: bzrlib/builtins.py:4873
2981
#: bzrlib/builtins.py:4780
2982
2982
msgid "Display changes in the local branch only."
2985
#: bzrlib/builtins.py:4874
2985
#: bzrlib/builtins.py:4781
2986
2986
msgid "Same as --mine-only."
2989
#: bzrlib/builtins.py:4876
2989
#: bzrlib/builtins.py:4783
2990
2990
msgid "Display changes in the remote branch only."
2993
#: bzrlib/builtins.py:4877
2993
#: bzrlib/builtins.py:4784
2994
2994
msgid "Same as --theirs-only."
2997
#: bzrlib/builtins.py:4882
2997
#: bzrlib/builtins.py:4789
2999
2999
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3003
#: bzrlib/builtins.py:4886
3003
#: bzrlib/builtins.py:4793
3005
3005
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3009
#: bzrlib/builtins.py:4889
3009
#: bzrlib/builtins.py:4796
3010
3010
msgid "Show all revisions in addition to the mainline ones."
3013
#: bzrlib/builtins.py:4943
3013
#: bzrlib/builtins.py:4850
3014
3014
msgid "No peer location known or specified."
3017
#: bzrlib/builtins.py:4947
3017
#: bzrlib/builtins.py:4854
3018
3018
msgid "Using saved parent location: {0}\n"
3021
#: bzrlib/builtins.py:4980
3021
#: bzrlib/builtins.py:4887
3022
3022
#, python-format
3023
3023
msgid "You have %d extra revision:\n"
3024
3024
msgid_plural "You have %d extra revisions:\n"
3028
#: bzrlib/builtins.py:4996
3028
#: bzrlib/builtins.py:4903
3029
3029
#, python-format
3030
3030
msgid "You are missing %d revision:\n"
3031
3031
msgid_plural "You are missing %d revisions:\n"
3035
#: bzrlib/builtins.py:5008
3035
#: bzrlib/builtins.py:4915
3036
3036
msgid "This branch has no new revisions.\n"
3039
#: bzrlib/builtins.py:5011
3039
#: bzrlib/builtins.py:4918
3040
3040
msgid "Other branch has no new revisions.\n"
3043
#: bzrlib/builtins.py:5016
3043
#: bzrlib/builtins.py:4923
3044
3044
msgid "Branches are up to date.\n"
3047
#: bzrlib/builtins.py:5027
3047
#: bzrlib/builtins.py:4934
3048
3048
msgid "Compress the data within a repository."
3051
#: bzrlib/builtins.py:5029
3051
#: bzrlib/builtins.py:4936
3053
3053
"This operation compresses the data within a bazaar repository. As\n"
3054
3054
"bazaar supports automatic packing of repository, this operation is\n"
3055
3055
"normally not required to be done manually."
3058
#: bzrlib/builtins.py:5033
3058
#: bzrlib/builtins.py:4940
3060
3060
"During the pack operation, bazaar takes a backup of existing repository\n"
3061
3061
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3107
3107
"plugins using the Python programming language."
3110
#: bzrlib/builtins.py:5091
3110
#: bzrlib/builtins.py:4998
3111
3111
msgid "Show testament (signing-form) of a revision."
3114
#: bzrlib/builtins.py:5094
3114
#: bzrlib/builtins.py:5001
3115
3115
msgid "Produce long-format testament."
3118
#: bzrlib/builtins.py:5096
3118
#: bzrlib/builtins.py:5003
3119
3119
msgid "Produce a strict-format testament."
3122
#: bzrlib/builtins.py:5122
3122
#: bzrlib/builtins.py:5029
3123
3123
msgid "Show the origin of each line in a file."
3126
#: bzrlib/builtins.py:5124
3126
#: bzrlib/builtins.py:5031
3128
3128
"This prints out the given file with an annotation on the left side\n"
3129
3129
"indicating which revision, author and date introduced the change."
3132
#: bzrlib/builtins.py:5127
3132
#: bzrlib/builtins.py:5034
3134
3134
"If the origin is the same for a run of consecutive lines, it is\n"
3135
3135
"shown only at the top, unless the --all option is given."
3138
#: bzrlib/builtins.py:5135
3138
#: bzrlib/builtins.py:5042
3139
3139
msgid "Show annotations on all lines."
3142
#: bzrlib/builtins.py:5136
3142
#: bzrlib/builtins.py:5043
3143
3143
msgid "Show commit date in annotations."
3146
#: bzrlib/builtins.py:5223
3146
#: bzrlib/builtins.py:5130
3147
3147
msgid "Cannot sign a range of non-revision-history revisions"
3150
#: bzrlib/builtins.py:5235
3150
#: bzrlib/builtins.py:5142
3151
3151
msgid "Please supply either one revision, or a range."
3154
#: bzrlib/builtins.py:5239
3154
#: bzrlib/builtins.py:5146
3156
3156
"Convert the current branch into a checkout of the supplied branch.\n"
3157
3157
"If no branch is supplied, rebind to the last bound location."
3160
#: bzrlib/builtins.py:5242
3160
#: bzrlib/builtins.py:5149
3162
3162
"Once converted into a checkout, commits must succeed on the master branch\n"
3163
3163
"before they will be applied to the local branch."
3166
#: bzrlib/builtins.py:5245
3166
#: bzrlib/builtins.py:5152
3168
3168
"Bound branches use the nickname of its master branch unless it is set\n"
3169
3169
"locally, in which case binding will update the local nickname to be\n"
3170
3170
"that of the master."
3173
#: bzrlib/builtins.py:5260
3173
#: bzrlib/builtins.py:5167
3174
3174
msgid "No location supplied. This format does not remember old locations."
3177
#: bzrlib/builtins.py:5265
3177
#: bzrlib/builtins.py:5172
3178
3178
msgid "Branch is already bound"
3181
#: bzrlib/builtins.py:5267
3181
#: bzrlib/builtins.py:5174
3182
3182
msgid "No location supplied and no previous location known"
3185
#: bzrlib/builtins.py:5273
3185
#: bzrlib/builtins.py:5180
3186
3186
msgid "These branches have diverged. Try merging, and then bind again."
3189
#: bzrlib/builtins.py:5280
3189
#: bzrlib/builtins.py:5187
3190
3190
msgid "Convert the current checkout into a regular branch."
3193
#: bzrlib/builtins.py:5282
3193
#: bzrlib/builtins.py:5189
3195
3195
"After unbinding, the local branch is considered independent and subsequent\n"
3196
3196
"commits will be local only."
3199
#: bzrlib/builtins.py:5293
3199
#: bzrlib/builtins.py:5200
3200
3200
msgid "Local branch is not bound"
3203
#: bzrlib/builtins.py:5297
3203
#: bzrlib/builtins.py:5204
3204
3204
msgid "Remove the last committed revision."
3207
#: bzrlib/builtins.py:5299
3207
#: bzrlib/builtins.py:5206
3209
3209
"--verbose will print out what is being removed.\n"
3210
3210
"--dry-run will go through all the motions, but not actually\n"
3211
3211
"remove anything."
3214
#: bzrlib/builtins.py:5303
3214
#: bzrlib/builtins.py:5210
3216
3216
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3217
3217
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3218
3218
"branch at revision 15."
3221
#: bzrlib/builtins.py:5307
3221
#: bzrlib/builtins.py:5214
3223
3223
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3224
3224
"it may make is to restore any pending merges that were present before\n"
3228
#: bzrlib/builtins.py:5318
3228
#: bzrlib/builtins.py:5225
3229
3229
msgid "Don't actually make changes."
3232
#: bzrlib/builtins.py:5319
3232
#: bzrlib/builtins.py:5226
3233
3233
msgid "Say yes to all questions."
3236
#: bzrlib/builtins.py:5321
3236
#: bzrlib/builtins.py:5228
3237
3237
msgid "Keep tags that point to removed revisions."
3240
#: bzrlib/builtins.py:5323
3240
#: bzrlib/builtins.py:5230
3241
3241
msgid "Only remove the commits from the local branch when in a checkout."
3244
#: bzrlib/builtins.py:5372
3244
#: bzrlib/builtins.py:5279
3245
3245
msgid "No revisions to uncommit.\n"
3248
#: bzrlib/builtins.py:5387
3248
#: bzrlib/builtins.py:5294
3249
3249
msgid "Dry-run, pretending to remove the above revisions.\n"
3252
#: bzrlib/builtins.py:5390
3252
#: bzrlib/builtins.py:5297
3253
3253
msgid "The above revision(s) will be removed.\n"
3256
#: bzrlib/builtins.py:5394
3256
#: bzrlib/builtins.py:5301
3257
3257
msgid "Uncommit these revisions"
3260
#: bzrlib/builtins.py:5397
3260
#: bzrlib/builtins.py:5304
3261
3261
msgid "Canceled\n"
3264
#: bzrlib/builtins.py:5404
3264
#: bzrlib/builtins.py:5311
3265
3265
#, python-format
3267
3267
"You can restore the old tip by running:\n"
3268
3268
" bzr pull . -r revid:%s\n"
3271
#: bzrlib/builtins.py:5409
3271
#: bzrlib/builtins.py:5316
3272
3272
msgid "Break a dead lock."
3275
#: bzrlib/builtins.py:5411
3275
#: bzrlib/builtins.py:5318
3277
3277
"This command breaks a lock on a repository, branch, working directory or\n"
3281
#: bzrlib/builtins.py:5414
3281
#: bzrlib/builtins.py:5321
3283
3283
"CAUTION: Locks should only be broken when you are sure that the process\n"
3284
3284
"holding the lock has been stopped."
3287
#: bzrlib/builtins.py:5417
3287
#: bzrlib/builtins.py:5324
3289
3289
"You can get information on what locks are open via the 'bzr info\n"
3290
3290
"[location]' command."
3293
#: bzrlib/builtins.py:5420
3293
#: bzrlib/builtins.py:5327
3296
3296
" bzr break-lock\n"
3298
3298
" bzr break-lock --conf ~/.bazaar"
3301
#: bzrlib/builtins.py:5429
3301
#: bzrlib/builtins.py:5336
3302
3302
msgid "LOCATION is the directory where the config lock is."
3305
#: bzrlib/builtins.py:5431
3305
#: bzrlib/builtins.py:5338
3306
3306
msgid "Do not ask for confirmation before breaking the lock."
3309
#: bzrlib/builtins.py:5466
3309
#: bzrlib/builtins.py:5373
3310
3310
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3313
#: bzrlib/builtins.py:5467
3313
#: bzrlib/builtins.py:5374
3314
3314
msgid "Run the bzr server."
3317
#: bzrlib/builtins.py:5473
3317
#: bzrlib/builtins.py:5380
3318
3318
msgid "Serve on stdin/out for use from inetd or sshd."
3321
#: bzrlib/builtins.py:5474
3321
#: bzrlib/builtins.py:5381
3322
3322
msgid "protocol"
3325
#: bzrlib/builtins.py:5475
3325
#: bzrlib/builtins.py:5382
3326
3326
msgid "Protocol to serve."
3329
#: bzrlib/builtins.py:5479
3329
#: bzrlib/builtins.py:5386
3331
3331
"Listen for connections on nominated port of the form [hostname:]portnumber. "
3332
3332
"Passing 0 as the port number will result in a dynamically allocated port. "
3333
3333
"The default port depends on the protocol."
3336
#: bzrlib/builtins.py:5485
3336
#: bzrlib/builtins.py:5392
3337
3337
msgid "Serve contents of this directory."
3340
#: bzrlib/builtins.py:5487
3340
#: bzrlib/builtins.py:5394
3342
3342
"By default the server is a readonly server. Supplying --allow-writes "
3343
3343
"enables write access to the contents of the served directory and below. "
3346
3346
"uncontrolled write access to your file system."
3349
#: bzrlib/builtins.py:5496
3349
#: bzrlib/builtins.py:5403
3350
3350
msgid "Override the default idle client timeout (5min)."
3353
#: bzrlib/builtins.py:5546
3353
#: bzrlib/builtins.py:5453
3354
3354
msgid "Combine a tree into its containing tree."
3357
#: bzrlib/builtins.py:5548
3357
#: bzrlib/builtins.py:5455
3358
3358
msgid "This command requires the target tree to be in a rich-root format."
3361
#: bzrlib/builtins.py:5550
3361
#: bzrlib/builtins.py:5457
3363
3363
"The TREE argument should be an independent tree, inside another tree, but\n"
3364
3364
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3365
3365
"running \"bzr branch\" with the target inside a tree.)"
3368
#: bzrlib/builtins.py:5554
3368
#: bzrlib/builtins.py:5461
3370
3370
"The result is a combined tree, with the subtree no longer an independent\n"
3371
3371
"part. This is marked as a merge of the subtree into the containing tree,\n"
3372
3372
"and all history is preserved."
3375
#: bzrlib/builtins.py:5572
3375
#: bzrlib/builtins.py:5479
3376
3376
#, python-format
3378
3378
"Can't join trees because %s doesn't support rich root data.\n"
3379
3379
"You can use bzr upgrade on the repository."
3382
#: bzrlib/builtins.py:5582 bzrlib/builtins.py:5588
3382
#: bzrlib/builtins.py:5489 bzrlib/builtins.py:5495
3383
3383
msgid "Cannot join {0}. {1}"
3386
#: bzrlib/builtins.py:5592
3386
#: bzrlib/builtins.py:5499
3387
3387
msgid "Split a subdirectory of a tree into a separate tree."
3390
#: bzrlib/builtins.py:5594
3390
#: bzrlib/builtins.py:5501
3392
3392
"This command will produce a target tree in a format that supports\n"
3393
3393
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3394
3394
"converted into earlier formats like 'dirstate-tags'."
3397
#: bzrlib/builtins.py:5598
3397
#: bzrlib/builtins.py:5505
3399
3399
"The TREE argument should be a subdirectory of a working tree. That\n"
3400
3400
"subdirectory will be converted into an independent tree, with its own\n"
3401
3401
"branch. Commits in the top-level tree will not apply to the new subtree."
3404
#: bzrlib/builtins.py:5678
3404
#: bzrlib/builtins.py:5585
3405
3405
msgid "No submit branch specified or known"
3408
#: bzrlib/builtins.py:5686 bzrlib/send.py:108
3408
#: bzrlib/builtins.py:5593 bzrlib/send.py:108
3409
3409
msgid "No public branch specified or known"
3412
#: bzrlib/builtins.py:5691
3412
#: bzrlib/builtins.py:5598
3413
3413
msgid "bzr merge-directive takes at most two one revision identifiers"
3416
#: bzrlib/builtins.py:5700
3416
#: bzrlib/builtins.py:5607
3417
3417
msgid "No revisions to bundle."
3420
#: bzrlib/builtins.py:5719
3420
#: bzrlib/builtins.py:5626
3421
3421
msgid "Mail or create a merge-directive for submitting changes."
3424
#: bzrlib/builtins.py:5721
3424
#: bzrlib/builtins.py:5628
3425
3425
msgid "A merge directive provides many things needed for requesting merges:"
3428
#: bzrlib/builtins.py:5723
3428
#: bzrlib/builtins.py:5630
3429
3429
msgid "* A machine-readable description of the merge to perform"
3432
#: bzrlib/builtins.py:5725
3432
#: bzrlib/builtins.py:5632
3433
3433
msgid "* An optional patch that is a preview of the changes requested"
3436
#: bzrlib/builtins.py:5727
3436
#: bzrlib/builtins.py:5634
3438
3438
"* An optional bundle of revision data, so that the changes can be applied\n"
3439
3439
" directly from the merge directive, without retrieving data from a\n"
3443
#: bzrlib/builtins.py:5731
3443
#: bzrlib/builtins.py:5638
3445
3445
"`bzr send` creates a compact data set that, when applied using bzr\n"
3446
3446
"merge, has the same effect as merging from the source branch. "
3449
#: bzrlib/builtins.py:5734
3449
#: bzrlib/builtins.py:5641
3451
3451
"By default the merge directive is self-contained and can be applied to any\n"
3452
3452
"branch containing submit_branch in its ancestory without needing access to\n"
3453
3453
"the source branch."
3456
#: bzrlib/builtins.py:5738
3456
#: bzrlib/builtins.py:5645
3458
3458
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3459
3459
"revisions, but only a structured request to merge from the\n"
3545
3545
"set them, and use `bzr info` to display them."
3548
#: bzrlib/builtins.py:5813
3548
#: bzrlib/builtins.py:5720
3549
3549
msgid "Write merge directive to this file or directory; use - for stdout."
3552
#: bzrlib/builtins.py:5817
3552
#: bzrlib/builtins.py:5724
3554
3554
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3555
3555
"strict disables the check."
3558
#: bzrlib/builtins.py:5819
3558
#: bzrlib/builtins.py:5726
3559
3559
msgid "Mail the request to this address."
3562
#: bzrlib/builtins.py:5823
3562
#: bzrlib/builtins.py:5730
3563
3563
msgid "Body for the email."
3566
#: bzrlib/builtins.py:5876
3566
#: bzrlib/builtins.py:5783
3567
3567
msgid "Do not include a bundle in the merge directive."
3570
#: bzrlib/builtins.py:5877
3570
#: bzrlib/builtins.py:5784
3571
3571
msgid "Do not include a preview patch in the merge directive."
3574
#: bzrlib/builtins.py:5880
3574
#: bzrlib/builtins.py:5787
3575
3575
msgid "Remember submit and public branch."
3578
#: bzrlib/builtins.py:5882
3578
#: bzrlib/builtins.py:5789
3580
3580
"Branch to generate the submission from, rather than the one containing the "
3581
3581
"working directory."
3584
#: bzrlib/builtins.py:5892 bzrlib/cmd_version_info.py:76
3584
#: bzrlib/builtins.py:5799 bzrlib/cmd_version_info.py:76
3588
#: bzrlib/builtins.py:5893
3588
#: bzrlib/builtins.py:5800
3589
3589
msgid "Use the specified output format."
3592
#: bzrlib/builtins.py:5915
3592
#: bzrlib/builtins.py:5822
3593
3593
msgid "Create, remove or modify a tag naming a revision."
3596
#: bzrlib/builtins.py:5917
3596
#: bzrlib/builtins.py:5824
3598
3598
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3599
3599
"(--revision) option can be given -rtag:X, where X is any previously\n"
3603
#: bzrlib/builtins.py:5921
3603
#: bzrlib/builtins.py:5828
3605
3605
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3606
3606
"along when you branch, push, pull or merge."
3609
#: bzrlib/builtins.py:5924
3609
#: bzrlib/builtins.py:5831
3611
3611
"It is an error to give a tag name that already exists unless you pass\n"
3612
3612
"--force, in which case the tag is moved to point to the new revision."
3615
#: bzrlib/builtins.py:5927
3615
#: bzrlib/builtins.py:5834
3617
3617
"To rename a tag (change the name but keep it on the same revsion), run "
3619
3619
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3622
#: bzrlib/builtins.py:5930
3622
#: bzrlib/builtins.py:5837
3624
3624
"If no tag name is specified it will be determined through the \n"
3625
3625
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3630
#: bzrlib/builtins.py:5940
3630
#: bzrlib/builtins.py:5847
3631
3631
msgid "Delete this tag rather than placing it."
3634
#: bzrlib/builtins.py:5943
3634
#: bzrlib/builtins.py:5850
3635
3635
msgid "Branch in which to place the tag."
3638
#: bzrlib/builtins.py:5945
3638
#: bzrlib/builtins.py:5852
3639
3639
msgid "Replace existing tags."
3642
#: bzrlib/builtins.py:5960
3642
#: bzrlib/builtins.py:5867
3643
3643
msgid "No tag specified to delete."
3646
#: bzrlib/builtins.py:5962
3646
#: bzrlib/builtins.py:5869
3647
3647
#, python-format
3648
3648
msgid "Deleted tag %s."
3651
#: bzrlib/builtins.py:5976
3651
#: bzrlib/builtins.py:5883
3652
3652
msgid "Please specify a tag name."
3655
#: bzrlib/builtins.py:5984
3655
#: bzrlib/builtins.py:5891
3656
3656
#, python-format
3657
3657
msgid "Tag %s already exists for that revision."
3660
#: bzrlib/builtins.py:5988
3660
#: bzrlib/builtins.py:5895
3661
3661
#, python-format
3662
3662
msgid "Created tag %s."
3665
#: bzrlib/builtins.py:5990
3665
#: bzrlib/builtins.py:5897
3666
3666
#, python-format
3667
3667
msgid "Updated tag %s."
3670
#: bzrlib/builtins.py:5994
3670
#: bzrlib/builtins.py:5901
3671
3671
msgid "List tags."
3674
#: bzrlib/builtins.py:5996
3674
#: bzrlib/builtins.py:5903
3676
3676
"This command shows a table of tag names and the revisions they reference."
3679
#: bzrlib/builtins.py:6002
3679
#: bzrlib/builtins.py:5909
3680
3680
msgid "Branch whose tags should be displayed."
3683
#: bzrlib/builtins.py:6004
3683
#: bzrlib/builtins.py:5911
3684
3684
msgid "Sort tags by different criteria."
3687
#: bzrlib/builtins.py:6004
3687
#: bzrlib/builtins.py:5911
3688
3688
msgid "Sorting"
3691
#: bzrlib/builtins.py:6073
3691
#: bzrlib/builtins.py:5980
3692
3692
msgid "Reconfigure the type of a bzr directory."
3695
#: bzrlib/builtins.py:6075
3695
#: bzrlib/builtins.py:5982
3696
3696
msgid "A target configuration must be specified."
3699
#: bzrlib/builtins.py:6077
3699
#: bzrlib/builtins.py:5984
3701
3701
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3702
3702
"The order of preference is\n"
3707
3707
"If none of these is available, --bind-to must be specified."
3710
#: bzrlib/builtins.py:6091
3710
#: bzrlib/builtins.py:5998
3711
3711
msgid "Tree type"
3714
#: bzrlib/builtins.py:6092
3714
#: bzrlib/builtins.py:5999
3715
3715
msgid "The relation between branch and tree."
3718
#: bzrlib/builtins.py:6094
3718
#: bzrlib/builtins.py:6001
3719
3719
msgid "Reconfigure to be an unbound branch with no working tree."
3722
#: bzrlib/builtins.py:6095
3722
#: bzrlib/builtins.py:6002
3723
3723
msgid "Reconfigure to be an unbound branch with a working tree."
3726
#: bzrlib/builtins.py:6096
3726
#: bzrlib/builtins.py:6003
3727
3727
msgid "Reconfigure to be a bound branch with a working tree."
3730
#: bzrlib/builtins.py:6097
3730
#: bzrlib/builtins.py:6004
3731
3731
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3734
#: bzrlib/builtins.py:6102
3734
#: bzrlib/builtins.py:6009
3735
3735
msgid "Repository type"
3738
#: bzrlib/builtins.py:6103
3738
#: bzrlib/builtins.py:6010
3739
3739
msgid "Location fo the repository."
3742
#: bzrlib/builtins.py:6105
3742
#: bzrlib/builtins.py:6012
3744
3744
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3747
#: bzrlib/builtins.py:6107
3747
#: bzrlib/builtins.py:6014
3748
3748
msgid "Reconfigure to use a shared repository."
3751
#: bzrlib/builtins.py:6111
3751
#: bzrlib/builtins.py:6018
3752
3752
msgid "Trees in Repository"
3755
#: bzrlib/builtins.py:6112
3755
#: bzrlib/builtins.py:6019
3756
3756
msgid "Whether new branches in the repository have trees."
3759
#: bzrlib/builtins.py:6114
3759
#: bzrlib/builtins.py:6021
3761
3761
"Reconfigure repository to create working trees on branches by default."
3764
#: bzrlib/builtins.py:6116
3764
#: bzrlib/builtins.py:6023
3766
3766
"Reconfigure repository to not create working trees on branches by default."
3769
#: bzrlib/builtins.py:6119
3769
#: bzrlib/builtins.py:6026
3770
3770
msgid "Branch to bind checkout to."
3773
#: bzrlib/builtins.py:6121
3773
#: bzrlib/builtins.py:6028
3774
3774
msgid "Perform reconfiguration even if local changes will be lost."
3777
#: bzrlib/builtins.py:6124
3777
#: bzrlib/builtins.py:6031
3778
3778
msgid "Reconfigure a branch to be stacked on another branch."
3781
#: bzrlib/builtins.py:6128
3781
#: bzrlib/builtins.py:6035
3783
3783
"Reconfigure a branch to be unstacked. This may require copying substantial "
3784
3784
"data into it."
3787
#: bzrlib/builtins.py:6138
3787
#: bzrlib/builtins.py:6045
3788
3788
msgid "Can't use both --stacked-on and --unstacked"
3791
#: bzrlib/builtins.py:6152
3791
#: bzrlib/builtins.py:6059
3792
3792
msgid "No target configuration specified"
3795
#: bzrlib/builtins.py:6187
3795
#: bzrlib/builtins.py:6094
3796
3796
msgid "Set the branch of a checkout and update."
3799
#: bzrlib/builtins.py:6189
3799
#: bzrlib/builtins.py:6096
3801
3801
"For lightweight checkouts, this changes the branch being referenced.\n"
3802
3802
"For heavyweight checkouts, this checks that there are no local commits\n"
3875
3875
"want to switch back to your view after that."
3878
#: bzrlib/builtins.py:6281
3878
#: bzrlib/builtins.py:6228
3881
3881
" To define the current view::"
3884
#: bzrlib/builtins.py:6284
3884
#: bzrlib/builtins.py:6231
3885
3885
msgid " bzr view file1 dir1 ..."
3888
#: bzrlib/builtins.py:6286
3888
#: bzrlib/builtins.py:6233
3889
3889
msgid " To list the current view::"
3892
#: bzrlib/builtins.py:6288
3892
#: bzrlib/builtins.py:6235
3893
3893
msgid " bzr view"
3896
#: bzrlib/builtins.py:6290
3896
#: bzrlib/builtins.py:6237
3897
3897
msgid " To delete the current view::"
3900
#: bzrlib/builtins.py:6292
3900
#: bzrlib/builtins.py:6239
3901
3901
msgid " bzr view --delete"
3904
#: bzrlib/builtins.py:6294
3904
#: bzrlib/builtins.py:6241
3905
3905
msgid " To disable the current view without deleting it::"
3908
#: bzrlib/builtins.py:6296
3908
#: bzrlib/builtins.py:6243
3909
3909
msgid " bzr view --switch off"
3912
#: bzrlib/builtins.py:6298
3912
#: bzrlib/builtins.py:6245
3913
3913
msgid " To define a named view and switch to it::"
3916
#: bzrlib/builtins.py:6300
3916
#: bzrlib/builtins.py:6247
3917
3917
msgid " bzr view --name view-name file1 dir1 ..."
3920
#: bzrlib/builtins.py:6302
3920
#: bzrlib/builtins.py:6249
3921
3921
msgid " To list a named view::"
3924
#: bzrlib/builtins.py:6304
3924
#: bzrlib/builtins.py:6251
3925
3925
msgid " bzr view --name view-name"
3928
#: bzrlib/builtins.py:6306
3928
#: bzrlib/builtins.py:6253
3929
3929
msgid " To delete a named view::"
3932
#: bzrlib/builtins.py:6308
3932
#: bzrlib/builtins.py:6255
3933
3933
msgid " bzr view --name view-name --delete"
3936
#: bzrlib/builtins.py:6310
3936
#: bzrlib/builtins.py:6257
3937
3937
msgid " To switch to a named view::"
3940
#: bzrlib/builtins.py:6312
3940
#: bzrlib/builtins.py:6259
3941
3941
msgid " bzr view --switch view-name"
3944
#: bzrlib/builtins.py:6314
3944
#: bzrlib/builtins.py:6261
3945
3945
msgid " To list all views defined::"
3948
#: bzrlib/builtins.py:6316
3948
#: bzrlib/builtins.py:6263
3949
3949
msgid " bzr view --all"
3952
#: bzrlib/builtins.py:6318
3952
#: bzrlib/builtins.py:6265
3953
3953
msgid " To delete all views::"
3956
#: bzrlib/builtins.py:6320
3956
#: bzrlib/builtins.py:6267
3957
3957
msgid " bzr view --delete --all"
3960
#: bzrlib/builtins.py:6327
3960
#: bzrlib/builtins.py:6274
3961
3961
msgid "Apply list or delete action to all views."
3964
#: bzrlib/builtins.py:6330
3964
#: bzrlib/builtins.py:6277
3965
3965
msgid "Delete the view."
3968
#: bzrlib/builtins.py:6333
3968
#: bzrlib/builtins.py:6280
3969
3969
msgid "Name of the view to define, list or delete."
3972
#: bzrlib/builtins.py:6337
3972
#: bzrlib/builtins.py:6284
3973
3973
msgid "Name of the view to switch to."
3976
#: bzrlib/builtins.py:6356
3976
#: bzrlib/builtins.py:6303
3977
3977
msgid "Both --delete and a file list specified"
3980
#: bzrlib/builtins.py:6359
3980
#: bzrlib/builtins.py:6306
3981
3981
msgid "Both --delete and --switch specified"
3984
#: bzrlib/builtins.py:6362
3984
#: bzrlib/builtins.py:6309
3985
3985
msgid "Deleted all views.\n"
3988
#: bzrlib/builtins.py:6364
3988
#: bzrlib/builtins.py:6311
3989
3989
msgid "No current view to delete"
3992
#: bzrlib/builtins.py:6367
3992
#: bzrlib/builtins.py:6314
3993
3993
#, python-format
3994
3994
msgid "Deleted '%s' view.\n"
3997
#: bzrlib/builtins.py:6371
3997
#: bzrlib/builtins.py:6318
3998
3998
msgid "Both --switch and a file list specified"
4001
#: bzrlib/builtins.py:6374
4001
#: bzrlib/builtins.py:6321
4002
4002
msgid "Both --switch and --all specified"
4005
#: bzrlib/builtins.py:6377
4005
#: bzrlib/builtins.py:6324
4006
4006
msgid "No current view to disable"
4009
#: bzrlib/builtins.py:6379
4009
#: bzrlib/builtins.py:6326
4010
4010
#, python-format
4011
4011
msgid "Disabled '%s' view.\n"
4014
#: bzrlib/builtins.py:6383 bzrlib/builtins.py:6405
4014
#: bzrlib/builtins.py:6330 bzrlib/builtins.py:6352
4015
4015
msgid "Using '{0}' view: {1}\n"
4018
#: bzrlib/builtins.py:6386
4018
#: bzrlib/builtins.py:6333
4019
4019
msgid "Views defined:\n"
4022
#: bzrlib/builtins.py:6395
4022
#: bzrlib/builtins.py:6342
4023
4023
msgid "No views defined.\n"
4026
#: bzrlib/builtins.py:6402
4026
#: bzrlib/builtins.py:6349
4027
4027
msgid "Cannot change the 'off' pseudo view"
4030
#: bzrlib/builtins.py:6410
4030
#: bzrlib/builtins.py:6357
4031
4031
msgid "No current view.\n"
4034
#: bzrlib/builtins.py:6413
4034
#: bzrlib/builtins.py:6360
4035
4035
msgid "'{0}' view is: {1}\n"
4038
#: bzrlib/builtins.py:6433
4038
#: bzrlib/builtins.py:6380
4039
4039
msgid " <no hooks installed>\n"
4042
#: bzrlib/builtins.py:6437
4042
#: bzrlib/builtins.py:6384
4043
4043
msgid "Remove a branch."
4046
#: bzrlib/builtins.py:6439
4046
#: bzrlib/builtins.py:6386
4048
4048
"This will remove the branch from the specified location but \n"
4049
4049
"will keep any working tree or repository in place."
4052
#: bzrlib/builtins.py:6444
4052
#: bzrlib/builtins.py:6391
4053
4053
msgid " Remove the branch at repo/trunk::"
4056
#: bzrlib/builtins.py:6446
4056
#: bzrlib/builtins.py:6393
4057
4057
msgid " bzr remove-branch repo/trunk"
4060
#: bzrlib/builtins.py:6461
4060
#: bzrlib/builtins.py:6408
4061
4061
msgid "Plaintext diff output."
4064
#: bzrlib/builtins.py:6462
4064
#: bzrlib/builtins.py:6409
4065
4065
msgid "Temporarily set aside some changes from the current tree."
4068
#: bzrlib/builtins.py:6464
4068
#: bzrlib/builtins.py:6411
4070
4070
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4071
4071
"ie. out of the way, until a later time when you can bring them back from\n"
4086
4086
"shelve all text changes at once, use shelve --all."
4089
#: bzrlib/builtins.py:6477
4089
#: bzrlib/builtins.py:6424
4091
4091
"If filenames are specified, only the changes to those files will be\n"
4092
4092
"shelved. Other files will be left untouched."
4095
#: bzrlib/builtins.py:6480
4095
#: bzrlib/builtins.py:6427
4097
4097
"If a revision is specified, changes since that revision will be shelved."
4100
#: bzrlib/builtins.py:6482
4100
#: bzrlib/builtins.py:6429
4102
4102
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4103
4103
"restore the most recently shelved changes."
4106
#: bzrlib/builtins.py:6485
4106
#: bzrlib/builtins.py:6432
4108
4108
"For complicated changes, it is possible to edit the changes in a separate\n"
4109
4109
"editor program to decide what the file remaining in the working copy\n"
4110
4110
"should look like. To do this, add the configuration option"
4113
#: bzrlib/builtins.py:6489
4113
#: bzrlib/builtins.py:6436
4114
4114
msgid " change_editor = PROGRAM @new_path @old_path"
4117
#: bzrlib/builtins.py:6491
4117
#: bzrlib/builtins.py:6438
4119
4119
"where @new_path is replaced with the path of the new version of the \n"
4120
4120
"file and @old_path is replaced with the path of the old version of \n"
4126
#: bzrlib/builtins.py:6503
4126
#: bzrlib/builtins.py:6450
4127
4127
msgid "Shelve all changes."
4130
#: bzrlib/builtins.py:6505
4130
#: bzrlib/builtins.py:6452
4131
4131
msgid "Method to use for writing diffs."
4134
#: bzrlib/builtins.py:6505
4134
#: bzrlib/builtins.py:6452
4138
#: bzrlib/builtins.py:6509
4138
#: bzrlib/builtins.py:6456
4139
4139
msgid "List shelved changes."
4142
#: bzrlib/builtins.py:6511
4142
#: bzrlib/builtins.py:6458
4143
4143
msgid "Destroy removed changes instead of shelving them."
4146
#: bzrlib/builtins.py:6540
4146
#: bzrlib/builtins.py:6487
4147
4147
msgid "No shelved changes."
4150
#: bzrlib/builtins.py:6551
4150
#: bzrlib/builtins.py:6498
4151
4151
msgid "Restore shelved changes."
4154
#: bzrlib/builtins.py:6553
4154
#: bzrlib/builtins.py:6500
4156
4156
"By default, the most recently shelved changes are restored. However if you\n"
4157
4157
"specify a shelf by id those changes will be restored instead. This works\n"
4158
4158
"best when the changes don't depend on each other."
4161
#: bzrlib/builtins.py:6562
4161
#: bzrlib/builtins.py:6509
4162
4162
msgid "The action to perform."
4165
#: bzrlib/builtins.py:6562 bzrlib/conflicts.py:694
4165
#: bzrlib/builtins.py:6509 bzrlib/conflicts.py:694
4169
#: bzrlib/builtins.py:6564
4169
#: bzrlib/builtins.py:6511
4170
4170
msgid "Apply changes and remove from the shelf."
4173
#: bzrlib/builtins.py:6565
4173
#: bzrlib/builtins.py:6512
4174
4174
msgid "Show changes, but do not apply or remove them."
4177
#: bzrlib/builtins.py:6566
4177
#: bzrlib/builtins.py:6513
4179
4179
"Instead of unshelving the changes, show the diff that would result from "
4183
#: bzrlib/builtins.py:6568
4183
#: bzrlib/builtins.py:6515
4184
4184
msgid "Delete changes without applying them."
4187
#: bzrlib/builtins.py:6569
4187
#: bzrlib/builtins.py:6516
4188
4188
msgid "Apply changes but don't delete them."
4191
#: bzrlib/builtins.py:6584
4191
#: bzrlib/builtins.py:6531
4192
4192
msgid "Remove unwanted files from working tree."
4195
#: bzrlib/builtins.py:6586
4195
#: bzrlib/builtins.py:6533
4197
4197
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4198
4198
"files are never deleted."
4201
#: bzrlib/builtins.py:6589
4201
#: bzrlib/builtins.py:6536
4203
4203
"Another class is 'detritus', which includes files emitted by bzr during\n"
4204
4204
"normal operations and selftests. (The value of these files decreases with\n"
4208
#: bzrlib/builtins.py:6593
4208
#: bzrlib/builtins.py:6540
4210
4210
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4211
4211
"flags are respected, and may be combined."
4214
#: bzrlib/builtins.py:6596
4214
#: bzrlib/builtins.py:6543
4215
4215
msgid "To check what clean-tree will do, use --dry-run."
4218
#: bzrlib/builtins.py:6599
4218
#: bzrlib/builtins.py:6546
4219
4219
msgid "Delete all ignored files."
4222
#: bzrlib/builtins.py:6600
4222
#: bzrlib/builtins.py:6547
4224
4224
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4227
#: bzrlib/builtins.py:6603
4227
#: bzrlib/builtins.py:6550
4228
4228
msgid "Delete files unknown to bzr (default)."
4231
#: bzrlib/builtins.py:6604
4231
#: bzrlib/builtins.py:6551
4232
4232
msgid "Show files to delete instead of deleting them."
4235
#: bzrlib/builtins.py:6606
4235
#: bzrlib/builtins.py:6553
4236
4236
msgid "Do not prompt before deleting."
4601
#: bzrlib/commands.py:533
4601
#: bzrlib/commands.py:532
4602
4602
#, python-format
4604
4604
"See bzr help %s for more details and examples.\n"
4608
#: bzrlib/commands.py:538
4608
#: bzrlib/commands.py:537
4609
4609
msgid ":Aliases: "
4612
#: bzrlib/commands.py:542
4612
#: bzrlib/commands.py:541
4613
4613
#, python-format
4614
4614
msgid ":From: plugin \"%s\"\n"
4617
#: bzrlib/commands.py:554
4617
#: bzrlib/commands.py:553
4618
4618
msgid ":doc:`{0} <{1}-help>`"
4621
#: bzrlib/commands.py:558
4621
#: bzrlib/commands.py:557
4622
4622
#, python-format
4623
4623
msgid ":See also: %s"
4626
#: bzrlib/commands.py:816 bzrlib/gpg.py:324
4626
#: bzrlib/commands.py:815 bzrlib/gpg.py:324
4627
4627
msgid "Only ASCII permitted in option names"
4630
#: bzrlib/commands.py:841 bzrlib/commands.py:849
4630
#: bzrlib/commands.py:840 bzrlib/commands.py:848
4631
4631
msgid "command {0!r} needs one or more {1}"
4634
#: bzrlib/commands.py:858
4634
#: bzrlib/commands.py:857
4635
4635
msgid "command {0!r} requires argument {1}"
4638
#: bzrlib/commands.py:865
4638
#: bzrlib/commands.py:864
4639
4639
msgid "extra argument to command {0}: {1}"
4642
#: bzrlib/commands.py:962
4642
#: bzrlib/commands.py:961
4643
4643
#, python-format
4644
4644
msgid "Profile data written to \"%s\"."
5127
#: bzrlib/errors.py:799
5128
msgid "Revision is not compatible with %(repo_format)s"
5139
5131
#: bzrlib/errors.py:809
5140
msgid "Revision is not compatible with %(repo_format)s"
5143
#: bzrlib/errors.py:819
5144
5132
msgid "%(context_info)s%(path)s is already versioned."
5147
#: bzrlib/errors.py:840
5135
#: bzrlib/errors.py:830
5148
5136
msgid "%(context_info)s%(path)s is not versioned."
5151
#: bzrlib/errors.py:861
5139
#: bzrlib/errors.py:851
5152
5140
msgid "Path(s) are not versioned: %(paths_as_string)s"
5155
#: bzrlib/errors.py:872
5143
#: bzrlib/errors.py:862
5156
5144
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5159
#: bzrlib/errors.py:891
5147
#: bzrlib/errors.py:881
5160
5148
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5163
#: bzrlib/errors.py:899
5151
#: bzrlib/errors.py:889
5165
5153
"Filename %(filename)r is not valid in your current filesystem encoding "
5166
5154
"%(fs_encoding)s"
5169
#: bzrlib/errors.py:910
5157
#: bzrlib/errors.py:900
5170
5158
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5173
#: bzrlib/errors.py:928
5161
#: bzrlib/errors.py:918
5174
5162
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5165
#: bzrlib/errors.py:957
5166
msgid "Cannot lock %(lock)s: %(why)s"
5177
5169
#: bzrlib/errors.py:967
5178
msgid "Cannot lock %(lock)s: %(why)s"
5181
#: bzrlib/errors.py:977
5183
5171
"A transaction related operation was attempted after the transaction finished."
5186
#: bzrlib/errors.py:1004
5174
#: bzrlib/errors.py:994
5187
5175
msgid "Cannot lock: transport is read only: %(transport)s"
5190
#: bzrlib/errors.py:1012
5178
#: bzrlib/errors.py:1002
5191
5179
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5194
#: bzrlib/errors.py:1023
5182
#: bzrlib/errors.py:1013
5196
5184
"Lock was broken while still open: %(lock)s - check storage consistency!"
5199
#: bzrlib/errors.py:1034
5187
#: bzrlib/errors.py:1024
5201
5189
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5202
5190
"%(holder)r, wanted to break %(target)r"
5205
#: bzrlib/errors.py:1046
5193
#: bzrlib/errors.py:1036
5207
5195
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5208
5196
"Use 'bzr break-lock' to clear it"
5211
#: bzrlib/errors.py:1059
5199
#: bzrlib/errors.py:1049
5212
5200
msgid "Lock not held: %(lock)s"
5215
#: bzrlib/errors.py:1088
5203
#: bzrlib/errors.py:1078
5216
5204
msgid "No changes to commit"
5207
#: bzrlib/errors.py:1083
5209
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5219
5212
#: bzrlib/errors.py:1093
5221
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5224
#: bzrlib/errors.py:1103
5226
5214
"Excluding paths during commit is not supported by repository at "
5227
5215
"%(repository)r."
5230
#: bzrlib/errors.py:1112
5218
#: bzrlib/errors.py:1102
5232
5220
"The specified commit message contains characters unsupported by the current "
5236
#: bzrlib/errors.py:1118
5224
#: bzrlib/errors.py:1108
5237
5225
msgid "Upgrade URL cannot work with readonly URLs."
5240
#: bzrlib/errors.py:1123
5228
#: bzrlib/errors.py:1113
5241
5229
msgid "The branch format %(format)s is already at the most recent format."
5244
#: bzrlib/errors.py:1146
5232
#: bzrlib/errors.py:1136
5245
5233
msgid "Option --change does not accept revision ranges"
5248
#: bzrlib/errors.py:1151
5236
#: bzrlib/errors.py:1141
5249
5237
msgid "No namespace registered for string: %(spec)r"
5252
#: bzrlib/errors.py:1170
5240
#: bzrlib/errors.py:1160
5254
5242
"Requested revision: '%(spec)s' does not exist in branch: "
5255
5243
"%(branch_url)s%(extra)s"
5258
#: bzrlib/errors.py:1184
5246
#: bzrlib/errors.py:1174
5260
5248
"Operation denied because it would change the main history, which is not "
5261
5249
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5264
#: bzrlib/errors.py:1195
5252
#: bzrlib/errors.py:1185
5266
5254
"These branches have diverged. Use the missing command to see how.\n"
5267
5255
"Use the merge command to reconcile them."
5270
#: bzrlib/errors.py:1215
5258
#: bzrlib/errors.py:1205
5272
5260
"Branches have no common ancestor, and no merge base revision was specified."
5275
#: bzrlib/errors.py:1221
5263
#: bzrlib/errors.py:1211
5277
5265
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5280
#: bzrlib/errors.py:1227
5268
#: bzrlib/errors.py:1217
5281
5269
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5284
#: bzrlib/errors.py:1236
5272
#: bzrlib/errors.py:1226
5286
5274
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5289
#: bzrlib/errors.py:1245
5277
#: bzrlib/errors.py:1235
5290
5278
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5293
#: bzrlib/errors.py:1254
5281
#: bzrlib/errors.py:1244
5294
5282
msgid "Branch %(branch)s has no commits."
5297
#: bzrlib/errors.py:1272
5285
#: bzrlib/errors.py:1262
5299
5287
"Bound branch %(branch)s is out of date with master branch "
5300
5288
"%(master)s.%(extra_help)s"
5303
#: bzrlib/errors.py:1284
5291
#: bzrlib/errors.py:1274
5305
5293
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5306
5294
"bound to %(remote)s."
5309
#: bzrlib/errors.py:1296
5297
#: bzrlib/errors.py:1286
5310
5298
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5313
#: bzrlib/errors.py:1305
5301
#: bzrlib/errors.py:1295
5315
5303
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5319
#: bzrlib/errors.py:1317
5307
#: bzrlib/errors.py:1307
5320
5308
msgid "Error in processing weave: %(msg)s"
5323
#: bzrlib/errors.py:1326
5311
#: bzrlib/errors.py:1316
5324
5312
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5315
#: bzrlib/errors.py:1327
5316
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5327
5319
#: bzrlib/errors.py:1337
5328
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5331
#: bzrlib/errors.py:1347
5332
5320
msgid "Weave invariant violated: %(what)s"
5335
#: bzrlib/errors.py:1356
5323
#: bzrlib/errors.py:1346
5336
5324
msgid "Parents are mismatched between two revisions. %(msg)s"
5339
#: bzrlib/errors.py:1378
5327
#: bzrlib/errors.py:1368
5341
5329
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5345
#: bzrlib/errors.py:1390
5333
#: bzrlib/errors.py:1380
5346
5334
msgid "Versioned file error"
5337
#: bzrlib/errors.py:1385
5338
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5349
5341
#: bzrlib/errors.py:1395
5350
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5342
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5353
5345
#: bzrlib/errors.py:1405
5354
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5357
#: bzrlib/errors.py:1415
5358
5346
msgid "Text did not match its checksum: %(msg)s"
5361
#: bzrlib/errors.py:1541
5349
#: bzrlib/errors.py:1531
5362
5350
msgid "Export format %(format)r not supported"
5365
#: bzrlib/errors.py:1550
5353
#: bzrlib/errors.py:1540
5366
5354
msgid "Transport error: %(msg)s %(orig_error)s"
5369
#: bzrlib/errors.py:1576
5357
#: bzrlib/errors.py:1566
5370
5358
msgid "Generic bzr smart protocol error: %(details)s"
5373
#: bzrlib/errors.py:1584
5361
#: bzrlib/errors.py:1574
5374
5362
msgid "Received bad protocol version marker: %(marker)r"
5377
#: bzrlib/errors.py:1616
5365
#: bzrlib/errors.py:1606
5378
5366
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5381
#: bzrlib/errors.py:1621
5369
#: bzrlib/errors.py:1611
5382
5370
msgid "Connection error: %(msg)s %(orig_error)s"
5385
#: bzrlib/errors.py:1626
5373
#: bzrlib/errors.py:1616
5386
5374
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5389
#: bzrlib/errors.py:1647
5377
#: bzrlib/errors.py:1637
5390
5378
msgid "Connection closed: %(msg)s %(orig_error)s"
5393
#: bzrlib/errors.py:1652
5381
#: bzrlib/errors.py:1642
5394
5382
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5385
#: bzrlib/errors.py:1647
5386
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5397
5389
#: bzrlib/errors.py:1657
5398
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5401
#: bzrlib/errors.py:1667
5402
5390
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5405
#: bzrlib/errors.py:1682
5406
msgid "Certificate error: %(error)s"
5409
#: bzrlib/errors.py:1690
5393
#: bzrlib/errors.py:1672
5410
5394
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5413
#: bzrlib/errors.py:1704
5397
#: bzrlib/errors.py:1686
5414
5398
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5417
#: bzrlib/errors.py:1712
5401
#: bzrlib/errors.py:1694
5418
5402
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5421
#: bzrlib/errors.py:1721
5405
#: bzrlib/errors.py:1703
5422
5406
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5425
#: bzrlib/errors.py:1735
5409
#: bzrlib/errors.py:1717
5426
5410
msgid "Too many redirections"
5429
#: bzrlib/errors.py:1740
5413
#: bzrlib/errors.py:1722
5430
5414
msgid "Working tree has conflicts."
5433
#: bzrlib/errors.py:1744
5417
#: bzrlib/errors.py:1726
5434
5418
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5437
#: bzrlib/errors.py:1753
5421
#: bzrlib/errors.py:1735
5439
5423
"Error(s) parsing config file %(filename)s:\n"
5427
#: bzrlib/errors.py:1746
5428
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
5431
#: bzrlib/errors.py:1754
5432
msgid "%(username)r does not seem to contain a reasonable email address"
5443
5435
#: bzrlib/errors.py:1763
5445
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5446
"See ``bzr help %(name)s``"
5449
#: bzrlib/errors.py:1773
5450
msgid "%(username)r does not seem to contain a reasonable email address"
5453
#: bzrlib/errors.py:1782
5454
5436
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5457
#: bzrlib/errors.py:1790
5439
#: bzrlib/errors.py:1771
5458
5440
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5461
#: bzrlib/errors.py:1798
5443
#: bzrlib/errors.py:1779
5462
5444
msgid "Unable to import library \"%(library)s\": %(error)s"
5465
#: bzrlib/errors.py:1806
5447
#: bzrlib/errors.py:1787
5466
5448
msgid "python-gpgme is not installed, it is needed to verify signatures"
5469
#: bzrlib/errors.py:1814
5451
#: bzrlib/errors.py:1795
5471
5453
"The working tree for %(basedir)s has changed since the last commit, but "
5472
5454
"weave merge requires that it be unchanged"
5475
#: bzrlib/errors.py:1824
5457
#: bzrlib/errors.py:1805
5477
5459
"Can't reprocess and show base, because reprocessing obscures the "
5478
5460
"relationship of conflicting lines to the base"
5481
#: bzrlib/errors.py:1830
5463
#: bzrlib/errors.py:1811
5482
5464
msgid "Cycle in graph %(graph)r"
5485
#: bzrlib/errors.py:1858
5467
#: bzrlib/errors.py:1839
5486
5468
msgid "File %(filename)s is not conflicted."
5489
#: bzrlib/errors.py:1880
5471
#: bzrlib/errors.py:1861
5490
5472
msgid "No bundle was found in \"%(filename)s\"."
5493
#: bzrlib/errors.py:1889
5475
#: bzrlib/errors.py:1870
5494
5476
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5497
#: bzrlib/errors.py:1899
5479
#: bzrlib/errors.py:1880
5498
5480
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5501
#: bzrlib/errors.py:1912
5483
#: bzrlib/errors.py:1893
5502
5484
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5505
#: bzrlib/errors.py:1922
5487
#: bzrlib/errors.py:1903
5506
5488
msgid "Key %(key)s is already present in map"
5509
#: bzrlib/errors.py:1927
5491
#: bzrlib/errors.py:1908
5510
5492
msgid "The prefix %(prefix)s is in the help search path twice."
5513
#: bzrlib/errors.py:1937
5495
#: bzrlib/errors.py:1918
5515
5497
"No final name for trans_id %(trans_id)r\n"
5516
5498
"file-id: %(file_id)r\n"
5517
5499
"root trans-id: %(root_trans_id)r\n"
5520
#: bzrlib/errors.py:1969
5502
#: bzrlib/errors.py:1950
5521
5503
msgid "Attempt to reuse a transform that has already been applied."
5524
#: bzrlib/errors.py:1974
5506
#: bzrlib/errors.py:1955
5525
5507
msgid "Moving the root directory is not supported at this time"
5528
#: bzrlib/errors.py:1979
5510
#: bzrlib/errors.py:1960
5529
5511
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5532
#: bzrlib/errors.py:1990
5514
#: bzrlib/errors.py:1971
5534
5516
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5537
#: bzrlib/errors.py:2026
5519
#: bzrlib/errors.py:2007
5539
5521
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5542
#: bzrlib/errors.py:2056
5524
#: bzrlib/errors.py:2037
5543
5525
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5546
#: bzrlib/errors.py:2064
5528
#: bzrlib/errors.py:2045
5547
5529
msgid "Nothing to merge."
5550
#: bzrlib/errors.py:2069
5532
#: bzrlib/errors.py:2050
5551
5533
msgid "Format %(format)s cannot be initialised by this version of bzr."
5554
#: bzrlib/errors.py:2078
5536
#: bzrlib/errors.py:2059
5556
5538
"Cannot convert from format %(from_format)s to format %(format)s. "
5560
#: bzrlib/errors.py:2090
5542
#: bzrlib/errors.py:2071
5561
5543
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5564
#: bzrlib/errors.py:2098
5546
#: bzrlib/errors.py:2079
5565
5547
msgid "%(exe_name)s could not be found on this machine"
5568
#: bzrlib/errors.py:2106
5550
#: bzrlib/errors.py:2087
5569
5551
msgid "Diff is not installed on this machine: %(msg)s"
5572
#: bzrlib/errors.py:2114
5554
#: bzrlib/errors.py:2095
5573
5555
msgid "Diff3 is not installed on this machine."
5576
#: bzrlib/errors.py:2120
5558
#: bzrlib/errors.py:2101
5577
5559
msgid "The content being inserted is already present."
5580
#: bzrlib/errors.py:2125
5562
#: bzrlib/errors.py:2106
5582
5564
"This tree contains left-over files from a failed operation.\n"
5583
5565
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5600
5582
" keep, and delete it when you are done."
5603
#: bzrlib/errors.py:2157
5585
#: bzrlib/errors.py:2138
5605
5587
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
5606
5588
"examine %(pending_deletion)s to see if it contains any files you wish to "
5607
5589
"keep, and delete it when you are done."
5610
#: bzrlib/errors.py:2167
5592
#: bzrlib/errors.py:2148
5611
5593
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5614
#: bzrlib/errors.py:2181
5596
#: bzrlib/errors.py:2162
5616
5598
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5619
#: bzrlib/errors.py:2194
5601
#: bzrlib/errors.py:2175
5620
5602
msgid "Error in merge modified format"
5623
#: bzrlib/errors.py:2199
5605
#: bzrlib/errors.py:2180
5624
5606
msgid "Format error in conflict listings"
5627
#: bzrlib/errors.py:2203
5609
#: bzrlib/errors.py:2184
5629
5611
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5630
5612
"Error: %(description)s"
5633
#: bzrlib/errors.py:2214
5615
#: bzrlib/errors.py:2195
5635
5617
"An error has been detected in the repository %(repo_path)s.\n"
5636
5618
"Please run bzr reconcile on this repository."
5639
#: bzrlib/errors.py:2225
5621
#: bzrlib/errors.py:2206
5641
5623
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5642
5624
"reason: %(reason)s"
5645
#: bzrlib/errors.py:2238
5627
#: bzrlib/errors.py:2219
5647
5629
"An inconsistent delta was supplied: %(delta)r\n"
5648
5630
"reason: %(reason)s"
5651
#: bzrlib/errors.py:2250
5633
#: bzrlib/errors.py:2231
5652
5634
msgid "To use this feature you must upgrade your branch at %(path)s."
5655
#: bzrlib/errors.py:2259
5637
#: bzrlib/errors.py:2240
5656
5638
msgid "To use this feature you must upgrade your repository at %(path)s."
5659
#: bzrlib/errors.py:2264
5641
#: bzrlib/errors.py:2245
5661
5643
"To use this feature you must upgrade your branch at %(path)s to a format "
5662
5644
"which supports rich roots."
5665
#: bzrlib/errors.py:2270
5647
#: bzrlib/errors.py:2251
5666
5648
msgid "Cannot perform local-only commits on unbound branches."
5669
#: bzrlib/errors.py:2275
5651
#: bzrlib/errors.py:2256
5670
5652
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5673
#: bzrlib/errors.py:2296
5655
#: bzrlib/errors.py:2277
5674
5656
msgid "Ghost tags not supported by format %(format)r."
5677
#: bzrlib/errors.py:2304
5659
#: bzrlib/errors.py:2285
5678
5660
msgid "File is binary but should be text."
5681
#: bzrlib/errors.py:2309
5663
#: bzrlib/errors.py:2290
5682
5664
msgid "The path %(path)s is not permitted on this platform"
5685
#: bzrlib/errors.py:2318
5667
#: bzrlib/errors.py:2299
5687
5669
"Testament did not match expected value.\n"
5688
5670
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5689
5671
" {%(measured)s}"
5692
#: bzrlib/errors.py:2330
5674
#: bzrlib/errors.py:2311
5693
5675
msgid "Not a bzr revision-bundle: %(text)r"
5696
#: bzrlib/errors.py:2339
5678
#: bzrlib/errors.py:2320
5697
5679
msgid "Bad bzr revision-bundle: %(text)r"
5700
#: bzrlib/errors.py:2348
5682
#: bzrlib/errors.py:2329
5701
5683
msgid "Malformed bzr revision-bundle header: %(text)r"
5704
#: bzrlib/errors.py:2353
5686
#: bzrlib/errors.py:2334
5705
5687
msgid "Malformed patches in bzr revision-bundle: %(text)r"
5708
#: bzrlib/errors.py:2358
5690
#: bzrlib/errors.py:2339
5709
5691
msgid "Malformed footer in bzr revision-bundle: %(text)r"
5712
#: bzrlib/errors.py:2363
5694
#: bzrlib/errors.py:2344
5713
5695
msgid "End of line marker was not \\n in bzr revision-bundle"
5716
#: bzrlib/errors.py:2373
5698
#: bzrlib/errors.py:2354
5717
5699
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
5720
#: bzrlib/errors.py:2383
5702
#: bzrlib/errors.py:2364
5721
5703
msgid "Root class for inventory serialization errors"
5724
#: bzrlib/errors.py:2387
5706
#: bzrlib/errors.py:2368
5726
5708
"The inventory was not in the expected format:\n"
5730
#: bzrlib/errors.py:2396
5712
#: bzrlib/errors.py:2377
5731
5713
msgid "This operation requires rich root data storage"
5734
#: bzrlib/errors.py:2409
5716
#: bzrlib/errors.py:2390
5735
5717
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
5738
#: bzrlib/errors.py:2418
5720
#: bzrlib/errors.py:2399
5740
5722
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
5744
#: bzrlib/errors.py:2425
5726
#: bzrlib/errors.py:2406
5746
5728
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
5747
5729
"ghost at {%(ghost_revision_id)s}"
5750
#: bzrlib/errors.py:2435
5732
#: bzrlib/errors.py:2416
5751
5733
msgid "Ghost revision {%(revision_id)s} cannot be used here."
5754
#: bzrlib/errors.py:2486
5736
#: bzrlib/errors.py:2467
5756
5738
"A merge directive must provide either a bundle or a public branch location."
5759
#: bzrlib/errors.py:2493
5741
#: bzrlib/errors.py:2474
5760
5742
msgid "Bad merge directive payload %(start)r"
5763
#: bzrlib/errors.py:2503
5745
#: bzrlib/errors.py:2484
5764
5746
msgid "Preview patch does not match requested changes."
5767
#: bzrlib/errors.py:2509
5749
#: bzrlib/errors.py:2490
5768
5750
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
5771
#: bzrlib/errors.py:2519
5753
#: bzrlib/errors.py:2500
5773
5755
"Your branch does not have all of the revisions required in order to merge "
5774
5756
"this merge directive and the target location specified in the merge "
5775
5757
"directive is not a branch: %(location)s."
5778
#: bzrlib/errors.py:2531
5760
#: bzrlib/errors.py:2512
5779
5761
msgid "Unsupported entry kind %(kind)s"
5782
#: bzrlib/errors.py:2539
5764
#: bzrlib/errors.py:2520
5783
5765
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
5768
#: bzrlib/errors.py:2530
5769
msgid "Subsume target %(other_tree)s needs to be upgraded."
5786
5772
#: bzrlib/errors.py:2549
5787
msgid "Subsume target %(other_tree)s needs to be upgraded."
5790
#: bzrlib/errors.py:2568
5791
5773
msgid "No such tag: %(tag_name)s"
5794
#: bzrlib/errors.py:2576
5776
#: bzrlib/errors.py:2557
5795
5777
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
5798
#: bzrlib/errors.py:2585
5780
#: bzrlib/errors.py:2566
5799
5781
msgid "Tag %(tag_name)s already exists."
5802
#: bzrlib/errors.py:2593
5784
#: bzrlib/errors.py:2574
5804
5786
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
5805
5787
"bugs\" for more information on this feature."
5808
#: bzrlib/errors.py:2603
5790
#: bzrlib/errors.py:2584
5810
5792
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
5813
#: bzrlib/errors.py:2613
5795
#: bzrlib/errors.py:2594
5815
5797
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
5818
#: bzrlib/errors.py:2623
5800
#: bzrlib/errors.py:2604
5819
5801
msgid "Invalid line in bugs property: '%(line)s'"
5822
#: bzrlib/errors.py:2631
5804
#: bzrlib/errors.py:2612
5823
5805
msgid "Invalid bug status: '%(status)s'"
5826
#: bzrlib/errors.py:2639
5808
#: bzrlib/errors.py:2620
5827
5809
msgid "Could not understand response from smart server: %(response_tuple)r"
5812
#: bzrlib/errors.py:2659
5813
msgid "Server sent an unexpected error: %(error_tuple)r"
5830
5816
#: bzrlib/errors.py:2678
5831
msgid "Server sent an unexpected error: %(error_tuple)r"
5834
#: bzrlib/errors.py:2697
5835
5817
msgid "Unrecognised container format: %(container_format)r"
5838
#: bzrlib/errors.py:2705
5820
#: bzrlib/errors.py:2686
5839
5821
msgid "Unexpected end of container stream"
5842
#: bzrlib/errors.py:2710
5824
#: bzrlib/errors.py:2691
5843
5825
msgid "Unknown record type: %(record_type)r"
5846
#: bzrlib/errors.py:2718
5828
#: bzrlib/errors.py:2699
5847
5829
msgid "Invalid record: %(reason)s"
5850
#: bzrlib/errors.py:2726
5832
#: bzrlib/errors.py:2707
5851
5833
msgid "Container has data after end marker: %(excess)r"
5854
#: bzrlib/errors.py:2734
5836
#: bzrlib/errors.py:2715
5855
5837
msgid "Container has multiple records with the same name: %(name)s"
5858
#: bzrlib/errors.py:2747
5840
#: bzrlib/errors.py:2728
5859
5841
msgid "Corrupt or incompatible data stream: %(reason)s"
5862
#: bzrlib/errors.py:2755
5844
#: bzrlib/errors.py:2736
5863
5845
msgid "SMTP error: %(error)s"
5866
#: bzrlib/errors.py:2763
5848
#: bzrlib/errors.py:2744
5867
5849
msgid "No message supplied."
5870
#: bzrlib/errors.py:2768
5852
#: bzrlib/errors.py:2749
5871
5853
msgid "No mail-to address (--mail-to) or output (-o) specified."
5874
#: bzrlib/errors.py:2773
5856
#: bzrlib/errors.py:2754
5875
5857
msgid "Unknown mail client: %(mail_client)s"
5878
#: bzrlib/errors.py:2781
5860
#: bzrlib/errors.py:2762
5880
5862
"Unable to find mail client with the following names: "
5881
5863
"%(mail_command_list_string)s"
5884
#: bzrlib/errors.py:2791
5866
#: bzrlib/errors.py:2772
5885
5867
msgid "SMTP connection to %(host)s refused"
5888
#: bzrlib/errors.py:2800
5870
#: bzrlib/errors.py:2781
5889
5871
msgid "Please specify smtp_server. No server at default %(host)s."
5892
#: bzrlib/errors.py:2814
5874
#: bzrlib/errors.py:2795
5894
5876
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
5898
#: bzrlib/errors.py:2826
5880
#: bzrlib/errors.py:2807
5899
5881
msgid "'%(display_url)s' is already a branch."
5902
#: bzrlib/errors.py:2831
5884
#: bzrlib/errors.py:2812
5903
5885
msgid "'%(display_url)s' is already a tree."
5906
#: bzrlib/errors.py:2836
5888
#: bzrlib/errors.py:2817
5907
5889
msgid "'%(display_url)s' is already a checkout."
5910
#: bzrlib/errors.py:2841
5892
#: bzrlib/errors.py:2822
5911
5893
msgid "'%(display_url)s' is already a lightweight checkout."
5914
#: bzrlib/errors.py:2846
5896
#: bzrlib/errors.py:2827
5915
5897
msgid "'%(display_url)s' is already using a shared repository."
5918
#: bzrlib/errors.py:2851
5900
#: bzrlib/errors.py:2832
5919
5901
msgid "'%(display_url)s' is already standalone."
5922
#: bzrlib/errors.py:2856
5904
#: bzrlib/errors.py:2837
5923
5905
msgid "Shared repository '%(display_url)s' already creates working trees."
5926
#: bzrlib/errors.py:2862
5908
#: bzrlib/errors.py:2843
5928
5910
"Shared repository '%(display_url)s' already doesn't create working trees."
5931
#: bzrlib/errors.py:2868
5913
#: bzrlib/errors.py:2849
5932
5914
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
5935
#: bzrlib/errors.py:2873
5917
#: bzrlib/errors.py:2854
5936
5918
msgid "No location could be found to bind to at %(display_url)s."
5939
#: bzrlib/errors.py:2878
5921
#: bzrlib/errors.py:2859
5941
5923
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
5942
5924
"status).%(more)s"
5945
#: bzrlib/errors.py:2897
5927
#: bzrlib/errors.py:2878
5947
5929
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
5948
5930
"list).%(more)s"
5951
#: bzrlib/errors.py:2903
5933
#: bzrlib/errors.py:2884
5952
5934
msgid "Variable {%(name)s} is not available."
5955
#: bzrlib/errors.py:2911
5937
#: bzrlib/errors.py:2892
5956
5938
msgid "No template specified."
5959
#: bzrlib/errors.py:2916
5941
#: bzrlib/errors.py:2897
5960
5942
msgid "Unable to create symlink %(path_str)son this platform"
5963
#: bzrlib/errors.py:2931
5945
#: bzrlib/errors.py:2912
5965
5947
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
5966
5948
"\"original\", \"local\"."
5969
#: bzrlib/errors.py:2965
5951
#: bzrlib/errors.py:2946
5971
5953
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
5974
#: bzrlib/errors.py:2977
5956
#: bzrlib/errors.py:2958
5975
5957
msgid "The \"%(config_id)s\" configuration does not exist."
5978
#: bzrlib/errors.py:2985
5960
#: bzrlib/errors.py:2966
5979
5961
msgid "The \"%(option_name)s\" configuration option does not exist."
5982
#: bzrlib/errors.py:2993
5964
#: bzrlib/errors.py:2974
5983
5965
msgid "The alias \"%(alias_name)s\" does not exist."
5986
#: bzrlib/errors.py:3007
5968
#: bzrlib/errors.py:2988
5987
5969
msgid "\"%(alias_name)s\" is not a valid location alias."
5990
#: bzrlib/errors.py:3015
5972
#: bzrlib/errors.py:2996
5991
5973
msgid "No %(alias_name)s location assigned."
5994
#: bzrlib/errors.py:3023
5976
#: bzrlib/errors.py:3004
5995
5977
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
5998
#: bzrlib/errors.py:3033
5980
#: bzrlib/errors.py:3014
5999
5981
msgid "Unknown rules detected: %(unknowns_str)s."
6002
#: bzrlib/errors.py:3044
5984
#: bzrlib/errors.py:3025
6003
5985
msgid "Tip change rejected: %(msg)s"
6006
#: bzrlib/errors.py:3052
5988
#: bzrlib/errors.py:3033
6007
5989
msgid "Shelf corrupt."
6010
#: bzrlib/errors.py:3057
5992
#: bzrlib/errors.py:3038
6011
5993
msgid "Corruption while decompressing repository file%(orig_error)s"
6014
#: bzrlib/errors.py:3069
5996
#: bzrlib/errors.py:3050
6015
5997
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6018
#: bzrlib/errors.py:3077
6000
#: bzrlib/errors.py:3058
6019
6001
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6022
#: bzrlib/errors.py:3085
6004
#: bzrlib/errors.py:3066
6024
6006
"An attempt to access a url outside the server jail was made: '%(url)s'."
6027
#: bzrlib/errors.py:3093
6009
#: bzrlib/errors.py:3074
6028
6010
msgid "The user aborted the operation."
6031
#: bzrlib/errors.py:3098
6013
#: bzrlib/errors.py:3079
6032
6014
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6035
#: bzrlib/errors.py:3108
6017
#: bzrlib/errors.py:3089
6036
6018
msgid "No such view: %(view_name)s."
6039
#: bzrlib/errors.py:3118
6021
#: bzrlib/errors.py:3099
6041
6023
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6042
6024
"to a later format."
6045
#: bzrlib/errors.py:3127
6027
#: bzrlib/errors.py:3108
6047
6029
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6050
#: bzrlib/errors.py:3194
6032
#: bzrlib/errors.py:3175
6051
6033
msgid "%(bzrdir)r does not support co-located branches."
6054
#: bzrlib/errors.py:3200
6036
#: bzrlib/errors.py:3181
6056
6038
"Unable to determine your name.\n"
6057
6039
"Please, set your name with the 'whoami' command.\n"
6058
6040
"E.g. bzr whoami \"Your Name <name@example.com>\""
6061
#: bzrlib/errors.py:3209
6043
#: bzrlib/errors.py:3190
6062
6044
msgid "Invalid pattern(s) found. %(msg)s"
6065
#: bzrlib/errors.py:3217
6047
#: bzrlib/errors.py:3198
6067
6049
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6068
6050
"unbind` to fix."
6071
#: bzrlib/errors.py:3228
6053
#: bzrlib/errors.py:3209
6072
6054
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6075
#: bzrlib/errors.py:3237
6057
#: bzrlib/errors.py:3218
6076
6058
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6079
#: bzrlib/errors.py:3246
6061
#: bzrlib/errors.py:3227
6081
6063
"No compatible object available for operations from %(source)r to %(target)r."
6084
#: bzrlib/errors.py:3256
6066
#: bzrlib/errors.py:3237
6086
6068
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6087
6069
"%(arguments)s."
6090
#: bzrlib/errors.py:3266
6072
#: bzrlib/errors.py:3247
6092
6074
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6093
6075
"format %(format)r"
6096
#: bzrlib/errors.py:3278
6078
#: bzrlib/errors.py:3259
6098
6080
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6102
#: bzrlib/errors.py:3291
6084
#: bzrlib/errors.py:3272
6103
6085
msgid "Binary files section encountered."
6106
#: bzrlib/errors.py:3299
6088
#: bzrlib/errors.py:3280
6108
6090
"Malformed patch header. %(desc)s\n"
6112
#: bzrlib/errors.py:3308
6094
#: bzrlib/errors.py:3289
6114
6096
"Malformed hunk header. %(desc)s\n"
6118
#: bzrlib/errors.py:3317
6100
#: bzrlib/errors.py:3298
6120
6102
"Malformed line. %(desc)s\n"
6124
#: bzrlib/errors.py:3327
6106
#: bzrlib/errors.py:3308
6126
6108
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6127
6109
"but patch says it should be \"%(patch_line)s\""
6130
#: bzrlib/errors.py:3338
6112
#: bzrlib/errors.py:3319
6131
6113
msgid "The feature %(feature)s has already been registered."
12271
12252
#: en/help_topics/hooks.txt:399
12277
12258
#: en/help_topics/hooks.txt:404
12279
"Called after a tree transform has been performed on a tree. The hook\n"
12280
"is called with the tree that is being transformed and the transform."
12283
#: en/help_topics/hooks.txt:407
12289
#: en/help_topics/hooks.txt:412
12291
"Called before a tree transform on this tree. The hook is called with\n"
12292
"the tree that is being transformed and the transform."
12295
#: en/help_topics/hooks.txt:415
12301
#: en/help_topics/hooks.txt:420
12303
12260
"Called before a commit is performed on a tree. The start commit hook\n"
12304
12261
"is able to change the tree before the commit takes place. start_commit\n"
12305
12262
"is called with the bzrlib.mutabletree.MutableTree that the commit is\n"
12306
12263
"being performed on."
12309
#: en/help_topics/hooks.txt:425
12266
#: en/help_topics/hooks.txt:409
12311
12268
"SmartClientHooks\n"
12312
12269
"----------------"
12315
#: en/help_topics/hooks.txt:428
12272
#: en/help_topics/hooks.txt:412
12321
#: en/help_topics/hooks.txt:431
12278
#: en/help_topics/hooks.txt:415
12322
12279
msgid "Introduced in: unknown"
12325
#: en/help_topics/hooks.txt:433
12282
#: en/help_topics/hooks.txt:417
12327
12284
"Called when the smart client is submitting a request to the smart\n"
12328
12285
"server. Called with a bzrlib.smart.client.CallHookParams object.\n"
12329
12286
"Streaming request bodies, and responses, are not accessible."
12332
#: en/help_topics/hooks.txt:437
12289
#: en/help_topics/hooks.txt:421
12334
12291
"SmartServerHooks\n"
12335
12292
"----------------"
12338
#: en/help_topics/hooks.txt:440
12295
#: en/help_topics/hooks.txt:424
12340
12297
"server_exception\n"
12341
12298
"~~~~~~~~~~~~~~~~"
12344
#: en/help_topics/hooks.txt:445
12301
#: en/help_topics/hooks.txt:429
12346
12303
"Called by the bzr server when an exception occurs. server_exception is\n"
12347
12304
"called with the sys.exc_info() tuple return true for the hook if the\n"