29
#: bzrlib/branch.py:3183
29
#: bzrlib/branch.py:3205
31
31
msgid "Pushed up to revision %d."
34
#: bzrlib/branch.py:3185
34
#: bzrlib/branch.py:3207
36
36
msgid "%d tag updated."
37
37
msgid_plural "%d tags updated."
41
#: bzrlib/branch.py:3188
41
#: bzrlib/branch.py:3210
42
42
msgid "No new revisions or tags to push."
45
#: bzrlib/branch.py:3190
45
#: bzrlib/branch.py:3212
46
46
msgid "No new revisions to push."
49
#: bzrlib/branch.py:3210
49
#: bzrlib/branch.py:3232
50
50
msgid "checked branch {0} format {1}"
53
#: bzrlib/branch.py:3213
53
#: bzrlib/branch.py:3235
55
55
msgid "found error:%s"
58
#: bzrlib/builtins.py:121 bzrlib/builtins.py:2923 bzrlib/workingtree.py:315
58
#: bzrlib/builtins.py:209 bzrlib/builtins.py:3016 bzrlib/workingtree.py:315
60
60
msgid "Ignoring files outside view. View is %s"
63
#: bzrlib/builtins.py:130
63
#: bzrlib/builtins.py:218
65
65
msgid "bzr %s --revision takes exactly one revision identifier"
68
#: bzrlib/builtins.py:215
68
#: bzrlib/builtins.py:303
69
69
msgid "Display status summary."
72
#: bzrlib/builtins.py:217
72
#: bzrlib/builtins.py:305
74
74
"This reports on versioned and unknown files, reporting them\n"
75
75
"grouped by state. Possible states are:"
78
#: bzrlib/builtins.py:220
78
#: bzrlib/builtins.py:308
81
81
" Versioned in the working copy but not in the previous revision."
84
#: bzrlib/builtins.py:223
84
#: bzrlib/builtins.py:311
87
87
" Versioned in the previous revision but removed or deleted\n"
88
88
" in the working copy."
91
#: bzrlib/builtins.py:227
91
#: bzrlib/builtins.py:315
94
94
" Path of this file changed from the previous revision;\n"
151
151
"the no-pending option or specify a file/directory."
154
#: bzrlib/builtins.py:263
154
#: bzrlib/builtins.py:351
156
156
"To compare the working directory to a specific revision, pass a\n"
157
157
"single revision to the revision argument."
160
#: bzrlib/builtins.py:266
160
#: bzrlib/builtins.py:354
162
162
"To see which files have changed in a specific revision, or between\n"
163
163
"two revisions, pass a revision range to the revision argument.\n"
164
164
"This will produce the same results as calling 'bzr diff --summarize'."
167
#: bzrlib/builtins.py:275
167
#: bzrlib/builtins.py:363
168
168
msgid "Use short status indicators."
171
#: bzrlib/builtins.py:277
171
#: bzrlib/builtins.py:365
172
172
msgid "Only show versioned files."
175
#: bzrlib/builtins.py:279
175
#: bzrlib/builtins.py:367
176
176
msgid "Don't show pending merges."
179
#: bzrlib/builtins.py:282
179
#: bzrlib/builtins.py:370
180
180
msgid "Do not mark object type using indicator."
183
#: bzrlib/builtins.py:297
183
#: bzrlib/builtins.py:385
184
184
msgid "bzr status --revision takes exactly one or two revision specifiers"
187
#: bzrlib/builtins.py:341 bzrlib/builtins.py:5090
187
#: bzrlib/builtins.py:429 bzrlib/builtins.py:5183
188
188
msgid "You can only supply one of revision_id or --revision"
191
#: bzrlib/builtins.py:344 bzrlib/builtins.py:5092
191
#: bzrlib/builtins.py:432 bzrlib/builtins.py:5185
192
192
msgid "You must supply either --revision or a revision_id"
195
#: bzrlib/builtins.py:351
195
#: bzrlib/builtins.py:439
197
197
msgid "Repository %r does not support access to raw revision texts"
200
#: bzrlib/builtins.py:362
200
#: bzrlib/builtins.py:450
201
201
msgid "The repository {0} contains no revision {1}."
204
#: bzrlib/builtins.py:369
204
#: bzrlib/builtins.py:457
205
205
msgid "You cannot specify a NULL revision."
208
#: bzrlib/builtins.py:461
208
#: bzrlib/builtins.py:549
209
209
msgid "Remove the working tree from a given branch/checkout."
212
#: bzrlib/builtins.py:463
212
#: bzrlib/builtins.py:551
214
214
"Since a lightweight checkout is little more than a working tree\n"
215
215
"this will refuse to run against one."
218
#: bzrlib/builtins.py:466
218
#: bzrlib/builtins.py:554
219
219
msgid "To re-create the working tree, use \"bzr checkout\"."
222
#: bzrlib/builtins.py:472
222
#: bzrlib/builtins.py:560
224
224
"Remove the working tree even if it has uncommitted or shelved changes."
227
#: bzrlib/builtins.py:486
227
#: bzrlib/builtins.py:574
228
228
msgid "No working tree to remove"
231
#: bzrlib/builtins.py:488
231
#: bzrlib/builtins.py:576
232
232
msgid "You cannot remove the working tree of a remote path"
235
#: bzrlib/builtins.py:497
235
#: bzrlib/builtins.py:585
236
236
msgid "You cannot remove the working tree from a lightweight checkout"
239
#: bzrlib/builtins.py:537
239
#: bzrlib/builtins.py:625
241
241
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
242
242
"instead. Use \"--force\" if you are sure you want to reset the working tree."
245
#: bzrlib/builtins.py:548
245
#: bzrlib/builtins.py:636
247
247
", the header appears corrupt, try passing -r -1 to set the state to the last "
251
#: bzrlib/builtins.py:552
251
#: bzrlib/builtins.py:640
252
252
msgid "failed to reset the tree state{0}"
255
#: bzrlib/builtins.py:556
255
#: bzrlib/builtins.py:644
256
256
msgid "Show current revision number."
259
#: bzrlib/builtins.py:558
259
#: bzrlib/builtins.py:646
260
260
msgid "This is equal to the number of revisions on this branch."
263
#: bzrlib/builtins.py:571
263
#: bzrlib/builtins.py:659
264
264
msgid "--tree and --revision can not be used together"
267
#: bzrlib/builtins.py:588 bzrlib/builtins.py:5874
267
#: bzrlib/builtins.py:676 bzrlib/builtins.py:5967
268
268
msgid "Tags can only be placed on a single revision, not on a range"
271
#: bzrlib/builtins.py:612
271
#: bzrlib/builtins.py:700
272
272
msgid "Show revno of working tree."
275
#: bzrlib/builtins.py:660
275
#: bzrlib/builtins.py:748
276
276
msgid "Add specified files or directories."
279
#: bzrlib/builtins.py:662
279
#: bzrlib/builtins.py:750
281
281
"In non-recursive mode, all the named items are added, regardless\n"
282
282
"of whether they were previously ignored. A warning is given if\n"
283
283
"any of the named files are already versioned."
286
#: bzrlib/builtins.py:666
286
#: bzrlib/builtins.py:754
288
288
"In recursive mode (the default), files are treated the same way\n"
289
289
"but the behaviour for directories is different. Directories that\n"
331
331
"into a subdirectory of this one."
334
#: bzrlib/builtins.py:696
334
#: bzrlib/builtins.py:784
336
336
"Any files matching patterns in the ignore list will not be added\n"
337
337
"unless they are explicitly mentioned."
340
#: bzrlib/builtins.py:699
340
#: bzrlib/builtins.py:787
342
342
"In recursive mode, files larger than the configuration option \n"
343
343
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
347
#: bzrlib/builtins.py:706
347
#: bzrlib/builtins.py:794
348
348
msgid "Don't recursively add the contents of directories."
351
#: bzrlib/builtins.py:712
351
#: bzrlib/builtins.py:800
352
352
msgid "Lookup file ids from this tree."
355
#: bzrlib/builtins.py:748
355
#: bzrlib/builtins.py:836
356
356
msgid "ignored {0} matching \"{1}\"\n"
359
#: bzrlib/builtins.py:753
359
#: bzrlib/builtins.py:841
360
360
msgid "Create a new versioned directory."
363
#: bzrlib/builtins.py:755
363
#: bzrlib/builtins.py:843
364
364
msgid "This is equivalent to creating the directory and then adding it."
367
#: bzrlib/builtins.py:762
367
#: bzrlib/builtins.py:850
368
368
msgid "No error if existing, make parent directories as needed."
371
#: bzrlib/builtins.py:796
371
#: bzrlib/builtins.py:884
373
373
msgid "added %s\n"
376
#: bzrlib/builtins.py:838
376
#: bzrlib/builtins.py:926
378
378
msgid "invalid kind %r specified"
381
#: bzrlib/builtins.py:875
381
#: bzrlib/builtins.py:963
382
382
msgid "Move or rename a file."
385
#: bzrlib/builtins.py:877
385
#: bzrlib/builtins.py:965
386
386
msgid " bzr mv SOURCE... DESTINATION"
389
#: bzrlib/builtins.py:879
389
#: bzrlib/builtins.py:967
391
391
"If the last argument is a versioned directory, all the other names\n"
392
392
"are moved into it. Otherwise, there must be exactly two arguments\n"
393
393
"and the file is changed to a new name."
396
#: bzrlib/builtins.py:883
396
#: bzrlib/builtins.py:971
398
398
"If OLDNAME does not exist on the filesystem but is versioned and\n"
399
399
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
402
402
"The same is valid when moving many SOURCE files to a DESTINATION."
405
#: bzrlib/builtins.py:889
405
#: bzrlib/builtins.py:977
406
406
msgid "Files cannot be moved between branches."
409
#: bzrlib/builtins.py:896
409
#: bzrlib/builtins.py:984
411
411
"Move only the bzr identifier of the file, because the file has already been "
415
#: bzrlib/builtins.py:898
415
#: bzrlib/builtins.py:986
416
416
msgid "Automatically guess renames."
419
#: bzrlib/builtins.py:899
419
#: bzrlib/builtins.py:987
420
420
msgid "Avoid making changes when guessing renames."
423
#: bzrlib/builtins.py:908
423
#: bzrlib/builtins.py:996
424
424
msgid "--dry-run requires --auto."
427
#: bzrlib/builtins.py:912
427
#: bzrlib/builtins.py:1000
428
428
msgid "missing file argument"
431
#: bzrlib/builtins.py:916
431
#: bzrlib/builtins.py:1004
432
432
msgid "can not move root of branch"
435
#: bzrlib/builtins.py:922
435
#: bzrlib/builtins.py:1010
436
436
msgid "Only one path may be specified to --auto."
439
#: bzrlib/builtins.py:925
439
#: bzrlib/builtins.py:1013
440
440
msgid "--after cannot be specified with --auto."
443
#: bzrlib/builtins.py:962
443
#: bzrlib/builtins.py:1050
444
444
msgid "to mv multiple files the destination must be a versioned directory"
447
#: bzrlib/builtins.py:1014
447
#: bzrlib/builtins.py:1102
448
448
msgid "Turn this branch into a mirror of another branch."
451
#: bzrlib/builtins.py:1016
451
#: bzrlib/builtins.py:1104
453
453
"By default, this command only works on branches that have not diverged.\n"
454
454
"Branches are considered diverged if the destination branch's most recent \n"
478
478
"value will only be saved if the remote location can be accessed."
481
#: bzrlib/builtins.py:1034
481
#: bzrlib/builtins.py:1122
483
483
"The --verbose option will display the revisions pulled using the log_format\n"
484
484
"configuration option. You can use a different format by overriding it with\n"
485
485
"-Olog_format=<other_format>."
488
#: bzrlib/builtins.py:1038
488
#: bzrlib/builtins.py:1126
490
490
"Note: The location can be specified either in the form of a branch,\n"
491
491
"or in the form of a path to a file containing a merge directive generated\n"
495
#: bzrlib/builtins.py:1046
495
#: bzrlib/builtins.py:1134
496
496
msgid "Show logs of pulled revisions."
499
#: bzrlib/builtins.py:1048
499
#: bzrlib/builtins.py:1136
501
501
"Branch to pull into, rather than the one containing the working directory."
504
#: bzrlib/builtins.py:1051
504
#: bzrlib/builtins.py:1139
506
506
"Perform a local pull in a bound branch. Local pulls are not applied to the "
510
#: bzrlib/builtins.py:1080
510
#: bzrlib/builtins.py:1168
511
511
msgid "Need working tree for --show-base."
514
#: bzrlib/builtins.py:1096
514
#: bzrlib/builtins.py:1184
515
515
msgid "No pull location known or specified."
518
#: bzrlib/builtins.py:1102
518
#: bzrlib/builtins.py:1190
520
520
msgid "Using saved parent location: %s\n"
523
#: bzrlib/builtins.py:1109 bzrlib/builtins.py:4300
523
#: bzrlib/builtins.py:1197 bzrlib/builtins.py:4393
524
524
msgid "Cannot use -r with merge directives or bundles"
527
#: bzrlib/builtins.py:1150
527
#: bzrlib/builtins.py:1238
528
528
msgid "Update a mirror of this branch."
531
#: bzrlib/builtins.py:1152
531
#: bzrlib/builtins.py:1240
533
533
"The target branch will not have its working tree populated because this\n"
534
534
"is both expensive, and is not supported on remote file systems."
537
#: bzrlib/builtins.py:1155
537
#: bzrlib/builtins.py:1243
539
539
"Some smart servers or protocols *may* put the working tree in place in\n"
543
#: bzrlib/builtins.py:1158
543
#: bzrlib/builtins.py:1246
545
545
"This command only works on branches that have not diverged. Branches are\n"
546
546
"considered diverged if the destination branch's most recent commit is one\n"
547
547
"that has not been merged (directly or indirectly) by the source branch."
550
#: bzrlib/builtins.py:1162
550
#: bzrlib/builtins.py:1250
552
552
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
553
553
"the other branch completely, discarding its unmerged changes."
556
#: bzrlib/builtins.py:1165
556
#: bzrlib/builtins.py:1253
558
558
"If you want to ensure you have the different changes in the other branch,\n"
559
559
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
560
560
"After that you will be able to do a push without '--overwrite'."
563
#: bzrlib/builtins.py:1169
563
#: bzrlib/builtins.py:1257
565
565
"If there is no default push location set, the first push will set it (use\n"
566
566
"--no-remember to avoid setting it). After that, you can omit the\n"
568
568
"value will only be saved if the remote location can be accessed."
571
#: bzrlib/builtins.py:1174
571
#: bzrlib/builtins.py:1262
573
573
"The --verbose option will display the revisions pushed using the log_format\n"
574
574
"configuration option. You can use a different format by overriding it with\n"
575
575
"-Olog_format=<other_format>."
578
#: bzrlib/builtins.py:1185 bzrlib/foreign.py:272
578
#: bzrlib/builtins.py:1273 bzrlib/foreign.py:272
580
580
"Branch to push from, rather than the one containing the working directory."
583
#: bzrlib/builtins.py:1188
583
#: bzrlib/builtins.py:1276
585
585
"By default push will fail if the target directory exists, but does not "
586
586
"already have a control directory. This flag will allow push to proceed."
589
#: bzrlib/builtins.py:1193
589
#: bzrlib/builtins.py:1281
591
591
"Create a stacked branch that references the public location of the parent "
595
#: bzrlib/builtins.py:1196
595
#: bzrlib/builtins.py:1284
597
597
"Create a stacked branch that refers to another branch for the commit "
598
598
"history. Only the work not present in the referenced branch is included in "
599
599
"the branch created."
602
#: bzrlib/builtins.py:1201 bzrlib/foreign.py:279
602
#: bzrlib/builtins.py:1289 bzrlib/foreign.py:279
604
604
"Refuse to push if there are uncommitted changes in the working tree, --no-"
605
605
"strict disables the check."
608
#: bzrlib/builtins.py:1204
608
#: bzrlib/builtins.py:1292
609
609
msgid "Don't populate the working tree, even for protocols that support it."
612
#: bzrlib/builtins.py:1248
612
#: bzrlib/builtins.py:1336
613
613
msgid "Could not determine branch to refer to."
616
#: bzrlib/builtins.py:1257
616
#: bzrlib/builtins.py:1345
619
619
"No push location known or specified. To push to the parent branch (at %s), "
620
620
"use 'bzr push :parent'."
623
#: bzrlib/builtins.py:1263 bzrlib/foreign.py:306
623
#: bzrlib/builtins.py:1351 bzrlib/foreign.py:306
624
624
msgid "No push location known or specified."
627
#: bzrlib/builtins.py:1267
627
#: bzrlib/builtins.py:1355
629
629
msgid "Using saved push location: %s"
632
#: bzrlib/builtins.py:1277
632
#: bzrlib/builtins.py:1365
633
633
msgid "Create a new branch that is a copy of an existing branch."
636
#: bzrlib/builtins.py:1279
636
#: bzrlib/builtins.py:1367
638
638
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
639
639
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
644
644
"create ./foo-bar."
647
#: bzrlib/builtins.py:1286
647
#: bzrlib/builtins.py:1374
649
649
"To retrieve the branch as of a particular revision, supply the --revision\n"
650
650
"parameter, as in \"branch foo/bar -r 5\"."
653
#: bzrlib/builtins.py:1289
653
#: bzrlib/builtins.py:1377
654
654
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
657
#: bzrlib/builtins.py:1299
657
#: bzrlib/builtins.py:1387
658
658
msgid "Create a branch without a working-tree."
661
#: bzrlib/builtins.py:1301
661
#: bzrlib/builtins.py:1389
662
662
msgid "Switch the checkout in the current directory to the new branch."
665
#: bzrlib/builtins.py:1304
665
#: bzrlib/builtins.py:1392
667
667
"Create a stacked branch referring to the source branch. The new branch will "
668
668
"depend on the availability of the source branch for all operations."
671
#: bzrlib/builtins.py:1308
671
#: bzrlib/builtins.py:1396
672
672
msgid "Do not use a shared repository, even if available."
675
#: bzrlib/builtins.py:1310
675
#: bzrlib/builtins.py:1398
677
677
"By default branch will fail if the target directory exists, but does not "
678
678
"already have a control directory. This flag will allow branch to proceed."
681
#: bzrlib/builtins.py:1315
681
#: bzrlib/builtins.py:1403
682
682
msgid "Bind new branch to from location."
685
#: bzrlib/builtins.py:1362
685
#: bzrlib/builtins.py:1450
687
687
msgid "Target directory \"%s\" already exists."
690
#: bzrlib/builtins.py:1374
690
#: bzrlib/builtins.py:1462
692
692
msgid "Parent of \"%s\" does not exist."
695
#: bzrlib/builtins.py:1393
695
#: bzrlib/builtins.py:1481
696
696
msgid "The branch {0} has no revision {1}."
699
#: bzrlib/builtins.py:1403 bzrlib/push.py:53
699
#: bzrlib/builtins.py:1496 bzrlib/push.py:53
701
701
msgid "Created new stacked branch referring to %s."
704
#: bzrlib/builtins.py:1407
704
#: bzrlib/builtins.py:1500
706
706
msgid "Branched %d revision."
707
707
msgid_plural "Branched %d revisions."
711
#: bzrlib/builtins.py:1412
711
#: bzrlib/builtins.py:1505
713
713
msgid "New branch bound to %s"
716
#: bzrlib/builtins.py:1417 bzrlib/builtins.py:6187
716
#: bzrlib/builtins.py:1510 bzrlib/builtins.py:6256
718
718
msgid "Switched to branch: %s"
721
#: bzrlib/builtins.py:1422
721
#: bzrlib/builtins.py:1515
722
722
msgid "List the branches available at the current location."
725
#: bzrlib/builtins.py:1424
725
#: bzrlib/builtins.py:1517
727
727
"This command will print the names of all the branches at the current\n"
731
#: bzrlib/builtins.py:1431
731
#: bzrlib/builtins.py:1524
733
733
"Recursively scan for branches rather than just looking in the specified "
737
#: bzrlib/builtins.py:1461
737
#: bzrlib/builtins.py:1554
738
738
msgid "(default)"
741
#: bzrlib/builtins.py:1473
741
#: bzrlib/builtins.py:1566
742
742
msgid "Create a new checkout of an existing branch."
745
#: bzrlib/builtins.py:1475
745
#: bzrlib/builtins.py:1568
747
747
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
785
#: bzrlib/builtins.py:1504
785
#: bzrlib/builtins.py:1597
786
786
msgid "Get file contents from this tree."
789
#: bzrlib/builtins.py:1506
789
#: bzrlib/builtins.py:1599
790
790
msgid "Hard-link working tree files where possible."
793
#: bzrlib/builtins.py:1547
793
#: bzrlib/builtins.py:1640
795
795
"Show list of renamed files.\n"
799
#: bzrlib/builtins.py:1577
799
#: bzrlib/builtins.py:1670
800
800
msgid "Update a working tree to a new revision."
803
#: bzrlib/builtins.py:1579
803
#: bzrlib/builtins.py:1672
805
805
"This will perform a merge of the destination revision (the tip of the\n"
806
806
"branch, or the specified revision) into the working tree, and then make\n"
807
807
"that revision the basis revision for the working tree. "
810
#: bzrlib/builtins.py:1583
810
#: bzrlib/builtins.py:1676
812
812
"You can use this to visit an older revision, or to update a working tree\n"
813
813
"that is out of date from its branch."
816
#: bzrlib/builtins.py:1586
816
#: bzrlib/builtins.py:1679
818
818
"If there are any uncommitted changes in the tree, they will be carried\n"
819
819
"across and remain as uncommitted changes after the update. To discard\n"
837
837
"out the old content of that file to a new location."
840
#: bzrlib/builtins.py:1601
840
#: bzrlib/builtins.py:1694
842
842
"The 'dir' argument, if given, must be the location of the root of a\n"
843
843
"working tree to update. By default, the working tree that contains the \n"
844
844
"current working directory is used."
847
#: bzrlib/builtins.py:1617
847
#: bzrlib/builtins.py:1710
848
848
msgid "bzr update --revision takes exactly one revision"
851
#: bzrlib/builtins.py:1625
851
#: bzrlib/builtins.py:1718
852
852
msgid "bzr update can only update a whole tree, not a file or subdirectory"
855
#: bzrlib/builtins.py:1656
855
#: bzrlib/builtins.py:1749
856
856
msgid "Tree is up to date at revision {0} of branch {1}"
859
#: bzrlib/builtins.py:1672
859
#: bzrlib/builtins.py:1765
862
862
"branch has no revision %s\n"
863
863
"bzr update --revision only works for a revision in the branch history"
866
#: bzrlib/builtins.py:1678
866
#: bzrlib/builtins.py:1771
867
867
msgid "Updated to revision {0} of branch {1}"
870
#: bzrlib/builtins.py:1682
870
#: bzrlib/builtins.py:1775
872
872
"Your local commits will now show as pending merges with 'bzr status', and "
873
873
"can be committed with 'bzr commit'."
876
#: bzrlib/builtins.py:1691
876
#: bzrlib/builtins.py:1784
877
877
msgid "Show information about a working tree, branch or repository."
880
#: bzrlib/builtins.py:1693
880
#: bzrlib/builtins.py:1786
882
882
"This command will show all known locations and formats associated to the\n"
883
883
"tree, branch or repository."
886
#: bzrlib/builtins.py:1696
886
#: bzrlib/builtins.py:1789
888
888
"In verbose mode, statistical information is included with each report.\n"
889
889
"To see extended statistic information, use a verbosity level of 2 or\n"
890
890
"higher by specifying the verbose option multiple times, e.g. -vv."
893
#: bzrlib/builtins.py:1700
893
#: bzrlib/builtins.py:1793
894
894
msgid "Branches and working trees will also report any missing revisions."
897
#: bzrlib/builtins.py:1702 bzrlib/builtins.py:3622 bzrlib/builtins.py:4752
898
#: bzrlib/builtins.py:6389
897
#: bzrlib/builtins.py:1795 bzrlib/builtins.py:3715 bzrlib/builtins.py:4845
898
#: bzrlib/builtins.py:6442
899
899
msgid ":Examples:"
902
#: bzrlib/builtins.py:1704
902
#: bzrlib/builtins.py:1797
903
903
msgid " Display information on the format and related locations:"
906
#: bzrlib/builtins.py:1706
906
#: bzrlib/builtins.py:1799
907
907
msgid " bzr info"
910
#: bzrlib/builtins.py:1708
910
#: bzrlib/builtins.py:1801
912
912
" Display the above together with extended format information and\n"
913
913
" basic statistics (like the number of files in the working tree and\n"
914
914
" number of revisions in the branch and repository):"
917
#: bzrlib/builtins.py:1712
917
#: bzrlib/builtins.py:1805
918
918
msgid " bzr info -v"
921
#: bzrlib/builtins.py:1714
921
#: bzrlib/builtins.py:1807
922
922
msgid " Display the above together with number of committers to the branch:"
925
#: bzrlib/builtins.py:1716
925
#: bzrlib/builtins.py:1809
926
926
msgid " bzr info -vv"
929
#: bzrlib/builtins.py:1735
929
#: bzrlib/builtins.py:1828
930
930
msgid "Remove files or directories."
933
#: bzrlib/builtins.py:1737
933
#: bzrlib/builtins.py:1830
935
935
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
936
936
"delete them if they can easily be recovered using revert otherwise they\n"
939
939
"Bazaar but missing in your tree and stop tracking them for you."
942
#: bzrlib/builtins.py:1745
942
#: bzrlib/builtins.py:1838
943
943
msgid "Only remove files that have never been committed."
946
#: bzrlib/builtins.py:1747
946
#: bzrlib/builtins.py:1840
947
947
msgid "The file deletion mode to be used."
950
#: bzrlib/builtins.py:1748
950
#: bzrlib/builtins.py:1841
951
951
msgid "Deletion Strategy"
954
#: bzrlib/builtins.py:1749
954
#: bzrlib/builtins.py:1842
955
955
msgid "Backup changed files (default)."
958
#: bzrlib/builtins.py:1750
958
#: bzrlib/builtins.py:1843
959
959
msgid "Delete from bzr but leave the working copy."
962
#: bzrlib/builtins.py:1751
962
#: bzrlib/builtins.py:1844
963
963
msgid "Don't backup changed files."
966
#: bzrlib/builtins.py:1752
966
#: bzrlib/builtins.py:1845
968
968
"Delete all the specified files, even if they can not be recovered and even "
969
969
"if they are non-empty directories. (deprecated, use no-backup)"
972
#: bzrlib/builtins.py:1761
972
#: bzrlib/builtins.py:1854
973
973
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
976
#: bzrlib/builtins.py:1778
976
#: bzrlib/builtins.py:1871
977
977
msgid "No matching files."
980
#: bzrlib/builtins.py:1839
980
#: bzrlib/builtins.py:1932
981
981
msgid "Reconcile bzr metadata in a branch."
984
#: bzrlib/builtins.py:1841
984
#: bzrlib/builtins.py:1934
986
986
"This can correct data mismatches that may have been caused by\n"
987
987
"previous ghost operations or bzr upgrades. You should only\n"
997
997
"correctly in both branches."
1000
#: bzrlib/builtins.py:1851
1000
#: bzrlib/builtins.py:1944
1002
1002
"At the same time it is run it may recompress data resulting in\n"
1003
1003
"a potential saving in disk space or performance gain."
1006
#: bzrlib/builtins.py:1854
1006
#: bzrlib/builtins.py:1947
1007
1007
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1010
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1010
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1012
1012
"Format for the bzr 2.0 series.\n"
1013
1013
"Uses group-compress storage.\n"
1014
1014
"Provides rich roots which are a one-way transition.\n"
1017
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1017
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1019
1019
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1020
1020
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1023
#: bzrlib/builtins.py:1921 bzrlib/builtins.py:2039 bzrlib/builtins.py:3657
1023
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1024
1024
msgid "The 2a format with experimental support for colocated branches.\n"
1027
#: bzrlib/builtins.py:1922
1027
#: bzrlib/builtins.py:2015
1028
1028
msgid "Make a directory into a versioned branch."
1031
#: bzrlib/builtins.py:1924
1031
#: bzrlib/builtins.py:2017
1033
1033
"Use this to create an empty branch, or before importing an\n"
1034
1034
"existing project."
1037
#: bzrlib/builtins.py:1927
1037
#: bzrlib/builtins.py:2020
1039
1039
"If there is a repository in a parent directory of the location, then\n"
1040
1040
"the history of the branch will be stored in the repository. Otherwise\n"
1061
1061
" bzr commit -m \"imported project\""
1064
#: bzrlib/builtins.py:1948
1064
#: bzrlib/builtins.py:2041
1066
1066
"Create the path leading up to the branch if it does not already exist."
1069
#: bzrlib/builtins.py:1951
1069
#: bzrlib/builtins.py:2044
1070
1070
msgid "Specify a format for this branch. See \"help formats\"."
1073
#: bzrlib/builtins.py:1959
1073
#: bzrlib/builtins.py:2052
1075
1075
"Never change revnos or the existing log. Append revisions to it only."
1078
#: bzrlib/builtins.py:1962
1078
#: bzrlib/builtins.py:2055
1079
1079
msgid "Create a branch without a working tree."
1082
#: bzrlib/builtins.py:1982 bzrlib/push.py:110
1082
#: bzrlib/builtins.py:2075 bzrlib/push.py:110
1083
1083
#, python-format
1085
1085
"Parent directory of %s does not exist.\n"
1086
1086
"You may supply --create-prefix to create all leading parent directories."
1089
#: bzrlib/builtins.py:2016
1089
#: bzrlib/builtins.py:2109
1091
1091
"This branch format cannot be set to append-revisions-only. Try --default."
1094
#: bzrlib/builtins.py:2027
1094
#: bzrlib/builtins.py:2120
1095
1095
msgid "Created a {0} (format: {1})\n"
1098
#: bzrlib/builtins.py:2036
1098
#: bzrlib/builtins.py:2129
1099
1099
#, python-format
1100
1100
msgid "Using shared repository: %s\n"
1103
#: bzrlib/builtins.py:2040
1103
#: bzrlib/builtins.py:2133
1104
1104
msgid "Create a shared repository for branches to share storage space."
1107
#: bzrlib/builtins.py:2042
1107
#: bzrlib/builtins.py:2135
1109
1109
"New branches created under the repository directory will store their\n"
1110
1110
"revisions in the repository, not in the branch directory. For branches\n"
1122
1122
"branches, such as on a server."
1125
#: bzrlib/builtins.py:2054
1125
#: bzrlib/builtins.py:2147
1128
1128
" Create a shared repository holding just branches::"
1131
#: bzrlib/builtins.py:2057
1131
#: bzrlib/builtins.py:2150
1133
1133
" bzr init-repo --no-trees repo\n"
1134
1134
" bzr init repo/trunk"
1137
#: bzrlib/builtins.py:2060
1137
#: bzrlib/builtins.py:2153
1138
1138
msgid " Make a lightweight checkout elsewhere::"
1141
#: bzrlib/builtins.py:2062
1141
#: bzrlib/builtins.py:2155
1143
1143
" bzr checkout --lightweight repo/trunk trunk-checkout\n"
1144
1144
" cd trunk-checkout\n"
1145
1145
" (add files here)"
1148
#: bzrlib/builtins.py:2070
1148
#: bzrlib/builtins.py:2163
1150
1150
"Specify a format for this repository. See \"bzr help formats\" for details."
1153
#: bzrlib/builtins.py:2074
1153
#: bzrlib/builtins.py:2167
1154
1154
msgid "Repository format"
1157
#: bzrlib/builtins.py:2076
1157
#: bzrlib/builtins.py:2169
1158
1158
msgid "Branches in the repository will default to not having a working tree."
1161
#: bzrlib/builtins.py:2102
1161
#: bzrlib/builtins.py:2195
1162
1162
msgid "Show differences in the working tree, between revisions or branches."
1165
#: bzrlib/builtins.py:2104
1165
#: bzrlib/builtins.py:2197
1167
1167
"If no arguments are given, all changes for the current tree are listed.\n"
1168
1168
"If files are given, only the changes in those files are listed.\n"
1197
1197
" 0 - no change"
1200
#: bzrlib/builtins.py:2127
1200
#: bzrlib/builtins.py:2220
1203
1203
" Shows the difference in the working tree versus the last commit::"
1206
#: bzrlib/builtins.py:2130
1206
#: bzrlib/builtins.py:2223
1207
1207
msgid " bzr diff"
1210
#: bzrlib/builtins.py:2132
1210
#: bzrlib/builtins.py:2225
1211
1211
msgid " Difference between the working tree and revision 1::"
1214
#: bzrlib/builtins.py:2134
1214
#: bzrlib/builtins.py:2227
1215
1215
msgid " bzr diff -r1"
1218
#: bzrlib/builtins.py:2136
1218
#: bzrlib/builtins.py:2229
1219
1219
msgid " Difference between revision 3 and revision 1::"
1222
#: bzrlib/builtins.py:2138
1222
#: bzrlib/builtins.py:2231
1223
1223
msgid " bzr diff -r1..3"
1226
#: bzrlib/builtins.py:2140
1226
#: bzrlib/builtins.py:2233
1227
1227
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1230
#: bzrlib/builtins.py:2142
1230
#: bzrlib/builtins.py:2235
1231
1231
msgid " bzr diff -r1..3 xxx"
1234
#: bzrlib/builtins.py:2144
1234
#: bzrlib/builtins.py:2237
1235
1235
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1238
#: bzrlib/builtins.py:2146
1238
#: bzrlib/builtins.py:2239
1239
1239
msgid " bzr diff -c2"
1242
#: bzrlib/builtins.py:2148
1242
#: bzrlib/builtins.py:2241
1244
1244
" To see the changes introduced by revision X::\n"
1246
1246
" bzr diff -cX"
1249
#: bzrlib/builtins.py:2152
1249
#: bzrlib/builtins.py:2245
1251
1251
" Note that in the case of a merge, the -c option shows the changes\n"
1252
1252
" compared to the left hand parent. To see the changes against\n"
1253
1253
" another parent, use::"
1256
#: bzrlib/builtins.py:2156
1256
#: bzrlib/builtins.py:2249
1257
1257
msgid " bzr diff -r<chosen_parent>..X"
1260
#: bzrlib/builtins.py:2158
1260
#: bzrlib/builtins.py:2251
1262
1262
" The changes between the current revision and the previous revision\n"
1263
1263
" (equivalent to -c-1 and -r-2..-1)"
1266
#: bzrlib/builtins.py:2161
1266
#: bzrlib/builtins.py:2254
1267
1267
msgid " bzr diff -r-2.."
1270
#: bzrlib/builtins.py:2163
1270
#: bzrlib/builtins.py:2256
1271
1271
msgid " Show just the differences for file NEWS::"
1274
#: bzrlib/builtins.py:2165
1274
#: bzrlib/builtins.py:2258
1275
1275
msgid " bzr diff NEWS"
1278
#: bzrlib/builtins.py:2167
1278
#: bzrlib/builtins.py:2260
1279
1279
msgid " Show the differences in working tree xxx for file NEWS::"
1282
#: bzrlib/builtins.py:2169
1282
#: bzrlib/builtins.py:2262
1283
1283
msgid " bzr diff xxx/NEWS"
1286
#: bzrlib/builtins.py:2171
1286
#: bzrlib/builtins.py:2264
1287
1287
msgid " Show the differences from branch xxx to this working tree:"
1290
#: bzrlib/builtins.py:2173
1290
#: bzrlib/builtins.py:2266
1291
1291
msgid " bzr diff --old xxx"
1294
#: bzrlib/builtins.py:2175
1294
#: bzrlib/builtins.py:2268
1295
1295
msgid " Show the differences between two branches for file NEWS::"
1298
#: bzrlib/builtins.py:2177
1298
#: bzrlib/builtins.py:2270
1299
1299
msgid " bzr diff --old xxx --new yyy NEWS"
1302
#: bzrlib/builtins.py:2179
1302
#: bzrlib/builtins.py:2272
1303
1303
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1306
#: bzrlib/builtins.py:2181
1306
#: bzrlib/builtins.py:2274
1308
1308
" bzr diff --prefix old/:new/\n"
1312
1312
" bzr diff --using /usr/bin/diff --diff-options -wu"
1315
#: bzrlib/builtins.py:2191
1315
#: bzrlib/builtins.py:2284
1316
1316
msgid "Pass these options to the external diff program."
1319
#: bzrlib/builtins.py:2194
1319
#: bzrlib/builtins.py:2287
1321
1321
"Set prefixes added to old and new filenames, as two values separated by a "
1322
1322
"colon. (eg \"old/:new/\")."
1325
#: bzrlib/builtins.py:2197
1325
#: bzrlib/builtins.py:2290
1326
1326
msgid "Branch/tree to compare from."
1329
#: bzrlib/builtins.py:2201
1329
#: bzrlib/builtins.py:2294
1330
1330
msgid "Branch/tree to compare to."
1333
#: bzrlib/builtins.py:2207
1333
#: bzrlib/builtins.py:2300
1334
1334
msgid "Use this command to compare files."
1337
#: bzrlib/builtins.py:2212
1337
#: bzrlib/builtins.py:2305
1338
1338
msgid "Diff format to use."
1341
#: bzrlib/builtins.py:2214
1341
#: bzrlib/builtins.py:2307
1342
1342
msgid "Diff format"
1345
#: bzrlib/builtins.py:2236
1345
#: bzrlib/builtins.py:2329
1346
1346
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1349
#: bzrlib/builtins.py:2240
1349
#: bzrlib/builtins.py:2333
1350
1350
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1353
#: bzrlib/builtins.py:2245 bzrlib/builtins.py:2643 bzrlib/builtins.py:2656
1354
#: bzrlib/builtins.py:2664 bzrlib/builtins.py:4826
1353
#: bzrlib/builtins.py:2338 bzrlib/builtins.py:2736 bzrlib/builtins.py:2749
1354
#: bzrlib/builtins.py:2757 bzrlib/builtins.py:4919
1355
1355
msgid "{0} and {1} are mutually exclusive"
1358
#: bzrlib/builtins.py:2265
1358
#: bzrlib/builtins.py:2358
1360
1360
"List files deleted in the working tree.\n"
1364
#: bzrlib/builtins.py:2343
1364
#: bzrlib/builtins.py:2436
1365
1365
msgid "Show the tree root directory."
1368
#: bzrlib/builtins.py:2345
1368
#: bzrlib/builtins.py:2438
1370
1370
"The root is the nearest enclosing directory with a .bzr control\n"
1374
#: bzrlib/builtins.py:2360
1374
#: bzrlib/builtins.py:2453
1375
1375
msgid "The limit argument must be an integer."
1378
#: bzrlib/builtins.py:2368
1378
#: bzrlib/builtins.py:2461
1379
1379
msgid "The levels argument must be an integer."
1382
#: bzrlib/builtins.py:2373
1382
#: bzrlib/builtins.py:2466
1383
1383
msgid "Show historical log for a branch or subset of a branch."
1386
#: bzrlib/builtins.py:2375
1386
#: bzrlib/builtins.py:2468
1388
1388
"log is bzr's default tool for exploring the history of a branch.\n"
1389
1389
"The branch to use is taken from the first parameter. If no parameters\n"
1505
1505
" a nested merge revision and the log will be truncated accordingly."
1508
#: bzrlib/builtins.py:2449
1508
#: bzrlib/builtins.py:2542
1509
1509
msgid ":Path filtering:"
1512
#: bzrlib/builtins.py:2451
1512
#: bzrlib/builtins.py:2544
1514
1514
" If parameters are given and the first one is not a branch, the log\n"
1515
1515
" will be filtered to show only those revisions that changed the\n"
1516
1516
" nominated files or directories."
1519
#: bzrlib/builtins.py:2455
1519
#: bzrlib/builtins.py:2548
1521
1521
" Filenames are interpreted within their historical context. To log a\n"
1522
1522
" deleted file, specify a revision range so that the file existed at\n"
1523
1523
" the end or start of the range."
1526
#: bzrlib/builtins.py:2459
1526
#: bzrlib/builtins.py:2552
1528
1528
" Historical context is also important when interpreting pathnames of\n"
1529
1529
" renamed files/directories. Consider the following example:"
1532
#: bzrlib/builtins.py:2462
1532
#: bzrlib/builtins.py:2555
1534
1534
" * revision 1: add tutorial.txt\n"
1535
1535
" * revision 2: modify tutorial.txt\n"
1536
1536
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1539
#: bzrlib/builtins.py:2466
1539
#: bzrlib/builtins.py:2559
1540
1540
msgid " In this case:"
1543
#: bzrlib/builtins.py:2468
1543
#: bzrlib/builtins.py:2561
1544
1544
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1547
#: bzrlib/builtins.py:2470
1547
#: bzrlib/builtins.py:2563
1549
1549
" * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1552
#: bzrlib/builtins.py:2472
1552
#: bzrlib/builtins.py:2565
1554
1554
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1555
1555
" the original file in revision 2."
1558
#: bzrlib/builtins.py:2475
1558
#: bzrlib/builtins.py:2568
1560
1560
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1561
1561
" was no file called guide.txt in revision 2."
1564
#: bzrlib/builtins.py:2478
1564
#: bzrlib/builtins.py:2571
1566
1566
" Renames are always followed by log. By design, there is no need to\n"
1567
1567
" explicitly ask for this (and no way to stop logging a file back\n"
1568
1568
" until it was last renamed)."
1571
#: bzrlib/builtins.py:2482
1571
#: bzrlib/builtins.py:2575
1572
1572
msgid ":Other filtering:"
1575
#: bzrlib/builtins.py:2484
1575
#: bzrlib/builtins.py:2577
1577
1577
" The --match option can be used for finding revisions that match a\n"
1578
1578
" regular expression in a commit message, committer, author or bug.\n"
1644
1644
" trading disk space for faster speed."
1647
#: bzrlib/builtins.py:2531
1647
#: bzrlib/builtins.py:2624
1648
1648
msgid "Show from oldest to newest."
1651
#: bzrlib/builtins.py:2534
1651
#: bzrlib/builtins.py:2627
1652
1652
msgid "Show files changed in each revision."
1655
#: bzrlib/builtins.py:2540
1655
#: bzrlib/builtins.py:2633
1656
1656
msgid "Show just the specified revision. See also \"help revisionspec\"."
1659
#: bzrlib/builtins.py:2544
1659
#: bzrlib/builtins.py:2637
1660
1660
msgid "What names to list as authors - first, all or committer."
1663
#: bzrlib/builtins.py:2545
1663
#: bzrlib/builtins.py:2638
1664
1664
msgid "Authors"
1667
#: bzrlib/builtins.py:2550
1667
#: bzrlib/builtins.py:2643
1668
1668
msgid "Number of levels to display - 0 for all, 1 for flat."
1671
#: bzrlib/builtins.py:2560
1671
#: bzrlib/builtins.py:2653
1672
1672
msgid "Limit the output to the first N revisions."
1675
#: bzrlib/builtins.py:2565
1675
#: bzrlib/builtins.py:2658
1676
1676
msgid "Show changes made in each revision as a patch."
1679
#: bzrlib/builtins.py:2567
1679
#: bzrlib/builtins.py:2660
1680
1680
msgid "Show merged revisions like --levels 0 does."
1683
#: bzrlib/builtins.py:2571
1683
#: bzrlib/builtins.py:2664
1684
1684
msgid "Do not report commits with more than one parent."
1687
#: bzrlib/builtins.py:2573
1687
#: bzrlib/builtins.py:2666
1689
1689
"Display only the revisions that are not part of both ancestries (require -"
1693
#: bzrlib/builtins.py:2577
1693
#: bzrlib/builtins.py:2670
1694
1694
msgid "Show digital signature validity."
1697
#: bzrlib/builtins.py:2580
1697
#: bzrlib/builtins.py:2673
1698
1698
msgid "Show revisions whose properties match this expression."
1701
#: bzrlib/builtins.py:2584
1701
#: bzrlib/builtins.py:2677
1702
1702
msgid "Show revisions whose message matches this expression."
1705
#: bzrlib/builtins.py:2588
1705
#: bzrlib/builtins.py:2681
1706
1706
msgid "Show revisions whose committer matches this expression."
1709
#: bzrlib/builtins.py:2592
1709
#: bzrlib/builtins.py:2685
1710
1710
msgid "Show revisions whose authors match this expression."
1713
#: bzrlib/builtins.py:2596
1713
#: bzrlib/builtins.py:2689
1714
1714
msgid "Show revisions whose bugs match this expression."
1717
#: bzrlib/builtins.py:2650
1717
#: bzrlib/builtins.py:2743
1718
1718
msgid "--exclude-common-ancestry requires -r with two revisions"
1721
#: bzrlib/builtins.py:2678
1721
#: bzrlib/builtins.py:2771
1722
1722
#, python-format
1723
1723
msgid "Path unknown at end or start of revision range: %s"
1726
#: bzrlib/builtins.py:2795
1726
#: bzrlib/builtins.py:2888
1727
1727
#, python-format
1728
1728
msgid "bzr %s doesn't accept two revisions in different branches."
1731
#: bzrlib/builtins.py:2811
1731
#: bzrlib/builtins.py:2904
1732
1732
#, python-format
1733
1733
msgid "bzr %s --revision takes one or two values."
1736
#: bzrlib/builtins.py:2856
1736
#: bzrlib/builtins.py:2949
1738
1738
"List files in a tree.\n"
1742
#: bzrlib/builtins.py:2865
1742
#: bzrlib/builtins.py:2958
1743
1743
msgid "Recurse into subdirectories."
1746
#: bzrlib/builtins.py:2867
1746
#: bzrlib/builtins.py:2960
1747
1747
msgid "Print paths relative to the root of the branch."
1750
#: bzrlib/builtins.py:2869
1750
#: bzrlib/builtins.py:2962
1751
1751
msgid "Print unknown files."
1754
#: bzrlib/builtins.py:2870
1754
#: bzrlib/builtins.py:2963
1755
1755
msgid "Print versioned files."
1758
#: bzrlib/builtins.py:2873
1758
#: bzrlib/builtins.py:2966
1759
1759
msgid "Print ignored files."
1762
#: bzrlib/builtins.py:2875
1762
#: bzrlib/builtins.py:2968
1763
1763
msgid "List entries of a particular kind: file, directory, symlink."
1766
#: bzrlib/builtins.py:2888
1766
#: bzrlib/builtins.py:2981
1767
1767
msgid "invalid kind specified"
1770
#: bzrlib/builtins.py:2891
1770
#: bzrlib/builtins.py:2984
1771
1771
msgid "Cannot set both --verbose and --null"
1774
#: bzrlib/builtins.py:2900
1774
#: bzrlib/builtins.py:2993
1775
1775
msgid "cannot specify both --from-root and PATH"
1778
#: bzrlib/builtins.py:2987
1778
#: bzrlib/builtins.py:3080
1779
1779
msgid "Ignore specified files or patterns."
1782
#: bzrlib/builtins.py:2989
1782
#: bzrlib/builtins.py:3082
1783
1783
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1786
#: bzrlib/builtins.py:2991
1786
#: bzrlib/builtins.py:3084
1788
1788
"If a .bzrignore file does not exist, the ignore command\n"
1789
1789
"will create one and add the specified files or patterns to the newly\n"
1830
1830
" the shell on Unix."
1833
#: bzrlib/builtins.py:3020
1833
#: bzrlib/builtins.py:3113
1835
1835
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1836
1836
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1839
#: bzrlib/builtins.py:3023
1839
#: bzrlib/builtins.py:3116
1842
1842
" Ignore the top level Makefile::"
1845
#: bzrlib/builtins.py:3026
1845
#: bzrlib/builtins.py:3119
1846
1846
msgid " bzr ignore ./Makefile"
1849
#: bzrlib/builtins.py:3028
1849
#: bzrlib/builtins.py:3121
1850
1850
msgid " Ignore .class files in all directories...::"
1853
#: bzrlib/builtins.py:3030
1853
#: bzrlib/builtins.py:3123
1854
1854
msgid " bzr ignore \"*.class\""
1857
#: bzrlib/builtins.py:3032
1857
#: bzrlib/builtins.py:3125
1858
1858
msgid " ...but do not ignore \"special.class\"::"
1861
#: bzrlib/builtins.py:3034
1861
#: bzrlib/builtins.py:3127
1862
1862
msgid " bzr ignore \"!special.class\""
1865
#: bzrlib/builtins.py:3036
1865
#: bzrlib/builtins.py:3129
1866
1866
msgid " Ignore files whose name begins with the \"#\" character::"
1869
#: bzrlib/builtins.py:3038
1869
#: bzrlib/builtins.py:3131
1870
1870
msgid " bzr ignore \"RE:^#\""
1873
#: bzrlib/builtins.py:3040 bzrlib/builtins.py:3044
1873
#: bzrlib/builtins.py:3133 bzrlib/builtins.py:3137
1874
1874
msgid " Ignore .o files under the lib directory::"
1877
#: bzrlib/builtins.py:3042
1877
#: bzrlib/builtins.py:3135
1878
1878
msgid " bzr ignore \"lib/**/*.o\""
1881
#: bzrlib/builtins.py:3046
1881
#: bzrlib/builtins.py:3139
1882
1882
msgid " bzr ignore \"RE:lib/.*\\.o\""
1885
#: bzrlib/builtins.py:3048
1885
#: bzrlib/builtins.py:3141
1886
1886
msgid " Ignore everything but the \"debian\" toplevel directory::"
1889
#: bzrlib/builtins.py:3050
1889
#: bzrlib/builtins.py:3143
1891
1891
" bzr ignore \"RE:(?!debian/).*\"\n"
1930
#: bzrlib/builtins.py:3116
1930
#: bzrlib/builtins.py:3209
1931
1931
msgid "List ignored files and the patterns that matched them."
1934
#: bzrlib/builtins.py:3118
1934
#: bzrlib/builtins.py:3211
1936
1936
"List all the ignored files and the ignore pattern that caused the file to\n"
1940
#: bzrlib/builtins.py:3121
1940
#: bzrlib/builtins.py:3214
1941
1941
msgid "Alternatively, to list just the files::"
1944
#: bzrlib/builtins.py:3123
1944
#: bzrlib/builtins.py:3216
1945
1945
msgid " bzr ls --ignored"
1948
#: bzrlib/builtins.py:3157
1948
#: bzrlib/builtins.py:3250
1949
1949
#, python-format
1950
1950
msgid "not a valid revision-number: %r"
1953
#: bzrlib/builtins.py:3164
1953
#: bzrlib/builtins.py:3257
1955
1955
"Export current or past revision to a destination directory or archive."
1958
#: bzrlib/builtins.py:3166
1958
#: bzrlib/builtins.py:3259
1959
1959
msgid "If no revision is specified this exports the last committed revision."
1962
#: bzrlib/builtins.py:3168
1962
#: bzrlib/builtins.py:3261
1964
1964
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
1965
1965
"given, try to find the format with the extension. If no extension\n"
1966
1966
"is found exports to a directory (equivalent to --format=dir)."
1969
#: bzrlib/builtins.py:3172
1969
#: bzrlib/builtins.py:3265
1971
1971
"If root is supplied, it will be used as the root directory inside\n"
1972
1972
"container formats (tar, zip, etc). If it is not supplied it will default\n"
1973
1973
"to the exported filename. The root option has no effect for 'dir' format."
1976
#: bzrlib/builtins.py:3176
1976
#: bzrlib/builtins.py:3269
1978
1978
"If branch is omitted then the branch containing the current working\n"
1979
1979
"directory will be used."
1982
#: bzrlib/builtins.py:3179
1982
#: bzrlib/builtins.py:3272
1984
1984
"Note: Export of tree with non-ASCII filenames to zip is not supported."
1987
#: bzrlib/builtins.py:3181
1987
#: bzrlib/builtins.py:3274
1989
1989
" ================= =========================\n"
1990
1990
" Supported formats Autodetected by extension\n"
1997
1997
" ================= ========================="
2000
#: bzrlib/builtins.py:3195
2000
#: bzrlib/builtins.py:3288
2001
2001
msgid "Type of file to export to."
2004
#: bzrlib/builtins.py:3198
2004
#: bzrlib/builtins.py:3291
2005
2005
msgid "Apply content filters to export the convenient form."
2008
#: bzrlib/builtins.py:3202
2008
#: bzrlib/builtins.py:3295
2009
2009
msgid "Name of the root directory inside the exported file."
2012
#: bzrlib/builtins.py:3204
2012
#: bzrlib/builtins.py:3297
2014
2014
"Set modification time of files to that of the last revision in which it was "
2018
#: bzrlib/builtins.py:3207
2018
#: bzrlib/builtins.py:3300
2020
2020
"Export the working tree contents rather than that of the last revision."
2023
#: bzrlib/builtins.py:3226
2023
#: bzrlib/builtins.py:3319
2024
2024
msgid "--uncommitted requires a working tree"
2027
#: bzrlib/builtins.py:3235
2027
#: bzrlib/builtins.py:3328
2028
2028
#, python-format
2029
2029
msgid "Unsupported export format: %s"
2032
#: bzrlib/builtins.py:3239
2032
#: bzrlib/builtins.py:3332
2034
2034
"Write the contents of a file as of a given revision to standard output."
2037
#: bzrlib/builtins.py:3241
2037
#: bzrlib/builtins.py:3334
2038
2038
msgid "If no revision is nominated, the last revision is used."
2041
#: bzrlib/builtins.py:3243
2041
#: bzrlib/builtins.py:3336
2043
2043
"Note: Take care to redirect standard output when using this command on a\n"
2047
#: bzrlib/builtins.py:3249
2047
#: bzrlib/builtins.py:3342
2048
2048
msgid "The path name in the old tree."
2051
#: bzrlib/builtins.py:3250
2051
#: bzrlib/builtins.py:3343
2052
2052
msgid "Apply content filters to display the convenience form."
2055
#: bzrlib/builtins.py:3261
2055
#: bzrlib/builtins.py:3354
2056
2056
msgid "bzr cat --revision takes exactly one revision specifier"
2059
#: bzrlib/builtins.py:3286 bzrlib/builtins.py:3298
2059
#: bzrlib/builtins.py:3379 bzrlib/builtins.py:3391
2060
2060
msgid "{0!r} is not present in revision {1}"
2063
#: bzrlib/builtins.py:3321
2063
#: bzrlib/builtins.py:3414
2064
2064
msgid "Commit changes into a new revision."
2067
#: bzrlib/builtins.py:3323
2067
#: bzrlib/builtins.py:3416
2069
2069
"An explanatory message needs to be given for each commit. This is\n"
2070
2070
"often done by using the --message option (getting the message from the\n"
2074
2074
"boilerplate text loaded into the editor, use the --show-diff option."
2077
#: bzrlib/builtins.py:3330
2077
#: bzrlib/builtins.py:3423
2079
2079
"By default, the entire tree is committed and the person doing the\n"
2080
2080
"commit is assumed to be the author. These defaults can be overridden\n"
2081
2081
"as explained below."
2084
#: bzrlib/builtins.py:3334
2084
#: bzrlib/builtins.py:3427
2085
2085
msgid ":Selective commits:"
2088
#: bzrlib/builtins.py:3336
2088
#: bzrlib/builtins.py:3429
2090
2090
" If selected files are specified, only changes to those files are\n"
2091
2091
" committed. If a directory is specified then the directory and\n"
2092
2092
" everything within it is committed."
2095
#: bzrlib/builtins.py:3340
2095
#: bzrlib/builtins.py:3433
2097
2097
" When excludes are given, they take precedence over selected files.\n"
2098
2098
" For example, to commit only changes within foo, but not changes\n"
2099
2099
" within foo/bar::"
2102
#: bzrlib/builtins.py:3344
2102
#: bzrlib/builtins.py:3437
2103
2103
msgid " bzr commit foo -x foo/bar"
2106
#: bzrlib/builtins.py:3346
2106
#: bzrlib/builtins.py:3439
2107
2107
msgid " A selective commit after a merge is not yet supported."
2110
#: bzrlib/builtins.py:3348
2110
#: bzrlib/builtins.py:3441
2111
2111
msgid ":Custom authors:"
2114
#: bzrlib/builtins.py:3350
2114
#: bzrlib/builtins.py:3443
2116
2116
" If the author of the change is not the same person as the committer,\n"
2117
2117
" you can specify the author's name using the --author option. The\n"
2153
2153
" one or more bugs. See ``bzr help bugs`` for details."
2156
#: bzrlib/builtins.py:3381
2156
#: bzrlib/builtins.py:3474
2157
2157
msgid "Do not consider changes made to a given path."
2160
#: bzrlib/builtins.py:3384
2160
#: bzrlib/builtins.py:3477
2161
2161
msgid "Description of the new revision."
2164
#: bzrlib/builtins.py:3387
2164
#: bzrlib/builtins.py:3480
2165
2165
msgid "Commit even if nothing has changed."
2168
#: bzrlib/builtins.py:3391
2168
#: bzrlib/builtins.py:3484
2169
2169
msgid "Take commit message from this file."
2172
#: bzrlib/builtins.py:3393
2172
#: bzrlib/builtins.py:3486
2173
2173
msgid "Refuse to commit if there are unknown files in the working tree."
2176
#: bzrlib/builtins.py:3396
2176
#: bzrlib/builtins.py:3489
2178
2178
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2179
2179
"08:00:00 +0100'."
2182
#: bzrlib/builtins.py:3399
2182
#: bzrlib/builtins.py:3492
2183
2183
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2186
#: bzrlib/builtins.py:3402
2186
#: bzrlib/builtins.py:3495
2187
2187
msgid "Set the author's name, if it's different from the committer."
2190
#: bzrlib/builtins.py:3405
2190
#: bzrlib/builtins.py:3498
2192
2192
"Perform a local commit in a bound branch. Local commits are not pushed to "
2193
2193
"the master branch until a normal commit is performed."
2196
#: bzrlib/builtins.py:3411
2196
#: bzrlib/builtins.py:3504
2198
2198
"When no message is supplied, show the diff along with the status summary in "
2199
2199
"the message editor."
2202
#: bzrlib/builtins.py:3414
2202
#: bzrlib/builtins.py:3507
2204
2204
"When committing to a foreign version control system do not push data that "
2205
2205
"can not be natively represented."
2208
#: bzrlib/builtins.py:3432
2208
#: bzrlib/builtins.py:3525
2209
2209
#, python-format
2211
2211
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2221
2221
"Commit refused."
2224
#: bzrlib/builtins.py:3450
2224
#: bzrlib/builtins.py:3543
2225
2225
#, python-format
2226
2226
msgid "Unrecognized bug %s. Commit refused."
2229
#: bzrlib/builtins.py:3453
2229
#: bzrlib/builtins.py:3546
2230
2230
#, python-format
2233
2233
"Commit refused."
2236
#: bzrlib/builtins.py:3477
2236
#: bzrlib/builtins.py:3570
2237
2237
msgid "Could not parse --commit-time: "
2240
#: bzrlib/builtins.py:3517
2240
#: bzrlib/builtins.py:3610
2241
2241
msgid "please specify either --message or --file"
2244
#: bzrlib/builtins.py:3546
2244
#: bzrlib/builtins.py:3639
2245
2245
msgid "please specify a commit message with either --message or --file"
2248
#: bzrlib/builtins.py:3549
2248
#: bzrlib/builtins.py:3642
2250
2250
"Empty commit message specified. Please specify a commit message with either -"
2251
2251
"-message or --file or leave a blank message with --message \"\"."
2254
#: bzrlib/builtins.py:3569
2254
#: bzrlib/builtins.py:3662
2256
2256
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2257
2257
"-unchanged to force an empty commit."
2260
#: bzrlib/builtins.py:3573
2260
#: bzrlib/builtins.py:3666
2262
2262
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2263
2263
"resolve FILE\" to resolve."
2266
#: bzrlib/builtins.py:3577
2266
#: bzrlib/builtins.py:3670
2267
2267
msgid "Commit refused because there are unknown files in the working tree."
2270
#: bzrlib/builtins.py:3580
2270
#: bzrlib/builtins.py:3673
2273
2273
"To commit to master branch, run update and then commit.\n"
2274
2274
"You can also pass --local to commit to continue working disconnected."
2277
#: bzrlib/builtins.py:3588
2277
#: bzrlib/builtins.py:3681
2279
2279
"Validate working tree structure, branch consistency and repository history."
2282
#: bzrlib/builtins.py:3590
2282
#: bzrlib/builtins.py:3683
2284
2284
"This command checks various invariants about branch and repository storage\n"
2285
2285
"to detect data corruption or bzr bugs."
2288
#: bzrlib/builtins.py:3593
2288
#: bzrlib/builtins.py:3686
2290
2290
"The working tree and branch checks will only give output if a problem is\n"
2291
2291
"detected. The output fields of the repository check are:"
2294
#: bzrlib/builtins.py:3596
2294
#: bzrlib/builtins.py:3689
2297
2297
" This is just the number of revisions checked. It doesn't\n"
2298
2298
" indicate a problem."
2301
#: bzrlib/builtins.py:3600
2301
#: bzrlib/builtins.py:3693
2303
2303
"versionedfiles\n"
2304
2304
" This is just the number of versionedfiles checked. It\n"
2305
2305
" doesn't indicate a problem."
2308
#: bzrlib/builtins.py:3604
2308
#: bzrlib/builtins.py:3697
2310
2310
"unreferenced ancestors\n"
2311
2311
" Texts that are ancestors of other texts, but\n"
2329
2329
" indicate a problem."
2332
#: bzrlib/builtins.py:3619
2332
#: bzrlib/builtins.py:3712
2334
2334
"If no restrictions are specified, all Bazaar data that is found at the "
2336
2336
"location will be checked."
2339
#: bzrlib/builtins.py:3624
2339
#: bzrlib/builtins.py:3717
2340
2340
msgid " Check the tree and branch at 'foo'::"
2343
#: bzrlib/builtins.py:3626
2343
#: bzrlib/builtins.py:3719
2344
2344
msgid " bzr check --tree --branch foo"
2347
#: bzrlib/builtins.py:3628
2347
#: bzrlib/builtins.py:3721
2348
2348
msgid " Check only the repository at 'bar'::"
2351
#: bzrlib/builtins.py:3630
2351
#: bzrlib/builtins.py:3723
2352
2352
msgid " bzr check --repo bar"
2355
#: bzrlib/builtins.py:3632
2355
#: bzrlib/builtins.py:3725
2356
2356
msgid " Check everything at 'baz'::"
2359
#: bzrlib/builtins.py:3634
2359
#: bzrlib/builtins.py:3727
2360
2360
msgid " bzr check baz"
2363
#: bzrlib/builtins.py:3640
2363
#: bzrlib/builtins.py:3733
2364
2364
msgid "Check the branch related to the current directory."
2367
#: bzrlib/builtins.py:3642
2367
#: bzrlib/builtins.py:3735
2368
2368
msgid "Check the repository related to the current directory."
2371
#: bzrlib/builtins.py:3644
2371
#: bzrlib/builtins.py:3737
2372
2372
msgid "Check the working tree related to the current directory."
2375
#: bzrlib/builtins.py:3658
2375
#: bzrlib/builtins.py:3751
2376
2376
msgid "Upgrade a repository, branch or working tree to a newer format."
2379
#: bzrlib/builtins.py:3660
2379
#: bzrlib/builtins.py:3753
2381
2381
"When the default format has changed after a major new release of\n"
2382
2382
"Bazaar, you may be informed during certain operations that you\n"
2417
#: bzrlib/builtins.py:3686
2417
#: bzrlib/builtins.py:3779
2419
2419
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2420
2420
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2423
#: bzrlib/builtins.py:3694
2423
#: bzrlib/builtins.py:3787
2424
2424
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2427
#: bzrlib/builtins.py:3698
2427
#: bzrlib/builtins.py:3791
2428
2428
msgid "Branch format"
2431
#: bzrlib/builtins.py:3700
2431
#: bzrlib/builtins.py:3793
2432
2432
msgid "Remove the backup.bzr directory if successful."
2435
#: bzrlib/builtins.py:3702
2435
#: bzrlib/builtins.py:3795
2436
2436
msgid "Show what would be done, but don't actually do anything."
2439
#: bzrlib/builtins.py:3717
2439
#: bzrlib/builtins.py:3810
2440
2440
msgid "Show or set bzr user id."
2443
#: bzrlib/builtins.py:3719
2443
#: bzrlib/builtins.py:3812
2446
2446
" Show the email of the current user::"
2449
#: bzrlib/builtins.py:3722
2449
#: bzrlib/builtins.py:3815
2450
2450
msgid " bzr whoami --email"
2453
#: bzrlib/builtins.py:3724
2453
#: bzrlib/builtins.py:3817
2454
2454
msgid " Set the current user::"
2457
#: bzrlib/builtins.py:3726
2457
#: bzrlib/builtins.py:3819
2458
2458
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2461
#: bzrlib/builtins.py:3730
2461
#: bzrlib/builtins.py:3823
2462
2462
msgid "Display email address only."
2465
#: bzrlib/builtins.py:3732
2465
#: bzrlib/builtins.py:3825
2466
2466
msgid "Set identity for the current branch instead of globally."
2469
#: bzrlib/builtins.py:3758
2469
#: bzrlib/builtins.py:3851
2470
2470
msgid "--email can only be used to display existing identity"
2473
#: bzrlib/builtins.py:3780
2473
#: bzrlib/builtins.py:3873
2474
2474
msgid "Print or set the branch nickname."
2477
#: bzrlib/builtins.py:3782
2477
#: bzrlib/builtins.py:3875
2479
2479
"If unset, the tree root directory name is used as the nickname.\n"
2480
2480
"To print the current nickname, execute with no argument."
2483
#: bzrlib/builtins.py:3785
2483
#: bzrlib/builtins.py:3878
2485
2485
"Bound branches use the nickname of its master branch unless it is set\n"
2489
#: bzrlib/builtins.py:3805
2489
#: bzrlib/builtins.py:3898
2490
2490
msgid "Set/unset and display aliases."
2493
#: bzrlib/builtins.py:3807
2493
#: bzrlib/builtins.py:3900
2496
2496
" Show the current aliases::"
2499
#: bzrlib/builtins.py:3810
2499
#: bzrlib/builtins.py:3903
2500
2500
msgid " bzr alias"
2503
#: bzrlib/builtins.py:3812
2503
#: bzrlib/builtins.py:3905
2504
2504
msgid " Show the alias specified for 'll'::"
2507
#: bzrlib/builtins.py:3814
2507
#: bzrlib/builtins.py:3907
2508
2508
msgid " bzr alias ll"
2511
#: bzrlib/builtins.py:3816
2511
#: bzrlib/builtins.py:3909
2512
2512
msgid " Set an alias for 'll'::"
2515
#: bzrlib/builtins.py:3818
2515
#: bzrlib/builtins.py:3911
2516
2516
msgid " bzr alias ll=\"log --line -r-10..-1\""
2519
#: bzrlib/builtins.py:3820
2519
#: bzrlib/builtins.py:3913
2520
2520
msgid " To remove an alias for 'll'::"
2523
#: bzrlib/builtins.py:3822
2523
#: bzrlib/builtins.py:3915
2524
2524
msgid " bzr alias --remove ll"
2527
#: bzrlib/builtins.py:3827
2527
#: bzrlib/builtins.py:3920
2528
2528
msgid "Remove the alias."
2531
#: bzrlib/builtins.py:3845
2531
#: bzrlib/builtins.py:3938
2532
2532
msgid "bzr alias --remove expects an alias to remove."
2535
#: bzrlib/builtins.py:4026
2535
#: bzrlib/builtins.py:4119
2537
2537
"subunit not available. subunit needs to be installed to use --subunit."
2540
#: bzrlib/builtins.py:4043
2540
#: bzrlib/builtins.py:4136
2542
2542
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2545
#: bzrlib/builtins.py:4090
2545
#: bzrlib/builtins.py:4183
2546
2546
msgid "Show version of bzr."
2549
#: bzrlib/builtins.py:4094
2549
#: bzrlib/builtins.py:4187
2550
2550
msgid "Print just the version number."
2553
#: bzrlib/builtins.py:4113
2553
#: bzrlib/builtins.py:4206
2554
2554
msgid "It sure does!\n"
2557
#: bzrlib/builtins.py:4137
2557
#: bzrlib/builtins.py:4230
2558
2558
#, python-format
2559
2559
msgid "merge base is revision %s\n"
2562
#: bzrlib/builtins.py:4141
2562
#: bzrlib/builtins.py:4234
2563
2563
msgid "Perform a three-way merge."
2566
#: bzrlib/builtins.py:4143
2566
#: bzrlib/builtins.py:4236
2568
2568
"The source of the merge can be specified either in the form of a branch,\n"
2569
2569
"or in the form of a path to a file containing a merge directive generated\n"
2639
2639
"merge revision which has more than two parents."
2642
#: bzrlib/builtins.py:4190
2642
#: bzrlib/builtins.py:4283
2644
2644
"If one would like to merge changes from the working tree of the other\n"
2645
2645
"branch without merging any committed revisions, the --uncommitted option\n"
2646
2646
"can be given."
2649
#: bzrlib/builtins.py:4194
2649
#: bzrlib/builtins.py:4287
2651
2651
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2652
2652
"you to apply each diff hunk and file change, similar to \"shelve\"."
2655
#: bzrlib/builtins.py:4197
2655
#: bzrlib/builtins.py:4290
2658
2658
" To merge all new revisions from bzr.dev::"
2661
#: bzrlib/builtins.py:4200
2661
#: bzrlib/builtins.py:4293
2662
2662
msgid " bzr merge ../bzr.dev"
2665
#: bzrlib/builtins.py:4202
2665
#: bzrlib/builtins.py:4295
2666
2666
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2669
#: bzrlib/builtins.py:4204
2669
#: bzrlib/builtins.py:4297
2670
2670
msgid " bzr merge -r 82 ../bzr.dev"
2673
#: bzrlib/builtins.py:4206
2673
#: bzrlib/builtins.py:4299
2674
2674
msgid " To merge the changes introduced by 82, without previous changes::"
2677
#: bzrlib/builtins.py:4208
2677
#: bzrlib/builtins.py:4301
2678
2678
msgid " bzr merge -r 81..82 ../bzr.dev"
2681
#: bzrlib/builtins.py:4210
2681
#: bzrlib/builtins.py:4303
2682
2682
msgid " To apply a merge directive contained in /tmp/merge::"
2685
#: bzrlib/builtins.py:4212
2685
#: bzrlib/builtins.py:4305
2686
2686
msgid " bzr merge /tmp/merge"
2689
#: bzrlib/builtins.py:4214
2689
#: bzrlib/builtins.py:4307
2691
2691
" To create a merge revision with three parents from two branches\n"
2692
2692
" feature1a and feature1b:"
2695
#: bzrlib/builtins.py:4217
2695
#: bzrlib/builtins.py:4310
2697
2697
" bzr merge ../feature1a\n"
2698
2698
" bzr merge ../feature1b --force\n"
2699
2699
" bzr commit -m 'revision with three parents'"
2702
#: bzrlib/builtins.py:4229
2702
#: bzrlib/builtins.py:4322
2703
2703
msgid "Merge even if the destination tree has uncommitted changes."
2706
#: bzrlib/builtins.py:4235
2706
#: bzrlib/builtins.py:4328
2708
2708
"Apply uncommitted changes from a working copy, instead of branch changes."
2711
#: bzrlib/builtins.py:4237
2711
#: bzrlib/builtins.py:4330
2713
2713
"If the destination is already completely merged into the source, pull from "
2714
2714
"the source rather than merging. When this happens, you do not need to "
2715
2715
"commit the result."
2718
#: bzrlib/builtins.py:4242
2718
#: bzrlib/builtins.py:4335
2720
2720
"Branch to merge into, rather than the one containing the working directory."
2723
#: bzrlib/builtins.py:4244
2723
#: bzrlib/builtins.py:4337
2724
2724
msgid "Instead of merging, show a diff of the merge."
2727
#: bzrlib/builtins.py:4246
2727
#: bzrlib/builtins.py:4339
2728
2728
msgid "Select changes interactively."
2731
#: bzrlib/builtins.py:4268
2731
#: bzrlib/builtins.py:4361
2733
2733
"Merging into empty branches not currently supported, "
2734
2734
"https://bugs.launchpad.net/bzr/+bug/308562"
2737
#: bzrlib/builtins.py:4295
2737
#: bzrlib/builtins.py:4388
2738
2738
msgid "Cannot use --uncommitted with bundles or merge directives."
2741
#: bzrlib/builtins.py:4306
2741
#: bzrlib/builtins.py:4399
2742
2742
msgid "Cannot use --uncommitted and --revision at the same time."
2745
#: bzrlib/builtins.py:4326
2745
#: bzrlib/builtins.py:4419
2746
2746
msgid "merger: "
2749
#: bzrlib/builtins.py:4328 bzrlib/bundle/apply_bundle.py:71
2749
#: bzrlib/builtins.py:4421 bzrlib/bundle/apply_bundle.py:71
2750
2750
msgid "Nothing to do."
2753
#: bzrlib/builtins.py:4332
2753
#: bzrlib/builtins.py:4425
2754
2754
msgid "Cannot pull individual files"
2757
#: bzrlib/builtins.py:4340
2757
#: bzrlib/builtins.py:4433
2758
2758
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2761
#: bzrlib/builtins.py:4398
2761
#: bzrlib/builtins.py:4491
2762
2762
#, python-format
2763
2763
msgid "Show-base is not supported for this merge type. %s"
2766
#: bzrlib/builtins.py:4407
2766
#: bzrlib/builtins.py:4500
2767
2767
#, python-format
2768
2768
msgid "Conflict reduction is not supported for merge type %s."
2771
#: bzrlib/builtins.py:4411
2771
#: bzrlib/builtins.py:4504
2772
2772
msgid "Cannot do conflict reduction and show base."
2775
#: bzrlib/builtins.py:4522
2775
#: bzrlib/builtins.py:4615
2776
2776
msgid "No location specified or remembered"
2779
#: bzrlib/builtins.py:4524
2779
#: bzrlib/builtins.py:4617
2780
2780
msgid "{0} remembered {1} location {2}"
2783
#: bzrlib/builtins.py:4530
2783
#: bzrlib/builtins.py:4623
2784
2784
msgid "Redo a merge."
2787
#: bzrlib/builtins.py:4532
2787
#: bzrlib/builtins.py:4625
2789
2789
"Use this if you want to try a different merge technique while resolving\n"
2790
2790
"conflicts. Some merge techniques are better than others, and remerge\n"
2791
2791
"lets you try different ones on different files."
2794
#: bzrlib/builtins.py:4536
2794
#: bzrlib/builtins.py:4629
2796
2796
"The options for remerge have the same meaning and defaults as the ones for\n"
2797
2797
"merge. The difference is that remerge can (only) be run when there is a\n"
2798
2798
"pending merge, and it lets you specify particular files."
2801
#: bzrlib/builtins.py:4540
2801
#: bzrlib/builtins.py:4633
2804
2804
" Re-do the merge of all conflicted files, and show the base text in\n"
2805
2805
" conflict regions, in addition to the usual THIS and OTHER texts::"
2808
#: bzrlib/builtins.py:4544
2808
#: bzrlib/builtins.py:4637
2809
2809
msgid " bzr remerge --show-base"
2812
#: bzrlib/builtins.py:4546
2812
#: bzrlib/builtins.py:4639
2814
2814
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2815
2815
" additional processing to reduce the size of conflict regions::"
2818
#: bzrlib/builtins.py:4549
2818
#: bzrlib/builtins.py:4642
2819
2819
msgid " bzr remerge --merge-type weave --reprocess foobar"
2822
#: bzrlib/builtins.py:4556
2822
#: bzrlib/builtins.py:4649
2823
2823
msgid "Show base revision text in conflicts."
2826
#: bzrlib/builtins.py:4568
2826
#: bzrlib/builtins.py:4661
2828
2828
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2832
#: bzrlib/builtins.py:4624
2832
#: bzrlib/builtins.py:4717
2833
2833
msgid "Revert files to a previous revision."
2836
#: bzrlib/builtins.py:4626
2836
#: bzrlib/builtins.py:4719
2838
2838
"Giving a list of files will revert only those files. Otherwise, all files\n"
2839
2839
"will be reverted. If the revision is not specified with '--revision', the\n"
2840
2840
"last committed revision is used."
2843
#: bzrlib/builtins.py:4630
2843
#: bzrlib/builtins.py:4723
2845
2845
"To remove only some changes, without reverting to a prior version, use\n"
2846
2846
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2935
2935
" 0 - no missing revisions"
2938
#: bzrlib/builtins.py:4754
2938
#: bzrlib/builtins.py:4847
2940
2940
" Determine the missing revisions between this and the branch at the\n"
2941
2941
" remembered pull location::"
2944
#: bzrlib/builtins.py:4757
2944
#: bzrlib/builtins.py:4850
2945
2945
msgid " bzr missing"
2948
#: bzrlib/builtins.py:4759
2948
#: bzrlib/builtins.py:4852
2949
2949
msgid " Determine the missing revisions between this and another branch::"
2952
#: bzrlib/builtins.py:4761
2952
#: bzrlib/builtins.py:4854
2953
2953
msgid " bzr missing http://server/branch"
2956
#: bzrlib/builtins.py:4763
2956
#: bzrlib/builtins.py:4856
2958
2958
" Determine the missing revisions up to a specific revision on the other\n"
2962
#: bzrlib/builtins.py:4766
2962
#: bzrlib/builtins.py:4859
2963
2963
msgid " bzr missing -r ..-10"
2966
#: bzrlib/builtins.py:4768
2966
#: bzrlib/builtins.py:4861
2968
2968
" Determine the missing revisions up to a specific revision on this\n"
2972
#: bzrlib/builtins.py:4771
2972
#: bzrlib/builtins.py:4864
2973
2973
msgid " bzr missing --my-revision ..-10"
2976
#: bzrlib/builtins.py:4778
2976
#: bzrlib/builtins.py:4871
2977
2977
msgid "Reverse the order of revisions."
2980
#: bzrlib/builtins.py:4780
2980
#: bzrlib/builtins.py:4873
2981
2981
msgid "Display changes in the local branch only."
2984
#: bzrlib/builtins.py:4781
2984
#: bzrlib/builtins.py:4874
2985
2985
msgid "Same as --mine-only."
2988
#: bzrlib/builtins.py:4783
2988
#: bzrlib/builtins.py:4876
2989
2989
msgid "Display changes in the remote branch only."
2992
#: bzrlib/builtins.py:4784
2992
#: bzrlib/builtins.py:4877
2993
2993
msgid "Same as --theirs-only."
2996
#: bzrlib/builtins.py:4789
2996
#: bzrlib/builtins.py:4882
2998
2998
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3002
#: bzrlib/builtins.py:4793
3002
#: bzrlib/builtins.py:4886
3004
3004
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3008
#: bzrlib/builtins.py:4796
3008
#: bzrlib/builtins.py:4889
3009
3009
msgid "Show all revisions in addition to the mainline ones."
3012
#: bzrlib/builtins.py:4850
3012
#: bzrlib/builtins.py:4943
3013
3013
msgid "No peer location known or specified."
3016
#: bzrlib/builtins.py:4854
3016
#: bzrlib/builtins.py:4947
3017
3017
msgid "Using saved parent location: {0}\n"
3020
#: bzrlib/builtins.py:4887
3020
#: bzrlib/builtins.py:4980
3021
3021
#, python-format
3022
3022
msgid "You have %d extra revision:\n"
3023
3023
msgid_plural "You have %d extra revisions:\n"
3027
#: bzrlib/builtins.py:4903
3027
#: bzrlib/builtins.py:4996
3028
3028
#, python-format
3029
3029
msgid "You are missing %d revision:\n"
3030
3030
msgid_plural "You are missing %d revisions:\n"
3034
#: bzrlib/builtins.py:4915
3034
#: bzrlib/builtins.py:5008
3035
3035
msgid "This branch has no new revisions.\n"
3038
#: bzrlib/builtins.py:4918
3038
#: bzrlib/builtins.py:5011
3039
3039
msgid "Other branch has no new revisions.\n"
3042
#: bzrlib/builtins.py:4923
3042
#: bzrlib/builtins.py:5016
3043
3043
msgid "Branches are up to date.\n"
3046
#: bzrlib/builtins.py:4934
3046
#: bzrlib/builtins.py:5027
3047
3047
msgid "Compress the data within a repository."
3050
#: bzrlib/builtins.py:4936
3050
#: bzrlib/builtins.py:5029
3052
3052
"This operation compresses the data within a bazaar repository. As\n"
3053
3053
"bazaar supports automatic packing of repository, this operation is\n"
3054
3054
"normally not required to be done manually."
3057
#: bzrlib/builtins.py:4940
3057
#: bzrlib/builtins.py:5033
3059
3059
"During the pack operation, bazaar takes a backup of existing repository\n"
3060
3060
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3106
3106
"plugins using the Python programming language."
3109
#: bzrlib/builtins.py:4998
3109
#: bzrlib/builtins.py:5091
3110
3110
msgid "Show testament (signing-form) of a revision."
3113
#: bzrlib/builtins.py:5001
3113
#: bzrlib/builtins.py:5094
3114
3114
msgid "Produce long-format testament."
3117
#: bzrlib/builtins.py:5003
3117
#: bzrlib/builtins.py:5096
3118
3118
msgid "Produce a strict-format testament."
3121
#: bzrlib/builtins.py:5029
3121
#: bzrlib/builtins.py:5122
3122
3122
msgid "Show the origin of each line in a file."
3125
#: bzrlib/builtins.py:5031
3125
#: bzrlib/builtins.py:5124
3127
3127
"This prints out the given file with an annotation on the left side\n"
3128
3128
"indicating which revision, author and date introduced the change."
3131
#: bzrlib/builtins.py:5034
3131
#: bzrlib/builtins.py:5127
3133
3133
"If the origin is the same for a run of consecutive lines, it is\n"
3134
3134
"shown only at the top, unless the --all option is given."
3137
#: bzrlib/builtins.py:5042
3137
#: bzrlib/builtins.py:5135
3138
3138
msgid "Show annotations on all lines."
3141
#: bzrlib/builtins.py:5043
3141
#: bzrlib/builtins.py:5136
3142
3142
msgid "Show commit date in annotations."
3145
#: bzrlib/builtins.py:5130
3145
#: bzrlib/builtins.py:5223
3146
3146
msgid "Cannot sign a range of non-revision-history revisions"
3149
#: bzrlib/builtins.py:5142
3149
#: bzrlib/builtins.py:5235
3150
3150
msgid "Please supply either one revision, or a range."
3153
#: bzrlib/builtins.py:5146
3153
#: bzrlib/builtins.py:5239
3155
3155
"Convert the current branch into a checkout of the supplied branch.\n"
3156
3156
"If no branch is supplied, rebind to the last bound location."
3159
#: bzrlib/builtins.py:5149
3159
#: bzrlib/builtins.py:5242
3161
3161
"Once converted into a checkout, commits must succeed on the master branch\n"
3162
3162
"before they will be applied to the local branch."
3165
#: bzrlib/builtins.py:5152
3165
#: bzrlib/builtins.py:5245
3167
3167
"Bound branches use the nickname of its master branch unless it is set\n"
3168
3168
"locally, in which case binding will update the local nickname to be\n"
3169
3169
"that of the master."
3172
#: bzrlib/builtins.py:5167
3172
#: bzrlib/builtins.py:5260
3173
3173
msgid "No location supplied. This format does not remember old locations."
3176
#: bzrlib/builtins.py:5172
3176
#: bzrlib/builtins.py:5265
3177
3177
msgid "Branch is already bound"
3180
#: bzrlib/builtins.py:5174
3180
#: bzrlib/builtins.py:5267
3181
3181
msgid "No location supplied and no previous location known"
3184
#: bzrlib/builtins.py:5180
3184
#: bzrlib/builtins.py:5273
3185
3185
msgid "These branches have diverged. Try merging, and then bind again."
3188
#: bzrlib/builtins.py:5187
3188
#: bzrlib/builtins.py:5280
3189
3189
msgid "Convert the current checkout into a regular branch."
3192
#: bzrlib/builtins.py:5189
3192
#: bzrlib/builtins.py:5282
3194
3194
"After unbinding, the local branch is considered independent and subsequent\n"
3195
3195
"commits will be local only."
3198
#: bzrlib/builtins.py:5200
3198
#: bzrlib/builtins.py:5293
3199
3199
msgid "Local branch is not bound"
3202
#: bzrlib/builtins.py:5204
3202
#: bzrlib/builtins.py:5297
3203
3203
msgid "Remove the last committed revision."
3206
#: bzrlib/builtins.py:5206
3206
#: bzrlib/builtins.py:5299
3208
3208
"--verbose will print out what is being removed.\n"
3209
3209
"--dry-run will go through all the motions, but not actually\n"
3210
3210
"remove anything."
3213
#: bzrlib/builtins.py:5210
3213
#: bzrlib/builtins.py:5303
3215
3215
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3216
3216
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3217
3217
"branch at revision 15."
3220
#: bzrlib/builtins.py:5214
3220
#: bzrlib/builtins.py:5307
3222
3222
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3223
3223
"it may make is to restore any pending merges that were present before\n"
3227
#: bzrlib/builtins.py:5225
3227
#: bzrlib/builtins.py:5318
3228
3228
msgid "Don't actually make changes."
3231
#: bzrlib/builtins.py:5226
3231
#: bzrlib/builtins.py:5319
3232
3232
msgid "Say yes to all questions."
3235
#: bzrlib/builtins.py:5228
3235
#: bzrlib/builtins.py:5321
3236
3236
msgid "Keep tags that point to removed revisions."
3239
#: bzrlib/builtins.py:5230
3239
#: bzrlib/builtins.py:5323
3240
3240
msgid "Only remove the commits from the local branch when in a checkout."
3243
#: bzrlib/builtins.py:5279
3243
#: bzrlib/builtins.py:5372
3244
3244
msgid "No revisions to uncommit.\n"
3247
#: bzrlib/builtins.py:5294
3247
#: bzrlib/builtins.py:5387
3248
3248
msgid "Dry-run, pretending to remove the above revisions.\n"
3251
#: bzrlib/builtins.py:5297
3251
#: bzrlib/builtins.py:5390
3252
3252
msgid "The above revision(s) will be removed.\n"
3255
#: bzrlib/builtins.py:5301
3255
#: bzrlib/builtins.py:5394
3256
3256
msgid "Uncommit these revisions"
3259
#: bzrlib/builtins.py:5304
3259
#: bzrlib/builtins.py:5397
3260
3260
msgid "Canceled\n"
3263
#: bzrlib/builtins.py:5311
3263
#: bzrlib/builtins.py:5404
3264
3264
#, python-format
3266
3266
"You can restore the old tip by running:\n"
3267
3267
" bzr pull . -r revid:%s\n"
3270
#: bzrlib/builtins.py:5316
3270
#: bzrlib/builtins.py:5409
3271
3271
msgid "Break a dead lock."
3274
#: bzrlib/builtins.py:5318
3274
#: bzrlib/builtins.py:5411
3276
3276
"This command breaks a lock on a repository, branch, working directory or\n"
3280
#: bzrlib/builtins.py:5321
3280
#: bzrlib/builtins.py:5414
3282
3282
"CAUTION: Locks should only be broken when you are sure that the process\n"
3283
3283
"holding the lock has been stopped."
3286
#: bzrlib/builtins.py:5324
3286
#: bzrlib/builtins.py:5417
3288
3288
"You can get information on what locks are open via the 'bzr info\n"
3289
3289
"[location]' command."
3292
#: bzrlib/builtins.py:5327
3292
#: bzrlib/builtins.py:5420
3295
3295
" bzr break-lock\n"
3297
3297
" bzr break-lock --conf ~/.bazaar"
3300
#: bzrlib/builtins.py:5336
3300
#: bzrlib/builtins.py:5429
3301
3301
msgid "LOCATION is the directory where the config lock is."
3304
#: bzrlib/builtins.py:5338
3304
#: bzrlib/builtins.py:5431
3305
3305
msgid "Do not ask for confirmation before breaking the lock."
3308
#: bzrlib/builtins.py:5373
3308
#: bzrlib/builtins.py:5466
3309
3309
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3312
#: bzrlib/builtins.py:5374
3312
#: bzrlib/builtins.py:5467
3313
3313
msgid "Run the bzr server."
3316
#: bzrlib/builtins.py:5380
3316
#: bzrlib/builtins.py:5473
3317
3317
msgid "Serve on stdin/out for use from inetd or sshd."
3320
#: bzrlib/builtins.py:5381
3320
#: bzrlib/builtins.py:5474
3321
3321
msgid "protocol"
3324
#: bzrlib/builtins.py:5382
3324
#: bzrlib/builtins.py:5475
3325
3325
msgid "Protocol to serve."
3328
#: bzrlib/builtins.py:5386
3328
#: bzrlib/builtins.py:5479
3330
3330
"Listen for connections on nominated port of the form [hostname:]portnumber. "
3331
3331
"Passing 0 as the port number will result in a dynamically allocated port. "
3332
3332
"The default port depends on the protocol."
3335
#: bzrlib/builtins.py:5392
3335
#: bzrlib/builtins.py:5485
3336
3336
msgid "Serve contents of this directory."
3339
#: bzrlib/builtins.py:5394
3339
#: bzrlib/builtins.py:5487
3341
3341
"By default the server is a readonly server. Supplying --allow-writes "
3342
3342
"enables write access to the contents of the served directory and below. "
3345
3345
"uncontrolled write access to your file system."
3348
#: bzrlib/builtins.py:5403
3348
#: bzrlib/builtins.py:5496
3349
3349
msgid "Override the default idle client timeout (5min)."
3352
#: bzrlib/builtins.py:5453
3352
#: bzrlib/builtins.py:5546
3353
3353
msgid "Combine a tree into its containing tree."
3356
#: bzrlib/builtins.py:5455
3356
#: bzrlib/builtins.py:5548
3357
3357
msgid "This command requires the target tree to be in a rich-root format."
3360
#: bzrlib/builtins.py:5457
3360
#: bzrlib/builtins.py:5550
3362
3362
"The TREE argument should be an independent tree, inside another tree, but\n"
3363
3363
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3364
3364
"running \"bzr branch\" with the target inside a tree.)"
3367
#: bzrlib/builtins.py:5461
3367
#: bzrlib/builtins.py:5554
3369
3369
"The result is a combined tree, with the subtree no longer an independent\n"
3370
3370
"part. This is marked as a merge of the subtree into the containing tree,\n"
3371
3371
"and all history is preserved."
3374
#: bzrlib/builtins.py:5479
3374
#: bzrlib/builtins.py:5572
3375
3375
#, python-format
3377
3377
"Can't join trees because %s doesn't support rich root data.\n"
3378
3378
"You can use bzr upgrade on the repository."
3381
#: bzrlib/builtins.py:5489 bzrlib/builtins.py:5495
3381
#: bzrlib/builtins.py:5582 bzrlib/builtins.py:5588
3382
3382
msgid "Cannot join {0}. {1}"
3385
#: bzrlib/builtins.py:5499
3385
#: bzrlib/builtins.py:5592
3386
3386
msgid "Split a subdirectory of a tree into a separate tree."
3389
#: bzrlib/builtins.py:5501
3389
#: bzrlib/builtins.py:5594
3391
3391
"This command will produce a target tree in a format that supports\n"
3392
3392
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3393
3393
"converted into earlier formats like 'dirstate-tags'."
3396
#: bzrlib/builtins.py:5505
3396
#: bzrlib/builtins.py:5598
3398
3398
"The TREE argument should be a subdirectory of a working tree. That\n"
3399
3399
"subdirectory will be converted into an independent tree, with its own\n"
3400
3400
"branch. Commits in the top-level tree will not apply to the new subtree."
3403
#: bzrlib/builtins.py:5585
3403
#: bzrlib/builtins.py:5678
3404
3404
msgid "No submit branch specified or known"
3407
#: bzrlib/builtins.py:5593 bzrlib/send.py:108
3407
#: bzrlib/builtins.py:5686 bzrlib/send.py:108
3408
3408
msgid "No public branch specified or known"
3411
#: bzrlib/builtins.py:5598
3411
#: bzrlib/builtins.py:5691
3412
3412
msgid "bzr merge-directive takes at most two one revision identifiers"
3415
#: bzrlib/builtins.py:5607
3415
#: bzrlib/builtins.py:5700
3416
3416
msgid "No revisions to bundle."
3419
#: bzrlib/builtins.py:5626
3419
#: bzrlib/builtins.py:5719
3420
3420
msgid "Mail or create a merge-directive for submitting changes."
3423
#: bzrlib/builtins.py:5628
3423
#: bzrlib/builtins.py:5721
3424
3424
msgid "A merge directive provides many things needed for requesting merges:"
3427
#: bzrlib/builtins.py:5630
3427
#: bzrlib/builtins.py:5723
3428
3428
msgid "* A machine-readable description of the merge to perform"
3431
#: bzrlib/builtins.py:5632
3431
#: bzrlib/builtins.py:5725
3432
3432
msgid "* An optional patch that is a preview of the changes requested"
3435
#: bzrlib/builtins.py:5634
3435
#: bzrlib/builtins.py:5727
3437
3437
"* An optional bundle of revision data, so that the changes can be applied\n"
3438
3438
" directly from the merge directive, without retrieving data from a\n"
3442
#: bzrlib/builtins.py:5638
3442
#: bzrlib/builtins.py:5731
3444
3444
"`bzr send` creates a compact data set that, when applied using bzr\n"
3445
3445
"merge, has the same effect as merging from the source branch. "
3448
#: bzrlib/builtins.py:5641
3448
#: bzrlib/builtins.py:5734
3450
3450
"By default the merge directive is self-contained and can be applied to any\n"
3451
3451
"branch containing submit_branch in its ancestory without needing access to\n"
3452
3452
"the source branch."
3455
#: bzrlib/builtins.py:5645
3455
#: bzrlib/builtins.py:5738
3457
3457
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3458
3458
"revisions, but only a structured request to merge from the\n"
3544
3544
"set them, and use `bzr info` to display them."
3547
#: bzrlib/builtins.py:5720
3547
#: bzrlib/builtins.py:5813
3548
3548
msgid "Write merge directive to this file or directory; use - for stdout."
3551
#: bzrlib/builtins.py:5724
3551
#: bzrlib/builtins.py:5817
3553
3553
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3554
3554
"strict disables the check."
3557
#: bzrlib/builtins.py:5726
3557
#: bzrlib/builtins.py:5819
3558
3558
msgid "Mail the request to this address."
3561
#: bzrlib/builtins.py:5730
3561
#: bzrlib/builtins.py:5823
3562
3562
msgid "Body for the email."
3565
#: bzrlib/builtins.py:5783
3565
#: bzrlib/builtins.py:5876
3566
3566
msgid "Do not include a bundle in the merge directive."
3569
#: bzrlib/builtins.py:5784
3569
#: bzrlib/builtins.py:5877
3570
3570
msgid "Do not include a preview patch in the merge directive."
3573
#: bzrlib/builtins.py:5787
3573
#: bzrlib/builtins.py:5880
3574
3574
msgid "Remember submit and public branch."
3577
#: bzrlib/builtins.py:5789
3577
#: bzrlib/builtins.py:5882
3579
3579
"Branch to generate the submission from, rather than the one containing the "
3580
3580
"working directory."
3583
#: bzrlib/builtins.py:5799 bzrlib/cmd_version_info.py:76
3583
#: bzrlib/builtins.py:5892 bzrlib/cmd_version_info.py:76
3587
#: bzrlib/builtins.py:5800
3587
#: bzrlib/builtins.py:5893
3588
3588
msgid "Use the specified output format."
3591
#: bzrlib/builtins.py:5822
3591
#: bzrlib/builtins.py:5915
3592
3592
msgid "Create, remove or modify a tag naming a revision."
3595
#: bzrlib/builtins.py:5824
3595
#: bzrlib/builtins.py:5917
3597
3597
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3598
3598
"(--revision) option can be given -rtag:X, where X is any previously\n"
3602
#: bzrlib/builtins.py:5828
3602
#: bzrlib/builtins.py:5921
3604
3604
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3605
3605
"along when you branch, push, pull or merge."
3608
#: bzrlib/builtins.py:5831
3608
#: bzrlib/builtins.py:5924
3610
3610
"It is an error to give a tag name that already exists unless you pass\n"
3611
3611
"--force, in which case the tag is moved to point to the new revision."
3614
#: bzrlib/builtins.py:5834
3614
#: bzrlib/builtins.py:5927
3616
3616
"To rename a tag (change the name but keep it on the same revsion), run "
3618
3618
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3621
#: bzrlib/builtins.py:5837
3621
#: bzrlib/builtins.py:5930
3623
3623
"If no tag name is specified it will be determined through the \n"
3624
3624
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3629
#: bzrlib/builtins.py:5847
3629
#: bzrlib/builtins.py:5940
3630
3630
msgid "Delete this tag rather than placing it."
3633
#: bzrlib/builtins.py:5850
3633
#: bzrlib/builtins.py:5943
3634
3634
msgid "Branch in which to place the tag."
3637
#: bzrlib/builtins.py:5852
3637
#: bzrlib/builtins.py:5945
3638
3638
msgid "Replace existing tags."
3641
#: bzrlib/builtins.py:5867
3641
#: bzrlib/builtins.py:5960
3642
3642
msgid "No tag specified to delete."
3645
#: bzrlib/builtins.py:5869
3645
#: bzrlib/builtins.py:5962
3646
3646
#, python-format
3647
3647
msgid "Deleted tag %s."
3650
#: bzrlib/builtins.py:5883
3650
#: bzrlib/builtins.py:5976
3651
3651
msgid "Please specify a tag name."
3654
#: bzrlib/builtins.py:5891
3654
#: bzrlib/builtins.py:5984
3655
3655
#, python-format
3656
3656
msgid "Tag %s already exists for that revision."
3659
#: bzrlib/builtins.py:5895
3659
#: bzrlib/builtins.py:5988
3660
3660
#, python-format
3661
3661
msgid "Created tag %s."
3664
#: bzrlib/builtins.py:5897
3664
#: bzrlib/builtins.py:5990
3665
3665
#, python-format
3666
3666
msgid "Updated tag %s."
3669
#: bzrlib/builtins.py:5901
3669
#: bzrlib/builtins.py:5994
3670
3670
msgid "List tags."
3673
#: bzrlib/builtins.py:5903
3673
#: bzrlib/builtins.py:5996
3675
3675
"This command shows a table of tag names and the revisions they reference."
3678
#: bzrlib/builtins.py:5909
3678
#: bzrlib/builtins.py:6002
3679
3679
msgid "Branch whose tags should be displayed."
3682
#: bzrlib/builtins.py:5911
3682
#: bzrlib/builtins.py:6004
3683
3683
msgid "Sort tags by different criteria."
3686
#: bzrlib/builtins.py:5911
3686
#: bzrlib/builtins.py:6004
3687
3687
msgid "Sorting"
3690
#: bzrlib/builtins.py:5980
3690
#: bzrlib/builtins.py:6073
3691
3691
msgid "Reconfigure the type of a bzr directory."
3694
#: bzrlib/builtins.py:5982
3694
#: bzrlib/builtins.py:6075
3695
3695
msgid "A target configuration must be specified."
3698
#: bzrlib/builtins.py:5984
3698
#: bzrlib/builtins.py:6077
3700
3700
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3701
3701
"The order of preference is\n"
3706
3706
"If none of these is available, --bind-to must be specified."
3709
#: bzrlib/builtins.py:5998
3709
#: bzrlib/builtins.py:6091
3710
3710
msgid "Tree type"
3713
#: bzrlib/builtins.py:5999
3713
#: bzrlib/builtins.py:6092
3714
3714
msgid "The relation between branch and tree."
3717
#: bzrlib/builtins.py:6001
3717
#: bzrlib/builtins.py:6094
3718
3718
msgid "Reconfigure to be an unbound branch with no working tree."
3721
#: bzrlib/builtins.py:6002
3721
#: bzrlib/builtins.py:6095
3722
3722
msgid "Reconfigure to be an unbound branch with a working tree."
3725
#: bzrlib/builtins.py:6003
3725
#: bzrlib/builtins.py:6096
3726
3726
msgid "Reconfigure to be a bound branch with a working tree."
3729
#: bzrlib/builtins.py:6004
3729
#: bzrlib/builtins.py:6097
3730
3730
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3733
#: bzrlib/builtins.py:6009
3733
#: bzrlib/builtins.py:6102
3734
3734
msgid "Repository type"
3737
#: bzrlib/builtins.py:6010
3737
#: bzrlib/builtins.py:6103
3738
3738
msgid "Location fo the repository."
3741
#: bzrlib/builtins.py:6012
3741
#: bzrlib/builtins.py:6105
3743
3743
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3746
#: bzrlib/builtins.py:6014
3746
#: bzrlib/builtins.py:6107
3747
3747
msgid "Reconfigure to use a shared repository."
3750
#: bzrlib/builtins.py:6018
3750
#: bzrlib/builtins.py:6111
3751
3751
msgid "Trees in Repository"
3754
#: bzrlib/builtins.py:6019
3754
#: bzrlib/builtins.py:6112
3755
3755
msgid "Whether new branches in the repository have trees."
3758
#: bzrlib/builtins.py:6021
3758
#: bzrlib/builtins.py:6114
3760
3760
"Reconfigure repository to create working trees on branches by default."
3763
#: bzrlib/builtins.py:6023
3763
#: bzrlib/builtins.py:6116
3765
3765
"Reconfigure repository to not create working trees on branches by default."
3768
#: bzrlib/builtins.py:6026
3768
#: bzrlib/builtins.py:6119
3769
3769
msgid "Branch to bind checkout to."
3772
#: bzrlib/builtins.py:6028
3772
#: bzrlib/builtins.py:6121
3773
3773
msgid "Perform reconfiguration even if local changes will be lost."
3776
#: bzrlib/builtins.py:6031
3776
#: bzrlib/builtins.py:6124
3777
3777
msgid "Reconfigure a branch to be stacked on another branch."
3780
#: bzrlib/builtins.py:6035
3780
#: bzrlib/builtins.py:6128
3782
3782
"Reconfigure a branch to be unstacked. This may require copying substantial "
3783
3783
"data into it."
3786
#: bzrlib/builtins.py:6045
3786
#: bzrlib/builtins.py:6138
3787
3787
msgid "Can't use both --stacked-on and --unstacked"
3790
#: bzrlib/builtins.py:6059
3790
#: bzrlib/builtins.py:6152
3791
3791
msgid "No target configuration specified"
3794
#: bzrlib/builtins.py:6094
3794
#: bzrlib/builtins.py:6187
3795
3795
msgid "Set the branch of a checkout and update."
3798
#: bzrlib/builtins.py:6096
3798
#: bzrlib/builtins.py:6189
3800
3800
"For lightweight checkouts, this changes the branch being referenced.\n"
3801
3801
"For heavyweight checkouts, this checks that there are no local commits\n"
3874
3874
"want to switch back to your view after that."
3877
#: bzrlib/builtins.py:6228
3877
#: bzrlib/builtins.py:6281
3880
3880
" To define the current view::"
3883
#: bzrlib/builtins.py:6231
3883
#: bzrlib/builtins.py:6284
3884
3884
msgid " bzr view file1 dir1 ..."
3887
#: bzrlib/builtins.py:6233
3887
#: bzrlib/builtins.py:6286
3888
3888
msgid " To list the current view::"
3891
#: bzrlib/builtins.py:6235
3891
#: bzrlib/builtins.py:6288
3892
3892
msgid " bzr view"
3895
#: bzrlib/builtins.py:6237
3895
#: bzrlib/builtins.py:6290
3896
3896
msgid " To delete the current view::"
3899
#: bzrlib/builtins.py:6239
3899
#: bzrlib/builtins.py:6292
3900
3900
msgid " bzr view --delete"
3903
#: bzrlib/builtins.py:6241
3903
#: bzrlib/builtins.py:6294
3904
3904
msgid " To disable the current view without deleting it::"
3907
#: bzrlib/builtins.py:6243
3907
#: bzrlib/builtins.py:6296
3908
3908
msgid " bzr view --switch off"
3911
#: bzrlib/builtins.py:6245
3911
#: bzrlib/builtins.py:6298
3912
3912
msgid " To define a named view and switch to it::"
3915
#: bzrlib/builtins.py:6247
3915
#: bzrlib/builtins.py:6300
3916
3916
msgid " bzr view --name view-name file1 dir1 ..."
3919
#: bzrlib/builtins.py:6249
3919
#: bzrlib/builtins.py:6302
3920
3920
msgid " To list a named view::"
3923
#: bzrlib/builtins.py:6251
3923
#: bzrlib/builtins.py:6304
3924
3924
msgid " bzr view --name view-name"
3927
#: bzrlib/builtins.py:6253
3927
#: bzrlib/builtins.py:6306
3928
3928
msgid " To delete a named view::"
3931
#: bzrlib/builtins.py:6255
3931
#: bzrlib/builtins.py:6308
3932
3932
msgid " bzr view --name view-name --delete"
3935
#: bzrlib/builtins.py:6257
3935
#: bzrlib/builtins.py:6310
3936
3936
msgid " To switch to a named view::"
3939
#: bzrlib/builtins.py:6259
3939
#: bzrlib/builtins.py:6312
3940
3940
msgid " bzr view --switch view-name"
3943
#: bzrlib/builtins.py:6261
3943
#: bzrlib/builtins.py:6314
3944
3944
msgid " To list all views defined::"
3947
#: bzrlib/builtins.py:6263
3947
#: bzrlib/builtins.py:6316
3948
3948
msgid " bzr view --all"
3951
#: bzrlib/builtins.py:6265
3951
#: bzrlib/builtins.py:6318
3952
3952
msgid " To delete all views::"
3955
#: bzrlib/builtins.py:6267
3955
#: bzrlib/builtins.py:6320
3956
3956
msgid " bzr view --delete --all"
3959
#: bzrlib/builtins.py:6274
3959
#: bzrlib/builtins.py:6327
3960
3960
msgid "Apply list or delete action to all views."
3963
#: bzrlib/builtins.py:6277
3963
#: bzrlib/builtins.py:6330
3964
3964
msgid "Delete the view."
3967
#: bzrlib/builtins.py:6280
3967
#: bzrlib/builtins.py:6333
3968
3968
msgid "Name of the view to define, list or delete."
3971
#: bzrlib/builtins.py:6284
3971
#: bzrlib/builtins.py:6337
3972
3972
msgid "Name of the view to switch to."
3975
#: bzrlib/builtins.py:6303
3975
#: bzrlib/builtins.py:6356
3976
3976
msgid "Both --delete and a file list specified"
3979
#: bzrlib/builtins.py:6306
3979
#: bzrlib/builtins.py:6359
3980
3980
msgid "Both --delete and --switch specified"
3983
#: bzrlib/builtins.py:6309
3983
#: bzrlib/builtins.py:6362
3984
3984
msgid "Deleted all views.\n"
3987
#: bzrlib/builtins.py:6311
3987
#: bzrlib/builtins.py:6364
3988
3988
msgid "No current view to delete"
3991
#: bzrlib/builtins.py:6314
3991
#: bzrlib/builtins.py:6367
3992
3992
#, python-format
3993
3993
msgid "Deleted '%s' view.\n"
3996
#: bzrlib/builtins.py:6318
3996
#: bzrlib/builtins.py:6371
3997
3997
msgid "Both --switch and a file list specified"
4000
#: bzrlib/builtins.py:6321
4000
#: bzrlib/builtins.py:6374
4001
4001
msgid "Both --switch and --all specified"
4004
#: bzrlib/builtins.py:6324
4004
#: bzrlib/builtins.py:6377
4005
4005
msgid "No current view to disable"
4008
#: bzrlib/builtins.py:6326
4008
#: bzrlib/builtins.py:6379
4009
4009
#, python-format
4010
4010
msgid "Disabled '%s' view.\n"
4013
#: bzrlib/builtins.py:6330 bzrlib/builtins.py:6352
4013
#: bzrlib/builtins.py:6383 bzrlib/builtins.py:6405
4014
4014
msgid "Using '{0}' view: {1}\n"
4017
#: bzrlib/builtins.py:6333
4017
#: bzrlib/builtins.py:6386
4018
4018
msgid "Views defined:\n"
4021
#: bzrlib/builtins.py:6342
4021
#: bzrlib/builtins.py:6395
4022
4022
msgid "No views defined.\n"
4025
#: bzrlib/builtins.py:6349
4025
#: bzrlib/builtins.py:6402
4026
4026
msgid "Cannot change the 'off' pseudo view"
4029
#: bzrlib/builtins.py:6357
4029
#: bzrlib/builtins.py:6410
4030
4030
msgid "No current view.\n"
4033
#: bzrlib/builtins.py:6360
4033
#: bzrlib/builtins.py:6413
4034
4034
msgid "'{0}' view is: {1}\n"
4037
#: bzrlib/builtins.py:6380
4037
#: bzrlib/builtins.py:6433
4038
4038
msgid " <no hooks installed>\n"
4041
#: bzrlib/builtins.py:6384
4041
#: bzrlib/builtins.py:6437
4042
4042
msgid "Remove a branch."
4045
#: bzrlib/builtins.py:6386
4045
#: bzrlib/builtins.py:6439
4047
4047
"This will remove the branch from the specified location but \n"
4048
4048
"will keep any working tree or repository in place."
4051
#: bzrlib/builtins.py:6391
4051
#: bzrlib/builtins.py:6444
4052
4052
msgid " Remove the branch at repo/trunk::"
4055
#: bzrlib/builtins.py:6393
4055
#: bzrlib/builtins.py:6446
4056
4056
msgid " bzr remove-branch repo/trunk"
4059
#: bzrlib/builtins.py:6408
4059
#: bzrlib/builtins.py:6461
4060
4060
msgid "Plaintext diff output."
4063
#: bzrlib/builtins.py:6409
4063
#: bzrlib/builtins.py:6462
4064
4064
msgid "Temporarily set aside some changes from the current tree."
4067
#: bzrlib/builtins.py:6411
4067
#: bzrlib/builtins.py:6464
4069
4069
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4070
4070
"ie. out of the way, until a later time when you can bring them back from\n"
4085
4085
"shelve all text changes at once, use shelve --all."
4088
#: bzrlib/builtins.py:6424
4088
#: bzrlib/builtins.py:6477
4090
4090
"If filenames are specified, only the changes to those files will be\n"
4091
4091
"shelved. Other files will be left untouched."
4094
#: bzrlib/builtins.py:6427
4094
#: bzrlib/builtins.py:6480
4096
4096
"If a revision is specified, changes since that revision will be shelved."
4099
#: bzrlib/builtins.py:6429
4099
#: bzrlib/builtins.py:6482
4101
4101
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4102
4102
"restore the most recently shelved changes."
4105
#: bzrlib/builtins.py:6432
4105
#: bzrlib/builtins.py:6485
4107
4107
"For complicated changes, it is possible to edit the changes in a separate\n"
4108
4108
"editor program to decide what the file remaining in the working copy\n"
4109
4109
"should look like. To do this, add the configuration option"
4112
#: bzrlib/builtins.py:6436
4112
#: bzrlib/builtins.py:6489
4113
4113
msgid " change_editor = PROGRAM @new_path @old_path"
4116
#: bzrlib/builtins.py:6438
4116
#: bzrlib/builtins.py:6491
4118
4118
"where @new_path is replaced with the path of the new version of the \n"
4119
4119
"file and @old_path is replaced with the path of the old version of \n"
4125
#: bzrlib/builtins.py:6450
4125
#: bzrlib/builtins.py:6503
4126
4126
msgid "Shelve all changes."
4129
#: bzrlib/builtins.py:6452
4129
#: bzrlib/builtins.py:6505
4130
4130
msgid "Method to use for writing diffs."
4133
#: bzrlib/builtins.py:6452
4133
#: bzrlib/builtins.py:6505
4137
#: bzrlib/builtins.py:6456
4137
#: bzrlib/builtins.py:6509
4138
4138
msgid "List shelved changes."
4141
#: bzrlib/builtins.py:6458
4141
#: bzrlib/builtins.py:6511
4142
4142
msgid "Destroy removed changes instead of shelving them."
4145
#: bzrlib/builtins.py:6487
4145
#: bzrlib/builtins.py:6540
4146
4146
msgid "No shelved changes."
4149
#: bzrlib/builtins.py:6498
4149
#: bzrlib/builtins.py:6551
4150
4150
msgid "Restore shelved changes."
4153
#: bzrlib/builtins.py:6500
4153
#: bzrlib/builtins.py:6553
4155
4155
"By default, the most recently shelved changes are restored. However if you\n"
4156
4156
"specify a shelf by id those changes will be restored instead. This works\n"
4157
4157
"best when the changes don't depend on each other."
4160
#: bzrlib/builtins.py:6509
4160
#: bzrlib/builtins.py:6562
4161
4161
msgid "The action to perform."
4164
#: bzrlib/builtins.py:6509 bzrlib/conflicts.py:694
4164
#: bzrlib/builtins.py:6562 bzrlib/conflicts.py:694
4168
#: bzrlib/builtins.py:6511
4168
#: bzrlib/builtins.py:6564
4169
4169
msgid "Apply changes and remove from the shelf."
4172
#: bzrlib/builtins.py:6512
4172
#: bzrlib/builtins.py:6565
4173
4173
msgid "Show changes, but do not apply or remove them."
4176
#: bzrlib/builtins.py:6513
4176
#: bzrlib/builtins.py:6566
4178
4178
"Instead of unshelving the changes, show the diff that would result from "
4182
#: bzrlib/builtins.py:6515
4182
#: bzrlib/builtins.py:6568
4183
4183
msgid "Delete changes without applying them."
4186
#: bzrlib/builtins.py:6516
4186
#: bzrlib/builtins.py:6569
4187
4187
msgid "Apply changes but don't delete them."
4190
#: bzrlib/builtins.py:6531
4190
#: bzrlib/builtins.py:6584
4191
4191
msgid "Remove unwanted files from working tree."
4194
#: bzrlib/builtins.py:6533
4194
#: bzrlib/builtins.py:6586
4196
4196
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4197
4197
"files are never deleted."
4200
#: bzrlib/builtins.py:6536
4200
#: bzrlib/builtins.py:6589
4202
4202
"Another class is 'detritus', which includes files emitted by bzr during\n"
4203
4203
"normal operations and selftests. (The value of these files decreases with\n"
4207
#: bzrlib/builtins.py:6540
4207
#: bzrlib/builtins.py:6593
4209
4209
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4210
4210
"flags are respected, and may be combined."
4213
#: bzrlib/builtins.py:6543
4213
#: bzrlib/builtins.py:6596
4214
4214
msgid "To check what clean-tree will do, use --dry-run."
4217
#: bzrlib/builtins.py:6546
4217
#: bzrlib/builtins.py:6599
4218
4218
msgid "Delete all ignored files."
4221
#: bzrlib/builtins.py:6547
4221
#: bzrlib/builtins.py:6600
4223
4223
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4226
#: bzrlib/builtins.py:6550
4226
#: bzrlib/builtins.py:6603
4227
4227
msgid "Delete files unknown to bzr (default)."
4230
#: bzrlib/builtins.py:6551
4230
#: bzrlib/builtins.py:6604
4231
4231
msgid "Show files to delete instead of deleting them."
4234
#: bzrlib/builtins.py:6553
4234
#: bzrlib/builtins.py:6606
4235
4235
msgid "Do not prompt before deleting."
4600
#: bzrlib/commands.py:532
4600
#: bzrlib/commands.py:533
4601
4601
#, python-format
4603
4603
"See bzr help %s for more details and examples.\n"
4607
#: bzrlib/commands.py:537
4607
#: bzrlib/commands.py:538
4608
4608
msgid ":Aliases: "
4611
#: bzrlib/commands.py:541
4611
#: bzrlib/commands.py:542
4612
4612
#, python-format
4613
4613
msgid ":From: plugin \"%s\"\n"
4616
#: bzrlib/commands.py:553
4616
#: bzrlib/commands.py:554
4617
4617
msgid ":doc:`{0} <{1}-help>`"
4620
#: bzrlib/commands.py:557
4620
#: bzrlib/commands.py:558
4621
4621
#, python-format
4622
4622
msgid ":See also: %s"
4625
#: bzrlib/commands.py:815 bzrlib/gpg.py:324
4625
#: bzrlib/commands.py:816 bzrlib/gpg.py:324
4626
4626
msgid "Only ASCII permitted in option names"
4629
#: bzrlib/commands.py:840 bzrlib/commands.py:848
4629
#: bzrlib/commands.py:841 bzrlib/commands.py:849
4630
4630
msgid "command {0!r} needs one or more {1}"
4633
#: bzrlib/commands.py:857
4633
#: bzrlib/commands.py:858
4634
4634
msgid "command {0!r} requires argument {1}"
4637
#: bzrlib/commands.py:864
4637
#: bzrlib/commands.py:865
4638
4638
msgid "extra argument to command {0}: {1}"
4641
#: bzrlib/commands.py:961
4641
#: bzrlib/commands.py:962
4642
4642
#, python-format
4643
4643
msgid "Profile data written to \"%s\"."
5126
#: bzrlib/errors.py:799
5138
#: bzrlib/errors.py:809
5127
5139
msgid "Revision is not compatible with %(repo_format)s"
5130
#: bzrlib/errors.py:809
5142
#: bzrlib/errors.py:819
5131
5143
msgid "%(context_info)s%(path)s is already versioned."
5134
#: bzrlib/errors.py:830
5146
#: bzrlib/errors.py:840
5135
5147
msgid "%(context_info)s%(path)s is not versioned."
5138
#: bzrlib/errors.py:851
5150
#: bzrlib/errors.py:861
5139
5151
msgid "Path(s) are not versioned: %(paths_as_string)s"
5142
#: bzrlib/errors.py:862
5154
#: bzrlib/errors.py:872
5143
5155
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5146
#: bzrlib/errors.py:881
5158
#: bzrlib/errors.py:891
5147
5159
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5150
#: bzrlib/errors.py:889
5162
#: bzrlib/errors.py:899
5152
5164
"Filename %(filename)r is not valid in your current filesystem encoding "
5153
5165
"%(fs_encoding)s"
5156
#: bzrlib/errors.py:900
5168
#: bzrlib/errors.py:910
5157
5169
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5160
#: bzrlib/errors.py:918
5172
#: bzrlib/errors.py:928
5161
5173
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5164
#: bzrlib/errors.py:957
5176
#: bzrlib/errors.py:967
5165
5177
msgid "Cannot lock %(lock)s: %(why)s"
5168
#: bzrlib/errors.py:967
5180
#: bzrlib/errors.py:977
5170
5182
"A transaction related operation was attempted after the transaction finished."
5173
#: bzrlib/errors.py:994
5185
#: bzrlib/errors.py:1004
5174
5186
msgid "Cannot lock: transport is read only: %(transport)s"
5177
#: bzrlib/errors.py:1002
5189
#: bzrlib/errors.py:1012
5178
5190
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5181
#: bzrlib/errors.py:1013
5193
#: bzrlib/errors.py:1023
5183
5195
"Lock was broken while still open: %(lock)s - check storage consistency!"
5186
#: bzrlib/errors.py:1024
5198
#: bzrlib/errors.py:1034
5188
5200
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5189
5201
"%(holder)r, wanted to break %(target)r"
5192
#: bzrlib/errors.py:1036
5204
#: bzrlib/errors.py:1046
5194
5206
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5195
5207
"Use 'bzr break-lock' to clear it"
5198
#: bzrlib/errors.py:1049
5210
#: bzrlib/errors.py:1059
5199
5211
msgid "Lock not held: %(lock)s"
5202
#: bzrlib/errors.py:1078
5214
#: bzrlib/errors.py:1088
5203
5215
msgid "No changes to commit"
5206
#: bzrlib/errors.py:1083
5218
#: bzrlib/errors.py:1093
5208
5220
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5211
#: bzrlib/errors.py:1093
5223
#: bzrlib/errors.py:1103
5213
5225
"Excluding paths during commit is not supported by repository at "
5214
5226
"%(repository)r."
5217
#: bzrlib/errors.py:1102
5229
#: bzrlib/errors.py:1112
5219
5231
"The specified commit message contains characters unsupported by the current "
5223
#: bzrlib/errors.py:1108
5235
#: bzrlib/errors.py:1118
5224
5236
msgid "Upgrade URL cannot work with readonly URLs."
5227
#: bzrlib/errors.py:1113
5239
#: bzrlib/errors.py:1123
5228
5240
msgid "The branch format %(format)s is already at the most recent format."
5231
#: bzrlib/errors.py:1136
5243
#: bzrlib/errors.py:1146
5232
5244
msgid "Option --change does not accept revision ranges"
5235
#: bzrlib/errors.py:1141
5247
#: bzrlib/errors.py:1151
5236
5248
msgid "No namespace registered for string: %(spec)r"
5239
#: bzrlib/errors.py:1160
5251
#: bzrlib/errors.py:1170
5241
5253
"Requested revision: '%(spec)s' does not exist in branch: "
5242
5254
"%(branch_url)s%(extra)s"
5245
#: bzrlib/errors.py:1174
5257
#: bzrlib/errors.py:1184
5247
5259
"Operation denied because it would change the main history, which is not "
5248
5260
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5251
#: bzrlib/errors.py:1185
5263
#: bzrlib/errors.py:1195
5253
5265
"These branches have diverged. Use the missing command to see how.\n"
5254
5266
"Use the merge command to reconcile them."
5257
#: bzrlib/errors.py:1205
5269
#: bzrlib/errors.py:1215
5259
5271
"Branches have no common ancestor, and no merge base revision was specified."
5262
#: bzrlib/errors.py:1211
5274
#: bzrlib/errors.py:1221
5264
5276
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5267
#: bzrlib/errors.py:1217
5279
#: bzrlib/errors.py:1227
5268
5280
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5271
#: bzrlib/errors.py:1226
5283
#: bzrlib/errors.py:1236
5273
5285
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5276
#: bzrlib/errors.py:1235
5288
#: bzrlib/errors.py:1245
5277
5289
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5280
#: bzrlib/errors.py:1244
5292
#: bzrlib/errors.py:1254
5281
5293
msgid "Branch %(branch)s has no commits."
5284
#: bzrlib/errors.py:1262
5296
#: bzrlib/errors.py:1272
5286
5298
"Bound branch %(branch)s is out of date with master branch "
5287
5299
"%(master)s.%(extra_help)s"
5290
#: bzrlib/errors.py:1274
5302
#: bzrlib/errors.py:1284
5292
5304
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5293
5305
"bound to %(remote)s."
5296
#: bzrlib/errors.py:1286
5308
#: bzrlib/errors.py:1296
5297
5309
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5300
#: bzrlib/errors.py:1295
5312
#: bzrlib/errors.py:1305
5302
5314
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5306
#: bzrlib/errors.py:1307
5318
#: bzrlib/errors.py:1317
5307
5319
msgid "Error in processing weave: %(msg)s"
5310
#: bzrlib/errors.py:1316
5322
#: bzrlib/errors.py:1326
5311
5323
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5314
#: bzrlib/errors.py:1327
5326
#: bzrlib/errors.py:1337
5315
5327
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5318
#: bzrlib/errors.py:1337
5330
#: bzrlib/errors.py:1347
5319
5331
msgid "Weave invariant violated: %(what)s"
5322
#: bzrlib/errors.py:1346
5334
#: bzrlib/errors.py:1356
5323
5335
msgid "Parents are mismatched between two revisions. %(msg)s"
5326
#: bzrlib/errors.py:1368
5338
#: bzrlib/errors.py:1378
5328
5340
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5332
#: bzrlib/errors.py:1380
5344
#: bzrlib/errors.py:1390
5333
5345
msgid "Versioned file error"
5336
#: bzrlib/errors.py:1385
5348
#: bzrlib/errors.py:1395
5337
5349
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5340
#: bzrlib/errors.py:1395
5352
#: bzrlib/errors.py:1405
5341
5353
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5344
#: bzrlib/errors.py:1405
5356
#: bzrlib/errors.py:1415
5345
5357
msgid "Text did not match its checksum: %(msg)s"
5348
#: bzrlib/errors.py:1531
5360
#: bzrlib/errors.py:1541
5349
5361
msgid "Export format %(format)r not supported"
5352
#: bzrlib/errors.py:1540
5364
#: bzrlib/errors.py:1550
5353
5365
msgid "Transport error: %(msg)s %(orig_error)s"
5356
#: bzrlib/errors.py:1566
5368
#: bzrlib/errors.py:1576
5357
5369
msgid "Generic bzr smart protocol error: %(details)s"
5360
#: bzrlib/errors.py:1574
5372
#: bzrlib/errors.py:1584
5361
5373
msgid "Received bad protocol version marker: %(marker)r"
5364
#: bzrlib/errors.py:1606
5376
#: bzrlib/errors.py:1616
5365
5377
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5368
#: bzrlib/errors.py:1611
5380
#: bzrlib/errors.py:1621
5369
5381
msgid "Connection error: %(msg)s %(orig_error)s"
5372
#: bzrlib/errors.py:1616
5384
#: bzrlib/errors.py:1626
5373
5385
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5376
#: bzrlib/errors.py:1637
5388
#: bzrlib/errors.py:1647
5377
5389
msgid "Connection closed: %(msg)s %(orig_error)s"
5380
#: bzrlib/errors.py:1642
5392
#: bzrlib/errors.py:1652
5381
5393
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5384
#: bzrlib/errors.py:1647
5396
#: bzrlib/errors.py:1657
5385
5397
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5388
#: bzrlib/errors.py:1657
5400
#: bzrlib/errors.py:1667
5389
5401
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5392
#: bzrlib/errors.py:1672
5404
#: bzrlib/errors.py:1682
5405
msgid "Certificate error: %(error)s"
5408
#: bzrlib/errors.py:1690
5393
5409
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5396
#: bzrlib/errors.py:1686
5412
#: bzrlib/errors.py:1704
5397
5413
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5400
#: bzrlib/errors.py:1694
5416
#: bzrlib/errors.py:1712
5401
5417
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5404
#: bzrlib/errors.py:1703
5420
#: bzrlib/errors.py:1721
5405
5421
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5408
#: bzrlib/errors.py:1717
5424
#: bzrlib/errors.py:1735
5409
5425
msgid "Too many redirections"
5412
#: bzrlib/errors.py:1722
5428
#: bzrlib/errors.py:1740
5413
5429
msgid "Working tree has conflicts."
5416
#: bzrlib/errors.py:1726
5432
#: bzrlib/errors.py:1744
5417
5433
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5420
#: bzrlib/errors.py:1735
5436
#: bzrlib/errors.py:1753
5422
5438
"Error(s) parsing config file %(filename)s:\n"
5426
#: bzrlib/errors.py:1746
5427
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
5442
#: bzrlib/errors.py:1763
5444
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5445
"See ``bzr help %(name)s``"
5430
#: bzrlib/errors.py:1754
5448
#: bzrlib/errors.py:1773
5431
5449
msgid "%(username)r does not seem to contain a reasonable email address"
5434
#: bzrlib/errors.py:1763
5452
#: bzrlib/errors.py:1782
5435
5453
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5438
#: bzrlib/errors.py:1771
5456
#: bzrlib/errors.py:1790
5439
5457
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5442
#: bzrlib/errors.py:1779
5460
#: bzrlib/errors.py:1798
5443
5461
msgid "Unable to import library \"%(library)s\": %(error)s"
5446
#: bzrlib/errors.py:1787
5464
#: bzrlib/errors.py:1806
5447
5465
msgid "python-gpgme is not installed, it is needed to verify signatures"
5450
#: bzrlib/errors.py:1795
5468
#: bzrlib/errors.py:1814
5452
5470
"The working tree for %(basedir)s has changed since the last commit, but "
5453
5471
"weave merge requires that it be unchanged"
5456
#: bzrlib/errors.py:1805
5474
#: bzrlib/errors.py:1824
5458
5476
"Can't reprocess and show base, because reprocessing obscures the "
5459
5477
"relationship of conflicting lines to the base"
5462
#: bzrlib/errors.py:1811
5480
#: bzrlib/errors.py:1830
5463
5481
msgid "Cycle in graph %(graph)r"
5466
#: bzrlib/errors.py:1839
5484
#: bzrlib/errors.py:1858
5467
5485
msgid "File %(filename)s is not conflicted."
5470
#: bzrlib/errors.py:1861
5488
#: bzrlib/errors.py:1880
5471
5489
msgid "No bundle was found in \"%(filename)s\"."
5474
#: bzrlib/errors.py:1870
5492
#: bzrlib/errors.py:1889
5475
5493
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5478
#: bzrlib/errors.py:1880
5496
#: bzrlib/errors.py:1899
5479
5497
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5482
#: bzrlib/errors.py:1893
5500
#: bzrlib/errors.py:1912
5483
5501
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5486
#: bzrlib/errors.py:1903
5504
#: bzrlib/errors.py:1922
5487
5505
msgid "Key %(key)s is already present in map"
5490
#: bzrlib/errors.py:1908
5508
#: bzrlib/errors.py:1927
5491
5509
msgid "The prefix %(prefix)s is in the help search path twice."
5494
#: bzrlib/errors.py:1918
5512
#: bzrlib/errors.py:1937
5496
5514
"No final name for trans_id %(trans_id)r\n"
5497
5515
"file-id: %(file_id)r\n"
5498
5516
"root trans-id: %(root_trans_id)r\n"
5501
#: bzrlib/errors.py:1950
5519
#: bzrlib/errors.py:1969
5502
5520
msgid "Attempt to reuse a transform that has already been applied."
5505
#: bzrlib/errors.py:1955
5523
#: bzrlib/errors.py:1974
5506
5524
msgid "Moving the root directory is not supported at this time"
5509
#: bzrlib/errors.py:1960
5527
#: bzrlib/errors.py:1979
5510
5528
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5513
#: bzrlib/errors.py:1971
5531
#: bzrlib/errors.py:1990
5515
5533
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5518
#: bzrlib/errors.py:2007
5536
#: bzrlib/errors.py:2026
5520
5538
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5523
#: bzrlib/errors.py:2037
5541
#: bzrlib/errors.py:2056
5524
5542
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5527
#: bzrlib/errors.py:2045
5545
#: bzrlib/errors.py:2064
5528
5546
msgid "Nothing to merge."
5531
#: bzrlib/errors.py:2050
5549
#: bzrlib/errors.py:2069
5532
5550
msgid "Format %(format)s cannot be initialised by this version of bzr."
5535
#: bzrlib/errors.py:2059
5553
#: bzrlib/errors.py:2078
5537
5555
"Cannot convert from format %(from_format)s to format %(format)s. "
5541
#: bzrlib/errors.py:2071
5559
#: bzrlib/errors.py:2090
5542
5560
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5545
#: bzrlib/errors.py:2079
5563
#: bzrlib/errors.py:2098
5546
5564
msgid "%(exe_name)s could not be found on this machine"
5549
#: bzrlib/errors.py:2087
5567
#: bzrlib/errors.py:2106
5550
5568
msgid "Diff is not installed on this machine: %(msg)s"
5553
#: bzrlib/errors.py:2095
5571
#: bzrlib/errors.py:2114
5554
5572
msgid "Diff3 is not installed on this machine."
5557
#: bzrlib/errors.py:2101
5575
#: bzrlib/errors.py:2120
5558
5576
msgid "The content being inserted is already present."
5561
#: bzrlib/errors.py:2106
5579
#: bzrlib/errors.py:2125
5563
5581
"This tree contains left-over files from a failed operation.\n"
5564
5582
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5581
5599
" keep, and delete it when you are done."
5584
#: bzrlib/errors.py:2138
5602
#: bzrlib/errors.py:2157
5586
5604
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
5587
5605
"examine %(pending_deletion)s to see if it contains any files you wish to "
5588
5606
"keep, and delete it when you are done."
5591
#: bzrlib/errors.py:2148
5609
#: bzrlib/errors.py:2167
5592
5610
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5595
#: bzrlib/errors.py:2162
5613
#: bzrlib/errors.py:2181
5597
5615
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5600
#: bzrlib/errors.py:2175
5618
#: bzrlib/errors.py:2194
5601
5619
msgid "Error in merge modified format"
5604
#: bzrlib/errors.py:2180
5622
#: bzrlib/errors.py:2199
5605
5623
msgid "Format error in conflict listings"
5608
#: bzrlib/errors.py:2184
5626
#: bzrlib/errors.py:2203
5610
5628
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5611
5629
"Error: %(description)s"
5614
#: bzrlib/errors.py:2195
5632
#: bzrlib/errors.py:2214
5616
5634
"An error has been detected in the repository %(repo_path)s.\n"
5617
5635
"Please run bzr reconcile on this repository."
5620
#: bzrlib/errors.py:2206
5638
#: bzrlib/errors.py:2225
5622
5640
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5623
5641
"reason: %(reason)s"
5626
#: bzrlib/errors.py:2219
5644
#: bzrlib/errors.py:2238
5628
5646
"An inconsistent delta was supplied: %(delta)r\n"
5629
5647
"reason: %(reason)s"
5632
#: bzrlib/errors.py:2231
5650
#: bzrlib/errors.py:2250
5633
5651
msgid "To use this feature you must upgrade your branch at %(path)s."
5636
#: bzrlib/errors.py:2240
5654
#: bzrlib/errors.py:2259
5637
5655
msgid "To use this feature you must upgrade your repository at %(path)s."
5640
#: bzrlib/errors.py:2245
5658
#: bzrlib/errors.py:2264
5642
5660
"To use this feature you must upgrade your branch at %(path)s to a format "
5643
5661
"which supports rich roots."
5646
#: bzrlib/errors.py:2251
5664
#: bzrlib/errors.py:2270
5647
5665
msgid "Cannot perform local-only commits on unbound branches."
5650
#: bzrlib/errors.py:2256
5668
#: bzrlib/errors.py:2275
5651
5669
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5654
#: bzrlib/errors.py:2277
5672
#: bzrlib/errors.py:2296
5655
5673
msgid "Ghost tags not supported by format %(format)r."
5658
#: bzrlib/errors.py:2285
5676
#: bzrlib/errors.py:2304
5659
5677
msgid "File is binary but should be text."
5662
#: bzrlib/errors.py:2290
5680
#: bzrlib/errors.py:2309
5663
5681
msgid "The path %(path)s is not permitted on this platform"
5666
#: bzrlib/errors.py:2299
5684
#: bzrlib/errors.py:2318
5668
5686
"Testament did not match expected value.\n"
5669
5687
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5670
5688
" {%(measured)s}"
5673
#: bzrlib/errors.py:2311
5691
#: bzrlib/errors.py:2330
5674
5692
msgid "Not a bzr revision-bundle: %(text)r"
5677
#: bzrlib/errors.py:2320
5695
#: bzrlib/errors.py:2339
5678
5696
msgid "Bad bzr revision-bundle: %(text)r"
5681
#: bzrlib/errors.py:2329
5699
#: bzrlib/errors.py:2348
5682
5700
msgid "Malformed bzr revision-bundle header: %(text)r"
5685
#: bzrlib/errors.py:2334
5703
#: bzrlib/errors.py:2353
5686
5704
msgid "Malformed patches in bzr revision-bundle: %(text)r"
5689
#: bzrlib/errors.py:2339
5707
#: bzrlib/errors.py:2358
5690
5708
msgid "Malformed footer in bzr revision-bundle: %(text)r"
5693
#: bzrlib/errors.py:2344
5711
#: bzrlib/errors.py:2363
5694
5712
msgid "End of line marker was not \\n in bzr revision-bundle"
5697
#: bzrlib/errors.py:2354
5715
#: bzrlib/errors.py:2373
5698
5716
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
5701
#: bzrlib/errors.py:2364
5719
#: bzrlib/errors.py:2383
5702
5720
msgid "Root class for inventory serialization errors"
5705
#: bzrlib/errors.py:2368
5723
#: bzrlib/errors.py:2387
5707
5725
"The inventory was not in the expected format:\n"
5711
#: bzrlib/errors.py:2377
5729
#: bzrlib/errors.py:2396
5712
5730
msgid "This operation requires rich root data storage"
5715
#: bzrlib/errors.py:2390
5733
#: bzrlib/errors.py:2409
5716
5734
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
5719
#: bzrlib/errors.py:2399
5737
#: bzrlib/errors.py:2418
5721
5739
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
5725
#: bzrlib/errors.py:2406
5743
#: bzrlib/errors.py:2425
5727
5745
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
5728
5746
"ghost at {%(ghost_revision_id)s}"
5731
#: bzrlib/errors.py:2416
5749
#: bzrlib/errors.py:2435
5732
5750
msgid "Ghost revision {%(revision_id)s} cannot be used here."
5735
#: bzrlib/errors.py:2467
5753
#: bzrlib/errors.py:2486
5737
5755
"A merge directive must provide either a bundle or a public branch location."
5740
#: bzrlib/errors.py:2474
5758
#: bzrlib/errors.py:2493
5741
5759
msgid "Bad merge directive payload %(start)r"
5744
#: bzrlib/errors.py:2484
5762
#: bzrlib/errors.py:2503
5745
5763
msgid "Preview patch does not match requested changes."
5748
#: bzrlib/errors.py:2490
5766
#: bzrlib/errors.py:2509
5749
5767
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
5752
#: bzrlib/errors.py:2500
5770
#: bzrlib/errors.py:2519
5754
5772
"Your branch does not have all of the revisions required in order to merge "
5755
5773
"this merge directive and the target location specified in the merge "
5756
5774
"directive is not a branch: %(location)s."
5759
#: bzrlib/errors.py:2512
5777
#: bzrlib/errors.py:2531
5760
5778
msgid "Unsupported entry kind %(kind)s"
5763
#: bzrlib/errors.py:2520
5781
#: bzrlib/errors.py:2539
5764
5782
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
5767
#: bzrlib/errors.py:2530
5785
#: bzrlib/errors.py:2549
5768
5786
msgid "Subsume target %(other_tree)s needs to be upgraded."
5771
#: bzrlib/errors.py:2549
5789
#: bzrlib/errors.py:2568
5772
5790
msgid "No such tag: %(tag_name)s"
5775
#: bzrlib/errors.py:2557
5793
#: bzrlib/errors.py:2576
5776
5794
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
5779
#: bzrlib/errors.py:2566
5797
#: bzrlib/errors.py:2585
5780
5798
msgid "Tag %(tag_name)s already exists."
5783
#: bzrlib/errors.py:2574
5801
#: bzrlib/errors.py:2593
5785
5803
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
5786
5804
"bugs\" for more information on this feature."
5789
#: bzrlib/errors.py:2584
5807
#: bzrlib/errors.py:2603
5791
5809
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
5794
#: bzrlib/errors.py:2594
5812
#: bzrlib/errors.py:2613
5796
5814
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
5799
#: bzrlib/errors.py:2604
5817
#: bzrlib/errors.py:2623
5800
5818
msgid "Invalid line in bugs property: '%(line)s'"
5803
#: bzrlib/errors.py:2612
5821
#: bzrlib/errors.py:2631
5804
5822
msgid "Invalid bug status: '%(status)s'"
5807
#: bzrlib/errors.py:2620
5825
#: bzrlib/errors.py:2639
5808
5826
msgid "Could not understand response from smart server: %(response_tuple)r"
5811
#: bzrlib/errors.py:2659
5829
#: bzrlib/errors.py:2678
5812
5830
msgid "Server sent an unexpected error: %(error_tuple)r"
5815
#: bzrlib/errors.py:2678
5833
#: bzrlib/errors.py:2697
5816
5834
msgid "Unrecognised container format: %(container_format)r"
5819
#: bzrlib/errors.py:2686
5837
#: bzrlib/errors.py:2705
5820
5838
msgid "Unexpected end of container stream"
5823
#: bzrlib/errors.py:2691
5841
#: bzrlib/errors.py:2710
5824
5842
msgid "Unknown record type: %(record_type)r"
5827
#: bzrlib/errors.py:2699
5845
#: bzrlib/errors.py:2718
5828
5846
msgid "Invalid record: %(reason)s"
5831
#: bzrlib/errors.py:2707
5849
#: bzrlib/errors.py:2726
5832
5850
msgid "Container has data after end marker: %(excess)r"
5835
#: bzrlib/errors.py:2715
5853
#: bzrlib/errors.py:2734
5836
5854
msgid "Container has multiple records with the same name: %(name)s"
5839
#: bzrlib/errors.py:2728
5857
#: bzrlib/errors.py:2747
5840
5858
msgid "Corrupt or incompatible data stream: %(reason)s"
5843
#: bzrlib/errors.py:2736
5861
#: bzrlib/errors.py:2755
5844
5862
msgid "SMTP error: %(error)s"
5847
#: bzrlib/errors.py:2744
5865
#: bzrlib/errors.py:2763
5848
5866
msgid "No message supplied."
5851
#: bzrlib/errors.py:2749
5869
#: bzrlib/errors.py:2768
5852
5870
msgid "No mail-to address (--mail-to) or output (-o) specified."
5855
#: bzrlib/errors.py:2754
5873
#: bzrlib/errors.py:2773
5856
5874
msgid "Unknown mail client: %(mail_client)s"
5859
#: bzrlib/errors.py:2762
5877
#: bzrlib/errors.py:2781
5861
5879
"Unable to find mail client with the following names: "
5862
5880
"%(mail_command_list_string)s"
5865
#: bzrlib/errors.py:2772
5883
#: bzrlib/errors.py:2791
5866
5884
msgid "SMTP connection to %(host)s refused"
5869
#: bzrlib/errors.py:2781
5887
#: bzrlib/errors.py:2800
5870
5888
msgid "Please specify smtp_server. No server at default %(host)s."
5873
#: bzrlib/errors.py:2795
5891
#: bzrlib/errors.py:2814
5875
5893
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
5879
#: bzrlib/errors.py:2807
5897
#: bzrlib/errors.py:2826
5880
5898
msgid "'%(display_url)s' is already a branch."
5883
#: bzrlib/errors.py:2812
5901
#: bzrlib/errors.py:2831
5884
5902
msgid "'%(display_url)s' is already a tree."
5887
#: bzrlib/errors.py:2817
5905
#: bzrlib/errors.py:2836
5888
5906
msgid "'%(display_url)s' is already a checkout."
5891
#: bzrlib/errors.py:2822
5909
#: bzrlib/errors.py:2841
5892
5910
msgid "'%(display_url)s' is already a lightweight checkout."
5895
#: bzrlib/errors.py:2827
5913
#: bzrlib/errors.py:2846
5896
5914
msgid "'%(display_url)s' is already using a shared repository."
5899
#: bzrlib/errors.py:2832
5917
#: bzrlib/errors.py:2851
5900
5918
msgid "'%(display_url)s' is already standalone."
5903
#: bzrlib/errors.py:2837
5921
#: bzrlib/errors.py:2856
5904
5922
msgid "Shared repository '%(display_url)s' already creates working trees."
5907
#: bzrlib/errors.py:2843
5925
#: bzrlib/errors.py:2862
5909
5927
"Shared repository '%(display_url)s' already doesn't create working trees."
5912
#: bzrlib/errors.py:2849
5930
#: bzrlib/errors.py:2868
5913
5931
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
5916
#: bzrlib/errors.py:2854
5934
#: bzrlib/errors.py:2873
5917
5935
msgid "No location could be found to bind to at %(display_url)s."
5920
#: bzrlib/errors.py:2859
5938
#: bzrlib/errors.py:2878
5922
5940
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
5923
5941
"status).%(more)s"
5926
#: bzrlib/errors.py:2878
5944
#: bzrlib/errors.py:2897
5928
5946
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
5929
5947
"list).%(more)s"
5932
#: bzrlib/errors.py:2884
5950
#: bzrlib/errors.py:2903
5933
5951
msgid "Variable {%(name)s} is not available."
5936
#: bzrlib/errors.py:2892
5954
#: bzrlib/errors.py:2911
5937
5955
msgid "No template specified."
5940
#: bzrlib/errors.py:2897
5958
#: bzrlib/errors.py:2916
5941
5959
msgid "Unable to create symlink %(path_str)son this platform"
5944
#: bzrlib/errors.py:2912
5962
#: bzrlib/errors.py:2931
5946
5964
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
5947
5965
"\"original\", \"local\"."
5950
#: bzrlib/errors.py:2946
5968
#: bzrlib/errors.py:2965
5952
5970
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
5955
#: bzrlib/errors.py:2958
5973
#: bzrlib/errors.py:2977
5956
5974
msgid "The \"%(config_id)s\" configuration does not exist."
5959
#: bzrlib/errors.py:2966
5977
#: bzrlib/errors.py:2985
5960
5978
msgid "The \"%(option_name)s\" configuration option does not exist."
5963
#: bzrlib/errors.py:2974
5981
#: bzrlib/errors.py:2993
5964
5982
msgid "The alias \"%(alias_name)s\" does not exist."
5967
#: bzrlib/errors.py:2988
5985
#: bzrlib/errors.py:3007
5968
5986
msgid "\"%(alias_name)s\" is not a valid location alias."
5971
#: bzrlib/errors.py:2996
5989
#: bzrlib/errors.py:3015
5972
5990
msgid "No %(alias_name)s location assigned."
5975
#: bzrlib/errors.py:3004
5993
#: bzrlib/errors.py:3023
5976
5994
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
5979
#: bzrlib/errors.py:3014
5997
#: bzrlib/errors.py:3033
5980
5998
msgid "Unknown rules detected: %(unknowns_str)s."
5983
#: bzrlib/errors.py:3025
6001
#: bzrlib/errors.py:3044
5984
6002
msgid "Tip change rejected: %(msg)s"
5987
#: bzrlib/errors.py:3033
6005
#: bzrlib/errors.py:3052
5988
6006
msgid "Shelf corrupt."
5991
#: bzrlib/errors.py:3038
6009
#: bzrlib/errors.py:3057
5992
6010
msgid "Corruption while decompressing repository file%(orig_error)s"
5995
#: bzrlib/errors.py:3050
6013
#: bzrlib/errors.py:3069
5996
6014
msgid "No changes are shelved with id \"%(shelf_id)d\"."
5999
#: bzrlib/errors.py:3058
6017
#: bzrlib/errors.py:3077
6000
6018
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6003
#: bzrlib/errors.py:3066
6021
#: bzrlib/errors.py:3085
6005
6023
"An attempt to access a url outside the server jail was made: '%(url)s'."
6008
#: bzrlib/errors.py:3074
6026
#: bzrlib/errors.py:3093
6009
6027
msgid "The user aborted the operation."
6012
#: bzrlib/errors.py:3079
6030
#: bzrlib/errors.py:3098
6013
6031
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6016
#: bzrlib/errors.py:3089
6034
#: bzrlib/errors.py:3108
6017
6035
msgid "No such view: %(view_name)s."
6020
#: bzrlib/errors.py:3099
6038
#: bzrlib/errors.py:3118
6022
6040
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6023
6041
"to a later format."
6026
#: bzrlib/errors.py:3108
6044
#: bzrlib/errors.py:3127
6028
6046
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6031
#: bzrlib/errors.py:3175
6049
#: bzrlib/errors.py:3194
6032
6050
msgid "%(bzrdir)r does not support co-located branches."
6035
#: bzrlib/errors.py:3181
6053
#: bzrlib/errors.py:3200
6037
6055
"Unable to determine your name.\n"
6038
6056
"Please, set your name with the 'whoami' command.\n"
6039
6057
"E.g. bzr whoami \"Your Name <name@example.com>\""
6042
#: bzrlib/errors.py:3190
6060
#: bzrlib/errors.py:3209
6043
6061
msgid "Invalid pattern(s) found. %(msg)s"
6046
#: bzrlib/errors.py:3198
6064
#: bzrlib/errors.py:3217
6048
6066
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6049
6067
"unbind` to fix."
6052
#: bzrlib/errors.py:3209
6070
#: bzrlib/errors.py:3228
6053
6071
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6056
#: bzrlib/errors.py:3218
6074
#: bzrlib/errors.py:3237
6057
6075
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6060
#: bzrlib/errors.py:3227
6078
#: bzrlib/errors.py:3246
6062
6080
"No compatible object available for operations from %(source)r to %(target)r."
6065
#: bzrlib/errors.py:3237
6083
#: bzrlib/errors.py:3256
6067
6085
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6068
6086
"%(arguments)s."
6071
#: bzrlib/errors.py:3247
6089
#: bzrlib/errors.py:3266
6073
6091
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6074
6092
"format %(format)r"
6077
#: bzrlib/errors.py:3259
6095
#: bzrlib/errors.py:3278
6079
6097
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6083
#: bzrlib/errors.py:3272
6101
#: bzrlib/errors.py:3291
6084
6102
msgid "Binary files section encountered."
6087
#: bzrlib/errors.py:3280
6105
#: bzrlib/errors.py:3299
6089
6107
"Malformed patch header. %(desc)s\n"
6093
#: bzrlib/errors.py:3289
6111
#: bzrlib/errors.py:3308
6095
6113
"Malformed hunk header. %(desc)s\n"
6099
#: bzrlib/errors.py:3298
6117
#: bzrlib/errors.py:3317
6101
6119
"Malformed line. %(desc)s\n"
6105
#: bzrlib/errors.py:3308
6123
#: bzrlib/errors.py:3327
6107
6125
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6108
6126
"but patch says it should be \"%(patch_line)s\""
6111
#: bzrlib/errors.py:3319
6129
#: bzrlib/errors.py:3338
6112
6130
msgid "The feature %(feature)s has already been registered."