1
# SOME DESCRIPTIVE TITLE.
2
# Copyright (C) YEAR Canonical
3
# This file is distributed under the same license as the PACKAGE package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9
"Project-Id-Version: bzr\n"
10
"Report-Msgid-Bugs-To: <bazaar@canonical.com>\n"
11
"POT-Creation-Date: 2011-12-08 09:21+0100\n"
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
"Language-Team: LANGUAGE <LL@li.org>\n"
17
"Content-Type: text/plain; charset=CHARSET\n"
18
"Content-Transfer-Encoding: 8bit\n"
19
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
22
msgid "skipping {0} (larger than {1} of {2} bytes)"
25
#: bzrlib/branch.py:871
29
#: bzrlib/branch.py:3173
31
msgid "Pushed up to revision %d."
34
#: bzrlib/branch.py:3175
36
msgid "%d tag updated."
37
msgid_plural "%d tags updated."
41
#: bzrlib/branch.py:3178
42
msgid "No new revisions or tags to push."
45
#: bzrlib/branch.py:3180
46
msgid "No new revisions to push."
49
#: bzrlib/branch.py:3200
50
msgid "checked branch {0} format {1}"
53
#: bzrlib/branch.py:3203
55
msgid "found error:%s"
58
#: bzrlib/builtins.py:118 bzrlib/builtins.py:2868 bzrlib/workingtree.py:304
60
msgid "Ignoring files outside view. View is %s"
63
#: bzrlib/builtins.py:127
65
msgid "bzr %s --revision takes exactly one revision identifier"
68
#: bzrlib/builtins.py:212
69
msgid "Display status summary."
72
#: bzrlib/builtins.py:214
74
"This reports on versioned and unknown files, reporting them\n"
75
"grouped by state. Possible states are:"
78
#: bzrlib/builtins.py:217
81
" Versioned in the working copy but not in the previous revision."
84
#: bzrlib/builtins.py:220
87
" Versioned in the previous revision but removed or deleted\n"
88
" in the working copy."
91
#: bzrlib/builtins.py:224
94
" Path of this file changed from the previous revision;\n"
95
" the text may also have changed. This includes files whose\n"
96
" parent directory was renamed."
99
#: bzrlib/builtins.py:229
102
" Text has changed since the previous revision."
105
#: bzrlib/builtins.py:232
108
" File kind has been changed (e.g. from file to directory)."
111
#: bzrlib/builtins.py:235
114
" Not versioned and not matching an ignore pattern."
117
#: bzrlib/builtins.py:238
119
"Additionally for directories, symlinks and files with a changed\n"
120
"executable bit, Bazaar indicates their type using a trailing\n"
121
"character: '/', '@' or '*' respectively. These decorations can be\n"
122
"disabled using the '--no-classify' option."
125
#: bzrlib/builtins.py:243
127
"To see ignored files use 'bzr ignored'. For details on the\n"
128
"changes to file texts, use 'bzr diff'."
131
#: bzrlib/builtins.py:246
133
"Note that --short or -S gives status flags for each item, similar\n"
134
"to Subversion's status command. To get output similar to svn -q,\n"
135
"use bzr status -SV."
138
#: bzrlib/builtins.py:250
140
"If no arguments are specified, the status of the entire working\n"
141
"directory is shown. Otherwise, only the status of the specified\n"
142
"files or directories is reported. If a directory is given, status\n"
143
"is reported for everything inside that directory."
146
#: bzrlib/builtins.py:255
148
"Before merges are committed, the pending merge tip revisions are\n"
149
"shown. To see all pending merge revisions, use the -v option.\n"
150
"To skip the display of pending merge information altogether, use\n"
151
"the no-pending option or specify a file/directory."
154
#: bzrlib/builtins.py:260
156
"To compare the working directory to a specific revision, pass a\n"
157
"single revision to the revision argument."
160
#: bzrlib/builtins.py:263
162
"To see which files have changed in a specific revision, or between\n"
163
"two revisions, pass a revision range to the revision argument.\n"
164
"This will produce the same results as calling 'bzr diff --summarize'."
167
# help of 'short' option of 'status' command
168
#: bzrlib/builtins.py:272
169
msgid "Use short status indicators."
172
# help of 'versioned' option of 'status' command
173
#: bzrlib/builtins.py:274
174
msgid "Only show versioned files."
177
# help of 'no-pending' option of 'status' command
178
#: bzrlib/builtins.py:276
179
msgid "Don't show pending merges."
182
# help of 'no-classify' option of 'status' command
183
#: bzrlib/builtins.py:279
184
msgid "Do not mark object type using indicator."
187
#: bzrlib/builtins.py:294
188
msgid "bzr status --revision takes exactly one or two revision specifiers"
191
#: bzrlib/builtins.py:338 bzrlib/builtins.py:5024
192
msgid "You can only supply one of revision_id or --revision"
195
#: bzrlib/builtins.py:341 bzrlib/builtins.py:5026
196
msgid "You must supply either --revision or a revision_id"
199
#: bzrlib/builtins.py:348
201
msgid "Repository %r does not support access to raw revision texts"
204
#: bzrlib/builtins.py:359
205
msgid "The repository {0} contains no revision {1}."
208
#: bzrlib/builtins.py:366
209
msgid "You cannot specify a NULL revision."
212
#: bzrlib/builtins.py:458
213
msgid "Remove the working tree from a given branch/checkout."
216
#: bzrlib/builtins.py:460
218
"Since a lightweight checkout is little more than a working tree\n"
219
"this will refuse to run against one."
222
#: bzrlib/builtins.py:463
223
msgid "To re-create the working tree, use \"bzr checkout\"."
226
# help of 'force' option of 'remove-tree' command
227
#: bzrlib/builtins.py:469
228
msgid "Remove the working tree even if it has uncommitted or shelved changes."
231
#: bzrlib/builtins.py:483
232
msgid "No working tree to remove"
235
#: bzrlib/builtins.py:485
236
msgid "You cannot remove the working tree of a remote path"
239
#: bzrlib/builtins.py:494
240
msgid "You cannot remove the working tree from a lightweight checkout"
243
#: bzrlib/builtins.py:534
245
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
246
"instead. Use \"--force\" if you are sure you want to reset the working tree."
249
#: bzrlib/builtins.py:545
251
", the header appears corrupt, try passing -r -1 to set the state to the last "
255
#: bzrlib/builtins.py:549
256
msgid "failed to reset the tree state{0}"
259
#: bzrlib/builtins.py:553
260
msgid "Show current revision number."
263
#: bzrlib/builtins.py:555
264
msgid "This is equal to the number of revisions on this branch."
267
#: bzrlib/builtins.py:568
268
msgid "--tree and --revision can not be used together"
271
#: bzrlib/builtins.py:585 bzrlib/builtins.py:5808
272
msgid "Tags can only be placed on a single revision, not on a range"
275
# help of 'tree' option of 'revno' command
276
#: bzrlib/builtins.py:609
277
msgid "Show revno of working tree."
280
#: bzrlib/builtins.py:657
281
msgid "Add specified files or directories."
284
#: bzrlib/builtins.py:659
286
"In non-recursive mode, all the named items are added, regardless\n"
287
"of whether they were previously ignored. A warning is given if\n"
288
"any of the named files are already versioned."
291
#: bzrlib/builtins.py:663
293
"In recursive mode (the default), files are treated the same way\n"
294
"but the behaviour for directories is different. Directories that\n"
295
"are already versioned do not give a warning. All directories,\n"
296
"whether already versioned or not, are searched for files or\n"
297
"subdirectories that are neither versioned or ignored, and these\n"
298
"are added. This search proceeds recursively into versioned\n"
299
"directories. If no names are given '.' is assumed."
302
#: bzrlib/builtins.py:671
304
"A warning will be printed when nested trees are encountered,\n"
305
"unless they are explicitly ignored."
308
#: bzrlib/builtins.py:674
310
"Therefore simply saying 'bzr add' will version all files that\n"
311
"are currently unknown."
314
#: bzrlib/builtins.py:677
316
"Adding a file whose parent directory is not versioned will\n"
317
"implicitly add the parent, and so on up to the root. This means\n"
318
"you should never need to explicitly add a directory, they'll just\n"
319
"get added when you add a file in the directory."
322
#: bzrlib/builtins.py:682
324
"--dry-run will show which files would be added, but not actually\n"
328
#: bzrlib/builtins.py:685
330
"--file-ids-from will try to use the file ids from the supplied path.\n"
331
"It looks up ids trying to find a matching parent directory with the\n"
332
"same filename, and then by pure path. This option is rarely needed\n"
333
"but can be useful when adding the same logical file into two\n"
334
"branches that will be merged later (without showing the two different\n"
335
"adds as a conflict). It is also useful when merging another project\n"
336
"into a subdirectory of this one."
339
#: bzrlib/builtins.py:693
341
"Any files matching patterns in the ignore list will not be added\n"
342
"unless they are explicitly mentioned."
345
#: bzrlib/builtins.py:696
347
"In recursive mode, files larger than the configuration option \n"
348
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
352
# help of 'no-recurse' option of 'add' command
353
#: bzrlib/builtins.py:703
354
msgid "Don't recursively add the contents of directories."
357
# help of 'file-ids-from' option of 'add' command
358
#: bzrlib/builtins.py:709
359
msgid "Lookup file ids from this tree."
362
#: bzrlib/builtins.py:745
363
msgid "ignored {0} matching \"{1}\"\n"
366
#: bzrlib/builtins.py:750
367
msgid "Create a new versioned directory."
370
#: bzrlib/builtins.py:752
371
msgid "This is equivalent to creating the directory and then adding it."
374
#: bzrlib/builtins.py:767
379
#: bzrlib/builtins.py:811
381
msgid "invalid kind %r specified"
384
#: bzrlib/builtins.py:848
385
msgid "Move or rename a file."
388
#: bzrlib/builtins.py:850
389
msgid " bzr mv SOURCE... DESTINATION"
392
#: bzrlib/builtins.py:852
394
"If the last argument is a versioned directory, all the other names\n"
395
"are moved into it. Otherwise, there must be exactly two arguments\n"
396
"and the file is changed to a new name."
399
#: bzrlib/builtins.py:856
401
"If OLDNAME does not exist on the filesystem but is versioned and\n"
402
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
403
"assumes that the file has been manually moved and only updates\n"
404
"its internal inventory to reflect that change.\n"
405
"The same is valid when moving many SOURCE files to a DESTINATION."
408
#: bzrlib/builtins.py:862
409
msgid "Files cannot be moved between branches."
412
# help of 'after' option of 'mv' command
413
#: bzrlib/builtins.py:869
415
"Move only the bzr identifier of the file, because the file has already been "
419
# help of 'auto' option of 'mv' command
420
#: bzrlib/builtins.py:871
421
msgid "Automatically guess renames."
424
# help of 'dry-run' option of 'mv' command
425
#: bzrlib/builtins.py:872
426
msgid "Avoid making changes when guessing renames."
429
#: bzrlib/builtins.py:881
430
msgid "--dry-run requires --auto."
433
#: bzrlib/builtins.py:885
434
msgid "missing file argument"
437
#: bzrlib/builtins.py:889
438
msgid "can not move root of branch"
441
#: bzrlib/builtins.py:895
442
msgid "Only one path may be specified to --auto."
445
#: bzrlib/builtins.py:898
446
msgid "--after cannot be specified with --auto."
449
#: bzrlib/builtins.py:935
450
msgid "to mv multiple files the destination must be a versioned directory"
453
#: bzrlib/builtins.py:987
454
msgid "Turn this branch into a mirror of another branch."
457
#: bzrlib/builtins.py:989
459
"By default, this command only works on branches that have not diverged.\n"
460
"Branches are considered diverged if the destination branch's most recent \n"
461
"commit is one that has not been merged (directly or indirectly) into the \n"
465
#: bzrlib/builtins.py:994
467
"If branches have diverged, you can use 'bzr merge' to integrate the changes\n"
468
"from one into the other. Once one branch has merged, the other should\n"
469
"be able to pull it again."
472
#: bzrlib/builtins.py:998
474
"If you want to replace your local changes and just want your branch to\n"
475
"match the remote one, use pull --overwrite. This will work even if the two\n"
476
"branches have diverged."
479
#: bzrlib/builtins.py:1002
481
"If there is no default location set, the first pull will set it (use\n"
482
"--no-remember to avoid setting it). After that, you can omit the\n"
483
"location to use the default. To change the default, use --remember. The\n"
484
"value will only be saved if the remote location can be accessed."
487
#: bzrlib/builtins.py:1007
489
"The --verbose option will display the revisions pulled using the log_format\n"
490
"configuration option. You can use a different format by overriding it with\n"
491
"-Olog_format=<other_format>."
494
#: bzrlib/builtins.py:1011
496
"Note: The location can be specified either in the form of a branch,\n"
497
"or in the form of a path to a file containing a merge directive generated\n"
501
# help of 'verbose' option of 'pull' command
502
#: bzrlib/builtins.py:1019
503
msgid "Show logs of pulled revisions."
506
# help of 'directory' option of 'pull' command
507
#: bzrlib/builtins.py:1021
509
"Branch to pull into, rather than the one containing the working directory."
512
# help of 'local' option of 'pull' command
513
#: bzrlib/builtins.py:1024
515
"Perform a local pull in a bound branch. Local pulls are not applied to the "
519
#: bzrlib/builtins.py:1053
520
msgid "Need working tree for --show-base."
523
#: bzrlib/builtins.py:1069
524
msgid "No pull location known or specified."
527
#: bzrlib/builtins.py:1075
529
msgid "Using saved parent location: %s\n"
532
#: bzrlib/builtins.py:1082 bzrlib/builtins.py:4234
533
msgid "Cannot use -r with merge directives or bundles"
536
#: bzrlib/builtins.py:1123
537
msgid "Update a mirror of this branch."
540
#: bzrlib/builtins.py:1125
542
"The target branch will not have its working tree populated because this\n"
543
"is both expensive, and is not supported on remote file systems."
546
#: bzrlib/builtins.py:1128
548
"Some smart servers or protocols *may* put the working tree in place in\n"
552
#: bzrlib/builtins.py:1131
554
"This command only works on branches that have not diverged. Branches are\n"
555
"considered diverged if the destination branch's most recent commit is one\n"
556
"that has not been merged (directly or indirectly) by the source branch."
559
#: bzrlib/builtins.py:1135
561
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
562
"the other branch completely, discarding its unmerged changes."
565
#: bzrlib/builtins.py:1138
567
"If you want to ensure you have the different changes in the other branch,\n"
568
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
569
"After that you will be able to do a push without '--overwrite'."
572
#: bzrlib/builtins.py:1142
574
"If there is no default push location set, the first push will set it (use\n"
575
"--no-remember to avoid setting it). After that, you can omit the\n"
576
"location to use the default. To change the default, use --remember. The\n"
577
"value will only be saved if the remote location can be accessed."
580
#: bzrlib/builtins.py:1147
582
"The --verbose option will display the revisions pushed using the log_format\n"
583
"configuration option. You can use a different format by overriding it with\n"
584
"-Olog_format=<other_format>."
587
# help of 'use-existing-dir' option of 'push' command
588
#: bzrlib/builtins.py:1161
590
"By default push will fail if the target directory exists, but does not "
591
"already have a control directory. This flag will allow push to proceed."
594
# help of 'stacked' option of 'push' command
595
#: bzrlib/builtins.py:1166
597
"Create a stacked branch that references the public location of the parent "
601
# help of 'stacked-on' option of 'push' command
602
#: bzrlib/builtins.py:1169
604
"Create a stacked branch that refers to another branch for the commit "
605
"history. Only the work not present in the referenced branch is included in "
606
"the branch created."
609
# help of 'no-tree' option of 'push' command
610
#: bzrlib/builtins.py:1177
611
msgid "Don't populate the working tree, even for protocols that support it."
614
#: bzrlib/builtins.py:1221
615
msgid "Could not determine branch to refer to."
618
#: bzrlib/builtins.py:1228 bzrlib/foreign.py:305
619
msgid "No push location known or specified."
622
#: bzrlib/builtins.py:1232
624
msgid "Using saved push location: %s"
627
#: bzrlib/builtins.py:1242
628
msgid "Create a new branch that is a copy of an existing branch."
631
#: bzrlib/builtins.py:1244
633
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
634
"be used. In other words, \"branch ../foo/bar\" will attempt to create ./"
636
"If the FROM_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
637
"is derived from the FROM_LOCATION by stripping a leading scheme or drive\n"
638
"identifier, if any. For example, \"branch lp:foo-bar\" will attempt to\n"
642
#: bzrlib/builtins.py:1251
644
"To retrieve the branch as of a particular revision, supply the --revision\n"
645
"parameter, as in \"branch foo/bar -r 5\"."
648
#: bzrlib/builtins.py:1254
649
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
652
# help of 'no-tree' option of 'branch' command
653
#: bzrlib/builtins.py:1264
654
msgid "Create a branch without a working-tree."
657
# help of 'switch' option of 'branch' command
658
#: bzrlib/builtins.py:1266
659
msgid "Switch the checkout in the current directory to the new branch."
662
# help of 'stacked' option of 'branch' command
663
#: bzrlib/builtins.py:1269
665
"Create a stacked branch referring to the source branch. The new branch will "
666
"depend on the availability of the source branch for all operations."
669
# help of 'standalone' option of 'branch' command
670
#: bzrlib/builtins.py:1273
671
msgid "Do not use a shared repository, even if available."
674
# help of 'use-existing-dir' option of 'branch' command
675
#: bzrlib/builtins.py:1275
677
"By default branch will fail if the target directory exists, but does not "
678
"already have a control directory. This flag will allow branch to proceed."
681
# help of 'bind' option of 'branch' command
682
#: bzrlib/builtins.py:1280
683
msgid "Bind new branch to from location."
686
#: bzrlib/builtins.py:1327
688
msgid "Target directory \"%s\" already exists."
691
#: bzrlib/builtins.py:1339
693
msgid "Parent of \"%s\" does not exist."
696
#: bzrlib/builtins.py:1358
697
msgid "The branch {0} has no revision {1}."
700
#: bzrlib/builtins.py:1368 bzrlib/push.py:51
702
msgid "Created new stacked branch referring to %s."
705
#: bzrlib/builtins.py:1372
707
msgid "Branched %d revision."
708
msgid_plural "Branched %d revisions."
712
#: bzrlib/builtins.py:1377
714
msgid "New branch bound to %s"
717
#: bzrlib/builtins.py:1382 bzrlib/builtins.py:6121
719
msgid "Switched to branch: %s"
722
#: bzrlib/builtins.py:1387
723
msgid "List the branches available at the current location."
726
#: bzrlib/builtins.py:1389
728
"This command will print the names of all the branches at the current\n"
732
# help of 'recursive' option of 'branches' command
733
#: bzrlib/builtins.py:1396
735
"Recursively scan for branches rather than just looking in the specified "
739
#: bzrlib/builtins.py:1413
743
#: bzrlib/builtins.py:1420
744
msgid "Create a new checkout of an existing branch."
747
#: bzrlib/builtins.py:1422
749
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
751
"the branch found in '.'. This is useful if you have removed the working "
753
"or if it was never created - i.e. if you pushed the branch to its current\n"
754
"location using SFTP."
757
#: bzrlib/builtins.py:1427
759
"If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION "
761
"be used. In other words, \"checkout ../foo/bar\" will attempt to create ./"
763
"If the BRANCH_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
764
"is derived from the BRANCH_LOCATION by stripping a leading scheme or drive\n"
765
"identifier, if any. For example, \"checkout lp:foo-bar\" will attempt to\n"
769
#: bzrlib/builtins.py:1434
771
"To retrieve the branch as of a particular revision, supply the --revision\n"
772
"parameter, as in \"checkout foo/bar -r 5\". Note that this will be "
774
"out of date [so you cannot commit] but it may be useful (i.e. to examine "
779
# help of 'lightweight' option of 'checkout' command
780
#: bzrlib/builtins.py:1444
782
"Perform a lightweight checkout. Lightweight checkouts depend on access to "
783
"the branch for every operation. Normal checkouts can perform common "
784
"operations like diff and status without such access, and also support local "
788
# help of 'files-from' option of 'branch' command
789
#: bzrlib/builtins.py:1451
790
msgid "Get file contents from this tree."
793
# help of 'hardlink' option of 'branch' command
794
#: bzrlib/builtins.py:1453
795
msgid "Hard-link working tree files where possible."
798
#: bzrlib/builtins.py:1494
800
"Show list of renamed files.\n"
804
#: bzrlib/builtins.py:1524
805
msgid "Update a working tree to a new revision."
808
#: bzrlib/builtins.py:1526
810
"This will perform a merge of the destination revision (the tip of the\n"
811
"branch, or the specified revision) into the working tree, and then make\n"
812
"that revision the basis revision for the working tree. "
815
#: bzrlib/builtins.py:1530
817
"You can use this to visit an older revision, or to update a working tree\n"
818
"that is out of date from its branch."
821
#: bzrlib/builtins.py:1533
823
"If there are any uncommitted changes in the tree, they will be carried\n"
824
"across and remain as uncommitted changes after the update. To discard\n"
825
"these changes, use 'bzr revert'. The uncommitted changes may conflict\n"
826
"with the changes brought in by the change in basis revision."
829
#: bzrlib/builtins.py:1538
831
"If the tree's branch is bound to a master branch, bzr will also update\n"
832
"the branch from the master."
835
#: bzrlib/builtins.py:1541
837
"You cannot update just a single file or directory, because each Bazaar\n"
838
"working tree has just a single basis revision. If you want to restore a\n"
839
"file that has been removed locally, use 'bzr revert' instead of 'bzr\n"
840
"update'. If you want to restore a file to its state in a previous\n"
841
"revision, use 'bzr revert' with a '-r' option, or use 'bzr cat' to write\n"
842
"out the old content of that file to a new location."
845
#: bzrlib/builtins.py:1548
847
"The 'dir' argument, if given, must be the location of the root of a\n"
848
"working tree to update. By default, the working tree that contains the \n"
849
"current working directory is used."
852
#: bzrlib/builtins.py:1564
853
msgid "bzr update --revision takes exactly one revision"
856
#: bzrlib/builtins.py:1572
857
msgid "bzr update can only update a whole tree, not a file or subdirectory"
860
#: bzrlib/builtins.py:1603
861
msgid "Tree is up to date at revision {0} of branch {1}"
864
#: bzrlib/builtins.py:1619
867
"branch has no revision %s\n"
868
"bzr update --revision only works for a revision in the branch history"
871
#: bzrlib/builtins.py:1625
872
msgid "Updated to revision {0} of branch {1}"
875
#: bzrlib/builtins.py:1629
877
"Your local commits will now show as pending merges with 'bzr status', and "
878
"can be committed with 'bzr commit'."
881
#: bzrlib/builtins.py:1638
882
msgid "Show information about a working tree, branch or repository."
885
#: bzrlib/builtins.py:1640
887
"This command will show all known locations and formats associated to the\n"
888
"tree, branch or repository."
891
#: bzrlib/builtins.py:1643
893
"In verbose mode, statistical information is included with each report.\n"
894
"To see extended statistic information, use a verbosity level of 2 or\n"
895
"higher by specifying the verbose option multiple times, e.g. -vv."
898
#: bzrlib/builtins.py:1647
899
msgid "Branches and working trees will also report any missing revisions."
902
#: bzrlib/builtins.py:1651
903
msgid " Display information on the format and related locations:"
906
#: bzrlib/builtins.py:1653
910
#: bzrlib/builtins.py:1655
912
" Display the above together with extended format information and\n"
913
" basic statistics (like the number of files in the working tree and\n"
914
" number of revisions in the branch and repository):"
917
#: bzrlib/builtins.py:1659
921
#: bzrlib/builtins.py:1661
922
msgid " Display the above together with number of committers to the branch:"
925
#: bzrlib/builtins.py:1663
926
msgid " bzr info -vv"
929
#: bzrlib/builtins.py:1682
930
msgid "Remove files or directories."
933
#: bzrlib/builtins.py:1684
935
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
936
"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"
938
"parameters are given Bazaar will scan for files that are being tracked by\n"
939
"Bazaar but missing in your tree and stop tracking them for you."
942
# help of 'new' option of 'remove' command
943
#: bzrlib/builtins.py:1692
944
msgid "Only remove files that have never been committed."
947
# help of 'file-deletion-strategy' option of 'remove' command
948
#: bzrlib/builtins.py:1694
949
msgid "The file deletion mode to be used."
952
# title of 'file-deletion-strategy' option of 'remove' command
953
#: bzrlib/builtins.py:1695
954
msgid "Deletion Strategy"
957
# help of 'file-deletion-strategy=safe' option of 'remove' command
958
#: bzrlib/builtins.py:1696
959
msgid "Backup changed files (default)."
962
# help of 'file-deletion-strategy=keep' option of 'remove' command
963
#: bzrlib/builtins.py:1697
964
msgid "Delete from bzr but leave the working copy."
967
# help of 'file-deletion-strategy=no-backup' option of 'remove' command
968
#: bzrlib/builtins.py:1698
969
msgid "Don't backup changed files."
972
# help of 'file-deletion-strategy=force' option of 'remove' command
973
#: bzrlib/builtins.py:1699
975
"Delete all the specified files, even if they can not be recovered and even "
976
"if they are non-empty directories. (deprecated, use no-backup)"
979
#: bzrlib/builtins.py:1708
980
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
983
#: bzrlib/builtins.py:1725
984
msgid "No matching files."
987
#: bzrlib/builtins.py:1786
988
msgid "Reconcile bzr metadata in a branch."
991
#: bzrlib/builtins.py:1788
993
"This can correct data mismatches that may have been caused by\n"
994
"previous ghost operations or bzr upgrades. You should only\n"
995
"need to run this command if 'bzr check' or a bzr developer\n"
996
"advises you to run it."
999
#: bzrlib/builtins.py:1793
1001
"If a second branch is provided, cross-branch reconciliation is\n"
1002
"also attempted, which will check that data like the tree root\n"
1003
"id which was not present in very early bzr versions is represented\n"
1004
"correctly in both branches."
1007
#: bzrlib/builtins.py:1798
1009
"At the same time it is run it may recompress data resulting in\n"
1010
"a potential saving in disk space or performance gain."
1013
#: bzrlib/builtins.py:1801
1014
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1017
# help of 'format=2a' option of 'init' command
1018
#: bzrlib/builtins.py:1868
1020
"Format for the bzr 2.0 series.\n"
1021
"Uses group-compress storage.\n"
1022
"Provides rich roots which are a one-way transition.\n"
1025
# help of 'format=pack-0.92' option of 'init' command
1026
#: bzrlib/builtins.py:1868
1028
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1029
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1032
# help of 'format=development-colo' option of 'init' command
1033
#: bzrlib/builtins.py:1868
1034
msgid "The 2a format with experimental support for colocated branches.\n"
1037
#: bzrlib/builtins.py:1869
1038
msgid "Make a directory into a versioned branch."
1041
#: bzrlib/builtins.py:1871
1043
"Use this to create an empty branch, or before importing an\n"
1047
#: bzrlib/builtins.py:1874
1049
"If there is a repository in a parent directory of the location, then\n"
1050
"the history of the branch will be stored in the repository. Otherwise\n"
1051
"init creates a standalone branch which carries its own history\n"
1052
"in the .bzr directory."
1055
#: bzrlib/builtins.py:1879
1057
"If there is already a branch at the location but it has no working tree,\n"
1058
"the tree can be populated with 'bzr checkout'."
1061
#: bzrlib/builtins.py:1882
1062
msgid "Recipe for importing a tree of files::"
1065
#: bzrlib/builtins.py:1884
1071
" bzr commit -m \"imported project\""
1074
# help of 'create-prefix' option of 'init' command
1075
#: bzrlib/builtins.py:1895
1076
msgid "Create the path leading up to the branch if it does not already exist."
1079
# help of 'format' option of 'init' command
1080
#: bzrlib/builtins.py:1898
1081
msgid "Specify a format for this branch. See \"help formats\"."
1084
# help of 'append-revisions-only' option of 'init' command
1085
#: bzrlib/builtins.py:1906
1086
msgid "Never change revnos or the existing log. Append revisions to it only."
1089
# help of 'no-tree' option of 'init' command
1090
#: bzrlib/builtins.py:1909
1091
msgid "Create a branch without a working tree."
1094
#: bzrlib/builtins.py:1929 bzrlib/push.py:108
1097
"Parent directory of %s does not exist.\n"
1098
"You may supply --create-prefix to create all leading parent directories."
1101
#: bzrlib/builtins.py:1963
1103
"This branch format cannot be set to append-revisions-only. Try --default."
1106
#: bzrlib/builtins.py:1974
1107
msgid "Created a {0} (format: {1})\n"
1110
#: bzrlib/builtins.py:1983
1112
msgid "Using shared repository: %s\n"
1115
#: bzrlib/builtins.py:1987
1116
msgid "Create a shared repository for branches to share storage space."
1119
#: bzrlib/builtins.py:1989
1121
"New branches created under the repository directory will store their\n"
1122
"revisions in the repository, not in the branch directory. For branches\n"
1123
"with shared history, this reduces the amount of storage needed and \n"
1124
"speeds up the creation of new branches."
1127
#: bzrlib/builtins.py:1994
1129
"If the --no-trees option is given then the branches in the repository\n"
1130
"will not have working trees by default. They will still exist as \n"
1131
"directories on disk, but they will not have separate copies of the \n"
1132
"files at a certain revision. This can be useful for repositories that\n"
1133
"store branches which are interacted with through checkouts or remote\n"
1134
"branches, such as on a server."
1137
#: bzrlib/builtins.py:2001
1140
" Create a shared repository holding just branches::"
1143
#: bzrlib/builtins.py:2004
1145
" bzr init-repo --no-trees repo\n"
1146
" bzr init repo/trunk"
1149
#: bzrlib/builtins.py:2007
1150
msgid " Make a lightweight checkout elsewhere::"
1153
#: bzrlib/builtins.py:2009
1155
" bzr checkout --lightweight repo/trunk trunk-checkout\n"
1156
" cd trunk-checkout\n"
1160
# help of 'format' option of 'init-repository' command
1161
#: bzrlib/builtins.py:2017
1163
"Specify a format for this repository. See \"bzr help formats\" for details."
1166
# title of 'format' option of 'init-repository' command
1167
#: bzrlib/builtins.py:2021
1168
msgid "Repository format"
1171
# help of 'no-trees' option of 'init-repository' command
1172
#: bzrlib/builtins.py:2023
1173
msgid "Branches in the repository will default to not having a working tree."
1176
#: bzrlib/builtins.py:2047
1177
msgid "Show differences in the working tree, between revisions or branches."
1180
#: bzrlib/builtins.py:2049
1182
"If no arguments are given, all changes for the current tree are listed.\n"
1183
"If files are given, only the changes in those files are listed.\n"
1184
"Remote and multiple branches can be compared by using the --old and\n"
1185
"--new options. If not provided, the default for both is derived from\n"
1186
"the first argument, if any, or the current tree if no arguments are\n"
1190
#: bzrlib/builtins.py:2056
1192
"\"bzr diff -p1\" is equivalent to \"bzr diff --prefix old/:new/\", and\n"
1193
"produces patches suitable for \"patch -p1\"."
1196
#: bzrlib/builtins.py:2059
1198
"Note that when using the -r argument with a range of revisions, the\n"
1199
"differences are computed between the two specified revisions. That\n"
1200
"is, the command does not show the changes introduced by the first \n"
1201
"revision in the range. This differs from the interpretation of \n"
1202
"revision ranges used by \"bzr log\" which includes the first revision\n"
1206
#: bzrlib/builtins.py:2066
1210
" 2 - unrepresentable changes\n"
1215
#: bzrlib/builtins.py:2072
1218
" Shows the difference in the working tree versus the last commit::"
1221
#: bzrlib/builtins.py:2075
1225
#: bzrlib/builtins.py:2077
1226
msgid " Difference between the working tree and revision 1::"
1229
#: bzrlib/builtins.py:2079
1230
msgid " bzr diff -r1"
1233
#: bzrlib/builtins.py:2081
1234
msgid " Difference between revision 3 and revision 1::"
1237
#: bzrlib/builtins.py:2083
1238
msgid " bzr diff -r1..3"
1241
#: bzrlib/builtins.py:2085
1242
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1245
#: bzrlib/builtins.py:2087
1246
msgid " bzr diff -r1..3 xxx"
1249
#: bzrlib/builtins.py:2089
1250
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1253
#: bzrlib/builtins.py:2091
1254
msgid " bzr diff -c2"
1257
#: bzrlib/builtins.py:2093
1259
" To see the changes introduced by revision X::\n"
1264
#: bzrlib/builtins.py:2097
1266
" Note that in the case of a merge, the -c option shows the changes\n"
1267
" compared to the left hand parent. To see the changes against\n"
1268
" another parent, use::"
1271
#: bzrlib/builtins.py:2101
1272
msgid " bzr diff -r<chosen_parent>..X"
1275
#: bzrlib/builtins.py:2103
1277
" The changes between the current revision and the previous revision\n"
1278
" (equivalent to -c-1 and -r-2..-1)"
1281
#: bzrlib/builtins.py:2106
1282
msgid " bzr diff -r-2.."
1285
#: bzrlib/builtins.py:2108
1286
msgid " Show just the differences for file NEWS::"
1289
#: bzrlib/builtins.py:2110
1290
msgid " bzr diff NEWS"
1293
#: bzrlib/builtins.py:2112
1294
msgid " Show the differences in working tree xxx for file NEWS::"
1297
#: bzrlib/builtins.py:2114
1298
msgid " bzr diff xxx/NEWS"
1301
#: bzrlib/builtins.py:2116
1302
msgid " Show the differences from branch xxx to this working tree:"
1305
#: bzrlib/builtins.py:2118
1306
msgid " bzr diff --old xxx"
1309
#: bzrlib/builtins.py:2120
1310
msgid " Show the differences between two branches for file NEWS::"
1313
#: bzrlib/builtins.py:2122
1314
msgid " bzr diff --old xxx --new yyy NEWS"
1317
#: bzrlib/builtins.py:2124
1318
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1321
#: bzrlib/builtins.py:2126
1323
" bzr diff --prefix old/:new/\n"
1325
" Show the differences using a custom diff program with options::\n"
1327
" bzr diff --using /usr/bin/diff --diff-options -wu"
1330
# help of 'diff-options' option of 'diff' command
1331
#: bzrlib/builtins.py:2136
1332
msgid "Pass these options to the external diff program."
1335
# help of 'prefix' option of 'diff' command
1336
#: bzrlib/builtins.py:2139
1338
"Set prefixes added to old and new filenames, as two values separated by a "
1339
"colon. (eg \"old/:new/\")."
1342
# help of 'old' option of 'diff' command
1343
#: bzrlib/builtins.py:2142
1344
msgid "Branch/tree to compare from."
1347
# help of 'new' option of 'diff' command
1348
#: bzrlib/builtins.py:2146
1349
msgid "Branch/tree to compare to."
1352
# help of 'using' option of 'diff' command
1353
#: bzrlib/builtins.py:2152
1354
msgid "Use this command to compare files."
1357
# help of 'format' option of 'diff' command
1358
#: bzrlib/builtins.py:2157
1359
msgid "Diff format to use."
1362
# title of 'format' option of 'diff' command
1363
#: bzrlib/builtins.py:2159
1367
#: bzrlib/builtins.py:2181
1368
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1371
#: bzrlib/builtins.py:2185
1372
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1375
#: bzrlib/builtins.py:2190 bzrlib/builtins.py:2588 bzrlib/builtins.py:2601
1376
#: bzrlib/builtins.py:2609 bzrlib/builtins.py:4760
1377
msgid "{0} and {1} are mutually exclusive"
1380
#: bzrlib/builtins.py:2210
1382
"List files deleted in the working tree.\n"
1386
#: bzrlib/builtins.py:2288
1387
msgid "Show the tree root directory."
1390
#: bzrlib/builtins.py:2290
1392
"The root is the nearest enclosing directory with a .bzr control\n"
1396
#: bzrlib/builtins.py:2305
1397
msgid "The limit argument must be an integer."
1400
#: bzrlib/builtins.py:2313
1401
msgid "The levels argument must be an integer."
1404
#: bzrlib/builtins.py:2318
1405
msgid "Show historical log for a branch or subset of a branch."
1408
#: bzrlib/builtins.py:2320
1410
"log is bzr's default tool for exploring the history of a branch.\n"
1411
"The branch to use is taken from the first parameter. If no parameters\n"
1412
"are given, the branch containing the working directory is logged.\n"
1413
"Here are some simple examples::"
1416
#: bzrlib/builtins.py:2325
1418
" bzr log log the current branch\n"
1419
" bzr log foo.py log a file in its branch\n"
1420
" bzr log http://server/branch log a branch on a server"
1423
#: bzrlib/builtins.py:2329
1425
"The filtering, ordering and information shown for each revision can\n"
1426
"be controlled as explained below. By default, all revisions are\n"
1427
"shown sorted (topologically) so that newer revisions appear before\n"
1428
"older ones and descendants always appear before ancestors. If displayed,\n"
1429
"merged revisions are shown indented under the revision in which they\n"
1433
#: bzrlib/builtins.py:2336
1434
msgid ":Output control:"
1437
#: bzrlib/builtins.py:2338
1439
" The log format controls how information about each revision is\n"
1440
" displayed. The standard log formats are called ``long``, ``short``\n"
1441
" and ``line``. The default is long. See ``bzr help log-formats``\n"
1442
" for more details on log formats."
1445
#: bzrlib/builtins.py:2343
1447
" The following options can be used to control what information is\n"
1451
#: bzrlib/builtins.py:2346
1453
" -l N display a maximum of N revisions\n"
1454
" -n N display N levels of revisions (0 for all, 1 for collapsed)\n"
1455
" -v display a status summary (delta) for each revision\n"
1456
" -p display a diff (patch) for each revision\n"
1457
" --show-ids display revision-ids (and file-ids), not just revnos"
1460
#: bzrlib/builtins.py:2352
1462
" Note that the default number of levels to display is a function of the\n"
1463
" log format. If the -n option is not used, the standard log formats show\n"
1464
" just the top level (mainline)."
1467
#: bzrlib/builtins.py:2356
1469
" Status summaries are shown using status flags like A, M, etc. To see\n"
1470
" the changes explained using words like ``added`` and ``modified``\n"
1471
" instead, use the -vv option."
1474
#: bzrlib/builtins.py:2360
1475
msgid ":Ordering control:"
1478
#: bzrlib/builtins.py:2362
1480
" To display revisions from oldest to newest, use the --forward option.\n"
1481
" In most cases, using this option will have little impact on the total\n"
1482
" time taken to produce a log, though --forward does not incrementally\n"
1483
" display revisions like --reverse does when it can."
1486
#: bzrlib/builtins.py:2367
1487
msgid ":Revision filtering:"
1490
#: bzrlib/builtins.py:2369
1492
" The -r option can be used to specify what revision or range of revisions\n"
1493
" to filter against. The various forms are shown below::"
1496
#: bzrlib/builtins.py:2372
1498
" -rX display revision X\n"
1499
" -rX.. display revision X and later\n"
1500
" -r..Y display up to and including revision Y\n"
1501
" -rX..Y display from X to Y inclusive"
1504
#: bzrlib/builtins.py:2377
1506
" See ``bzr help revisionspec`` for details on how to specify X and Y.\n"
1507
" Some common examples are given below::"
1510
#: bzrlib/builtins.py:2380
1512
" -r-1 show just the tip\n"
1513
" -r-10.. show the last 10 mainline revisions\n"
1514
" -rsubmit:.. show what's new on this branch\n"
1515
" -rancestor:path.. show changes since the common ancestor of this\n"
1516
" branch and the one at location path\n"
1517
" -rdate:yesterday.. show changes since yesterday"
1520
#: bzrlib/builtins.py:2387
1522
" When logging a range of revisions using -rX..Y, log starts at\n"
1523
" revision Y and searches back in history through the primary\n"
1524
" (\"left-hand\") parents until it finds X. When logging just the\n"
1525
" top level (using -n1), an error is reported if X is not found\n"
1526
" along the way. If multi-level logging is used (-n0), X may be\n"
1527
" a nested merge revision and the log will be truncated accordingly."
1530
#: bzrlib/builtins.py:2394
1531
msgid ":Path filtering:"
1534
#: bzrlib/builtins.py:2396
1536
" If parameters are given and the first one is not a branch, the log\n"
1537
" will be filtered to show only those revisions that changed the\n"
1538
" nominated files or directories."
1541
#: bzrlib/builtins.py:2400
1543
" Filenames are interpreted within their historical context. To log a\n"
1544
" deleted file, specify a revision range so that the file existed at\n"
1545
" the end or start of the range."
1548
#: bzrlib/builtins.py:2404
1550
" Historical context is also important when interpreting pathnames of\n"
1551
" renamed files/directories. Consider the following example:"
1554
#: bzrlib/builtins.py:2407
1556
" * revision 1: add tutorial.txt\n"
1557
" * revision 2: modify tutorial.txt\n"
1558
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1561
#: bzrlib/builtins.py:2411
1562
msgid " In this case:"
1565
#: bzrlib/builtins.py:2413
1566
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1569
#: bzrlib/builtins.py:2415
1570
msgid " * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1573
#: bzrlib/builtins.py:2417
1575
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1576
" the original file in revision 2."
1579
#: bzrlib/builtins.py:2420
1581
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1582
" was no file called guide.txt in revision 2."
1585
#: bzrlib/builtins.py:2423
1587
" Renames are always followed by log. By design, there is no need to\n"
1588
" explicitly ask for this (and no way to stop logging a file back\n"
1589
" until it was last renamed)."
1592
#: bzrlib/builtins.py:2427
1593
msgid ":Other filtering:"
1596
#: bzrlib/builtins.py:2429
1598
" The --match option can be used for finding revisions that match a\n"
1599
" regular expression in a commit message, committer, author or bug.\n"
1600
" Specifying the option several times will match any of the supplied\n"
1601
" expressions. --match-author, --match-bugs, --match-committer and\n"
1602
" --match-message can be used to only match a specific field."
1605
#: bzrlib/builtins.py:2435
1606
msgid ":Tips & tricks:"
1609
#: bzrlib/builtins.py:2437
1611
" GUI tools and IDEs are often better at exploring history than command\n"
1612
" line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\n"
1613
" bzr-explorer shell, or the Loggerhead web interface. See the Plugin\n"
1614
" Guide <http://doc.bazaar.canonical.com/plugins/en/> and\n"
1615
" <http://wiki.bazaar.canonical.com/IDEIntegration>. "
1618
#: bzrlib/builtins.py:2443
1619
msgid " You may find it useful to add the aliases below to ``bazaar.conf``::"
1622
#: bzrlib/builtins.py:2445
1626
" top = log -l10 --line\n"
1630
#: bzrlib/builtins.py:2450
1632
" ``bzr tip`` will then show the latest revision while ``bzr top``\n"
1633
" will show the last 10 mainline revisions. To see the details of a\n"
1634
" particular revision X, ``bzr show -rX``."
1637
#: bzrlib/builtins.py:2454
1639
" If you are interested in looking deeper into a particular merge X,\n"
1640
" use ``bzr log -n0 -rX``."
1643
#: bzrlib/builtins.py:2457
1645
" ``bzr log -v`` on a branch with lots of history is currently\n"
1646
" very slow. A fix for this issue is currently under development.\n"
1647
" With or without that fix, it is recommended that a revision range\n"
1648
" be given when using the -v option."
1651
#: bzrlib/builtins.py:2462
1653
" bzr has a generic full-text matching plugin, bzr-search, that can be\n"
1654
" used to find revisions matching user names, commit messages, etc.\n"
1655
" Among other features, this plugin can find all revisions containing\n"
1656
" a list of words but not others."
1659
#: bzrlib/builtins.py:2467
1661
" When exploring non-mainline history on large projects with deep\n"
1662
" history, the performance of log can be greatly improved by installing\n"
1663
" the historycache plugin. This plugin buffers historical information\n"
1664
" trading disk space for faster speed."
1667
# help of 'forward' option of 'log' command
1668
#: bzrlib/builtins.py:2476
1669
msgid "Show from oldest to newest."
1672
# help of 'verbose' option of 'log' command
1673
#: bzrlib/builtins.py:2479
1674
msgid "Show files changed in each revision."
1677
# help of 'change' option of 'log' command
1678
#: bzrlib/builtins.py:2485
1679
msgid "Show just the specified revision. See also \"help revisionspec\"."
1682
# help of 'authors' option of 'log' command
1683
#: bzrlib/builtins.py:2489
1684
msgid "What names to list as authors - first, all or committer."
1687
# title of 'authors' option of 'log' command
1688
#: bzrlib/builtins.py:2490
1692
# help of 'levels' option of 'log' command
1693
#: bzrlib/builtins.py:2495
1694
msgid "Number of levels to display - 0 for all, 1 for flat."
1697
# help of 'limit' option of 'log' command
1698
#: bzrlib/builtins.py:2505
1699
msgid "Limit the output to the first N revisions."
1702
# help of 'show-diff' option of 'log' command
1703
#: bzrlib/builtins.py:2510
1704
msgid "Show changes made in each revision as a patch."
1707
# help of 'include-merged' option of 'log' command
1708
#: bzrlib/builtins.py:2512
1709
msgid "Show merged revisions like --levels 0 does."
1712
# help of 'omit-merges' option of 'log' command
1713
#: bzrlib/builtins.py:2516
1714
msgid "Do not report commits with more than one parent."
1717
# help of 'exclude-common-ancestry' option of 'log' command
1718
#: bzrlib/builtins.py:2518
1720
"Display only the revisions that are not part of both ancestries (require -"
1724
# help of 'signatures' option of 'log' command
1725
#: bzrlib/builtins.py:2522
1726
msgid "Show digital signature validity."
1729
# help of 'match' option of 'log' command
1730
#: bzrlib/builtins.py:2525
1731
msgid "Show revisions whose properties match this expression."
1734
# help of 'match-message' option of 'log' command
1735
#: bzrlib/builtins.py:2529
1736
msgid "Show revisions whose message matches this expression."
1739
# help of 'match-committer' option of 'log' command
1740
#: bzrlib/builtins.py:2533
1741
msgid "Show revisions whose committer matches this expression."
1744
# help of 'match-author' option of 'log' command
1745
#: bzrlib/builtins.py:2537
1746
msgid "Show revisions whose authors match this expression."
1749
# help of 'match-bugs' option of 'log' command
1750
#: bzrlib/builtins.py:2541
1751
msgid "Show revisions whose bugs match this expression."
1754
#: bzrlib/builtins.py:2595
1755
msgid "--exclude-common-ancestry requires -r with two revisions"
1758
#: bzrlib/builtins.py:2623
1760
msgid "Path unknown at end or start of revision range: %s"
1763
#: bzrlib/builtins.py:2740
1765
msgid "bzr %s doesn't accept two revisions in different branches."
1768
#: bzrlib/builtins.py:2756
1770
msgid "bzr %s --revision takes one or two values."
1773
#: bzrlib/builtins.py:2801
1775
"List files in a tree.\n"
1779
# help of 'recursive' option of 'ls' command
1780
#: bzrlib/builtins.py:2810
1781
msgid "Recurse into subdirectories."
1784
# help of 'from-root' option of 'ls' command
1785
#: bzrlib/builtins.py:2812
1786
msgid "Print paths relative to the root of the branch."
1789
# help of 'unknown' option of 'ls' command
1790
#: bzrlib/builtins.py:2814
1791
msgid "Print unknown files."
1794
# help of 'versioned' option of 'ls' command
1795
#: bzrlib/builtins.py:2815
1796
msgid "Print versioned files."
1799
# help of 'ignored' option of 'ls' command
1800
#: bzrlib/builtins.py:2818
1801
msgid "Print ignored files."
1804
# help of 'kind' option of 'ls' command
1805
#: bzrlib/builtins.py:2820
1806
msgid "List entries of a particular kind: file, directory, symlink."
1809
#: bzrlib/builtins.py:2833
1810
msgid "invalid kind specified"
1813
#: bzrlib/builtins.py:2836
1814
msgid "Cannot set both --verbose and --null"
1817
#: bzrlib/builtins.py:2845
1818
msgid "cannot specify both --from-root and PATH"
1821
#: bzrlib/builtins.py:2932
1822
msgid "Ignore specified files or patterns."
1825
#: bzrlib/builtins.py:2934
1826
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1829
#: bzrlib/builtins.py:2936
1831
"If a .bzrignore file does not exist, the ignore command\n"
1832
"will create one and add the specified files or patterns to the newly\n"
1833
"created file. The ignore command will also automatically add the \n"
1834
".bzrignore file to be versioned. Creating a .bzrignore file without\n"
1835
"the use of the ignore command will require an explicit add command."
1838
#: bzrlib/builtins.py:2942
1840
"To remove patterns from the ignore list, edit the .bzrignore file.\n"
1841
"After adding, editing or deleting that file either indirectly by\n"
1842
"using this command or directly by using an editor, be sure to commit\n"
1846
#: bzrlib/builtins.py:2947
1848
"Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows\n"
1849
"the global ignore file can be found in the application data directory as\n"
1850
"C:\\Documents and Settings\\<user>\\Application Data\\Bazaar\\2.0\\ignore.\n"
1851
"Global ignores are not touched by this command. The global ignore file\n"
1852
"can be edited directly using an editor."
1855
#: bzrlib/builtins.py:2953
1857
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
1858
"precedence over regular ignores. Such exceptions are used to specify\n"
1859
"files that should be versioned which would otherwise be ignored."
1862
#: bzrlib/builtins.py:2957
1864
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
1865
"precedence over the '!' exception patterns."
1868
#: bzrlib/builtins.py:2960
1872
"* Ignore patterns containing shell wildcards must be quoted from\n"
1873
" the shell on Unix."
1876
#: bzrlib/builtins.py:2965
1878
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1879
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1882
#: bzrlib/builtins.py:2968
1885
" Ignore the top level Makefile::"
1888
#: bzrlib/builtins.py:2971
1889
msgid " bzr ignore ./Makefile"
1892
#: bzrlib/builtins.py:2973
1893
msgid " Ignore .class files in all directories...::"
1896
#: bzrlib/builtins.py:2975
1897
msgid " bzr ignore \"*.class\""
1900
#: bzrlib/builtins.py:2977
1901
msgid " ...but do not ignore \"special.class\"::"
1904
#: bzrlib/builtins.py:2979
1905
msgid " bzr ignore \"!special.class\""
1908
#: bzrlib/builtins.py:2981
1909
msgid " Ignore files whose name begins with the \"#\" character::"
1912
#: bzrlib/builtins.py:2983
1913
msgid " bzr ignore \"RE:^#\""
1916
#: bzrlib/builtins.py:2985
1917
msgid " Ignore .o files under the lib directory::"
1920
#: bzrlib/builtins.py:2987
1921
msgid " bzr ignore \"lib/**/*.o\""
1924
#: bzrlib/builtins.py:2991
1925
msgid " bzr ignore \"RE:lib/.*\\.o\""
1928
#: bzrlib/builtins.py:2993
1929
msgid " Ignore everything but the \"debian\" toplevel directory::"
1932
#: bzrlib/builtins.py:2995
1934
" bzr ignore \"RE:(?!debian/).*\"\n"
1936
" Ignore everything except the \"local\" toplevel directory,\n"
1937
" but always ignore autosave files ending in ~, even under local/::\n"
1939
" bzr ignore \"*\"\n"
1940
" bzr ignore \"!./local\"\n"
1941
" bzr ignore \"!!*~\""
1944
# help of 'default-rules' option of 'ignore' command
1945
#: bzrlib/builtins.py:3009
1946
msgid "Display the default ignore rules that bzr uses."
1949
#: bzrlib/builtins.py:3021
1950
msgid "ignore requires at least one NAME_PATTERN or --default-rules."
1953
#: bzrlib/builtins.py:3032
1955
msgid "Invalid ignore pattern found. %s"
1956
msgid_plural "Invalid ignore patterns found. %s"
1960
#: bzrlib/builtins.py:3041
1961
msgid "NAME_PATTERN should not be an absolute path"
1964
#: bzrlib/builtins.py:3054
1967
"Warning: the following files are version controlled and match your ignore "
1970
"These files will continue to be version controlled unless you 'bzr remove' "
1974
#: bzrlib/builtins.py:3061
1975
msgid "List ignored files and the patterns that matched them."
1978
#: bzrlib/builtins.py:3063
1980
"List all the ignored files and the ignore pattern that caused the file to\n"
1984
#: bzrlib/builtins.py:3066
1985
msgid "Alternatively, to list just the files::"
1988
#: bzrlib/builtins.py:3068
1989
msgid " bzr ls --ignored"
1992
#: bzrlib/builtins.py:3102
1994
msgid "not a valid revision-number: %r"
1997
#: bzrlib/builtins.py:3109
1998
msgid "Export current or past revision to a destination directory or archive."
2001
#: bzrlib/builtins.py:3111
2002
msgid "If no revision is specified this exports the last committed revision."
2005
#: bzrlib/builtins.py:3113
2007
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
2008
"given, try to find the format with the extension. If no extension\n"
2009
"is found exports to a directory (equivalent to --format=dir)."
2012
#: bzrlib/builtins.py:3117
2014
"If root is supplied, it will be used as the root directory inside\n"
2015
"container formats (tar, zip, etc). If it is not supplied it will default\n"
2016
"to the exported filename. The root option has no effect for 'dir' format."
2019
#: bzrlib/builtins.py:3121
2021
"If branch is omitted then the branch containing the current working\n"
2022
"directory will be used."
2025
#: bzrlib/builtins.py:3124
2026
msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
2029
#: bzrlib/builtins.py:3126
2031
" ================= =========================\n"
2032
" Supported formats Autodetected by extension\n"
2033
" ================= =========================\n"
2036
" tbz2 .tar.bz2, .tbz2\n"
2037
" tgz .tar.gz, .tgz\n"
2039
" ================= ========================="
2042
# help of 'format' option of 'export' command
2043
#: bzrlib/builtins.py:3140
2044
msgid "Type of file to export to."
2047
# help of 'filters' option of 'export' command
2048
#: bzrlib/builtins.py:3143
2049
msgid "Apply content filters to export the convenient form."
2052
# help of 'root' option of 'export' command
2053
#: bzrlib/builtins.py:3147
2054
msgid "Name of the root directory inside the exported file."
2057
# help of 'per-file-timestamps' option of 'export' command
2058
#: bzrlib/builtins.py:3149
2060
"Set modification time of files to that of the last revision in which it was "
2064
# help of 'uncommitted' option of 'export' command
2065
#: bzrlib/builtins.py:3152
2066
msgid "Export the working tree contents rather than that of the last revision."
2069
#: bzrlib/builtins.py:3171
2070
msgid "--uncommitted requires a working tree"
2073
#: bzrlib/builtins.py:3180
2075
msgid "Unsupported export format: %s"
2078
#: bzrlib/builtins.py:3184
2079
msgid "Write the contents of a file as of a given revision to standard output."
2082
#: bzrlib/builtins.py:3186
2083
msgid "If no revision is nominated, the last revision is used."
2086
#: bzrlib/builtins.py:3188
2088
"Note: Take care to redirect standard output when using this command on a\n"
2092
# help of 'name-from-revision' option of 'cat' command
2093
#: bzrlib/builtins.py:3194
2094
msgid "The path name in the old tree."
2097
# help of 'filters' option of 'cat' command
2098
#: bzrlib/builtins.py:3195
2099
msgid "Apply content filters to display the convenience form."
2102
#: bzrlib/builtins.py:3206
2103
msgid "bzr cat --revision takes exactly one revision specifier"
2106
#: bzrlib/builtins.py:3231 bzrlib/builtins.py:3243
2107
msgid "{0!r} is not present in revision {1}"
2110
#: bzrlib/builtins.py:3266
2111
msgid "Commit changes into a new revision."
2114
#: bzrlib/builtins.py:3268
2116
"An explanatory message needs to be given for each commit. This is\n"
2117
"often done by using the --message option (getting the message from the\n"
2118
"command line) or by using the --file option (getting the message from\n"
2119
"a file). If neither of these options is given, an editor is opened for\n"
2120
"the user to enter the message. To see the changed files in the\n"
2121
"boilerplate text loaded into the editor, use the --show-diff option."
2124
#: bzrlib/builtins.py:3275
2126
"By default, the entire tree is committed and the person doing the\n"
2127
"commit is assumed to be the author. These defaults can be overridden\n"
2128
"as explained below."
2131
#: bzrlib/builtins.py:3279
2132
msgid ":Selective commits:"
2135
#: bzrlib/builtins.py:3281
2137
" If selected files are specified, only changes to those files are\n"
2138
" committed. If a directory is specified then the directory and\n"
2139
" everything within it is committed."
2142
#: bzrlib/builtins.py:3285
2144
" When excludes are given, they take precedence over selected files.\n"
2145
" For example, to commit only changes within foo, but not changes\n"
2149
#: bzrlib/builtins.py:3289
2150
msgid " bzr commit foo -x foo/bar"
2153
#: bzrlib/builtins.py:3291
2154
msgid " A selective commit after a merge is not yet supported."
2157
#: bzrlib/builtins.py:3293
2158
msgid ":Custom authors:"
2161
#: bzrlib/builtins.py:3295
2163
" If the author of the change is not the same person as the committer,\n"
2164
" you can specify the author's name using the --author option. The\n"
2165
" name should be in the same format as a committer-id, e.g.\n"
2166
" \"John Doe <jdoe@example.com>\". If there is more than one author of\n"
2167
" the change you can specify the option multiple times, once for each\n"
2171
#: bzrlib/builtins.py:3302
2175
#: bzrlib/builtins.py:3304
2177
" A common mistake is to forget to add a new file or directory before\n"
2178
" running the commit command. The --strict option checks for unknown\n"
2179
" files and aborts the commit if any are found. More advanced pre-commit\n"
2180
" checks can be implemented by defining hooks. See ``bzr help hooks``\n"
2184
#: bzrlib/builtins.py:3310
2185
msgid ":Things to note:"
2188
#: bzrlib/builtins.py:3312
2190
" If you accidentially commit the wrong changes or make a spelling\n"
2191
" mistake in the commit message say, you can use the uncommit command\n"
2192
" to undo it. See ``bzr help uncommit`` for details."
2195
#: bzrlib/builtins.py:3316
2197
" Hooks can also be configured to run after a commit. This allows you\n"
2198
" to trigger updates to external systems like bug trackers. The --fixes\n"
2199
" option can be used to record the association between a revision and\n"
2200
" one or more bugs. See ``bzr help bugs`` for details."
2203
# help of 'exclude' option of 'commit' command
2204
#: bzrlib/builtins.py:3326
2205
msgid "Do not consider changes made to a given path."
2208
# help of 'message' option of 'commit' command
2209
#: bzrlib/builtins.py:3329
2210
msgid "Description of the new revision."
2213
# help of 'unchanged' option of 'commit' command
2214
#: bzrlib/builtins.py:3332
2215
msgid "Commit even if nothing has changed."
2218
# help of 'file' option of 'commit' command
2219
#: bzrlib/builtins.py:3336
2220
msgid "Take commit message from this file."
2223
# help of 'strict' option of 'commit' command
2224
#: bzrlib/builtins.py:3338
2225
msgid "Refuse to commit if there are unknown files in the working tree."
2228
# help of 'commit-time' option of 'commit' command
2229
#: bzrlib/builtins.py:3341
2231
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2235
# help of 'fixes' option of 'commit' command
2236
#: bzrlib/builtins.py:3344
2237
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2240
# help of 'author' option of 'commit' command
2241
#: bzrlib/builtins.py:3347
2242
msgid "Set the author's name, if it's different from the committer."
2245
# help of 'local' option of 'commit' command
2246
#: bzrlib/builtins.py:3350
2248
"Perform a local commit in a bound branch. Local commits are not pushed to "
2249
"the master branch until a normal commit is performed."
2252
# help of 'show-diff' option of 'commit' command
2253
#: bzrlib/builtins.py:3356
2255
"When no message is supplied, show the diff along with the status summary in "
2256
"the message editor."
2259
# help of 'lossy' option of 'commit' command
2260
#: bzrlib/builtins.py:3359
2262
"When committing to a foreign version control system do not push data that "
2263
"can not be natively represented."
2266
#: bzrlib/builtins.py:3377
2269
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2270
"default bug tracker using the `bugtracker` option.\n"
2271
"See \"bzr help bugs\" for more information on this feature. Commit refused."
2274
#: bzrlib/builtins.py:3386
2277
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"bzr help bugs\" "
2278
"for more information on this feature.\n"
2282
#: bzrlib/builtins.py:3395
2284
msgid "Unrecognized bug %s. Commit refused."
2287
#: bzrlib/builtins.py:3398
2294
#: bzrlib/builtins.py:3422
2295
msgid "Could not parse --commit-time: "
2298
#: bzrlib/builtins.py:3462
2299
msgid "please specify either --message or --file"
2302
#: bzrlib/builtins.py:3491
2303
msgid "please specify a commit message with either --message or --file"
2306
#: bzrlib/builtins.py:3494
2308
"Empty commit message specified. Please specify a commit message with either "
2309
"--message or --file or leave a blank message with --message \"\"."
2312
#: bzrlib/builtins.py:3514
2314
"No changes to commit. Please 'bzr add' the files you want to commit, or use "
2315
"--unchanged to force an empty commit."
2318
#: bzrlib/builtins.py:3518
2320
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2321
"resolve FILE\" to resolve."
2324
#: bzrlib/builtins.py:3522
2325
msgid "Commit refused because there are unknown files in the working tree."
2328
#: bzrlib/builtins.py:3525
2331
"To commit to master branch, run update and then commit.\n"
2332
"You can also pass --local to commit to continue working disconnected."
2335
#: bzrlib/builtins.py:3533
2337
"Validate working tree structure, branch consistency and repository history."
2340
#: bzrlib/builtins.py:3535
2342
"This command checks various invariants about branch and repository storage\n"
2343
"to detect data corruption or bzr bugs."
2346
#: bzrlib/builtins.py:3538
2348
"The working tree and branch checks will only give output if a problem is\n"
2349
"detected. The output fields of the repository check are:"
2352
#: bzrlib/builtins.py:3541
2355
" This is just the number of revisions checked. It doesn't\n"
2356
" indicate a problem."
2359
#: bzrlib/builtins.py:3545
2362
" This is just the number of versionedfiles checked. It\n"
2363
" doesn't indicate a problem."
2366
#: bzrlib/builtins.py:3549
2368
"unreferenced ancestors\n"
2369
" Texts that are ancestors of other texts, but\n"
2370
" are not properly referenced by the revision ancestry. This is a\n"
2371
" subtle problem that Bazaar can work around."
2374
#: bzrlib/builtins.py:3554
2376
"unique file texts\n"
2377
" This is the total number of unique file contents\n"
2378
" seen in the checked revisions. It does not indicate a problem."
2381
#: bzrlib/builtins.py:3558
2383
"repeated file texts\n"
2384
" This is the total number of repeated texts seen\n"
2385
" in the checked revisions. Texts can be repeated when their file\n"
2386
" entries are modified, but the file contents are not. It does not\n"
2387
" indicate a problem."
2390
#: bzrlib/builtins.py:3564
2392
"If no restrictions are specified, all Bazaar data that is found at the "
2394
"location will be checked."
2397
#: bzrlib/builtins.py:3567
2401
#: bzrlib/builtins.py:3569
2402
msgid " Check the tree and branch at 'foo'::"
2405
#: bzrlib/builtins.py:3571
2406
msgid " bzr check --tree --branch foo"
2409
#: bzrlib/builtins.py:3573
2410
msgid " Check only the repository at 'bar'::"
2413
#: bzrlib/builtins.py:3575
2414
msgid " bzr check --repo bar"
2417
#: bzrlib/builtins.py:3577
2418
msgid " Check everything at 'baz'::"
2421
#: bzrlib/builtins.py:3579
2422
msgid " bzr check baz"
2425
# help of 'branch' option of 'check' command
2426
#: bzrlib/builtins.py:3585
2427
msgid "Check the branch related to the current directory."
2430
# help of 'repo' option of 'check' command
2431
#: bzrlib/builtins.py:3587
2432
msgid "Check the repository related to the current directory."
2435
# help of 'tree' option of 'check' command
2436
#: bzrlib/builtins.py:3589
2437
msgid "Check the working tree related to the current directory."
2440
#: bzrlib/builtins.py:3603
2441
msgid "Upgrade a repository, branch or working tree to a newer format."
2444
#: bzrlib/builtins.py:3605
2446
"When the default format has changed after a major new release of\n"
2447
"Bazaar, you may be informed during certain operations that you\n"
2448
"should upgrade. Upgrading to a newer format may improve performance\n"
2449
"or make new features available. It may however limit interoperability\n"
2450
"with older repositories or with older versions of Bazaar."
2453
#: bzrlib/builtins.py:3611
2455
"If you wish to upgrade to a particular format rather than the\n"
2456
"current default, that can be specified using the --format option.\n"
2457
"As a consequence, you can use the upgrade command this way to\n"
2458
"\"downgrade\" to an earlier format, though some conversions are\n"
2459
"a one way process (e.g. changing from the 1.x default to the\n"
2460
"2.x default) so downgrading is not always possible."
2463
#: bzrlib/builtins.py:3618
2465
"A backup.bzr.~#~ directory is created at the start of the conversion\n"
2466
"process (where # is a number). By default, this is left there on\n"
2467
"completion. If the conversion fails, delete the new .bzr directory\n"
2468
"and rename this one back in its place. Use the --clean option to ask\n"
2469
"for the backup.bzr directory to be removed on successful conversion.\n"
2470
"Alternatively, you can delete it by hand if everything looks good\n"
2474
#: bzrlib/builtins.py:3626
2476
"If the location given is a shared repository, dependent branches\n"
2477
"are also converted provided the repository converts successfully.\n"
2478
"If the conversion of a branch fails, remaining branches are still\n"
2482
#: bzrlib/builtins.py:3631
2484
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2485
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2488
# help of 'format' option of 'upgrade' command
2489
#: bzrlib/builtins.py:3639
2490
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2493
# title of 'format' option of 'init' command
2494
#: bzrlib/builtins.py:3643
2495
msgid "Branch format"
2498
# help of 'clean' option of 'upgrade' command
2499
#: bzrlib/builtins.py:3645
2500
msgid "Remove the backup.bzr directory if successful."
2503
# help of 'dry-run' option of 'add' command
2504
#: bzrlib/builtins.py:3647
2505
msgid "Show what would be done, but don't actually do anything."
2508
#: bzrlib/builtins.py:3662
2509
msgid "Show or set bzr user id."
2512
#: bzrlib/builtins.py:3664
2515
" Show the email of the current user::"
2518
#: bzrlib/builtins.py:3667
2519
msgid " bzr whoami --email"
2522
#: bzrlib/builtins.py:3669
2523
msgid " Set the current user::"
2526
#: bzrlib/builtins.py:3671
2527
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2530
# help of 'email' option of 'whoami' command
2531
#: bzrlib/builtins.py:3675
2532
msgid "Display email address only."
2535
# help of 'branch' option of 'whoami' command
2536
#: bzrlib/builtins.py:3677
2537
msgid "Set identity for the current branch instead of globally."
2540
#: bzrlib/builtins.py:3701
2541
msgid "--email can only be used to display existing identity"
2544
#: bzrlib/builtins.py:3723
2545
msgid "Print or set the branch nickname."
2548
#: bzrlib/builtins.py:3725
2550
"If unset, the tree root directory name is used as the nickname.\n"
2551
"To print the current nickname, execute with no argument."
2554
#: bzrlib/builtins.py:3728
2556
"Bound branches use the nickname of its master branch unless it is set\n"
2560
#: bzrlib/builtins.py:3748
2561
msgid "Set/unset and display aliases."
2564
#: bzrlib/builtins.py:3750
2567
" Show the current aliases::"
2570
#: bzrlib/builtins.py:3753
2574
#: bzrlib/builtins.py:3755
2575
msgid " Show the alias specified for 'll'::"
2578
#: bzrlib/builtins.py:3757
2579
msgid " bzr alias ll"
2582
#: bzrlib/builtins.py:3759
2583
msgid " Set an alias for 'll'::"
2586
#: bzrlib/builtins.py:3761
2587
msgid " bzr alias ll=\"log --line -r-10..-1\""
2590
#: bzrlib/builtins.py:3763
2591
msgid " To remove an alias for 'll'::"
2594
#: bzrlib/builtins.py:3765
2595
msgid " bzr alias --remove ll"
2598
# help of 'remove' option of 'alias' command
2599
#: bzrlib/builtins.py:3770
2600
msgid "Remove the alias."
2603
#: bzrlib/builtins.py:3788
2604
msgid "bzr alias --remove expects an alias to remove."
2607
#: bzrlib/builtins.py:3960
2608
msgid "subunit not available. subunit needs to be installed to use --subunit."
2611
#: bzrlib/builtins.py:3977
2613
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2616
#: bzrlib/builtins.py:4024
2617
msgid "Show version of bzr."
2620
# help of 'short' option of 'version' command
2621
#: bzrlib/builtins.py:4028
2622
msgid "Print just the version number."
2625
#: bzrlib/builtins.py:4047
2626
msgid "It sure does!\n"
2629
#: bzrlib/builtins.py:4071
2631
msgid "merge base is revision %s\n"
2634
#: bzrlib/builtins.py:4075
2635
msgid "Perform a three-way merge."
2638
#: bzrlib/builtins.py:4077
2640
"The source of the merge can be specified either in the form of a branch,\n"
2641
"or in the form of a path to a file containing a merge directive generated\n"
2642
"with bzr send. If neither is specified, the default is the upstream branch\n"
2643
"or the branch most recently merged using --remember. The source of the\n"
2644
"merge may also be specified in the form of a path to a file in another\n"
2645
"branch: in this case, only the modifications to that file are merged into\n"
2646
"the current working tree."
2649
#: bzrlib/builtins.py:4085
2651
"When merging from a branch, by default bzr will try to merge in all new\n"
2652
"work from the other branch, automatically determining an appropriate base\n"
2653
"revision. If this fails, you may need to give an explicit base."
2656
#: bzrlib/builtins.py:4089
2658
"To pick a different ending revision, pass \"--revision OTHER\". bzr will\n"
2659
"try to merge in all new work up to and including revision OTHER."
2662
#: bzrlib/builtins.py:4092
2664
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
2665
"through OTHER, excluding BASE but including OTHER, will be merged. If this\n"
2666
"causes some revisions to be skipped, i.e. if the destination branch does\n"
2667
"not already contain revision BASE, such a merge is commonly referred to as\n"
2668
"a \"cherrypick\". Unlike a normal merge, Bazaar does not currently track\n"
2669
"cherrypicks. The changes look like a normal commit, and the history of the\n"
2670
"changes from the other branch is not stored in the commit."
2673
#: bzrlib/builtins.py:4100
2674
msgid "Revision numbers are always relative to the source branch."
2677
#: bzrlib/builtins.py:4107
2678
msgid "Use bzr resolve when you have fixed a problem. See also bzr conflicts."
2681
#: bzrlib/builtins.py:4109
2683
"If there is no default branch set, the first merge will set it (use\n"
2684
"--no-remember to avoid setting it). After that, you can omit the branch\n"
2685
"to use the default. To change the default, use --remember. The value will\n"
2686
"only be saved if the remote location can be accessed."
2689
#: bzrlib/builtins.py:4114
2691
"The results of the merge are placed into the destination working\n"
2692
"directory, where they can be reviewed (with bzr diff), tested, and then\n"
2693
"committed to record the result of the merge."
2696
#: bzrlib/builtins.py:4118
2698
"merge refuses to run if there are any uncommitted changes, unless\n"
2699
"--force is given. If --force is given, then the changes from the source \n"
2700
"will be merged with the current working tree, including any uncommitted\n"
2701
"changes in the tree. The --force option can also be used to create a\n"
2702
"merge revision which has more than two parents."
2705
#: bzrlib/builtins.py:4124
2707
"If one would like to merge changes from the working tree of the other\n"
2708
"branch without merging any committed revisions, the --uncommitted option\n"
2712
#: bzrlib/builtins.py:4128
2714
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2715
"you to apply each diff hunk and file change, similar to \"shelve\"."
2718
#: bzrlib/builtins.py:4131
2721
" To merge all new revisions from bzr.dev::"
2724
#: bzrlib/builtins.py:4134
2725
msgid " bzr merge ../bzr.dev"
2728
#: bzrlib/builtins.py:4136
2729
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2732
#: bzrlib/builtins.py:4138
2733
msgid " bzr merge -r 82 ../bzr.dev"
2736
#: bzrlib/builtins.py:4140
2737
msgid " To merge the changes introduced by 82, without previous changes::"
2740
#: bzrlib/builtins.py:4142
2741
msgid " bzr merge -r 81..82 ../bzr.dev"
2744
#: bzrlib/builtins.py:4144
2745
msgid " To apply a merge directive contained in /tmp/merge::"
2748
#: bzrlib/builtins.py:4146
2749
msgid " bzr merge /tmp/merge"
2752
#: bzrlib/builtins.py:4148
2754
" To create a merge revision with three parents from two branches\n"
2755
" feature1a and feature1b:"
2758
#: bzrlib/builtins.py:4151
2760
" bzr merge ../feature1a\n"
2761
" bzr merge ../feature1b --force\n"
2762
" bzr commit -m 'revision with three parents'"
2765
# help of 'force' option of 'merge' command
2766
#: bzrlib/builtins.py:4163
2767
msgid "Merge even if the destination tree has uncommitted changes."
2770
# help of 'uncommitted' option of 'merge' command
2771
#: bzrlib/builtins.py:4169
2773
"Apply uncommitted changes from a working copy, instead of branch changes."
2776
# help of 'pull' option of 'merge' command
2777
#: bzrlib/builtins.py:4171
2779
"If the destination is already completely merged into the source, pull from "
2780
"the source rather than merging. When this happens, you do not need to "
2781
"commit the result."
2784
# help of 'directory' option of 'merge' command
2785
#: bzrlib/builtins.py:4176
2787
"Branch to merge into, rather than the one containing the working directory."
2790
# help of 'preview' option of 'merge' command
2791
#: bzrlib/builtins.py:4178
2792
msgid "Instead of merging, show a diff of the merge."
2795
# help of 'interactive' option of 'merge' command
2796
#: bzrlib/builtins.py:4180
2797
msgid "Select changes interactively."
2800
#: bzrlib/builtins.py:4202
2802
"Merging into empty branches not currently supported, https://bugs.launchpad."
2803
"net/bzr/+bug/308562"
2806
#: bzrlib/builtins.py:4229
2807
msgid "Cannot use --uncommitted with bundles or merge directives."
2810
#: bzrlib/builtins.py:4240
2811
msgid "Cannot use --uncommitted and --revision at the same time."
2814
#: bzrlib/builtins.py:4260
2818
#: bzrlib/builtins.py:4262 bzrlib/bundle/apply_bundle.py:68
2819
msgid "Nothing to do."
2822
#: bzrlib/builtins.py:4266
2823
msgid "Cannot pull individual files"
2826
#: bzrlib/builtins.py:4274
2827
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2830
#: bzrlib/builtins.py:4332
2832
msgid "Show-base is not supported for this merge type. %s"
2835
#: bzrlib/builtins.py:4341
2837
msgid "Conflict reduction is not supported for merge type %s."
2840
#: bzrlib/builtins.py:4345
2841
msgid "Cannot do conflict reduction and show base."
2844
#: bzrlib/builtins.py:4456
2845
msgid "No location specified or remembered"
2848
#: bzrlib/builtins.py:4458
2849
msgid "{0} remembered {1} location {2}"
2852
#: bzrlib/builtins.py:4464
2853
msgid "Redo a merge."
2856
#: bzrlib/builtins.py:4466
2858
"Use this if you want to try a different merge technique while resolving\n"
2859
"conflicts. Some merge techniques are better than others, and remerge\n"
2860
"lets you try different ones on different files."
2863
#: bzrlib/builtins.py:4470
2865
"The options for remerge have the same meaning and defaults as the ones for\n"
2866
"merge. The difference is that remerge can (only) be run when there is a\n"
2867
"pending merge, and it lets you specify particular files."
2870
#: bzrlib/builtins.py:4474
2873
" Re-do the merge of all conflicted files, and show the base text in\n"
2874
" conflict regions, in addition to the usual THIS and OTHER texts::"
2877
#: bzrlib/builtins.py:4478
2878
msgid " bzr remerge --show-base"
2881
#: bzrlib/builtins.py:4480
2883
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2884
" additional processing to reduce the size of conflict regions::"
2887
#: bzrlib/builtins.py:4483
2888
msgid " bzr remerge --merge-type weave --reprocess foobar"
2891
# help of 'show-base' option of 'merge' command
2892
#: bzrlib/builtins.py:4490
2893
msgid "Show base revision text in conflicts."
2896
#: bzrlib/builtins.py:4502
2898
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2902
#: bzrlib/builtins.py:4558
2903
msgid "Revert files to a previous revision."
2906
#: bzrlib/builtins.py:4560
2908
"Giving a list of files will revert only those files. Otherwise, all files\n"
2909
"will be reverted. If the revision is not specified with '--revision', the\n"
2910
"last committed revision is used."
2913
#: bzrlib/builtins.py:4564
2915
"To remove only some changes, without reverting to a prior version, use\n"
2916
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2917
"will remove the changes introduced by the second last commit (-2), without\n"
2918
"affecting the changes introduced by the last commit (-1). To remove\n"
2919
"certain changes on a hunk-by-hunk basis, see the shelve command."
2922
#: bzrlib/builtins.py:4570
2924
"By default, any files that have been manually changed will be backed up\n"
2925
"first. (Files changed only by merge are not backed up.) Backup files have\n"
2926
"'.~#~' appended to their name, where # is a number."
2929
#: bzrlib/builtins.py:4574
2931
"When you provide files, you can use their current pathname or the pathname\n"
2932
"from the target revision. So you can use revert to \"undelete\" a file by\n"
2933
"name. If you name a directory, all the contents of that directory will be\n"
2937
#: bzrlib/builtins.py:4579
2939
"If you have newly added files since the target revision, they will be\n"
2940
"removed. If the files to be removed have been changed, backups will be\n"
2941
"created as above. Directories containing unknown files will not be\n"
2945
#: bzrlib/builtins.py:4584
2947
"The working tree contains a list of revisions that have been merged but\n"
2948
"not yet committed. These revisions will be included as additional parents\n"
2949
"of the next commit. Normally, using revert clears that list as well as\n"
2950
"reverting the files. If any files are specified, revert leaves the list\n"
2951
"of uncommitted merges alone and reverts only the files. Use ``bzr revert\n"
2952
".`` in the tree root to revert all files but keep the recorded merges,\n"
2953
"and ``bzr revert --forget-merges`` to clear the pending merge list without\n"
2954
"reverting any files."
2957
#: bzrlib/builtins.py:4593
2959
"Using \"bzr revert --forget-merges\", it is possible to apply all of the\n"
2960
"changes from a branch in a single revision. To do this, perform the merge\n"
2961
"as desired. Then doing revert with the \"--forget-merges\" option will "
2963
"the content of the tree as it was, but it will clear the list of pending\n"
2964
"merges. The next commit will then contain all of the changes that are\n"
2965
"present in the other branch, but without any other parent revisions.\n"
2966
"Because this technique forgets where these changes originated, it may\n"
2967
"cause additional conflicts on later merges involving the same source and\n"
2971
# help of 'no-backup' option of 'revert' command
2972
#: bzrlib/builtins.py:4607
2973
msgid "Do not save backups of reverted files."
2976
# help of 'forget-merges' option of 'revert' command
2977
#: bzrlib/builtins.py:4609
2978
msgid "Remove pending merge marker, without changing any files."
2981
#: bzrlib/builtins.py:4640
2983
"Show help on a command or other topic.\n"
2987
# help of 'long' option of 'help' command
2988
#: bzrlib/builtins.py:4645
2989
msgid "Show help on all commands."
2992
#: bzrlib/builtins.py:4674
2993
msgid "Show unmerged/unpulled revisions between two branches."
2996
#: bzrlib/builtins.py:4676
2997
msgid "OTHER_BRANCH may be local or remote."
3000
#: bzrlib/builtins.py:4678
3002
"To filter on a range of revisions, you can use the command -r begin..end\n"
3003
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
3007
" 1 - some missing revisions\n"
3008
" 0 - no missing revisions"
3011
#: bzrlib/builtins.py:4688
3013
" Determine the missing revisions between this and the branch at the\n"
3014
" remembered pull location::"
3017
#: bzrlib/builtins.py:4691
3018
msgid " bzr missing"
3021
#: bzrlib/builtins.py:4693
3022
msgid " Determine the missing revisions between this and another branch::"
3025
#: bzrlib/builtins.py:4695
3026
msgid " bzr missing http://server/branch"
3029
#: bzrlib/builtins.py:4697
3031
" Determine the missing revisions up to a specific revision on the other\n"
3035
#: bzrlib/builtins.py:4700
3036
msgid " bzr missing -r ..-10"
3039
#: bzrlib/builtins.py:4702
3041
" Determine the missing revisions up to a specific revision on this\n"
3045
#: bzrlib/builtins.py:4705
3046
msgid " bzr missing --my-revision ..-10"
3049
# help of 'reverse' option of 'missing' command
3050
#: bzrlib/builtins.py:4712
3051
msgid "Reverse the order of revisions."
3054
# help of 'mine-only' option of 'missing' command
3055
#: bzrlib/builtins.py:4714
3056
msgid "Display changes in the local branch only."
3059
# help of 'this' option of 'missing' command
3060
#: bzrlib/builtins.py:4715
3061
msgid "Same as --mine-only."
3064
# help of 'theirs-only' option of 'missing' command
3065
#: bzrlib/builtins.py:4717
3066
msgid "Display changes in the remote branch only."
3069
# help of 'other' option of 'missing' command
3070
#: bzrlib/builtins.py:4718
3071
msgid "Same as --theirs-only."
3074
# help of 'revision' option of 'missing' command
3075
#: bzrlib/builtins.py:4723
3077
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3081
# help of 'my-revision' option of 'missing' command
3082
#: bzrlib/builtins.py:4727
3084
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3088
# help of 'include-merged' option of 'missing' command
3089
#: bzrlib/builtins.py:4730
3090
msgid "Show all revisions in addition to the mainline ones."
3093
#: bzrlib/builtins.py:4784
3094
msgid "No peer location known or specified."
3097
#: bzrlib/builtins.py:4788
3098
msgid "Using saved parent location: {0}\n"
3101
#: bzrlib/builtins.py:4821
3103
msgid "You have %d extra revision:\n"
3104
msgid_plural "You have %d extra revisions:\n"
3108
#: bzrlib/builtins.py:4837
3110
msgid "You are missing %d revision:\n"
3111
msgid_plural "You are missing %d revisions:\n"
3115
#: bzrlib/builtins.py:4849
3116
msgid "This branch has no new revisions.\n"
3119
#: bzrlib/builtins.py:4852
3120
msgid "Other branch has no new revisions.\n"
3123
#: bzrlib/builtins.py:4857
3124
msgid "Branches are up to date.\n"
3127
#: bzrlib/builtins.py:4868
3128
msgid "Compress the data within a repository."
3131
#: bzrlib/builtins.py:4870
3133
"This operation compresses the data within a bazaar repository. As\n"
3134
"bazaar supports automatic packing of repository, this operation is\n"
3135
"normally not required to be done manually."
3138
#: bzrlib/builtins.py:4874
3140
"During the pack operation, bazaar takes a backup of existing repository\n"
3141
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3142
"automatically when it is safe to do so. To save disk space by removing\n"
3143
"the backed up pack files, the --clean-obsolete-packs option may be\n"
3147
#: bzrlib/builtins.py:4880
3149
"Warning: If you use --clean-obsolete-packs and your machine crashes\n"
3150
"during or immediately after repacking, you may be left with a state\n"
3151
"where the deletion has been written to disk but the new packs have not\n"
3152
"been. In this case the repository may be unusable."
3155
# help of 'clean-obsolete-packs' option of 'pack' command
3156
#: bzrlib/builtins.py:4889
3157
msgid "Delete obsolete packs to save disk space."
3160
#: bzrlib/builtins.py:4903
3161
msgid "List the installed plugins."
3164
#: bzrlib/builtins.py:4905
3166
"This command displays the list of installed plugins including\n"
3167
"version of plugin and a short description of each."
3170
#: bzrlib/builtins.py:4908
3171
msgid "--verbose shows the path where each plugin is located."
3174
#: bzrlib/builtins.py:4910
3176
"A plugin is an external component for Bazaar that extends the\n"
3177
"revision control system, by adding or replacing code in Bazaar.\n"
3178
"Plugins can do a variety of things, including overriding commands,\n"
3179
"adding new commands, providing additional network transports and\n"
3180
"customizing log output."
3183
#: bzrlib/builtins.py:4916
3185
"See the Bazaar Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/>\n"
3186
"for further information on plugins including where to find them and how to\n"
3187
"install them. Instructions are also provided there on how to write new\n"
3188
"plugins using the Python programming language."
3191
#: bzrlib/builtins.py:4932
3192
msgid "Show testament (signing-form) of a revision."
3195
# help of 'long' option of 'testament' command
3196
#: bzrlib/builtins.py:4935
3197
msgid "Produce long-format testament."
3200
# help of 'strict' option of 'testament' command
3201
#: bzrlib/builtins.py:4937
3202
msgid "Produce a strict-format testament."
3205
#: bzrlib/builtins.py:4963
3206
msgid "Show the origin of each line in a file."
3209
#: bzrlib/builtins.py:4965
3211
"This prints out the given file with an annotation on the left side\n"
3212
"indicating which revision, author and date introduced the change."
3215
#: bzrlib/builtins.py:4968
3217
"If the origin is the same for a run of consecutive lines, it is\n"
3218
"shown only at the top, unless the --all option is given."
3221
# help of 'all' option of 'annotate' command
3222
#: bzrlib/builtins.py:4976
3223
msgid "Show annotations on all lines."
3226
# help of 'long' option of 'annotate' command
3227
#: bzrlib/builtins.py:4977
3228
msgid "Show commit date in annotations."
3231
#: bzrlib/builtins.py:5064
3232
msgid "Cannot sign a range of non-revision-history revisions"
3235
#: bzrlib/builtins.py:5076
3236
msgid "Please supply either one revision, or a range."
3239
#: bzrlib/builtins.py:5080
3241
"Convert the current branch into a checkout of the supplied branch.\n"
3242
"If no branch is supplied, rebind to the last bound location."
3245
#: bzrlib/builtins.py:5083
3247
"Once converted into a checkout, commits must succeed on the master branch\n"
3248
"before they will be applied to the local branch."
3251
#: bzrlib/builtins.py:5086
3253
"Bound branches use the nickname of its master branch unless it is set\n"
3254
"locally, in which case binding will update the local nickname to be\n"
3255
"that of the master."
3258
#: bzrlib/builtins.py:5101
3259
msgid "No location supplied. This format does not remember old locations."
3262
#: bzrlib/builtins.py:5106
3263
msgid "Branch is already bound"
3266
#: bzrlib/builtins.py:5108
3267
msgid "No location supplied and no previous location known"
3270
#: bzrlib/builtins.py:5114
3271
msgid "These branches have diverged. Try merging, and then bind again."
3274
#: bzrlib/builtins.py:5121
3275
msgid "Convert the current checkout into a regular branch."
3278
#: bzrlib/builtins.py:5123
3280
"After unbinding, the local branch is considered independent and subsequent\n"
3281
"commits will be local only."
3284
#: bzrlib/builtins.py:5134
3285
msgid "Local branch is not bound"
3288
#: bzrlib/builtins.py:5138
3289
msgid "Remove the last committed revision."
3292
#: bzrlib/builtins.py:5140
3294
"--verbose will print out what is being removed.\n"
3295
"--dry-run will go through all the motions, but not actually\n"
3299
#: bzrlib/builtins.py:5144
3301
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3302
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3303
"branch at revision 15."
3306
#: bzrlib/builtins.py:5148
3308
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3309
"it may make is to restore any pending merges that were present before\n"
3313
# help of 'dry-run' option of 'uncommit' command
3314
#: bzrlib/builtins.py:5159
3315
msgid "Don't actually make changes."
3318
# help of 'force' option of 'uncommit' command
3319
#: bzrlib/builtins.py:5160
3320
msgid "Say yes to all questions."
3323
# help of 'keep-tags' option of 'uncommit' command
3324
#: bzrlib/builtins.py:5162
3325
msgid "Keep tags that point to removed revisions."
3328
# help of 'local' option of 'uncommit' command
3329
#: bzrlib/builtins.py:5164
3330
msgid "Only remove the commits from the local branch when in a checkout."
3333
#: bzrlib/builtins.py:5213
3334
msgid "No revisions to uncommit.\n"
3337
#: bzrlib/builtins.py:5228
3338
msgid "Dry-run, pretending to remove the above revisions.\n"
3341
#: bzrlib/builtins.py:5231
3342
msgid "The above revision(s) will be removed.\n"
3345
#: bzrlib/builtins.py:5235
3346
msgid "Uncommit these revisions"
3349
#: bzrlib/builtins.py:5238
3353
#: bzrlib/builtins.py:5245
3356
"You can restore the old tip by running:\n"
3357
" bzr pull . -r revid:%s\n"
3360
#: bzrlib/builtins.py:5250
3361
msgid "Break a dead lock."
3364
#: bzrlib/builtins.py:5252
3366
"This command breaks a lock on a repository, branch, working directory or\n"
3370
#: bzrlib/builtins.py:5255
3372
"CAUTION: Locks should only be broken when you are sure that the process\n"
3373
"holding the lock has been stopped."
3376
#: bzrlib/builtins.py:5258
3378
"You can get information on what locks are open via the 'bzr info\n"
3379
"[location]' command."
3382
#: bzrlib/builtins.py:5261
3386
" bzr break-lock bzr+ssh://example.com/bzr/foo\n"
3387
" bzr break-lock --conf ~/.bazaar"
3390
# help of 'config' option of 'break-lock' command
3391
#: bzrlib/builtins.py:5270
3392
msgid "LOCATION is the directory where the config lock is."
3395
# help of 'force' option of 'break-lock' command
3396
#: bzrlib/builtins.py:5272
3397
msgid "Do not ask for confirmation before breaking the lock."
3400
# help of 'protocol=bzr' option of 'serve' command
3401
#: bzrlib/builtins.py:5307
3402
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3405
#: bzrlib/builtins.py:5308
3406
msgid "Run the bzr server."
3409
# help of 'inet' option of 'serve' command
3410
#: bzrlib/builtins.py:5314
3411
msgid "Serve on stdin/out for use from inetd or sshd."
3414
# title of 'protocol' option of 'serve' command
3415
#: bzrlib/builtins.py:5315
3419
# help of 'protocol' option of 'serve' command
3420
#: bzrlib/builtins.py:5316
3421
msgid "Protocol to serve."
3424
# help of 'port' option of 'serve' command
3425
#: bzrlib/builtins.py:5320
3427
"Listen for connections on nominated port of the form [hostname:]portnumber. "
3428
"Passing 0 as the port number will result in a dynamically allocated port. "
3429
"The default port depends on the protocol."
3432
# help of 'directory' option of 'serve' command
3433
#: bzrlib/builtins.py:5326
3434
msgid "Serve contents of this directory."
3437
# help of 'allow-writes' option of 'serve' command
3438
#: bzrlib/builtins.py:5328
3440
"By default the server is a readonly server. Supplying --allow-writes "
3441
"enables write access to the contents of the served directory and below. "
3442
"Note that ``bzr serve`` does not perform authentication, so unless some form "
3443
"of external authentication is arranged supplying this option leads to global "
3444
"uncontrolled write access to your file system."
3447
# help of 'client-timeout' option of 'serve' command
3448
#: bzrlib/builtins.py:5337
3449
msgid "Override the default idle client timeout (5min)."
3452
#: bzrlib/builtins.py:5387
3453
msgid "Combine a tree into its containing tree."
3456
#: bzrlib/builtins.py:5389
3457
msgid "This command requires the target tree to be in a rich-root format."
3460
#: bzrlib/builtins.py:5391
3462
"The TREE argument should be an independent tree, inside another tree, but\n"
3463
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3464
"running \"bzr branch\" with the target inside a tree.)"
3467
#: bzrlib/builtins.py:5395
3469
"The result is a combined tree, with the subtree no longer an independent\n"
3470
"part. This is marked as a merge of the subtree into the containing tree,\n"
3471
"and all history is preserved."
3474
#: bzrlib/builtins.py:5413
3477
"Can't join trees because %s doesn't support rich root data.\n"
3478
"You can use bzr upgrade on the repository."
3481
#: bzrlib/builtins.py:5423 bzrlib/builtins.py:5429
3482
msgid "Cannot join {0}. {1}"
3485
#: bzrlib/builtins.py:5433
3486
msgid "Split a subdirectory of a tree into a separate tree."
3489
#: bzrlib/builtins.py:5435
3491
"This command will produce a target tree in a format that supports\n"
3492
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3493
"converted into earlier formats like 'dirstate-tags'."
3496
#: bzrlib/builtins.py:5439
3498
"The TREE argument should be a subdirectory of a working tree. That\n"
3499
"subdirectory will be converted into an independent tree, with its own\n"
3500
"branch. Commits in the top-level tree will not apply to the new subtree."
3503
#: bzrlib/builtins.py:5519
3504
msgid "No submit branch specified or known"
3507
#: bzrlib/builtins.py:5527 bzrlib/send.py:106
3508
msgid "No public branch specified or known"
3511
#: bzrlib/builtins.py:5532
3512
msgid "bzr merge-directive takes at most two one revision identifiers"
3515
#: bzrlib/builtins.py:5541
3516
msgid "No revisions to bundle."
3519
#: bzrlib/builtins.py:5560
3520
msgid "Mail or create a merge-directive for submitting changes."
3523
#: bzrlib/builtins.py:5562
3524
msgid "A merge directive provides many things needed for requesting merges:"
3527
#: bzrlib/builtins.py:5564
3528
msgid "* A machine-readable description of the merge to perform"
3531
#: bzrlib/builtins.py:5566
3532
msgid "* An optional patch that is a preview of the changes requested"
3535
#: bzrlib/builtins.py:5568
3537
"* An optional bundle of revision data, so that the changes can be applied\n"
3538
" directly from the merge directive, without retrieving data from a\n"
3542
#: bzrlib/builtins.py:5572
3544
"`bzr send` creates a compact data set that, when applied using bzr\n"
3545
"merge, has the same effect as merging from the source branch. "
3548
#: bzrlib/builtins.py:5575
3550
"By default the merge directive is self-contained and can be applied to any\n"
3551
"branch containing submit_branch in its ancestory without needing access to\n"
3552
"the source branch."
3555
#: bzrlib/builtins.py:5579
3557
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3558
"revisions, but only a structured request to merge from the\n"
3559
"public_location. In that case the public_branch is needed and it must be\n"
3560
"up-to-date and accessible to the recipient. The public_branch is always\n"
3561
"included if known, so that people can check it later."
3564
#: bzrlib/builtins.py:5585
3566
"The submit branch defaults to the parent of the source branch, but can be\n"
3567
"overridden. Both submit branch and public branch will be remembered in\n"
3568
"branch.conf the first time they are used for a particular branch. The\n"
3569
"source branch defaults to that containing the working directory, but can\n"
3570
"be changed using --from."
3573
#: bzrlib/builtins.py:5591
3575
"Both the submit branch and the public branch follow the usual behavior with\n"
3576
"respect to --remember: If there is no default location set, the first send\n"
3577
"will set it (use --no-remember to avoid setting it). After that, you can\n"
3578
"omit the location to use the default. To change the default, use\n"
3579
"--remember. The value will only be saved if the location can be accessed."
3582
#: bzrlib/builtins.py:5597
3584
"In order to calculate those changes, bzr must analyse the submit branch.\n"
3585
"Therefore it is most efficient for the submit branch to be a local mirror.\n"
3586
"If a public location is known for the submit_branch, that location is used\n"
3587
"in the merge directive."
3590
#: bzrlib/builtins.py:5602
3592
"The default behaviour is to send the merge directive by mail, unless -o is\n"
3593
"given, in which case it is sent to a file."
3596
#: bzrlib/builtins.py:5605
3598
"Mail is sent using your preferred mail program. This should be transparent\n"
3599
"on Windows (it uses MAPI). On Unix, it requires the xdg-email utility.\n"
3600
"If the preferred client can't be found (or used), your editor will be used."
3603
#: bzrlib/builtins.py:5609
3605
"To use a specific mail program, set the mail_client configuration option.\n"
3606
"(For Thunderbird 1.5, this works around some bugs.) Supported values for\n"
3607
"specific clients are \"claws\", \"evolution\", \"kmail\", \"mail.app"
3609
"Mail.app), \"mutt\", and \"thunderbird\"; generic options are \"default\",\n"
3610
"\"editor\", \"emacsclient\", \"mapi\", and \"xdg-email\". Plugins may also "
3612
"supported clients."
3615
#: bzrlib/builtins.py:5616
3617
"If mail is being sent, a to address is required. This can be supplied\n"
3618
"either on the commandline, by setting the submit_to configuration\n"
3619
"option in the branch itself or the child_submit_to configuration option\n"
3620
"in the submit branch."
3623
#: bzrlib/builtins.py:5621
3625
"Two formats are currently supported: \"4\" uses revision bundle format 4 "
3627
"merge directive format 2. It is significantly faster and smaller than\n"
3628
"older formats. It is compatible with Bazaar 0.19 and later. It is the\n"
3629
"default. \"0.9\" uses revision bundle format 0.9 and merge directive\n"
3630
"format 1. It is compatible with Bazaar 0.12 - 0.18."
3633
#: bzrlib/builtins.py:5627
3635
"The merge directives created by bzr send may be applied using bzr merge or\n"
3636
"bzr pull by specifying a file containing a merge directive as the location."
3639
#: bzrlib/builtins.py:5630
3641
"bzr send makes extensive use of public locations to map local locations "
3643
"URLs that can be used by other people. See `bzr help configuration` to\n"
3644
"set them, and use `bzr info` to display them."
3647
# help of 'output' option of 'send' command
3648
#: bzrlib/builtins.py:5654
3649
msgid "Write merge directive to this file or directory; use - for stdout."
3652
# help of 'strict' option of 'send' command
3653
#: bzrlib/builtins.py:5658
3655
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3656
"strict disables the check."
3659
# help of 'mail-to' option of 'send' command
3660
#: bzrlib/builtins.py:5660
3661
msgid "Mail the request to this address."
3664
# help of 'body' option of 'send' command
3665
#: bzrlib/builtins.py:5664
3666
msgid "Body for the email."
3669
# help of 'no-bundle' option of 'send' command
3670
#: bzrlib/builtins.py:5717
3671
msgid "Do not include a bundle in the merge directive."
3674
# help of 'no-patch' option of 'send' command
3675
#: bzrlib/builtins.py:5718
3676
msgid "Do not include a preview patch in the merge directive."
3679
# help of 'remember' option of 'send' command
3680
#: bzrlib/builtins.py:5721
3681
msgid "Remember submit and public branch."
3684
# help of 'from' option of 'send' command
3685
#: bzrlib/builtins.py:5723
3687
"Branch to generate the submission from, rather than the one containing the "
3688
"working directory."
3691
# title of 'format' option of 'send' command
3692
#: bzrlib/builtins.py:5733
3696
# help of 'format' option of 'send' command
3697
#: bzrlib/builtins.py:5734
3698
msgid "Use the specified output format."
3701
#: bzrlib/builtins.py:5756
3702
msgid "Create, remove or modify a tag naming a revision."
3705
#: bzrlib/builtins.py:5758
3707
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3708
"(--revision) option can be given -rtag:X, where X is any previously\n"
3712
#: bzrlib/builtins.py:5762
3714
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3715
"along when you branch, push, pull or merge."
3718
#: bzrlib/builtins.py:5765
3720
"It is an error to give a tag name that already exists unless you pass\n"
3721
"--force, in which case the tag is moved to point to the new revision."
3724
#: bzrlib/builtins.py:5768
3726
"To rename a tag (change the name but keep it on the same revsion), run "
3728
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3731
#: bzrlib/builtins.py:5771
3733
"If no tag name is specified it will be determined through the \n"
3734
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3735
"upstream releases by reading configure.ac. See ``bzr help hooks`` for\n"
3739
# help of 'delete' option of 'tag' command
3740
#: bzrlib/builtins.py:5781
3741
msgid "Delete this tag rather than placing it."
3744
# help of 'directory' option of 'tag' command
3745
#: bzrlib/builtins.py:5784
3746
msgid "Branch in which to place the tag."
3749
# help of 'force' option of 'tag' command
3750
#: bzrlib/builtins.py:5786
3751
msgid "Replace existing tags."
3754
#: bzrlib/builtins.py:5801
3755
msgid "No tag specified to delete."
3758
#: bzrlib/builtins.py:5803
3760
msgid "Deleted tag %s."
3763
#: bzrlib/builtins.py:5817
3764
msgid "Please specify a tag name."
3767
#: bzrlib/builtins.py:5825
3769
msgid "Tag %s already exists for that revision."
3772
#: bzrlib/builtins.py:5829
3774
msgid "Created tag %s."
3777
#: bzrlib/builtins.py:5831
3779
msgid "Updated tag %s."
3782
#: bzrlib/builtins.py:5835
3786
#: bzrlib/builtins.py:5837
3788
"This command shows a table of tag names and the revisions they reference."
3791
# help of 'directory' option of 'tags' command
3792
#: bzrlib/builtins.py:5843
3793
msgid "Branch whose tags should be displayed."
3796
# help of 'sort' option of 'tags' command
3797
#: bzrlib/builtins.py:5845
3798
msgid "Sort tags by different criteria."
3801
# title of 'sort' option of 'tags' command
3802
#: bzrlib/builtins.py:5845
3806
#: bzrlib/builtins.py:5914
3807
msgid "Reconfigure the type of a bzr directory."
3810
#: bzrlib/builtins.py:5916
3811
msgid "A target configuration must be specified."
3814
#: bzrlib/builtins.py:5918
3816
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3817
"The order of preference is\n"
3818
"1. For a lightweight checkout, the current bound location.\n"
3819
"2. For branches that used to be checkouts, the previously-bound location.\n"
3820
"3. The push location.\n"
3821
"4. The parent location.\n"
3822
"If none of these is available, --bind-to must be specified."
3825
# title of 'tree_type' option of 'reconfigure' command
3826
#: bzrlib/builtins.py:5932
3830
# help of 'tree_type' option of 'reconfigure' command
3831
#: bzrlib/builtins.py:5933
3832
msgid "The relation between branch and tree."
3835
# help of 'tree_type=branch' option of 'reconfigure' command
3836
#: bzrlib/builtins.py:5935
3837
msgid "Reconfigure to be an unbound branch with no working tree."
3840
# help of 'tree_type=tree' option of 'reconfigure' command
3841
#: bzrlib/builtins.py:5936
3842
msgid "Reconfigure to be an unbound branch with a working tree."
3845
# help of 'tree_type=checkout' option of 'reconfigure' command
3846
#: bzrlib/builtins.py:5937
3847
msgid "Reconfigure to be a bound branch with a working tree."
3850
# help of 'tree_type=lightweight-checkout' option of 'reconfigure' command
3851
#: bzrlib/builtins.py:5938
3852
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3855
# title of 'repository_type' option of 'reconfigure' command
3856
#: bzrlib/builtins.py:5943
3857
msgid "Repository type"
3860
# help of 'repository_type' option of 'reconfigure' command
3861
#: bzrlib/builtins.py:5944
3862
msgid "Location fo the repository."
3865
# help of 'repository_type=standalone' option of 'reconfigure' command
3866
#: bzrlib/builtins.py:5946
3868
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3871
# help of 'repository_type=use-shared' option of 'reconfigure' command
3872
#: bzrlib/builtins.py:5948
3873
msgid "Reconfigure to use a shared repository."
3876
# title of 'repository_trees' option of 'reconfigure' command
3877
#: bzrlib/builtins.py:5952
3878
msgid "Trees in Repository"
3881
# help of 'repository_trees' option of 'reconfigure' command
3882
#: bzrlib/builtins.py:5953
3883
msgid "Whether new branches in the repository have trees."
3886
# help of 'repository_trees=with-trees' option of 'reconfigure' command
3887
#: bzrlib/builtins.py:5955
3888
msgid "Reconfigure repository to create working trees on branches by default."
3891
# help of 'repository_trees=with-no-trees' option of 'reconfigure' command
3892
#: bzrlib/builtins.py:5957
3894
"Reconfigure repository to not create working trees on branches by default."
3897
# help of 'bind-to' option of 'reconfigure' command
3898
#: bzrlib/builtins.py:5960
3899
msgid "Branch to bind checkout to."
3902
# help of 'force' option of 'reconfigure' command
3903
#: bzrlib/builtins.py:5962
3904
msgid "Perform reconfiguration even if local changes will be lost."
3907
# help of 'stacked-on' option of 'reconfigure' command
3908
#: bzrlib/builtins.py:5965
3909
msgid "Reconfigure a branch to be stacked on another branch."
3912
# help of 'unstacked' option of 'reconfigure' command
3913
#: bzrlib/builtins.py:5969
3915
"Reconfigure a branch to be unstacked. This may require copying substantial "
3919
#: bzrlib/builtins.py:5979
3920
msgid "Can't use both --stacked-on and --unstacked"
3923
#: bzrlib/builtins.py:5993
3924
msgid "No target configuration specified"
3927
#: bzrlib/builtins.py:6028
3928
msgid "Set the branch of a checkout and update."
3931
#: bzrlib/builtins.py:6030
3933
"For lightweight checkouts, this changes the branch being referenced.\n"
3934
"For heavyweight checkouts, this checks that there are no local commits\n"
3935
"versus the current bound branch, then it makes the local branch a mirror\n"
3936
"of the new location and binds to it."
3939
#: bzrlib/builtins.py:6035
3941
"In both cases, the working tree is updated and uncommitted changes\n"
3942
"are merged. The user can commit or revert these as they desire."
3945
#: bzrlib/builtins.py:6038
3946
msgid "Pending merges need to be committed or reverted before using switch."
3949
#: bzrlib/builtins.py:6040
3951
"The path to the branch to switch to can be specified relative to the parent\n"
3952
"directory of the current branch. For example, if you are currently in a\n"
3953
"checkout of /path/to/branch, specifying 'newbranch' will find a branch at\n"
3954
"/path/to/newbranch."
3957
#: bzrlib/builtins.py:6045
3959
"Bound branches use the nickname of its master branch unless it is set\n"
3960
"locally, in which case switching will update the local nickname to be\n"
3961
"that of the master."
3964
# help of 'force' option of 'switch' command
3965
#: bzrlib/builtins.py:6053
3966
msgid "Switch even if local commits will be lost."
3969
# help of 'create-branch' option of 'switch' command
3970
#: bzrlib/builtins.py:6056
3971
msgid "Create the target branch from this one before switching to it."
3974
#: bzrlib/builtins.py:6068
3975
msgid "You must supply either a revision or a location"
3978
#: bzrlib/builtins.py:6079
3979
msgid "cannot create branch without source branch"
3982
#: bzrlib/builtins.py:6143
3983
msgid "Manage filtered views."
3986
#: bzrlib/builtins.py:6145
3988
"Views provide a mask over the tree so that users can focus on\n"
3989
"a subset of a tree when doing their work. After creating a view,\n"
3990
"commands that support a list of files - status, diff, commit, etc -\n"
3991
"effectively have that list of files implicitly given each time.\n"
3992
"An explicit list of files can still be given but those files\n"
3993
"must be within the current view."
3996
#: bzrlib/builtins.py:6152
3998
"In most cases, a view has a short life-span: it is created to make\n"
3999
"a selected change and is deleted once that change is committed.\n"
4000
"At other times, you may wish to create one or more named views\n"
4001
"and switch between them."
4004
#: bzrlib/builtins.py:6157
4006
"To disable the current view without deleting it, you can switch to\n"
4007
"the pseudo view called ``off``. This can be useful when you need\n"
4008
"to see the whole tree for an operation or two (e.g. merge) but\n"
4009
"want to switch back to your view after that."
4012
#: bzrlib/builtins.py:6162
4015
" To define the current view::"
4018
#: bzrlib/builtins.py:6165
4019
msgid " bzr view file1 dir1 ..."
4022
#: bzrlib/builtins.py:6167
4023
msgid " To list the current view::"
4026
#: bzrlib/builtins.py:6169
4030
#: bzrlib/builtins.py:6171
4031
msgid " To delete the current view::"
4034
#: bzrlib/builtins.py:6173
4035
msgid " bzr view --delete"
4038
#: bzrlib/builtins.py:6175
4039
msgid " To disable the current view without deleting it::"
4042
#: bzrlib/builtins.py:6177
4043
msgid " bzr view --switch off"
4046
#: bzrlib/builtins.py:6179
4047
msgid " To define a named view and switch to it::"
4050
#: bzrlib/builtins.py:6181
4051
msgid " bzr view --name view-name file1 dir1 ..."
4054
#: bzrlib/builtins.py:6183
4055
msgid " To list a named view::"
4058
#: bzrlib/builtins.py:6185
4059
msgid " bzr view --name view-name"
4062
#: bzrlib/builtins.py:6187
4063
msgid " To delete a named view::"
4066
#: bzrlib/builtins.py:6189
4067
msgid " bzr view --name view-name --delete"
4070
#: bzrlib/builtins.py:6191
4071
msgid " To switch to a named view::"
4074
#: bzrlib/builtins.py:6193
4075
msgid " bzr view --switch view-name"
4078
#: bzrlib/builtins.py:6195
4079
msgid " To list all views defined::"
4082
#: bzrlib/builtins.py:6197
4083
msgid " bzr view --all"
4086
#: bzrlib/builtins.py:6199
4087
msgid " To delete all views::"
4090
#: bzrlib/builtins.py:6201
4091
msgid " bzr view --delete --all"
4094
# help of 'all' option of 'view' command
4095
#: bzrlib/builtins.py:6208
4096
msgid "Apply list or delete action to all views."
4099
# help of 'delete' option of 'view' command
4100
#: bzrlib/builtins.py:6211
4101
msgid "Delete the view."
4104
# help of 'name' option of 'view' command
4105
#: bzrlib/builtins.py:6214
4106
msgid "Name of the view to define, list or delete."
4109
# help of 'switch' option of 'view' command
4110
#: bzrlib/builtins.py:6218
4111
msgid "Name of the view to switch to."
4114
#: bzrlib/builtins.py:6237
4115
msgid "Both --delete and a file list specified"
4118
#: bzrlib/builtins.py:6240
4119
msgid "Both --delete and --switch specified"
4122
#: bzrlib/builtins.py:6243
4123
msgid "Deleted all views.\n"
4126
#: bzrlib/builtins.py:6245
4127
msgid "No current view to delete"
4130
#: bzrlib/builtins.py:6248
4132
msgid "Deleted '%s' view.\n"
4135
#: bzrlib/builtins.py:6252
4136
msgid "Both --switch and a file list specified"
4139
#: bzrlib/builtins.py:6255
4140
msgid "Both --switch and --all specified"
4143
#: bzrlib/builtins.py:6258
4144
msgid "No current view to disable"
4147
#: bzrlib/builtins.py:6260
4149
msgid "Disabled '%s' view.\n"
4152
#: bzrlib/builtins.py:6264 bzrlib/builtins.py:6286
4153
msgid "Using '{0}' view: {1}\n"
4156
#: bzrlib/builtins.py:6267
4157
msgid "Views defined:\n"
4160
#: bzrlib/builtins.py:6276
4161
msgid "No views defined.\n"
4164
#: bzrlib/builtins.py:6283
4165
msgid "Cannot change the 'off' pseudo view"
4168
#: bzrlib/builtins.py:6291
4169
msgid "No current view.\n"
4172
#: bzrlib/builtins.py:6294
4173
msgid "'{0}' view is: {1}\n"
4176
#: bzrlib/builtins.py:6314
4177
msgid " <no hooks installed>\n"
4180
#: bzrlib/builtins.py:6318
4181
msgid "Remove a branch."
4184
#: bzrlib/builtins.py:6320
4186
"This will remove the branch from the specified location but \n"
4187
"will keep any working tree or repository in place."
4190
#: bzrlib/builtins.py:6325
4191
msgid " Remove the branch at repo/trunk::"
4194
#: bzrlib/builtins.py:6327
4195
msgid " bzr remove-branch repo/trunk"
4198
# help of 'writer=plain' option of 'shelve' command
4199
#: bzrlib/builtins.py:6342
4200
msgid "Plaintext diff output."
4203
#: bzrlib/builtins.py:6343
4204
msgid "Temporarily set aside some changes from the current tree."
4207
#: bzrlib/builtins.py:6345
4209
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4210
"ie. out of the way, until a later time when you can bring them back from\n"
4211
"the shelf with the 'unshelve' command. The changes are stored alongside\n"
4212
"your working tree, and so they aren't propagated along with your branch nor\n"
4213
"will they survive its deletion."
4216
#: bzrlib/builtins.py:6351
4217
msgid "If shelve --list is specified, previously-shelved changes are listed."
4220
#: bzrlib/builtins.py:6353
4222
"Shelve is intended to help separate several sets of changes that have\n"
4223
"been inappropriately mingled. If you just want to get rid of all changes\n"
4224
"and you don't need to restore them later, use revert. If you want to\n"
4225
"shelve all text changes at once, use shelve --all."
4228
#: bzrlib/builtins.py:6358
4230
"If filenames are specified, only the changes to those files will be\n"
4231
"shelved. Other files will be left untouched."
4234
#: bzrlib/builtins.py:6361
4236
"If a revision is specified, changes since that revision will be shelved."
4239
#: bzrlib/builtins.py:6363
4241
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4242
"restore the most recently shelved changes."
4245
#: bzrlib/builtins.py:6366
4247
"For complicated changes, it is possible to edit the changes in a separate\n"
4248
"editor program to decide what the file remaining in the working copy\n"
4249
"should look like. To do this, add the configuration option"
4252
#: bzrlib/builtins.py:6370
4253
msgid " change_editor = PROGRAM @new_path @old_path"
4256
#: bzrlib/builtins.py:6372
4258
"where @new_path is replaced with the path of the new version of the \n"
4259
"file and @old_path is replaced with the path of the old version of \n"
4260
"the file. The PROGRAM should save the new file with the desired \n"
4261
"contents of the file in the working tree.\n"
4265
# help of 'all' option of 'shelve' command
4266
#: bzrlib/builtins.py:6384
4267
msgid "Shelve all changes."
4270
# help of 'writer' option of 'shelve' command
4271
#: bzrlib/builtins.py:6386
4272
msgid "Method to use for writing diffs."
4275
# title of 'writer' option of 'shelve' command
4276
#: bzrlib/builtins.py:6386
4280
# help of 'list' option of 'shelve' command
4281
#: bzrlib/builtins.py:6390
4282
msgid "List shelved changes."
4285
# help of 'destroy' option of 'shelve' command
4286
#: bzrlib/builtins.py:6392
4287
msgid "Destroy removed changes instead of shelving them."
4290
#: bzrlib/builtins.py:6421
4291
msgid "No shelved changes."
4294
#: bzrlib/builtins.py:6432
4295
msgid "Restore shelved changes."
4298
#: bzrlib/builtins.py:6434
4300
"By default, the most recently shelved changes are restored. However if you\n"
4301
"specify a shelf by id those changes will be restored instead. This works\n"
4302
"best when the changes don't depend on each other."
4305
# help of 'action' option of 'unshelve' command
4306
#: bzrlib/builtins.py:6443
4307
msgid "The action to perform."
4310
# help of 'action=apply' option of 'unshelve' command
4311
#: bzrlib/builtins.py:6445
4312
msgid "Apply changes and remove from the shelf."
4315
# help of 'action=dry-run' option of 'unshelve' command
4316
#: bzrlib/builtins.py:6446
4317
msgid "Show changes, but do not apply or remove them."
4320
# help of 'action=preview' option of 'unshelve' command
4321
#: bzrlib/builtins.py:6447
4323
"Instead of unshelving the changes, show the diff that would result from "
4327
# help of 'action=delete-only' option of 'unshelve' command
4328
#: bzrlib/builtins.py:6449
4329
msgid "Delete changes without applying them."
4332
# help of 'action=keep' option of 'unshelve' command
4333
#: bzrlib/builtins.py:6450
4334
msgid "Apply changes but don't delete them."
4337
#: bzrlib/builtins.py:6465
4338
msgid "Remove unwanted files from working tree."
4341
#: bzrlib/builtins.py:6467
4343
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4344
"files are never deleted."
4347
#: bzrlib/builtins.py:6470
4349
"Another class is 'detritus', which includes files emitted by bzr during\n"
4350
"normal operations and selftests. (The value of these files decreases with\n"
4354
#: bzrlib/builtins.py:6474
4356
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4357
"flags are respected, and may be combined."
4360
#: bzrlib/builtins.py:6477
4361
msgid "To check what clean-tree will do, use --dry-run."
4364
# help of 'ignored' option of 'clean-tree' command
4365
#: bzrlib/builtins.py:6480
4366
msgid "Delete all ignored files."
4369
# help of 'detritus' option of 'clean-tree' command
4370
#: bzrlib/builtins.py:6481
4372
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4375
# help of 'unknown' option of 'clean-tree' command
4376
#: bzrlib/builtins.py:6484
4377
msgid "Delete files unknown to bzr (default)."
4380
# help of 'dry-run' option of 'clean-tree' command
4381
#: bzrlib/builtins.py:6485
4382
msgid "Show files to delete instead of deleting them."
4385
# help of 'force' option of 'clean-tree' command
4386
#: bzrlib/builtins.py:6487
4387
msgid "Do not prompt before deleting."
4390
#: bzrlib/bundle/__init__.py:57
4391
msgid "A directory cannot be a bundle"
4394
#: bzrlib/bundle/apply_bundle.py:37
4395
msgid "Install revisions"
4398
#: bzrlib/bundle/commands.py:61
4399
msgid "--verbose requires a merge directive"
4402
#: bzrlib/bundle/commands.py:64
4403
msgid "Bundle format not supported"
4406
#: bzrlib/bundle/commands.py:74
4410
#: bzrlib/bundle/commands.py:78
4411
msgid "{0}: {1} ({2} multiparent)\n"
4414
#: bzrlib/bundle/commands.py:80
4416
msgid "unique files: %d\n"
4419
#: bzrlib/bundle/commands.py:89
4423
#: bzrlib/bundle/commands.py:90
4428
#: bzrlib/bundle/commands.py:92
4435
#: bzrlib/bundle/commands.py:100
4436
msgid "Decoded contents\n"
4439
#: bzrlib/bundle/serializer/v4.py:325
4441
msgid "Bundling %d revision."
4442
msgid_plural "Bundling %d revisions."
4446
#: bzrlib/bzrdir.py:487
4448
"making backup of {0}\n"
4452
#: bzrlib/bzrdir.py:510
4453
msgid "renamed {0} to {1}"
4456
#: bzrlib/bzrdir.py:1512
4459
"Source repository format does not support stacking, using format:\n"
4463
#: bzrlib/bzrdir.py:1532
4466
"Source branch format does not support stacking, using format:\n"
4470
#: bzrlib/bzrdir.py:1677
4471
msgid "starting repository conversion"
4474
#: bzrlib/bzrdir.py:1906
4475
msgid "Using default stacking branch {0} at {1}"
4478
#: bzrlib/check.py:106
4482
#: bzrlib/check.py:108
4483
msgid "checking revisions"
4486
#: bzrlib/check.py:110
4487
msgid "checking commit contents"
4490
#: bzrlib/check.py:112
4491
msgid "checking file graphs"
4494
#: bzrlib/check.py:116
4495
msgid "checking branches and trees"
4498
#: bzrlib/check.py:203
4499
msgid "checked repository {0} format {1}"
4502
#: bzrlib/check.py:206
4504
msgid "%6d revisions"
4507
#: bzrlib/check.py:207
4509
msgid "%6d file-ids"
4512
#: bzrlib/check.py:209
4514
msgid "%6d unreferenced text versions"
4517
#: bzrlib/check.py:213
4518
msgid "unreferenced version: {{{0}}} in {1}"
4521
#: bzrlib/check.py:216
4523
msgid "%6d revisions are missing inventory_sha1"
4526
#: bzrlib/check.py:219
4528
msgid "%6d revisions are mentioned but not present"
4531
#: bzrlib/check.py:222
4533
msgid "%6d ghost revisions"
4536
#: bzrlib/check.py:227
4538
msgid "%6d revisions missing parents in ancestry"
4541
#: bzrlib/check.py:231
4543
msgid " %s should be in the ancestry for:"
4546
#: bzrlib/check.py:235
4548
msgid "%6d inconsistent parents"
4551
#: bzrlib/check.py:239
4552
msgid " * {0} version {1} has parents {2!r} but should have {3!r}"
4555
#: bzrlib/check.py:245
4557
msgid "%6d revisions have incorrect parents in the revision index"
4560
#: bzrlib/check.py:251
4561
msgid " {0} has wrong parents in index: {1!r} should be {2!r}"
4564
#: bzrlib/check.py:265
4565
msgid "Mismatched internal revid {{{0}}} and index revid {{{1}}}"
4568
#: bzrlib/check.py:294
4570
"Multiple expected sha1s for {0}. {{{1}}} expects {{{2}}}, {{{3}}} expects "
4574
#: bzrlib/check.py:352
4576
msgid "Checking branch at '%s'."
4579
#: bzrlib/check.py:372
4581
msgid "Checking working tree at '%s'."
4584
#: bzrlib/check.py:425 bzrlib/check.py:439
4585
msgid "No branch found at specified location."
4588
#: bzrlib/check.py:427 bzrlib/check.py:437
4589
msgid "No working tree found at specified location."
4592
#: bzrlib/check.py:430
4594
msgid "Checking repository at '%s'."
4597
#: bzrlib/check.py:441
4598
msgid "No repository found at specified location."
4601
#: bzrlib/clean_tree.py:62
4602
msgid "Nothing to delete."
4605
#: bzrlib/clean_tree.py:67
4606
msgid "Are you sure you wish to delete these"
4609
#: bzrlib/clean_tree.py:69
4613
#: bzrlib/clean_tree.py:106
4615
msgid "unable to remove %s"
4618
#: bzrlib/clean_tree.py:110
4619
msgid "deleting paths:"
4622
#: bzrlib/clean_tree.py:124
4623
msgid "unable to remove \"{0}\": {1}."
4626
#: bzrlib/clean_tree.py:129
4627
msgid "No files deleted."
4630
#: bzrlib/cmd_version_info.py:45
4631
msgid "No known version info format {0}. Supported types are: {1}"
4634
# help of 'format=custom' option of 'version-info' command
4635
#: bzrlib/cmd_version_info.py:50
4636
msgid "Version info in Custom template-based format."
4639
# help of 'format=python' option of 'version-info' command
4640
#: bzrlib/cmd_version_info.py:50
4641
msgid "Version info in Python format."
4644
# help of 'format=rio' option of 'version-info' command
4645
#: bzrlib/cmd_version_info.py:50
4646
msgid "Version info in RIO (simple text) format (default)."
4649
#: bzrlib/cmd_version_info.py:51
4650
msgid "Show version information about this tree."
4653
#: bzrlib/cmd_version_info.py:53
4655
"You can use this command to add information about version into\n"
4656
"source code of an application. The output can be in one of the\n"
4657
"supported formats or in a custom format based on a template."
4660
#: bzrlib/cmd_version_info.py:57
4661
msgid "For example::"
4664
#: bzrlib/cmd_version_info.py:59
4666
" bzr version-info --custom \\\n"
4667
" --template=\"#define VERSION_INFO \\\"Project 1.2.3 (r{revno})\\\"\\n\""
4670
#: bzrlib/cmd_version_info.py:62
4672
"will produce a C header file with formatted string containing the\n"
4673
"current revision number. Other supported variables in templates are:"
4676
#: bzrlib/cmd_version_info.py:65
4678
" * {date} - date of the last revision\n"
4679
" * {build_date} - current date\n"
4680
" * {revno} - revision number\n"
4681
" * {revision_id} - revision id\n"
4682
" * {branch_nick} - branch nickname\n"
4683
" * {clean} - 0 if the source tree contains uncommitted changes,\n"
4687
# help of 'format' option of 'version-info' command
4688
#: bzrlib/cmd_version_info.py:75
4689
msgid "Select the output format."
4692
# help of 'all' option of 'version-info' command
4693
#: bzrlib/cmd_version_info.py:79
4694
msgid "Include all possible information."
4697
# help of 'check-clean' option of 'version-info' command
4698
#: bzrlib/cmd_version_info.py:80
4699
msgid "Check if tree is clean."
4702
# help of 'include-history' option of 'version-info' command
4703
#: bzrlib/cmd_version_info.py:82
4704
msgid "Include the revision-history."
4707
# help of 'include-file-revisions' option of 'version-info' command
4708
#: bzrlib/cmd_version_info.py:84
4709
msgid "Include the last revision for each file."
4712
# help of 'template' option of 'version-info' command
4713
#: bzrlib/cmd_version_info.py:85
4714
msgid "Template for the output."
4717
#: bzrlib/cmd_version_info.py:99
4718
msgid "bzr version-info --revision takes exactly one revision specifier"
4721
#: bzrlib/commands.py:232
4723
msgid "unknown command \"%s\""
4726
#: bzrlib/commands.py:479
4727
msgid "No help for this command."
4730
#: bzrlib/commands.py:492
4732
msgid ":Purpose: %s\n"
4735
#: bzrlib/commands.py:494
4742
#: bzrlib/commands.py:496
4744
msgid ":Usage: %s\n"
4747
#: bzrlib/commands.py:515
4752
#: bzrlib/commands.py:526
4760
#: bzrlib/commands.py:536
4763
"See bzr help %s for more details and examples.\n"
4767
#: bzrlib/commands.py:541
4771
#: bzrlib/commands.py:545
4773
msgid ":From: plugin \"%s\"\n"
4776
#: bzrlib/commands.py:557
4777
msgid ":doc:`{0} <{1}-help>`"
4780
#: bzrlib/commands.py:561
4782
msgid ":See also: %s"
4785
#: bzrlib/commands.py:819 bzrlib/gpg.py:317
4786
msgid "Only ASCII permitted in option names"
4789
#: bzrlib/commands.py:844 bzrlib/commands.py:852
4790
msgid "command {0!r} needs one or more {1}"
4793
#: bzrlib/commands.py:861
4794
msgid "command {0!r} requires argument {1}"
4797
#: bzrlib/commands.py:868
4798
msgid "extra argument to command {0}: {1}"
4801
#: bzrlib/commands.py:965
4803
msgid "Profile data written to \"%s\"."
4806
#: bzrlib/commit.py:116 bzrlib/commit.py:738
4810
#: bzrlib/commit.py:116 bzrlib/commit.py:746
4814
#: bzrlib/commit.py:130
4816
msgid "Committing%s"
4819
#: bzrlib/commit.py:133
4821
msgid "Committed revision %d."
4824
#: bzrlib/commit.py:142
4829
#: bzrlib/commit.py:145
4834
#: bzrlib/commit.py:510
4836
"Conflicting tags in bound branch:\n"
4840
#: bzrlib/commit.py:740
4844
#: bzrlib/commit.py:975
4848
#: bzrlib/commit.py:997
4849
msgid "{0} [{1}] - Stage"
4852
#: bzrlib/commit.py:1000
4857
#: bzrlib/commit_signature_commands.py:34
4858
msgid "Sign all commits by a given committer."
4861
#: bzrlib/commit_signature_commands.py:36
4863
"If location is not specified the local tree is used.\n"
4864
"If committer is not specified the default committer is used."
4867
#: bzrlib/commit_signature_commands.py:39
4868
msgid "This does not sign commits that already have signatures."
4871
# help of 'dry-run' option of 'sign-my-commits' command
4872
#: bzrlib/commit_signature_commands.py:47
4874
"Don't actually sign anything, just print the revisions that would be signed."
4877
#: bzrlib/commit_signature_commands.py:101
4878
msgid "Verify all commit signatures."
4881
#: bzrlib/commit_signature_commands.py:103
4882
msgid "Verifies that all commits in the branch are signed by known GnuPG keys."
4885
# help of 'acceptable-keys' option of 'verify-signatures' command
4886
#: bzrlib/commit_signature_commands.py:108
4888
"Comma separated list of GPG key patterns which are acceptable for "
4892
#: bzrlib/commit_signature_commands.py:145
4893
msgid "Cannot verify a range of non-revision-history revisions"
4896
#: bzrlib/commit_signature_commands.py:166
4897
msgid "All commits signed with verifiable keys"
4900
#: bzrlib/config.py:451
4901
msgid "Invalid config value for \"{0}\" value {1!r} is not an SI unit."
4904
#: bzrlib/config.py:2762
4906
msgid "Invalid '%s', should be of the form 'name=value'"
4909
#: bzrlib/config.py:3469
4910
msgid "Display, set or remove a configuration option."
4913
#: bzrlib/config.py:3471
4914
msgid "Display the active value for a given option."
4917
#: bzrlib/config.py:3473
4919
"If --all is specified, NAME is interpreted as a regular expression and all\n"
4920
"matching options are displayed mentioning their scope. The active value\n"
4921
"that bzr will take into account is the first one displayed for each option."
4924
#: bzrlib/config.py:3477
4925
msgid "If no NAME is given, --all .* is implied."
4928
#: bzrlib/config.py:3479
4930
"Setting a value is achieved by using name=value without spaces. The value\n"
4931
"is set in the most relevant scope and can be checked by displaying the\n"
4935
# help of 'scope' option of 'config' command
4936
#: bzrlib/config.py:3491
4937
msgid "Reduce the scope to the specified configuration file."
4940
# help of 'all' option of 'config' command
4941
#: bzrlib/config.py:3495
4942
msgid "Display all the defined values for the matching options."
4945
# help of 'remove' option of 'config' command
4946
#: bzrlib/config.py:3497
4947
msgid "Remove the option from the configuration file."
4950
#: bzrlib/conflicts.py:48
4951
msgid "List files with conflicts."
4954
#: bzrlib/conflicts.py:50
4956
"Merge will do its best to combine the changes in two branches, but there\n"
4957
"are some kinds of problems only a human can fix. When it encounters those,\n"
4958
"it will mark a conflict. A conflict means that you need to fix something,\n"
4959
"before you should commit."
4962
#: bzrlib/conflicts.py:55
4964
"Conflicts normally are listed as short, human-readable messages. If --text\n"
4965
"is supplied, the pathnames of files with text conflicts are listed,\n"
4966
"instead. (This is useful for editing all files with text conflicts.)"
4969
#: bzrlib/conflicts.py:59
4970
msgid "Use bzr resolve when you have fixed a problem."
4973
# help of 'text' option of 'conflicts' command
4974
#: bzrlib/conflicts.py:64
4975
msgid "List paths of files with text conflicts."
4978
# help of 'action=done' option of 'resolve' command
4979
#: bzrlib/conflicts.py:83
4980
msgid "Marks the conflict as resolved."
4983
# help of 'action=take-this' option of 'resolve' command
4984
#: bzrlib/conflicts.py:86
4985
msgid "Resolve the conflict preserving the version in the working tree."
4988
# help of 'action=take-other' option of 'resolve' command
4989
#: bzrlib/conflicts.py:89
4990
msgid "Resolve the conflict taking the merged version into account."
4993
# help of 'action' option of 'resolve' command
4994
#: bzrlib/conflicts.py:96
4995
msgid "How to resolve the conflict."
4998
#: bzrlib/conflicts.py:102
4999
msgid "Mark a conflict as resolved."
5002
#: bzrlib/conflicts.py:109
5004
"Once you have fixed a problem, use \"bzr resolve\" to automatically mark\n"
5005
"text conflicts as fixed, \"bzr resolve FILE\" to mark a specific conflict "
5007
"resolved, or \"bzr resolve --all\" to mark all conflicts as resolved."
5010
# help of 'all' option of 'resolve' command
5011
#: bzrlib/conflicts.py:117
5012
msgid "Resolve all conflicts in this tree."
5015
#: bzrlib/conflicts.py:124
5016
msgid "If --all is specified, no FILE may be provided"
5019
#: bzrlib/conflicts.py:149
5021
msgid "%d conflict auto-resolved."
5022
msgid_plural "%d conflicts auto-resolved."
5026
#: bzrlib/conflicts.py:152
5027
msgid "Remaining conflicts:"
5030
#: bzrlib/conflicts.py:157
5031
msgid "All conflicts resolved."
5034
#: bzrlib/conflicts.py:166
5035
msgid "{0} conflict resolved, {1} remaining"
5036
msgid_plural "{0} conflicts resolved, {1} remaining"
5040
# title of 'action' option of 'resolve' command
5041
#: bzrlib/conflicts.py:692
5045
#: bzrlib/controldir.py:682
5046
msgid "{0} is{1} redirected to {2}"
5049
#: bzrlib/diff.py:397
5051
msgid "*** Ignoring files outside view. View is %s"
5054
#: bzrlib/errors.py:155
5055
msgid "The tree builder is already building a tree."
5058
#: bzrlib/errors.py:176
5059
msgid "The dirstate file (%(state)s) appears to be corrupt: %(msg)s"
5062
#: bzrlib/errors.py:195
5064
"The API for \"%(api)s\" is not compatible with \"%(wanted)s\". It supports "
5065
"versions \"%(minimum)s\" to \"%(current)s\"."
5068
#: bzrlib/errors.py:207
5069
msgid "The transport '%(transport)s' is only accessible within this process."
5072
#: bzrlib/errors.py:225
5073
msgid "Invalid revision number %(revno)s"
5076
#: bzrlib/errors.py:234
5077
msgid "Invalid revision-id {%(revision_id)s} in %(branch)s"
5080
#: bzrlib/errors.py:245
5081
msgid "Reserved revision-id {%(revision_id)s}"
5084
#: bzrlib/errors.py:259
5085
msgid "There is no public branch set for \"%(branch_url)s\"."
5088
#: bzrlib/errors.py:269
5090
"No help could be found for '%(topic)s'. Please use 'bzr help topics' to "
5091
"obtain a list of topics."
5094
#: bzrlib/errors.py:278
5095
msgid "The file id \"%(file_id)s\" is not present in the tree %(tree)s."
5098
#: bzrlib/errors.py:288
5100
"The file id \"%(file_id)s\" is not present in the repository %(repository)r"
5103
#: bzrlib/errors.py:297
5104
msgid "The branch '%(branch)s' is not stacked."
5107
#: bzrlib/errors.py:311
5108
msgid "No WorkingTree exists for \"%(base)s\"."
5111
#: bzrlib/errors.py:320
5112
msgid "Not currently building a tree."
5115
#: bzrlib/errors.py:325
5116
msgid "%(url)s is not a local path."
5119
#: bzrlib/errors.py:353
5120
msgid "%(not_locked)r is not write locked but needs to be."
5123
#: bzrlib/errors.py:361
5124
msgid "Error in command line options"
5127
#: bzrlib/errors.py:366
5128
msgid "%(value)s is not an index of type %(_type)s."
5131
#: bzrlib/errors.py:376
5132
msgid "Error in data for index %(value)s."
5135
#: bzrlib/errors.py:385
5136
msgid "The key '%(key)s' is already in index '%(index)s'."
5139
#: bzrlib/errors.py:395
5140
msgid "The key '%(key)s' is not a valid key."
5143
#: bzrlib/errors.py:404
5144
msgid "Could not parse options for index %(value)s."
5147
#: bzrlib/errors.py:413
5148
msgid "The value '%(value)s' is not a valid value."
5151
#: bzrlib/errors.py:441
5152
msgid "Generic path error: %(path)r%(extra)s)"
5155
#: bzrlib/errors.py:454
5156
msgid "No such file: %(path)r%(extra)s"
5159
#: bzrlib/errors.py:459
5160
msgid "File exists: %(path)r%(extra)s"
5163
#: bzrlib/errors.py:465
5165
"Could not rename %(source)s => %(dest)s because both files exist. (Use --"
5166
"after to tell bzr about a rename that has already happened)%(extra)s"
5169
#: bzrlib/errors.py:481
5170
msgid "\"%(path)s\" is not a directory %(extra)s"
5173
#: bzrlib/errors.py:486
5174
msgid "\"%(path)s\" is not in the working directory %(extra)s"
5177
#: bzrlib/errors.py:491
5178
msgid "Directory not empty: \"%(path)s\"%(extra)s"
5181
#: bzrlib/errors.py:496
5182
msgid "Hard-linking \"%(path)s\" is not supported"
5185
#: bzrlib/errors.py:511
5186
msgid "Device or resource busy: \"%(path)s\"%(extra)s"
5189
#: bzrlib/errors.py:516
5190
msgid "Permission denied: \"%(path)s\"%(extra)s"
5193
#: bzrlib/errors.py:521
5194
msgid "Invalid url supplied to transport: \"%(path)s\"%(extra)s"
5197
#: bzrlib/errors.py:526
5198
msgid "Invalid URL join request: %(reason)s: %(base)r + %(join_args)r"
5201
#: bzrlib/errors.py:537
5202
msgid "URLs differ by more than path: %(from_)r and %(to)r"
5205
#: bzrlib/errors.py:559
5206
msgid "The %(type)s hook '%(hook)s' is unknown in this version of bzrlib."
5209
#: bzrlib/errors.py:569
5210
msgid "Unsupported protocol for url \"%(path)s\"%(extra)s"
5213
#: bzrlib/errors.py:577
5215
"The branch '%(url)s'(%(format)s) is not a stackable format. You will need to "
5216
"upgrade the branch to permit branch stacking."
5219
#: bzrlib/errors.py:588
5220
msgid "The branch '%(branch_url)s' cannot be stacked on '%(target_url)s'."
5223
#: bzrlib/errors.py:598
5225
"The repository '%(url)s'(%(format)s) is not a stackable format. You will "
5226
"need to upgrade the repository to permit branch stacking."
5229
#: bzrlib/errors.py:609
5230
msgid "Error reading from %(path)r."
5233
#: bzrlib/errors.py:628
5234
msgid "Path \"%(path)s\" is not a child of path \"%(base)s\"%(extra)s"
5237
#: bzrlib/errors.py:644
5238
msgid "Path \"%(path)s\" is not unicode normalized"
5241
#: bzrlib/errors.py:652
5242
msgid "Not a branch: \"%(path)s\"%(detail)s."
5245
#: bzrlib/errors.py:694
5246
msgid "No submit branch available for branch \"%(path)s\""
5249
#: bzrlib/errors.py:703
5250
msgid "Already a branch: \"%(path)s\"."
5253
#: bzrlib/errors.py:709
5255
"Directory contains a branch, but no working tree (use bzr checkout if you "
5256
"wish to build a working tree): \"%(path)s\""
5259
#: bzrlib/errors.py:714
5261
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
5264
#: bzrlib/errors.py:724
5266
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
5269
#: bzrlib/errors.py:734
5270
msgid "No repository present: \"%(path)s\""
5273
#: bzrlib/errors.py:741
5275
"Unsupported branch format: %(format)s\n"
5276
"Please run 'bzr upgrade'"
5279
#: bzrlib/errors.py:747
5280
msgid "Unknown %(kind)s format: %(format)r"
5283
#: bzrlib/errors.py:756
5284
msgid "Format %(format)s is not compatible with .bzr version %(bzrdir)s."
5287
#: bzrlib/errors.py:769
5290
"is not compatible with\n"
5295
#: bzrlib/errors.py:785
5296
msgid "Revision is not compatible with %(repo_format)s"
5299
#: bzrlib/errors.py:795
5300
msgid "%(context_info)s%(path)s is already versioned."
5303
#: bzrlib/errors.py:816
5304
msgid "%(context_info)s%(path)s is not versioned."
5307
#: bzrlib/errors.py:837
5308
msgid "Path(s) are not versioned: %(paths_as_string)s"
5311
#: bzrlib/errors.py:848
5312
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5315
#: bzrlib/errors.py:867
5316
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5319
#: bzrlib/errors.py:875
5321
"Filename %(filename)r is not valid in your current filesystem encoding "
5325
#: bzrlib/errors.py:886
5326
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5329
#: bzrlib/errors.py:904
5330
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5333
#: bzrlib/errors.py:943
5334
msgid "Cannot lock %(lock)s: %(why)s"
5337
#: bzrlib/errors.py:953
5339
"A transaction related operation was attempted after the transaction finished."
5342
#: bzrlib/errors.py:980
5343
msgid "Cannot lock: transport is read only: %(transport)s"
5346
#: bzrlib/errors.py:988
5347
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5350
#: bzrlib/errors.py:999
5351
msgid "Lock was broken while still open: %(lock)s - check storage consistency!"
5354
#: bzrlib/errors.py:1010
5356
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5357
"%(holder)r, wanted to break %(target)r"
5360
#: bzrlib/errors.py:1022
5362
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5363
"Use 'bzr break-lock' to clear it"
5366
#: bzrlib/errors.py:1035
5367
msgid "Lock not held: %(lock)s"
5370
#: bzrlib/errors.py:1064
5371
msgid "No changes to commit"
5374
#: bzrlib/errors.py:1069
5376
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5379
#: bzrlib/errors.py:1079
5381
"Excluding paths during commit is not supported by repository at %(repository)"
5385
#: bzrlib/errors.py:1088
5387
"The specified commit message contains characters unsupported by the current "
5391
#: bzrlib/errors.py:1094
5392
msgid "Upgrade URL cannot work with readonly URLs."
5395
#: bzrlib/errors.py:1099
5396
msgid "The branch format %(format)s is already at the most recent format."
5399
#: bzrlib/errors.py:1122
5400
msgid "Option --change does not accept revision ranges"
5403
#: bzrlib/errors.py:1127
5404
msgid "No namespace registered for string: %(spec)r"
5407
#: bzrlib/errors.py:1146
5409
"Requested revision: '%(spec)s' does not exist in branch: %(branch_url)s"
5413
#: bzrlib/errors.py:1160
5415
"Operation denied because it would change the main history, which is not "
5416
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5419
#: bzrlib/errors.py:1171
5421
"These branches have diverged. Use the missing command to see how.\n"
5422
"Use the merge command to reconcile them."
5425
#: bzrlib/errors.py:1191
5427
"Branches have no common ancestor, and no merge base revision was specified."
5430
#: bzrlib/errors.py:1197
5432
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5435
#: bzrlib/errors.py:1203
5436
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5439
#: bzrlib/errors.py:1212
5441
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5444
#: bzrlib/errors.py:1221
5445
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5448
#: bzrlib/errors.py:1230
5449
msgid "Branch %(branch)s has no commits."
5452
#: bzrlib/errors.py:1248
5454
"Bound branch %(branch)s is out of date with master branch %(master)s."
5458
#: bzrlib/errors.py:1260
5460
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5461
"bound to %(remote)s."
5464
#: bzrlib/errors.py:1272
5465
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5468
#: bzrlib/errors.py:1281
5470
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5474
#: bzrlib/errors.py:1293
5475
msgid "Error in processing weave: %(msg)s"
5478
#: bzrlib/errors.py:1302
5479
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5482
#: bzrlib/errors.py:1313
5483
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5486
#: bzrlib/errors.py:1323
5487
msgid "Weave invariant violated: %(what)s"
5490
#: bzrlib/errors.py:1332
5491
msgid "Parents are mismatched between two revisions. %(msg)s"
5494
#: bzrlib/errors.py:1354
5496
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5500
#: bzrlib/errors.py:1366
5501
msgid "Versioned file error"
5504
#: bzrlib/errors.py:1371
5505
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5508
#: bzrlib/errors.py:1381
5509
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5512
#: bzrlib/errors.py:1391
5513
msgid "Text did not match its checksum: %(msg)s"
5516
#: bzrlib/errors.py:1517
5517
msgid "Export format %(format)r not supported"
5520
#: bzrlib/errors.py:1526
5521
msgid "Transport error: %(msg)s %(orig_error)s"
5524
#: bzrlib/errors.py:1552
5525
msgid "Generic bzr smart protocol error: %(details)s"
5528
#: bzrlib/errors.py:1560
5529
msgid "Received bad protocol version marker: %(marker)r"
5532
#: bzrlib/errors.py:1592
5533
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5536
#: bzrlib/errors.py:1597
5537
msgid "Connection error: %(msg)s %(orig_error)s"
5540
#: bzrlib/errors.py:1602
5541
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5544
#: bzrlib/errors.py:1623
5545
msgid "Connection closed: %(msg)s %(orig_error)s"
5548
#: bzrlib/errors.py:1628
5549
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5552
#: bzrlib/errors.py:1633
5553
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5556
#: bzrlib/errors.py:1643
5557
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5560
#: bzrlib/errors.py:1658
5561
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5564
#: bzrlib/errors.py:1672
5565
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5568
#: bzrlib/errors.py:1680
5569
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5572
#: bzrlib/errors.py:1689
5573
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5576
#: bzrlib/errors.py:1703
5577
msgid "Too many redirections"
5580
#: bzrlib/errors.py:1708
5581
msgid "Working tree has conflicts."
5584
#: bzrlib/errors.py:1712
5585
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5588
#: bzrlib/errors.py:1721
5590
"Error(s) parsing config file %(filename)s:\n"
5594
#: bzrlib/errors.py:1732
5595
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
5598
#: bzrlib/errors.py:1740
5599
msgid "%(username)r does not seem to contain a reasonable email address"
5602
#: bzrlib/errors.py:1749
5603
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5606
#: bzrlib/errors.py:1757
5607
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5610
#: bzrlib/errors.py:1765
5611
msgid "Unable to import library \"%(library)s\": %(error)s"
5614
#: bzrlib/errors.py:1773
5615
msgid "python-gpgme is not installed, it is needed to verify signatures"
5618
#: bzrlib/errors.py:1781
5620
"The working tree for %(basedir)s has changed since the last commit, but "
5621
"weave merge requires that it be unchanged"
5624
#: bzrlib/errors.py:1791
5626
"Can't reprocess and show base, because reprocessing obscures the "
5627
"relationship of conflicting lines to the base"
5630
#: bzrlib/errors.py:1797
5631
msgid "Cycle in graph %(graph)r"
5634
#: bzrlib/errors.py:1825
5635
msgid "File %(filename)s is not conflicted."
5638
#: bzrlib/errors.py:1847
5639
msgid "No bundle was found in \"%(filename)s\"."
5642
#: bzrlib/errors.py:1856
5643
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5646
#: bzrlib/errors.py:1866
5647
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5650
#: bzrlib/errors.py:1879
5651
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5654
#: bzrlib/errors.py:1889
5655
msgid "Key %(key)s is already present in map"
5658
#: bzrlib/errors.py:1894
5659
msgid "The prefix %(prefix)s is in the help search path twice."
5662
#: bzrlib/errors.py:1904
5664
"No final name for trans_id %(trans_id)r\n"
5665
"file-id: %(file_id)r\n"
5666
"root trans-id: %(root_trans_id)r\n"
5669
#: bzrlib/errors.py:1936
5670
msgid "Attempt to reuse a transform that has already been applied."
5673
#: bzrlib/errors.py:1941
5674
msgid "Moving the root directory is not supported at this time"
5677
#: bzrlib/errors.py:1946
5678
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5681
#: bzrlib/errors.py:1957
5683
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5686
#: bzrlib/errors.py:1993
5688
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5691
#: bzrlib/errors.py:2023
5692
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5695
#: bzrlib/errors.py:2031
5696
msgid "Nothing to merge."
5699
#: bzrlib/errors.py:2036
5700
msgid "Format %(format)s cannot be initialised by this version of bzr."
5703
#: bzrlib/errors.py:2045
5705
"Cannot convert from format %(from_format)s to format %(format)s. "
5709
#: bzrlib/errors.py:2057
5710
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5713
#: bzrlib/errors.py:2065
5714
msgid "%(exe_name)s could not be found on this machine"
5717
#: bzrlib/errors.py:2073
5718
msgid "Diff is not installed on this machine: %(msg)s"
5721
#: bzrlib/errors.py:2081
5722
msgid "Diff3 is not installed on this machine."
5725
#: bzrlib/errors.py:2087
5726
msgid "The content being inserted is already present."
5729
#: bzrlib/errors.py:2092
5731
"This tree contains left-over files from a failed operation.\n"
5732
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5734
" keep, and delete it when you are done."
5737
#: bzrlib/errors.py:2103
5739
"This tree contains left-over files from a failed operation.\n"
5740
" Please examine %(pending_deletion)s to see if it contains any files you\n"
5741
" wish to keep, and delete it when you are done."
5744
#: bzrlib/errors.py:2113
5746
"Unable to delete transform temporary directory %(limbo_dir)s.\n"
5747
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5749
" keep, and delete it when you are done."
5752
#: bzrlib/errors.py:2124
5754
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
5755
"examine %(pending_deletion)s to see if it contains any files you wish to "
5756
"keep, and delete it when you are done."
5759
#: bzrlib/errors.py:2134
5760
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5763
#: bzrlib/errors.py:2148
5764
msgid "Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5767
#: bzrlib/errors.py:2161
5768
msgid "Error in merge modified format"
5771
#: bzrlib/errors.py:2166
5772
msgid "Format error in conflict listings"
5775
#: bzrlib/errors.py:2170
5777
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5778
"Error: %(description)s"
5781
#: bzrlib/errors.py:2181
5783
"An error has been detected in the repository %(repo_path)s.\n"
5784
"Please run bzr reconcile on this repository."
5787
#: bzrlib/errors.py:2192
5789
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5790
"reason: %(reason)s"
5793
#: bzrlib/errors.py:2205
5795
"An inconsistent delta was supplied: %(delta)r\n"
5796
"reason: %(reason)s"
5799
#: bzrlib/errors.py:2217
5800
msgid "To use this feature you must upgrade your branch at %(path)s."
5803
#: bzrlib/errors.py:2226
5804
msgid "To use this feature you must upgrade your repository at %(path)s."
5807
#: bzrlib/errors.py:2231
5809
"To use this feature you must upgrade your branch at %(path)s to a format "
5810
"which supports rich roots."
5813
#: bzrlib/errors.py:2237
5814
msgid "Cannot perform local-only commits on unbound branches."
5817
#: bzrlib/errors.py:2242
5818
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5821
#: bzrlib/errors.py:2263
5822
msgid "Ghost tags not supported by format %(format)r."
5825
#: bzrlib/errors.py:2271
5826
msgid "File is binary but should be text."
5829
#: bzrlib/errors.py:2276
5830
msgid "The path %(path)s is not permitted on this platform"
5833
#: bzrlib/errors.py:2285
5835
"Testament did not match expected value.\n"
5836
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5840
#: bzrlib/errors.py:2297
5841
msgid "Not a bzr revision-bundle: %(text)r"
5844
#: bzrlib/errors.py:2306
5845
msgid "Bad bzr revision-bundle: %(text)r"
5848
#: bzrlib/errors.py:2315
5849
msgid "Malformed bzr revision-bundle header: %(text)r"
5852
#: bzrlib/errors.py:2320
5853
msgid "Malformed patches in bzr revision-bundle: %(text)r"
5856
#: bzrlib/errors.py:2325
5857
msgid "Malformed footer in bzr revision-bundle: %(text)r"
5860
#: bzrlib/errors.py:2330
5861
msgid "End of line marker was not \\n in bzr revision-bundle"
5864
#: bzrlib/errors.py:2340
5865
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
5868
#: bzrlib/errors.py:2350
5869
msgid "Root class for inventory serialization errors"
5872
#: bzrlib/errors.py:2354
5874
"The inventory was not in the expected format:\n"
5878
#: bzrlib/errors.py:2363
5879
msgid "This operation requires rich root data storage"
5882
#: bzrlib/errors.py:2376
5883
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
5886
#: bzrlib/errors.py:2385
5888
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
5892
#: bzrlib/errors.py:2392
5894
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
5895
"ghost at {%(ghost_revision_id)s}"
5898
#: bzrlib/errors.py:2402
5899
msgid "Ghost revision {%(revision_id)s} cannot be used here."
5902
#: bzrlib/errors.py:2453
5904
"A merge directive must provide either a bundle or a public branch location."
5907
#: bzrlib/errors.py:2460
5908
msgid "Bad merge directive payload %(start)r"
5911
#: bzrlib/errors.py:2470
5912
msgid "Preview patch does not match requested changes."
5915
#: bzrlib/errors.py:2476
5916
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
5919
#: bzrlib/errors.py:2486
5921
"Your branch does not have all of the revisions required in order to merge "
5922
"this merge directive and the target location specified in the merge "
5923
"directive is not a branch: %(location)s."
5926
#: bzrlib/errors.py:2498
5927
msgid "Unsupported entry kind %(kind)s"
5930
#: bzrlib/errors.py:2506
5931
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
5934
#: bzrlib/errors.py:2516
5935
msgid "Subsume target %(other_tree)s needs to be upgraded."
5938
#: bzrlib/errors.py:2535
5939
msgid "No such tag: %(tag_name)s"
5942
#: bzrlib/errors.py:2543
5943
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
5946
#: bzrlib/errors.py:2552
5947
msgid "Tag %(tag_name)s already exists."
5950
#: bzrlib/errors.py:2560
5952
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help bugs"
5953
"\" for more information on this feature."
5956
#: bzrlib/errors.py:2570
5958
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
5961
#: bzrlib/errors.py:2580
5963
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
5966
#: bzrlib/errors.py:2590
5967
msgid "Invalid line in bugs property: '%(line)s'"
5970
#: bzrlib/errors.py:2598
5971
msgid "Invalid bug status: '%(status)s'"
5974
#: bzrlib/errors.py:2606
5975
msgid "Could not understand response from smart server: %(response_tuple)r"
5978
#: bzrlib/errors.py:2645
5979
msgid "Server sent an unexpected error: %(error_tuple)r"
5982
#: bzrlib/errors.py:2664
5983
msgid "Unrecognised container format: %(container_format)r"
5986
#: bzrlib/errors.py:2672
5987
msgid "Unexpected end of container stream"
5990
#: bzrlib/errors.py:2677
5991
msgid "Unknown record type: %(record_type)r"
5994
#: bzrlib/errors.py:2685
5995
msgid "Invalid record: %(reason)s"
5998
#: bzrlib/errors.py:2693
5999
msgid "Container has data after end marker: %(excess)r"
6002
#: bzrlib/errors.py:2701
6003
msgid "Container has multiple records with the same name: %(name)s"
6006
#: bzrlib/errors.py:2714
6007
msgid "Corrupt or incompatible data stream: %(reason)s"
6010
#: bzrlib/errors.py:2722
6011
msgid "SMTP error: %(error)s"
6014
#: bzrlib/errors.py:2730
6015
msgid "No message supplied."
6018
#: bzrlib/errors.py:2735
6019
msgid "No mail-to address (--mail-to) or output (-o) specified."
6022
#: bzrlib/errors.py:2740
6023
msgid "Unknown mail client: %(mail_client)s"
6026
#: bzrlib/errors.py:2748
6028
"Unable to find mail client with the following names: "
6029
"%(mail_command_list_string)s"
6032
#: bzrlib/errors.py:2758
6033
msgid "SMTP connection to %(host)s refused"
6036
#: bzrlib/errors.py:2767
6037
msgid "Please specify smtp_server. No server at default %(host)s."
6040
#: bzrlib/errors.py:2781
6042
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
6046
#: bzrlib/errors.py:2793
6047
msgid "'%(display_url)s' is already a branch."
6050
#: bzrlib/errors.py:2798
6051
msgid "'%(display_url)s' is already a tree."
6054
#: bzrlib/errors.py:2803
6055
msgid "'%(display_url)s' is already a checkout."
6058
#: bzrlib/errors.py:2808
6059
msgid "'%(display_url)s' is already a lightweight checkout."
6062
#: bzrlib/errors.py:2813
6063
msgid "'%(display_url)s' is already using a shared repository."
6066
#: bzrlib/errors.py:2818
6067
msgid "'%(display_url)s' is already standalone."
6070
#: bzrlib/errors.py:2823
6071
msgid "Shared repository '%(display_url)s' already creates working trees."
6074
#: bzrlib/errors.py:2829
6076
"Shared repository '%(display_url)s' already doesn't create working trees."
6079
#: bzrlib/errors.py:2835
6080
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
6083
#: bzrlib/errors.py:2840
6084
msgid "No location could be found to bind to at %(display_url)s."
6087
#: bzrlib/errors.py:2845
6089
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr status)."
6093
#: bzrlib/errors.py:2864
6095
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --list)."
6099
#: bzrlib/errors.py:2870
6100
msgid "Variable {%(name)s} is not available."
6103
#: bzrlib/errors.py:2878
6104
msgid "No template specified."
6107
#: bzrlib/errors.py:2883
6108
msgid "Unable to create symlink %(path_str)son this platform"
6111
#: bzrlib/errors.py:2898
6113
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", \"original"
6117
#: bzrlib/errors.py:2932
6119
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6122
#: bzrlib/errors.py:2944
6123
msgid "The \"%(config_id)s\" configuration does not exist."
6126
#: bzrlib/errors.py:2952
6127
msgid "The \"%(option_name)s\" configuration option does not exist."
6130
#: bzrlib/errors.py:2960
6131
msgid "The alias \"%(alias_name)s\" does not exist."
6134
#: bzrlib/errors.py:2974
6135
msgid "\"%(alias_name)s\" is not a valid location alias."
6138
#: bzrlib/errors.py:2982
6139
msgid "No %(alias_name)s location assigned."
6142
#: bzrlib/errors.py:2990
6143
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6146
#: bzrlib/errors.py:3000
6147
msgid "Unknown rules detected: %(unknowns_str)s."
6150
#: bzrlib/errors.py:3011
6151
msgid "Tip change rejected: %(msg)s"
6154
#: bzrlib/errors.py:3019
6155
msgid "Shelf corrupt."
6158
#: bzrlib/errors.py:3024
6159
msgid "Corruption while decompressing repository file%(orig_error)s"
6162
#: bzrlib/errors.py:3036
6163
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6166
#: bzrlib/errors.py:3044
6167
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6170
#: bzrlib/errors.py:3052
6171
msgid "An attempt to access a url outside the server jail was made: '%(url)s'."
6174
#: bzrlib/errors.py:3060
6175
msgid "The user aborted the operation."
6178
#: bzrlib/errors.py:3065
6179
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6182
#: bzrlib/errors.py:3075
6183
msgid "No such view: %(view_name)s."
6186
#: bzrlib/errors.py:3085
6188
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6189
"to a later format."
6192
#: bzrlib/errors.py:3094
6194
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6197
#: bzrlib/errors.py:3161
6198
msgid "%(bzrdir)r does not support co-located branches."
6201
#: bzrlib/errors.py:3167
6203
"Unable to determine your name.\n"
6204
"Please, set your name with the 'whoami' command.\n"
6205
"E.g. bzr whoami \"Your Name <name@example.com>\""
6208
#: bzrlib/errors.py:3176
6209
msgid "Invalid pattern(s) found. %(msg)s"
6212
#: bzrlib/errors.py:3184
6214
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6218
#: bzrlib/errors.py:3195
6219
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6222
#: bzrlib/errors.py:3204
6223
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6226
#: bzrlib/errors.py:3213
6228
"No compatible object available for operations from %(source)r to %(target)r."
6231
#: bzrlib/errors.py:3223
6233
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6237
#: bzrlib/errors.py:3233
6239
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6243
#: bzrlib/errors.py:3249
6244
msgid "Binary files section encountered."
6247
#: bzrlib/errors.py:3257
6249
"Malformed patch header. %(desc)s\n"
6253
#: bzrlib/errors.py:3266
6255
"Malformed hunk header. %(desc)s\n"
6259
#: bzrlib/errors.py:3275
6261
"Malformed line. %(desc)s\n"
6265
#: bzrlib/errors.py:3285
6267
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6268
"but patch says it should be \"%(patch_line)s\""
6271
#: bzrlib/export_pot.py:246
6273
msgid "Exporting messages from builtin command: %s"
6276
#: bzrlib/export_pot.py:265
6277
msgid "Exporting messages from plugin command: {0} in {1}"
6280
#: bzrlib/export_pot.py:286
6282
msgid "Exporting message from error: %s"
6285
#: bzrlib/fetch.py:97
6286
msgid "Finding revisions"
6289
#: bzrlib/fetch.py:102
6290
msgid "Fetching revisions"
6293
#: bzrlib/foreign.py:261
6294
msgid "Push into a different VCS without any custom bzr metadata."
6297
#: bzrlib/foreign.py:263
6299
"This will afterwards rebase the local branch on the remote\n"
6300
"branch unless the --no-rebase option is used, in which case \n"
6301
"the two branches will be out of sync after the push. "
6304
# help of 'directory' option of 'dpush' command
6305
#: bzrlib/foreign.py:271
6307
"Branch to push from, rather than the one containing the working directory."
6310
# help of 'no-rebase' option of 'dpush' command
6311
#: bzrlib/foreign.py:276
6312
msgid "Do not rebase after push."
6315
# help of 'strict' option of 'dpush' command
6316
#: bzrlib/foreign.py:278
6318
"Refuse to push if there are uncommitted changes in the working tree, --no-"
6319
"strict disables the check."
6322
#: bzrlib/foreign.py:310
6324
msgid "Using saved location: %s\n"
6327
#: bzrlib/foreign.py:320
6329
"{0!r} and {1!r} are in the same VCS, lossy push not necessary. Please use "
6333
#: bzrlib/gpg.py:116 bzrlib/gpg.py:454
6334
msgid "{0} commits with valid signatures"
6337
#: bzrlib/gpg.py:120 bzrlib/gpg.py:459
6338
msgid "{0} commit with unknown key"
6339
msgid_plural "{0} commits with unknown keys"
6343
#: bzrlib/gpg.py:126 bzrlib/gpg.py:466
6344
msgid "{0} commit not valid"
6345
msgid_plural "{0} commits not valid"
6349
#: bzrlib/gpg.py:132 bzrlib/gpg.py:473
6350
msgid "{0} commit not signed"
6351
msgid_plural "{0} commits not signed"
6355
#: bzrlib/gpg.py:138 bzrlib/gpg.py:480
6356
msgid "{0} commit with key now expired"
6357
msgid_plural "{0} commits with key now expired"
6361
#: bzrlib/gpg.py:336
6362
msgid "No GnuPG key results for pattern: {0}"
6365
#: bzrlib/gpg.py:379
6366
msgid "{0} signed {1} commit"
6367
msgid_plural "{0} signed {1} commits"
6371
#: bzrlib/gpg.py:396 bzrlib/gpg.py:412
6372
msgid "{0} commit by author {1}"
6373
msgid_plural "{0} commits by author {1}"
6377
#: bzrlib/gpg.py:426
6378
msgid "Unknown key {0} signed {1} commit"
6379
msgid_plural "Unknown key {0} signed {1} commits"
6383
#: bzrlib/gpg.py:444
6384
msgid "{0} commit by author {1} with key {2} now expired"
6385
msgid_plural "{0} commits by author {1} with key {2} now expired"
6389
#: bzrlib/groupcompress.py:1737
6391
msgid "Insert claimed random_id=True, but then inserted %r two times"
6394
#: bzrlib/hooks.py:329
6396
msgid "Introduced in: %s"
6399
#: bzrlib/hooks.py:332
6401
msgid "Deprecated in: %s"
6404
#: bzrlib/knit.py:1764 bzrlib/knit.py:1800
6405
msgid "Walking content"
6408
#: bzrlib/knit.py:3328
6412
#: bzrlib/lock.py:547
6413
msgid "{0!r} was {1} locked again"
6416
#: bzrlib/lockdir.py:320
6418
msgid "error removing pending lock: %s"
6421
#: bzrlib/lockdir.py:615
6422
msgid "Unable to obtain"
6425
#: bzrlib/lockdir.py:617
6426
msgid "Lock owner changed for"
6429
#: bzrlib/lockdir.py:619
6430
msgid "{0} lock {1} {2}."
6433
#: bzrlib/lockdir.py:626
6435
msgid "Will continue to try until %s, unless you press Ctrl-C."
6438
#: bzrlib/lockdir.py:628
6439
msgid "See \"bzr help break-lock\" for more."
6442
#: bzrlib/lockdir.py:738
6445
"held by %(user)s on %(hostname)s (process #%(pid)s), acquired %(time_ago)s"
6448
#: bzrlib/log.py:572
6449
msgid "--exclude-common-ancestry requires two different revisions"
6452
#: bzrlib/log.py:574
6454
msgid "invalid direction %r"
6457
#: bzrlib/log.py:621
6458
msgid "Start revision not found in left-hand history of end revision."
6461
#: bzrlib/log.py:667
6462
msgid "Start revision not found in history of end revision."
6465
#: bzrlib/log.py:1085 bzrlib/log.py:1143
6466
msgid "Logging revision 0 is invalid."
6469
#: bzrlib/log.py:1087 bzrlib/log.py:1145
6470
msgid "Start revision must be older than the end revision."
6473
#: bzrlib/log.py:1832
6475
msgid "unknown log formatter: %r"
6478
#: bzrlib/log.py:2128
6480
msgid_plural "fixes bugs"
6484
#: bzrlib/merge.py:718
6485
msgid "All changes applied successfully."
6488
#: bzrlib/merge.py:720
6490
msgid "%d conflicts encountered."
6493
#: bzrlib/merge.py:868 bzrlib/merge.py:1956
6494
msgid "Preparing file merge"
6497
#: bzrlib/multiparent.py:424
6498
msgid "Importing revisions"
6501
# help of 'help' option
6502
#: bzrlib/option.py:524
6503
msgid "Show help message."
6506
# help of 'quiet' option
6507
#: bzrlib/option.py:526
6508
msgid "Only display errors and warnings."
6511
# help of 'usage' option
6512
#: bzrlib/option.py:529
6513
msgid "Show usage message and options."
6516
# help of 'verbose' option
6517
#: bzrlib/option.py:531
6518
msgid "Display more information."
6521
# help of 'change' option
6522
#: bzrlib/option.py:539
6524
"Select changes introduced by the specified revision. See also \"help "
6528
# help of 'directory' option
6529
#: bzrlib/option.py:541
6530
msgid "Branch to operate on, instead of working directory."
6533
# help of 'log-format=long' option
6534
#: bzrlib/option.py:543
6535
msgid "Detailed log format."
6538
# help of 'log-format=gnu-changelog' option
6539
#: bzrlib/option.py:543
6540
msgid "Format used by GNU ChangeLog files."
6543
# help of 'log-format=line' option
6544
#: bzrlib/option.py:543
6545
msgid "Log format with one line per revision."
6548
# help of 'log-format=short' option
6549
#: bzrlib/option.py:543
6550
msgid "Moderately short log format."
6553
# help of 'log-format' option
6554
#: bzrlib/option.py:543
6555
msgid "Use specified log format."
6558
# title of 'log-format' option
6559
#: bzrlib/option.py:545
6563
# help of 'merge-type=lca' option
6564
#: bzrlib/option.py:547
6565
msgid "LCA-newness merge."
6568
# help of 'merge-type=diff3' option
6569
#: bzrlib/option.py:547
6570
msgid "Merge using external diff3."
6573
# help of 'merge-type=merge3' option
6574
#: bzrlib/option.py:547
6575
msgid "Native diff3-style merge."
6578
# help of 'merge-type' option
6579
#: bzrlib/option.py:547
6580
msgid "Select a particular merge algorithm."
6583
# help of 'merge-type=weave' option
6584
#: bzrlib/option.py:547
6585
msgid "Weave-based merge."
6588
# title of 'merge-type' option
6589
#: bzrlib/option.py:549
6590
msgid "Merge algorithm"
6593
# help of 'message' option
6594
#: bzrlib/option.py:552
6595
msgid "Message string."
6598
# help of 'null' option
6599
#: bzrlib/option.py:554
6600
msgid "Use an ASCII NUL (\\0) separator rather than a newline."
6603
# help of 'overwrite' option
6604
#: bzrlib/option.py:556
6605
msgid "Ignore differences between branches and overwrite unconditionally."
6608
# help of 'remember' option
6609
#: bzrlib/option.py:558
6610
msgid "Remember the specified location as a default."
6613
# help of 'reprocess' option
6614
#: bzrlib/option.py:560
6615
msgid "Reprocess to reduce spurious conflicts."
6618
# help of 'revision' option
6619
#: bzrlib/option.py:564
6620
msgid "See \"help revisionspec\" for details."
6623
# help of 'show-ids' option
6624
#: bzrlib/option.py:566
6625
msgid "Show internal object ids."
6628
# help of 'timezone' option
6629
#: bzrlib/option.py:569
6630
msgid "Display timezone as local, original, or utc."
6633
#: bzrlib/osutils.py:94
6634
msgid "Parameter {0!r} encoding is unsupported by {1} application locale."
6637
#: bzrlib/osutils.py:214
6638
msgid "lstat/stat of ({0!r}): {1!r}"
6641
#: bzrlib/osutils.py:964 bzrlib/osutils.py:975
6643
msgid "sorry, %r not allowed in path"
6646
#: bzrlib/osutils.py:1193
6648
msgid "%r is too short to calculate a relative path"
6651
#: bzrlib/plugin.py:142
6653
msgid "\"%s\" is not a valid <plugin_name>@<plugin_path> description "
6656
# help of 'plugin' option of 'bash-completion' command
6657
#: bzrlib/plugins/bash_completion/bashcomp.py:408
6658
msgid "Enable completions for the selected plugin (default: all plugins)"
6661
#: bzrlib/plugins/bash_completion/bashcomp.py:409
6662
msgid "Generate a shell function for bash command line completion."
6665
#: bzrlib/plugins/bash_completion/bashcomp.py:411
6667
"This command generates a shell function which can be used by bash to\n"
6668
"automatically complete the currently typed command when the user presses\n"
6669
"the completion key (usually tab)."
6672
#: bzrlib/plugins/bash_completion/bashcomp.py:415
6674
"Commonly used like this:\n"
6675
" eval \"`bzr bash-completion`\""
6678
# help of 'function-name' option of 'bash-completion' command
6679
#: bzrlib/plugins/bash_completion/bashcomp.py:421
6680
msgid "Name of the generated function (default: _bzr)"
6683
# help of 'function-only' option of 'bash-completion' command
6684
#: bzrlib/plugins/bash_completion/bashcomp.py:423
6685
msgid "Generate only the shell function, don't enable it"
6688
#: bzrlib/plugins/launchpad/__init__.py:79
6689
msgid "Register a branch with launchpad.net."
6692
#: bzrlib/plugins/launchpad/__init__.py:81
6694
"This command lists a bzr branch in the directory of branches on\n"
6695
"launchpad.net. Registration allows the branch to be associated with\n"
6696
"bugs or specifications."
6699
#: bzrlib/plugins/launchpad/__init__.py:85
6701
"Before using this command you must register the project to which the\n"
6702
"branch belongs, and create an account for yourself on launchpad.net."
6705
#: bzrlib/plugins/launchpad/__init__.py:88
6708
" public_url: The publicly visible url for the branch to register.\n"
6709
" This must be an http or https url (which Launchpad can read\n"
6710
" from to access the branch). Local file urls, SFTP urls, and\n"
6711
" bzr+ssh urls will not work.\n"
6712
" If no public_url is provided, bzr will use the configured\n"
6713
" public_url if there is one for the current branch, and\n"
6717
#: bzrlib/plugins/launchpad/__init__.py:97
6720
" bzr register-branch http://foo.com/bzr/fooproject.mine \\\n"
6721
" --project fooproject"
6724
# help of 'project' option of 'register-branch' command
6725
#: bzrlib/plugins/launchpad/__init__.py:104
6726
msgid "Launchpad project short name to associate with the branch."
6729
# help of 'branch-name' option of 'register-branch' command
6730
#: bzrlib/plugins/launchpad/__init__.py:111
6732
"Short name for the branch; by default taken from the last component of the "
6736
# help of 'branch-title' option of 'register-branch' command
6737
#: bzrlib/plugins/launchpad/__init__.py:115
6738
msgid "One-sentence description of the branch."
6741
# help of 'branch-description' option of 'register-branch' command
6742
#: bzrlib/plugins/launchpad/__init__.py:118
6743
msgid "Longer description of the purpose or contents of the branch."
6746
# help of 'author' option of 'register-branch' command
6747
#: bzrlib/plugins/launchpad/__init__.py:121
6748
msgid "Branch author's email address, if not yourself."
6751
# help of 'link-bug' option of 'register-branch' command
6752
#: bzrlib/plugins/launchpad/__init__.py:124
6753
msgid "The bug this branch fixes."
6756
# help of 'dry-run' option of 'register-branch' command
6757
#: bzrlib/plugins/launchpad/__init__.py:127
6758
msgid "Prepare the request but don't actually send it."
6761
#: bzrlib/plugins/launchpad/__init__.py:149
6763
"register-branch requires a public branch url - see bzr help register-branch."
6766
#: bzrlib/plugins/launchpad/__init__.py:157
6767
msgid "--product is deprecated; please use --project."
6770
#: bzrlib/plugins/launchpad/__init__.py:189
6771
msgid "Open a Launchpad branch page in your web browser."
6774
# help of 'dry-run' option of 'launchpad-open' command
6775
#: bzrlib/plugins/launchpad/__init__.py:194
6776
msgid "Do not actually open the browser. Just say the URL we would use."
6779
#: bzrlib/plugins/launchpad/__init__.py:229
6781
msgid "Opening %s in web browser"
6784
#: bzrlib/plugins/launchpad/__init__.py:239
6785
msgid "Show or set the Launchpad user ID."
6788
#: bzrlib/plugins/launchpad/__init__.py:241
6790
"When communicating with Launchpad, some commands need to know your\n"
6791
"Launchpad user ID. This command can be used to set or show the\n"
6792
"user ID that Bazaar will use for such communication."
6795
#: bzrlib/plugins/launchpad/__init__.py:245
6798
" Show the Launchpad ID of the current user::"
6801
#: bzrlib/plugins/launchpad/__init__.py:248
6802
msgid " bzr launchpad-login"
6805
#: bzrlib/plugins/launchpad/__init__.py:250
6806
msgid " Set the Launchpad ID of the current user to 'bob'::"
6809
#: bzrlib/plugins/launchpad/__init__.py:252
6810
msgid " bzr launchpad-login bob"
6813
# help of 'no-check' option of 'launchpad-login' command
6814
#: bzrlib/plugins/launchpad/__init__.py:259
6815
msgid "Don't check that the user name is valid."
6818
#: bzrlib/plugins/launchpad/__init__.py:274
6819
#: bzrlib/plugins/launchpad/__init__.py:285
6820
msgid "Launchpad user ID exists and has SSH keys.\n"
6823
#: bzrlib/plugins/launchpad/__init__.py:277
6824
msgid "No Launchpad user ID configured.\n"
6827
#: bzrlib/plugins/launchpad/__init__.py:288
6829
msgid "Launchpad user ID set to '%s'.\n"
6832
#: bzrlib/plugins/launchpad/__init__.py:296
6833
msgid "Ask Launchpad to mirror a branch now."
6836
#: bzrlib/plugins/launchpad/__init__.py:316
6837
msgid "Propose merging a branch on Launchpad."
6840
#: bzrlib/plugins/launchpad/__init__.py:318
6842
"This will open your usual editor to provide the initial comment. When it\n"
6843
"has created the proposal, it will open it in your default web browser."
6846
#: bzrlib/plugins/launchpad/__init__.py:321
6848
"The branch will be proposed to merge into SUBMIT_BRANCH. If SUBMIT_BRANCH\n"
6849
"is not supplied, the remembered submit branch will be used. If no submit\n"
6850
"branch is remembered, the development focus will be used."
6853
#: bzrlib/plugins/launchpad/__init__.py:325
6855
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
6856
"the merge proposal. This can be overriden by specifying --review (-R).\n"
6857
"The parameter the launchpad account name of the desired reviewer. This\n"
6858
"may optionally be followed by '=' and the review type. For example:"
6861
#: bzrlib/plugins/launchpad/__init__.py:330
6862
msgid " bzr lp-propose-merge --review jrandom --review review-team=qa"
6865
#: bzrlib/plugins/launchpad/__init__.py:332
6867
"This will propose a merge, request \"jrandom\" to perform a review of\n"
6868
"unspecified type, and request \"review-team\" to perform a \"qa\" review."
6871
# help of 'staging' option of 'lp-propose-merge' command
6872
#: bzrlib/plugins/launchpad/__init__.py:337
6873
msgid "Propose the merge on staging."
6876
# help of 'message' option of 'lp-propose-merge' command
6877
#: bzrlib/plugins/launchpad/__init__.py:339
6878
msgid "Commit message."
6881
# help of 'approve' option of 'lp-propose-merge' command
6882
#: bzrlib/plugins/launchpad/__init__.py:341
6883
msgid "Mark the proposal as approved immediately."
6886
# help of 'review' option of 'lp-propose-merge' command
6887
#: bzrlib/plugins/launchpad/__init__.py:343
6888
msgid "Requested reviewer and optional type."
6891
#: bzrlib/plugins/launchpad/__init__.py:380
6892
msgid "Find the proposal to merge this revision."
6895
#: bzrlib/plugins/launchpad/__init__.py:382
6897
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
6898
"This works only if the selected branch was the merge proposal target, and\n"
6899
"if the merged_revno is recorded for the merge proposal. The proposal(s)\n"
6900
"are opened in a web browser."
6903
#: bzrlib/plugins/launchpad/__init__.py:387
6905
"Any revision involved in the merge may be specified-- the revision in\n"
6906
"which the merge was performed, or one of the revisions that was merged."
6909
#: bzrlib/plugins/launchpad/__init__.py:390
6910
msgid "So, to find the merge proposal that reviewed line 1 of README::"
6913
#: bzrlib/plugins/launchpad/__init__.py:392
6914
msgid " bzr lp-find-proposal -r annotate:README:1"
6917
#: bzrlib/plugins/launchpad/__init__.py:407
6918
msgid "No review found."
6921
#: bzrlib/plugins/launchpad/__init__.py:408
6923
msgid "%d proposals(s) found."
6926
#: bzrlib/plugins/launchpad/__init__.py:418
6927
msgid "Finding revision-id"
6930
#: bzrlib/plugins/launchpad/__init__.py:425
6931
msgid "Finding merge"
6934
#: bzrlib/plugins/launchpad/__init__.py:430
6935
msgid "Finding revno"
6938
#: bzrlib/plugins/launchpad/__init__.py:435
6939
msgid "Finding Launchpad branch"
6942
#: bzrlib/plugins/launchpad/__init__.py:438
6943
msgid "Finding proposals"
6946
#: bzrlib/plugins/launchpad/account.py:64
6947
msgid "Setting ssh/sftp usernames for launchpad.net."
6950
#: bzrlib/plugins/launchpad/lp_api.py:239
6951
#: bzrlib/plugins/launchpad/lp_api.py:244
6953
msgid "%s is not registered on Launchpad"
6956
#: bzrlib/plugins/launchpad/lp_api.py:254
6958
msgid "%s has no development focus."
6961
#: bzrlib/plugins/launchpad/lp_api.py:259
6963
msgid "development focus %s has no branch."
6966
#: bzrlib/plugins/launchpad/lp_api.py:264
6968
msgid "source package %s has no branch."
6971
#: bzrlib/plugins/launchpad/lp_api.py:268
6973
msgid "%s has no associated product or source package."
6976
#: bzrlib/plugins/launchpad/lp_api.py:280
6978
msgid "%s is already up-to-date."
6981
#: bzrlib/plugins/launchpad/lp_api.py:287
6983
msgid "Pushing to %s"
6986
#: bzrlib/plugins/launchpad/lp_directory.py:169
6988
"resolution for {0}\n"
6993
#: bzrlib/plugins/launchpad/lp_propose.py:147
6995
msgid "There is already a branch merge proposal: %s"
6998
#: bzrlib/plugins/weave_fmt/bzrdir.py:226
6999
msgid "pb parameter to convert() is deprecated"
7002
#: bzrlib/plugins/weave_fmt/bzrdir.py:229
7003
msgid "starting upgrade from format 4 to 5"
7006
#: bzrlib/plugins/weave_fmt/bzrdir.py:239
7007
msgid "note: upgrade may be faster if all store files are ungzipped first"
7010
#: bzrlib/plugins/weave_fmt/bzrdir.py:268
7011
msgid "converting revision"
7014
#: bzrlib/plugins/weave_fmt/bzrdir.py:273
7015
msgid "upgraded to weaves:"
7018
#: bzrlib/plugins/weave_fmt/bzrdir.py:274
7020
msgid "%6d revisions and inventories"
7023
#: bzrlib/plugins/weave_fmt/bzrdir.py:276
7025
msgid "%6d revisions not present"
7028
#: bzrlib/plugins/weave_fmt/bzrdir.py:278
7033
#: bzrlib/plugins/weave_fmt/bzrdir.py:314
7034
msgid "writing weave"
7037
#: bzrlib/plugins/weave_fmt/bzrdir.py:318
7038
#: bzrlib/plugins/weave_fmt/bzrdir.py:320
7042
#: bzrlib/plugins/weave_fmt/bzrdir.py:337
7043
msgid "write revision"
7046
#: bzrlib/plugins/weave_fmt/bzrdir.py:351
7047
msgid "loading revision"
7050
#: bzrlib/plugins/weave_fmt/bzrdir.py:356
7052
msgid "revision {%s} not present in branch; will be converted as a ghost"
7055
#: bzrlib/plugins/weave_fmt/bzrdir.py:496
7056
msgid "starting upgrade from format 5 to 6"
7059
#: bzrlib/plugins/weave_fmt/bzrdir.py:506
7061
msgid "adding prefixes to %s"
7064
#: bzrlib/plugins/weave_fmt/bzrdir.py:546
7065
msgid "starting upgrade from format 6 to metadir"
7068
#: bzrlib/plugins/weave_fmt/bzrdir.py:554
7069
msgid "Removing ancestry.weave"
7072
#: bzrlib/plugins/weave_fmt/bzrdir.py:559
7073
msgid "Finding branch files"
7076
#: bzrlib/plugins/weave_fmt/bzrdir.py:569
7077
msgid "Upgrading repository"
7080
#: bzrlib/plugins/weave_fmt/bzrdir.py:579
7081
msgid "Upgrading branch"
7084
#: bzrlib/plugins/weave_fmt/bzrdir.py:602
7085
msgid "No working tree."
7088
#: bzrlib/plugins/weave_fmt/bzrdir.py:609
7089
msgid "Upgrading working tree"
7092
#: bzrlib/plugins/weave_fmt/bzrdir.py:630
7094
msgid "Make %s lock"
7097
#: bzrlib/plugins/weave_fmt/bzrdir.py:641
7102
#: bzrlib/push.py:54
7103
msgid "Created new branch."
7106
#: bzrlib/push.py:96
7109
"Target directory %s already contains a .bzr directory, but it is not valid."
7112
#: bzrlib/push.py:99
7115
"Target directory %s already exists, but does not have a .bzr directory. "
7116
"Supply --use-existing-dir to push there anyway."
7119
#: bzrlib/push.py:120
7121
msgid "Too many redirections trying to make %s."
7124
#: bzrlib/push.py:145
7126
"These branches have diverged. See \"bzr help diverged-branches\" for more "
7130
#: bzrlib/push.py:149
7133
"It is not possible to losslessly push to %s. You may want to use dpush "
7137
#: bzrlib/push.py:155
7140
"At %s you have a valid .bzr control directory, but not a branch or "
7141
"repository. This is an unsupported configuration. Please move the target "
7142
"directory out of the way and try again."
7145
#: bzrlib/reconcile.py:96
7147
msgid "Reconciling branch %s"
7150
#: bzrlib/reconcile.py:102
7152
msgid "Reconciling repository %s"
7155
#: bzrlib/reconcile.py:104
7156
msgid "Reconciling repository"
7159
#: bzrlib/reconcile.py:110
7161
msgid "%s cannot canonicalize CHKs."
7164
#: bzrlib/reconcile.py:118
7165
msgid "Reconcile aborted: revision index has inconsistent parents."
7168
#: bzrlib/reconcile.py:120
7169
msgid "Run \"bzr check\" for more details."
7172
#: bzrlib/reconcile.py:122
7173
msgid "Reconciliation complete."
7176
#: bzrlib/reconcile.py:165
7177
msgid "Fixing last revision info {0} => {1}"
7180
#: bzrlib/reconcile.py:172
7181
msgid "revision_history ok."
7184
#: bzrlib/reconcile.py:233
7185
msgid "Reading inventory data"
7188
#: bzrlib/reconcile.py:253 bzrlib/reconcile.py:383
7189
msgid "Inventory ok."
7192
#: bzrlib/reconcile.py:255 bzrlib/reconcile.py:385
7193
msgid "Backing up inventory"
7196
#: bzrlib/reconcile.py:257
7197
msgid "Backup inventory created."
7200
#: bzrlib/reconcile.py:273 bzrlib/reconcile.py:404
7201
msgid "Writing weave"
7204
#: bzrlib/reconcile.py:276 bzrlib/reconcile.py:407
7205
msgid "Inventory regenerated."
7208
#: bzrlib/reconcile.py:370 bzrlib/reconcile.py:372 bzrlib/reconcile.py:375
7209
msgid "Reading indexes"
7212
#: bzrlib/reconcile.py:379 bzrlib/reconcile.py:381
7213
msgid "Checking unused inventories"
7216
#: bzrlib/reconcile.py:387
7217
msgid "Backup Inventory created"
7220
#: bzrlib/reconcile.py:445
7221
msgid "Fixing text parents"
7224
#: bzrlib/reconfigure.py:52
7225
msgid "{0} is now stacked on {1}\n"
7228
#: bzrlib/reconfigure.py:67
7230
msgid "%s is now not stacked\n"
7233
#: bzrlib/remote.py:1134 bzrlib/repository.py:287
7235
msgid "bzr: ERROR (ignored): %s"
7238
#: bzrlib/remote.py:2217
7239
msgid "Copying repository content as tarball..."
7242
#: bzrlib/rename_map.py:68
7243
msgid "Calculating hashes"
7246
#: bzrlib/rename_map.py:106
7247
msgid "Determining hash hits"
7250
#: bzrlib/rename_map.py:241
7254
#: bzrlib/repository.py:1781
7255
msgid "Moving repository to repository.backup"
7258
#: bzrlib/repository.py:1788
7259
msgid "Creating new repository"
7262
#: bzrlib/repository.py:1793
7263
msgid "Copying content"
7266
#: bzrlib/repository.py:1797
7267
msgid "Deleting old repository content"
7270
#: bzrlib/repository.py:1799
7271
msgid "repository converted"
7274
#: bzrlib/revisionspec.py:904
7275
msgid "Using {0} {1}"
7278
#: bzrlib/send.py:57
7280
msgid "Mail client \"%s\" does not support specifying body"
7283
#: bzrlib/send.py:61
7284
msgid "--remember requires a branch to be specified."
7287
#: bzrlib/send.py:75
7288
msgid "No submit branch known or specified"
7291
#: bzrlib/send.py:78
7292
msgid "Using saved {0} location \"{1}\" to determine what changes to submit."
7295
#: bzrlib/send.py:95
7297
msgid "No such send format '%s'."
7300
#: bzrlib/send.py:112
7301
msgid "bzr send takes at most two one revision identifiers"
7304
#: bzrlib/send.py:125
7305
msgid "No revisions to submit."
7308
#: bzrlib/send.py:136
7310
"- not supported for merge directives that use more than one output file."
7313
#: bzrlib/send.py:178
7314
msgid "Format 0.9 does not permit bundle with no patch"
7317
#: bzrlib/shelf_ui.py:45
7319
msgid "Shelve adding file \"%(path)s\"?"
7322
#: bzrlib/shelf_ui.py:46
7323
msgid "Shelve binary changes?"
7326
#: bzrlib/shelf_ui.py:47
7327
msgid "Shelve changing \"%s\" from %(other)s to %(this)s?"
7330
#: bzrlib/shelf_ui.py:49
7332
msgid "Shelve removing file \"%(path)s\"?"
7335
#: bzrlib/shelf_ui.py:50
7337
msgid "Shelve %d change(s)?"
7340
#: bzrlib/shelf_ui.py:51
7344
#: bzrlib/shelf_ui.py:52
7347
"Shelve changing target of \"%(path)s\" from \"%(other)s\" to \"%(this)s\"?"
7350
#: bzrlib/shelf_ui.py:54
7352
msgid "Shelve renaming \"%(other)s\" => \"%(this)s\"?"
7355
#: bzrlib/shelf_ui.py:69
7357
msgid "Changes shelved with id \"%d\"."
7360
#: bzrlib/shelf_ui.py:73
7361
msgid "Selected changes destroyed."
7364
#: bzrlib/shelf_ui.py:77
7365
msgid "Selected changes:"
7368
#: bzrlib/shelf_ui.py:97
7370
msgid "Delete file \"%(path)s\"?"
7373
#: bzrlib/shelf_ui.py:98
7374
msgid "Apply binary changes?"
7377
#: bzrlib/shelf_ui.py:99
7379
msgid "Change \"%(path)s\" from %(this)s to %(other)s?"
7382
#: bzrlib/shelf_ui.py:101
7384
msgid "Add file \"%(path)s\"?"
7387
#: bzrlib/shelf_ui.py:102
7389
msgid "Apply %d change(s)?"
7392
#: bzrlib/shelf_ui.py:103
7393
msgid "Apply change?"
7396
#: bzrlib/shelf_ui.py:104
7398
msgid "Change target of \"%(path)s\" from \"%(this)s\" to \"%(other)s\"?"
7401
#: bzrlib/shelf_ui.py:106
7403
msgid "Rename \"%(this)s\" => \"%(other)s\"?"
7406
#: bzrlib/shelf_ui.py:401
7407
msgid "No changes are shelved."
7410
#: bzrlib/shelf_ui.py:459
7412
msgid "Using changes with id \"%d\"."
7415
#: bzrlib/shelf_ui.py:463
7420
#: bzrlib/shelf_ui.py:475
7422
msgid "Deleted changes with id \"%d\"."
7425
#: bzrlib/smart/medium.py:712
7426
msgid "HPSS calls: {0} ({1} vfs) {2}"
7429
#: bzrlib/smart/server.py:167
7430
msgid "Requested to stop gracefully"
7433
#: bzrlib/smart/server.py:177
7435
msgid "Waiting for %d client(s) to finish"
7438
#: bzrlib/smart/server.py:183
7440
msgid "Still waiting for %d client(s) to finish"
7443
#: bzrlib/smart/server.py:217
7445
msgid "listening socket error: %s"
7448
#: bzrlib/smart/server.py:450
7450
msgid "listening on port: %s"
7453
#: bzrlib/switch.py:67
7454
msgid "Pending merges must be committed or reverted before using switch."
7457
#: bzrlib/switch.py:94
7459
"Cannot switch as local commits found in the checkout. Commit these to the "
7460
"bound branch or use --force to throw them away."
7463
#: bzrlib/switch.py:99
7466
"Unable to connect to current master branch %(target)s: %(error)s To switch "
7467
"anyway, use --force."
7470
#: bzrlib/switch.py:108
7471
msgid "Cannot switch a branch, only a checkout."
7474
#: bzrlib/switch.py:144
7476
msgid "Tree is up to date at revision %d."
7479
#: bzrlib/switch.py:150
7481
msgid "Updated to revision %d."
7484
#: bzrlib/transform.py:1723 bzrlib/transform.py:1734 bzrlib/transform.py:1736
7488
#: bzrlib/transform.py:1762 bzrlib/transform.py:1830
7489
msgid "removing file"
7492
#: bzrlib/transform.py:1780 bzrlib/transform.py:1865
7496
#: bzrlib/transform.py:2580
7497
msgid "Building tree"
7500
#: bzrlib/transform.py:2670 bzrlib/transform.py:2697
7501
msgid "Adding file contents"
7504
#: bzrlib/transform.py:3017
7505
msgid "Resolution pass"
7508
#: bzrlib/transport/ftp/_gssapi.py:86
7510
msgid "Authenticated as %s"
7513
#: bzrlib/tree.py:632
7514
msgid "*** {0} content-filter: {1} => {2!r}"
7517
#: bzrlib/upgrade.py:76
7519
msgid "This is a checkout. The branch (%s) needs to be upgraded separately."
7522
#: bzrlib/upgrade.py:99
7524
msgid "cannot upgrade from bzrdir format %s"
7527
#: bzrlib/upgrade.py:102
7529
msgid "starting upgrade of %s"
7532
#: bzrlib/upgrade.py:109
7536
#: bzrlib/upgrade.py:119
7537
msgid "Deleting backup.bzr"
7540
#: bzrlib/upgrade.py:150
7543
"SUMMARY: {0} upgrades attempted, {1} succeeded, {2} failed"
7546
#: bzrlib/upgrade.py:207
7548
msgid "Found %d dependent branches - upgrading ..."
7551
#: bzrlib/upgrade.py:275
7552
msgid "Upgrading bzrdirs"
7555
#: bzrlib/upgrade.py:281
7557
msgid "Upgrading %s"
7560
#: bzrlib/upgrade.py:282
7561
msgid "Upgrading {0} {1} ..."
7564
#: bzrlib/upgrade.py:300
7565
msgid "Removing backup ..."
7568
#: bzrlib/upgrade.py:304
7569
msgid "failed to clean-up {0}: {1}"
7572
#: bzrlib/vf_repository.py:1093
7576
#: bzrlib/vf_repository.py:1119
7580
#: bzrlib/vf_repository.py:1624 bzrlib/vf_repository.py:1633
7581
msgid "Calculating text parents"
7584
#: bzrlib/vf_repository.py:1709
7588
#: bzrlib/vf_repository.py:2538
7589
msgid "loading text store"
7592
#: bzrlib/vf_repository.py:2544
7593
msgid "checking text graph"
7596
#: bzrlib/vf_repository.py:2998 bzrlib/vf_repository.py:3012
7597
#: bzrlib/vf_repository.py:3127
7598
msgid "Transferring revisions"
7601
#: bzrlib/win32utils.py:137
7602
msgid "Failed to GetProcessMemoryInfo()"
7605
#: bzrlib/win32utils.py:158
7606
msgid "Cannot debug memory on win32 without ctypes or win32process"
7609
#: bzrlib/win32utils.py:163
7610
msgid "WorkingSize {0:>7}KiB\tPeakWorking {1:>7}KiB\t{2}"
7613
#: bzrlib/win32utils.py:171
7615
msgid "WorkingSize %8d KiB"
7618
#: bzrlib/win32utils.py:172
7620
msgid "PeakWorking %8d KiB"
7623
#: bzrlib/win32utils.py:173
7625
msgid "PagefileUsage %8d KiB"
7628
#: bzrlib/win32utils.py:174
7630
msgid "PeakPagefileUsage %8d KiB"
7633
#: bzrlib/win32utils.py:176
7635
msgid "PrivateUsage %8d KiB"
7638
#: bzrlib/win32utils.py:177
7640
msgid "PageFaultCount %8d"
7643
#: bzrlib/workingtree.py:1467
7644
msgid "Rerun update after fixing the conflicts."
7647
#: dummy/help_topics/authentication/summary.txt:1
7648
msgid "Information on configuring authentication"
7651
#: dummy/help_topics/basic/detail.txt:1
7653
"Bazaar 2.5b4 -- a free distributed version-control tool\n"
7654
"http://bazaar.canonical.com/"
7657
#: dummy/help_topics/basic/detail.txt:4
7660
" bzr init makes this directory a versioned branch\n"
7661
" bzr branch make a copy of another branch"
7664
#: dummy/help_topics/basic/detail.txt:8
7666
" bzr add make files or directories versioned\n"
7667
" bzr ignore ignore a file or pattern\n"
7668
" bzr mv move or rename a versioned file"
7671
#: dummy/help_topics/basic/detail.txt:12
7673
" bzr status summarize changes in working copy\n"
7674
" bzr diff show detailed diffs"
7677
#: dummy/help_topics/basic/detail.txt:15
7679
" bzr merge pull in changes from another branch\n"
7680
" bzr commit save some or all changes\n"
7681
" bzr send send changes via email"
7684
#: dummy/help_topics/basic/detail.txt:19
7686
" bzr log show history of changes\n"
7687
" bzr check validate storage"
7690
#: dummy/help_topics/basic/detail.txt:22
7692
" bzr help init more help on e.g. init command\n"
7693
" bzr help commands list all commands\n"
7694
" bzr help topics list all help topics\n"
7697
#: dummy/help_topics/basic/summary.txt:1
7698
msgid "Basic commands"
7701
#: dummy/help_topics/branches/detail.txt:1
7705
#: dummy/help_topics/branches/detail.txt:3
7707
"A branch consists of the state of a project, including all of its\n"
7708
"history. All branches have a repository associated (which is where the\n"
7709
"branch history is stored), but multiple branches may share the same\n"
7710
"repository (a shared repository). Branches can be copied and merged."
7713
#: dummy/help_topics/branches/detail.txt:8
7715
"In addition, one branch may be bound to another one. Binding to another\n"
7716
"branch indicates that commits which happen in this branch must also \n"
7717
"happen in the other branch. Bazaar ensures consistency by not allowing \n"
7718
"commits when the two branches are out of date. In order for a commit \n"
7719
"to succeed, it may be necessary to update the current branch using \n"
7723
#: dummy/help_topics/branches/detail.txt:15
7724
msgid "Related commands::"
7727
#: dummy/help_topics/branches/detail.txt:17
7729
" init Change a directory into a versioned branch.\n"
7730
" branch Create a new branch that is a copy of an existing branch.\n"
7731
" merge Perform a three-way merge.\n"
7732
" bind Bind a branch to another one.\n"
7735
#: dummy/help_topics/branches/summary.txt:1
7736
msgid "Information on what a branch is"
7739
#: dummy/help_topics/bugs/summary.txt:1
7740
msgid "Bug tracker settings"
7743
#: dummy/help_topics/checkouts/detail.txt:1
7747
#: dummy/help_topics/checkouts/detail.txt:3
7749
"Checkouts are source trees that are connected to a branch, so that when\n"
7750
"you commit in the source tree, the commit goes into that branch. They\n"
7751
"allow you to use a simpler, more centralized workflow, ignoring some of\n"
7752
"Bazaar's decentralized features until you want them. Using checkouts\n"
7753
"with shared repositories is very similar to working with SVN or CVS, but\n"
7754
"doesn't have the same restrictions. And using checkouts still allows\n"
7755
"others working on the project to use whatever workflow they like."
7758
#: dummy/help_topics/checkouts/detail.txt:11
7760
"A checkout is created with the bzr checkout command (see \"help checkout"
7762
"You pass it a reference to another branch, and it will create a local copy\n"
7763
"for you that still contains a reference to the branch you created the\n"
7764
"checkout from (the master branch). Then if you make any commits they will "
7766
"made on the other branch first. This creates an instant mirror of your work, "
7768
"facilitates lockstep development, where each developer is working together,\n"
7769
"continuously integrating the changes of others."
7772
#: dummy/help_topics/checkouts/detail.txt:19
7774
"However the checkout is still a first class branch in Bazaar terms, so that\n"
7775
"you have the full history locally. As you have a first class branch you "
7777
"also commit locally if you want, for instance due to the temporary loss af "
7779
"network connection. Use the --local option to commit to do this. All the "
7781
"commits will then be made on the master branch the next time you do a non-"
7786
#: dummy/help_topics/checkouts/detail.txt:26
7788
"If you are using a checkout from a shared branch you will periodically want "
7790
"pull in all the changes made by others. This is done using the \"update\"\n"
7791
"command. The changes need to be applied before any non-local commit, but\n"
7792
"Bazaar will tell you if there are any changes and suggest that you use this\n"
7793
"command when needed."
7796
#: dummy/help_topics/checkouts/detail.txt:32
7798
"It is also possible to create a \"lightweight\" checkout by passing the\n"
7799
"--lightweight flag to checkout. A lightweight checkout is even closer to an\n"
7800
"SVN checkout in that it is not a first class branch, it mainly consists of "
7802
"working tree. This means that any history operations must query the master\n"
7803
"branch, which could be slow if a network connection is involved. Also, as "
7805
"don't have a local branch, then you cannot commit locally."
7808
#: dummy/help_topics/checkouts/detail.txt:39
7810
"Lightweight checkouts work best when you have fast reliable access to the\n"
7811
"master branch. This means that if the master branch is on the same disk or "
7813
"a lightweight checkout will be faster than a heavyweight one for any "
7815
"that modify the revision history (as only one copy of the branch needs to\n"
7816
"be updated). Heavyweight checkouts will generally be faster for any command\n"
7817
"that uses the history but does not change it, but if the master branch is "
7819
"the same disk then there won't be a noticeable difference."
7822
#: dummy/help_topics/checkouts/detail.txt:47
7824
"Another possible use for a checkout is to use it with a treeless repository\n"
7825
"containing your branches, where you maintain only one working tree by\n"
7826
"switching the master branch that the checkout points to when you want to\n"
7827
"work on a different branch."
7830
#: dummy/help_topics/checkouts/detail.txt:52
7832
"Obviously to commit on a checkout you need to be able to write to the "
7834
"branch. This means that the master branch must be accessible over a "
7836
"protocol , such as sftp://, and that you have write permissions at the "
7838
"end. Checkouts also work on the local file system, so that all that matters "
7843
#: dummy/help_topics/checkouts/detail.txt:58
7845
"You can change the master of a checkout by using the \"switch\" command "
7847
"\"help switch\"). This will change the location that the commits are sent "
7849
"The \"bind\" command can also be used to turn a normal branch into a heavy\n"
7850
"checkout. If you would like to convert your heavy checkout into a normal\n"
7851
"branch so that every commit is local, you can use the \"unbind\" command. To "
7853
"whether or not a branch is bound or not you can use the \"info\" command. If "
7855
"branch is bound it will tell you the location of the bound branch."
7858
#: dummy/help_topics/checkouts/detail.txt:68
7860
" checkout Create a checkout. Pass --lightweight to get a lightweight\n"
7862
" update Pull any changes in the master branch in to your checkout\n"
7863
" commit Make a commit that is sent to the master branch. If you have\n"
7864
" a heavy checkout then the --local option will commit to the\n"
7865
" checkout without sending the commit to the master\n"
7866
" switch Change the master branch that the commits in the checkout "
7869
" bind Turn a standalone branch into a heavy checkout so that any\n"
7870
" commits will be sent to the master branch\n"
7871
" unbind Turn a heavy checkout into a standalone branch so that any\n"
7872
" commits are only made locally\n"
7873
" info Displays whether a branch is bound or unbound. If the branch "
7875
" bound, then it will also display the location of the bound "
7879
#: dummy/help_topics/checkouts/summary.txt:1
7880
msgid "Information on what a checkout is"
7883
#: dummy/help_topics/commands/summary.txt:1
7884
msgid "Basic help for all commands"
7887
#: dummy/help_topics/configuration/summary.txt:1
7888
msgid "Details on the configuration settings available"
7891
#: dummy/help_topics/conflict-types/summary.txt:1
7892
msgid "Types of conflicts and what to do about them"
7895
#: dummy/help_topics/content-filters/summary.txt:1
7896
msgid "Conversion of content into/from working trees"
7899
#: dummy/help_topics/criss-cross/detail.txt:1
7903
#: dummy/help_topics/criss-cross/detail.txt:3
7905
"A criss-cross in the branch history can cause the default merge technique\n"
7906
"to emit more conflicts than would normally be expected."
7909
#: dummy/help_topics/criss-cross/detail.txt:6
7911
"In complex merge cases, ``bzr merge --lca`` or ``bzr merge --weave`` may "
7913
"better results. You may wish to ``bzr revert`` the working tree and merge\n"
7914
"again. Alternatively, use ``bzr remerge`` on particular conflicted files."
7917
#: dummy/help_topics/criss-cross/detail.txt:10
7919
"Criss-crosses occur in a branch's history if two branches merge the same "
7921
"and then merge one another, or if two branches merge one another at the "
7923
"time. They can be avoided by having each branch only merge from or into a\n"
7924
"designated central branch (a \"star topology\")."
7927
#: dummy/help_topics/criss-cross/detail.txt:15
7929
"Criss-crosses cause problems because of the way merge works. Bazaar's "
7931
"merge is a three-way merger; in order to merge OTHER into THIS, it must\n"
7932
"find a basis for comparison, BASE. Using BASE, it can determine whether\n"
7933
"differences between THIS and OTHER are due to one side adding lines, or\n"
7934
"from another side removing lines."
7937
#: dummy/help_topics/criss-cross/detail.txt:21
7939
"Criss-crosses mean there is no good choice for a base. Selecting the "
7941
"merge points could cause one side's changes to be silently discarded.\n"
7942
"Selecting older merge points (which Bazaar does) mean that extra conflicts\n"
7946
#: dummy/help_topics/criss-cross/detail.txt:26
7948
"The ``weave`` merge type is not affected by this problem because it uses\n"
7949
"line-origin detection instead of a basis revision to determine the cause of\n"
7953
#: dummy/help_topics/criss-cross/summary.txt:1
7954
msgid "Information on criss-cross merging"
7957
#: dummy/help_topics/current-formats/summary.txt:1
7958
msgid "Current storage formats"
7961
#: dummy/help_topics/debug-flags/summary.txt:1
7962
msgid "Options to show or record debug information"
7965
#: dummy/help_topics/diverged-branches/summary.txt:1
7966
msgid "How to fix diverged branches"
7969
#: dummy/help_topics/env-variables/detail.txt:1
7970
msgid "Environment Variables"
7973
#: dummy/help_topics/env-variables/detail.txt:3
7975
"=================== "
7976
"===========================================================\n"
7977
"BZRPATH Path where bzr is to look for shell plugin external\n"
7979
"BZR_EMAIL E-Mail address of the user. Overrides EMAIL.\n"
7980
"EMAIL E-Mail address of the user.\n"
7981
"BZR_EDITOR Editor for editing commit messages. Overrides EDITOR.\n"
7982
"EDITOR Editor for editing commit messages.\n"
7983
"BZR_PLUGIN_PATH Paths where bzr should look for plugins.\n"
7984
"BZR_DISABLE_PLUGINS Plugins that bzr should not load.\n"
7985
"BZR_PLUGINS_AT Plugins to load from a directory not in "
7986
"BZR_PLUGIN_PATH.\n"
7987
"BZR_HOME Directory holding .bazaar config dir. Overrides HOME.\n"
7988
"BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA "
7991
"BZR_REMOTE_PATH Full name of remote 'bzr' command (for bzr+ssh:// "
7993
"BZR_SSH Path to SSH client, or one of paramiko, openssh, "
7996
"BZR_LOG Location of .bzr.log (use '/dev/null' to suppress log).\n"
7997
"BZR_LOG (Win32) Location of .bzr.log (use 'NUL' to suppress log).\n"
7998
"BZR_COLUMNS Override implicit terminal width.\n"
7999
"BZR_CONCURRENCY Number of processes that can be run concurrently "
8001
"BZR_PROGRESS_BAR Override the progress display. Values are 'none' or "
8003
"BZR_PDB Control whether to launch a debugger on error.\n"
8004
"BZR_SIGQUIT_PDB Control whether SIGQUIT behaves normally or invokes a\n"
8005
" breakin debugger.\n"
8006
"BZR_TEXTUI_INPUT Force console input mode for prompts to line-based "
8008
" of char-based).\n"
8009
"=================== "
8010
"===========================================================\n"
8013
#: dummy/help_topics/env-variables/summary.txt:1
8014
msgid "Environment variable names and values"
8017
#: dummy/help_topics/eol/summary.txt:1
8018
msgid "Information on end-of-line handling"
8021
#: dummy/help_topics/files/detail.txt:1
8025
#: dummy/help_topics/files/detail.txt:3
8027
":On Unix: ~/.bazaar/bazaar.conf\n"
8028
":On Windows: C:\\\\Documents and Settings\\\\username\\\\Application Data\\"
8029
"\\bazaar\\\\2.0\\\\bazaar.conf"
8032
#: dummy/help_topics/files/detail.txt:6
8034
"Contains the user's default configuration. The section ``[DEFAULT]`` is\n"
8035
"used to define general configuration that will be applied everywhere.\n"
8036
"The section ``[ALIASES]`` can be used to create command aliases for\n"
8037
"commonly used options."
8040
#: dummy/help_topics/files/detail.txt:11
8041
msgid "A typical config file might look something like::"
8044
#: dummy/help_topics/files/detail.txt:13
8047
" email=John Doe <jdoe@isp.com>"
8050
#: dummy/help_topics/files/detail.txt:16
8053
" commit = commit --strict\n"
8054
" log10 = log --short -r -10..-1\n"
8057
#: dummy/help_topics/files/summary.txt:1
8058
msgid "Information on configuration and log files"
8061
#: dummy/help_topics/formats/detail.txt:1
8062
msgid "Storage Formats"
8065
#: dummy/help_topics/formats/detail.txt:3
8067
"To ensure that older clients do not access data incorrectly,\n"
8068
"Bazaar's policy is to introduce a new storage format whenever\n"
8069
"new features requiring new metadata are added. New storage\n"
8070
"formats may also be introduced to improve performance and\n"
8074
#: dummy/help_topics/formats/detail.txt:9
8076
"The newest format, 2a, is highly recommended. If your\n"
8077
"project is not using 2a, then you should suggest to the\n"
8078
"project owner to upgrade."
8081
#: dummy/help_topics/formats/detail.txt:13
8087
#: dummy/help_topics/formats/detail.txt:16
8089
" Some of the older formats have two variants:\n"
8090
" a plain one and a rich-root one. The latter include an additional\n"
8091
" field about the root of the tree. There is no performance cost\n"
8092
" for using a rich-root format but you cannot easily merge changes\n"
8093
" from a rich-root format into a plain format. As a consequence,\n"
8094
" moving a project to a rich-root format takes some co-ordination\n"
8095
" in that all contributors need to upgrade their repositories\n"
8096
" around the same time. 2a and all future formats will be\n"
8097
" implicitly rich-root."
8100
#: dummy/help_topics/formats/detail.txt:26
8102
"See :doc:`current-formats-help` for the complete list of\n"
8103
"currently supported formats. See :doc:`other-formats-help` for\n"
8104
"descriptions of any available experimental and deprecated formats.\n"
8107
#: dummy/help_topics/formats/summary.txt:1
8108
msgid "Information on choosing a storage format"
8111
#: dummy/help_topics/global-options/detail.txt:1
8112
msgid "Global Options"
8115
#: dummy/help_topics/global-options/detail.txt:3
8117
"These options may be used with any command, and may appear in front of any\n"
8118
"command. (e.g. ``bzr --profile help``)."
8121
#: dummy/help_topics/global-options/detail.txt:6
8123
"--version Print the version number. Must be supplied before the "
8125
"--no-aliases Do not process command aliases when running this command.\n"
8126
"--builtin Use the built-in version of a command, not the plugin "
8128
" This does not suppress other plugin effects.\n"
8129
"--no-plugins Do not process any plugins.\n"
8130
"--no-l10n Do not translate messages.\n"
8131
"--concurrency Number of processes that can be run concurrently (selftest)."
8134
#: dummy/help_topics/global-options/detail.txt:14
8136
"--profile Profile execution using the hotshot profiler.\n"
8137
"--lsprof Profile execution using the lsprof profiler.\n"
8138
"--lsprof-file Profile execution using the lsprof profiler, and write the\n"
8139
" results to a specified file. If the filename ends with \".txt"
8141
" text format will be used. If the filename either starts "
8143
" \"callgrind.out\" or end with \".callgrind\", the output will "
8145
" formatted for use with KCacheGrind. Otherwise, the output\n"
8146
" will be a pickle.\n"
8147
"--coverage Generate line coverage report in the specified directory."
8150
#: dummy/help_topics/global-options/detail.txt:24
8152
"-Oname=value Override the ``name`` config option setting it to ``value`` "
8154
" the duration of the command. This can be used multiple times "
8156
" several options need to be overridden."
8159
#: dummy/help_topics/global-options/detail.txt:28
8161
"See http://doc.bazaar.canonical.com/developers/profiling.html for more\n"
8162
"information on profiling."
8165
#: dummy/help_topics/global-options/detail.txt:31
8167
"A number of debug flags are also available to assist troubleshooting and\n"
8168
"development. See :doc:`debug-flags-help`.\n"
8171
#: dummy/help_topics/global-options/summary.txt:1
8172
msgid "Options that control how Bazaar runs"
8175
#: dummy/help_topics/hidden-commands/summary.txt:1
8176
msgid "All hidden commands"
8179
#: dummy/help_topics/hooks/summary.txt:1
8180
msgid "Points at which custom processing can be added"
8183
#: dummy/help_topics/launchpad/detail.txt:1
8184
msgid "Integration with Launchpad.net"
8187
#: dummy/help_topics/launchpad/detail.txt:3
8189
"Launchpad.net provides free Bazaar branch hosting with integrated bug and\n"
8190
"specification tracking."
8193
#: dummy/help_topics/launchpad/detail.txt:6
8195
"The bzr client (through the plugin called 'launchpad') has special\n"
8196
"features to communicate with Launchpad:"
8199
#: dummy/help_topics/launchpad/detail.txt:9
8201
" * The launchpad-login command tells Bazaar your Launchpad user name. "
8203
" is then used by the 'lp:' transport to download your branches using\n"
8207
#: dummy/help_topics/launchpad/detail.txt:13
8209
" * The 'lp:' transport uses Launchpad as a directory service: for "
8211
" 'lp:bzr' and 'lp:python' refer to the main branches of the relevant\n"
8212
" projects and may be branched, logged, etc. You can also use the 'lp:'\n"
8213
" transport to refer to specific branches, e.g. lp:~bzr/bzr/trunk."
8216
#: dummy/help_topics/launchpad/detail.txt:18
8218
" * The 'lp:' bug tracker alias can expand launchpad bug numbers to their\n"
8219
" URLs for use with 'bzr commit --fixes', e.g. 'bzr commit --fixes "
8221
" will record a revision property that marks that revision as fixing\n"
8222
" Launchpad bug 12345. When you push that branch to Launchpad it will\n"
8223
" automatically be linked to the bug report."
8226
#: dummy/help_topics/launchpad/detail.txt:24
8228
" * The register-branch command tells Launchpad about the url of a\n"
8229
" public branch. Launchpad will then mirror the branch, display\n"
8230
" its contents and allow it to be attached to bugs and other\n"
8234
#: dummy/help_topics/launchpad/detail.txt:29
8235
msgid "For more information see http://help.launchpad.net/\n"
8238
#: dummy/help_topics/launchpad/summary.txt:1
8239
msgid "Using Bazaar with Launchpad.net"
8242
#: dummy/help_topics/location-alias/summary.txt:1
8243
msgid "Aliases for remembered locations"
8246
#: dummy/help_topics/log-formats/summary.txt:1
8247
msgid "Details on the logging formats available"
8250
#: dummy/help_topics/other-formats/summary.txt:1
8251
msgid "Experimental and deprecated storage formats"
8254
#: dummy/help_topics/patterns/summary.txt:1
8255
msgid "Information on the pattern syntax"
8258
#: dummy/help_topics/repositories/detail.txt:1
8259
msgid "Repositories"
8262
#: dummy/help_topics/repositories/detail.txt:3
8264
"Repositories in Bazaar are where committed information is stored. There is\n"
8265
"a repository associated with every branch."
8268
#: dummy/help_topics/repositories/detail.txt:6
8270
"Repositories are a form of database. Bzr will usually maintain this for\n"
8271
"good performance automatically, but in some situations (e.g. when doing\n"
8272
"very many commits in a short time period) you may want to ask bzr to\n"
8273
"optimise the database indices. This can be done by the 'bzr pack' command."
8276
#: dummy/help_topics/repositories/detail.txt:11
8278
"By default just running 'bzr init' will create a repository within the new\n"
8279
"branch but it is possible to create a shared repository which allows "
8281
"branches to share their information in the same location. When a new branch "
8283
"created it will first look to see if there is a containing shared repository "
8288
#: dummy/help_topics/repositories/detail.txt:17
8290
"When two branches of the same project share a repository, there is\n"
8291
"generally a large space saving. For some operations (e.g. branching\n"
8292
"within the repository) this translates in to a large time saving."
8295
#: dummy/help_topics/repositories/detail.txt:21
8297
"To create a shared repository use the init-repository command (or the alias\n"
8298
"init-repo). This command takes the location of the repository to create. "
8300
"means that 'bzr init-repository repo' will create a directory named 'repo',\n"
8301
"which contains a shared repository. Any new branches that are created in "
8303
"directory will then use it for storage."
8306
#: dummy/help_topics/repositories/detail.txt:27
8308
"It is a good idea to create a repository whenever you might create more\n"
8309
"than one branch of a project. This is true for both working areas where you\n"
8310
"are doing the development, and any server areas that you use for hosting\n"
8311
"projects. In the latter case, it is common to want branches without working\n"
8312
"trees. Since the files in the branch will not be edited directly there is "
8314
"need to use up disk space for a working tree. To create a repository in "
8316
"the branches will not have working trees pass the '--no-trees' option to\n"
8317
"'init-repository'."
8320
#: dummy/help_topics/repositories/detail.txt:38
8322
" init-repository Create a shared repository. Use --no-trees to create "
8324
" in which new branches won't get a working tree.\n"
8327
#: dummy/help_topics/repositories/summary.txt:1
8328
msgid "Basic information on shared repositories."
8331
#: dummy/help_topics/revisionspec/summary.txt:1
8332
msgid "Explain how to use --revision"
8335
#: dummy/help_topics/rules/summary.txt:1
8336
msgid "Information on defining rule-based preferences"
8339
#: dummy/help_topics/standalone-trees/detail.txt:1
8340
msgid "Standalone Trees"
8343
#: dummy/help_topics/standalone-trees/detail.txt:3
8345
"A standalone tree is a working tree with an associated repository. It\n"
8346
"is an independently usable branch, with no dependencies on any other.\n"
8347
"Creating a standalone tree (via bzr init) is the quickest way to put\n"
8348
"an existing project under version control."
8351
#: dummy/help_topics/standalone-trees/detail.txt:8
8352
msgid "Related Commands::"
8355
#: dummy/help_topics/standalone-trees/detail.txt:10
8356
msgid " init Make a directory into a versioned branch.\n"
8359
#: dummy/help_topics/standalone-trees/summary.txt:1
8360
msgid "Information on what a standalone tree is"
8363
#: dummy/help_topics/standard-options/detail.txt:1
8364
msgid "Standard Options"
8367
#: dummy/help_topics/standard-options/detail.txt:3
8368
msgid "Standard options are legal for all commands."
8371
#: dummy/help_topics/standard-options/detail.txt:5
8373
"--help, -h Show help message.\n"
8374
"--verbose, -v Display more information.\n"
8375
"--quiet, -q Only display errors and warnings."
8378
#: dummy/help_topics/standard-options/detail.txt:9
8379
msgid "Unlike global options, standard options can be used in aliases.\n"
8382
#: dummy/help_topics/standard-options/summary.txt:1
8383
msgid "Options that can be used with any command"
8386
#: dummy/help_topics/status-flags/detail.txt:1
8387
msgid "Status Flags"
8390
#: dummy/help_topics/status-flags/detail.txt:3
8392
"Status flags are used to summarise changes to the working tree in a concise\n"
8393
"manner. They are in the form::"
8396
#: dummy/help_topics/status-flags/detail.txt:6
8397
msgid " xxx <filename>"
8400
#: dummy/help_topics/status-flags/detail.txt:8
8401
msgid "where the columns' meanings are as follows."
8404
#: dummy/help_topics/status-flags/detail.txt:10
8405
msgid "Column 1 - versioning/renames::"
8408
#: dummy/help_topics/status-flags/detail.txt:12
8410
" + File versioned\n"
8411
" - File unversioned\n"
8414
" X File nonexistent (and unknown to bzr)\n"
8415
" C File has conflicts\n"
8416
" P Entry for a pending merge (not a file)"
8419
#: dummy/help_topics/status-flags/detail.txt:20
8420
msgid "Column 2 - contents::"
8423
#: dummy/help_topics/status-flags/detail.txt:22
8427
" K File kind changed\n"
8431
#: dummy/help_topics/status-flags/detail.txt:27
8432
msgid "Column 3 - execute::"
8435
#: dummy/help_topics/status-flags/detail.txt:29
8436
msgid " * The execute bit was changed\n"
8439
#: dummy/help_topics/status-flags/summary.txt:1
8440
msgid "Help on status flags"
8443
#: dummy/help_topics/sync-for-reconfigure/detail.txt:1
8444
msgid "Branches Out of Sync"
8447
#: dummy/help_topics/sync-for-reconfigure/detail.txt:3
8449
"When reconfiguring a checkout, tree or branch into a lightweight checkout,\n"
8450
"a local branch must be destroyed. (For checkouts, this is the local branch\n"
8451
"that serves primarily as a cache.) If the branch-to-be-destroyed does not\n"
8452
"have the same last revision as the new reference branch for the lightweight\n"
8453
"checkout, data could be lost, so Bazaar refuses."
8456
#: dummy/help_topics/sync-for-reconfigure/detail.txt:9
8457
msgid "How you deal with this depends on *why* the branches are out of sync."
8460
#: dummy/help_topics/sync-for-reconfigure/detail.txt:11
8462
"If you have a checkout and have done local commits, you can get back in "
8464
"by running \"bzr update\" (and possibly \"bzr commit\")."
8467
#: dummy/help_topics/sync-for-reconfigure/detail.txt:14
8469
"If you have a branch and the remote branch is out-of-date, you can push\n"
8470
"the local changes using \"bzr push\". If the local branch is out of date, "
8472
"can do \"bzr pull\". If both branches have had changes, you can merge, "
8474
"and then push your changes. If you decide that some of the changes aren't\n"
8475
"useful, you can \"push --overwrite\" or \"pull --overwrite\" instead.\n"
8478
#: dummy/help_topics/sync-for-reconfigure/summary.txt:1
8479
msgid "Steps to resolve \"out-of-sync\" when reconfiguring"
8482
#: dummy/help_topics/topics/summary.txt:1
8486
#: dummy/help_topics/url-special-chars/summary.txt:1
8487
msgid "Special character handling in URLs"
8490
#: dummy/help_topics/urlspec/summary.txt:1
8491
msgid "Supported transport protocols"
8494
#: dummy/help_topics/working-trees/detail.txt:1
8495
msgid "Working Trees"
8498
#: dummy/help_topics/working-trees/detail.txt:3
8500
"A working tree is the contents of a branch placed on disk so that you can\n"
8501
"see the files and edit them. The working tree is where you make changes to "
8503
"branch, and when you commit the current state of the working tree is the\n"
8504
"snapshot that is recorded in the commit."
8507
#: dummy/help_topics/working-trees/detail.txt:8
8509
"When you push a branch to a remote system, a working tree will not be\n"
8510
"created. If one is already present the files will not be updated. The\n"
8511
"branch information will be updated and the working tree will be marked\n"
8512
"as out-of-date. Updating a working tree remotely is difficult, as there\n"
8513
"may be uncommitted changes or the update may cause content conflicts that "
8515
"difficult to deal with remotely."
8518
#: dummy/help_topics/working-trees/detail.txt:15
8520
"If you have a branch with no working tree you can use the 'checkout' "
8522
"to create a working tree. If you run 'bzr checkout .' from the branch it "
8524
"create the working tree. If the branch is updated remotely, you can update "
8526
"working tree by running 'bzr update' in that directory."
8529
#: dummy/help_topics/working-trees/detail.txt:20
8531
"If you have a branch with a working tree that you do not want the 'remove-"
8533
"command will remove the tree if it is safe. This can be done to avoid the\n"
8534
"warning about the remote working tree not being updated when pushing to the\n"
8535
"branch. It can also be useful when working with a '--no-trees' repository\n"
8536
"(see 'bzr help repositories')."
8539
#: dummy/help_topics/working-trees/detail.txt:26
8541
"If you want to have a working tree on a remote machine that you push to you\n"
8542
"can either run 'bzr update' in the remote branch after each push, or use "
8544
"other method to update the tree during the push. There is an 'rspush' "
8546
"that will update the working tree using rsync as well as doing a push. "
8548
"is also a 'push-and-update' plugin that automates running 'bzr update' via "
8553
#: dummy/help_topics/working-trees/detail.txt:33
8554
msgid "Useful commands::"
8557
#: dummy/help_topics/working-trees/detail.txt:35
8559
" checkout Create a working tree when a branch does not have one.\n"
8560
" remove-tree Removes the working tree from a branch when it is safe to do "
8562
" update When a working tree is out of sync with its associated "
8564
" this will update the tree to match the branch.\n"
8567
#: dummy/help_topics/working-trees/summary.txt:1
8568
msgid "Information on working trees"
8571
#: en/help_topics/authentication.txt:1
8573
"Authentication Settings\n"
8574
"======================="
8577
#: en/help_topics/authentication.txt:4
8584
#: en/help_topics/authentication.txt:8
8586
"Many different authentication policies can be described in the\n"
8587
"``authentication.conf`` file but a particular user should need only a few\n"
8588
"definitions to cover his needs without having to specify a user and a "
8590
"for every branch he uses."
8593
#: en/help_topics/authentication.txt:13
8595
"The definitions found in this file are used to find the credentials to use "
8597
"a given url. The same credentials can generally be used for as many branches "
8599
"possible by grouping their declaration around the remote servers that need\n"
8600
"them. It's even possible to declare credentials that will be used by "
8605
#: en/help_topics/authentication.txt:19
8607
"The intent is to make this file as small as possible to minimize maintenance."
8610
#: en/help_topics/authentication.txt:21
8612
"Once the relevant credentials are declared in this file you may use branch "
8614
"without embedding passwords (security hazard) or even users (enabling "
8616
"of your urls with others)."
8619
#: en/help_topics/authentication.txt:25
8620
msgid "Instead of using::"
8623
#: en/help_topics/authentication.txt:27
8624
msgid " bzr branch ftp://joe:secret@host.com/path/to/my/branch"
8627
#: en/help_topics/authentication.txt:29
8628
msgid "you simply use::"
8631
#: en/help_topics/authentication.txt:31
8632
msgid " bzr branch ftp://host.com/path/to/my/branch"
8635
#: en/help_topics/authentication.txt:33
8636
msgid "provided you have created the following ``authentication.conf`` file::"
8639
#: en/help_topics/authentication.txt:35
8645
" password=secret\n"
8649
#: en/help_topics/authentication.txt:42
8651
"Authentication definitions\n"
8652
"--------------------------"
8655
#: en/help_topics/authentication.txt:45
8657
"There are two kinds of authentication used by the various schemes supported "
8662
#: en/help_topics/authentication.txt:48
8663
msgid "1. user and password"
8666
#: en/help_topics/authentication.txt:50
8668
"``FTP`` needs a (``user``, ``password``) to authenticate against a ``host``\n"
8669
"``SFTP`` can use either a password or a host key to authenticate. However,\n"
8670
"ssh agents are a better, more secure solution. So we have chosen to not "
8672
"our own less secure method."
8675
#: en/help_topics/authentication.txt:55
8676
msgid "2. user, realm and password"
8679
#: en/help_topics/authentication.txt:57
8681
"``HTTP`` and ``HTTPS`` needs a (``user, realm, password``) to authenticate\n"
8682
"against a host. But, by using ``.htaccess`` files, for example, it is "
8684
"to define several (``user, realm, password``) for a given ``host``. So what "
8686
"really needed is (``user``, ``password``, ``host``, ``path``). The ``realm`` "
8688
"not taken into account in the definitions, but will displayed if bzr "
8690
"you for a password."
8693
#: en/help_topics/authentication.txt:64
8695
"``HTTP proxy`` can be handled as ``HTTP`` (or ``HTTPS``) by explicitly\n"
8696
"specifying the appropriate port."
8699
#: en/help_topics/authentication.txt:67
8701
"To take all schemes into account, the password will be deduced from a set "
8703
"authentication definitions (``scheme``, ``host``, ``port``, ``path``, "
8708
#: en/help_topics/authentication.txt:71
8710
" * ``scheme``: can be empty (meaning the rest of the definition can be "
8712
" for any scheme), ``SFTP`` and ``bzr+ssh`` should not be used here, "
8714
" should be used instead since this is the real scheme regarding\n"
8718
#: en/help_topics/authentication.txt:76
8719
msgid " * ``host``: can be empty (to act as a default for any host),"
8722
#: en/help_topics/authentication.txt:78
8724
" * ``port`` can be empty (useful when an host provides several servers for "
8726
" same scheme), only numerical values are allowed, this should be used "
8728
" when the server uses a port different than the scheme standard port,"
8731
#: en/help_topics/authentication.txt:82
8732
msgid " * ``path``: can be empty (FTP or SFTP will never user it),"
8735
#: en/help_topics/authentication.txt:84
8737
" * ``user``: can be empty (``bzr`` will defaults to python's\n"
8738
" ``getpass.get_user()``),"
8741
#: en/help_topics/authentication.txt:87
8743
" * ``password``: can be empty if you prefer to always be prompted for your\n"
8747
#: en/help_topics/authentication.txt:90
8749
"Multiple definitions can be provided and, for a given URL, bzr will select "
8751
"(``user`` [, ``password``]) based on the following rules :"
8754
#: en/help_topics/authentication.txt:93
8755
msgid " 1. the first match wins,"
8758
#: en/help_topics/authentication.txt:95
8759
msgid " 2. empty fields match everything,"
8762
#: en/help_topics/authentication.txt:97
8764
" 3. ``scheme`` matches even if decorators are used in the requested URL,"
8767
#: en/help_topics/authentication.txt:99
8769
" 4. ``host`` matches exactly or act as a domain if it starts with '.'\n"
8770
" (``project.bzr.sf.net`` will match ``.bzr.sf.net`` but ``projectbzr.sf."
8772
" will not match ``bzr.sf.net``)."
8775
#: en/help_topics/authentication.txt:103
8777
" 5. ``port`` matches if included in the requested URL (exact matches only)"
8780
#: en/help_topics/authentication.txt:105
8782
" 6. ``path`` matches if included in the requested URL (and by rule #2 "
8784
" empty paths will match any provided path)."
8787
#: en/help_topics/authentication.txt:110
8793
#: en/help_topics/authentication.txt:113
8795
"The general rules for :doc:`configuration files <configuration-help>`\n"
8796
"apply except for the variable policies."
8799
#: en/help_topics/authentication.txt:116
8800
msgid "Each section describes an authentication definition."
8803
#: en/help_topics/authentication.txt:118
8805
"The section name is an arbitrary string, only the ``DEFAULT`` value is "
8807
"and should appear as the *last* section."
8810
#: en/help_topics/authentication.txt:121
8811
msgid "Each section should define:"
8814
#: en/help_topics/authentication.txt:123
8815
msgid "* ``user``: the login to be used,"
8818
#: en/help_topics/authentication.txt:125
8819
msgid "Each section could define:"
8822
#: en/help_topics/authentication.txt:127
8823
msgid "* ``host``: the remote server,"
8826
#: en/help_topics/authentication.txt:129
8827
msgid "* ``port``: the port the server is listening,"
8830
#: en/help_topics/authentication.txt:131
8831
msgid "* ``path``: the branch location,"
8834
#: en/help_topics/authentication.txt:133
8835
msgid "* ``password``: the password."
8838
#: en/help_topics/authentication.txt:135
8845
#: en/help_topics/authentication.txt:139
8848
"Personal projects hosted outside\n"
8849
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
8852
#: en/help_topics/authentication.txt:143
8854
"All connections are done with the same ``user`` (the remote one for which "
8856
"default bzr one is not appropriate) and the password is always prompted "
8861
#: en/help_topics/authentication.txt:147
8863
" # Pet projects on hobby.net\n"
8865
" host=r.hobby.net\n"
8867
" password=obvious1234\n"
8874
" password=1essobV10us\n"
8877
" # Our local user is barbaz, on all remote sites we're known as "
8882
#: en/help_topics/authentication.txt:164
8885
"Source hosting provider\n"
8886
"~~~~~~~~~~~~~~~~~~~~~~~"
8889
#: en/help_topics/authentication.txt:168
8890
msgid "In the shp.net (fictitious) domain, each project has its own site::"
8893
#: en/help_topics/authentication.txt:170
8895
" [shpnet domain]\n"
8896
" # we use sftp, but ssh is the scheme used for authentication\n"
8898
" # The leading '.' ensures that 'shp.net' alone doesn't match\n"
8901
" # bzr don't support supplying a password for sftp,\n"
8902
" # consider using an ssh agent if you don't want to supply\n"
8903
" # a password interactively. (pageant, ssh-agent, etc)"
8906
#: en/help_topics/authentication.txt:180
8908
"HTTPS, SFTP servers and their proxy\n"
8909
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
8912
#: en/help_topics/authentication.txt:183
8914
"At company.com, the server hosting release and integration branches is "
8916
"proxy, and the two branches use different authentication policies::"
8919
#: en/help_topics/authentication.txt:186
8921
" [reference code]\n"
8923
" host=dev.company.com\n"
8929
#: en/help_topics/authentication.txt:193
8931
" # development branches on dev server\n"
8933
" scheme=ssh # bzr+ssh and sftp are available here\n"
8934
" host=dev.company.com\n"
8935
" path=/dev/integration\n"
8941
" host=proxy.company.com\n"
8943
" user=proxyuser1\n"
8944
" password=proxypass1"
8947
#: en/help_topics/authentication.txt:208
8950
"Planned enhancements\n"
8951
"--------------------"
8954
#: en/help_topics/authentication.txt:212
8956
"The following are not yet implemented but planned as parts of a work in\n"
8960
#: en/help_topics/authentication.txt:215
8961
msgid "* add a ``password_encoding`` field allowing:"
8964
#: en/help_topics/authentication.txt:217
8966
" - storing the passwords in various obfuscating encodings (base64 for one),"
8969
#: en/help_topics/authentication.txt:219
8970
msgid " - delegate password storage to plugins (.netrc for example)."
8973
#: en/help_topics/authentication.txt:221
8975
"* update the credentials when the user is prompted for user or password,"
8978
#: en/help_topics/authentication.txt:223
8979
msgid "* add a ``verify_certificates`` field for ``HTTPS``."
8982
#: en/help_topics/authentication.txt:225
8984
"The ``password_encoding`` and ``verify_certificates`` fields are recognized "
8986
"ignored in the actual implementation.\n"
8989
#: en/help_topics/bugs.txt:1
8990
msgid "Bug Tracker Settings"
8993
#: en/help_topics/bugs.txt:3
8995
"When making a commit, metadata about bugs fixed by that change can be\n"
8996
"recorded by using the ``--fixes`` option. For each bug marked as fixed, an\n"
8997
"entry is included in the 'bugs' revision property stating '<url> <status>'.\n"
8998
"(The only ``status`` value currently supported is ``fixed.``)"
9001
#: en/help_topics/bugs.txt:8
9003
"The ``--fixes`` option allows you to specify a bug tracker and a bug "
9005
"rather than a full URL. This looks like::"
9008
#: en/help_topics/bugs.txt:11
9009
msgid " bzr commit --fixes <tracker>:<id>"
9012
#: en/help_topics/bugs.txt:13
9016
#: en/help_topics/bugs.txt:15
9017
msgid " bzr commit --fixes <id>"
9020
#: en/help_topics/bugs.txt:17
9022
"where \"<tracker>\" is an identifier for the bug tracker, and \"<id>\" is "
9024
"identifier for that bug within the bugtracker, usually the bug number.\n"
9025
"If \"<tracker>\" is not specified the ``bugtracker`` set in the branch\n"
9026
"or global configuration is used."
9029
#: en/help_topics/bugs.txt:22
9031
"Bazaar knows about a few bug trackers that have many users. If\n"
9032
"you use one of these bug trackers then there is no setup required to\n"
9033
"use this feature, you just need to know the tracker identifier to use.\n"
9034
"These are the bugtrackers that are built in:"
9037
#: en/help_topics/bugs.txt:27
9039
" ============================ ============ ============\n"
9040
" URL Abbreviation Example\n"
9041
" ============================ ============ ============\n"
9042
" https://bugs.launchpad.net/ lp lp:12345\n"
9043
" http://bugs.debian.org/ deb deb:12345\n"
9044
" http://bugzilla.gnome.org/ gnome gnome:12345\n"
9045
" ============================ ============ ============"
9048
#: en/help_topics/bugs.txt:35
9050
"For the bug trackers not listed above configuration is required.\n"
9051
"Support for generating the URLs for any project using Bugzilla or Trac\n"
9052
"is built in, along with a template mechanism for other bugtrackers with\n"
9053
"simple URL schemes. If your bug tracker can't be described by one\n"
9054
"of the schemes described below then you can write a plugin to support\n"
9058
#: en/help_topics/bugs.txt:42
9060
"If you use Bugzilla or Trac, then you only need to set a configuration\n"
9061
"variable which contains the base URL of the bug tracker. These options\n"
9062
"can go into ``bazaar.conf``, ``branch.conf`` or into a branch-specific\n"
9063
"configuration section in ``locations.conf``. You can set up these values\n"
9064
"for each of the projects you work on."
9067
#: en/help_topics/bugs.txt:48
9069
"Note: As you provide a short name for each tracker, you can specify one or\n"
9070
"more bugs in one or more trackers at commit time if you wish."
9073
#: en/help_topics/bugs.txt:51
9079
#: en/help_topics/bugs.txt:54
9080
msgid "Use ``bzr commit --fixes lp:2`` to record that this commit fixes bug 2."
9083
#: en/help_topics/bugs.txt:56
9085
"bugzilla_<tracker>_url\n"
9086
"----------------------"
9089
#: en/help_topics/bugs.txt:59
9091
"If present, the location of the Bugzilla bug tracker referred to by\n"
9092
"<tracker>. This option can then be used together with ``bzr commit\n"
9093
"--fixes`` to mark bugs in that tracker as being fixed by that commit. For\n"
9097
#: en/help_topics/bugs.txt:64
9098
msgid " bugzilla_squid_url = http://bugs.squid-cache.org"
9101
#: en/help_topics/bugs.txt:66
9103
"would allow ``bzr commit --fixes squid:1234`` to mark Squid's bug 1234 as\n"
9107
#: en/help_topics/bugs.txt:69
9109
"trac_<tracker>_url\n"
9110
"------------------"
9113
#: en/help_topics/bugs.txt:72
9115
"If present, the location of the Trac instance referred to by\n"
9116
"<tracker>. This option can then be used together with ``bzr commit\n"
9117
"--fixes`` to mark bugs in that tracker as being fixed by that commit. For\n"
9121
#: en/help_topics/bugs.txt:77
9122
msgid " trac_twisted_url = http://www.twistedmatrix.com/trac"
9125
#: en/help_topics/bugs.txt:79
9127
"would allow ``bzr commit --fixes twisted:1234`` to mark Twisted's bug 1234 "
9132
#: en/help_topics/bugs.txt:82
9134
"bugtracker_<tracker>_url\n"
9135
"------------------------"
9138
#: en/help_topics/bugs.txt:85
9140
"If present, the location of a generic bug tracker instance referred to by\n"
9141
"<tracker>. The location must contain an ``{id}`` placeholder,\n"
9142
"which will be replaced by a specific bug ID. This option can then be used\n"
9143
"together with ``bzr commit --fixes`` to mark bugs in that tracker as being\n"
9144
"fixed by that commit. For example::"
9147
#: en/help_topics/bugs.txt:91
9148
msgid " bugtracker_python_url = http://bugs.python.org/issue{id}"
9151
#: en/help_topics/bugs.txt:93
9153
"would allow ``bzr commit --fixes python:1234`` to mark bug 1234 in Python's\n"
9154
"Roundup bug tracker as fixed, or::"
9157
#: en/help_topics/bugs.txt:96
9159
" bugtracker_cpan_url = http://rt.cpan.org/Public/Bug/Display.html?id={id}"
9162
#: en/help_topics/bugs.txt:98
9164
"would allow ``bzr commit --fixes cpan:1234`` to mark bug 1234 in CPAN's\n"
9165
"RT bug tracker as fixed, or::"
9168
#: en/help_topics/bugs.txt:101
9169
msgid " bugtracker_hudson_url = http://issues.hudson-ci.org/browse/{id}"
9172
#: en/help_topics/bugs.txt:103
9174
"would allow ``bzr commit --fixes hudson:HUDSON-1234`` to mark bug "
9176
"in Hudson's JIRA bug tracker as fixed.\n"
9179
#: en/help_topics/commands.txt:1
9181
"add Add specified files or directories.\n"
9182
"alias Set/unset and display aliases.\n"
9183
"annotate Show the origin of each line in a file.\n"
9184
"bash-completion Generate a shell function for bash command line "
9186
" [bash_completion]\n"
9187
"bind Convert the current branch into a checkout of the "
9190
"branch Create a new branch that is a copy of an existing branch.\n"
9191
"branches List the branches available at the current location.\n"
9192
"break-lock Break a dead lock.\n"
9193
"cat Write the contents of a file as of a given revision to\n"
9194
" standard output.\n"
9195
"check Validate working tree structure, branch consistency and\n"
9196
" repository history.\n"
9197
"checkout Create a new checkout of an existing branch.\n"
9198
"clean-tree Remove unwanted files from working tree.\n"
9199
"commit Commit changes into a new revision.\n"
9200
"config Display, set or remove a configuration option.\n"
9201
"conflicts List files with conflicts.\n"
9202
"deleted List files deleted in the working tree.\n"
9203
"diff Show differences in the working tree, between revisions "
9206
"dpush Push into a different VCS without any custom bzr "
9208
"export Export current or past revision to a destination directory "
9211
"help Show help on a command or other topic.\n"
9212
"ignore Ignore specified files or patterns.\n"
9213
"ignored List ignored files and the patterns that matched them.\n"
9214
"info Show information about a working tree, branch or "
9216
"init Make a directory into a versioned branch.\n"
9217
"init-repository Create a shared repository for branches to share storage\n"
9219
"join Combine a tree into its containing tree.\n"
9220
"launchpad-login Show or set the Launchpad user ID. [launchpad]\n"
9221
"launchpad-mirror Ask Launchpad to mirror a branch now. [launchpad]\n"
9222
"launchpad-open Open a Launchpad branch page in your web browser. "
9224
"log Show historical log for a branch or subset of a branch.\n"
9225
"lp-find-proposal Find the proposal to merge this revision. [launchpad]\n"
9226
"lp-propose-merge Propose merging a branch on Launchpad. [launchpad]\n"
9227
"ls List files in a tree.\n"
9228
"merge Perform a three-way merge.\n"
9229
"missing Show unmerged/unpulled revisions between two branches.\n"
9230
"mkdir Create a new versioned directory.\n"
9231
"mv Move or rename a file.\n"
9232
"nick Print or set the branch nickname.\n"
9233
"pack Compress the data within a repository.\n"
9234
"plugins List the installed plugins.\n"
9235
"pull Turn this branch into a mirror of another branch.\n"
9236
"push Update a mirror of this branch.\n"
9237
"reconcile Reconcile bzr metadata in a branch.\n"
9238
"reconfigure Reconfigure the type of a bzr directory.\n"
9239
"register-branch Register a branch with launchpad.net. [launchpad]\n"
9240
"remerge Redo a merge.\n"
9241
"remove Remove files or directories.\n"
9242
"remove-branch Remove a branch.\n"
9243
"remove-tree Remove the working tree from a given branch/checkout.\n"
9244
"renames Show list of renamed files.\n"
9245
"resolve Mark a conflict as resolved.\n"
9246
"revert Revert files to a previous revision.\n"
9247
"revno Show current revision number.\n"
9248
"root Show the tree root directory.\n"
9249
"send Mail or create a merge-directive for submitting changes.\n"
9250
"serve Run the bzr server.\n"
9251
"shelve Temporarily set aside some changes from the current tree.\n"
9252
"sign-my-commits Sign all commits by a given committer.\n"
9253
"split Split a subdirectory of a tree into a separate tree.\n"
9254
"status Display status summary.\n"
9255
"switch Set the branch of a checkout and update.\n"
9256
"tag Create, remove or modify a tag naming a revision.\n"
9258
"testament Show testament (signing-form) of a revision.\n"
9259
"unbind Convert the current checkout into a regular branch.\n"
9260
"uncommit Remove the last committed revision.\n"
9261
"unshelve Restore shelved changes.\n"
9262
"update Update a working tree to a new revision.\n"
9263
"upgrade Upgrade a repository, branch or working tree to a newer\n"
9265
"verify-signatures Verify all commit signatures.\n"
9266
"version Show version of bzr.\n"
9267
"version-info Show version information about this tree.\n"
9268
"view Manage filtered views.\n"
9269
"whoami Show or set bzr user id.\n"
9272
#: en/help_topics/configuration.txt:1
9274
"Configuration Settings\n"
9275
"======================="
9278
#: en/help_topics/configuration.txt:4
9280
"Environment settings\n"
9281
"---------------------"
9284
#: en/help_topics/configuration.txt:7
9286
"While most configuration is handled by configuration files, some options\n"
9287
"which may be semi-permanent can also be controlled through the environment."
9290
#: en/help_topics/configuration.txt:10
9296
#: en/help_topics/configuration.txt:13
9297
msgid "Override the email id used by Bazaar. Typical format::"
9300
#: en/help_topics/configuration.txt:15
9301
msgid " \"John Doe <jdoe@example.com>\""
9304
#: en/help_topics/configuration.txt:17
9305
msgid "See also the ``email`` configuration option."
9308
#: en/help_topics/configuration.txt:19
9310
"BZR_PROGRESS_BAR\n"
9314
#: en/help_topics/configuration.txt:22
9316
"Override the progress display. Possible values are \"none\" or \"text\". "
9318
"the value is \"none\" then no progress bar is displayed. The value \"text\" "
9320
"the ordinary command line progress bar."
9323
#: en/help_topics/configuration.txt:26
9329
#: en/help_topics/configuration.txt:29
9330
msgid "Control whether SIGQUIT behaves normally or invokes a breakin debugger."
9333
#: en/help_topics/configuration.txt:31
9335
"* 0 = Standard SIGQUIT behavior (normally, exit with a core dump)\n"
9336
"* 1 = Invoke breakin debugger (default)"
9339
#: en/help_topics/configuration.txt:34
9345
#: en/help_topics/configuration.txt:37
9346
msgid "Override the home directory used by Bazaar."
9349
#: en/help_topics/configuration.txt:39
9355
#: en/help_topics/configuration.txt:42
9356
msgid "Select a different SSH implementation."
9359
#: en/help_topics/configuration.txt:44
9365
#: en/help_topics/configuration.txt:47
9366
msgid "Control whether to launch a debugger on error."
9369
#: en/help_topics/configuration.txt:49
9371
"* 0 = Standard behavior\n"
9372
"* 1 = Launch debugger"
9375
#: en/help_topics/configuration.txt:52
9381
#: en/help_topics/configuration.txt:55
9382
msgid "Path to the Bazaar executable to use when using the bzr+ssh protocol."
9385
#: en/help_topics/configuration.txt:57
9386
msgid "See also the ``bzr_remote_path`` configuration option."
9389
#: en/help_topics/configuration.txt:59
9395
#: en/help_topics/configuration.txt:62
9396
msgid "Path to the editor Bazaar should use for commit messages, etc."
9399
#: en/help_topics/configuration.txt:64
9405
#: en/help_topics/configuration.txt:67
9407
"Location of the Bazaar log file. You can check the current location by\n"
9408
"running ``bzr version``."
9411
#: en/help_topics/configuration.txt:70
9413
"The log file contains debug information that is useful for diagnosing or\n"
9414
"reporting problems with Bazaar."
9417
#: en/help_topics/configuration.txt:73
9419
"Setting this to ``NUL`` on Windows or ``/dev/null`` on other platforms\n"
9420
"will disable logging."
9423
#: en/help_topics/configuration.txt:76
9430
#: en/help_topics/configuration.txt:80
9432
"The path to the plugins directory that Bazaar should use.\n"
9433
"If not set, Bazaar will search for plugins in:"
9436
#: en/help_topics/configuration.txt:83
9437
msgid "* the user specific plugin directory (containing the ``user`` plugins),"
9440
#: en/help_topics/configuration.txt:85
9441
msgid "* the bzrlib directory (containing the ``core`` plugins),"
9444
#: en/help_topics/configuration.txt:87
9446
"* the site specific plugin directory if applicable (containing\n"
9447
" the ``site`` plugins)."
9450
#: en/help_topics/configuration.txt:90
9452
"If ``BZR_PLUGIN_PATH`` is set in any fashion, it will change the\n"
9453
"the way the plugin are searched. "
9456
#: en/help_topics/configuration.txt:93
9458
"As for the ``PATH`` variables, if multiple directories are\n"
9459
"specified in ``BZR_PLUGIN_PATH`` they should be separated by the\n"
9460
"platform specific appropriate character (':' on Unix,\n"
9464
#: en/help_topics/configuration.txt:98
9466
"By default if ``BZR_PLUGIN_PATH`` is set, it replaces searching\n"
9467
"in ``user``. However it will continue to search in ``core`` and\n"
9468
"``site`` unless they are explicitly removed."
9471
#: en/help_topics/configuration.txt:102
9473
"If you need to change the order or remove one of these\n"
9474
"directories, you should use special values:"
9477
#: en/help_topics/configuration.txt:105
9479
"* ``-user``, ``-core``, ``-site`` will remove the corresponding\n"
9480
" path from the default values,"
9483
#: en/help_topics/configuration.txt:108
9485
"* ``+user``, ``+core``, ``+site`` will add the corresponding path\n"
9486
" before the remaining default values (and also remove it from\n"
9487
" the default values)."
9490
#: en/help_topics/configuration.txt:112
9492
"Note that the special values 'user', 'core' and 'site' should be\n"
9493
"used literally, they will be substituted by the corresponding,\n"
9494
"platform specific, values."
9497
#: en/help_topics/configuration.txt:116
9499
"The examples below use ':' as the separator, windows users\n"
9503
#: en/help_topics/configuration.txt:119
9504
msgid "Overriding the default user plugin directory::"
9507
#: en/help_topics/configuration.txt:121
9508
msgid " BZR_PLUGIN_PATH='/path/to/my/other/plugins'"
9511
#: en/help_topics/configuration.txt:123
9512
msgid "Disabling the site directory while retaining the user directory::"
9515
#: en/help_topics/configuration.txt:125
9516
msgid " BZR_PLUGIN_PATH='-site:+user'"
9519
#: en/help_topics/configuration.txt:127
9520
msgid "Disabling all plugins (better achieved with --no-plugins)::"
9523
#: en/help_topics/configuration.txt:129
9524
msgid " BZR_PLUGIN_PATH='-user:-core:-site'"
9527
#: en/help_topics/configuration.txt:131
9528
msgid "Overriding the default site plugin directory::"
9531
#: en/help_topics/configuration.txt:133
9532
msgid " BZR_PLUGIN_PATH='/path/to/my/site/plugins:-site':+user"
9535
#: en/help_topics/configuration.txt:135
9537
"BZR_DISABLE_PLUGINS\n"
9538
"~~~~~~~~~~~~~~~~~~~"
9541
#: en/help_topics/configuration.txt:138
9543
"Under special circumstances (mostly when trying to diagnose a\n"
9544
"bug), it's better to disable a plugin (or several) rather than\n"
9545
"uninstalling them completely. Such plugins can be specified in\n"
9546
"the ``BZR_DISABLE_PLUGINS`` environment variable."
9549
#: en/help_topics/configuration.txt:143
9551
"In that case, ``bzr`` will stop loading the specified plugins and\n"
9552
"will raise an import error if they are explicitly imported (by\n"
9553
"another plugin that depends on them for example)."
9556
#: en/help_topics/configuration.txt:147
9557
msgid "Disabling ``myplugin`` and ``yourplugin`` is achieved by::"
9560
#: en/help_topics/configuration.txt:149
9561
msgid " BZR_DISABLE_PLUGINS='myplugin:yourplugin'"
9564
#: en/help_topics/configuration.txt:151
9570
#: en/help_topics/configuration.txt:154
9572
"When adding a new feature or working on a bug in a plugin,\n"
9573
"developers often need to use a specific version of a given\n"
9574
"plugin. Since python requires that the directory containing the\n"
9575
"code is named like the plugin itself this make it impossible to\n"
9576
"use arbitrary directory names (using a two-level directory scheme\n"
9577
"is inconvenient). ``BZR_PLUGINS_AT`` allows such directories even\n"
9578
"if they don't appear in ``BZR_PLUGIN_PATH`` ."
9581
#: en/help_topics/configuration.txt:162
9583
"Plugins specified in this environment variable takes precedence\n"
9584
"over the ones in ``BZR_PLUGIN_PATH``."
9587
#: en/help_topics/configuration.txt:165
9589
"The variable specified a list of ``plugin_name@plugin path``,\n"
9590
"``plugin_name`` being the name of the plugin as it appears in\n"
9591
"python module paths, ``plugin_path`` being the path to the\n"
9592
"directory containing the plugin code itself\n"
9593
"(i.e. ``plugins/myplugin`` not ``plugins``). Use ':' as the list\n"
9594
"separator, use ';' on windows."
9597
#: en/help_topics/configuration.txt:172
9603
#: en/help_topics/configuration.txt:175
9605
"Using a specific version of ``myplugin``:\n"
9606
"``BZR_PLUGINS_AT='myplugin@/home/me/bugfixes/123456-myplugin``"
9609
#: en/help_topics/configuration.txt:178
9615
#: en/help_topics/configuration.txt:181
9616
msgid "The path where Bazaar should look for shell plugin external commands."
9619
#: en/help_topics/configuration.txt:183
9622
"http_proxy, https_proxy\n"
9623
"~~~~~~~~~~~~~~~~~~~~~~~"
9626
#: en/help_topics/configuration.txt:187
9627
msgid "Specifies the network proxy for outgoing connections, for example::"
9630
#: en/help_topics/configuration.txt:189
9632
" http_proxy=http://proxy.example.com:3128/ \n"
9633
" https_proxy=http://proxy.example.com:3128/"
9636
#: en/help_topics/configuration.txt:192
9639
"Configuration files\n"
9640
"-------------------"
9643
#: en/help_topics/configuration.txt:196
9649
#: en/help_topics/configuration.txt:199
9651
"Configuration files are located in ``$HOME/.bazaar`` on Unix and\n"
9652
"``C:\\Documents and Settings\\<username>\\Application Data\\Bazaar\\2.0`` "
9654
"Windows. (You can check the location for your system by using\n"
9658
#: en/help_topics/configuration.txt:204
9659
msgid "There are three primary configuration files in this location:"
9662
#: en/help_topics/configuration.txt:206
9663
msgid "* ``bazaar.conf`` describes default configuration options,"
9666
#: en/help_topics/configuration.txt:208
9668
"* ``locations.conf`` describes configuration information for\n"
9669
" specific branch locations,"
9672
#: en/help_topics/configuration.txt:211
9674
"* ``authentication.conf`` describes credential information for\n"
9678
#: en/help_topics/configuration.txt:214
9680
"Each branch can also contain a configuration file that sets values specific\n"
9681
"to that branch. This file is found at ``.bzr/branch/branch.conf`` within "
9683
"branch. This file is visible to all users of a branch, if you wish to "
9685
"one of the values for a branch with a setting that is specific to you then "
9687
"can do so in ``locations.conf``."
9690
#: en/help_topics/configuration.txt:220
9696
#: en/help_topics/configuration.txt:223
9698
"An ini file has three types of contructs: section headers, section\n"
9699
"options and comments."
9702
#: en/help_topics/configuration.txt:226
9708
#: en/help_topics/configuration.txt:229
9710
"A comment is any line that starts with a \"#\" (sometimes called a \"hash\n"
9711
"mark\", \"pound sign\" or \"number sign\"). Comment lines are ignored by\n"
9712
"Bazaar when parsing ini files."
9715
#: en/help_topics/configuration.txt:233
9721
#: en/help_topics/configuration.txt:236
9723
"A section header is a word enclosed in brackets that starts at the begining\n"
9724
"of a line. A typical section header looks like this::"
9727
#: en/help_topics/configuration.txt:239
9731
#: en/help_topics/configuration.txt:241
9733
"The only valid section headers for bazaar.conf currently are [DEFAULT] and\n"
9734
"[ALIASES]. Section headers are case sensitive. The default section provides "
9736
"setting options which can be overridden with the branch config file."
9739
#: en/help_topics/configuration.txt:245
9741
"For ``locations.conf``, the options from the section with the\n"
9742
"longest matching section header are used to the exclusion of other\n"
9743
"potentially valid section headers. A section header uses the path for\n"
9744
"the branch as the section header. Some examples include::"
9747
#: en/help_topics/configuration.txt:250
9749
" [http://mybranches.isp.com/~jdoe/branchdir]\n"
9750
" [/home/jdoe/branches/]"
9753
#: en/help_topics/configuration.txt:253
9760
#: en/help_topics/configuration.txt:257
9762
"A section option resides within a section. A section option contains an\n"
9763
"option name, an equals sign and a value. For example::"
9766
#: en/help_topics/configuration.txt:260
9768
" email = John Doe <jdoe@isp.com>\n"
9769
" gpg_signing_key = Amy Pond <amy@example.com>"
9772
#: en/help_topics/configuration.txt:263
9774
"A option can reference other options by enclosing them in curly brackets::"
9777
#: en/help_topics/configuration.txt:265
9779
" my_branch_name = feature_x\n"
9780
" my_server = bzr+ssh://example.com\n"
9781
" push_location = {my_server}/project/{my_branch_name}"
9784
#: en/help_topics/configuration.txt:269
9790
#: en/help_topics/configuration.txt:272
9792
"Options defined in a section affect the named directory or URL plus\n"
9793
"any locations they contain. Policies can be used to change how an\n"
9794
"option value is interpreted for contained locations. Currently\n"
9795
"there are three policies available:"
9798
#: en/help_topics/configuration.txt:277
9801
" the value is interpreted the same for contained locations. This is\n"
9802
" the default behaviour.\n"
9804
" the value is only used for the exact location specified by the\n"
9807
" for contained locations, any additional path components are\n"
9808
" appended to the value."
9811
#: en/help_topics/configuration.txt:287
9813
"Policies are specified by keys with names of the form \"<option_name>:policy"
9815
"For example, to define the push location for a tree of branches, the\n"
9816
"following could be used::"
9819
#: en/help_topics/configuration.txt:291
9821
" [/top/location]\n"
9822
" push_location = sftp://example.com/location\n"
9823
" push_location:policy = appendpath"
9826
#: en/help_topics/configuration.txt:295
9828
"With this configuration, the push location for ``/top/location/branch1``\n"
9829
"would be ``sftp://example.com/location/branch1``."
9832
#: en/help_topics/configuration.txt:298
9834
"Section local options\n"
9835
"^^^^^^^^^^^^^^^^^^^^^"
9838
#: en/help_topics/configuration.txt:301
9840
"Some options are defined automatically inside a given section and can be\n"
9841
"refered to in this section only. "
9844
#: en/help_topics/configuration.txt:304
9845
msgid "For example, the ``appendpath`` policy can be used like this::"
9848
#: en/help_topics/configuration.txt:306
9850
" [/home/vila/src/bzr/bugs]\n"
9851
" mypush = lp:~vila/bzr\n"
9852
" mypush:policy=appendpath"
9855
#: en/help_topics/configuration.txt:310
9856
msgid "Using ``relpath`` to achieve the same result is done like this::"
9859
#: en/help_topics/configuration.txt:312
9861
" [/home/vila/src/bzr/bugs]\n"
9862
" mypush = lp:~vila/bzr/{relpath}"
9865
#: en/help_topics/configuration.txt:315
9867
"In both cases, when used in a directory like\n"
9868
"``/home/vila/src/bzr/bugs/832013-expand-in-stack`` we'll get::"
9871
#: en/help_topics/configuration.txt:318
9873
" $ bzr config mypush\n"
9874
" lp:~vila/bzr/832013-expand-in-stack"
9877
#: en/help_topics/configuration.txt:321
9878
msgid "Another such option is ``basename`` which can be used like this::"
9881
#: en/help_topics/configuration.txt:323
9883
" [/home/vila/src/bzr]\n"
9884
" mypush = lp:~vila/bzr/{basename}"
9887
#: en/help_topics/configuration.txt:326
9889
"When used in a directory like\n"
9890
"``/home/vila/src/bzr/bugs/832013-expand-in-stack`` we'll get::"
9893
#: en/help_topics/configuration.txt:332
9895
"Note that ``basename`` here refers to the base name of ``relpath`` which\n"
9896
"itself is defined as the relative path between the section name and the\n"
9897
"location it matches."
9900
#: en/help_topics/configuration.txt:336
9902
"When an option is local to a Section, it cannot be referred to from option\n"
9903
"values in any other section from the same ``Store`` nor from any other\n"
9907
#: en/help_topics/configuration.txt:340
9910
"The main configuration file, bazaar.conf\n"
9911
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
9914
#: en/help_topics/configuration.txt:344
9916
"``bazaar.conf`` allows two sections: ``[DEFAULT]`` and ``[ALIASES]``.\n"
9917
"The default section contains the default\n"
9918
"configuration options for all branches. The default section can be\n"
9919
"overriden by providing a branch-specific section in ``locations.conf``."
9922
#: en/help_topics/configuration.txt:349
9923
msgid "A typical ``bazaar.conf`` section often looks like the following::"
9926
#: en/help_topics/configuration.txt:351
9929
" email = John Doe <jdoe@isp.com>\n"
9930
" editor = /usr/bin/vim\n"
9931
" create_signatures = when-required"
9934
#: en/help_topics/configuration.txt:356
9937
"The branch location configuration file, locations.conf\n"
9938
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
9941
#: en/help_topics/configuration.txt:360
9943
"``locations.conf`` allows one to specify overriding settings for\n"
9944
"a specific branch. The format is almost identical to the default section in\n"
9945
"bazaar.conf with one significant change: The section header, instead of "
9947
"default, will be the path to a branch that you wish to override a value\n"
9948
"for. The '?' and '*' wildcards are supported::"
9951
#: en/help_topics/configuration.txt:366
9953
" [/home/jdoe/branches/nethack]\n"
9954
" email = Nethack Admin <nethack@nethack.com>"
9957
#: en/help_topics/configuration.txt:369
9959
" [http://hypothetical.site.com/branches/devel-branch]\n"
9960
" create_signatures = always"
9963
#: en/help_topics/configuration.txt:372
9965
"The authentication configuration file, authentication.conf\n"
9966
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
9969
#: en/help_topics/configuration.txt:375
9971
"``authentication.conf`` allows one to specify credentials for\n"
9972
"remote servers. This can be used for all the supported transports and any "
9974
"of bzr that requires authentication (smtp for example)."
9977
#: en/help_topics/configuration.txt:379
9979
"The syntax of the file obeys the same rules as the others except for the\n"
9980
"option policies which don't apply."
9983
#: en/help_topics/configuration.txt:382
9985
"For more information on the possible uses of the authentication "
9987
"file see :doc:`authentication-help`."
9990
#: en/help_topics/configuration.txt:385
9997
#: en/help_topics/configuration.txt:389
10003
#: en/help_topics/configuration.txt:392
10005
"A comma-separated list of debugging options to turn on. The same values\n"
10006
"can be used as with the -D command-line option (see `help global-options`).\n"
10010
#: en/help_topics/configuration.txt:396
10011
msgid " debug_flags = hpss"
10014
#: en/help_topics/configuration.txt:400
10015
msgid " debug_flags = hpss,evil"
10018
#: en/help_topics/configuration.txt:402
10024
#: en/help_topics/configuration.txt:405
10026
"The email address to use when committing a branch. Typically takes the form\n"
10030
#: en/help_topics/configuration.txt:408
10031
msgid " email = Full Name <account@hostname.tld>"
10034
#: en/help_topics/configuration.txt:410
10040
#: en/help_topics/configuration.txt:413
10042
"The path of the editor that you wish to use if *bzr commit* is run without\n"
10043
"a commit message. This setting is trumped by the environment variable\n"
10044
"``BZR_EDITOR``, and overrides the ``VISUAL`` and ``EDITOR`` environment\n"
10048
#: en/help_topics/configuration.txt:418
10054
#: en/help_topics/configuration.txt:421
10056
"The default log format to use. Standard log formats are ``long``, ``short``\n"
10057
"and ``line``. Additional formats may be provided by plugins. The default\n"
10058
"value is ``long``."
10061
#: en/help_topics/configuration.txt:425
10063
"check_signatures\n"
10067
#: en/help_topics/configuration.txt:428
10069
"Reserved for future use. These options will allow a policy for branches to\n"
10070
"require signatures."
10073
#: en/help_topics/configuration.txt:431
10076
" The gnupg signature for revisions must be present and must be valid."
10079
#: en/help_topics/configuration.txt:434
10082
" Do not check gnupg signatures of revisions."
10085
#: en/help_topics/configuration.txt:437
10087
"check-available\n"
10088
" (default) If gnupg signatures for revisions are present, check them.\n"
10089
" Bazaar will fail if it finds a bad signature, but will not fail if\n"
10090
" no signature is present."
10093
#: en/help_topics/configuration.txt:442
10095
"create_signatures\n"
10096
"~~~~~~~~~~~~~~~~~"
10099
#: en/help_topics/configuration.txt:445
10101
"Defines the behaviour of signing revisions on commits. By default bzr will "
10103
"sign new commits."
10106
#: en/help_topics/configuration.txt:448
10109
" Sign every new revision that is committed. If the signing fails then "
10111
" commit will not be made."
10114
#: en/help_topics/configuration.txt:452
10117
" Reserved for future use."
10120
#: en/help_topics/configuration.txt:455
10123
" Reserved for future use."
10126
#: en/help_topics/configuration.txt:458
10128
"In future it is planned that ``when-required`` will sign newly\n"
10129
"committed revisions only when the branch requires them. ``never`` will "
10131
"to sign newly committed revisions, even if the branch requires signatures."
10134
#: en/help_topics/configuration.txt:462
10136
"dirstate.fdatasync\n"
10137
"~~~~~~~~~~~~~~~~~~"
10140
#: en/help_topics/configuration.txt:465
10142
"If true (default), working tree metadata changes are flushed through the\n"
10143
"OS buffers to physical disk. This is somewhat slower, but means data\n"
10144
"should not be lost if the machine crashes. See also repository.fdatasync."
10147
#: en/help_topics/configuration.txt:469
10149
"gpg_signing_key\n"
10153
#: en/help_topics/configuration.txt:472
10155
"The GnuPG user identity to use when signing commits. Can be an e-mail\n"
10156
"address, key fingerprint or full key ID. When unset or when set to\n"
10157
"\"default\" Bazaar will use the user e-mail set with ``whoami``."
10160
#: en/help_topics/configuration.txt:476
10166
#: en/help_topics/configuration.txt:479
10168
"Only useful in ``locations.conf``. Defines whether or not the\n"
10169
"configuration for this section applies to subdirectories:"
10172
#: en/help_topics/configuration.txt:482
10175
" (default) This section applies to subdirectories as well."
10178
#: en/help_topics/configuration.txt:485
10181
" This section only applies to the branch at this directory and not\n"
10182
" branches below it."
10185
#: en/help_topics/configuration.txt:489
10187
"gpg_signing_command\n"
10188
"~~~~~~~~~~~~~~~~~~~"
10191
#: en/help_topics/configuration.txt:492
10193
"(Default: \"gpg\"). Which program should be used to sign and check "
10198
#: en/help_topics/configuration.txt:495
10199
msgid " gpg_signing_command = /usr/bin/gnpg"
10202
#: en/help_topics/configuration.txt:497
10204
"The specified command must accept the options \"--clearsign\" and \"-u "
10208
#: en/help_topics/configuration.txt:499
10210
"bzr_remote_path\n"
10214
#: en/help_topics/configuration.txt:502
10216
"(Default: \"bzr\"). The path to the command that should be used to run the "
10218
"server for bzr. This value may only be specified in locations.conf, because:"
10221
#: en/help_topics/configuration.txt:505
10223
"- it's needed before branch.conf is accessible\n"
10224
"- allowing remote branch.conf files to specify commands would be a security\n"
10228
#: en/help_topics/configuration.txt:509
10229
msgid "It is overridden by the BZR_REMOTE_PATH environment variable."
10232
#: en/help_topics/configuration.txt:511
10238
#: en/help_topics/configuration.txt:514
10240
"(Default: \"localhost\"). SMTP server to use when Bazaar needs to send\n"
10241
"email, eg. with ``merge-directive --mail-to``, or the bzr-email plugin."
10244
#: en/help_topics/configuration.txt:517
10246
"smtp_username, smtp_password\n"
10247
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10250
#: en/help_topics/configuration.txt:520
10252
"User and password to authenticate to the SMTP server. If smtp_username\n"
10253
"is set, and smtp_password is not, Bazaar will prompt for a password.\n"
10254
"These settings are only needed if the SMTP server requires authentication\n"
10258
#: en/help_topics/configuration.txt:525
10260
"locks.steal_dead\n"
10264
#: en/help_topics/configuration.txt:528
10266
"If set to true, bzr will automatically break locks held by processes from\n"
10267
"the same machine and user that are no longer alive. Otherwise, it will\n"
10268
"print a message and you can break the lock manually, if you are satisfied\n"
10269
"the object is no longer in use."
10272
#: en/help_topics/configuration.txt:533
10278
#: en/help_topics/configuration.txt:536
10280
"A mail client to use for sending merge requests.\n"
10281
"By default, bzr will try to use ``mapi`` on Windows. On other platforms, "
10283
"will try ``xdg-email``. If either of these fails, it will fall back to\n"
10287
#: en/help_topics/configuration.txt:541
10288
msgid "Supported values for specific clients:"
10291
#: en/help_topics/configuration.txt:543
10293
":claws: Use Claws. This skips a dialog for attaching files.\n"
10294
":evolution: Use Evolution.\n"
10295
":kmail: Use KMail.\n"
10296
":mutt: Use Mutt.\n"
10297
":thunderbird: Use Mozilla Thunderbird or Icedove. For Thunderbird/Icedove "
10299
" this works around some bugs that xdg-email doesn't handle."
10302
#: en/help_topics/configuration.txt:550
10303
msgid "Supported generic values are:"
10306
#: en/help_topics/configuration.txt:552
10308
":default: See above.\n"
10309
":editor: Use your editor to compose the merge request. This also uses\n"
10310
" your commit id, (see ``bzr whoami``), smtp_server and (optionally)\n"
10311
" smtp_username and smtp_password.\n"
10312
":mapi: Use your preferred e-mail client on Windows.\n"
10313
":xdg-email: Use xdg-email to run your preferred mail program"
10316
#: en/help_topics/configuration.txt:559
10318
"repository.fdatasync\n"
10319
"~~~~~~~~~~~~~~~~~~~~"
10322
#: en/help_topics/configuration.txt:562
10324
"If true (default), repository changes are flushed through the OS buffers\n"
10325
"to physical disk. This is somewhat slower, but means data should not be\n"
10326
"lost if the machine crashes. See also dirstate.fdatasync."
10329
#: en/help_topics/configuration.txt:566
10335
#: en/help_topics/configuration.txt:569
10337
"The branch you intend to submit your current work to. This is "
10339
"set by ``bzr send``, and is also used by the ``submit:`` revision spec. "
10341
"should usually be set on a per-branch or per-location basis."
10344
#: en/help_topics/configuration.txt:573
10350
#: en/help_topics/configuration.txt:576
10352
"A publically-accessible version of this branch (implying that this version "
10354
"not publically-accessible). Used (and set) by ``bzr send``."
10357
#: en/help_topics/configuration.txt:579
10359
"suppress_warnings\n"
10360
"~~~~~~~~~~~~~~~~~"
10363
#: en/help_topics/configuration.txt:582
10365
"A list of strings, each string represent a warning that can be emitted by\n"
10366
"bzr. Mentioning a warning in this list tells bzr to not emit it."
10369
#: en/help_topics/configuration.txt:585
10370
msgid "Valid values:"
10373
#: en/help_topics/configuration.txt:587
10375
"* ``format_deprecation``:\n"
10376
" whether the format deprecation warning is shown on repositories that "
10378
" using deprecated formats."
10381
#: en/help_topics/configuration.txt:591
10387
#: en/help_topics/configuration.txt:594
10389
"A format name for the default format used when creating branches. See "
10391
"help formats`` for possible values."
10394
#: en/help_topics/configuration.txt:597
10397
"Unicode options\n"
10401
#: en/help_topics/configuration.txt:601
10403
"output_encoding\n"
10407
#: en/help_topics/configuration.txt:604
10409
"A Python unicode encoding name for text output from bzr, such as log\n"
10410
"information. Values include: utf8, cp850, ascii, iso-8859-1. The default\n"
10411
"is the terminal encoding prefered by the operating system."
10414
#: en/help_topics/configuration.txt:608
10417
"Branch type specific options\n"
10418
"----------------------------"
10421
#: en/help_topics/configuration.txt:612
10423
"These options apply only to branches that use the ``dirstate-tags`` or\n"
10424
"later format. They\n"
10425
"are usually set in ``.bzr/branch/branch.conf`` automatically, but may be\n"
10426
"manually set in ``locations.conf`` or ``bazaar.conf``."
10429
#: en/help_topics/configuration.txt:617
10431
"append_revisions_only\n"
10432
"~~~~~~~~~~~~~~~~~~~~~"
10435
#: en/help_topics/configuration.txt:620
10437
"If set to \"True\" then revisions can only be appended to the log, not\n"
10438
"removed. A branch with this setting enabled can only pull from another\n"
10439
"branch if the other branch's log is a longer version of its own. This is\n"
10440
"normally set by ``bzr init --append-revisions-only``. If you set it\n"
10441
"manually, use either 'True' or 'False' (case-sensitive) to maintain\n"
10442
"compatibility with previous bzr versions (older than 2.2)."
10445
#: en/help_topics/configuration.txt:627
10447
"parent_location\n"
10451
#: en/help_topics/configuration.txt:630
10453
"If present, the location of the default branch for pull or merge. This "
10455
"is normally set when creating a branch, the first ``pull`` or by ``pull\n"
10459
#: en/help_topics/configuration.txt:634
10465
#: en/help_topics/configuration.txt:637
10467
"If present, the location of the default branch for push. This option\n"
10468
"is normally set by the first ``push`` or ``push --remember``."
10471
#: en/help_topics/configuration.txt:640
10477
#: en/help_topics/configuration.txt:643
10479
"If present, defines the ``--strict`` option default value for checking\n"
10480
"uncommitted changes before pushing."
10483
#: en/help_topics/configuration.txt:646
10489
#: en/help_topics/configuration.txt:649
10491
"If present, defines the ``--strict`` option default value for checking\n"
10492
"uncommitted changes before pushing into a different VCS without any\n"
10493
"custom bzr metadata."
10496
#: en/help_topics/configuration.txt:653
10502
#: en/help_topics/configuration.txt:656
10504
"The location that commits should go to when acting as a checkout.\n"
10505
"This option is normally set by ``bind``."
10508
#: en/help_topics/configuration.txt:659
10514
#: en/help_topics/configuration.txt:662
10516
"If set to \"True\", the branch should act as a checkout, and push each "
10518
"the bound_location. This option is normally set by ``bind``/``unbind``."
10521
#: en/help_topics/configuration.txt:665
10527
#: en/help_topics/configuration.txt:668
10529
"If present, defines the ``--strict`` option default value for checking\n"
10530
"uncommitted changes before sending a merge directive."
10533
#: en/help_topics/configuration.txt:671
10535
"add.maximum_file_size\n"
10536
"~~~~~~~~~~~~~~~~~~~~~"
10539
#: en/help_topics/configuration.txt:674
10541
"Defines the maximum file size the command line \"add\" operation will allow\n"
10542
"in recursive mode, with files larger than this value being skipped. You "
10544
"specify this value as an integer (in which case it is interpreted as "
10546
"or you may specify the value using SI units, i.e. 10KB, 20MB, 1G. A value of "
10548
"will disable skipping."
10551
#: en/help_topics/configuration.txt:680
10553
"External Merge Tools\n"
10554
"--------------------"
10557
#: en/help_topics/configuration.txt:683
10559
"bzr.mergetool.<name>\n"
10560
"~~~~~~~~~~~~~~~~~~~~"
10563
#: en/help_topics/configuration.txt:686
10565
"Defines an external merge tool called <name> with the given command-line.\n"
10566
"Arguments containing spaces should be quoted using single or double quotes. "
10568
"executable may omit its path if it can be found on the PATH."
10571
#: en/help_topics/configuration.txt:690
10573
"The following markers can be used in the command-line to substitute "
10575
"involved in the merge conflict::"
10578
#: en/help_topics/configuration.txt:693
10580
" {base} file.BASE\n"
10581
" {this} file.THIS\n"
10582
" {other} file.OTHER\n"
10583
" {result} output file\n"
10584
" {this_temp} temp copy of file.THIS, used to overwrite output file if "
10589
#: en/help_topics/configuration.txt:702
10590
msgid " bzr.mergetool.kdiff3 = kdiff3 {base} {this} {other} -o {result}"
10593
#: en/help_topics/configuration.txt:704
10595
"bzr.default_mergetool\n"
10596
"~~~~~~~~~~~~~~~~~~~~~"
10599
#: en/help_topics/configuration.txt:707
10601
"Specifies which external merge tool (as defined above) should be selected "
10603
"default in tools such as ``bzr qconflicts``."
10606
#: en/help_topics/configuration.txt:712
10607
msgid " bzr.default_mergetool = kdiff3\n"
10610
#: en/help_topics/conflict-types.txt:1
10616
#: en/help_topics/conflict-types.txt:4
10618
"Some operations, like merge, revert and pull, modify the contents of your\n"
10619
"working tree. These modifications are programmatically generated, and so "
10621
"may conflict with the current state of your working tree. "
10624
#: en/help_topics/conflict-types.txt:8
10626
"When conflicts are present in your working tree (as shown by ``bzr\n"
10627
"conflicts``), you should resolve them and then inform bzr that the "
10629
"have been resolved."
10632
#: en/help_topics/conflict-types.txt:12
10634
"Resolving conflicts is sometimes not obvious. Either because the user that\n"
10635
"should resolve them is not the one responsible for their occurrence, as is "
10637
"case when merging other people's work or because some conflicts are "
10639
"in a way that is not easy to understand."
10642
#: en/help_topics/conflict-types.txt:17
10644
"Bazaar tries to avoid conflicts ; its aim is to ask you to resolve the\n"
10645
"conflict if and only if there's an actual conceptual conflict in the source\n"
10646
"tree. Because Bazaar doesn't understand the real meaning of the files "
10648
"versioned, it can, when faced with ambiguities, fall short in either "
10650
"trying to resolve the conflict itself. Many kinds of changes can be "
10652
"programmatically, but sometimes only a human can determine the right thing "
10657
#: en/help_topics/conflict-types.txt:25
10659
"When Bazaar generates a conflict, it adds information into the working tree "
10661
"present the conflicting versions, and it's up to you to find the correct\n"
10665
#: en/help_topics/conflict-types.txt:29
10666
msgid "Whatever the conflict is, resolving it is roughly done in two steps:"
10669
#: en/help_topics/conflict-types.txt:31
10671
"1. Modify the working tree content so that the conflicted item is now in "
10673
" state you want to keep, then"
10676
#: en/help_topics/conflict-types.txt:34
10678
"2. Inform Bazaar that the conflict is now solved and ask to cleanup any\n"
10679
" remaining generated information (``bzr resolve <item>``)."
10682
#: en/help_topics/conflict-types.txt:37
10684
"For most conflict types, there are some obvious ways to modify the working\n"
10685
"tree and put it into the desired state. For some types of conflicts, Bazaar\n"
10686
"itself already made a choice, when possible."
10689
#: en/help_topics/conflict-types.txt:41
10691
"Yet, whether Bazaar makes a choice or not, there are some other simple but\n"
10692
"different ways to resolve the conflict."
10695
#: en/help_topics/conflict-types.txt:44
10697
"Each type of conflict is explained below, and the action which must be done "
10699
"resolve the conflict is outlined."
10702
#: en/help_topics/conflict-types.txt:47
10704
"Various actions are available depending on the kind of conflict, for some "
10706
"these actions, Bazaar can provide some help. In the end you should at least\n"
10707
"inform Bazaar that you're done with the conflict with::"
10710
#: en/help_topics/conflict-types.txt:51
10711
msgid " ``bzr resolve FILE --action=done'"
10714
#: en/help_topics/conflict-types.txt:53
10716
"Note that this is the default action when a single file is involved so you "
10721
#: en/help_topics/conflict-types.txt:56
10722
msgid " ``bzr resolve FILE``"
10725
#: en/help_topics/conflict-types.txt:58
10726
msgid "See ``bzr help resolve`` for more details."
10729
#: en/help_topics/conflict-types.txt:60
10735
#: en/help_topics/conflict-types.txt:63
10736
msgid "Typical message::"
10739
#: en/help_topics/conflict-types.txt:65
10740
msgid " Text conflict in FILE"
10743
#: en/help_topics/conflict-types.txt:67
10745
"These are produced when a text merge cannot completely reconcile two sets "
10747
"text changes. Bazaar will emit files for each version with the extensions\n"
10748
"THIS, OTHER, and BASE. THIS is the version of the file from the target "
10750
"i.e. the tree that you are merging changes into. OTHER is the version that "
10752
"are merging into the target. BASE is an older version that is used as a "
10757
#: en/help_topics/conflict-types.txt:74
10759
"In the main copy of the file, Bazaar will include all the changes that it\n"
10760
"could reconcile, and any un-reconciled conflicts are surrounded by\n"
10761
"\"herringbone\" markers like ``<<<<<<<``."
10764
#: en/help_topics/conflict-types.txt:78
10766
"Say the initial text is \"The project leader released it.\", and THIS "
10768
"to \"Martin Pool released it.\", while OTHER modifies it to \"The project "
10770
"released Bazaar.\" A conflict would look like this::"
10773
#: en/help_topics/conflict-types.txt:82
10776
" Martin Pool released it.\n"
10778
" The project leader released Bazaar.\n"
10779
" >>>>>>> MERGE-SOURCE"
10782
#: en/help_topics/conflict-types.txt:88
10783
msgid "The correct resolution would be \"Martin Pool released Bazaar.\""
10786
#: en/help_topics/conflict-types.txt:90
10788
"You can handle text conflicts either by editing the main copy of the file,\n"
10789
"or by invoking external tools on the THIS, OTHER and BASE versions. It's\n"
10790
"worth mentioning that resolving text conflicts rarely involves picking one\n"
10791
"set of changes over the other (but see below when you encounter these\n"
10792
"cases). More often, the two sets of changes must be intelligently combined."
10795
#: en/help_topics/conflict-types.txt:96
10797
"If you edit the main copy, be sure to remove the herringbone markers. When\n"
10798
"you are done editing, the file should look like it never had a conflict, and "
10803
#: en/help_topics/conflict-types.txt:100
10805
"When you have resolved text conflicts, just run ``bzr resolve --auto``, and\n"
10806
"Bazaar will auto-detect which conflicts you have resolved."
10809
#: en/help_topics/conflict-types.txt:103
10811
"When the conflict is resolved, Bazaar deletes the previously generated\n"
10812
"``.BASE``, ``.THIS`` and ``.OTHER`` files if they are still present in the\n"
10816
#: en/help_topics/conflict-types.txt:107
10819
"When you want to pick one set of changes over the other, you can use ``bzr\n"
10820
"resolve`` with one of the following actions:"
10823
#: en/help_topics/conflict-types.txt:111
10825
"* ``--action=take-this`` will issue ``mv FILE.THIS FILE``,\n"
10826
"* ``--action=take-other`` will issue ``mv FILE.OTHER FILE``."
10829
#: en/help_topics/conflict-types.txt:114
10831
"Note that if you have modified ``FILE.THIS`` or ``FILE.OTHER``, these\n"
10832
"modifications will be taken into account."
10835
#: en/help_topics/conflict-types.txt:117
10837
"Content conflicts\n"
10838
"-----------------"
10841
#: en/help_topics/conflict-types.txt:122
10842
msgid " Contents conflict in FILE"
10845
#: en/help_topics/conflict-types.txt:124
10847
"This conflict happens when there are conflicting changes in the working "
10849
"and the merge source, but the conflicted items are not text files. They "
10851
"be binary files, or symlinks, or directories. It can even happen with "
10853
"that are deleted on one side, and modified on the other."
10856
#: en/help_topics/conflict-types.txt:129
10858
"Like text conflicts, Bazaar will emit THIS, OTHER and BASE files. (They may "
10860
"regular files, symlinks or directories). But it will not include a \"main "
10862
"of the file with herringbone conflict markers. It will appear that the "
10864
"copy\" has been renamed to THIS or OTHER."
10867
#: en/help_topics/conflict-types.txt:134
10869
"To resolve that kind of conflict, you should rebuild FILE from either "
10871
"or a combination of both."
10874
#: en/help_topics/conflict-types.txt:137
10875
msgid "``bzr resolve`` recognizes the following actions:"
10878
#: en/help_topics/conflict-types.txt:139
10880
"* ``--action=take-this`` will issue ``bzr mv FILE.THIS FILE``,\n"
10881
"* ``--action=take-other`` will issue ``bzr mv FILE.OTHER FILE``,\n"
10882
"* ``--action=done`` will just mark the conflict as resolved."
10885
#: en/help_topics/conflict-types.txt:143
10887
"Any action will also delete the previously generated ``.BASE``, ``.THIS`` "
10889
"``.OTHER`` files if they are still present in the working tree."
10892
#: en/help_topics/conflict-types.txt:146
10894
"Bazaar cannot auto-detect when conflicts of this kind have been resolved."
10897
#: en/help_topics/conflict-types.txt:148
10903
#: en/help_topics/conflict-types.txt:153
10905
" Conflicting tags:\n"
10909
#: en/help_topics/conflict-types.txt:156
10911
"When pulling from or pushing to another branch, Bazaar informs you about "
10913
"that conflict between the two branches; that is the same tag points to two\n"
10914
"different revisions. You need not resolve these conflicts, but subsequent\n"
10915
"uses of pull or push will result in the same message."
10918
#: en/help_topics/conflict-types.txt:161
10920
"To resolve the conflict, you must apply the correct tags to either the "
10922
"branch or the source branch as appropriate. Use \"bzr tags --show-ids -d\n"
10923
"SOURCE_URL\" to see the tags in the source branch. If you want to make the\n"
10924
"target branch's tags match the source branch, then in the target branch do\n"
10925
"``bzr tag --force -r revid:REVISION_ID CONFLICTING_TAG`` for each of the\n"
10926
"CONFLICTING_TAGs, where REVISION_ID comes from the list of tags in the "
10928
"branch. You need not call \"bzr resolve\" after doing this. To resolve in\n"
10929
"favor of the target branch, you need to similarly use ``tag --force`` in "
10931
"source branch. (Note that pulling or pushing using --overwrite will "
10933
"all tags as well.)"
10936
#: en/help_topics/conflict-types.txt:172
10938
"Duplicate paths\n"
10942
#: en/help_topics/conflict-types.txt:177
10943
msgid " Conflict adding file FILE. Moved existing file to FILE.moved."
10946
#: en/help_topics/conflict-types.txt:179
10948
"Sometimes Bazaar will attempt to create a file using a pathname that has\n"
10949
"already been used. The existing file will be renamed to \"FILE.moved\". "
10952
#: en/help_topics/conflict-types.txt:187
10954
"* ``--action=take-this`` will issue ``bzr rm FILE ; bzr mv FILE.moved "
10956
"* ``--action=take-other`` will issue ``bzr rm FILE.moved``,\n"
10957
"* ``--action=done`` will just mark the conflict as resolved."
10960
#: en/help_topics/conflict-types.txt:191
10962
"Note that you must get rid of FILE.moved before using ``--action=done``."
10965
#: en/help_topics/conflict-types.txt:195
10967
"Unversioned parent\n"
10968
"------------------"
10971
#: en/help_topics/conflict-types.txt:200
10972
msgid " Conflict because FILE is not versioned, but has versioned children."
10975
#: en/help_topics/conflict-types.txt:202
10977
"Sometimes Bazaar will attempt to create a file whose parent directory is "
10979
"versioned. This happens when the directory has been deleted in the target,\n"
10980
"but has a new child in the source, or vice versa. In this situation, "
10982
"will version the parent directory as well. Resolving this issue depends\n"
10983
"very much on the particular scenario. You may wish to rename or delete "
10985
"the file or the directory. When you are satisfied, you can run \"bzr "
10987
"FILE\" to mark the conflict as resolved."
10990
#: en/help_topics/conflict-types.txt:210
10996
#: en/help_topics/conflict-types.txt:215
10997
msgid " Conflict adding files to FILE. Created directory."
11000
#: en/help_topics/conflict-types.txt:217
11002
"This happens when a directory has been deleted in the target, but has new\n"
11003
"children in the source. This is similar to the \"unversioned parent\" "
11005
"except that the parent directory does not *exist*, instead of just being\n"
11006
"unversioned. In this situation, Bazaar will create the missing parent.\n"
11007
"Resolving this issue depends very much on the particular scenario."
11010
#: en/help_topics/conflict-types.txt:223
11012
"To resolve that kind of conflict, you should either remove or rename the\n"
11013
"children or the directory or a combination of both."
11016
#: en/help_topics/conflict-types.txt:228
11018
"* ``--action=take-this`` will issue ``bzr rm directory`` including the\n"
11020
"* ``--action=take-other`` will acknowledge Bazaar choice to keep the "
11022
" and restoring the directory,\n"
11023
"* ``--action=done`` will just mark the conflict as resolved."
11026
#: en/help_topics/conflict-types.txt:236
11028
"Deleting parent\n"
11032
#: en/help_topics/conflict-types.txt:241
11033
msgid " Conflict: can't delete DIR because it is not empty. Not deleting."
11036
#: en/help_topics/conflict-types.txt:243
11038
"This is the opposite of \"missing parent\". A directory is deleted in the\n"
11039
"source, but has new children in the target (either because a directory\n"
11040
"deletion is merged or because the merge introduce new children). Bazaar\n"
11041
"will retain the directory. Resolving this issue depends very much on the\n"
11042
"particular scenario."
11045
#: en/help_topics/conflict-types.txt:254
11047
"* ``--action=take-this`` will acknowledge Bazaar choice to keep the "
11051
#: en/help_topics/conflict-types.txt:256
11053
"* ``--action=take-other`` will issue ``bzr rm directory`` including the \n"
11057
#: en/help_topics/conflict-types.txt:259
11058
msgid "* ``--action=done`` will just mark the conflict as resolved."
11061
#: en/help_topics/conflict-types.txt:261
11063
"Note that when merging a directory deletion, if unversioned files are\n"
11064
"present, they become potential orphans has they don't have a directory\n"
11068
#: en/help_topics/conflict-types.txt:265
11070
"Handling such orphans, *before* the conflict is created, is controlled by\n"
11071
"setting the ``bzr.transform.orphan_policy`` configuration option."
11074
#: en/help_topics/conflict-types.txt:268
11075
msgid "There are two possible values for this option:"
11078
#: en/help_topics/conflict-types.txt:270
11080
"* ``conflict`` (the default): will leave the orphans in place and\n"
11081
" generate a conflicts,"
11084
#: en/help_topics/conflict-types.txt:273
11086
"* ``move``: will move the orphans to a ``bzr-orphans`` directory at the "
11088
" of the working tree with names like ``<file>.~#~``."
11091
#: en/help_topics/conflict-types.txt:278
11097
#: en/help_topics/conflict-types.txt:283
11098
msgid " Path conflict: PATH1 / PATH2"
11101
#: en/help_topics/conflict-types.txt:285
11103
"This happens when the source and target have each modified the name or "
11105
"directory of a file. Bazaar will use the path elements from the source."
11108
#: en/help_topics/conflict-types.txt:288
11110
"To resolve that kind of conflict, you just have to decide what name should "
11112
"retained for the file involved."
11115
#: en/help_topics/conflict-types.txt:293
11117
"* ``--action=take-this`` will revert Bazaar choice and keep ``PATH1`` by\n"
11118
" issuing ``bzr mv PATH2 PATH1``,\n"
11119
"* ``--action=take-other`` will acknowledge Bazaar choice of keeping "
11121
"* ``--action=done`` will just mark the conflict as resolved."
11124
#: en/help_topics/conflict-types.txt:300
11130
#: en/help_topics/conflict-types.txt:305
11131
msgid " Conflict moving FILE into DIRECTORY. Cancelled move."
11134
#: en/help_topics/conflict-types.txt:307
11136
"This happens when the source and the target have each moved directories, so\n"
11137
"that, if the change could be applied, a directory would be contained by "
11142
#: en/help_topics/conflict-types.txt:311
11145
" $ bzr mkdir white\n"
11146
" $ bzr mkdir black\n"
11147
" $ bzr commit -m \"BASE\"\n"
11148
" $ bzr branch . ../other\n"
11149
" $ bzr mv white black\n"
11150
" $ bzr commit -m \"THIS\"\n"
11151
" $ bzr mv ../other/black ../other/white\n"
11152
" $ bzr commit ../other -m \"OTHER\"\n"
11153
" $ bzr merge ../other"
11156
#: en/help_topics/conflict-types.txt:322
11158
"In this situation, Bazaar will cancel the move, and leave ``white`` in\n"
11159
"``black``. To resolve that kind of conflict, you just have to decide what\n"
11160
"name should be retained for the directories involved."
11163
#: en/help_topics/conflict-types.txt:328
11165
"* ``--action=take-this`` will acknowledge Bazaar choice of leaving "
11168
"* ``--action=take-other`` will revert Bazaar choice and move ``black`` in\n"
11169
" ``white`` by issuing ``bzr mv black/white white ; bzr mv black white``,\n"
11170
"* ``--action=done`` will just mark the conflict as resolved."
11173
#: en/help_topics/conflict-types.txt:336
11175
"Non-directory parent\n"
11176
"--------------------"
11179
#: en/help_topics/conflict-types.txt:341
11181
" Conflict: foo.new is not a directory, but has files in it.\n"
11182
" Created directory."
11185
#: en/help_topics/conflict-types.txt:344
11187
"This happens when one side has added files to a directory, and the other "
11189
"has changed the directory into a file or symlink. For example::"
11192
#: en/help_topics/conflict-types.txt:347
11195
" $ bzr mkdir foo\n"
11196
" $ bzr commit -m \"BASE\"\n"
11197
" $ bzr branch . ../other\n"
11200
" $ bzr commit -m \"THIS\"\n"
11201
" $ bzr mkdir ../other/foo/bar\n"
11202
" $ bzr commit ../other -m \"OTHER\"\n"
11203
" $ bzr merge ../other"
11206
#: en/help_topics/conflict-types.txt:358
11208
"To resolve that kind of conflict, you have to decide what name should be\n"
11209
"retained for the file, directory or symlink involved."
11212
#: en/help_topics/conflict-types.txt:363
11214
"* ``--action=take-this`` will issue ``bzr rm --force foo.new`` and \n"
11215
" ``bzr add foo``,\n"
11216
"* ``--action=take-other`` will issue ``bzr rm --force foo`` and \n"
11217
" ``bzr mv foo.new foo``,\n"
11218
"* ``--action=done`` will just mark the conflict as resolved."
11221
#: en/help_topics/conflict-types.txt:371
11223
"MalformedTransform\n"
11224
"------------------"
11227
#: en/help_topics/conflict-types.txt:374
11229
"It is possible (though very rare) for Bazaar to raise a MalformedTransform\n"
11230
"exception. This means that Bazaar encountered a filesystem conflict that it "
11232
"unable to resolve. This usually indicates a bug. Please let us know if "
11234
"encounter this. Our bug tracker is at https://launchpad.net/bzr/+bugs\n"
11237
#: en/help_topics/content-filters.txt:1
11239
"Content Filters\n"
11243
#: en/help_topics/content-filters.txt:4
11245
"Content formats\n"
11249
#: en/help_topics/content-filters.txt:7
11251
"Bazaar's content filtering allows you to store files in a different\n"
11252
"format from the copy in your working tree. This lets you, or your\n"
11253
"co-developers, use Windows development tools that expect CRLF files\n"
11254
"on projects that use other line-ending conventions. Among other things,\n"
11255
"content filters also let Unix developers more easily work on projects\n"
11256
"using Windows line-ending conventions, keyword expansion/compression,\n"
11257
"and trailing spaces on lines in text files to be implicitly stripped\n"
11261
#: en/help_topics/content-filters.txt:16
11262
msgid "To generalize, there are two content formats supported by Bazaar:"
11265
#: en/help_topics/content-filters.txt:18
11267
"* a canonical format - how files are stored internally\n"
11268
"* a convenience format - how files are created in a working tree."
11271
#: en/help_topics/content-filters.txt:21
11274
"Format conversion\n"
11275
"-----------------"
11278
#: en/help_topics/content-filters.txt:25
11280
"The conversion between these formats is done by content filters.\n"
11281
"A content filter has two parts:"
11284
#: en/help_topics/content-filters.txt:28
11286
"* a read converter - converts from convenience to canonical format\n"
11287
"* a write converter - converts from canonical to convenience format."
11290
#: en/help_topics/content-filters.txt:31
11292
"Many of these converters will provide *round-trip* conversion,\n"
11293
"i.e. applying the read converter followed by the write converter\n"
11294
"gives back the original content. However, others may provide an\n"
11295
"asymmetric conversion. For example, a read converter might strip\n"
11296
"trailing whitespace off lines in source code while the matching\n"
11297
"write converter might pass content through unchanged."
11300
#: en/help_topics/content-filters.txt:38
11303
"Enabling content filters\n"
11304
"------------------------"
11307
#: en/help_topics/content-filters.txt:42
11309
"Content filters are typically provided by plugins, so the first step\n"
11310
"in using them is to install the relevant plugins and read their\n"
11311
"documentation. Some plugins may be very specific about which files\n"
11312
"they filter, e.g. only files ending in ``.java`` or ``.php``.\n"
11313
"In other cases, the plugin may leave it in the user's hands to\n"
11314
"define which files are to be filtered. This is typically done\n"
11315
"using rule-based preferences. See ``bzr help rules`` for general\n"
11316
"information about defining these."
11319
#: en/help_topics/content-filters.txt:51
11322
"Impact on commands\n"
11323
"------------------"
11326
#: en/help_topics/content-filters.txt:55
11328
"Read converters are only applied to commands that read content from\n"
11329
"a working tree, e.g. status, diff and commit. For example, ``bzr diff``\n"
11330
"will apply read converters to files in the working tree, then compare\n"
11331
"the results to the content last committed."
11334
#: en/help_topics/content-filters.txt:60
11336
"Write converters are only applied by commands that **create files in a\n"
11337
"working tree**, e.g. branch, checkout, update. If you wish to see the\n"
11338
"canonical format of a file or tree, use ``bzr cat`` or ``bzr export``\n"
11342
#: en/help_topics/content-filters.txt:65
11344
"Note: ``bzr commit`` does not implicitly apply write converters after\n"
11345
"comitting files. If this makes sense for a given plugin providing\n"
11346
"a content filter, the plugin can usually achieve this effect by using a\n"
11347
"``start_commit`` or ``post_commit`` hook say. See :doc:`hooks-help`\n"
11348
"for more information on hooks."
11351
#: en/help_topics/content-filters.txt:71
11354
"Refreshing your working tree\n"
11355
"----------------------------"
11358
#: en/help_topics/content-filters.txt:75
11360
"For performance reasons, Bazaar caches the timestamps of files in\n"
11361
"a working tree, and assumes files are unchanged if their timestamps\n"
11362
"match the cached values. As a consequence, there are times when\n"
11363
"you may need to explicitly ask for content filtering to be reapplied\n"
11364
"in one or both directions, e.g. after installing or reconfiguring\n"
11365
"plugins providing it."
11368
#: en/help_topics/content-filters.txt:82
11369
msgid "Here are some general guidelines for doing this:"
11372
#: en/help_topics/content-filters.txt:84
11374
" * To reapply read converters, ``touch`` files, i.e. update their\n"
11375
" timestamp. Operations like ``bzr status`` should then reapply the\n"
11376
" relevant read converters and compare the end result with the\n"
11377
" canonical format."
11380
#: en/help_topics/content-filters.txt:89
11382
" * To reapply write converters, ensure there are no local changes,\n"
11383
" delete the relevant files and run ``bzr revert`` on those files."
11386
#: en/help_topics/content-filters.txt:92
11388
"Note: In the future, it is likely that additional options will be added\n"
11389
"to commands to make this refreshing process faster and safer.\n"
11392
#: en/help_topics/current-formats.txt:1
11393
msgid "Current Storage Formats"
11396
#: en/help_topics/current-formats.txt:3
11399
" (native) (default) Format for the bzr 2.0 series. Uses group-\n"
11400
" compress storage. Provides rich roots which are a one-way\n"
11404
#: en/help_topics/current-formats.txt:8
11407
"See :doc:`formats-help` for more about storage formats."
11410
#: en/help_topics/debug-flags.txt:1
11416
#: en/help_topics/debug-flags.txt:4
11418
"These flags can be passed on the bzr command line or (without the ``-D``\n"
11419
"prefix) put in the ``debug_flags`` variable in ``bazaar.conf``."
11422
#: en/help_topics/debug-flags.txt:7
11424
"-Dauth Trace authentication sections used.\n"
11425
"-Dbytes Print out how many bytes were transferred\n"
11426
"-Ddirstate Trace dirstate activity (verbose!)\n"
11427
"-Derror Instead of normal error handling, always print a "
11430
"-Devil Capture call sites that do expensive or badly-scaling\n"
11432
"-Dfetch Trace history copying between repositories.\n"
11433
"-Dfilters Emit information for debugging content filtering.\n"
11434
"-Dforceinvdeltas Force use of inventory deltas during generic streaming "
11436
"-Dgraph Trace graph traversal.\n"
11437
"-Dhashcache Log every time a working file is read to determine its "
11439
"-Dhooks Trace hook execution.\n"
11440
"-Dhpss Trace smart protocol requests and responses.\n"
11441
"-Dhpssdetail More hpss details.\n"
11442
"-Dhpssvfs Traceback on vfs access to Remote objects.\n"
11443
"-Dhttp Trace http connections, requests and responses.\n"
11444
"-Dindex Trace major index operations.\n"
11445
"-Dknit Trace knit operations.\n"
11446
"-Dlock Trace when lockdir locks are taken or released.\n"
11447
"-Dnoretry If a connection is reset, fail immediately rather than\n"
11448
" retrying the request.\n"
11449
"-Dprogress Trace progress bar operations.\n"
11450
"-Dmem_dump Dump memory to a file upon an out of memory error.\n"
11451
"-Dmerge Emit information for debugging merges.\n"
11452
"-Dno_apport Don't use apport to report crashes.\n"
11453
"-Dno_activity \t Don't show transport activity indicator in progress bar.\n"
11454
"-Dpack Emit information about pack operations.\n"
11455
"-Drelock Emit a message every time a branch or repository object "
11457
" unlocked then relocked the same way.\n"
11458
"-Dsftp Trace SFTP internals.\n"
11459
"-Dstatic_tuple Error when a tuple is used where a StaticTuple is "
11461
"-Dstream Trace fetch streams.\n"
11462
"-Dstrict_locks Trace when OS locks are potentially used in a non-"
11465
"-Dunlock Some errors during unlock are treated as warnings.\n"
11466
"-DIDS_never Never use InterDifferingSerializer when fetching.\n"
11467
"-DIDS_always Always use InterDifferingSerializer to fetch if "
11469
" for the format, even for non-local fetches.\n"
11472
#: en/help_topics/diverged-branches.txt:1
11474
"Diverged Branches\n"
11475
"================="
11478
#: en/help_topics/diverged-branches.txt:4
11480
"When Bazaar tries to push one branch onto another, it requires that the\n"
11481
"destination branch must be ready to receive the source branch. If this "
11483
"the case, then we say that the branches have ``diverged``. Branches are\n"
11484
"considered diverged if the destination branch's most recent commit is one "
11486
"has not been merged (directly or indirectly) by the source branch. To "
11488
"from diverged branches, one must merge the missing revisions into the "
11493
#: en/help_topics/diverged-branches.txt:12
11495
"This situation commonly arises when using a centralized workflow with local\n"
11496
"commits. If someone else has committed new work to the mainline since your\n"
11497
"last pull and you have local commits that have not yet been pushed to the\n"
11498
"mainline, then your local branch and the mainline have diverged."
11501
#: en/help_topics/diverged-branches.txt:17
11503
"Discovering What Has Diverged\n"
11504
"-----------------------------"
11507
#: en/help_topics/diverged-branches.txt:20
11509
"The ``bzr missing`` command is used to find out what revisions are in "
11511
"branch that are not present in the current branch, and vice-versa. It shows "
11513
"summary of which extra revisions exist in each branch. If you want to see "
11515
"precise effects of those revisions, you can use ``bzr diff --"
11516
"old=other_branch``\n"
11517
"to show the differences between other_branch and your current branch."
11520
#: en/help_topics/diverged-branches.txt:26
11526
#: en/help_topics/diverged-branches.txt:29
11528
"The solution is to merge the revisions from the mainline into your local\n"
11529
"branch. To do so, use ``bzr merge`` to get the new revisions from the\n"
11530
"mainline. This merge may result in conflicts if the other developer's "
11532
"overlap with your changes. These conflicts should be resolved before\n"
11533
"continuing. After any conflicts have been resolved, or even if there were "
11535
"conflicts, Bazaar requires that you explicitly commit these new revisions\n"
11536
"to your local branch. This requirement gives you an opportunity to test "
11538
"resulting working tree for correctness, since the merged revisions could "
11540
"made arbitrary changes. After testing, you should commit the merge using\n"
11541
"``bzr commit``. This clears up the diverged branches situation. Your "
11543
"branch can now be pushed to the mainline.\n"
11546
#: en/help_topics/eol.txt:1
11548
"End of Line Conversion\n"
11549
"======================"
11552
#: en/help_topics/eol.txt:4
11554
"EOL conversion is provided as a content filter where Bazaar internally\n"
11555
"stores a canonical format but outputs a convenience format. See\n"
11556
"``bzr help content-filters`` for general information about using these."
11559
#: en/help_topics/eol.txt:8
11561
"Note: Content filtering is only supported in recently added formats,\n"
11562
"e.g. 1.14. Be sure that both the repository *and* the branch are\n"
11563
"in a recent format. (Just setting the format on the repository\n"
11564
"is not enough.) If content filtering does not appear to be working, use\n"
11565
"'bzr info -v' to confirm that the branch is using \"Working tree format 5\"\n"
11569
#: en/help_topics/eol.txt:15
11571
"EOL conversion needs to be enabled for selected file patterns using\n"
11572
"rules. See ``bzr help rules`` for general information on defining rules.\n"
11573
"Currently, rules are only supported in $BZR_HOME/.bazaar/rules (or\n"
11574
"%BZR_HOME%/bazaar/2.0/rules on Windows). Branch specific rules will be\n"
11575
"supported in a future verison of Bazaar."
11578
#: en/help_topics/eol.txt:21
11580
"To configure which files to filter, set ``eol`` to one of the values below.\n"
11581
"(If a value is not set, ``exact`` is the default.)"
11584
#: en/help_topics/eol.txt:24
11586
" ========== ===================================== ======================\n"
11587
" Value Checkout end-of-lines as Commit end-of-lines as\n"
11588
" ========== ===================================== ======================\n"
11589
" ``native`` ``crlf`` on Windows, ``lf`` otherwise ``lf``\n"
11590
" ---------- ------------------------------------- ----------------------\n"
11591
" ``lf`` ``lf`` ``lf``\n"
11592
" ---------- ------------------------------------- ----------------------\n"
11593
" ``crlf`` ``crlf`` ``lf``\n"
11594
" ---------- ------------------------------------- ----------------------\n"
11595
" ``exact`` No conversion Exactly as in file\n"
11596
" ========== ===================================== ======================"
11599
#: en/help_topics/eol.txt:36
11601
"Note: For safety reasons, no conversion is applied to any file where a null\n"
11602
"byte is detected in the file."
11605
#: en/help_topics/eol.txt:39
11607
"For users working on a cross-platform project, here is a suggested rule\n"
11608
"to use as a starting point::"
11611
#: en/help_topics/eol.txt:42
11617
#: en/help_topics/eol.txt:45
11619
"If you have binary files that do not contain a null byte though, be\n"
11620
"sure to add ``eol = exact`` rules for those as well. You can do this\n"
11621
"by giving more explicit patterns earlier in the rules file. For example::"
11624
#: en/help_topics/eol.txt:49
11630
#: en/help_topics/eol.txt:55
11632
"If your working tree is on a network drive shared by users on different\n"
11633
"operating systems, you typically want to force certain conventions for\n"
11634
"certain files. In that way, if a file is created with the wrong line\n"
11635
"endings or line endings get mixed during editing, it gets committed\n"
11636
"correctly and gets checked out correctly. For example::"
11639
#: en/help_topics/eol.txt:61
11645
#: en/help_topics/eol.txt:64
11651
#: en/help_topics/eol.txt:70
11653
"If you take the care to create files with their required endings, you can\n"
11654
"achieve *almost* the same thing by using ``eol = exact``. It is slightly\n"
11655
"safer to use ``lf`` and ``crlf`` though because edits accidentally\n"
11656
"introducing mixed line endings will be corrected during commit for files\n"
11657
"with those settings."
11660
#: en/help_topics/eol.txt:76
11662
"If you have sample test data that deliberately has text files with mixed\n"
11663
"newline conventions, you can ask for those to be left alone like this::"
11666
#: en/help_topics/eol.txt:79
11668
" [name test_data/]\n"
11672
#: en/help_topics/eol.txt:85
11674
"Note that ``exact`` does not imply the file is binary but it does mean\n"
11675
"that no conversion of end-of-lines will be done. (Bazaar currently relies\n"
11676
"of content analysis to detect binary files for commands like ``diff``.\n"
11677
"In the future, a ``binary = true`` rule may be added but it is not\n"
11681
#: en/help_topics/eol.txt:91
11683
"If you have an existing repository with text files already stored using\n"
11684
"Windows newline conventions (``crlf``), then you may want to keep using "
11686
"convention in the repository. Forcing certain files to this convention\n"
11687
"may also help users who do not have rules configured. To do this, set\n"
11688
"``eol`` to one of the values below."
11691
#: en/help_topics/eol.txt:97
11693
" ============================ ======================== "
11694
"======================\n"
11695
" Value Checkout end-of-lines as Commit end-of-lines "
11697
" ============================ ======================== "
11698
"======================\n"
11699
" ``native-with-crlf-in-repo`` ``crlf`` on Windows, ``crlf``\n"
11700
" ``lf`` otherwise\n"
11701
" ---------------------------- ------------------------ "
11702
"----------------------\n"
11703
" ``lf-with-crlf-in-repo`` ``lf`` ``crlf``\n"
11704
" ---------------------------- ------------------------ "
11705
"----------------------\n"
11706
" ``crlf-with-crlf-in-repo`` ``crlf`` ``crlf``\n"
11707
" ============================ ======================== ======================"
11710
#: en/help_topics/eol.txt:108
11712
"For users working on an existing project that uses Windows newline\n"
11713
"conventions in their Bazaar repository, this rule is suggested as a\n"
11717
#: en/help_topics/eol.txt:112
11720
" eol = native-with-crlf-in-repo"
11723
#: en/help_topics/eol.txt:115
11725
"For new projects, it is recommended that end-of-lines be stored as ``lf``\n"
11726
"and that users stick to the basic settings, i.e. ``native``, ``lf``,\n"
11727
"``crlf`` and ``exact``."
11730
#: en/help_topics/eol.txt:119
11732
"Note: Bazaar's EOL conversion will convert the content of files but\n"
11733
"never reject files because a given line ending or mixed line endings\n"
11734
"are found. A precommit hook should be used if you wish to validate\n"
11735
"(and not just convert) content before committing.\n"
11738
#: en/help_topics/hidden-commands.txt:1
11740
"added List files added in working tree.\n"
11741
"ancestry List all revisions merged into this branch.\n"
11742
"assert-fail Test reporting of assertion failures\n"
11743
"bundle-info Output interesting stats about a bundle\n"
11744
"bundle-revisions Create a merge-directive for submitting changes.\n"
11745
"cat-revision Write out metadata for a revision.\n"
11746
"dump-btree Dump the contents of a btree index file to stdout.\n"
11747
"export-pot Export command helps and error messages in po format.\n"
11748
"file-id Print file_id of a particular file or directory.\n"
11749
"file-path Print path of file_ids to a file or directory.\n"
11750
"find-merge-base Find and print a base revision for merging two "
11752
"hooks Show hooks.\n"
11753
"inventory Show inventory of the current working copy or a "
11755
"local-time-offset Show the offset in seconds from GMT to local time.\n"
11756
"lookup-revision Lookup the revision-id from a revision-number\n"
11757
"merge-directive Generate a merge directive for auto-merge tools.\n"
11758
"modified List files modified in working tree.\n"
11759
"re-sign Create a digital signature for an existing revision.\n"
11760
"reference list, view and set branch locations for nested trees.\n"
11761
"relpath Show path of a file relative to root\n"
11762
"repair-workingtree Reset the working tree state file.\n"
11763
"revision-history Display the list of revision ids on a branch.\n"
11764
"revision-info Show revision number and revision id for a given "
11767
"rocks Statement of optimism.\n"
11768
"selftest Run internal test suite.\n"
11769
"shell-complete Show appropriate completions for context.\n"
11770
"test-script Run a shell-like test from a file.\n"
11771
"touching-revisions Return revision-ids which affected a particular file.\n"
11772
"unknowns List unknown files.\n"
11773
"wait-until-signalled Test helper for\n"
11774
" test_start_and_stop_bzr_subprocess_send_signal.\n"
11777
#: en/help_topics/hooks.txt:1
11784
#: en/help_topics/hooks.txt:5
11790
#: en/help_topics/hooks.txt:8
11791
msgid "A hook of type *xxx* of class *yyy* needs to be registered using::"
11794
#: en/help_topics/hooks.txt:10
11795
msgid " yyy.hooks.install_named_hook(\"xxx\", ...)"
11798
#: en/help_topics/hooks.txt:12
11800
"See :doc:`Using hooks<../user-guide/hooks>` in the User Guide for examples."
11803
#: en/help_topics/hooks.txt:14
11805
"The class that contains each hook is given before the hooks it supplies. "
11807
"instance, BranchHooks as the class is the hooks class for\n"
11808
"`bzrlib.branch.Branch.hooks`."
11811
#: en/help_topics/hooks.txt:18
11813
"Each description also indicates whether the hook runs on the client (the\n"
11814
"machine where bzr was invoked) or the server (the machine addressed by\n"
11815
"the branch URL). These may be, but are not necessarily, the same machine."
11818
#: en/help_topics/hooks.txt:22
11820
"Plugins (including hooks) are run on the server if all of these is true:"
11823
#: en/help_topics/hooks.txt:24
11825
" * The connection is via a smart server (accessed with a URL starting with\n"
11826
" \"bzr://\", \"bzr+ssh://\" or \"bzr+http://\", or accessed via a "
11828
" URL when a smart server is available via HTTP)."
11831
#: en/help_topics/hooks.txt:28
11833
" * The hook is either server specific or part of general infrastructure "
11835
" than client specific code (such as commit)."
11838
#: en/help_topics/hooks.txt:31
11845
#: en/help_topics/hooks.txt:35
11847
"automatic_tag_name\n"
11848
"~~~~~~~~~~~~~~~~~~"
11851
#: en/help_topics/hooks.txt:38
11852
msgid "Introduced in: 2.2"
11855
#: en/help_topics/hooks.txt:40
11857
"Called to determine an automatic tag name for a revision.\n"
11858
"automatic_tag_name is called with (branch, revision_id) and should\n"
11859
"return a tag name or None if no tag name could be determined. The\n"
11860
"first non-None tag name returned will be used."
11863
#: en/help_topics/hooks.txt:45
11869
#: en/help_topics/hooks.txt:48
11870
msgid "Introduced in: 1.8"
11873
#: en/help_topics/hooks.txt:50
11875
"Called with the Branch object that has been opened after a branch is\n"
11879
#: en/help_topics/hooks.txt:53
11881
"post_branch_init\n"
11885
#: en/help_topics/hooks.txt:58
11887
"Called after new branch initialization completes. post_branch_init is\n"
11888
"called with a bzrlib.branch.BranchInitHookParams. Note that init,\n"
11889
"branch and checkout (both heavyweight and lightweight) will all\n"
11890
"trigger this hook."
11893
#: en/help_topics/hooks.txt:63
11895
"post_change_branch_tip\n"
11896
"~~~~~~~~~~~~~~~~~~~~~~"
11899
#: en/help_topics/hooks.txt:66
11900
msgid "Introduced in: 1.4"
11903
#: en/help_topics/hooks.txt:68
11905
"Called in bzr client and server after a change to the tip of a branch\n"
11906
"is made. post_change_branch_tip is called with a\n"
11907
"bzrlib.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
11908
"uncommit will all trigger this hook."
11911
#: en/help_topics/hooks.txt:73
11917
#: en/help_topics/hooks.txt:76
11918
msgid "Introduced in: 0.15"
11921
#: en/help_topics/hooks.txt:78
11923
"Called in the bzr client after a commit has completed. post_commit is\n"
11924
"called with (local, master, old_revno, old_revid, new_revno,\n"
11925
"new_revid). old_revid is NULL_REVISION for the first commit to a\n"
11929
#: en/help_topics/hooks.txt:83
11935
#: en/help_topics/hooks.txt:88
11937
"Called after a pull operation completes. post_pull is called with a\n"
11938
"bzrlib.branch.PullResult object and only runs in the bzr client."
11941
#: en/help_topics/hooks.txt:91
11947
#: en/help_topics/hooks.txt:96
11949
"Called after a push operation completes. post_push is called with a\n"
11950
"bzrlib.branch.BranchPushResult object and only runs in the bzr client."
11953
#: en/help_topics/hooks.txt:99
11959
#: en/help_topics/hooks.txt:104
11961
"Called after a checkout switches branch. post_switch is called with a\n"
11962
"bzrlib.branch.SwitchHookParams."
11965
#: en/help_topics/hooks.txt:107
11971
#: en/help_topics/hooks.txt:112
11973
"Called in the bzr client after an uncommit completes. post_uncommit is\n"
11974
"called with (local, master, old_revno, old_revid, new_revno,\n"
11975
"new_revid) where local is the local branch or None, master is the\n"
11976
"target branch, and an empty branch receives new_revno of 0, new_revid\n"
11980
#: en/help_topics/hooks.txt:118
11982
"pre_change_branch_tip\n"
11983
"~~~~~~~~~~~~~~~~~~~~~"
11986
#: en/help_topics/hooks.txt:121
11987
msgid "Introduced in: 1.6"
11990
#: en/help_topics/hooks.txt:123
11992
"Called in bzr client and server before a change to the tip of a branch\n"
11993
"is made. pre_change_branch_tip is called with a\n"
11994
"bzrlib.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
11995
"uncommit will all trigger this hook."
11998
#: en/help_topics/hooks.txt:128
12004
#: en/help_topics/hooks.txt:131
12005
msgid "Introduced in: 0.91"
12008
#: en/help_topics/hooks.txt:133
12010
"Called after a commit is calculated but before it is completed.\n"
12011
"pre_commit is called with (local, master, old_revno, old_revid,\n"
12012
"future_revno, future_revid, tree_delta, future_tree). old_revid is\n"
12013
"NULL_REVISION for the first commit to a branch, tree_delta is a\n"
12014
"TreeDelta object describing changes from the basis revision. hooks\n"
12015
"MUST NOT modify this delta. future_tree is an in-memory tree obtained\n"
12016
"from CommitBuilder.revision_tree() and hooks MUST NOT modify this\n"
12020
#: en/help_topics/hooks.txt:142
12026
#: en/help_topics/hooks.txt:147
12028
"Invoked whenever the revision history has been set via\n"
12029
"set_revision_history. The api signature is (branch, revision_history),\n"
12030
"and the branch will be write-locked. The set_rh hook can be expensive\n"
12031
"for bzr to trigger, a better hook to use is\n"
12032
"Branch.post_change_branch_tip."
12035
#: en/help_topics/hooks.txt:153
12037
"transform_fallback_location\n"
12038
"~~~~~~~~~~~~~~~~~~~~~~~~~~~"
12041
#: en/help_topics/hooks.txt:156
12042
msgid "Introduced in: 1.9"
12045
#: en/help_topics/hooks.txt:158
12047
"Called when a stacked branch is activating its fallback locations.\n"
12048
"transform_fallback_location is called with (branch, url), and should\n"
12049
"return a new url. Returning the same url allows it to be used as-is,\n"
12050
"returning a different one can be used to cause the branch to stack on\n"
12051
"a closer copy of that fallback_location. Note that the branch cannot\n"
12052
"have history accessing methods called on it during this hook because\n"
12053
"the fallback locations have not been activated. When there are\n"
12054
"multiple hooks installed for transform_fallback_location, all are\n"
12055
"called with the url returned from the previous hook.The order is\n"
12056
"however undefined."
12059
#: en/help_topics/hooks.txt:169
12065
#: en/help_topics/hooks.txt:172
12071
#: en/help_topics/hooks.txt:175
12072
msgid "Introduced in: 1.13"
12075
#: en/help_topics/hooks.txt:177
12077
"Called after creating a command object to allow modifications such as\n"
12078
"adding or removing options, docs etc. Called with the new\n"
12079
"bzrlib.commands.Command object."
12082
#: en/help_topics/hooks.txt:181
12088
#: en/help_topics/hooks.txt:184
12089
msgid "Introduced in: 1.17"
12092
#: en/help_topics/hooks.txt:186
12094
"Called when creating a single command. Called with (cmd_or_None,\n"
12095
"command_name). get_command should either return the cmd_or_None\n"
12096
"parameter, or a replacement Command object that should be used for the\n"
12097
"command. Note that the Command.hooks hooks are core infrastructure.\n"
12098
"Many users will prefer to use bzrlib.commands.register_command or\n"
12099
"plugin_cmds.register_lazy."
12102
#: en/help_topics/hooks.txt:193
12104
"get_missing_command\n"
12105
"~~~~~~~~~~~~~~~~~~~"
12108
#: en/help_topics/hooks.txt:198
12110
"Called when creating a single command if no command could be found.\n"
12111
"Called with (command_name). get_missing_command should either return\n"
12112
"None, or a Command object to be used for the command."
12115
#: en/help_topics/hooks.txt:202
12121
#: en/help_topics/hooks.txt:207
12123
"Called when enumerating commands. Called with a set of cmd_name\n"
12124
"strings for all the commands found so far. This set is safe to mutate\n"
12125
"- e.g. to remove a command. list_commands should return the updated\n"
12126
"set of command names."
12129
#: en/help_topics/hooks.txt:212
12135
#: en/help_topics/hooks.txt:215
12141
#: en/help_topics/hooks.txt:218
12142
msgid "Introduced in: 2.4"
12145
#: en/help_topics/hooks.txt:220
12147
"Invoked when a config option is read. The signature is (stack, name,\n"
12151
#: en/help_topics/hooks.txt:223
12157
#: en/help_topics/hooks.txt:228
12158
msgid "Invoked when a config store is loaded. The signature is (store)."
12161
#: en/help_topics/hooks.txt:230
12167
#: en/help_topics/hooks.txt:235
12169
"Invoked when a config option is removed. The signature is (stack,\n"
12173
#: en/help_topics/hooks.txt:238
12179
#: en/help_topics/hooks.txt:243
12180
msgid "Invoked when a config store is saved. The signature is (store)."
12183
#: en/help_topics/hooks.txt:245
12189
#: en/help_topics/hooks.txt:250
12191
"Invoked when a config option is set. The signature is (stack, name,\n"
12195
#: en/help_topics/hooks.txt:253
12197
"ControlDirHooks\n"
12201
#: en/help_topics/hooks.txt:256
12207
#: en/help_topics/hooks.txt:261
12209
"Invoked after a repository has been initialized. post_repo_init is\n"
12210
"called with a bzrlib.controldir.RepoInitHookParams."
12213
#: en/help_topics/hooks.txt:264
12219
#: en/help_topics/hooks.txt:267
12220
msgid "Introduced in: 1.14"
12223
#: en/help_topics/hooks.txt:269
12225
"Invoked before attempting to open a ControlDir with the transport that\n"
12226
"the open will use."
12229
#: en/help_topics/hooks.txt:272
12235
#: en/help_topics/hooks.txt:275
12241
#: en/help_topics/hooks.txt:278
12242
msgid "Introduced in: 1.15"
12245
#: en/help_topics/hooks.txt:280
12247
"Invoked when displaying the statistics for a repository. repository is\n"
12248
"called with a statistics dictionary as returned by the repository and\n"
12249
"a file-like object to write to."
12252
#: en/help_topics/hooks.txt:284
12258
#: en/help_topics/hooks.txt:287
12264
#: en/help_topics/hooks.txt:292
12265
msgid "Called with a bzrlib.lock.LockResult when a physical lock is acquired."
12268
#: en/help_topics/hooks.txt:294
12274
#: en/help_topics/hooks.txt:299
12275
msgid "Called with a bzrlib.lock.LockResult when a physical lock is broken."
12278
#: en/help_topics/hooks.txt:301
12284
#: en/help_topics/hooks.txt:306
12285
msgid "Called with a bzrlib.lock.LockResult when a physical lock is released."
12288
#: en/help_topics/hooks.txt:308
12294
#: en/help_topics/hooks.txt:311
12296
"merge_file_content\n"
12297
"~~~~~~~~~~~~~~~~~~"
12300
#: en/help_topics/hooks.txt:314
12301
msgid "Introduced in: 2.1"
12304
#: en/help_topics/hooks.txt:316
12306
"Called with a bzrlib.merge.Merger object to create a per file merge\n"
12307
"object when starting a merge. Should return either None or a subclass\n"
12308
"of ``bzrlib.merge.AbstractPerFileMerger``. Such objects will then be\n"
12309
"called per file that needs to be merged (including when one side has\n"
12310
"deleted the file and the other has changed it). See the\n"
12311
"AbstractPerFileMerger API docs for details on how it is used by merge."
12314
#: en/help_topics/hooks.txt:323
12316
"MergeDirectiveHooks\n"
12317
"-------------------"
12320
#: en/help_topics/hooks.txt:326
12322
"merge_request_body\n"
12323
"~~~~~~~~~~~~~~~~~~"
12326
#: en/help_topics/hooks.txt:329
12327
msgid "Introduced in: 1.15.0"
12330
#: en/help_topics/hooks.txt:331
12332
"Called with a MergeRequestBodyParams when a body is needed for a merge\n"
12333
"request. Callbacks must return a body. If more than one callback is\n"
12334
"registered, the output of one callback is provided to the next."
12337
#: en/help_topics/hooks.txt:335
12339
"MessageEditorHooks\n"
12340
"------------------"
12343
#: en/help_topics/hooks.txt:338
12345
"commit_message_template\n"
12346
"~~~~~~~~~~~~~~~~~~~~~~~"
12349
#: en/help_topics/hooks.txt:341
12350
msgid "Introduced in: 1.10"
12353
#: en/help_topics/hooks.txt:343
12355
"Called when a commit message is being generated.\n"
12356
"commit_message_template is called with the bzrlib.commit.Commit object\n"
12357
"and the message that is known so far. commit_message_template must\n"
12358
"return a new message to use (which could be the same as it was given).\n"
12359
"When there are multiple hooks registered for commit_message_template,\n"
12360
"they are chained with the result from the first passed into the\n"
12361
"second, and so on."
12364
#: en/help_topics/hooks.txt:351
12366
"set_commit_message\n"
12367
"~~~~~~~~~~~~~~~~~~"
12370
#: en/help_topics/hooks.txt:356
12372
"Set a fixed commit message. set_commit_message is called with the\n"
12373
"bzrlib.commit.Commit object (so you can also change e.g. revision\n"
12374
"properties by editing commit.builder._revprops) and the message so\n"
12375
"far. set_commit_message must return the message to use or None if it\n"
12376
"should use the message editor as normal."
12379
#: en/help_topics/hooks.txt:362
12381
"MutableTreeHooks\n"
12385
#: en/help_topics/hooks.txt:368
12386
msgid "Introduced in: 2.0"
12389
#: en/help_topics/hooks.txt:370
12391
"Called after a commit is performed on a tree. The hook is called with\n"
12392
"a bzrlib.mutabletree.PostCommitHookParams object. The mutable tree the\n"
12393
"commit was performed on is available via the mutable_tree attribute of\n"
12397
#: en/help_topics/hooks.txt:375
12403
#: en/help_topics/hooks.txt:380
12405
"Called before a commit is performed on a tree. The start commit hook\n"
12406
"is able to change the tree before the commit takes place. start_commit\n"
12407
"is called with the bzrlib.mutabletree.MutableTree that the commit is\n"
12408
"being performed on."
12411
#: en/help_topics/hooks.txt:385
12413
"SmartClientHooks\n"
12417
#: en/help_topics/hooks.txt:388
12423
#: en/help_topics/hooks.txt:391
12424
msgid "Introduced in: unknown"
12427
#: en/help_topics/hooks.txt:393
12429
"Called when the smart client is submitting a request to the smart\n"
12430
"server. Called with a bzrlib.smart.client.CallHookParams object.\n"
12431
"Streaming request bodies, and responses, are not accessible."
12434
#: en/help_topics/hooks.txt:397
12436
"SmartServerHooks\n"
12440
#: en/help_topics/hooks.txt:400
12442
"server_exception\n"
12446
#: en/help_topics/hooks.txt:405
12448
"Called by the bzr server when an exception occurs. server_exception is\n"
12449
"called with the sys.exc_info() tuple return true for the hook if the\n"
12450
"exception has been handled, in which case the server will exit\n"
12454
#: en/help_topics/hooks.txt:410
12460
#: en/help_topics/hooks.txt:413
12461
msgid "Introduced in: 0.16"
12464
#: en/help_topics/hooks.txt:415
12466
"Called by the bzr server when it starts serving a directory.\n"
12467
"server_started is called with (backing urls, public url), where\n"
12468
"backing_url is a list of URLs giving the server-specific directory\n"
12469
"locations, and public_url is the public URL for the directory being\n"
12473
#: en/help_topics/hooks.txt:421
12475
"server_started_ex\n"
12476
"~~~~~~~~~~~~~~~~~"
12479
#: en/help_topics/hooks.txt:426
12481
"Called by the bzr server when it starts serving a directory.\n"
12482
"server_started is called with (backing_urls, server_obj)."
12485
#: en/help_topics/hooks.txt:429
12491
#: en/help_topics/hooks.txt:434
12493
"Called by the bzr server when it stops serving a directory.\n"
12494
"server_stopped is called with the same parameters as the\n"
12495
"server_started hook: (backing_urls, public_url)."
12498
#: en/help_topics/hooks.txt:438
12504
#: en/help_topics/hooks.txt:441
12510
#: en/help_topics/hooks.txt:444
12511
msgid "Introduced in: 2.3"
12514
#: en/help_topics/hooks.txt:446
12516
"Called with argument StatusHookParams after Bazaar has displayed the\n"
12517
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
12518
"to_file, versioned, show_ids, short, verbose). The last four arguments\n"
12519
"correspond to the command line options specified by the user for the\n"
12520
"status command. to_file is the output stream for writing."
12523
#: en/help_topics/hooks.txt:452
12529
#: en/help_topics/hooks.txt:457
12531
"Called with argument StatusHookParams before Bazaar displays the\n"
12532
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
12533
"to_file, versioned, show_ids, short, verbose). The last four arguments\n"
12534
"correspond to the command line options specified by the user for the\n"
12535
"status command. to_file is the output stream for writing."
12538
#: en/help_topics/hooks.txt:463
12540
"RioVersionInfoBuilderHooks\n"
12541
"--------------------------"
12544
#: en/help_topics/hooks.txt:466
12550
#: en/help_topics/hooks.txt:471
12552
"Invoked when adding information about a revision to the RIO stanza\n"
12553
"that is printed. revision is called with a revision object and a RIO\n"
12557
#: en/help_topics/location-alias.txt:1
12559
"Location aliases\n"
12563
#: en/help_topics/location-alias.txt:4
12565
"Bazaar defines several aliases for locations associated with a branch. "
12567
"can be used with most commands that expect a location, such as `bzr push`."
12570
#: en/help_topics/location-alias.txt:7
12571
msgid "The aliases are::"
12574
#: en/help_topics/location-alias.txt:9
12576
" :bound The branch this branch is bound to, for bound branches.\n"
12577
" :parent The parent of this branch.\n"
12578
" :public The public location of this branch.\n"
12579
" :push The saved location used for `bzr push` with no arguments.\n"
12580
" :submit The submit branch for this branch.\n"
12581
" :this This branch."
12584
#: en/help_topics/location-alias.txt:16
12585
msgid "For example, to push to the parent location::"
12588
#: en/help_topics/location-alias.txt:18
12589
msgid " bzr push :parent\n"
12592
#: en/help_topics/log-formats.txt:1
12598
#: en/help_topics/log-formats.txt:4
12600
"A log format controls how information about each revision is displayed.\n"
12601
"The standard log formats are compared below::"
12604
#: en/help_topics/log-formats.txt:7
12606
" Feature long short line\n"
12607
" ---------------------- ------------- ------------ -------------------\n"
12608
" design goal detailed view concise view 1 revision per line\n"
12609
" committer name+email name only name only\n"
12610
" author name+email - -\n"
12611
" date-time format full date only date only\n"
12612
" commit message full full top line\n"
12613
" tags yes yes yes\n"
12614
" merges indicator - yes -\n"
12615
" status/delta optional optional -\n"
12616
" diff/patch optional optional -\n"
12617
" revision-id optional optional -\n"
12618
" branch nick yes - -\n"
12619
" foreign vcs properties yes yes -\n"
12620
" preferred levels all 1 1\n"
12621
" digital signature optional - -"
12624
#: en/help_topics/log-formats.txt:24
12626
"The default format is ``long``. To change this, define the ``log_format``\n"
12627
"setting in the ``[DEFAULT]`` section of ``bazaar.conf`` like this (say)::"
12630
#: en/help_topics/log-formats.txt:27
12633
" log_format = short"
12636
#: en/help_topics/log-formats.txt:30
12638
"Alternatively, to change the log format used for a given query, use the\n"
12639
"--long, --short or --line options."
12642
#: en/help_topics/log-formats.txt:33
12644
"If one of the standard log formats does not meet your needs, additional\n"
12645
"formats can be provided by plugins.\n"
12648
#: en/help_topics/other-formats.txt:1
12649
msgid "Other Storage Formats"
12652
#: en/help_topics/other-formats.txt:3
12653
msgid "Experimental formats are shown below."
12656
#: en/help_topics/other-formats.txt:5
12658
":development-colo:\n"
12659
" (native) The 2a format with experimental support for colocated\n"
12663
#: en/help_topics/other-formats.txt:9
12666
"Deprecated formats are shown below."
12669
#: en/help_topics/other-formats.txt:12
12672
" (native) Pack-based format used in 1.x series. Introduced in 0.92.\n"
12673
" Interoperates with bzr repositories before 0.92 but cannot be read\n"
12677
#: en/help_topics/patterns.txt:1
12683
#: en/help_topics/patterns.txt:4
12685
"Bazaar uses patterns to match files at various times. For example,\n"
12686
"the ``add`` command skips over files that match ignore patterns\n"
12687
"and preferences can be associated with files using rule patterns.\n"
12688
"The pattern syntax is described below."
12691
#: en/help_topics/patterns.txt:9
12693
"Trailing slashes on patterns are ignored. If the pattern contains a\n"
12694
"slash or is a regular expression, it is compared to the whole path\n"
12695
"from the branch root. Otherwise, it is compared to only the last\n"
12696
"component of the path. To match a file only in the root directory,\n"
12697
"prepend ``./``. Patterns specifying absolute paths are not allowed."
12700
#: en/help_topics/patterns.txt:15
12701
msgid "Patterns may include globbing wildcards such as::"
12704
#: en/help_topics/patterns.txt:17
12706
" ? - Matches any single character except '/'\n"
12707
" * - Matches 0 or more characters except '/'\n"
12708
" /**/ - Matches 0 or more directories in a path\n"
12709
" [a-z] - Matches a single character from within a group of characters"
12712
#: en/help_topics/patterns.txt:22
12714
"Patterns may also be `Python regular expressions`_. Regular expression\n"
12715
"patterns are identified by a ``RE:`` prefix followed by the regular\n"
12716
"expression. Regular expression patterns may not include named or\n"
12720
#: en/help_topics/patterns.txt:27
12722
"Case insensitive ignore patterns can be specified with regular expressions\n"
12723
"by using the ``i`` (for ignore case) flag in the pattern."
12726
#: en/help_topics/patterns.txt:30
12727
msgid "For example, a case insensitive match for ``foo`` may be specified as::"
12730
#: en/help_topics/patterns.txt:32
12731
msgid " RE:(?i)foo"
12734
#: en/help_topics/patterns.txt:34
12736
"Ignore patterns may be prefixed with ``!``, which means that a filename\n"
12737
"matched by that pattern will not be ignored."
12740
#: en/help_topics/patterns.txt:37
12741
msgid ".. _Python regular expressions: http://docs.python.org/library/re.html"
12744
#: en/help_topics/revisionspec.txt:1
12745
msgid "Revision Identifiers"
12748
#: en/help_topics/revisionspec.txt:3
12750
"A revision identifier refers to a specific state of a branch's history. It\n"
12751
"can be expressed in several ways. It can begin with a keyword to\n"
12752
"unambiguously specify a given lookup type; some examples are 'last:1',\n"
12753
"'before:yesterday' and 'submit:'."
12756
#: en/help_topics/revisionspec.txt:8
12758
"Alternately, it can be given without a keyword, in which case it will be\n"
12759
"checked as a revision number, a tag, a revision id, a date specification, or "
12761
"branch specification, in that order. For example, 'date:today' could be\n"
12762
"written as simply 'today', though if you have a tag called 'today' that "
12767
#: en/help_topics/revisionspec.txt:14
12769
"If 'REV1' and 'REV2' are revision identifiers, then 'REV1..REV2' denotes a\n"
12770
"revision range. Examples: '3647..3649', 'date:yesterday..-1' and\n"
12771
"'branch:/path/to/branch1/..branch:/branch2' (note that there are no quotes "
12773
"spaces around the '..')."
12776
#: en/help_topics/revisionspec.txt:19
12778
"Ranges are interpreted differently by different commands. To the \"log\" "
12780
"a range is a sequence of log messages, but to the \"diff\" command, the "
12782
"denotes a change between revisions (and not a sequence of changes). In\n"
12783
"addition, \"log\" considers a closed range whereas \"diff\" and \"merge\" "
12785
"to be open-ended, that is, they include one end but not the other. For "
12787
"\"bzr log -r 3647..3649\" shows the messages of revisions 3647, 3648 and "
12789
"while \"bzr diff -r 3647..3649\" includes the changes done in revisions 3648 "
12791
"3649, but not 3647."
12794
#: en/help_topics/revisionspec.txt:28
12795
msgid "The keywords used as revision selection methods are the following:"
12798
#: en/help_topics/revisionspec.txt:30
12801
"\tSelects a revision using the revision id.\n"
12803
"\tSelects a common ancestor with the submit branch.\n"
12805
"\tSelects a common ancestor with a second branch.\n"
12807
"\tSelects a revision on the basis of a datestamp.\n"
12809
"\tSelects the last revision of a specified branch.\n"
12811
"\tSelects a revision identified by a tag name.\n"
12813
"\tSelects a revision using a number.\n"
12815
"\tSelects the parent of the revision specified.\n"
12817
"\tSelect the revision that last modified the specified line.\n"
12819
"\tSelect mainline revision that merged the specified revision.\n"
12821
"\tSelects the nth revision from the end."
12824
#: en/help_topics/revisionspec.txt:53
12825
msgid "In addition, plugins can provide other keywords."
12828
#: en/help_topics/revisionspec.txt:55
12829
msgid "A detailed description of each keyword is given below."
12832
#: en/help_topics/revisionspec.txt:57
12836
#: en/help_topics/revisionspec.txt:59
12838
" Supply a specific revision id, that can be used to specify any\n"
12839
" revision id in the ancestry of the branch.\n"
12840
" Including merges, and pending merges.\n"
12844
#: en/help_topics/revisionspec.txt:64
12846
" revid:aaaa@bbbb-123456789 -> Select revision 'aaaa@bbbb-123456789'"
12849
#: en/help_topics/revisionspec.txt:66
12853
#: en/help_topics/revisionspec.txt:68
12855
" Diffing against this shows all the changes that were made in this "
12857
" and is a good predictor of what merge will do. The submit branch is\n"
12858
" used by the bundle and merge directive commands. If no submit branch\n"
12859
" is specified, the parent branch is used instead."
12862
#: en/help_topics/revisionspec.txt:73
12864
" The common ancestor is the last revision that existed in both\n"
12865
" branches. Usually this is the branch point, but it could also be\n"
12866
" a revision that was merged."
12869
#: en/help_topics/revisionspec.txt:77
12870
msgid " Examples::"
12873
#: en/help_topics/revisionspec.txt:79
12874
msgid " $ bzr diff -r submit:"
12877
#: en/help_topics/revisionspec.txt:81
12881
#: en/help_topics/revisionspec.txt:83
12882
msgid " Supply the path to a branch to select the common ancestor."
12885
#: en/help_topics/revisionspec.txt:89
12887
" This is frequently used with 'diff' to return all of the changes\n"
12888
" that your branch introduces, while excluding the changes that you\n"
12889
" have not merged from the remote branch."
12892
#: en/help_topics/revisionspec.txt:95
12894
" ancestor:/path/to/branch\n"
12895
" $ bzr diff -r ancestor:../../mainline/branch"
12898
#: en/help_topics/revisionspec.txt:98
12902
#: en/help_topics/revisionspec.txt:100
12904
" Supply a datestamp to select the first revision that matches the date.\n"
12905
" Date can be 'yesterday', 'today', 'tomorrow' or a YYYY-MM-DD string.\n"
12906
" Matches the first entry after a given date (either at midnight or\n"
12907
" at a specified time)."
12910
#: en/help_topics/revisionspec.txt:105
12911
msgid " One way to display all the changes since yesterday would be::"
12914
#: en/help_topics/revisionspec.txt:107
12915
msgid " bzr log -r date:yesterday.."
12918
#: en/help_topics/revisionspec.txt:111
12920
" date:yesterday -> select the first revision since "
12922
" date:2006-08-14,17:10:14 -> select the first revision after\n"
12923
" August 14th, 2006 at 5:10pm."
12926
#: en/help_topics/revisionspec.txt:115
12930
#: en/help_topics/revisionspec.txt:117
12931
msgid " Supply the path to a branch to select its last revision."
12934
#: en/help_topics/revisionspec.txt:121
12935
msgid " branch:/path/to/branch"
12938
#: en/help_topics/revisionspec.txt:123
12942
#: en/help_topics/revisionspec.txt:125
12943
msgid " Tags are stored in the branch and created by the 'tag' command."
12946
#: en/help_topics/revisionspec.txt:127
12950
#: en/help_topics/revisionspec.txt:129
12952
" Use an integer to specify a revision in the history of the branch.\n"
12953
" Optionally a branch can be specified. A negative number will count\n"
12954
" from the end of the branch (-1 is the last revision, -2 the previous\n"
12955
" one). If the negative number is larger than the branch's history, the\n"
12956
" first revision is returned.\n"
12960
#: en/help_topics/revisionspec.txt:136
12962
" revno:1 -> return the first revision of this branch\n"
12963
" revno:3:/path/to/branch -> return the 3rd revision of\n"
12964
" the branch '/path/to/branch'\n"
12965
" revno:-1 -> The last revision in a branch.\n"
12966
" -2:http://other/branch -> The second to last revision in the\n"
12967
" remote branch.\n"
12968
" -1000000 -> Most likely the first revision, unless\n"
12969
" your history is very long."
12972
#: en/help_topics/revisionspec.txt:145
12976
#: en/help_topics/revisionspec.txt:147
12978
" Supply any revision spec to return the parent of that revision. This "
12980
" mostly useful when inspecting revisions that are not in the revision "
12985
#: en/help_topics/revisionspec.txt:151
12987
" It is an error to request the parent of the null revision (before:0)."
12990
#: en/help_topics/revisionspec.txt:155
12992
" before:1913 -> Return the parent of revno 1913 (revno 1912)\n"
12993
" before:revid:aaaa@bbbb-1234567890 -> return the parent of revision\n"
12994
" aaaa@bbbb-1234567890\n"
12995
" bzr diff -r before:1913..1913\n"
12996
" -> Find the changes between revision 1913 and its parent "
12998
" (What changes did revision 1913 introduce).\n"
12999
" This is equivalent to: bzr diff -c 1913"
13002
#: en/help_topics/revisionspec.txt:163
13006
#: en/help_topics/revisionspec.txt:165
13008
" Select the revision that last modified the specified line. Line is\n"
13009
" specified as path:number. Path is a relative path to the file. "
13011
" start at 1, and are relative to the current version, not the last-\n"
13012
" committed version of the file."
13015
#: en/help_topics/revisionspec.txt:170
13019
#: en/help_topics/revisionspec.txt:172
13021
" Select the revision that merged the specified revision into mainline."
13024
#: en/help_topics/revisionspec.txt:174
13028
#: en/help_topics/revisionspec.txt:176
13030
" Supply a positive number to get the nth revision from the end.\n"
13031
" This is the same as supplying negative numbers to the 'revno:' spec.\n"
13035
#: en/help_topics/revisionspec.txt:180
13037
" last:1 -> return the last revision\n"
13038
" last:3 -> return the revision 2 before the end.\n"
13041
#: en/help_topics/rules.txt:1
13047
#: en/help_topics/rules.txt:7
13049
"Rules are defined in ini file format where the sections are file glob\n"
13050
"patterns and the contents of each section are the preferences for files\n"
13051
"matching that pattern(s). For example::"
13054
#: en/help_topics/rules.txt:11
13060
#: en/help_topics/rules.txt:14
13062
" [name *.html *.xml]\n"
13063
" keywords = xml_escape"
13066
#: en/help_topics/rules.txt:17
13068
"Preferences like these are useful for commands and plugins wishing to\n"
13069
"provide custom behaviour for selected files. For more information on \n"
13070
"end of line conversion see :doc:`eol-help`.\n"
13071
"Keyword support is provided by the `keywords plugin\n"
13072
"<http://doc.bazaar.canonical.com/plugins/en/keywords-plugin.html>`_."
13075
#: en/help_topics/rules.txt:23
13081
#: en/help_topics/rules.txt:26
13083
"Default rules for all branches are defined in the optional file\n"
13084
"``BZR_HOME/rules``. "
13087
#: en/help_topics/rules.txt:29
13093
#: en/help_topics/rules.txt:32
13095
"Patterns are ordered and searching stops as soon as one matches.\n"
13096
"As a consequence, more explicit patterns should be placed towards\n"
13097
"the top of the file. Rule patterns use exactly the same conventions\n"
13098
"as ignore patterns. See :doc:`patterns-help` for details."
13101
#: en/help_topics/rules.txt:37
13105
#: en/help_topics/rules.txt:39
13107
" Patterns containing square brackets or spaces should be\n"
13108
" surrounded in quotes to ensure they are correctly parsed.\n"
13111
#: en/help_topics/topics.txt:1
13113
"authentication Information on configuring authentication\n"
13114
"basic Basic commands\n"
13115
"branches Information on what a branch is\n"
13116
"bugs Bug tracker settings\n"
13117
"checkouts Information on what a checkout is\n"
13118
"commands Basic help for all commands\n"
13119
"configuration Details on the configuration settings available\n"
13120
"conflict-types Types of conflicts and what to do about them\n"
13121
"content-filters Conversion of content into/from working trees\n"
13122
"criss-cross Information on criss-cross merging\n"
13123
"current-formats Current storage formats\n"
13124
"debug-flags Options to show or record debug information\n"
13125
"diverged-branches How to fix diverged branches\n"
13126
"env-variables Environment variable names and values\n"
13127
"eol Information on end-of-line handling\n"
13128
"files Information on configuration and log files\n"
13129
"formats Information on choosing a storage format\n"
13130
"global-options Options that control how Bazaar runs\n"
13131
"hidden-commands All hidden commands\n"
13132
"hooks Points at which custom processing can be added\n"
13133
"launchpad Using Bazaar with Launchpad.net\n"
13134
"location-alias Aliases for remembered locations\n"
13135
"log-formats Details on the logging formats available\n"
13136
"other-formats Experimental and deprecated storage formats\n"
13137
"patterns Information on the pattern syntax\n"
13138
"repositories Basic information on shared repositories.\n"
13139
"revisionspec Explain how to use --revision\n"
13140
"rules Information on defining rule-based preferences\n"
13141
"standalone-trees Information on what a standalone tree is\n"
13142
"standard-options Options that can be used with any command\n"
13143
"status-flags Help on status flags\n"
13144
"sync-for-reconfigure Steps to resolve \"out-of-sync\" when reconfiguring\n"
13145
"topics Topics list\n"
13146
"url-special-chars Special character handling in URLs\n"
13147
"urlspec Supported transport protocols\n"
13148
"working-trees Information on working trees\n"
13151
#: en/help_topics/url-special-chars.txt:1
13153
"Special character handling in URLs\n"
13154
"=================================="
13157
#: en/help_topics/url-special-chars.txt:4
13158
msgid "Bazaar allows locations to be specified in multiple ways, either:"
13161
#: en/help_topics/url-special-chars.txt:6
13162
msgid " * Fully qualified URLs"
13165
#: en/help_topics/url-special-chars.txt:8
13166
msgid " * File system paths, relative or absolute"
13169
#: en/help_topics/url-special-chars.txt:10
13171
"Internally bzr treats all locations as URLs. For any file system paths\n"
13172
"that are specified it will automatically determine the appropriate URL\n"
13173
"representation, and escape special characters where necessary."
13176
#: en/help_topics/url-special-chars.txt:14
13178
"There are a few characters which have special meaning in URLs and need "
13180
"handling to avoid ambiguities. Characters can be escaped with a % and a hex\n"
13181
"value in URLs. Any non-ASCII characters in a file path will automatically "
13183
"urlencoded when the path is converted to a URL."
13186
#: en/help_topics/url-special-chars.txt:19
13188
"URLs represent non-ASCII characters in an encoding defined by the server, "
13190
"usually UTF-8. The % escapes should be of the UTF-8 bytes. Bazaar tries to "
13192
"generous in what it accepts as a URL and to print them in a way that\n"
13193
"will be readable."
13196
#: en/help_topics/url-special-chars.txt:24
13198
"For example, if you have a directory named '/tmp/%2False' these are all "
13200
"ways of accessing the content (0x2F, or 47, is the ASCII code for forward "
13204
#: en/help_topics/url-special-chars.txt:27
13207
" bzr log /tmp/%2False\n"
13208
" bzr log %2False\n"
13209
" bzr log file:///tmp/%252False\n"
13210
" bzr log file://localhost/tmp/%252False\n"
13211
" bzr log file:%252False"
13214
#: en/help_topics/url-special-chars.txt:34
13215
msgid "These are valid but do not refer to the same file::"
13218
#: en/help_topics/url-special-chars.txt:36
13220
" bzr log file:///tmp/%2False (refers to a file called /tmp/\\/alse)\n"
13221
" bzr log %252False (refers to a file called /tmp/%252False)"
13224
#: en/help_topics/url-special-chars.txt:39
13226
"Comma also has special meaning in URLs, because it denotes `segment "
13230
#: en/help_topics/url-special-chars.txt:41
13232
"_`segment parameters`: http://www.ietf.org/rfc/rfc3986.txt (section 3.3)"
13235
#: en/help_topics/url-special-chars.txt:43
13237
"Comma is also special in any file system paths that are specified. To use a "
13239
"comma in a file system path, specify a URL and URL encode the comma::"
13242
#: en/help_topics/url-special-chars.txt:46
13244
" bzr log foo,branch=bla # path \"foo\" with the segment parameter \"branch"
13245
"\" set to \"bla\"\n"
13246
" bzr log file:foo%2Cbranch=bla # path \"foo,branch=bla\"\n"
13247
" bzr log file:foo,branch=bla # path \"foo\" with segment parameter \"branch"
13248
"\" set to \"bla\"\n"
13251
#: en/help_topics/urlspec.txt:1
13252
msgid "URL Identifiers"
13255
#: en/help_topics/urlspec.txt:3
13256
msgid "Supported URL prefixes::"
13259
#: en/help_topics/urlspec.txt:5
13261
" aftp:// Access using active FTP.\n"
13262
" bzr:// Fast access using the Bazaar smart server.\n"
13263
" bzr+ssh:// Fast access using the Bazaar smart server over SSH.\n"
13264
" file:// Access using the standard filesystem (default)\n"
13265
" ftp:// Access using passive FTP.\n"
13266
" http:// Read-only access of branches exported on the web.\n"
13267
" https:// Read-only access of branches exported on the web using "
13269
" sftp:// Access using SFTP (most SSH servers provide SFTP)."
13272
#: en/help_topics/urlspec.txt:14
13273
msgid "Supported modifiers::"
13276
#: en/help_topics/urlspec.txt:16
13277
msgid " gio+ Access using any GIO supported protocols."
13280
#: en/help_topics/urlspec.txt:18
13281
msgid "Bazaar supports all of the standard parts within the URL::"
13284
#: en/help_topics/urlspec.txt:20
13285
msgid " <protocol>://[user[:password]@]host[:port]/[path]"
13288
#: en/help_topics/urlspec.txt:22
13289
msgid "allowing URLs such as::"
13292
#: en/help_topics/urlspec.txt:24
13293
msgid " http://bzruser:BadPass@bzr.example.com:8080/bzr/trunk"
13296
#: en/help_topics/urlspec.txt:26
13298
"For bzr+ssh:// and sftp:// URLs, Bazaar also supports paths that begin\n"
13299
"with '~' as meaning that the rest of the path should be interpreted\n"
13300
"relative to the remote user's home directory. For example if the user\n"
13301
"``remote`` has a home directory of ``/home/remote`` on the server\n"
13302
"shell.example.com, then::"
13305
#: en/help_topics/urlspec.txt:32
13306
msgid " bzr+ssh://remote@shell.example.com/~/myproject/trunk"
13309
#: en/help_topics/urlspec.txt:34
13310
msgid "would refer to ``/home/remote/myproject/trunk``."
13313
#: en/help_topics/urlspec.txt:36
13315
"Many commands that accept URLs also accept location aliases too.\n"
13316
"See :doc:`location-alias-help` and :doc:`url-special-chars-help`.\n"