1
1
# Malay translation for bzr
2
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
2
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
3
3
# This file is distributed under the same license as the bzr package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
8
8
"Project-Id-Version: bzr\n"
9
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
"POT-Creation-Date: 2012-02-02 17:39+0100\n"
11
"PO-Revision-Date: 2012-01-16 16:40+0000\n"
12
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
10
"POT-Creation-Date: 2012-07-10 11:35+0200\n"
11
"PO-Revision-Date: 2011-10-15 10:57+0000\n"
12
"Last-Translator: abuyop <Unknown>\n"
13
13
"Language-Team: Malay <ms@li.org>\n"
14
14
"MIME-Version: 1.0\n"
15
15
"Content-Type: text/plain; charset=UTF-8\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
17
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18
"X-Launchpad-Export-Date: 2012-02-04 06:20+0000\n"
19
"X-Generator: Launchpad (build 14738)\n"
18
"X-Launchpad-Export-Date: 2012-07-11 04:32+0000\n"
19
"X-Generator: Launchpad (build 15593)\n"
22
22
msgid "skipping {0} (larger than {1} of {2} bytes)"
25
#: bzrlib/branch.py:872
25
#: bzrlib/branch.py:854
29
#: bzrlib/branch.py:3205
29
#: bzrlib/branch.py:2955
31
31
msgid "Pushed up to revision %d."
34
#: bzrlib/branch.py:3207
34
#: bzrlib/branch.py:2957
36
36
msgid "%d tag updated."
37
37
msgid_plural "%d tags updated."
38
38
msgstr[0] "%d tag dikemaskini"
39
39
msgstr[1] "%d tag dikemaskini"
41
#: bzrlib/branch.py:3210
41
#: bzrlib/branch.py:2960
42
42
msgid "No new revisions or tags to push."
45
#: bzrlib/branch.py:3212
45
#: bzrlib/branch.py:2962
46
46
msgid "No new revisions to push."
49
#: bzrlib/branch.py:3232
49
#: bzrlib/branch.py:2982
50
50
msgid "checked branch {0} format {1}"
53
#: bzrlib/branch.py:3235
53
#: bzrlib/branch.py:2985
55
55
msgid "found error:%s"
56
56
msgstr "temui ralat:%s"
58
#: bzrlib/builtins.py:209 bzrlib/builtins.py:3016 bzrlib/workingtree.py:315
58
#: bzrlib/builtins.py:251 bzrlib/builtins.py:3045 bzrlib/workingtree.py:323
60
60
msgid "Ignoring files outside view. View is %s"
61
61
msgstr "Abaikan fail diluar paparan. Paparan ialah %s"
63
#: bzrlib/builtins.py:218
63
#: bzrlib/builtins.py:260
65
65
msgid "bzr %s --revision takes exactly one revision identifier"
68
#: bzrlib/builtins.py:303
68
#: bzrlib/builtins.py:315
69
69
msgid "Display status summary."
70
70
msgstr "Papar ringkasan status"
72
#: bzrlib/builtins.py:305
72
#: bzrlib/builtins.py:317
74
74
"This reports on versioned and unknown files, reporting them\n"
75
75
"grouped by state. Possible states are:"
78
#: bzrlib/builtins.py:308
78
#: bzrlib/builtins.py:320
81
81
" Versioned in the working copy but not in the previous revision."
84
#: bzrlib/builtins.py:311
84
#: bzrlib/builtins.py:323
87
87
" Versioned in the previous revision but removed or deleted\n"
88
88
" in the working copy."
91
#: bzrlib/builtins.py:315
91
#: bzrlib/builtins.py:327
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:363
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:366
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:375
168
168
msgid "Use short status indicators."
171
#: bzrlib/builtins.py:365
171
#: bzrlib/builtins.py:377
172
172
msgid "Only show versioned files."
175
#: bzrlib/builtins.py:367
175
#: bzrlib/builtins.py:379
176
176
msgid "Don't show pending merges."
179
#: bzrlib/builtins.py:370
179
#: bzrlib/builtins.py:382
180
180
msgid "Do not mark object type using indicator."
183
#: bzrlib/builtins.py:385
183
#: bzrlib/builtins.py:397
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:441 bzrlib/builtins.py:5230
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:444 bzrlib/builtins.py:5232
192
192
msgid "You must supply either --revision or a revision_id"
195
#: bzrlib/builtins.py:439
195
#: bzrlib/builtins.py:451
197
197
msgid "Repository %r does not support access to raw revision texts"
200
#: bzrlib/builtins.py:450
200
#: bzrlib/builtins.py:462
201
201
msgid "The repository {0} contains no revision {1}."
204
#: bzrlib/builtins.py:457
204
#: bzrlib/builtins.py:469
205
205
msgid "You cannot specify a NULL revision."
208
#: bzrlib/builtins.py:549
208
#: bzrlib/builtins.py:561
209
209
msgid "Remove the working tree from a given branch/checkout."
212
#: bzrlib/builtins.py:551
212
#: bzrlib/builtins.py:563
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:566
219
219
msgid "To re-create the working tree, use \"bzr checkout\"."
222
#: bzrlib/builtins.py:560
222
#: bzrlib/builtins.py:572
224
224
"Remove the working tree even if it has uncommitted or shelved changes."
227
#: bzrlib/builtins.py:574
227
#: bzrlib/builtins.py:586
228
228
msgid "No working tree to remove"
231
#: bzrlib/builtins.py:576
231
#: bzrlib/builtins.py:588
232
232
msgid "You cannot remove the working tree of a remote path"
235
#: bzrlib/builtins.py:585
235
#: bzrlib/builtins.py:597
236
236
msgid "You cannot remove the working tree from a lightweight checkout"
239
#: bzrlib/builtins.py:625
239
#: bzrlib/builtins.py:637
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:648
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:652
252
252
msgid "failed to reset the tree state{0}"
255
#: bzrlib/builtins.py:644
255
#: bzrlib/builtins.py:656
256
256
msgid "Show current revision number."
259
#: bzrlib/builtins.py:646
259
#: bzrlib/builtins.py:658
260
260
msgid "This is equal to the number of revisions on this branch."
263
#: bzrlib/builtins.py:659
263
#: bzrlib/builtins.py:671
264
264
msgid "--tree and --revision can not be used together"
267
#: bzrlib/builtins.py:676 bzrlib/builtins.py:5967
267
#: bzrlib/builtins.py:688 bzrlib/builtins.py:5986
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:712
272
272
msgid "Show revno of working tree."
275
#: bzrlib/builtins.py:748
275
#: bzrlib/builtins.py:760
276
276
msgid "Add specified files or directories."
279
#: bzrlib/builtins.py:750
279
#: bzrlib/builtins.py:762
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:766
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:796
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:799
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:806
348
348
msgid "Don't recursively add the contents of directories."
351
#: bzrlib/builtins.py:800
351
#: bzrlib/builtins.py:813
352
352
msgid "Lookup file ids from this tree."
355
#: bzrlib/builtins.py:836
355
#: bzrlib/builtins.py:849
356
356
msgid "ignored {0} matching \"{1}\"\n"
359
#: bzrlib/builtins.py:841
359
#: bzrlib/builtins.py:854
360
360
msgid "Create a new versioned directory."
363
#: bzrlib/builtins.py:843
363
#: bzrlib/builtins.py:856
364
364
msgid "This is equivalent to creating the directory and then adding it."
367
#: bzrlib/builtins.py:850
367
#: bzrlib/builtins.py:863
368
368
msgid "No error if existing, make parent directories as needed."
371
#: bzrlib/builtins.py:884
371
#: bzrlib/builtins.py:897
373
373
msgid "added %s\n"
376
#: bzrlib/builtins.py:926
376
#: bzrlib/builtins.py:939
378
378
msgid "invalid kind %r specified"
381
#: bzrlib/builtins.py:963
381
#: bzrlib/builtins.py:976
382
382
msgid "Move or rename a file."
385
#: bzrlib/builtins.py:965
385
#: bzrlib/builtins.py:978
386
386
msgid " bzr mv SOURCE... DESTINATION"
389
#: bzrlib/builtins.py:967
389
#: bzrlib/builtins.py:980
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:984
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:990
406
406
msgid "Files cannot be moved between branches."
409
#: bzrlib/builtins.py:984
409
#: bzrlib/builtins.py:997
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:999
416
416
msgid "Automatically guess renames."
419
#: bzrlib/builtins.py:987
419
#: bzrlib/builtins.py:1000
420
420
msgid "Avoid making changes when guessing renames."
423
#: bzrlib/builtins.py:996
423
#: bzrlib/builtins.py:1009
424
424
msgid "--dry-run requires --auto."
427
#: bzrlib/builtins.py:1000
427
#: bzrlib/builtins.py:1013
428
428
msgid "missing file argument"
431
#: bzrlib/builtins.py:1004
431
#: bzrlib/builtins.py:1017
432
432
msgid "can not move root of branch"
435
#: bzrlib/builtins.py:1010
435
#: bzrlib/builtins.py:1023
436
436
msgid "Only one path may be specified to --auto."
439
#: bzrlib/builtins.py:1013
439
#: bzrlib/builtins.py:1026
440
440
msgid "--after cannot be specified with --auto."
443
#: bzrlib/builtins.py:1050
443
#: bzrlib/builtins.py:1062
444
444
msgid "to mv multiple files the destination must be a versioned directory"
447
#: bzrlib/builtins.py:1102
447
#: bzrlib/builtins.py:1114
448
448
msgid "Turn this branch into a mirror of another branch."
451
#: bzrlib/builtins.py:1104
451
#: bzrlib/builtins.py:1116
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:1134
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:1138
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:1146
496
496
msgid "Show logs of pulled revisions."
499
#: bzrlib/builtins.py:1136
499
#: bzrlib/builtins.py:1148
501
501
"Branch to pull into, rather than the one containing the working directory."
504
#: bzrlib/builtins.py:1139
504
#: bzrlib/builtins.py:1151
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:1189
511
511
msgid "Need working tree for --show-base."
514
#: bzrlib/builtins.py:1184
514
#: bzrlib/builtins.py:1205
515
515
msgid "No pull location known or specified."
518
#: bzrlib/builtins.py:1190
518
#: bzrlib/builtins.py:1211
520
520
msgid "Using saved parent location: %s\n"
523
#: bzrlib/builtins.py:1197 bzrlib/builtins.py:4393
523
#: bzrlib/builtins.py:1218 bzrlib/builtins.py:4425
524
524
msgid "Cannot use -r with merge directives or bundles"
527
#: bzrlib/builtins.py:1238
527
#: bzrlib/builtins.py:1261
528
528
msgid "Update a mirror of this branch."
531
#: bzrlib/builtins.py:1240
531
#: bzrlib/builtins.py:1263
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:1266
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:1269
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:1273
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:1276
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:1280
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:1285
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:1296 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:1299
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:1304
591
591
"Create a stacked branch that references the public location of the parent "
595
#: bzrlib/builtins.py:1284
595
#: bzrlib/builtins.py:1307
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:1312 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:1315
609
609
msgid "Don't populate the working tree, even for protocols that support it."
612
#: bzrlib/builtins.py:1336
612
#: bzrlib/builtins.py:1318
613
msgid "Overwrite tags only."
616
#: bzrlib/builtins.py:1369
613
617
msgid "Could not determine branch to refer to."
616
#: bzrlib/builtins.py:1345
620
#: bzrlib/builtins.py:1378
619
623
"No push location known or specified. To push to the parent branch (at %s), "
620
624
"use 'bzr push :parent'."
623
#: bzrlib/builtins.py:1351 bzrlib/foreign.py:306
627
#: bzrlib/builtins.py:1384 bzrlib/foreign.py:306
624
628
msgid "No push location known or specified."
627
#: bzrlib/builtins.py:1355
631
#: bzrlib/builtins.py:1388
629
633
msgid "Using saved push location: %s"
632
#: bzrlib/builtins.py:1365
636
#: bzrlib/builtins.py:1398
633
637
msgid "Create a new branch that is a copy of an existing branch."
636
#: bzrlib/builtins.py:1367
640
#: bzrlib/builtins.py:1400
638
642
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
639
643
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
644
648
"create ./foo-bar."
647
#: bzrlib/builtins.py:1374
651
#: bzrlib/builtins.py:1407
649
653
"To retrieve the branch as of a particular revision, supply the --revision\n"
650
654
"parameter, as in \"branch foo/bar -r 5\"."
653
#: bzrlib/builtins.py:1377
657
#: bzrlib/builtins.py:1410
654
658
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
657
#: bzrlib/builtins.py:1387
661
#: bzrlib/builtins.py:1420
658
662
msgid "Create a branch without a working-tree."
661
#: bzrlib/builtins.py:1389
665
#: bzrlib/builtins.py:1422
662
666
msgid "Switch the checkout in the current directory to the new branch."
665
#: bzrlib/builtins.py:1392
669
#: bzrlib/builtins.py:1425
667
671
"Create a stacked branch referring to the source branch. The new branch will "
668
672
"depend on the availability of the source branch for all operations."
671
#: bzrlib/builtins.py:1396
675
#: bzrlib/builtins.py:1429
672
676
msgid "Do not use a shared repository, even if available."
675
#: bzrlib/builtins.py:1398
679
#: bzrlib/builtins.py:1431
677
681
"By default branch will fail if the target directory exists, but does not "
678
682
"already have a control directory. This flag will allow branch to proceed."
681
#: bzrlib/builtins.py:1403
685
#: bzrlib/builtins.py:1436
682
686
msgid "Bind new branch to from location."
685
#: bzrlib/builtins.py:1450
689
#: bzrlib/builtins.py:1483
687
691
msgid "Target directory \"%s\" already exists."
690
#: bzrlib/builtins.py:1462
694
#: bzrlib/builtins.py:1495
692
696
msgid "Parent of \"%s\" does not exist."
695
#: bzrlib/builtins.py:1481
699
#: bzrlib/builtins.py:1514
696
700
msgid "The branch {0} has no revision {1}."
699
#: bzrlib/builtins.py:1496 bzrlib/push.py:53
703
#: bzrlib/builtins.py:1529 bzrlib/push.py:53
701
705
msgid "Created new stacked branch referring to %s."
704
#: bzrlib/builtins.py:1500
708
#: bzrlib/builtins.py:1533
706
710
msgid "Branched %d revision."
707
711
msgid_plural "Branched %d revisions."
711
#: bzrlib/builtins.py:1505
715
#: bzrlib/builtins.py:1538
713
717
msgid "New branch bound to %s"
716
#: bzrlib/builtins.py:1510 bzrlib/builtins.py:6256
720
#: bzrlib/builtins.py:1543 bzrlib/builtins.py:6280
718
722
msgid "Switched to branch: %s"
721
#: bzrlib/builtins.py:1515
725
#: bzrlib/builtins.py:1548
722
726
msgid "List the branches available at the current location."
725
#: bzrlib/builtins.py:1517
729
#: bzrlib/builtins.py:1550
727
731
"This command will print the names of all the branches at the current\n"
731
#: bzrlib/builtins.py:1524
735
#: bzrlib/builtins.py:1557
733
737
"Recursively scan for branches rather than just looking in the specified "
737
#: bzrlib/builtins.py:1554
741
#: bzrlib/builtins.py:1586
738
742
msgid "(default)"
741
#: bzrlib/builtins.py:1566
745
#: bzrlib/builtins.py:1598
742
746
msgid "Create a new checkout of an existing branch."
745
#: bzrlib/builtins.py:1568
749
#: bzrlib/builtins.py:1600
747
751
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
837
841
"out the old content of that file to a new location."
840
#: bzrlib/builtins.py:1694
844
#: bzrlib/builtins.py:1724
842
846
"The 'dir' argument, if given, must be the location of the root of a\n"
843
847
"working tree to update. By default, the working tree that contains the \n"
844
848
"current working directory is used."
847
#: bzrlib/builtins.py:1710
851
#: bzrlib/builtins.py:1740
848
852
msgid "bzr update --revision takes exactly one revision"
851
#: bzrlib/builtins.py:1718
855
#: bzrlib/builtins.py:1748
852
856
msgid "bzr update can only update a whole tree, not a file or subdirectory"
855
#: bzrlib/builtins.py:1749
859
#: bzrlib/builtins.py:1779
856
860
msgid "Tree is up to date at revision {0} of branch {1}"
859
#: bzrlib/builtins.py:1765
863
#: bzrlib/builtins.py:1795
862
866
"branch has no revision %s\n"
863
867
"bzr update --revision only works for a revision in the branch history"
866
#: bzrlib/builtins.py:1771
870
#: bzrlib/builtins.py:1801
867
871
msgid "Updated to revision {0} of branch {1}"
870
#: bzrlib/builtins.py:1775
874
#: bzrlib/builtins.py:1805
872
876
"Your local commits will now show as pending merges with 'bzr status', and "
873
877
"can be committed with 'bzr commit'."
876
#: bzrlib/builtins.py:1784
880
#: bzrlib/builtins.py:1814
877
881
msgid "Show information about a working tree, branch or repository."
880
#: bzrlib/builtins.py:1786
884
#: bzrlib/builtins.py:1816
882
886
"This command will show all known locations and formats associated to the\n"
883
887
"tree, branch or repository."
886
#: bzrlib/builtins.py:1789
890
#: bzrlib/builtins.py:1819
888
892
"In verbose mode, statistical information is included with each report.\n"
889
893
"To see extended statistic information, use a verbosity level of 2 or\n"
890
894
"higher by specifying the verbose option multiple times, e.g. -vv."
893
#: bzrlib/builtins.py:1793
897
#: bzrlib/builtins.py:1823
894
898
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
901
#: bzrlib/builtins.py:1825 bzrlib/builtins.py:3744 bzrlib/builtins.py:4885
902
#: bzrlib/builtins.py:6466
899
903
msgid ":Examples:"
902
#: bzrlib/builtins.py:1797
906
#: bzrlib/builtins.py:1827
903
907
msgid " Display information on the format and related locations:"
906
#: bzrlib/builtins.py:1799
910
#: bzrlib/builtins.py:1829
907
911
msgid " bzr info"
910
#: bzrlib/builtins.py:1801
914
#: bzrlib/builtins.py:1831
912
916
" Display the above together with extended format information and\n"
913
917
" basic statistics (like the number of files in the working tree and\n"
914
918
" number of revisions in the branch and repository):"
917
#: bzrlib/builtins.py:1805
921
#: bzrlib/builtins.py:1835
918
922
msgid " bzr info -v"
921
#: bzrlib/builtins.py:1807
925
#: bzrlib/builtins.py:1837
922
926
msgid " Display the above together with number of committers to the branch:"
925
#: bzrlib/builtins.py:1809
929
#: bzrlib/builtins.py:1839
926
930
msgid " bzr info -vv"
929
#: bzrlib/builtins.py:1828
933
#: bzrlib/builtins.py:1858
930
934
msgid "Remove files or directories."
933
#: bzrlib/builtins.py:1830
937
#: bzrlib/builtins.py:1860
935
939
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
936
940
"delete them if they can easily be recovered using revert otherwise they\n"
937
"will be backed up (adding an extention of the form .~#~). If no options or\n"
941
"will be backed up (adding an extension of the form .~#~). If no options or\n"
938
942
"parameters are given Bazaar will scan for files that are being tracked by\n"
939
943
"Bazaar but missing in your tree and stop tracking them for you."
942
#: bzrlib/builtins.py:1838
946
#: bzrlib/builtins.py:1868
943
947
msgid "Only remove files that have never been committed."
946
#: bzrlib/builtins.py:1840
950
#: bzrlib/builtins.py:1870
947
951
msgid "The file deletion mode to be used."
950
#: bzrlib/builtins.py:1841
954
#: bzrlib/builtins.py:1871
951
955
msgid "Deletion Strategy"
954
#: bzrlib/builtins.py:1842
958
#: bzrlib/builtins.py:1872
955
959
msgid "Backup changed files (default)."
958
#: bzrlib/builtins.py:1843
962
#: bzrlib/builtins.py:1873
959
963
msgid "Delete from bzr but leave the working copy."
962
#: bzrlib/builtins.py:1844
966
#: bzrlib/builtins.py:1874
963
967
msgid "Don't backup changed files."
966
#: bzrlib/builtins.py:1845
970
#: bzrlib/builtins.py:1875
968
972
"Delete all the specified files, even if they can not be recovered and even "
969
973
"if they are non-empty directories. (deprecated, use no-backup)"
972
#: bzrlib/builtins.py:1854
976
#: bzrlib/builtins.py:1884
973
977
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
976
#: bzrlib/builtins.py:1871
980
#: bzrlib/builtins.py:1901
977
981
msgid "No matching files."
980
#: bzrlib/builtins.py:1932
984
#: bzrlib/builtins.py:1962
981
985
msgid "Reconcile bzr metadata in a branch."
984
#: bzrlib/builtins.py:1934
988
#: bzrlib/builtins.py:1964
986
990
"This can correct data mismatches that may have been caused by\n"
987
991
"previous ghost operations or bzr upgrades. You should only\n"
1061
1065
" bzr commit -m \"imported project\""
1064
#: bzrlib/builtins.py:2041
1068
#: bzrlib/builtins.py:2071
1066
1070
"Create the path leading up to the branch if it does not already exist."
1069
#: bzrlib/builtins.py:2044
1073
#: bzrlib/builtins.py:2074
1070
1074
msgid "Specify a format for this branch. See \"help formats\"."
1073
#: bzrlib/builtins.py:2052
1077
#: bzrlib/builtins.py:2082
1075
1079
"Never change revnos or the existing log. Append revisions to it only."
1078
#: bzrlib/builtins.py:2055
1082
#: bzrlib/builtins.py:2085
1079
1083
msgid "Create a branch without a working tree."
1082
#: bzrlib/builtins.py:2075 bzrlib/push.py:110
1086
#: bzrlib/builtins.py:2105 bzrlib/push.py:110
1083
1087
#, python-format
1085
1089
"Parent directory of %s does not exist.\n"
1086
1090
"You may supply --create-prefix to create all leading parent directories."
1089
#: bzrlib/builtins.py:2109
1093
#: bzrlib/builtins.py:2139
1091
1095
"This branch format cannot be set to append-revisions-only. Try --default."
1094
#: bzrlib/builtins.py:2120
1098
#: bzrlib/builtins.py:2150
1095
1099
msgid "Created a {0} (format: {1})\n"
1098
#: bzrlib/builtins.py:2129
1102
#: bzrlib/builtins.py:2159
1099
1103
#, python-format
1100
1104
msgid "Using shared repository: %s\n"
1103
#: bzrlib/builtins.py:2133
1107
#: bzrlib/builtins.py:2163
1104
1108
msgid "Create a shared repository for branches to share storage space."
1107
#: bzrlib/builtins.py:2135
1111
#: bzrlib/builtins.py:2165
1109
1113
"New branches created under the repository directory will store their\n"
1110
1114
"revisions in the repository, not in the branch directory. For branches\n"
1197
1201
" 0 - no change"
1200
#: bzrlib/builtins.py:2220
1204
#: bzrlib/builtins.py:2250
1203
1207
" Shows the difference in the working tree versus the last commit::"
1206
#: bzrlib/builtins.py:2223
1210
#: bzrlib/builtins.py:2253
1207
1211
msgid " bzr diff"
1210
#: bzrlib/builtins.py:2225
1214
#: bzrlib/builtins.py:2255
1211
1215
msgid " Difference between the working tree and revision 1::"
1214
#: bzrlib/builtins.py:2227
1218
#: bzrlib/builtins.py:2257
1215
1219
msgid " bzr diff -r1"
1218
#: bzrlib/builtins.py:2229
1222
#: bzrlib/builtins.py:2259
1219
1223
msgid " Difference between revision 3 and revision 1::"
1222
#: bzrlib/builtins.py:2231
1226
#: bzrlib/builtins.py:2261
1223
1227
msgid " bzr diff -r1..3"
1226
#: bzrlib/builtins.py:2233
1230
#: bzrlib/builtins.py:2263
1227
1231
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1230
#: bzrlib/builtins.py:2235
1234
#: bzrlib/builtins.py:2265
1231
1235
msgid " bzr diff -r1..3 xxx"
1234
#: bzrlib/builtins.py:2237
1238
#: bzrlib/builtins.py:2267
1235
1239
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1238
#: bzrlib/builtins.py:2239
1242
#: bzrlib/builtins.py:2269
1239
1243
msgid " bzr diff -c2"
1242
#: bzrlib/builtins.py:2241
1246
#: bzrlib/builtins.py:2271
1244
1248
" To see the changes introduced by revision X::\n"
1246
1250
" bzr diff -cX"
1249
#: bzrlib/builtins.py:2245
1253
#: bzrlib/builtins.py:2275
1251
1255
" Note that in the case of a merge, the -c option shows the changes\n"
1252
1256
" compared to the left hand parent. To see the changes against\n"
1253
1257
" another parent, use::"
1256
#: bzrlib/builtins.py:2249
1260
#: bzrlib/builtins.py:2279
1257
1261
msgid " bzr diff -r<chosen_parent>..X"
1260
#: bzrlib/builtins.py:2251
1264
#: bzrlib/builtins.py:2281
1262
1266
" The changes between the current revision and the previous revision\n"
1263
1267
" (equivalent to -c-1 and -r-2..-1)"
1266
#: bzrlib/builtins.py:2254
1270
#: bzrlib/builtins.py:2284
1267
1271
msgid " bzr diff -r-2.."
1270
#: bzrlib/builtins.py:2256
1274
#: bzrlib/builtins.py:2286
1271
1275
msgid " Show just the differences for file NEWS::"
1274
#: bzrlib/builtins.py:2258
1278
#: bzrlib/builtins.py:2288
1275
1279
msgid " bzr diff NEWS"
1278
#: bzrlib/builtins.py:2260
1282
#: bzrlib/builtins.py:2290
1279
1283
msgid " Show the differences in working tree xxx for file NEWS::"
1282
#: bzrlib/builtins.py:2262
1286
#: bzrlib/builtins.py:2292
1283
1287
msgid " bzr diff xxx/NEWS"
1286
#: bzrlib/builtins.py:2264
1290
#: bzrlib/builtins.py:2294
1287
1291
msgid " Show the differences from branch xxx to this working tree:"
1290
#: bzrlib/builtins.py:2266
1294
#: bzrlib/builtins.py:2296
1291
1295
msgid " bzr diff --old xxx"
1294
#: bzrlib/builtins.py:2268
1298
#: bzrlib/builtins.py:2298
1295
1299
msgid " Show the differences between two branches for file NEWS::"
1298
#: bzrlib/builtins.py:2270
1302
#: bzrlib/builtins.py:2300
1299
1303
msgid " bzr diff --old xxx --new yyy NEWS"
1302
#: bzrlib/builtins.py:2272
1306
#: bzrlib/builtins.py:2302
1303
1307
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1306
#: bzrlib/builtins.py:2274
1310
#: bzrlib/builtins.py:2304
1308
1312
" bzr diff --prefix old/:new/\n"
1312
1316
" bzr diff --using /usr/bin/diff --diff-options -wu"
1315
#: bzrlib/builtins.py:2284
1319
#: bzrlib/builtins.py:2314
1316
1320
msgid "Pass these options to the external diff program."
1319
#: bzrlib/builtins.py:2287
1323
#: bzrlib/builtins.py:2317
1321
1325
"Set prefixes added to old and new filenames, as two values separated by a "
1322
1326
"colon. (eg \"old/:new/\")."
1325
#: bzrlib/builtins.py:2290
1329
#: bzrlib/builtins.py:2320
1326
1330
msgid "Branch/tree to compare from."
1329
#: bzrlib/builtins.py:2294
1333
#: bzrlib/builtins.py:2324
1330
1334
msgid "Branch/tree to compare to."
1333
#: bzrlib/builtins.py:2300
1337
#: bzrlib/builtins.py:2330
1334
1338
msgid "Use this command to compare files."
1337
#: bzrlib/builtins.py:2305
1341
#: bzrlib/builtins.py:2335
1338
1342
msgid "Diff format to use."
1341
#: bzrlib/builtins.py:2307
1345
#: bzrlib/builtins.py:2337
1342
1346
msgid "Diff format"
1345
#: bzrlib/builtins.py:2329
1349
#: bzrlib/builtins.py:2359
1346
1350
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1349
#: bzrlib/builtins.py:2333
1353
#: bzrlib/builtins.py:2363
1350
1354
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
1357
#: bzrlib/builtins.py:2368 bzrlib/builtins.py:2765 bzrlib/builtins.py:2778
1358
#: bzrlib/builtins.py:2786 bzrlib/builtins.py:4959
1355
1359
msgid "{0} and {1} are mutually exclusive"
1358
#: bzrlib/builtins.py:2358
1362
#: bzrlib/builtins.py:2388
1360
1364
"List files deleted in the working tree.\n"
1364
#: bzrlib/builtins.py:2436
1368
#: bzrlib/builtins.py:2465
1365
1369
msgid "Show the tree root directory."
1368
#: bzrlib/builtins.py:2438
1372
#: bzrlib/builtins.py:2467
1370
1374
"The root is the nearest enclosing directory with a .bzr control\n"
1374
#: bzrlib/builtins.py:2453
1378
#: bzrlib/builtins.py:2482
1375
1379
msgid "The limit argument must be an integer."
1378
#: bzrlib/builtins.py:2461
1382
#: bzrlib/builtins.py:2490
1379
1383
msgid "The levels argument must be an integer."
1382
#: bzrlib/builtins.py:2466
1386
#: bzrlib/builtins.py:2495
1383
1387
msgid "Show historical log for a branch or subset of a branch."
1386
#: bzrlib/builtins.py:2468
1390
#: bzrlib/builtins.py:2497
1388
1392
"log is bzr's default tool for exploring the history of a branch.\n"
1389
1393
"The branch to use is taken from the first parameter. If no parameters\n"
1505
1509
" a nested merge revision and the log will be truncated accordingly."
1508
#: bzrlib/builtins.py:2542
1512
#: bzrlib/builtins.py:2571
1509
1513
msgid ":Path filtering:"
1512
#: bzrlib/builtins.py:2544
1516
#: bzrlib/builtins.py:2573
1514
1518
" If parameters are given and the first one is not a branch, the log\n"
1515
1519
" will be filtered to show only those revisions that changed the\n"
1516
1520
" nominated files or directories."
1519
#: bzrlib/builtins.py:2548
1523
#: bzrlib/builtins.py:2577
1521
1525
" Filenames are interpreted within their historical context. To log a\n"
1522
1526
" deleted file, specify a revision range so that the file existed at\n"
1523
1527
" the end or start of the range."
1526
#: bzrlib/builtins.py:2552
1530
#: bzrlib/builtins.py:2581
1528
1532
" Historical context is also important when interpreting pathnames of\n"
1529
1533
" renamed files/directories. Consider the following example:"
1532
#: bzrlib/builtins.py:2555
1536
#: bzrlib/builtins.py:2584
1534
1538
" * revision 1: add tutorial.txt\n"
1535
1539
" * revision 2: modify tutorial.txt\n"
1536
1540
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1539
#: bzrlib/builtins.py:2559
1543
#: bzrlib/builtins.py:2588
1540
1544
msgid " In this case:"
1543
#: bzrlib/builtins.py:2561
1547
#: bzrlib/builtins.py:2590
1544
1548
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1547
#: bzrlib/builtins.py:2563
1551
#: bzrlib/builtins.py:2592
1549
1553
" * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1552
#: bzrlib/builtins.py:2565
1556
#: bzrlib/builtins.py:2594
1554
1558
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1555
1559
" the original file in revision 2."
1558
#: bzrlib/builtins.py:2568
1562
#: bzrlib/builtins.py:2597
1560
1564
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1561
1565
" was no file called guide.txt in revision 2."
1564
#: bzrlib/builtins.py:2571
1568
#: bzrlib/builtins.py:2600
1566
1570
" Renames are always followed by log. By design, there is no need to\n"
1567
1571
" explicitly ask for this (and no way to stop logging a file back\n"
1568
1572
" until it was last renamed)."
1571
#: bzrlib/builtins.py:2575
1575
#: bzrlib/builtins.py:2604
1572
1576
msgid ":Other filtering:"
1575
#: bzrlib/builtins.py:2577
1579
#: bzrlib/builtins.py:2606
1577
1581
" The --match option can be used for finding revisions that match a\n"
1578
1582
" regular expression in a commit message, committer, author or bug.\n"
1644
1648
" trading disk space for faster speed."
1647
#: bzrlib/builtins.py:2624
1651
#: bzrlib/builtins.py:2653
1648
1652
msgid "Show from oldest to newest."
1651
#: bzrlib/builtins.py:2627
1655
#: bzrlib/builtins.py:2656
1652
1656
msgid "Show files changed in each revision."
1655
#: bzrlib/builtins.py:2633
1659
#: bzrlib/builtins.py:2662
1656
1660
msgid "Show just the specified revision. See also \"help revisionspec\"."
1659
#: bzrlib/builtins.py:2637
1663
#: bzrlib/builtins.py:2666
1660
1664
msgid "What names to list as authors - first, all or committer."
1663
#: bzrlib/builtins.py:2638
1667
#: bzrlib/builtins.py:2667
1664
1668
msgid "Authors"
1667
#: bzrlib/builtins.py:2643
1671
#: bzrlib/builtins.py:2672
1668
1672
msgid "Number of levels to display - 0 for all, 1 for flat."
1671
#: bzrlib/builtins.py:2653
1675
#: bzrlib/builtins.py:2682
1672
1676
msgid "Limit the output to the first N revisions."
1675
#: bzrlib/builtins.py:2658
1679
#: bzrlib/builtins.py:2687
1676
1680
msgid "Show changes made in each revision as a patch."
1679
#: bzrlib/builtins.py:2660
1683
#: bzrlib/builtins.py:2689
1680
1684
msgid "Show merged revisions like --levels 0 does."
1683
#: bzrlib/builtins.py:2664
1687
#: bzrlib/builtins.py:2693
1684
1688
msgid "Do not report commits with more than one parent."
1687
#: bzrlib/builtins.py:2666
1691
#: bzrlib/builtins.py:2695
1689
1693
"Display only the revisions that are not part of both ancestries (require -"
1693
#: bzrlib/builtins.py:2670
1697
#: bzrlib/builtins.py:2699
1694
1698
msgid "Show digital signature validity."
1697
#: bzrlib/builtins.py:2673
1701
#: bzrlib/builtins.py:2702
1698
1702
msgid "Show revisions whose properties match this expression."
1701
#: bzrlib/builtins.py:2677
1705
#: bzrlib/builtins.py:2706
1702
1706
msgid "Show revisions whose message matches this expression."
1705
#: bzrlib/builtins.py:2681
1709
#: bzrlib/builtins.py:2710
1706
1710
msgid "Show revisions whose committer matches this expression."
1709
#: bzrlib/builtins.py:2685
1713
#: bzrlib/builtins.py:2714
1710
1714
msgid "Show revisions whose authors match this expression."
1713
#: bzrlib/builtins.py:2689
1717
#: bzrlib/builtins.py:2718
1714
1718
msgid "Show revisions whose bugs match this expression."
1717
#: bzrlib/builtins.py:2743
1721
#: bzrlib/builtins.py:2772
1718
1722
msgid "--exclude-common-ancestry requires -r with two revisions"
1721
#: bzrlib/builtins.py:2771
1725
#: bzrlib/builtins.py:2800
1722
1726
#, python-format
1723
1727
msgid "Path unknown at end or start of revision range: %s"
1726
#: bzrlib/builtins.py:2888
1730
#: bzrlib/builtins.py:2917
1727
1731
#, python-format
1728
1732
msgid "bzr %s doesn't accept two revisions in different branches."
1731
#: bzrlib/builtins.py:2904
1735
#: bzrlib/builtins.py:2933
1732
1736
#, python-format
1733
1737
msgid "bzr %s --revision takes one or two values."
1736
#: bzrlib/builtins.py:2949
1740
#: bzrlib/builtins.py:2978
1738
1742
"List files in a tree.\n"
1742
#: bzrlib/builtins.py:2958
1746
#: bzrlib/builtins.py:2987
1743
1747
msgid "Recurse into subdirectories."
1746
#: bzrlib/builtins.py:2960
1750
#: bzrlib/builtins.py:2989
1747
1751
msgid "Print paths relative to the root of the branch."
1750
#: bzrlib/builtins.py:2962
1754
#: bzrlib/builtins.py:2991
1751
1755
msgid "Print unknown files."
1754
#: bzrlib/builtins.py:2963
1758
#: bzrlib/builtins.py:2992
1755
1759
msgid "Print versioned files."
1758
#: bzrlib/builtins.py:2966
1762
#: bzrlib/builtins.py:2995
1759
1763
msgid "Print ignored files."
1762
#: bzrlib/builtins.py:2968
1766
#: bzrlib/builtins.py:2997
1763
1767
msgid "List entries of a particular kind: file, directory, symlink."
1766
#: bzrlib/builtins.py:2981
1770
#: bzrlib/builtins.py:3010
1767
1771
msgid "invalid kind specified"
1770
#: bzrlib/builtins.py:2984
1774
#: bzrlib/builtins.py:3013
1771
1775
msgid "Cannot set both --verbose and --null"
1774
#: bzrlib/builtins.py:2993
1778
#: bzrlib/builtins.py:3022
1775
1779
msgid "cannot specify both --from-root and PATH"
1778
#: bzrlib/builtins.py:3080
1782
#: bzrlib/builtins.py:3109
1779
1783
msgid "Ignore specified files or patterns."
1782
#: bzrlib/builtins.py:3082
1786
#: bzrlib/builtins.py:3111
1783
1787
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1786
#: bzrlib/builtins.py:3084
1790
#: bzrlib/builtins.py:3113
1788
1792
"If a .bzrignore file does not exist, the ignore command\n"
1789
1793
"will create one and add the specified files or patterns to the newly\n"
1830
1834
" the shell on Unix."
1833
#: bzrlib/builtins.py:3113
1837
#: bzrlib/builtins.py:3142
1835
1839
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1836
1840
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1839
#: bzrlib/builtins.py:3116
1843
#: bzrlib/builtins.py:3145
1842
1846
" Ignore the top level Makefile::"
1845
#: bzrlib/builtins.py:3119
1849
#: bzrlib/builtins.py:3148
1846
1850
msgid " bzr ignore ./Makefile"
1849
#: bzrlib/builtins.py:3121
1853
#: bzrlib/builtins.py:3150
1850
1854
msgid " Ignore .class files in all directories...::"
1853
#: bzrlib/builtins.py:3123
1857
#: bzrlib/builtins.py:3152
1854
1858
msgid " bzr ignore \"*.class\""
1857
#: bzrlib/builtins.py:3125
1861
#: bzrlib/builtins.py:3154
1858
1862
msgid " ...but do not ignore \"special.class\"::"
1861
#: bzrlib/builtins.py:3127
1865
#: bzrlib/builtins.py:3156
1862
1866
msgid " bzr ignore \"!special.class\""
1865
#: bzrlib/builtins.py:3129
1869
#: bzrlib/builtins.py:3158
1866
1870
msgid " Ignore files whose name begins with the \"#\" character::"
1869
#: bzrlib/builtins.py:3131
1873
#: bzrlib/builtins.py:3160
1870
1874
msgid " bzr ignore \"RE:^#\""
1873
#: bzrlib/builtins.py:3133 bzrlib/builtins.py:3137
1877
#: bzrlib/builtins.py:3162 bzrlib/builtins.py:3166
1874
1878
msgid " Ignore .o files under the lib directory::"
1877
#: bzrlib/builtins.py:3135
1881
#: bzrlib/builtins.py:3164
1878
1882
msgid " bzr ignore \"lib/**/*.o\""
1881
#: bzrlib/builtins.py:3139
1885
#: bzrlib/builtins.py:3168
1882
1886
msgid " bzr ignore \"RE:lib/.*\\.o\""
1885
#: bzrlib/builtins.py:3141
1889
#: bzrlib/builtins.py:3170
1886
1890
msgid " Ignore everything but the \"debian\" toplevel directory::"
1889
#: bzrlib/builtins.py:3143
1893
#: bzrlib/builtins.py:3172
1891
1895
" bzr ignore \"RE:(?!debian/).*\"\n"
1930
#: bzrlib/builtins.py:3209
1934
#: bzrlib/builtins.py:3238
1931
1935
msgid "List ignored files and the patterns that matched them."
1934
#: bzrlib/builtins.py:3211
1938
#: bzrlib/builtins.py:3240
1936
1940
"List all the ignored files and the ignore pattern that caused the file to\n"
1940
#: bzrlib/builtins.py:3214
1944
#: bzrlib/builtins.py:3243
1941
1945
msgid "Alternatively, to list just the files::"
1944
#: bzrlib/builtins.py:3216
1948
#: bzrlib/builtins.py:3245
1945
1949
msgid " bzr ls --ignored"
1948
#: bzrlib/builtins.py:3250
1952
#: bzrlib/builtins.py:3279
1949
1953
#, python-format
1950
1954
msgid "not a valid revision-number: %r"
1953
#: bzrlib/builtins.py:3257
1957
#: bzrlib/builtins.py:3286
1955
1959
"Export current or past revision to a destination directory or archive."
1958
#: bzrlib/builtins.py:3259
1962
#: bzrlib/builtins.py:3288
1959
1963
msgid "If no revision is specified this exports the last committed revision."
1962
#: bzrlib/builtins.py:3261
1966
#: bzrlib/builtins.py:3290
1964
1968
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
1965
1969
"given, try to find the format with the extension. If no extension\n"
1966
1970
"is found exports to a directory (equivalent to --format=dir)."
1969
#: bzrlib/builtins.py:3265
1973
#: bzrlib/builtins.py:3294
1971
1975
"If root is supplied, it will be used as the root directory inside\n"
1972
1976
"container formats (tar, zip, etc). If it is not supplied it will default\n"
1973
1977
"to the exported filename. The root option has no effect for 'dir' format."
1976
#: bzrlib/builtins.py:3269
1980
#: bzrlib/builtins.py:3298
1978
1982
"If branch is omitted then the branch containing the current working\n"
1979
1983
"directory will be used."
1982
#: bzrlib/builtins.py:3272
1986
#: bzrlib/builtins.py:3301
1984
1988
"Note: Export of tree with non-ASCII filenames to zip is not supported."
1987
#: bzrlib/builtins.py:3274
1991
#: bzrlib/builtins.py:3303
1989
1993
" ================= =========================\n"
1990
1994
" Supported formats Autodetected by extension\n"
1997
2001
" ================= ========================="
2000
#: bzrlib/builtins.py:3288
2004
#: bzrlib/builtins.py:3317
2001
2005
msgid "Type of file to export to."
2004
#: bzrlib/builtins.py:3291
2008
#: bzrlib/builtins.py:3320
2005
2009
msgid "Apply content filters to export the convenient form."
2008
#: bzrlib/builtins.py:3295
2012
#: bzrlib/builtins.py:3324
2009
2013
msgid "Name of the root directory inside the exported file."
2012
#: bzrlib/builtins.py:3297
2016
#: bzrlib/builtins.py:3326
2014
2018
"Set modification time of files to that of the last revision in which it was "
2018
#: bzrlib/builtins.py:3300
2022
#: bzrlib/builtins.py:3329
2020
2024
"Export the working tree contents rather than that of the last revision."
2023
#: bzrlib/builtins.py:3319
2027
#: bzrlib/builtins.py:3348
2024
2028
msgid "--uncommitted requires a working tree"
2027
#: bzrlib/builtins.py:3328
2031
#: bzrlib/builtins.py:3357
2028
2032
#, python-format
2029
2033
msgid "Unsupported export format: %s"
2032
#: bzrlib/builtins.py:3332
2036
#: bzrlib/builtins.py:3361
2034
2038
"Write the contents of a file as of a given revision to standard output."
2037
#: bzrlib/builtins.py:3334
2041
#: bzrlib/builtins.py:3363
2038
2042
msgid "If no revision is nominated, the last revision is used."
2041
#: bzrlib/builtins.py:3336
2045
#: bzrlib/builtins.py:3365
2043
2047
"Note: Take care to redirect standard output when using this command on a\n"
2047
#: bzrlib/builtins.py:3342
2051
#: bzrlib/builtins.py:3371
2048
2052
msgid "The path name in the old tree."
2051
#: bzrlib/builtins.py:3343
2055
#: bzrlib/builtins.py:3372
2052
2056
msgid "Apply content filters to display the convenience form."
2055
#: bzrlib/builtins.py:3354
2059
#: bzrlib/builtins.py:3383
2056
2060
msgid "bzr cat --revision takes exactly one revision specifier"
2059
#: bzrlib/builtins.py:3379 bzrlib/builtins.py:3391
2063
#: bzrlib/builtins.py:3408 bzrlib/builtins.py:3420
2060
2064
msgid "{0!r} is not present in revision {1}"
2063
#: bzrlib/builtins.py:3414
2067
#: bzrlib/builtins.py:3443
2064
2068
msgid "Commit changes into a new revision."
2067
#: bzrlib/builtins.py:3416
2071
#: bzrlib/builtins.py:3445
2069
2073
"An explanatory message needs to be given for each commit. This is\n"
2070
2074
"often done by using the --message option (getting the message from the\n"
2153
2157
" one or more bugs. See ``bzr help bugs`` for details."
2156
#: bzrlib/builtins.py:3474
2160
#: bzrlib/builtins.py:3503
2157
2161
msgid "Do not consider changes made to a given path."
2160
#: bzrlib/builtins.py:3477
2164
#: bzrlib/builtins.py:3506
2161
2165
msgid "Description of the new revision."
2164
#: bzrlib/builtins.py:3480
2168
#: bzrlib/builtins.py:3509
2165
2169
msgid "Commit even if nothing has changed."
2168
#: bzrlib/builtins.py:3484
2172
#: bzrlib/builtins.py:3513
2169
2173
msgid "Take commit message from this file."
2172
#: bzrlib/builtins.py:3486
2176
#: bzrlib/builtins.py:3515
2173
2177
msgid "Refuse to commit if there are unknown files in the working tree."
2176
#: bzrlib/builtins.py:3489
2180
#: bzrlib/builtins.py:3518
2178
2182
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2179
2183
"08:00:00 +0100'."
2182
#: bzrlib/builtins.py:3492
2186
#: bzrlib/builtins.py:3521
2183
2187
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2186
#: bzrlib/builtins.py:3495
2190
#: bzrlib/builtins.py:3524
2187
2191
msgid "Set the author's name, if it's different from the committer."
2190
#: bzrlib/builtins.py:3498
2194
#: bzrlib/builtins.py:3527
2192
2196
"Perform a local commit in a bound branch. Local commits are not pushed to "
2193
2197
"the master branch until a normal commit is performed."
2196
#: bzrlib/builtins.py:3504
2200
#: bzrlib/builtins.py:3533
2198
2202
"When no message is supplied, show the diff along with the status summary in "
2199
2203
"the message editor."
2202
#: bzrlib/builtins.py:3507
2206
#: bzrlib/builtins.py:3536
2204
2208
"When committing to a foreign version control system do not push data that "
2205
2209
"can not be natively represented."
2208
#: bzrlib/builtins.py:3525
2212
#: bzrlib/builtins.py:3554
2209
2213
#, python-format
2211
2215
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2221
2225
"Commit refused."
2224
#: bzrlib/builtins.py:3543
2228
#: bzrlib/builtins.py:3572
2225
2229
#, python-format
2226
2230
msgid "Unrecognized bug %s. Commit refused."
2229
#: bzrlib/builtins.py:3546
2233
#: bzrlib/builtins.py:3575
2230
2234
#, python-format
2233
2237
"Commit refused."
2236
#: bzrlib/builtins.py:3570
2240
#: bzrlib/builtins.py:3599
2237
2241
msgid "Could not parse --commit-time: "
2240
#: bzrlib/builtins.py:3610
2244
#: bzrlib/builtins.py:3639
2241
2245
msgid "please specify either --message or --file"
2244
#: bzrlib/builtins.py:3639
2248
#: bzrlib/builtins.py:3668
2245
2249
msgid "please specify a commit message with either --message or --file"
2248
#: bzrlib/builtins.py:3642
2252
#: bzrlib/builtins.py:3671
2250
2254
"Empty commit message specified. Please specify a commit message with either -"
2251
2255
"-message or --file or leave a blank message with --message \"\"."
2254
#: bzrlib/builtins.py:3662
2258
#: bzrlib/builtins.py:3691
2256
2260
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2257
2261
"-unchanged to force an empty commit."
2260
#: bzrlib/builtins.py:3666
2264
#: bzrlib/builtins.py:3695
2262
2266
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2263
2267
"resolve FILE\" to resolve."
2266
#: bzrlib/builtins.py:3670
2270
#: bzrlib/builtins.py:3699
2267
2271
msgid "Commit refused because there are unknown files in the working tree."
2270
#: bzrlib/builtins.py:3673
2274
#: bzrlib/builtins.py:3702
2273
2277
"To commit to master branch, run update and then commit.\n"
2274
2278
"You can also pass --local to commit to continue working disconnected."
2277
#: bzrlib/builtins.py:3681
2281
#: bzrlib/builtins.py:3710
2279
2283
"Validate working tree structure, branch consistency and repository history."
2282
#: bzrlib/builtins.py:3683
2286
#: bzrlib/builtins.py:3712
2284
2288
"This command checks various invariants about branch and repository storage\n"
2285
2289
"to detect data corruption or bzr bugs."
2288
#: bzrlib/builtins.py:3686
2292
#: bzrlib/builtins.py:3715
2290
2294
"The working tree and branch checks will only give output if a problem is\n"
2291
2295
"detected. The output fields of the repository check are:"
2294
#: bzrlib/builtins.py:3689
2298
#: bzrlib/builtins.py:3718
2297
2301
" This is just the number of revisions checked. It doesn't\n"
2298
2302
" indicate a problem."
2301
#: bzrlib/builtins.py:3693
2305
#: bzrlib/builtins.py:3722
2303
2307
"versionedfiles\n"
2304
2308
" This is just the number of versionedfiles checked. It\n"
2305
2309
" doesn't indicate a problem."
2308
#: bzrlib/builtins.py:3697
2312
#: bzrlib/builtins.py:3726
2310
2314
"unreferenced ancestors\n"
2311
2315
" Texts that are ancestors of other texts, but\n"
2329
2333
" indicate a problem."
2332
#: bzrlib/builtins.py:3712
2336
#: bzrlib/builtins.py:3741
2334
2338
"If no restrictions are specified, all Bazaar data that is found at the "
2336
2340
"location will be checked."
2339
#: bzrlib/builtins.py:3717
2343
#: bzrlib/builtins.py:3746
2340
2344
msgid " Check the tree and branch at 'foo'::"
2343
#: bzrlib/builtins.py:3719
2347
#: bzrlib/builtins.py:3748
2344
2348
msgid " bzr check --tree --branch foo"
2347
#: bzrlib/builtins.py:3721
2351
#: bzrlib/builtins.py:3750
2348
2352
msgid " Check only the repository at 'bar'::"
2351
#: bzrlib/builtins.py:3723
2355
#: bzrlib/builtins.py:3752
2352
2356
msgid " bzr check --repo bar"
2355
#: bzrlib/builtins.py:3725
2359
#: bzrlib/builtins.py:3754
2356
2360
msgid " Check everything at 'baz'::"
2359
#: bzrlib/builtins.py:3727
2363
#: bzrlib/builtins.py:3756
2360
2364
msgid " bzr check baz"
2363
#: bzrlib/builtins.py:3733
2367
#: bzrlib/builtins.py:3762
2364
2368
msgid "Check the branch related to the current directory."
2367
#: bzrlib/builtins.py:3735
2371
#: bzrlib/builtins.py:3764
2368
2372
msgid "Check the repository related to the current directory."
2371
#: bzrlib/builtins.py:3737
2375
#: bzrlib/builtins.py:3766
2372
2376
msgid "Check the working tree related to the current directory."
2375
#: bzrlib/builtins.py:3751
2379
#: bzrlib/builtins.py:3780
2376
2380
msgid "Upgrade a repository, branch or working tree to a newer format."
2379
#: bzrlib/builtins.py:3753
2383
#: bzrlib/builtins.py:3782
2381
2385
"When the default format has changed after a major new release of\n"
2382
2386
"Bazaar, you may be informed during certain operations that you\n"
2417
#: bzrlib/builtins.py:3779
2421
#: bzrlib/builtins.py:3808
2419
2423
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2420
2424
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2423
#: bzrlib/builtins.py:3787
2427
#: bzrlib/builtins.py:3816
2424
2428
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2427
#: bzrlib/builtins.py:3791
2431
#: bzrlib/builtins.py:3820
2428
2432
msgid "Branch format"
2431
#: bzrlib/builtins.py:3793
2435
#: bzrlib/builtins.py:3822
2432
2436
msgid "Remove the backup.bzr directory if successful."
2435
#: bzrlib/builtins.py:3795
2439
#: bzrlib/builtins.py:3824
2436
2440
msgid "Show what would be done, but don't actually do anything."
2439
#: bzrlib/builtins.py:3810
2443
#: bzrlib/builtins.py:3839
2440
2444
msgid "Show or set bzr user id."
2443
#: bzrlib/builtins.py:3812
2447
#: bzrlib/builtins.py:3841
2446
2450
" Show the email of the current user::"
2449
#: bzrlib/builtins.py:3815
2453
#: bzrlib/builtins.py:3844
2450
2454
msgid " bzr whoami --email"
2453
#: bzrlib/builtins.py:3817
2457
#: bzrlib/builtins.py:3846
2454
2458
msgid " Set the current user::"
2457
#: bzrlib/builtins.py:3819
2461
#: bzrlib/builtins.py:3848
2458
2462
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2461
#: bzrlib/builtins.py:3823
2465
#: bzrlib/builtins.py:3852
2462
2466
msgid "Display email address only."
2465
#: bzrlib/builtins.py:3825
2469
#: bzrlib/builtins.py:3854
2466
2470
msgid "Set identity for the current branch instead of globally."
2469
#: bzrlib/builtins.py:3851
2473
#: bzrlib/builtins.py:3880
2470
2474
msgid "--email can only be used to display existing identity"
2473
#: bzrlib/builtins.py:3873
2477
#: bzrlib/builtins.py:3904
2474
2478
msgid "Print or set the branch nickname."
2477
#: bzrlib/builtins.py:3875
2481
#: bzrlib/builtins.py:3906
2479
"If unset, the tree root directory name is used as the nickname.\n"
2480
"To print the current nickname, execute with no argument."
2483
"If unset, the colocated branch name is used for colocated branches, and\n"
2484
"the branch directory name is used for other branches. To print the\n"
2485
"current nickname, execute with no argument."
2483
#: bzrlib/builtins.py:3878
2488
#: bzrlib/builtins.py:3910
2485
2490
"Bound branches use the nickname of its master branch unless it is set\n"
2489
#: bzrlib/builtins.py:3898
2494
#: bzrlib/builtins.py:3930
2490
2495
msgid "Set/unset and display aliases."
2493
#: bzrlib/builtins.py:3900
2498
#: bzrlib/builtins.py:3932
2496
2501
" Show the current aliases::"
2499
#: bzrlib/builtins.py:3903
2504
#: bzrlib/builtins.py:3935
2500
2505
msgid " bzr alias"
2503
#: bzrlib/builtins.py:3905
2508
#: bzrlib/builtins.py:3937
2504
2509
msgid " Show the alias specified for 'll'::"
2507
#: bzrlib/builtins.py:3907
2512
#: bzrlib/builtins.py:3939
2508
2513
msgid " bzr alias ll"
2511
#: bzrlib/builtins.py:3909
2516
#: bzrlib/builtins.py:3941
2512
2517
msgid " Set an alias for 'll'::"
2515
#: bzrlib/builtins.py:3911
2520
#: bzrlib/builtins.py:3943
2516
2521
msgid " bzr alias ll=\"log --line -r-10..-1\""
2519
#: bzrlib/builtins.py:3913
2524
#: bzrlib/builtins.py:3945
2520
2525
msgid " To remove an alias for 'll'::"
2523
#: bzrlib/builtins.py:3915
2528
#: bzrlib/builtins.py:3947
2524
2529
msgid " bzr alias --remove ll"
2527
#: bzrlib/builtins.py:3920
2532
#: bzrlib/builtins.py:3952
2528
2533
msgid "Remove the alias."
2531
#: bzrlib/builtins.py:3938
2536
#: bzrlib/builtins.py:3970
2532
2537
msgid "bzr alias --remove expects an alias to remove."
2535
#: bzrlib/builtins.py:4119
2540
#: bzrlib/builtins.py:4151
2537
2542
"subunit not available. subunit needs to be installed to use --subunit."
2540
#: bzrlib/builtins.py:4136
2545
#: bzrlib/builtins.py:4168
2542
2547
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2545
#: bzrlib/builtins.py:4183
2550
#: bzrlib/builtins.py:4215
2546
2551
msgid "Show version of bzr."
2549
#: bzrlib/builtins.py:4187
2554
#: bzrlib/builtins.py:4219
2550
2555
msgid "Print just the version number."
2553
#: bzrlib/builtins.py:4206
2558
#: bzrlib/builtins.py:4238
2554
2559
msgid "It sure does!\n"
2557
#: bzrlib/builtins.py:4230
2562
#: bzrlib/builtins.py:4262
2558
2563
#, python-format
2559
2564
msgid "merge base is revision %s\n"
2562
#: bzrlib/builtins.py:4234
2567
#: bzrlib/builtins.py:4266
2563
2568
msgid "Perform a three-way merge."
2566
#: bzrlib/builtins.py:4236
2571
#: bzrlib/builtins.py:4268
2568
2573
"The source of the merge can be specified either in the form of a branch,\n"
2569
2574
"or in the form of a path to a file containing a merge directive generated\n"
2639
2644
"merge revision which has more than two parents."
2642
#: bzrlib/builtins.py:4283
2647
#: bzrlib/builtins.py:4315
2644
2649
"If one would like to merge changes from the working tree of the other\n"
2645
2650
"branch without merging any committed revisions, the --uncommitted option\n"
2646
2651
"can be given."
2649
#: bzrlib/builtins.py:4287
2654
#: bzrlib/builtins.py:4319
2651
2656
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2652
2657
"you to apply each diff hunk and file change, similar to \"shelve\"."
2655
#: bzrlib/builtins.py:4290
2660
#: bzrlib/builtins.py:4322
2658
2663
" To merge all new revisions from bzr.dev::"
2661
#: bzrlib/builtins.py:4293
2666
#: bzrlib/builtins.py:4325
2662
2667
msgid " bzr merge ../bzr.dev"
2665
#: bzrlib/builtins.py:4295
2670
#: bzrlib/builtins.py:4327
2666
2671
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2669
#: bzrlib/builtins.py:4297
2674
#: bzrlib/builtins.py:4329
2670
2675
msgid " bzr merge -r 82 ../bzr.dev"
2673
#: bzrlib/builtins.py:4299
2678
#: bzrlib/builtins.py:4331
2674
2679
msgid " To merge the changes introduced by 82, without previous changes::"
2677
#: bzrlib/builtins.py:4301
2682
#: bzrlib/builtins.py:4333
2678
2683
msgid " bzr merge -r 81..82 ../bzr.dev"
2681
#: bzrlib/builtins.py:4303
2686
#: bzrlib/builtins.py:4335
2682
2687
msgid " To apply a merge directive contained in /tmp/merge::"
2685
#: bzrlib/builtins.py:4305
2690
#: bzrlib/builtins.py:4337
2686
2691
msgid " bzr merge /tmp/merge"
2689
#: bzrlib/builtins.py:4307
2694
#: bzrlib/builtins.py:4339
2691
2696
" To create a merge revision with three parents from two branches\n"
2692
2697
" feature1a and feature1b:"
2695
#: bzrlib/builtins.py:4310
2700
#: bzrlib/builtins.py:4342
2697
2702
" bzr merge ../feature1a\n"
2698
2703
" bzr merge ../feature1b --force\n"
2699
2704
" bzr commit -m 'revision with three parents'"
2702
#: bzrlib/builtins.py:4322
2707
#: bzrlib/builtins.py:4354
2703
2708
msgid "Merge even if the destination tree has uncommitted changes."
2706
#: bzrlib/builtins.py:4328
2711
#: bzrlib/builtins.py:4360
2708
2713
"Apply uncommitted changes from a working copy, instead of branch changes."
2711
#: bzrlib/builtins.py:4330
2716
#: bzrlib/builtins.py:4362
2713
2718
"If the destination is already completely merged into the source, pull from "
2714
2719
"the source rather than merging. When this happens, you do not need to "
2715
2720
"commit the result."
2718
#: bzrlib/builtins.py:4335
2723
#: bzrlib/builtins.py:4367
2720
2725
"Branch to merge into, rather than the one containing the working directory."
2723
#: bzrlib/builtins.py:4337
2728
#: bzrlib/builtins.py:4369
2724
2729
msgid "Instead of merging, show a diff of the merge."
2727
#: bzrlib/builtins.py:4339
2732
#: bzrlib/builtins.py:4371
2728
2733
msgid "Select changes interactively."
2731
#: bzrlib/builtins.py:4361
2736
#: bzrlib/builtins.py:4393
2733
2738
"Merging into empty branches not currently supported, "
2734
2739
"https://bugs.launchpad.net/bzr/+bug/308562"
2737
#: bzrlib/builtins.py:4388
2742
#: bzrlib/builtins.py:4420
2738
2743
msgid "Cannot use --uncommitted with bundles or merge directives."
2741
#: bzrlib/builtins.py:4399
2746
#: bzrlib/builtins.py:4431
2742
2747
msgid "Cannot use --uncommitted and --revision at the same time."
2745
#: bzrlib/builtins.py:4419
2750
#: bzrlib/builtins.py:4451
2746
2751
msgid "merger: "
2749
#: bzrlib/builtins.py:4421 bzrlib/bundle/apply_bundle.py:71
2754
#: bzrlib/builtins.py:4453 bzrlib/bundle/apply_bundle.py:71
2750
2755
msgid "Nothing to do."
2753
#: bzrlib/builtins.py:4425
2758
#: bzrlib/builtins.py:4457
2754
2759
msgid "Cannot pull individual files"
2757
#: bzrlib/builtins.py:4433
2762
#: bzrlib/builtins.py:4465
2758
2763
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2761
#: bzrlib/builtins.py:4491
2766
#: bzrlib/builtins.py:4523
2762
2767
#, python-format
2763
2768
msgid "Show-base is not supported for this merge type. %s"
2766
#: bzrlib/builtins.py:4500
2771
#: bzrlib/builtins.py:4532
2767
2772
#, python-format
2768
2773
msgid "Conflict reduction is not supported for merge type %s."
2771
#: bzrlib/builtins.py:4504
2776
#: bzrlib/builtins.py:4536
2772
2777
msgid "Cannot do conflict reduction and show base."
2775
#: bzrlib/builtins.py:4615
2780
#: bzrlib/builtins.py:4647
2776
2781
msgid "No location specified or remembered"
2779
#: bzrlib/builtins.py:4617
2784
#: bzrlib/builtins.py:4649
2780
2785
msgid "{0} remembered {1} location {2}"
2783
#: bzrlib/builtins.py:4623
2788
#: bzrlib/builtins.py:4655
2784
2789
msgid "Redo a merge."
2787
#: bzrlib/builtins.py:4625
2792
#: bzrlib/builtins.py:4657
2789
2794
"Use this if you want to try a different merge technique while resolving\n"
2790
2795
"conflicts. Some merge techniques are better than others, and remerge\n"
2791
2796
"lets you try different ones on different files."
2794
#: bzrlib/builtins.py:4629
2799
#: bzrlib/builtins.py:4661
2796
2801
"The options for remerge have the same meaning and defaults as the ones for\n"
2797
2802
"merge. The difference is that remerge can (only) be run when there is a\n"
2798
2803
"pending merge, and it lets you specify particular files."
2801
#: bzrlib/builtins.py:4633
2806
#: bzrlib/builtins.py:4665
2804
2809
" Re-do the merge of all conflicted files, and show the base text in\n"
2805
2810
" conflict regions, in addition to the usual THIS and OTHER texts::"
2808
#: bzrlib/builtins.py:4637
2813
#: bzrlib/builtins.py:4669
2809
2814
msgid " bzr remerge --show-base"
2812
#: bzrlib/builtins.py:4639
2817
#: bzrlib/builtins.py:4671
2814
2819
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2815
2820
" additional processing to reduce the size of conflict regions::"
2818
#: bzrlib/builtins.py:4642
2823
#: bzrlib/builtins.py:4674
2819
2824
msgid " bzr remerge --merge-type weave --reprocess foobar"
2822
#: bzrlib/builtins.py:4649
2827
#: bzrlib/builtins.py:4681
2823
2828
msgid "Show base revision text in conflicts."
2826
#: bzrlib/builtins.py:4661
2831
#: bzrlib/builtins.py:4693
2828
2833
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2832
#: bzrlib/builtins.py:4717
2833
msgid "Revert files to a previous revision."
2837
#: bzrlib/builtins.py:4751
2839
"Set files in the working tree back to the contents of a previous revision."
2836
#: bzrlib/builtins.py:4719
2842
#: bzrlib/builtins.py:4753
2838
2844
"Giving a list of files will revert only those files. Otherwise, all files\n"
2839
2845
"will be reverted. If the revision is not specified with '--revision', the\n"
2840
"last committed revision is used."
2846
"working tree basis revision is used. A revert operation affects only the\n"
2847
"working tree, not any revision history like the branch and repository or\n"
2848
"the working tree basis revision."
2843
#: bzrlib/builtins.py:4723
2851
#: bzrlib/builtins.py:4759
2845
2853
"To remove only some changes, without reverting to a prior version, use\n"
2846
2854
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2847
2855
"will remove the changes introduced by the second last commit (-2), without\n"
2848
2856
"affecting the changes introduced by the last commit (-1). To remove\n"
2849
"certain changes on a hunk-by-hunk basis, see the shelve command."
2857
"certain changes on a hunk-by-hunk basis, see the shelve command.\n"
2858
"To update the branch to a specific revision or the latest revision and\n"
2859
"update the working tree accordingly while preserving local changes, see the\n"
2852
#: bzrlib/builtins.py:4729
2863
#: bzrlib/builtins.py:4768
2854
"By default, any files that have been manually changed will be backed up\n"
2855
"first. (Files changed only by merge are not backed up.) Backup files have\n"
2856
"'.~#~' appended to their name, where # is a number."
2865
"Uncommitted changes to files that are reverted will be discarded.\n"
2866
"Howver, by default, any files that have been manually changed will be\n"
2867
"backed up first. (Files changed only by merge are not backed up.) Backup\n"
2868
"files have '.~#~' appended to their name, where # is a number."
2859
#: bzrlib/builtins.py:4733
2871
#: bzrlib/builtins.py:4773
2861
2873
"When you provide files, you can use their current pathname or the pathname\n"
2862
2874
"from the target revision. So you can use revert to \"undelete\" a file by\n"
2935
2947
" 0 - no missing revisions"
2938
#: bzrlib/builtins.py:4847
2950
#: bzrlib/builtins.py:4887
2940
2952
" Determine the missing revisions between this and the branch at the\n"
2941
2953
" remembered pull location::"
2944
#: bzrlib/builtins.py:4850
2956
#: bzrlib/builtins.py:4890
2945
2957
msgid " bzr missing"
2948
#: bzrlib/builtins.py:4852
2960
#: bzrlib/builtins.py:4892
2949
2961
msgid " Determine the missing revisions between this and another branch::"
2952
#: bzrlib/builtins.py:4854
2964
#: bzrlib/builtins.py:4894
2953
2965
msgid " bzr missing http://server/branch"
2956
#: bzrlib/builtins.py:4856
2968
#: bzrlib/builtins.py:4896
2958
2970
" Determine the missing revisions up to a specific revision on the other\n"
2962
#: bzrlib/builtins.py:4859
2974
#: bzrlib/builtins.py:4899
2963
2975
msgid " bzr missing -r ..-10"
2966
#: bzrlib/builtins.py:4861
2978
#: bzrlib/builtins.py:4901
2968
2980
" Determine the missing revisions up to a specific revision on this\n"
2972
#: bzrlib/builtins.py:4864
2984
#: bzrlib/builtins.py:4904
2973
2985
msgid " bzr missing --my-revision ..-10"
2976
#: bzrlib/builtins.py:4871
2988
#: bzrlib/builtins.py:4911
2977
2989
msgid "Reverse the order of revisions."
2980
#: bzrlib/builtins.py:4873
2992
#: bzrlib/builtins.py:4913
2981
2993
msgid "Display changes in the local branch only."
2984
#: bzrlib/builtins.py:4874
2996
#: bzrlib/builtins.py:4914
2985
2997
msgid "Same as --mine-only."
2988
#: bzrlib/builtins.py:4876
3000
#: bzrlib/builtins.py:4916
2989
3001
msgid "Display changes in the remote branch only."
2992
#: bzrlib/builtins.py:4877
3004
#: bzrlib/builtins.py:4917
2993
3005
msgid "Same as --theirs-only."
2996
#: bzrlib/builtins.py:4882
3008
#: bzrlib/builtins.py:4922
2998
3010
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3002
#: bzrlib/builtins.py:4886
3014
#: bzrlib/builtins.py:4926
3004
3016
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3008
#: bzrlib/builtins.py:4889
3020
#: bzrlib/builtins.py:4929
3009
3021
msgid "Show all revisions in addition to the mainline ones."
3012
#: bzrlib/builtins.py:4943
3024
#: bzrlib/builtins.py:4983
3013
3025
msgid "No peer location known or specified."
3016
#: bzrlib/builtins.py:4947
3028
#: bzrlib/builtins.py:4987
3017
3029
msgid "Using saved parent location: {0}\n"
3020
#: bzrlib/builtins.py:4980
3032
#: bzrlib/builtins.py:5020
3021
3033
#, python-format
3022
3034
msgid "You have %d extra revision:\n"
3023
3035
msgid_plural "You have %d extra revisions:\n"
3027
#: bzrlib/builtins.py:4996
3039
#: bzrlib/builtins.py:5040
3028
3040
#, python-format
3029
3041
msgid "You are missing %d revision:\n"
3030
3042
msgid_plural "You are missing %d revisions:\n"
3034
#: bzrlib/builtins.py:5008
3046
#: bzrlib/builtins.py:5055
3035
3047
msgid "This branch has no new revisions.\n"
3038
#: bzrlib/builtins.py:5011
3050
#: bzrlib/builtins.py:5058
3039
3051
msgid "Other branch has no new revisions.\n"
3042
#: bzrlib/builtins.py:5016
3054
#: bzrlib/builtins.py:5063
3043
3055
msgid "Branches are up to date.\n"
3046
#: bzrlib/builtins.py:5027
3058
#: bzrlib/builtins.py:5074
3047
3059
msgid "Compress the data within a repository."
3050
#: bzrlib/builtins.py:5029
3062
#: bzrlib/builtins.py:5076
3052
3064
"This operation compresses the data within a bazaar repository. As\n"
3053
3065
"bazaar supports automatic packing of repository, this operation is\n"
3054
3066
"normally not required to be done manually."
3057
#: bzrlib/builtins.py:5033
3069
#: bzrlib/builtins.py:5080
3059
3071
"During the pack operation, bazaar takes a backup of existing repository\n"
3060
3072
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3106
3118
"plugins using the Python programming language."
3109
#: bzrlib/builtins.py:5091
3121
#: bzrlib/builtins.py:5138
3110
3122
msgid "Show testament (signing-form) of a revision."
3113
#: bzrlib/builtins.py:5094
3125
#: bzrlib/builtins.py:5141
3114
3126
msgid "Produce long-format testament."
3117
#: bzrlib/builtins.py:5096
3129
#: bzrlib/builtins.py:5143
3118
3130
msgid "Produce a strict-format testament."
3121
#: bzrlib/builtins.py:5122
3133
#: bzrlib/builtins.py:5169
3122
3134
msgid "Show the origin of each line in a file."
3125
#: bzrlib/builtins.py:5124
3137
#: bzrlib/builtins.py:5171
3127
3139
"This prints out the given file with an annotation on the left side\n"
3128
3140
"indicating which revision, author and date introduced the change."
3131
#: bzrlib/builtins.py:5127
3143
#: bzrlib/builtins.py:5174
3133
3145
"If the origin is the same for a run of consecutive lines, it is\n"
3134
3146
"shown only at the top, unless the --all option is given."
3137
#: bzrlib/builtins.py:5135
3149
#: bzrlib/builtins.py:5182
3138
3150
msgid "Show annotations on all lines."
3141
#: bzrlib/builtins.py:5136
3153
#: bzrlib/builtins.py:5183
3142
3154
msgid "Show commit date in annotations."
3145
#: bzrlib/builtins.py:5223
3157
#: bzrlib/builtins.py:5270
3146
3158
msgid "Cannot sign a range of non-revision-history revisions"
3149
#: bzrlib/builtins.py:5235
3161
#: bzrlib/builtins.py:5282
3150
3162
msgid "Please supply either one revision, or a range."
3153
#: bzrlib/builtins.py:5239
3165
#: bzrlib/builtins.py:5286
3155
3167
"Convert the current branch into a checkout of the supplied branch.\n"
3156
3168
"If no branch is supplied, rebind to the last bound location."
3159
#: bzrlib/builtins.py:5242
3171
#: bzrlib/builtins.py:5289
3161
3173
"Once converted into a checkout, commits must succeed on the master branch\n"
3162
3174
"before they will be applied to the local branch."
3165
#: bzrlib/builtins.py:5245
3177
#: bzrlib/builtins.py:5292
3167
3179
"Bound branches use the nickname of its master branch unless it is set\n"
3168
3180
"locally, in which case binding will update the local nickname to be\n"
3169
3181
"that of the master."
3172
#: bzrlib/builtins.py:5260
3184
#: bzrlib/builtins.py:5307
3173
3185
msgid "No location supplied. This format does not remember old locations."
3176
#: bzrlib/builtins.py:5265
3188
#: bzrlib/builtins.py:5313
3177
3189
msgid "Branch is already bound"
3180
#: bzrlib/builtins.py:5267
3192
#: bzrlib/builtins.py:5316
3181
3193
msgid "No location supplied and no previous location known"
3184
#: bzrlib/builtins.py:5273
3196
#: bzrlib/builtins.py:5322
3185
3197
msgid "These branches have diverged. Try merging, and then bind again."
3188
#: bzrlib/builtins.py:5280
3200
#: bzrlib/builtins.py:5329
3189
3201
msgid "Convert the current checkout into a regular branch."
3192
#: bzrlib/builtins.py:5282
3204
#: bzrlib/builtins.py:5331
3194
3206
"After unbinding, the local branch is considered independent and subsequent\n"
3195
3207
"commits will be local only."
3198
#: bzrlib/builtins.py:5293
3210
#: bzrlib/builtins.py:5342
3199
3211
msgid "Local branch is not bound"
3202
#: bzrlib/builtins.py:5297
3214
#: bzrlib/builtins.py:5346
3203
3215
msgid "Remove the last committed revision."
3206
#: bzrlib/builtins.py:5299
3218
#: bzrlib/builtins.py:5348
3208
3220
"--verbose will print out what is being removed.\n"
3209
3221
"--dry-run will go through all the motions, but not actually\n"
3210
3222
"remove anything."
3213
#: bzrlib/builtins.py:5303
3225
#: bzrlib/builtins.py:5352
3215
3227
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3216
3228
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3217
3229
"branch at revision 15."
3220
#: bzrlib/builtins.py:5307
3232
#: bzrlib/builtins.py:5356
3222
3234
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3223
3235
"it may make is to restore any pending merges that were present before\n"
3227
#: bzrlib/builtins.py:5318
3239
#: bzrlib/builtins.py:5367
3228
3240
msgid "Don't actually make changes."
3231
#: bzrlib/builtins.py:5319
3243
#: bzrlib/builtins.py:5368
3232
3244
msgid "Say yes to all questions."
3235
#: bzrlib/builtins.py:5321
3247
#: bzrlib/builtins.py:5370
3236
3248
msgid "Keep tags that point to removed revisions."
3239
#: bzrlib/builtins.py:5323
3251
#: bzrlib/builtins.py:5372
3240
3252
msgid "Only remove the commits from the local branch when in a checkout."
3243
#: bzrlib/builtins.py:5372
3255
#: bzrlib/builtins.py:5421
3244
3256
msgid "No revisions to uncommit.\n"
3247
#: bzrlib/builtins.py:5387
3259
#: bzrlib/builtins.py:5436
3248
3260
msgid "Dry-run, pretending to remove the above revisions.\n"
3251
#: bzrlib/builtins.py:5390
3263
#: bzrlib/builtins.py:5439
3252
3264
msgid "The above revision(s) will be removed.\n"
3255
#: bzrlib/builtins.py:5394
3267
#: bzrlib/builtins.py:5443
3256
3268
msgid "Uncommit these revisions"
3259
#: bzrlib/builtins.py:5397
3271
#: bzrlib/builtins.py:5446
3260
3272
msgid "Canceled\n"
3263
#: bzrlib/builtins.py:5404
3275
#: bzrlib/builtins.py:5453
3264
3276
#, python-format
3266
3278
"You can restore the old tip by running:\n"
3267
3279
" bzr pull . -r revid:%s\n"
3270
#: bzrlib/builtins.py:5409
3282
#: bzrlib/builtins.py:5458
3271
3283
msgid "Break a dead lock."
3274
#: bzrlib/builtins.py:5411
3286
#: bzrlib/builtins.py:5460
3276
3288
"This command breaks a lock on a repository, branch, working directory or\n"
3280
#: bzrlib/builtins.py:5414
3292
#: bzrlib/builtins.py:5463
3282
3294
"CAUTION: Locks should only be broken when you are sure that the process\n"
3283
3295
"holding the lock has been stopped."
3286
#: bzrlib/builtins.py:5417
3298
#: bzrlib/builtins.py:5466
3288
3300
"You can get information on what locks are open via the 'bzr info\n"
3289
3301
"[location]' command."
3292
#: bzrlib/builtins.py:5420
3304
#: bzrlib/builtins.py:5469
3295
3307
" bzr break-lock\n"
3297
3309
" bzr break-lock --conf ~/.bazaar"
3300
#: bzrlib/builtins.py:5429
3312
#: bzrlib/builtins.py:5478
3301
3313
msgid "LOCATION is the directory where the config lock is."
3304
#: bzrlib/builtins.py:5431
3316
#: bzrlib/builtins.py:5480
3305
3317
msgid "Do not ask for confirmation before breaking the lock."
3308
#: bzrlib/builtins.py:5466
3320
#: bzrlib/builtins.py:5515
3309
3321
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3312
#: bzrlib/builtins.py:5467
3324
#: bzrlib/builtins.py:5516
3313
3325
msgid "Run the bzr server."
3316
#: bzrlib/builtins.py:5473
3328
#: bzrlib/builtins.py:5522
3317
3329
msgid "Serve on stdin/out for use from inetd or sshd."
3320
#: bzrlib/builtins.py:5474
3332
#: bzrlib/builtins.py:5523
3321
3333
msgid "protocol"
3324
#: bzrlib/builtins.py:5475
3336
#: bzrlib/builtins.py:5524
3325
3337
msgid "Protocol to serve."
3328
#: bzrlib/builtins.py:5479
3340
#: bzrlib/builtins.py:5528
3341
msgid "Listen for connections on nominated address."
3344
#: bzrlib/builtins.py:5530
3330
"Listen for connections on nominated port of the form [hostname:]portnumber. "
3331
"Passing 0 as the port number will result in a dynamically allocated port. "
3332
"The default port depends on the protocol."
3346
"Listen for connections on nominated port. Passing 0 as the port number will "
3347
"result in a dynamically allocated port. The default port depends on the "
3335
#: bzrlib/builtins.py:5485
3351
#: bzrlib/builtins.py:5535
3336
3352
msgid "Serve contents of this directory."
3339
#: bzrlib/builtins.py:5487
3355
#: bzrlib/builtins.py:5537
3341
3357
"By default the server is a readonly server. Supplying --allow-writes "
3342
3358
"enables write access to the contents of the served directory and below. "
3345
3361
"uncontrolled write access to your file system."
3348
#: bzrlib/builtins.py:5496
3364
#: bzrlib/builtins.py:5546
3349
3365
msgid "Override the default idle client timeout (5min)."
3352
#: bzrlib/builtins.py:5546
3368
#: bzrlib/builtins.py:5564
3353
3369
msgid "Combine a tree into its containing tree."
3356
#: bzrlib/builtins.py:5548
3372
#: bzrlib/builtins.py:5566
3357
3373
msgid "This command requires the target tree to be in a rich-root format."
3360
#: bzrlib/builtins.py:5550
3376
#: bzrlib/builtins.py:5568
3362
3378
"The TREE argument should be an independent tree, inside another tree, but\n"
3363
3379
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3364
3380
"running \"bzr branch\" with the target inside a tree.)"
3367
#: bzrlib/builtins.py:5554
3383
#: bzrlib/builtins.py:5572
3369
3385
"The result is a combined tree, with the subtree no longer an independent\n"
3370
3386
"part. This is marked as a merge of the subtree into the containing tree,\n"
3371
3387
"and all history is preserved."
3374
#: bzrlib/builtins.py:5572
3390
#: bzrlib/builtins.py:5590
3375
3391
#, python-format
3377
3393
"Can't join trees because %s doesn't support rich root data.\n"
3378
3394
"You can use bzr upgrade on the repository."
3381
#: bzrlib/builtins.py:5582 bzrlib/builtins.py:5588
3397
#: bzrlib/builtins.py:5600 bzrlib/builtins.py:5606
3382
3398
msgid "Cannot join {0}. {1}"
3385
#: bzrlib/builtins.py:5592
3401
#: bzrlib/builtins.py:5610
3386
3402
msgid "Split a subdirectory of a tree into a separate tree."
3389
#: bzrlib/builtins.py:5594
3405
#: bzrlib/builtins.py:5612
3391
3407
"This command will produce a target tree in a format that supports\n"
3392
3408
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3393
3409
"converted into earlier formats like 'dirstate-tags'."
3396
#: bzrlib/builtins.py:5598
3412
#: bzrlib/builtins.py:5616
3398
3414
"The TREE argument should be a subdirectory of a working tree. That\n"
3399
3415
"subdirectory will be converted into an independent tree, with its own\n"
3400
3416
"branch. Commits in the top-level tree will not apply to the new subtree."
3403
#: bzrlib/builtins.py:5678
3419
#: bzrlib/builtins.py:5696
3404
3420
msgid "No submit branch specified or known"
3407
#: bzrlib/builtins.py:5686 bzrlib/send.py:108
3423
#: bzrlib/builtins.py:5705 bzrlib/send.py:109
3408
3424
msgid "No public branch specified or known"
3411
#: bzrlib/builtins.py:5691
3427
#: bzrlib/builtins.py:5710
3412
3428
msgid "bzr merge-directive takes at most two one revision identifiers"
3415
#: bzrlib/builtins.py:5700
3431
#: bzrlib/builtins.py:5719
3416
3432
msgid "No revisions to bundle."
3419
#: bzrlib/builtins.py:5719
3435
#: bzrlib/builtins.py:5738
3420
3436
msgid "Mail or create a merge-directive for submitting changes."
3423
#: bzrlib/builtins.py:5721
3439
#: bzrlib/builtins.py:5740
3424
3440
msgid "A merge directive provides many things needed for requesting merges:"
3427
#: bzrlib/builtins.py:5723
3443
#: bzrlib/builtins.py:5742
3428
3444
msgid "* A machine-readable description of the merge to perform"
3431
#: bzrlib/builtins.py:5725
3447
#: bzrlib/builtins.py:5744
3432
3448
msgid "* An optional patch that is a preview of the changes requested"
3435
#: bzrlib/builtins.py:5727
3451
#: bzrlib/builtins.py:5746
3437
3453
"* An optional bundle of revision data, so that the changes can be applied\n"
3438
3454
" directly from the merge directive, without retrieving data from a\n"
3442
#: bzrlib/builtins.py:5731
3458
#: bzrlib/builtins.py:5750
3444
3460
"`bzr send` creates a compact data set that, when applied using bzr\n"
3445
3461
"merge, has the same effect as merging from the source branch. "
3448
#: bzrlib/builtins.py:5734
3464
#: bzrlib/builtins.py:5753
3450
3466
"By default the merge directive is self-contained and can be applied to any\n"
3451
3467
"branch containing submit_branch in its ancestory without needing access to\n"
3452
3468
"the source branch."
3455
#: bzrlib/builtins.py:5738
3471
#: bzrlib/builtins.py:5757
3457
3473
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3458
3474
"revisions, but only a structured request to merge from the\n"
3544
3560
"set them, and use `bzr info` to display them."
3547
#: bzrlib/builtins.py:5813
3563
#: bzrlib/builtins.py:5832
3548
3564
msgid "Write merge directive to this file or directory; use - for stdout."
3551
#: bzrlib/builtins.py:5817
3567
#: bzrlib/builtins.py:5836
3553
3569
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3554
3570
"strict disables the check."
3557
#: bzrlib/builtins.py:5819
3573
#: bzrlib/builtins.py:5838
3558
3574
msgid "Mail the request to this address."
3561
#: bzrlib/builtins.py:5823
3577
#: bzrlib/builtins.py:5842
3562
3578
msgid "Body for the email."
3565
#: bzrlib/builtins.py:5876
3581
#: bzrlib/builtins.py:5895
3566
3582
msgid "Do not include a bundle in the merge directive."
3569
#: bzrlib/builtins.py:5877
3585
#: bzrlib/builtins.py:5896
3570
3586
msgid "Do not include a preview patch in the merge directive."
3573
#: bzrlib/builtins.py:5880
3589
#: bzrlib/builtins.py:5899
3574
3590
msgid "Remember submit and public branch."
3577
#: bzrlib/builtins.py:5882
3593
#: bzrlib/builtins.py:5901
3579
3595
"Branch to generate the submission from, rather than the one containing the "
3580
3596
"working directory."
3583
#: bzrlib/builtins.py:5892 bzrlib/cmd_version_info.py:76
3599
#: bzrlib/builtins.py:5911 bzrlib/cmd_version_info.py:76
3587
#: bzrlib/builtins.py:5893
3603
#: bzrlib/builtins.py:5912
3588
3604
msgid "Use the specified output format."
3591
#: bzrlib/builtins.py:5915
3607
#: bzrlib/builtins.py:5934
3592
3608
msgid "Create, remove or modify a tag naming a revision."
3595
#: bzrlib/builtins.py:5917
3611
#: bzrlib/builtins.py:5936
3597
3613
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3598
3614
"(--revision) option can be given -rtag:X, where X is any previously\n"
3602
#: bzrlib/builtins.py:5921
3618
#: bzrlib/builtins.py:5940
3604
3620
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3605
3621
"along when you branch, push, pull or merge."
3608
#: bzrlib/builtins.py:5924
3624
#: bzrlib/builtins.py:5943
3610
3626
"It is an error to give a tag name that already exists unless you pass\n"
3611
3627
"--force, in which case the tag is moved to point to the new revision."
3614
#: bzrlib/builtins.py:5927
3630
#: bzrlib/builtins.py:5946
3616
3632
"To rename a tag (change the name but keep it on the same revsion), run "
3618
3634
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3621
#: bzrlib/builtins.py:5930
3637
#: bzrlib/builtins.py:5949
3623
3639
"If no tag name is specified it will be determined through the \n"
3624
3640
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3629
#: bzrlib/builtins.py:5940
3645
#: bzrlib/builtins.py:5959
3630
3646
msgid "Delete this tag rather than placing it."
3633
#: bzrlib/builtins.py:5943
3649
#: bzrlib/builtins.py:5962
3634
3650
msgid "Branch in which to place the tag."
3637
#: bzrlib/builtins.py:5945
3653
#: bzrlib/builtins.py:5964
3638
3654
msgid "Replace existing tags."
3641
#: bzrlib/builtins.py:5960
3657
#: bzrlib/builtins.py:5979
3642
3658
msgid "No tag specified to delete."
3645
#: bzrlib/builtins.py:5962
3661
#: bzrlib/builtins.py:5981
3646
3662
#, python-format
3647
3663
msgid "Deleted tag %s."
3650
#: bzrlib/builtins.py:5976
3666
#: bzrlib/builtins.py:5995
3651
3667
msgid "Please specify a tag name."
3654
#: bzrlib/builtins.py:5984
3670
#: bzrlib/builtins.py:6003
3655
3671
#, python-format
3656
3672
msgid "Tag %s already exists for that revision."
3659
#: bzrlib/builtins.py:5988
3675
#: bzrlib/builtins.py:6007
3660
3676
#, python-format
3661
3677
msgid "Created tag %s."
3664
#: bzrlib/builtins.py:5990
3680
#: bzrlib/builtins.py:6009
3665
3681
#, python-format
3666
3682
msgid "Updated tag %s."
3669
#: bzrlib/builtins.py:5994
3685
#: bzrlib/builtins.py:6013
3670
3686
msgid "List tags."
3673
#: bzrlib/builtins.py:5996
3689
#: bzrlib/builtins.py:6015
3675
3691
"This command shows a table of tag names and the revisions they reference."
3678
#: bzrlib/builtins.py:6002
3694
#: bzrlib/builtins.py:6021
3679
3695
msgid "Branch whose tags should be displayed."
3682
#: bzrlib/builtins.py:6004
3698
#: bzrlib/builtins.py:6023
3683
3699
msgid "Sort tags by different criteria."
3686
#: bzrlib/builtins.py:6004
3702
#: bzrlib/builtins.py:6023
3687
3703
msgid "Sorting"
3690
#: bzrlib/builtins.py:6073
3706
#: bzrlib/builtins.py:6092
3691
3707
msgid "Reconfigure the type of a bzr directory."
3694
#: bzrlib/builtins.py:6075
3710
#: bzrlib/builtins.py:6094
3695
3711
msgid "A target configuration must be specified."
3698
#: bzrlib/builtins.py:6077
3714
#: bzrlib/builtins.py:6096
3700
3716
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3701
3717
"The order of preference is\n"
3706
3722
"If none of these is available, --bind-to must be specified."
3709
#: bzrlib/builtins.py:6091
3725
#: bzrlib/builtins.py:6110
3710
3726
msgid "Tree type"
3713
#: bzrlib/builtins.py:6092
3729
#: bzrlib/builtins.py:6111
3714
3730
msgid "The relation between branch and tree."
3717
#: bzrlib/builtins.py:6094
3733
#: bzrlib/builtins.py:6113
3718
3734
msgid "Reconfigure to be an unbound branch with no working tree."
3721
#: bzrlib/builtins.py:6095
3737
#: bzrlib/builtins.py:6114
3722
3738
msgid "Reconfigure to be an unbound branch with a working tree."
3725
#: bzrlib/builtins.py:6096
3741
#: bzrlib/builtins.py:6115
3726
3742
msgid "Reconfigure to be a bound branch with a working tree."
3729
#: bzrlib/builtins.py:6097
3745
#: bzrlib/builtins.py:6116
3730
3746
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3733
#: bzrlib/builtins.py:6102
3749
#: bzrlib/builtins.py:6121
3734
3750
msgid "Repository type"
3737
#: bzrlib/builtins.py:6103
3753
#: bzrlib/builtins.py:6122
3738
3754
msgid "Location fo the repository."
3741
#: bzrlib/builtins.py:6105
3757
#: bzrlib/builtins.py:6124
3743
3759
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3746
#: bzrlib/builtins.py:6107
3762
#: bzrlib/builtins.py:6126
3747
3763
msgid "Reconfigure to use a shared repository."
3750
#: bzrlib/builtins.py:6111
3766
#: bzrlib/builtins.py:6130
3751
3767
msgid "Trees in Repository"
3754
#: bzrlib/builtins.py:6112
3770
#: bzrlib/builtins.py:6131
3755
3771
msgid "Whether new branches in the repository have trees."
3758
#: bzrlib/builtins.py:6114
3774
#: bzrlib/builtins.py:6133
3760
3776
"Reconfigure repository to create working trees on branches by default."
3763
#: bzrlib/builtins.py:6116
3779
#: bzrlib/builtins.py:6135
3765
3781
"Reconfigure repository to not create working trees on branches by default."
3768
#: bzrlib/builtins.py:6119
3784
#: bzrlib/builtins.py:6138
3769
3785
msgid "Branch to bind checkout to."
3772
#: bzrlib/builtins.py:6121
3788
#: bzrlib/builtins.py:6140
3773
3789
msgid "Perform reconfiguration even if local changes will be lost."
3776
#: bzrlib/builtins.py:6124
3792
#: bzrlib/builtins.py:6143
3777
3793
msgid "Reconfigure a branch to be stacked on another branch."
3780
#: bzrlib/builtins.py:6128
3796
#: bzrlib/builtins.py:6147
3782
3798
"Reconfigure a branch to be unstacked. This may require copying substantial "
3783
3799
"data into it."
3786
#: bzrlib/builtins.py:6138
3802
#: bzrlib/builtins.py:6157
3787
3803
msgid "Can't use both --stacked-on and --unstacked"
3790
#: bzrlib/builtins.py:6152
3806
#: bzrlib/builtins.py:6171
3791
3807
msgid "No target configuration specified"
3794
#: bzrlib/builtins.py:6187
3810
#: bzrlib/builtins.py:6206
3795
3811
msgid "Set the branch of a checkout and update."
3798
#: bzrlib/builtins.py:6189
3814
#: bzrlib/builtins.py:6208
3800
3816
"For lightweight checkouts, this changes the branch being referenced.\n"
3801
3817
"For heavyweight checkouts, this checks that there are no local commits\n"
3874
3890
"want to switch back to your view after that."
3877
#: bzrlib/builtins.py:6281
3893
#: bzrlib/builtins.py:6305
3880
3896
" To define the current view::"
3883
#: bzrlib/builtins.py:6284
3899
#: bzrlib/builtins.py:6308
3884
3900
msgid " bzr view file1 dir1 ..."
3887
#: bzrlib/builtins.py:6286
3903
#: bzrlib/builtins.py:6310
3888
3904
msgid " To list the current view::"
3891
#: bzrlib/builtins.py:6288
3907
#: bzrlib/builtins.py:6312
3892
3908
msgid " bzr view"
3895
#: bzrlib/builtins.py:6290
3911
#: bzrlib/builtins.py:6314
3896
3912
msgid " To delete the current view::"
3899
#: bzrlib/builtins.py:6292
3915
#: bzrlib/builtins.py:6316
3900
3916
msgid " bzr view --delete"
3903
#: bzrlib/builtins.py:6294
3919
#: bzrlib/builtins.py:6318
3904
3920
msgid " To disable the current view without deleting it::"
3907
#: bzrlib/builtins.py:6296
3923
#: bzrlib/builtins.py:6320
3908
3924
msgid " bzr view --switch off"
3911
#: bzrlib/builtins.py:6298
3927
#: bzrlib/builtins.py:6322
3912
3928
msgid " To define a named view and switch to it::"
3915
#: bzrlib/builtins.py:6300
3931
#: bzrlib/builtins.py:6324
3916
3932
msgid " bzr view --name view-name file1 dir1 ..."
3919
#: bzrlib/builtins.py:6302
3935
#: bzrlib/builtins.py:6326
3920
3936
msgid " To list a named view::"
3923
#: bzrlib/builtins.py:6304
3939
#: bzrlib/builtins.py:6328
3924
3940
msgid " bzr view --name view-name"
3927
#: bzrlib/builtins.py:6306
3943
#: bzrlib/builtins.py:6330
3928
3944
msgid " To delete a named view::"
3931
#: bzrlib/builtins.py:6308
3947
#: bzrlib/builtins.py:6332
3932
3948
msgid " bzr view --name view-name --delete"
3935
#: bzrlib/builtins.py:6310
3951
#: bzrlib/builtins.py:6334
3936
3952
msgid " To switch to a named view::"
3939
#: bzrlib/builtins.py:6312
3955
#: bzrlib/builtins.py:6336
3940
3956
msgid " bzr view --switch view-name"
3943
#: bzrlib/builtins.py:6314
3959
#: bzrlib/builtins.py:6338
3944
3960
msgid " To list all views defined::"
3947
#: bzrlib/builtins.py:6316
3963
#: bzrlib/builtins.py:6340
3948
3964
msgid " bzr view --all"
3951
#: bzrlib/builtins.py:6318
3967
#: bzrlib/builtins.py:6342
3952
3968
msgid " To delete all views::"
3955
#: bzrlib/builtins.py:6320
3971
#: bzrlib/builtins.py:6344
3956
3972
msgid " bzr view --delete --all"
3959
#: bzrlib/builtins.py:6327
3975
#: bzrlib/builtins.py:6351
3960
3976
msgid "Apply list or delete action to all views."
3963
#: bzrlib/builtins.py:6330
3979
#: bzrlib/builtins.py:6354
3964
3980
msgid "Delete the view."
3967
#: bzrlib/builtins.py:6333
3983
#: bzrlib/builtins.py:6357
3968
3984
msgid "Name of the view to define, list or delete."
3971
#: bzrlib/builtins.py:6337
3987
#: bzrlib/builtins.py:6361
3972
3988
msgid "Name of the view to switch to."
3975
#: bzrlib/builtins.py:6356
3991
#: bzrlib/builtins.py:6380
3976
3992
msgid "Both --delete and a file list specified"
3979
#: bzrlib/builtins.py:6359
3995
#: bzrlib/builtins.py:6383
3980
3996
msgid "Both --delete and --switch specified"
3983
#: bzrlib/builtins.py:6362
3999
#: bzrlib/builtins.py:6386
3984
4000
msgid "Deleted all views.\n"
3987
#: bzrlib/builtins.py:6364
4003
#: bzrlib/builtins.py:6388
3988
4004
msgid "No current view to delete"
3991
#: bzrlib/builtins.py:6367
4007
#: bzrlib/builtins.py:6391
3992
4008
#, python-format
3993
4009
msgid "Deleted '%s' view.\n"
3996
#: bzrlib/builtins.py:6371
4012
#: bzrlib/builtins.py:6395
3997
4013
msgid "Both --switch and a file list specified"
4000
#: bzrlib/builtins.py:6374
4016
#: bzrlib/builtins.py:6398
4001
4017
msgid "Both --switch and --all specified"
4004
#: bzrlib/builtins.py:6377
4020
#: bzrlib/builtins.py:6401
4005
4021
msgid "No current view to disable"
4008
#: bzrlib/builtins.py:6379
4024
#: bzrlib/builtins.py:6403
4009
4025
#, python-format
4010
4026
msgid "Disabled '%s' view.\n"
4013
#: bzrlib/builtins.py:6383 bzrlib/builtins.py:6405
4029
#: bzrlib/builtins.py:6407 bzrlib/builtins.py:6429
4014
4030
msgid "Using '{0}' view: {1}\n"
4017
#: bzrlib/builtins.py:6386
4033
#: bzrlib/builtins.py:6410
4018
4034
msgid "Views defined:\n"
4021
#: bzrlib/builtins.py:6395
4037
#: bzrlib/builtins.py:6419
4022
4038
msgid "No views defined.\n"
4025
#: bzrlib/builtins.py:6402
4041
#: bzrlib/builtins.py:6426
4026
4042
msgid "Cannot change the 'off' pseudo view"
4029
#: bzrlib/builtins.py:6410
4045
#: bzrlib/builtins.py:6434
4030
4046
msgid "No current view.\n"
4033
#: bzrlib/builtins.py:6413
4049
#: bzrlib/builtins.py:6437
4034
4050
msgid "'{0}' view is: {1}\n"
4037
#: bzrlib/builtins.py:6433
4053
#: bzrlib/builtins.py:6457
4038
4054
msgid " <no hooks installed>\n"
4041
#: bzrlib/builtins.py:6437
4057
#: bzrlib/builtins.py:6461
4042
4058
msgid "Remove a branch."
4045
#: bzrlib/builtins.py:6439
4061
#: bzrlib/builtins.py:6463
4047
4063
"This will remove the branch from the specified location but \n"
4048
4064
"will keep any working tree or repository in place."
4051
#: bzrlib/builtins.py:6444
4067
#: bzrlib/builtins.py:6468
4052
4068
msgid " Remove the branch at repo/trunk::"
4055
#: bzrlib/builtins.py:6446
4071
#: bzrlib/builtins.py:6470
4056
4072
msgid " bzr remove-branch repo/trunk"
4059
#: bzrlib/builtins.py:6461
4075
#: bzrlib/builtins.py:6477
4076
msgid "Remove branch even if it is the active branch."
4079
#: bzrlib/builtins.py:6491
4080
msgid "Branch is active. Use --force to remove it."
4083
#: bzrlib/builtins.py:6495
4060
4084
msgid "Plaintext diff output."
4063
#: bzrlib/builtins.py:6462
4087
#: bzrlib/builtins.py:6496
4064
4088
msgid "Temporarily set aside some changes from the current tree."
4067
#: bzrlib/builtins.py:6464
4091
#: bzrlib/builtins.py:6498
4069
4093
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4070
4094
"ie. out of the way, until a later time when you can bring them back from\n"
4125
#: bzrlib/builtins.py:6503
4149
#: bzrlib/builtins.py:6537
4126
4150
msgid "Shelve all changes."
4129
#: bzrlib/builtins.py:6505
4153
#: bzrlib/builtins.py:6539
4130
4154
msgid "Method to use for writing diffs."
4133
#: bzrlib/builtins.py:6505
4157
#: bzrlib/builtins.py:6539
4137
#: bzrlib/builtins.py:6509
4161
#: bzrlib/builtins.py:6543
4138
4162
msgid "List shelved changes."
4141
#: bzrlib/builtins.py:6511
4165
#: bzrlib/builtins.py:6545
4142
4166
msgid "Destroy removed changes instead of shelving them."
4145
#: bzrlib/builtins.py:6540
4169
#: bzrlib/builtins.py:6574
4146
4170
msgid "No shelved changes."
4149
#: bzrlib/builtins.py:6551
4173
#: bzrlib/builtins.py:6585
4150
4174
msgid "Restore shelved changes."
4153
#: bzrlib/builtins.py:6553
4177
#: bzrlib/builtins.py:6587
4155
4179
"By default, the most recently shelved changes are restored. However if you\n"
4156
4180
"specify a shelf by id those changes will be restored instead. This works\n"
4157
4181
"best when the changes don't depend on each other."
4160
#: bzrlib/builtins.py:6562
4184
#: bzrlib/builtins.py:6596
4161
4185
msgid "The action to perform."
4164
#: bzrlib/builtins.py:6562 bzrlib/conflicts.py:694
4188
#: bzrlib/builtins.py:6596 bzrlib/conflicts.py:694
4168
#: bzrlib/builtins.py:6564
4192
#: bzrlib/builtins.py:6598
4169
4193
msgid "Apply changes and remove from the shelf."
4172
#: bzrlib/builtins.py:6565
4196
#: bzrlib/builtins.py:6599
4173
4197
msgid "Show changes, but do not apply or remove them."
4176
#: bzrlib/builtins.py:6566
4200
#: bzrlib/builtins.py:6600
4178
4202
"Instead of unshelving the changes, show the diff that would result from "
4182
#: bzrlib/builtins.py:6568
4206
#: bzrlib/builtins.py:6602
4183
4207
msgid "Delete changes without applying them."
4186
#: bzrlib/builtins.py:6569
4210
#: bzrlib/builtins.py:6603
4187
4211
msgid "Apply changes but don't delete them."
4190
#: bzrlib/builtins.py:6584
4214
#: bzrlib/builtins.py:6618
4191
4215
msgid "Remove unwanted files from working tree."
4194
#: bzrlib/builtins.py:6586
4218
#: bzrlib/builtins.py:6620
4196
4220
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4197
4221
"files are never deleted."
4200
#: bzrlib/builtins.py:6589
4224
#: bzrlib/builtins.py:6623
4202
4226
"Another class is 'detritus', which includes files emitted by bzr during\n"
4203
4227
"normal operations and selftests. (The value of these files decreases with\n"
4207
#: bzrlib/builtins.py:6593
4231
#: bzrlib/builtins.py:6627
4209
4233
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4210
4234
"flags are respected, and may be combined."
4213
#: bzrlib/builtins.py:6596
4237
#: bzrlib/builtins.py:6630
4214
4238
msgid "To check what clean-tree will do, use --dry-run."
4217
#: bzrlib/builtins.py:6599
4241
#: bzrlib/builtins.py:6633
4218
4242
msgid "Delete all ignored files."
4221
#: bzrlib/builtins.py:6600
4245
#: bzrlib/builtins.py:6634
4223
4247
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4226
#: bzrlib/builtins.py:6603
4250
#: bzrlib/builtins.py:6637
4227
4251
msgid "Delete files unknown to bzr (default)."
4230
#: bzrlib/builtins.py:6604
4254
#: bzrlib/builtins.py:6638
4231
4255
msgid "Show files to delete instead of deleting them."
4234
#: bzrlib/builtins.py:6606
4258
#: bzrlib/builtins.py:6640
4235
4259
msgid "Do not prompt before deleting."
5138
#: bzrlib/errors.py:809
5173
#: bzrlib/errors.py:818
5139
5174
msgid "Revision is not compatible with %(repo_format)s"
5142
#: bzrlib/errors.py:819
5177
#: bzrlib/errors.py:828
5143
5178
msgid "%(context_info)s%(path)s is already versioned."
5146
#: bzrlib/errors.py:840
5181
#: bzrlib/errors.py:849
5147
5182
msgid "%(context_info)s%(path)s is not versioned."
5150
#: bzrlib/errors.py:861
5185
#: bzrlib/errors.py:870
5151
5186
msgid "Path(s) are not versioned: %(paths_as_string)s"
5154
#: bzrlib/errors.py:872
5189
#: bzrlib/errors.py:881
5155
5190
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5158
#: bzrlib/errors.py:891
5193
#: bzrlib/errors.py:900
5159
5194
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5162
#: bzrlib/errors.py:899
5197
#: bzrlib/errors.py:908
5164
5199
"Filename %(filename)r is not valid in your current filesystem encoding "
5165
5200
"%(fs_encoding)s"
5168
#: bzrlib/errors.py:910
5203
#: bzrlib/errors.py:919
5169
5204
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5172
#: bzrlib/errors.py:928
5207
#: bzrlib/errors.py:937
5173
5208
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5176
#: bzrlib/errors.py:967
5211
#: bzrlib/errors.py:976
5177
5212
msgid "Cannot lock %(lock)s: %(why)s"
5180
#: bzrlib/errors.py:977
5215
#: bzrlib/errors.py:986
5182
5217
"A transaction related operation was attempted after the transaction finished."
5185
#: bzrlib/errors.py:1004
5220
#: bzrlib/errors.py:1013
5186
5221
msgid "Cannot lock: transport is read only: %(transport)s"
5189
#: bzrlib/errors.py:1012
5224
#: bzrlib/errors.py:1021
5190
5225
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5193
#: bzrlib/errors.py:1023
5228
#: bzrlib/errors.py:1032
5195
5230
"Lock was broken while still open: %(lock)s - check storage consistency!"
5198
#: bzrlib/errors.py:1034
5233
#: bzrlib/errors.py:1043
5200
5235
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5201
5236
"%(holder)r, wanted to break %(target)r"
5204
#: bzrlib/errors.py:1046
5239
#: bzrlib/errors.py:1055
5206
5241
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5207
5242
"Use 'bzr break-lock' to clear it"
5210
#: bzrlib/errors.py:1059
5245
#: bzrlib/errors.py:1068
5211
5246
msgid "Lock not held: %(lock)s"
5214
#: bzrlib/errors.py:1088
5249
#: bzrlib/errors.py:1097
5215
5250
msgid "No changes to commit"
5218
#: bzrlib/errors.py:1093
5253
#: bzrlib/errors.py:1102
5220
5255
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5223
#: bzrlib/errors.py:1103
5258
#: bzrlib/errors.py:1112
5225
5260
"Excluding paths during commit is not supported by repository at "
5226
5261
"%(repository)r."
5229
#: bzrlib/errors.py:1112
5264
#: bzrlib/errors.py:1121
5231
5266
"The specified commit message contains characters unsupported by the current "
5235
#: bzrlib/errors.py:1118
5270
#: bzrlib/errors.py:1127
5236
5271
msgid "Upgrade URL cannot work with readonly URLs."
5239
#: bzrlib/errors.py:1123
5274
#: bzrlib/errors.py:1132
5240
5275
msgid "The branch format %(format)s is already at the most recent format."
5243
#: bzrlib/errors.py:1146
5278
#: bzrlib/errors.py:1155
5244
5279
msgid "Option --change does not accept revision ranges"
5247
#: bzrlib/errors.py:1151
5282
#: bzrlib/errors.py:1160
5248
5283
msgid "No namespace registered for string: %(spec)r"
5251
#: bzrlib/errors.py:1170
5286
#: bzrlib/errors.py:1179
5253
5288
"Requested revision: '%(spec)s' does not exist in branch: "
5254
5289
"%(branch_url)s%(extra)s"
5257
#: bzrlib/errors.py:1184
5292
#: bzrlib/errors.py:1193
5259
5294
"Operation denied because it would change the main history, which is not "
5260
5295
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5263
#: bzrlib/errors.py:1195
5298
#: bzrlib/errors.py:1204
5265
5300
"These branches have diverged. Use the missing command to see how.\n"
5266
5301
"Use the merge command to reconcile them."
5269
#: bzrlib/errors.py:1215
5304
#: bzrlib/errors.py:1224
5271
5306
"Branches have no common ancestor, and no merge base revision was specified."
5274
#: bzrlib/errors.py:1221
5309
#: bzrlib/errors.py:1230
5276
5311
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5279
#: bzrlib/errors.py:1227
5314
#: bzrlib/errors.py:1236
5280
5315
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5283
#: bzrlib/errors.py:1236
5318
#: bzrlib/errors.py:1245
5285
5320
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5288
#: bzrlib/errors.py:1245
5323
#: bzrlib/errors.py:1254
5289
5324
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5292
#: bzrlib/errors.py:1254
5327
#: bzrlib/errors.py:1263
5293
5328
msgid "Branch %(branch)s has no commits."
5296
#: bzrlib/errors.py:1272
5331
#: bzrlib/errors.py:1281
5298
5333
"Bound branch %(branch)s is out of date with master branch "
5299
5334
"%(master)s.%(extra_help)s"
5302
#: bzrlib/errors.py:1284
5337
#: bzrlib/errors.py:1293
5304
5339
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5305
5340
"bound to %(remote)s."
5308
#: bzrlib/errors.py:1296
5343
#: bzrlib/errors.py:1305
5309
5344
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5312
#: bzrlib/errors.py:1305
5347
#: bzrlib/errors.py:1314
5314
5349
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5318
#: bzrlib/errors.py:1317
5353
#: bzrlib/errors.py:1326
5319
5354
msgid "Error in processing weave: %(msg)s"
5322
#: bzrlib/errors.py:1326
5357
#: bzrlib/errors.py:1335
5323
5358
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5326
#: bzrlib/errors.py:1337
5361
#: bzrlib/errors.py:1346
5327
5362
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5330
#: bzrlib/errors.py:1347
5365
#: bzrlib/errors.py:1356
5331
5366
msgid "Weave invariant violated: %(what)s"
5334
#: bzrlib/errors.py:1356
5369
#: bzrlib/errors.py:1365
5335
5370
msgid "Parents are mismatched between two revisions. %(msg)s"
5338
#: bzrlib/errors.py:1378
5373
#: bzrlib/errors.py:1387
5340
5375
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5344
#: bzrlib/errors.py:1390
5379
#: bzrlib/errors.py:1399
5345
5380
msgid "Versioned file error"
5348
#: bzrlib/errors.py:1395
5383
#: bzrlib/errors.py:1404
5349
5384
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5352
#: bzrlib/errors.py:1405
5387
#: bzrlib/errors.py:1414
5353
5388
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5356
#: bzrlib/errors.py:1415
5391
#: bzrlib/errors.py:1424
5357
5392
msgid "Text did not match its checksum: %(msg)s"
5360
#: bzrlib/errors.py:1541
5395
#: bzrlib/errors.py:1550
5361
5396
msgid "Export format %(format)r not supported"
5364
#: bzrlib/errors.py:1550
5399
#: bzrlib/errors.py:1559
5365
5400
msgid "Transport error: %(msg)s %(orig_error)s"
5368
#: bzrlib/errors.py:1576
5403
#: bzrlib/errors.py:1585
5369
5404
msgid "Generic bzr smart protocol error: %(details)s"
5372
#: bzrlib/errors.py:1584
5407
#: bzrlib/errors.py:1593
5373
5408
msgid "Received bad protocol version marker: %(marker)r"
5376
#: bzrlib/errors.py:1616
5411
#: bzrlib/errors.py:1625
5377
5412
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5380
#: bzrlib/errors.py:1621
5415
#: bzrlib/errors.py:1630
5381
5416
msgid "Connection error: %(msg)s %(orig_error)s"
5384
#: bzrlib/errors.py:1626
5419
#: bzrlib/errors.py:1635
5385
5420
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5388
#: bzrlib/errors.py:1647
5423
#: bzrlib/errors.py:1656
5389
5424
msgid "Connection closed: %(msg)s %(orig_error)s"
5392
#: bzrlib/errors.py:1652
5427
#: bzrlib/errors.py:1661
5393
5428
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5396
#: bzrlib/errors.py:1657
5431
#: bzrlib/errors.py:1666
5397
5432
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5400
#: bzrlib/errors.py:1667
5435
#: bzrlib/errors.py:1676
5401
5436
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5404
#: bzrlib/errors.py:1682
5439
#: bzrlib/errors.py:1691
5405
5440
msgid "Certificate error: %(error)s"
5408
#: bzrlib/errors.py:1690
5443
#: bzrlib/errors.py:1699
5409
5444
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5412
#: bzrlib/errors.py:1704
5447
#: bzrlib/errors.py:1713
5413
5448
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5416
#: bzrlib/errors.py:1712
5451
#: bzrlib/errors.py:1721
5417
5452
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5420
#: bzrlib/errors.py:1721
5455
#: bzrlib/errors.py:1730
5421
5456
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5424
#: bzrlib/errors.py:1735
5459
#: bzrlib/errors.py:1744
5425
5460
msgid "Too many redirections"
5428
#: bzrlib/errors.py:1740
5463
#: bzrlib/errors.py:1749
5429
5464
msgid "Working tree has conflicts."
5432
#: bzrlib/errors.py:1744
5467
#: bzrlib/errors.py:1753
5433
5468
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5436
#: bzrlib/errors.py:1753
5471
#: bzrlib/errors.py:1762
5438
5473
"Error(s) parsing config file %(filename)s:\n"
5442
#: bzrlib/errors.py:1763
5477
#: bzrlib/errors.py:1772
5444
5479
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5445
5480
"See ``bzr help %(name)s``"
5448
#: bzrlib/errors.py:1773
5483
#: bzrlib/errors.py:1782
5449
5484
msgid "%(username)r does not seem to contain a reasonable email address"
5452
#: bzrlib/errors.py:1782
5487
#: bzrlib/errors.py:1791
5453
5488
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5456
#: bzrlib/errors.py:1790
5491
#: bzrlib/errors.py:1799
5457
5492
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5460
#: bzrlib/errors.py:1798
5495
#: bzrlib/errors.py:1807
5461
5496
msgid "Unable to import library \"%(library)s\": %(error)s"
5464
#: bzrlib/errors.py:1806
5499
#: bzrlib/errors.py:1815
5465
5500
msgid "python-gpgme is not installed, it is needed to verify signatures"
5468
#: bzrlib/errors.py:1814
5503
#: bzrlib/errors.py:1823
5470
5505
"The working tree for %(basedir)s has changed since the last commit, but "
5471
5506
"weave merge requires that it be unchanged"
5474
#: bzrlib/errors.py:1824
5509
#: bzrlib/errors.py:1833
5476
5511
"Can't reprocess and show base, because reprocessing obscures the "
5477
5512
"relationship of conflicting lines to the base"
5480
#: bzrlib/errors.py:1830
5515
#: bzrlib/errors.py:1839
5481
5516
msgid "Cycle in graph %(graph)r"
5484
#: bzrlib/errors.py:1858
5519
#: bzrlib/errors.py:1867
5485
5520
msgid "File %(filename)s is not conflicted."
5488
#: bzrlib/errors.py:1880
5523
#: bzrlib/errors.py:1889
5489
5524
msgid "No bundle was found in \"%(filename)s\"."
5492
#: bzrlib/errors.py:1889
5527
#: bzrlib/errors.py:1898
5493
5528
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5496
#: bzrlib/errors.py:1899
5531
#: bzrlib/errors.py:1908
5497
5532
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5500
#: bzrlib/errors.py:1912
5535
#: bzrlib/errors.py:1921
5501
5536
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5504
#: bzrlib/errors.py:1922
5539
#: bzrlib/errors.py:1931
5505
5540
msgid "Key %(key)s is already present in map"
5508
#: bzrlib/errors.py:1927
5543
#: bzrlib/errors.py:1936
5509
5544
msgid "The prefix %(prefix)s is in the help search path twice."
5512
#: bzrlib/errors.py:1937
5547
#: bzrlib/errors.py:1946
5514
5549
"No final name for trans_id %(trans_id)r\n"
5515
5550
"file-id: %(file_id)r\n"
5516
5551
"root trans-id: %(root_trans_id)r\n"
5519
#: bzrlib/errors.py:1969
5554
#: bzrlib/errors.py:1978
5520
5555
msgid "Attempt to reuse a transform that has already been applied."
5523
#: bzrlib/errors.py:1974
5558
#: bzrlib/errors.py:1983
5524
5559
msgid "Moving the root directory is not supported at this time"
5527
#: bzrlib/errors.py:1979
5562
#: bzrlib/errors.py:1988
5528
5563
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5531
#: bzrlib/errors.py:1990
5566
#: bzrlib/errors.py:1999
5533
5568
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5536
#: bzrlib/errors.py:2026
5571
#: bzrlib/errors.py:2035
5538
5573
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5541
#: bzrlib/errors.py:2056
5576
#: bzrlib/errors.py:2065
5542
5577
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5545
#: bzrlib/errors.py:2064
5580
#: bzrlib/errors.py:2073
5546
5581
msgid "Nothing to merge."
5549
#: bzrlib/errors.py:2069
5584
#: bzrlib/errors.py:2078
5550
5585
msgid "Format %(format)s cannot be initialised by this version of bzr."
5553
#: bzrlib/errors.py:2078
5588
#: bzrlib/errors.py:2087
5555
5590
"Cannot convert from format %(from_format)s to format %(format)s. "
5559
#: bzrlib/errors.py:2090
5594
#: bzrlib/errors.py:2099
5560
5595
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5563
#: bzrlib/errors.py:2098
5598
#: bzrlib/errors.py:2107
5564
5599
msgid "%(exe_name)s could not be found on this machine"
5567
#: bzrlib/errors.py:2106
5602
#: bzrlib/errors.py:2115
5568
5603
msgid "Diff is not installed on this machine: %(msg)s"
5571
#: bzrlib/errors.py:2114
5606
#: bzrlib/errors.py:2123
5572
5607
msgid "Diff3 is not installed on this machine."
5575
#: bzrlib/errors.py:2120
5610
#: bzrlib/errors.py:2129
5576
5611
msgid "The content being inserted is already present."
5579
#: bzrlib/errors.py:2125
5614
#: bzrlib/errors.py:2134
5581
5616
"This tree contains left-over files from a failed operation.\n"
5582
5617
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5599
5634
" keep, and delete it when you are done."
5602
#: bzrlib/errors.py:2157
5637
#: bzrlib/errors.py:2166
5604
5639
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
5605
5640
"examine %(pending_deletion)s to see if it contains any files you wish to "
5606
5641
"keep, and delete it when you are done."
5609
#: bzrlib/errors.py:2167
5644
#: bzrlib/errors.py:2176
5610
5645
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5613
#: bzrlib/errors.py:2181
5648
#: bzrlib/errors.py:2190
5615
5650
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5618
#: bzrlib/errors.py:2194
5653
#: bzrlib/errors.py:2203
5619
5654
msgid "Error in merge modified format"
5622
#: bzrlib/errors.py:2199
5657
#: bzrlib/errors.py:2208
5623
5658
msgid "Format error in conflict listings"
5626
#: bzrlib/errors.py:2203
5661
#: bzrlib/errors.py:2212
5628
5663
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5629
5664
"Error: %(description)s"
5632
#: bzrlib/errors.py:2214
5667
#: bzrlib/errors.py:2223
5634
5669
"An error has been detected in the repository %(repo_path)s.\n"
5635
5670
"Please run bzr reconcile on this repository."
5638
#: bzrlib/errors.py:2225
5673
#: bzrlib/errors.py:2234
5640
5675
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5641
5676
"reason: %(reason)s"
5644
#: bzrlib/errors.py:2238
5679
#: bzrlib/errors.py:2247
5646
5681
"An inconsistent delta was supplied: %(delta)r\n"
5647
5682
"reason: %(reason)s"
5650
#: bzrlib/errors.py:2250
5685
#: bzrlib/errors.py:2259
5651
5686
msgid "To use this feature you must upgrade your branch at %(path)s."
5654
#: bzrlib/errors.py:2259
5689
#: bzrlib/errors.py:2268
5655
5690
msgid "To use this feature you must upgrade your repository at %(path)s."
5658
#: bzrlib/errors.py:2264
5693
#: bzrlib/errors.py:2273
5660
5695
"To use this feature you must upgrade your branch at %(path)s to a format "
5661
5696
"which supports rich roots."
5664
#: bzrlib/errors.py:2270
5699
#: bzrlib/errors.py:2279
5665
5700
msgid "Cannot perform local-only commits on unbound branches."
5668
#: bzrlib/errors.py:2275
5703
#: bzrlib/errors.py:2284
5669
5704
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5672
#: bzrlib/errors.py:2296
5707
#: bzrlib/errors.py:2305
5673
5708
msgid "Ghost tags not supported by format %(format)r."
5676
#: bzrlib/errors.py:2304
5711
#: bzrlib/errors.py:2313
5677
5712
msgid "File is binary but should be text."
5680
#: bzrlib/errors.py:2309
5715
#: bzrlib/errors.py:2318
5681
5716
msgid "The path %(path)s is not permitted on this platform"
5684
#: bzrlib/errors.py:2318
5719
#: bzrlib/errors.py:2327
5686
5721
"Testament did not match expected value.\n"
5687
5722
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5688
5723
" {%(measured)s}"
5691
#: bzrlib/errors.py:2330
5726
#: bzrlib/errors.py:2339
5692
5727
msgid "Not a bzr revision-bundle: %(text)r"
5695
#: bzrlib/errors.py:2339
5730
#: bzrlib/errors.py:2348
5696
5731
msgid "Bad bzr revision-bundle: %(text)r"
5699
#: bzrlib/errors.py:2348
5734
#: bzrlib/errors.py:2357
5700
5735
msgid "Malformed bzr revision-bundle header: %(text)r"
5703
#: bzrlib/errors.py:2353
5738
#: bzrlib/errors.py:2362
5704
5739
msgid "Malformed patches in bzr revision-bundle: %(text)r"
5707
#: bzrlib/errors.py:2358
5742
#: bzrlib/errors.py:2367
5708
5743
msgid "Malformed footer in bzr revision-bundle: %(text)r"
5711
#: bzrlib/errors.py:2363
5746
#: bzrlib/errors.py:2372
5712
5747
msgid "End of line marker was not \\n in bzr revision-bundle"
5715
#: bzrlib/errors.py:2373
5750
#: bzrlib/errors.py:2382
5716
5751
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
5719
#: bzrlib/errors.py:2383
5754
#: bzrlib/errors.py:2392
5720
5755
msgid "Root class for inventory serialization errors"
5723
#: bzrlib/errors.py:2387
5758
#: bzrlib/errors.py:2396
5725
5760
"The inventory was not in the expected format:\n"
5729
#: bzrlib/errors.py:2396
5764
#: bzrlib/errors.py:2405
5730
5765
msgid "This operation requires rich root data storage"
5733
#: bzrlib/errors.py:2409
5768
#: bzrlib/errors.py:2418
5734
5769
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
5737
#: bzrlib/errors.py:2418
5772
#: bzrlib/errors.py:2427
5739
5774
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
5743
#: bzrlib/errors.py:2425
5778
#: bzrlib/errors.py:2434
5745
5780
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
5746
5781
"ghost at {%(ghost_revision_id)s}"
5749
#: bzrlib/errors.py:2435
5784
#: bzrlib/errors.py:2444
5750
5785
msgid "Ghost revision {%(revision_id)s} cannot be used here."
5753
#: bzrlib/errors.py:2486
5788
#: bzrlib/errors.py:2495
5755
5790
"A merge directive must provide either a bundle or a public branch location."
5758
#: bzrlib/errors.py:2493
5793
#: bzrlib/errors.py:2502
5759
5794
msgid "Bad merge directive payload %(start)r"
5762
#: bzrlib/errors.py:2503
5797
#: bzrlib/errors.py:2512
5763
5798
msgid "Preview patch does not match requested changes."
5766
#: bzrlib/errors.py:2509
5801
#: bzrlib/errors.py:2518
5767
5802
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
5770
#: bzrlib/errors.py:2519
5805
#: bzrlib/errors.py:2528
5772
5807
"Your branch does not have all of the revisions required in order to merge "
5773
5808
"this merge directive and the target location specified in the merge "
5774
5809
"directive is not a branch: %(location)s."
5777
#: bzrlib/errors.py:2531
5812
#: bzrlib/errors.py:2540
5778
5813
msgid "Unsupported entry kind %(kind)s"
5781
#: bzrlib/errors.py:2539
5816
#: bzrlib/errors.py:2548
5782
5817
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
5785
#: bzrlib/errors.py:2549
5820
#: bzrlib/errors.py:2558
5786
5821
msgid "Subsume target %(other_tree)s needs to be upgraded."
5789
#: bzrlib/errors.py:2568
5824
#: bzrlib/errors.py:2577
5790
5825
msgid "No such tag: %(tag_name)s"
5793
#: bzrlib/errors.py:2576
5828
#: bzrlib/errors.py:2585
5794
5829
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
5797
#: bzrlib/errors.py:2585
5832
#: bzrlib/errors.py:2594
5798
5833
msgid "Tag %(tag_name)s already exists."
5801
#: bzrlib/errors.py:2593
5836
#: bzrlib/errors.py:2602
5803
5838
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
5804
5839
"bugs\" for more information on this feature."
5807
#: bzrlib/errors.py:2603
5842
#: bzrlib/errors.py:2612
5809
5844
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
5812
#: bzrlib/errors.py:2613
5847
#: bzrlib/errors.py:2622
5814
5849
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
5817
#: bzrlib/errors.py:2623
5852
#: bzrlib/errors.py:2632
5818
5853
msgid "Invalid line in bugs property: '%(line)s'"
5821
#: bzrlib/errors.py:2631
5856
#: bzrlib/errors.py:2640
5822
5857
msgid "Invalid bug status: '%(status)s'"
5825
#: bzrlib/errors.py:2639
5860
#: bzrlib/errors.py:2648
5826
5861
msgid "Could not understand response from smart server: %(response_tuple)r"
5829
#: bzrlib/errors.py:2678
5864
#: bzrlib/errors.py:2687
5830
5865
msgid "Server sent an unexpected error: %(error_tuple)r"
5833
#: bzrlib/errors.py:2697
5868
#: bzrlib/errors.py:2706
5834
5869
msgid "Unrecognised container format: %(container_format)r"
5837
#: bzrlib/errors.py:2705
5872
#: bzrlib/errors.py:2714
5838
5873
msgid "Unexpected end of container stream"
5841
#: bzrlib/errors.py:2710
5876
#: bzrlib/errors.py:2719
5842
5877
msgid "Unknown record type: %(record_type)r"
5845
#: bzrlib/errors.py:2718
5880
#: bzrlib/errors.py:2727
5846
5881
msgid "Invalid record: %(reason)s"
5849
#: bzrlib/errors.py:2726
5884
#: bzrlib/errors.py:2735
5850
5885
msgid "Container has data after end marker: %(excess)r"
5853
#: bzrlib/errors.py:2734
5888
#: bzrlib/errors.py:2743
5854
5889
msgid "Container has multiple records with the same name: %(name)s"
5857
#: bzrlib/errors.py:2747
5892
#: bzrlib/errors.py:2756
5858
5893
msgid "Corrupt or incompatible data stream: %(reason)s"
5861
#: bzrlib/errors.py:2755
5896
#: bzrlib/errors.py:2764
5862
5897
msgid "SMTP error: %(error)s"
5865
#: bzrlib/errors.py:2763
5900
#: bzrlib/errors.py:2772
5866
5901
msgid "No message supplied."
5869
#: bzrlib/errors.py:2768
5904
#: bzrlib/errors.py:2777
5870
5905
msgid "No mail-to address (--mail-to) or output (-o) specified."
5873
#: bzrlib/errors.py:2773
5874
msgid "Unknown mail client: %(mail_client)s"
5877
#: bzrlib/errors.py:2781
5908
#: bzrlib/errors.py:2782
5879
5910
"Unable to find mail client with the following names: "
5880
5911
"%(mail_command_list_string)s"
5883
#: bzrlib/errors.py:2791
5914
#: bzrlib/errors.py:2792
5884
5915
msgid "SMTP connection to %(host)s refused"
5887
#: bzrlib/errors.py:2800
5918
#: bzrlib/errors.py:2801
5888
5919
msgid "Please specify smtp_server. No server at default %(host)s."
5891
#: bzrlib/errors.py:2814
5922
#: bzrlib/errors.py:2815
5893
5924
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
5897
#: bzrlib/errors.py:2826
5928
#: bzrlib/errors.py:2827
5898
5929
msgid "'%(display_url)s' is already a branch."
5901
#: bzrlib/errors.py:2831
5932
#: bzrlib/errors.py:2832
5902
5933
msgid "'%(display_url)s' is already a tree."
5905
#: bzrlib/errors.py:2836
5936
#: bzrlib/errors.py:2837
5906
5937
msgid "'%(display_url)s' is already a checkout."
5909
#: bzrlib/errors.py:2841
5940
#: bzrlib/errors.py:2842
5910
5941
msgid "'%(display_url)s' is already a lightweight checkout."
5913
#: bzrlib/errors.py:2846
5944
#: bzrlib/errors.py:2847
5914
5945
msgid "'%(display_url)s' is already using a shared repository."
5917
#: bzrlib/errors.py:2851
5948
#: bzrlib/errors.py:2852
5918
5949
msgid "'%(display_url)s' is already standalone."
5921
#: bzrlib/errors.py:2856
5952
#: bzrlib/errors.py:2857
5922
5953
msgid "Shared repository '%(display_url)s' already creates working trees."
5925
#: bzrlib/errors.py:2862
5956
#: bzrlib/errors.py:2863
5927
5958
"Shared repository '%(display_url)s' already doesn't create working trees."
5930
#: bzrlib/errors.py:2868
5961
#: bzrlib/errors.py:2869
5931
5962
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
5934
#: bzrlib/errors.py:2873
5965
#: bzrlib/errors.py:2874
5935
5966
msgid "No location could be found to bind to at %(display_url)s."
5938
#: bzrlib/errors.py:2878
5969
#: bzrlib/errors.py:2879
5940
5971
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
5941
5972
"status).%(more)s"
5944
#: bzrlib/errors.py:2897
5975
#: bzrlib/errors.py:2898
5946
5977
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
5947
5978
"list).%(more)s"
5950
#: bzrlib/errors.py:2903
5981
#: bzrlib/errors.py:2904
5951
5982
msgid "Variable {%(name)s} is not available."
5954
#: bzrlib/errors.py:2911
5985
#: bzrlib/errors.py:2912
5955
5986
msgid "No template specified."
5958
#: bzrlib/errors.py:2916
5989
#: bzrlib/errors.py:2917
5959
5990
msgid "Unable to create symlink %(path_str)son this platform"
5962
#: bzrlib/errors.py:2931
5993
#: bzrlib/errors.py:2932
5964
5995
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
5965
5996
"\"original\", \"local\"."
5968
#: bzrlib/errors.py:2965
5999
#: bzrlib/errors.py:2966
5970
6001
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
5973
#: bzrlib/errors.py:2977
6004
#: bzrlib/errors.py:2978
5974
6005
msgid "The \"%(config_id)s\" configuration does not exist."
5977
#: bzrlib/errors.py:2985
6008
#: bzrlib/errors.py:2986
5978
6009
msgid "The \"%(option_name)s\" configuration option does not exist."
5981
#: bzrlib/errors.py:2993
6012
#: bzrlib/errors.py:2994
5982
6013
msgid "The alias \"%(alias_name)s\" does not exist."
5985
#: bzrlib/errors.py:3007
6016
#: bzrlib/errors.py:3008
5986
6017
msgid "\"%(alias_name)s\" is not a valid location alias."
5989
#: bzrlib/errors.py:3015
6020
#: bzrlib/errors.py:3016
5990
6021
msgid "No %(alias_name)s location assigned."
5993
#: bzrlib/errors.py:3023
6024
#: bzrlib/errors.py:3024
5994
6025
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
5997
#: bzrlib/errors.py:3033
6028
#: bzrlib/errors.py:3034
5998
6029
msgid "Unknown rules detected: %(unknowns_str)s."
6001
#: bzrlib/errors.py:3044
6032
#: bzrlib/errors.py:3045
6002
6033
msgid "Tip change rejected: %(msg)s"
6005
#: bzrlib/errors.py:3052
6036
#: bzrlib/errors.py:3053
6006
6037
msgid "Shelf corrupt."
6009
#: bzrlib/errors.py:3057
6040
#: bzrlib/errors.py:3058
6010
6041
msgid "Corruption while decompressing repository file%(orig_error)s"
6013
#: bzrlib/errors.py:3069
6044
#: bzrlib/errors.py:3070
6014
6045
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6017
#: bzrlib/errors.py:3077
6048
#: bzrlib/errors.py:3078
6018
6049
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6021
#: bzrlib/errors.py:3085
6052
#: bzrlib/errors.py:3086
6023
6054
"An attempt to access a url outside the server jail was made: '%(url)s'."
6026
#: bzrlib/errors.py:3093
6057
#: bzrlib/errors.py:3094
6027
6058
msgid "The user aborted the operation."
6030
#: bzrlib/errors.py:3098
6061
#: bzrlib/errors.py:3099
6031
6062
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6034
#: bzrlib/errors.py:3108
6065
#: bzrlib/errors.py:3109
6035
6066
msgid "No such view: %(view_name)s."
6038
#: bzrlib/errors.py:3118
6069
#: bzrlib/errors.py:3119
6040
6071
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6041
6072
"to a later format."
6044
#: bzrlib/errors.py:3127
6075
#: bzrlib/errors.py:3128
6046
6077
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6049
#: bzrlib/errors.py:3194
6080
#: bzrlib/errors.py:3195
6050
6081
msgid "%(bzrdir)r does not support co-located branches."
6053
#: bzrlib/errors.py:3200
6084
#: bzrlib/errors.py:3201
6055
6086
"Unable to determine your name.\n"
6056
6087
"Please, set your name with the 'whoami' command.\n"
6057
6088
"E.g. bzr whoami \"Your Name <name@example.com>\""
6060
#: bzrlib/errors.py:3209
6091
#: bzrlib/errors.py:3210
6061
6092
msgid "Invalid pattern(s) found. %(msg)s"
6064
#: bzrlib/errors.py:3217
6095
#: bzrlib/errors.py:3218
6066
6097
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6067
6098
"unbind` to fix."
6070
#: bzrlib/errors.py:3228
6101
#: bzrlib/errors.py:3229
6071
6102
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6074
#: bzrlib/errors.py:3237
6105
#: bzrlib/errors.py:3238
6075
6106
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6078
#: bzrlib/errors.py:3246
6109
#: bzrlib/errors.py:3247
6080
6111
"No compatible object available for operations from %(source)r to %(target)r."
6083
#: bzrlib/errors.py:3256
6114
#: bzrlib/errors.py:3257
6085
6116
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6086
6117
"%(arguments)s."
6089
#: bzrlib/errors.py:3266
6120
#: bzrlib/errors.py:3267
6091
6122
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6092
6123
"format %(format)r"
6095
#: bzrlib/errors.py:3278
6126
#: bzrlib/errors.py:3279
6097
6128
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6101
#: bzrlib/errors.py:3291
6132
#: bzrlib/errors.py:3292
6102
6133
msgid "Binary files section encountered."
6105
#: bzrlib/errors.py:3299
6136
#: bzrlib/errors.py:3300
6107
6138
"Malformed patch header. %(desc)s\n"
6111
#: bzrlib/errors.py:3308
6142
#: bzrlib/errors.py:3309
6113
6144
"Malformed hunk header. %(desc)s\n"
6117
#: bzrlib/errors.py:3317
6148
#: bzrlib/errors.py:3318
6119
6150
"Malformed line. %(desc)s\n"
6123
#: bzrlib/errors.py:3327
6154
#: bzrlib/errors.py:3328
6125
6156
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6126
6157
"but patch says it should be \"%(patch_line)s\""
6129
#: bzrlib/errors.py:3338
6160
#: bzrlib/errors.py:3339
6130
6161
msgid "The feature %(feature)s has already been registered."
6178
6209
"regular push."
6181
#: bzrlib/gpg.py:119 bzrlib/gpg.py:460
6212
#: bzrlib/gpg.py:366
6213
msgid "No GnuPG key results for pattern: {0}"
6216
#: bzrlib/gpg.py:439
6182
6217
msgid "{0} commits with valid signatures"
6185
#: bzrlib/gpg.py:123 bzrlib/gpg.py:465
6220
#: bzrlib/gpg.py:445
6186
6221
msgid "{0} commit with unknown key"
6187
6222
msgid_plural "{0} commits with unknown keys"
6191
#: bzrlib/gpg.py:129 bzrlib/gpg.py:472
6226
#: bzrlib/gpg.py:453
6192
6227
msgid "{0} commit not valid"
6193
6228
msgid_plural "{0} commits not valid"
6197
#: bzrlib/gpg.py:135 bzrlib/gpg.py:479
6232
#: bzrlib/gpg.py:461
6198
6233
msgid "{0} commit not signed"
6199
6234
msgid_plural "{0} commits not signed"
6203
#: bzrlib/gpg.py:141 bzrlib/gpg.py:486
6238
#: bzrlib/gpg.py:469
6204
6239
msgid "{0} commit with key now expired"
6205
6240
msgid_plural "{0} commits with key now expired"
6209
#: bzrlib/gpg.py:343
6210
msgid "No GnuPG key results for pattern: {0}"
6244
#: bzrlib/gpg.py:489
6245
msgid "{0} commit by author {1} with key {2} now expired"
6246
msgid_plural "{0} commits by author {1} with key {2} now expired"
6213
#: bzrlib/gpg.py:386
6250
#: bzrlib/gpg.py:505
6214
6251
msgid "{0} signed {1} commit"
6215
6252
msgid_plural "{0} signed {1} commits"
6219
#: bzrlib/gpg.py:403 bzrlib/gpg.py:419
6256
#: bzrlib/gpg.py:522 bzrlib/gpg.py:539
6220
6257
msgid "{0} commit by author {1}"
6221
6258
msgid_plural "{0} commits by author {1}"
6225
#: bzrlib/gpg.py:433
6262
#: bzrlib/gpg.py:554
6226
6263
msgid "Unknown key {0} signed {1} commit"
6227
6264
msgid_plural "Unknown key {0} signed {1} commits"
6231
#: bzrlib/gpg.py:452
6232
msgid "{0} commit by author {1} with key {2} now expired"
6233
msgid_plural "{0} commits by author {1} with key {2} now expired"
6237
6268
#: bzrlib/groupcompress.py:1739
6238
6269
#, python-format
6239
6270
msgid "Insert claimed random_id=True, but then inserted %r two times"
6242
#: bzrlib/hooks.py:331
6273
#: bzrlib/hooks.py:313
6243
6274
#, python-format
6244
6275
msgid "Introduced in: %s"
6247
#: bzrlib/hooks.py:334
6278
#: bzrlib/hooks.py:316
6248
6279
#, python-format
6249
6280
msgid "Deprecated in: %s"
6529
6564
" otherwise error."
6532
#: bzrlib/plugins/launchpad/__init__.py:99
6567
#: bzrlib/plugins/launchpad/cmds.py:62
6535
6570
" bzr register-branch http://foo.com/bzr/fooproject.mine \\\n"
6536
6571
" --project fooproject"
6539
#: bzrlib/plugins/launchpad/__init__.py:106
6574
#: bzrlib/plugins/launchpad/cmds.py:69
6540
6575
msgid "Launchpad project short name to associate with the branch."
6543
#: bzrlib/plugins/launchpad/__init__.py:113
6578
#: bzrlib/plugins/launchpad/cmds.py:76
6545
6580
"Short name for the branch; by default taken from the last component of the "
6549
#: bzrlib/plugins/launchpad/__init__.py:117
6584
#: bzrlib/plugins/launchpad/cmds.py:80
6550
6585
msgid "One-sentence description of the branch."
6553
#: bzrlib/plugins/launchpad/__init__.py:120
6588
#: bzrlib/plugins/launchpad/cmds.py:83
6554
6589
msgid "Longer description of the purpose or contents of the branch."
6557
#: bzrlib/plugins/launchpad/__init__.py:123
6592
#: bzrlib/plugins/launchpad/cmds.py:86
6558
6593
msgid "Branch author's email address, if not yourself."
6561
#: bzrlib/plugins/launchpad/__init__.py:126
6596
#: bzrlib/plugins/launchpad/cmds.py:89
6562
6597
msgid "The bug this branch fixes."
6565
#: bzrlib/plugins/launchpad/__init__.py:129
6600
#: bzrlib/plugins/launchpad/cmds.py:92
6566
6601
msgid "Prepare the request but don't actually send it."
6569
#: bzrlib/plugins/launchpad/__init__.py:151
6604
#: bzrlib/plugins/launchpad/cmds.py:114
6571
6606
"register-branch requires a public branch url - see bzr help register-branch."
6574
#: bzrlib/plugins/launchpad/__init__.py:159
6609
#: bzrlib/plugins/launchpad/cmds.py:122
6575
6610
msgid "--product is deprecated; please use --project."
6578
#: bzrlib/plugins/launchpad/__init__.py:191
6613
#: bzrlib/plugins/launchpad/cmds.py:152
6579
6614
msgid "Open a Launchpad branch page in your web browser."
6582
#: bzrlib/plugins/launchpad/__init__.py:196
6617
#: bzrlib/plugins/launchpad/cmds.py:157
6583
6618
msgid "Do not actually open the browser. Just say the URL we would use."
6586
#: bzrlib/plugins/launchpad/__init__.py:231
6621
#: bzrlib/plugins/launchpad/cmds.py:192
6587
6622
#, python-format
6588
6623
msgid "Opening %s in web browser"
6591
#: bzrlib/plugins/launchpad/__init__.py:241
6626
#: bzrlib/plugins/launchpad/cmds.py:200
6592
6627
msgid "Show or set the Launchpad user ID."
6595
#: bzrlib/plugins/launchpad/__init__.py:243
6630
#: bzrlib/plugins/launchpad/cmds.py:202
6597
6632
"When communicating with Launchpad, some commands need to know your\n"
6598
6633
"Launchpad user ID. This command can be used to set or show the\n"
6599
6634
"user ID that Bazaar will use for such communication."
6602
#: bzrlib/plugins/launchpad/__init__.py:247
6637
#: bzrlib/plugins/launchpad/cmds.py:206
6605
6640
" Show the Launchpad ID of the current user::"
6608
#: bzrlib/plugins/launchpad/__init__.py:250
6643
#: bzrlib/plugins/launchpad/cmds.py:209
6609
6644
msgid " bzr launchpad-login"
6612
#: bzrlib/plugins/launchpad/__init__.py:252
6647
#: bzrlib/plugins/launchpad/cmds.py:211
6613
6648
msgid " Set the Launchpad ID of the current user to 'bob'::"
6616
#: bzrlib/plugins/launchpad/__init__.py:254
6651
#: bzrlib/plugins/launchpad/cmds.py:213
6617
6652
msgid " bzr launchpad-login bob"
6620
#: bzrlib/plugins/launchpad/__init__.py:261
6655
#: bzrlib/plugins/launchpad/cmds.py:220
6621
6656
msgid "Don't check that the user name is valid."
6624
#: bzrlib/plugins/launchpad/__init__.py:276
6625
#: bzrlib/plugins/launchpad/__init__.py:287
6659
#: bzrlib/plugins/launchpad/cmds.py:235 bzrlib/plugins/launchpad/cmds.py:246
6626
6660
msgid "Launchpad user ID exists and has SSH keys.\n"
6629
#: bzrlib/plugins/launchpad/__init__.py:279
6663
#: bzrlib/plugins/launchpad/cmds.py:238
6630
6664
msgid "No Launchpad user ID configured.\n"
6633
#: bzrlib/plugins/launchpad/__init__.py:290
6667
#: bzrlib/plugins/launchpad/cmds.py:249
6634
6668
#, python-format
6635
6669
msgid "Launchpad user ID set to '%s'.\n"
6638
#: bzrlib/plugins/launchpad/__init__.py:298
6672
#: bzrlib/plugins/launchpad/cmds.py:255
6639
6673
msgid "Ask Launchpad to mirror a branch now."
6642
#: bzrlib/plugins/launchpad/__init__.py:318
6676
#: bzrlib/plugins/launchpad/cmds.py:272
6643
6677
msgid "Propose merging a branch on Launchpad."
6646
#: bzrlib/plugins/launchpad/__init__.py:320
6680
#: bzrlib/plugins/launchpad/cmds.py:274
6648
6682
"This will open your usual editor to provide the initial comment. When it\n"
6649
6683
"has created the proposal, it will open it in your default web browser."
6652
#: bzrlib/plugins/launchpad/__init__.py:323
6686
#: bzrlib/plugins/launchpad/cmds.py:277
6654
6688
"The branch will be proposed to merge into SUBMIT_BRANCH. If SUBMIT_BRANCH\n"
6655
6689
"is not supplied, the remembered submit branch will be used. If no submit\n"
6656
6690
"branch is remembered, the development focus will be used."
6659
#: bzrlib/plugins/launchpad/__init__.py:327
6693
#: bzrlib/plugins/launchpad/cmds.py:281
6661
6695
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
6662
6696
"the merge proposal. This can be overriden by specifying --review (-R).\n"
6702
6740
"are opened in a web browser."
6705
#: bzrlib/plugins/launchpad/__init__.py:389
6743
#: bzrlib/plugins/launchpad/cmds.py:342
6707
6745
"Any revision involved in the merge may be specified-- the revision in\n"
6708
6746
"which the merge was performed, or one of the revisions that was merged."
6711
#: bzrlib/plugins/launchpad/__init__.py:392
6749
#: bzrlib/plugins/launchpad/cmds.py:345
6712
6750
msgid "So, to find the merge proposal that reviewed line 1 of README::"
6715
#: bzrlib/plugins/launchpad/__init__.py:394
6753
#: bzrlib/plugins/launchpad/cmds.py:347
6716
6754
msgid " bzr lp-find-proposal -r annotate:README:1"
6719
#: bzrlib/plugins/launchpad/__init__.py:409
6757
#: bzrlib/plugins/launchpad/cmds.py:363
6720
6758
msgid "No review found."
6723
#: bzrlib/plugins/launchpad/__init__.py:410
6761
#: bzrlib/plugins/launchpad/cmds.py:364
6724
6762
#, python-format
6725
6763
msgid "%d proposals(s) found."
6728
#: bzrlib/plugins/launchpad/__init__.py:420
6766
#: bzrlib/plugins/launchpad/cmds.py:374
6729
6767
msgid "Finding revision-id"
6732
#: bzrlib/plugins/launchpad/__init__.py:427
6770
#: bzrlib/plugins/launchpad/cmds.py:381
6733
6771
msgid "Finding merge"
6736
#: bzrlib/plugins/launchpad/__init__.py:432
6774
#: bzrlib/plugins/launchpad/cmds.py:386
6737
6775
msgid "Finding revno"
6740
#: bzrlib/plugins/launchpad/__init__.py:437
6778
#: bzrlib/plugins/launchpad/cmds.py:392
6741
6779
msgid "Finding Launchpad branch"
6744
#: bzrlib/plugins/launchpad/__init__.py:440
6782
#: bzrlib/plugins/launchpad/cmds.py:395
6745
6783
msgid "Finding proposals"
6748
#: bzrlib/plugins/launchpad/account.py:66
6749
msgid "Setting ssh/sftp usernames for launchpad.net."
6752
6786
#: bzrlib/plugins/launchpad/lp_api.py:241
6753
6787
#: bzrlib/plugins/launchpad/lp_api.py:246
6754
6788
#, python-format
6795
#: bzrlib/plugins/launchpad/lp_propose.py:149
6829
#: bzrlib/plugins/launchpad/lp_propose.py:150
6796
6830
#, python-format
6797
6831
msgid "There is already a branch merge proposal: %s"
6800
#: bzrlib/plugins/weave_fmt/bzrdir.py:236
6834
#: bzrlib/plugins/weave_fmt/bzrdir.py:237
6801
6835
msgid "pb parameter to convert() is deprecated"
6804
#: bzrlib/plugins/weave_fmt/bzrdir.py:239
6838
#: bzrlib/plugins/weave_fmt/bzrdir.py:240
6805
6839
msgid "starting upgrade from format 4 to 5"
6808
#: bzrlib/plugins/weave_fmt/bzrdir.py:249
6842
#: bzrlib/plugins/weave_fmt/bzrdir.py:250
6809
6843
msgid "note: upgrade may be faster if all store files are ungzipped first"
6812
#: bzrlib/plugins/weave_fmt/bzrdir.py:278
6846
#: bzrlib/plugins/weave_fmt/bzrdir.py:279
6813
6847
msgid "converting revision"
6816
#: bzrlib/plugins/weave_fmt/bzrdir.py:283
6850
#: bzrlib/plugins/weave_fmt/bzrdir.py:284
6817
6851
msgid "upgraded to weaves:"
6820
#: bzrlib/plugins/weave_fmt/bzrdir.py:284
6854
#: bzrlib/plugins/weave_fmt/bzrdir.py:285
6821
6855
#, python-format
6822
6856
msgid "%6d revisions and inventories"
6825
#: bzrlib/plugins/weave_fmt/bzrdir.py:286
6859
#: bzrlib/plugins/weave_fmt/bzrdir.py:287
6826
6860
#, python-format
6827
6861
msgid "%6d revisions not present"
6830
#: bzrlib/plugins/weave_fmt/bzrdir.py:288
6864
#: bzrlib/plugins/weave_fmt/bzrdir.py:289
6831
6865
#, python-format
6832
6866
msgid "%6d texts"
6835
#: bzrlib/plugins/weave_fmt/bzrdir.py:324
6869
#: bzrlib/plugins/weave_fmt/bzrdir.py:325
6836
6870
msgid "writing weave"
6839
#: bzrlib/plugins/weave_fmt/bzrdir.py:328
6840
#: bzrlib/plugins/weave_fmt/bzrdir.py:330
6873
#: bzrlib/plugins/weave_fmt/bzrdir.py:329
6874
#: bzrlib/plugins/weave_fmt/bzrdir.py:331
6841
6875
msgid "inventory"
6844
#: bzrlib/plugins/weave_fmt/bzrdir.py:347
6878
#: bzrlib/plugins/weave_fmt/bzrdir.py:348
6845
6879
msgid "write revision"
6848
#: bzrlib/plugins/weave_fmt/bzrdir.py:361
6882
#: bzrlib/plugins/weave_fmt/bzrdir.py:362
6849
6883
msgid "loading revision"
6852
#: bzrlib/plugins/weave_fmt/bzrdir.py:366
6886
#: bzrlib/plugins/weave_fmt/bzrdir.py:367
6853
6887
#, python-format
6854
6888
msgid "revision {%s} not present in branch; will be converted as a ghost"
6857
#: bzrlib/plugins/weave_fmt/bzrdir.py:506
6891
#: bzrlib/plugins/weave_fmt/bzrdir.py:507
6858
6892
msgid "starting upgrade from format 5 to 6"
6861
#: bzrlib/plugins/weave_fmt/bzrdir.py:516
6895
#: bzrlib/plugins/weave_fmt/bzrdir.py:517
6862
6896
#, python-format
6863
6897
msgid "adding prefixes to %s"
6866
#: bzrlib/plugins/weave_fmt/bzrdir.py:556
6900
#: bzrlib/plugins/weave_fmt/bzrdir.py:557
6867
6901
msgid "starting upgrade from format 6 to metadir"
6870
#: bzrlib/plugins/weave_fmt/bzrdir.py:564
6904
#: bzrlib/plugins/weave_fmt/bzrdir.py:565
6871
6905
msgid "Removing ancestry.weave"
6874
#: bzrlib/plugins/weave_fmt/bzrdir.py:569
6908
#: bzrlib/plugins/weave_fmt/bzrdir.py:570
6875
6909
msgid "Finding branch files"
6878
#: bzrlib/plugins/weave_fmt/bzrdir.py:579
6912
#: bzrlib/plugins/weave_fmt/bzrdir.py:580
6879
6913
msgid "Upgrading repository"
6882
#: bzrlib/plugins/weave_fmt/bzrdir.py:589
6916
#: bzrlib/plugins/weave_fmt/bzrdir.py:590
6883
6917
msgid "Upgrading branch"
6886
#: bzrlib/plugins/weave_fmt/bzrdir.py:612
6920
#: bzrlib/plugins/weave_fmt/bzrdir.py:613
6887
6921
msgid "No working tree."
6890
#: bzrlib/plugins/weave_fmt/bzrdir.py:619
6924
#: bzrlib/plugins/weave_fmt/bzrdir.py:620
6891
6925
msgid "Upgrading working tree"
6894
#: bzrlib/plugins/weave_fmt/bzrdir.py:640
6928
#: bzrlib/plugins/weave_fmt/bzrdir.py:641
6895
6929
#, python-format
6896
6930
msgid "Make %s lock"
6899
#: bzrlib/plugins/weave_fmt/bzrdir.py:651
6933
#: bzrlib/plugins/weave_fmt/bzrdir.py:652
6900
6934
#, python-format
6901
6935
msgid "Moving %s"
9782
9800
"of bzr that requires authentication (smtp for example)."
9785
#: en/help_topics/configuration.txt:379
9803
#: en/help_topics/configuration.txt:391
9787
9805
"The syntax of the file obeys the same rules as the others except for the\n"
9788
9806
"option policies which don't apply."
9791
#: en/help_topics/configuration.txt:382
9809
#: en/help_topics/configuration.txt:394
9793
9811
"For more information on the possible uses of the authentication "
9794
9812
"configuration\n"
9795
9813
"file see :doc:`authentication-help`."
9798
#: en/help_topics/configuration.txt:385
9816
#: en/help_topics/configuration.txt:397
9801
9819
"Common options\n"
9802
9820
"--------------"
9805
#: en/help_topics/configuration.txt:389
9823
#: en/help_topics/configuration.txt:401
9807
9825
"debug_flags\n"
9811
#: en/help_topics/configuration.txt:392
9829
#: en/help_topics/configuration.txt:404
9813
9831
"A comma-separated list of debugging options to turn on. The same values\n"
9814
9832
"can be used as with the -D command-line option (see `help global-options`).\n"
9815
9833
"For example::"
9818
#: en/help_topics/configuration.txt:396
9836
#: en/help_topics/configuration.txt:408
9819
9837
msgid " debug_flags = hpss"
9822
#: en/help_topics/configuration.txt:400
9840
#: en/help_topics/configuration.txt:412
9823
9841
msgid " debug_flags = hpss,evil"
9826
#: en/help_topics/configuration.txt:402
9844
#: en/help_topics/configuration.txt:414
9832
#: en/help_topics/configuration.txt:405
9850
#: en/help_topics/configuration.txt:417
9834
9852
"The email address to use when committing a branch. Typically takes the form\n"
9838
#: en/help_topics/configuration.txt:408
9856
#: en/help_topics/configuration.txt:420
9839
9857
msgid " email = Full Name <account@hostname.tld>"
9842
#: en/help_topics/configuration.txt:410
9860
#: en/help_topics/configuration.txt:422
9848
#: en/help_topics/configuration.txt:413
9866
#: en/help_topics/configuration.txt:425
9850
9868
"The path of the editor that you wish to use if *bzr commit* is run without\n"
9851
9869
"a commit message. This setting is trumped by the environment variable\n"
9939
9957
"to sign newly committed revisions, even if the branch requires signatures."
9942
#: en/help_topics/configuration.txt:462
9960
#: en/help_topics/configuration.txt:474
9944
9962
"dirstate.fdatasync\n"
9945
9963
"~~~~~~~~~~~~~~~~~~"
9948
#: en/help_topics/configuration.txt:465
9966
#: en/help_topics/configuration.txt:477
9950
9968
"If true (default), working tree metadata changes are flushed through the\n"
9951
9969
"OS buffers to physical disk. This is somewhat slower, but means data\n"
9952
9970
"should not be lost if the machine crashes. See also repository.fdatasync."
9955
#: en/help_topics/configuration.txt:469
9973
#: en/help_topics/configuration.txt:481
9957
9975
"gpg_signing_key\n"
9958
9976
"~~~~~~~~~~~~~~~"
9961
#: en/help_topics/configuration.txt:472
9979
#: en/help_topics/configuration.txt:484
9963
9981
"The GnuPG user identity to use when signing commits. Can be an e-mail\n"
9964
9982
"address, key fingerprint or full key ID. When unset or when set to\n"
9965
9983
"\"default\" Bazaar will use the user e-mail set with ``whoami``."
9968
#: en/help_topics/configuration.txt:476
9986
#: en/help_topics/configuration.txt:488
9974
#: en/help_topics/configuration.txt:479
9992
#: en/help_topics/configuration.txt:491
9976
9994
"Only useful in ``locations.conf``. Defines whether or not the\n"
9977
9995
"configuration for this section applies to subdirectories:"
9980
#: en/help_topics/configuration.txt:482
9998
#: en/help_topics/configuration.txt:494
9983
10001
" (default) This section applies to subdirectories as well."
9986
#: en/help_topics/configuration.txt:485
10004
#: en/help_topics/configuration.txt:497
9989
10007
" This section only applies to the branch at this directory and not\n"
9990
10008
" branches below it."
9993
#: en/help_topics/configuration.txt:489
10011
#: en/help_topics/configuration.txt:501
9995
10013
"gpg_signing_command\n"
9996
10014
"~~~~~~~~~~~~~~~~~~~"
9999
#: en/help_topics/configuration.txt:492
10017
#: en/help_topics/configuration.txt:504
10001
10019
"(Default: \"gpg\"). Which program should be used to sign and check "
10002
10020
"revisions.\n"
10003
10021
"For example::"
10006
#: en/help_topics/configuration.txt:495
10024
#: en/help_topics/configuration.txt:507
10007
10025
msgid " gpg_signing_command = /usr/bin/gnpg"
10010
#: en/help_topics/configuration.txt:497
10028
#: en/help_topics/configuration.txt:509
10012
10030
"The specified command must accept the options \"--clearsign\" and \"-u "
10016
#: en/help_topics/configuration.txt:499
10034
#: en/help_topics/configuration.txt:511
10018
10036
"bzr_remote_path\n"
10019
10037
"~~~~~~~~~~~~~~~"
10022
#: en/help_topics/configuration.txt:502
10040
#: en/help_topics/configuration.txt:514
10024
10042
"(Default: \"bzr\"). The path to the command that should be used to run the "
10026
10044
"server for bzr. This value may only be specified in locations.conf, because:"
10029
#: en/help_topics/configuration.txt:505
10047
#: en/help_topics/configuration.txt:517
10031
10049
"- it's needed before branch.conf is accessible\n"
10032
10050
"- allowing remote branch.conf files to specify commands would be a security\n"
10036
#: en/help_topics/configuration.txt:509
10054
#: en/help_topics/configuration.txt:521
10037
10055
msgid "It is overridden by the BZR_REMOTE_PATH environment variable."
10040
#: en/help_topics/configuration.txt:511
10058
#: en/help_topics/configuration.txt:523
10042
10060
"smtp_server\n"
10043
10061
"~~~~~~~~~~~"
10046
#: en/help_topics/configuration.txt:514
10064
#: en/help_topics/configuration.txt:526
10048
10066
"(Default: \"localhost\"). SMTP server to use when Bazaar needs to send\n"
10049
10067
"email, eg. with ``merge-directive --mail-to``, or the bzr-email plugin."
10052
#: en/help_topics/configuration.txt:517
10070
#: en/help_topics/configuration.txt:529
10054
10072
"smtp_username, smtp_password\n"
10055
10073
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10058
#: en/help_topics/configuration.txt:520
10076
#: en/help_topics/configuration.txt:532
10060
10078
"User and password to authenticate to the SMTP server. If smtp_username\n"
10061
10079
"is set, and smtp_password is not, Bazaar will prompt for a password.\n"
10264
10282
"--remember``."
10267
#: en/help_topics/configuration.txt:634
10285
#: en/help_topics/configuration.txt:646
10269
10287
"push_location\n"
10270
10288
"~~~~~~~~~~~~~"
10273
#: en/help_topics/configuration.txt:637
10291
#: en/help_topics/configuration.txt:649
10275
10293
"If present, the location of the default branch for push. This option\n"
10276
10294
"is normally set by the first ``push`` or ``push --remember``."
10279
#: en/help_topics/configuration.txt:640
10297
#: en/help_topics/configuration.txt:652
10281
10299
"push_strict\n"
10282
10300
"~~~~~~~~~~~"
10285
#: en/help_topics/configuration.txt:643
10303
#: en/help_topics/configuration.txt:655
10287
10305
"If present, defines the ``--strict`` option default value for checking\n"
10288
10306
"uncommitted changes before pushing."
10291
#: en/help_topics/configuration.txt:646
10309
#: en/help_topics/configuration.txt:658
10293
10311
"dpush_strict\n"
10294
10312
"~~~~~~~~~~~~"
10297
#: en/help_topics/configuration.txt:649
10315
#: en/help_topics/configuration.txt:661
10299
10317
"If present, defines the ``--strict`` option default value for checking\n"
10300
10318
"uncommitted changes before pushing into a different VCS without any\n"
10301
10319
"custom bzr metadata."
10304
#: en/help_topics/configuration.txt:653
10322
#: en/help_topics/configuration.txt:665
10306
10324
"bound_location\n"
10307
10325
"~~~~~~~~~~~~~~"
10310
#: en/help_topics/configuration.txt:656
10328
#: en/help_topics/configuration.txt:668
10312
10330
"The location that commits should go to when acting as a checkout.\n"
10313
10331
"This option is normally set by ``bind``."
10316
#: en/help_topics/configuration.txt:659
10334
#: en/help_topics/configuration.txt:671
10322
#: en/help_topics/configuration.txt:662
10340
#: en/help_topics/configuration.txt:674
10324
10342
"If set to \"True\", the branch should act as a checkout, and push each "
10325
10343
"commit to\n"
10326
10344
"the bound_location. This option is normally set by ``bind``/``unbind``."
10329
#: en/help_topics/configuration.txt:665
10347
#: en/help_topics/configuration.txt:677
10331
10349
"send_strict\n"
10332
10350
"~~~~~~~~~~~"
10335
#: en/help_topics/configuration.txt:668
10353
#: en/help_topics/configuration.txt:680
10337
10355
"If present, defines the ``--strict`` option default value for checking\n"
10338
10356
"uncommitted changes before sending a merge directive."
10341
#: en/help_topics/configuration.txt:671
10359
#: en/help_topics/configuration.txt:683
10343
10361
"add.maximum_file_size\n"
10344
10362
"~~~~~~~~~~~~~~~~~~~~~"
10347
#: en/help_topics/configuration.txt:674
10365
#: en/help_topics/configuration.txt:686
10349
10367
"Defines the maximum file size the command line \"add\" operation will allow\n"
10350
10368
"in recursive mode, with files larger than this value being skipped. You may "
11951
11997
"set of command names."
11954
#: en/help_topics/hooks.txt:212
12000
#: en/help_topics/hooks.txt:201
12006
#: en/help_topics/hooks.txt:204 en/help_topics/hooks.txt:211
12007
msgid "Introduced in: 2.6"
12010
#: en/help_topics/hooks.txt:206
12011
msgid "Called after executing a command. Called with the command object."
12014
#: en/help_topics/hooks.txt:208
12020
#: en/help_topics/hooks.txt:213
12021
msgid "Called prior to executing a command. Called with the command object."
12024
#: en/help_topics/hooks.txt:215
11956
12026
"_ConfigHooks\n"
11957
12027
"------------"
11960
#: en/help_topics/hooks.txt:215
12030
#: en/help_topics/hooks.txt:218
11966
#: en/help_topics/hooks.txt:218 en/help_topics/hooks.txt:226
11967
#: en/help_topics/hooks.txt:233 en/help_topics/hooks.txt:241
11968
#: en/help_topics/hooks.txt:248 en/help_topics/hooks.txt:370
11969
#: en/help_topics/hooks.txt:443
12036
#: en/help_topics/hooks.txt:221 en/help_topics/hooks.txt:229
12037
#: en/help_topics/hooks.txt:236 en/help_topics/hooks.txt:244
12038
#: en/help_topics/hooks.txt:251 en/help_topics/hooks.txt:373
12039
#: en/help_topics/hooks.txt:446
11970
12040
msgid "Introduced in: 2.4"
11973
#: en/help_topics/hooks.txt:220
12043
#: en/help_topics/hooks.txt:223
11975
12045
"Invoked when a config option is read. The signature is (stack, name,\n"
11979
#: en/help_topics/hooks.txt:223
12049
#: en/help_topics/hooks.txt:226
11985
#: en/help_topics/hooks.txt:228
12055
#: en/help_topics/hooks.txt:231
11986
12056
msgid "Invoked when a config store is loaded. The signature is (store)."
11989
#: en/help_topics/hooks.txt:230
12059
#: en/help_topics/hooks.txt:233
11995
#: en/help_topics/hooks.txt:235
12065
#: en/help_topics/hooks.txt:238
11997
12067
"Invoked when a config option is removed. The signature is (stack,\n"
12001
#: en/help_topics/hooks.txt:238
12071
#: en/help_topics/hooks.txt:241
12007
#: en/help_topics/hooks.txt:243
12077
#: en/help_topics/hooks.txt:246
12008
12078
msgid "Invoked when a config store is saved. The signature is (store)."
12011
#: en/help_topics/hooks.txt:245
12081
#: en/help_topics/hooks.txt:248
12017
#: en/help_topics/hooks.txt:250
12087
#: en/help_topics/hooks.txt:253
12019
12089
"Invoked when a config option is set. The signature is (stack, name,\n"
12023
#: en/help_topics/hooks.txt:253
12093
#: en/help_topics/hooks.txt:256
12025
12095
"ControlDirHooks\n"
12026
12096
"---------------"
12029
#: en/help_topics/hooks.txt:256
12099
#: en/help_topics/hooks.txt:259
12031
12101
"post_repo_init\n"
12032
12102
"~~~~~~~~~~~~~~"
12035
#: en/help_topics/hooks.txt:261
12105
#: en/help_topics/hooks.txt:264
12037
12107
"Invoked after a repository has been initialized. post_repo_init is\n"
12038
12108
"called with a bzrlib.controldir.RepoInitHookParams."
12041
#: en/help_topics/hooks.txt:264
12111
#: en/help_topics/hooks.txt:267
12047
#: en/help_topics/hooks.txt:267
12117
#: en/help_topics/hooks.txt:270
12048
12118
msgid "Introduced in: 1.14"
12051
#: en/help_topics/hooks.txt:269
12121
#: en/help_topics/hooks.txt:272
12053
12123
"Invoked before attempting to open a ControlDir with the transport that\n"
12054
12124
"the open will use."
12057
#: en/help_topics/hooks.txt:272
12127
#: en/help_topics/hooks.txt:275
12059
12129
"InfoHooks\n"
12063
#: en/help_topics/hooks.txt:275
12133
#: en/help_topics/hooks.txt:278
12065
12135
"repository\n"
12069
#: en/help_topics/hooks.txt:278 en/help_topics/hooks.txt:297
12070
#: en/help_topics/hooks.txt:521
12139
#: en/help_topics/hooks.txt:281 en/help_topics/hooks.txt:300
12140
#: en/help_topics/hooks.txt:524
12071
12141
msgid "Introduced in: 1.15"
12074
#: en/help_topics/hooks.txt:280
12144
#: en/help_topics/hooks.txt:283
12076
12146
"Invoked when displaying the statistics for a repository. repository is\n"
12077
12147
"called with a statistics dictionary as returned by the repository and\n"
12078
12148
"a file-like object to write to."
12081
#: en/help_topics/hooks.txt:284
12151
#: en/help_topics/hooks.txt:287
12083
12153
"LockHooks\n"
12087
#: en/help_topics/hooks.txt:287
12157
#: en/help_topics/hooks.txt:290
12089
12159
"lock_acquired\n"
12090
12160
"~~~~~~~~~~~~~"
12093
#: en/help_topics/hooks.txt:292
12163
#: en/help_topics/hooks.txt:295
12095
12165
"Called with a bzrlib.lock.LockResult when a physical lock is acquired."
12098
#: en/help_topics/hooks.txt:294
12168
#: en/help_topics/hooks.txt:297
12100
12170
"lock_broken\n"
12101
12171
"~~~~~~~~~~~"
12104
#: en/help_topics/hooks.txt:299
12174
#: en/help_topics/hooks.txt:302
12105
12175
msgid "Called with a bzrlib.lock.LockResult when a physical lock is broken."
12108
#: en/help_topics/hooks.txt:301
12178
#: en/help_topics/hooks.txt:304
12110
12180
"lock_released\n"
12111
12181
"~~~~~~~~~~~~~"
12114
#: en/help_topics/hooks.txt:306
12184
#: en/help_topics/hooks.txt:309
12116
12186
"Called with a bzrlib.lock.LockResult when a physical lock is released."
12119
#: en/help_topics/hooks.txt:308
12189
#: en/help_topics/hooks.txt:311
12121
12191
"MergeHooks\n"
12125
#: en/help_topics/hooks.txt:311
12195
#: en/help_topics/hooks.txt:314
12127
12197
"merge_file_content\n"
12128
12198
"~~~~~~~~~~~~~~~~~~"
12131
#: en/help_topics/hooks.txt:314
12201
#: en/help_topics/hooks.txt:317
12132
12202
msgid "Introduced in: 2.1"
12135
#: en/help_topics/hooks.txt:316
12205
#: en/help_topics/hooks.txt:319
12137
12207
"Called with a bzrlib.merge.Merger object to create a per file merge\n"
12138
12208
"object when starting a merge. Should return either None or a subclass\n"
12142
12212
"AbstractPerFileMerger API docs for details on how it is used by merge."
12145
#: en/help_topics/hooks.txt:323
12215
#: en/help_topics/hooks.txt:326
12147
12217
"post_merge\n"
12151
#: en/help_topics/hooks.txt:326 en/help_topics/hooks.txt:334
12152
#: en/help_topics/hooks.txt:384 en/help_topics/hooks.txt:402
12153
#: en/help_topics/hooks.txt:410 en/help_topics/hooks.txt:509
12221
#: en/help_topics/hooks.txt:329 en/help_topics/hooks.txt:337
12222
#: en/help_topics/hooks.txt:387 en/help_topics/hooks.txt:405
12223
#: en/help_topics/hooks.txt:413 en/help_topics/hooks.txt:512
12154
12224
msgid "Introduced in: 2.5"
12157
#: en/help_topics/hooks.txt:328
12227
#: en/help_topics/hooks.txt:331
12159
12229
"Called after a merge. Receives a Merger object as the single argument.\n"
12160
12230
"The return value is ignored."
12163
#: en/help_topics/hooks.txt:331
12233
#: en/help_topics/hooks.txt:334
12165
12235
"pre_merge\n"
12169
#: en/help_topics/hooks.txt:336
12239
#: en/help_topics/hooks.txt:339
12171
12241
"Called before a merge. Receives a Merger object as the single\n"
12175
#: en/help_topics/hooks.txt:339
12245
#: en/help_topics/hooks.txt:342
12177
12247
"MergeDirectiveHooks\n"
12178
12248
"-------------------"
12181
#: en/help_topics/hooks.txt:342
12251
#: en/help_topics/hooks.txt:345
12183
12253
"merge_request_body\n"
12184
12254
"~~~~~~~~~~~~~~~~~~"
12187
#: en/help_topics/hooks.txt:345
12257
#: en/help_topics/hooks.txt:348
12188
12258
msgid "Introduced in: 1.15.0"
12191
#: en/help_topics/hooks.txt:347
12261
#: en/help_topics/hooks.txt:350
12193
12263
"Called with a MergeRequestBodyParams when a body is needed for a merge\n"
12194
12264
"request. Callbacks must return a body. If more than one callback is\n"
12195
12265
"registered, the output of one callback is provided to the next."
12198
#: en/help_topics/hooks.txt:351
12268
#: en/help_topics/hooks.txt:354
12200
12270
"MessageEditorHooks\n"
12201
12271
"------------------"
12204
#: en/help_topics/hooks.txt:354
12274
#: en/help_topics/hooks.txt:357
12206
12276
"commit_message_template\n"
12207
12277
"~~~~~~~~~~~~~~~~~~~~~~~"
12210
#: en/help_topics/hooks.txt:357
12280
#: en/help_topics/hooks.txt:360
12211
12281
msgid "Introduced in: 1.10"
12214
#: en/help_topics/hooks.txt:359
12284
#: en/help_topics/hooks.txt:362
12216
12286
"Called when a commit message is being generated.\n"
12217
12287
"commit_message_template is called with the bzrlib.commit.Commit object\n"