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