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-09-14 12:41+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"
21
#: bzrlib/builtins.py:116 bzrlib/builtins.py:2756
23
msgid "Ignoring files outside view. View is %s"
26
#: bzrlib/builtins.py:125
28
msgid "bzr %s --revision takes exactly one revision identifier"
31
#: bzrlib/builtins.py:210
32
msgid "Display status summary."
35
#: bzrlib/builtins.py:212
37
"This reports on versioned and unknown files, reporting them\n"
38
"grouped by state. Possible states are:"
41
#: bzrlib/builtins.py:215
44
" Versioned in the working copy but not in the previous revision."
47
#: bzrlib/builtins.py:218
50
" Versioned in the previous revision but removed or deleted\n"
51
" in the working copy."
54
#: bzrlib/builtins.py:222
57
" Path of this file changed from the previous revision;\n"
58
" the text may also have changed. This includes files whose\n"
59
" parent directory was renamed."
62
#: bzrlib/builtins.py:227
65
" Text has changed since the previous revision."
68
#: bzrlib/builtins.py:230
71
" File kind has been changed (e.g. from file to directory)."
74
#: bzrlib/builtins.py:233
77
" Not versioned and not matching an ignore pattern."
80
#: bzrlib/builtins.py:236
82
"Additionally for directories, symlinks and files with a changed\n"
83
"executable bit, Bazaar indicates their type using a trailing\n"
84
"character: '/', '@' or '*' respectively. These decorations can be\n"
85
"disabled using the '--no-classify' option."
88
#: bzrlib/builtins.py:241
90
"To see ignored files use 'bzr ignored'. For details on the\n"
91
"changes to file texts, use 'bzr diff'."
94
#: bzrlib/builtins.py:244
96
"Note that --short or -S gives status flags for each item, similar\n"
97
"to Subversion's status command. To get output similar to svn -q,\n"
101
#: bzrlib/builtins.py:248
103
"If no arguments are specified, the status of the entire working\n"
104
"directory is shown. Otherwise, only the status of the specified\n"
105
"files or directories is reported. If a directory is given, status\n"
106
"is reported for everything inside that directory."
109
#: bzrlib/builtins.py:253
111
"Before merges are committed, the pending merge tip revisions are\n"
112
"shown. To see all pending merge revisions, use the -v option.\n"
113
"To skip the display of pending merge information altogether, use\n"
114
"the no-pending option or specify a file/directory."
117
#: bzrlib/builtins.py:258
119
"To compare the working directory to a specific revision, pass a\n"
120
"single revision to the revision argument."
123
#: bzrlib/builtins.py:261
125
"To see which files have changed in a specific revision, or between\n"
126
"two revisions, pass a revision range to the revision argument.\n"
127
"This will produce the same results as calling 'bzr diff --summarize'."
130
# help of 'short' option of 'status' command
131
#: bzrlib/builtins.py:270
132
msgid "Use short status indicators."
135
# help of 'versioned' option of 'status' command
136
#: bzrlib/builtins.py:272
137
msgid "Only show versioned files."
140
# help of 'no-pending' option of 'status' command
141
#: bzrlib/builtins.py:274
142
msgid "Don't show pending merges."
145
# help of 'no-classify' option of 'status' command
146
#: bzrlib/builtins.py:277
147
msgid "Do not mark object type using indicator."
150
#: bzrlib/builtins.py:292
151
msgid "bzr status --revision takes exactly one or two revision specifiers"
154
#: bzrlib/builtins.py:336 bzrlib/builtins.py:4875
155
msgid "You can only supply one of revision_id or --revision"
158
#: bzrlib/builtins.py:339 bzrlib/builtins.py:4877
159
msgid "You must supply either --revision or a revision_id"
162
#: bzrlib/builtins.py:346
164
msgid "Repository %r does not support access to raw revision texts"
167
#: bzrlib/builtins.py:357
169
msgid "The repository %s contains no revision %s."
172
#: bzrlib/builtins.py:364
173
msgid "You cannot specify a NULL revision."
176
#: bzrlib/builtins.py:456
177
msgid "Remove the working tree from a given branch/checkout."
180
#: bzrlib/builtins.py:458
182
"Since a lightweight checkout is little more than a working tree\n"
183
"this will refuse to run against one."
186
#: bzrlib/builtins.py:461
187
msgid "To re-create the working tree, use \"bzr checkout\"."
190
# help of 'force' option of 'remove-tree' command
191
#: bzrlib/builtins.py:467
192
msgid "Remove the working tree even if it has uncommitted or shelved changes."
195
#: bzrlib/builtins.py:481
196
msgid "No working tree to remove"
199
#: bzrlib/builtins.py:483
200
msgid "You cannot remove the working tree of a remote path"
203
#: bzrlib/builtins.py:492
204
msgid "You cannot remove the working tree from a lightweight checkout"
207
#: bzrlib/builtins.py:532
209
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
210
"instead. Use \"--force\" if you are sure you want to reset the working tree."
213
#: bzrlib/builtins.py:543
215
", the header appears corrupt, try passing -r -1 to set the state to the last "
219
#: bzrlib/builtins.py:547
220
msgid "failed to reset the tree state{0}"
223
#: bzrlib/builtins.py:551
224
msgid "Show current revision number."
227
#: bzrlib/builtins.py:553
228
msgid "This is equal to the number of revisions on this branch."
231
# help of 'tree' option of 'revno' command
232
#: bzrlib/builtins.py:594
233
msgid "Show revno of working tree"
236
#: bzrlib/builtins.py:642
237
msgid "Add specified files or directories."
240
#: bzrlib/builtins.py:644
242
"In non-recursive mode, all the named items are added, regardless\n"
243
"of whether they were previously ignored. A warning is given if\n"
244
"any of the named files are already versioned."
247
#: bzrlib/builtins.py:648
249
"In recursive mode (the default), files are treated the same way\n"
250
"but the behaviour for directories is different. Directories that\n"
251
"are already versioned do not give a warning. All directories,\n"
252
"whether already versioned or not, are searched for files or\n"
253
"subdirectories that are neither versioned or ignored, and these\n"
254
"are added. This search proceeds recursively into versioned\n"
255
"directories. If no names are given '.' is assumed."
258
#: bzrlib/builtins.py:656
260
"Therefore simply saying 'bzr add' will version all files that\n"
261
"are currently unknown."
264
#: bzrlib/builtins.py:659
266
"Adding a file whose parent directory is not versioned will\n"
267
"implicitly add the parent, and so on up to the root. This means\n"
268
"you should never need to explicitly add a directory, they'll just\n"
269
"get added when you add a file in the directory."
272
#: bzrlib/builtins.py:664
274
"--dry-run will show which files would be added, but not actually\n"
278
#: bzrlib/builtins.py:667
280
"--file-ids-from will try to use the file ids from the supplied path.\n"
281
"It looks up ids trying to find a matching parent directory with the\n"
282
"same filename, and then by pure path. This option is rarely needed\n"
283
"but can be useful when adding the same logical file into two\n"
284
"branches that will be merged later (without showing the two different\n"
285
"adds as a conflict). It is also useful when merging another project\n"
286
"into a subdirectory of this one."
289
#: bzrlib/builtins.py:675
291
"Any files matching patterns in the ignore list will not be added\n"
292
"unless they are explicitly mentioned."
295
#: bzrlib/builtins.py:678
297
"In recursive mode, files larger than the configuration option \n"
298
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
302
# help of 'no-recurse' option of 'add' command
303
#: bzrlib/builtins.py:685
304
msgid "Don't recursively add the contents of directories."
307
# help of 'file-ids-from' option of 'add' command
308
#: bzrlib/builtins.py:691
309
msgid "Lookup file ids from this tree."
312
#: bzrlib/builtins.py:726
314
msgid "ignored %s matching \"%s\"\n"
317
#: bzrlib/builtins.py:731
318
msgid "Create a new versioned directory."
321
#: bzrlib/builtins.py:733
322
msgid "This is equivalent to creating the directory and then adding it."
325
#: bzrlib/builtins.py:747
330
#: bzrlib/builtins.py:791
332
msgid "invalid kind %r specified"
335
#: bzrlib/builtins.py:828
336
msgid "Move or rename a file."
339
#: bzrlib/builtins.py:830
340
msgid " bzr mv SOURCE... DESTINATION"
343
#: bzrlib/builtins.py:832
345
"If the last argument is a versioned directory, all the other names\n"
346
"are moved into it. Otherwise, there must be exactly two arguments\n"
347
"and the file is changed to a new name."
350
#: bzrlib/builtins.py:836
352
"If OLDNAME does not exist on the filesystem but is versioned and\n"
353
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
354
"assumes that the file has been manually moved and only updates\n"
355
"its internal inventory to reflect that change.\n"
356
"The same is valid when moving many SOURCE files to a DESTINATION."
359
#: bzrlib/builtins.py:842
360
msgid "Files cannot be moved between branches."
363
# help of 'after' option of 'mv' command
364
#: bzrlib/builtins.py:849
366
"Move only the bzr identifier of the file, because the file has already been "
370
# help of 'auto' option of 'mv' command
371
#: bzrlib/builtins.py:851
372
msgid "Automatically guess renames."
375
# help of 'dry-run' option of 'mv' command
376
#: bzrlib/builtins.py:852
377
msgid "Avoid making changes when guessing renames."
380
#: bzrlib/builtins.py:861
381
msgid "--dry-run requires --auto."
384
#: bzrlib/builtins.py:865
385
msgid "missing file argument"
388
#: bzrlib/builtins.py:872
389
msgid "Only one path may be specified to --auto."
392
#: bzrlib/builtins.py:875
393
msgid "--after cannot be specified with --auto."
396
#: bzrlib/builtins.py:912
397
msgid "to mv multiple files the destination must be a versioned directory"
400
#: bzrlib/builtins.py:964
401
msgid "Turn this branch into a mirror of another branch."
404
#: bzrlib/builtins.py:966
406
"By default, this command only works on branches that have not diverged.\n"
407
"Branches are considered diverged if the destination branch's most recent \n"
408
"commit is one that has not been merged (directly or indirectly) into the \n"
412
#: bzrlib/builtins.py:971
414
"If branches have diverged, you can use 'bzr merge' to integrate the changes\n"
415
"from one into the other. Once one branch has merged, the other should\n"
416
"be able to pull it again."
419
#: bzrlib/builtins.py:975
421
"If you want to replace your local changes and just want your branch to\n"
422
"match the remote one, use pull --overwrite. This will work even if the two\n"
423
"branches have diverged."
426
#: bzrlib/builtins.py:979
428
"If there is no default location set, the first pull will set it (use\n"
429
"--no-remember to avoid setting it). After that, you can omit the\n"
430
"location to use the default. To change the default, use --remember. The\n"
431
"value will only be saved if the remote location can be accessed."
434
#: bzrlib/builtins.py:984
436
"Note: The location can be specified either in the form of a branch,\n"
437
"or in the form of a path to a file containing a merge directive generated\n"
441
# help of 'verbose' option of 'pull' command
442
#: bzrlib/builtins.py:992
443
msgid "Show logs of pulled revisions."
446
# help of 'directory' option of 'pull' command
447
#: bzrlib/builtins.py:994
449
"Branch to pull into, rather than the one containing the working directory."
452
# help of 'local' option of 'pull' command
453
#: bzrlib/builtins.py:997
455
"Perform a local pull in a bound branch. Local pulls are not applied to the "
459
#: bzrlib/builtins.py:1026
460
msgid "Need working tree for --show-base."
463
#: bzrlib/builtins.py:1042
464
msgid "No pull location known or specified."
467
#: bzrlib/builtins.py:1048
469
msgid "Using saved parent location: %s\n"
472
#: bzrlib/builtins.py:1055 bzrlib/builtins.py:4107
473
msgid "Cannot use -r with merge directives or bundles"
476
#: bzrlib/builtins.py:1096
477
msgid "Update a mirror of this branch."
480
#: bzrlib/builtins.py:1098
482
"The target branch will not have its working tree populated because this\n"
483
"is both expensive, and is not supported on remote file systems."
486
#: bzrlib/builtins.py:1101
488
"Some smart servers or protocols *may* put the working tree in place in\n"
492
#: bzrlib/builtins.py:1104
494
"This command only works on branches that have not diverged. Branches are\n"
495
"considered diverged if the destination branch's most recent commit is one\n"
496
"that has not been merged (directly or indirectly) by the source branch."
499
#: bzrlib/builtins.py:1108
501
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
502
"the other branch completely, discarding its unmerged changes."
505
#: bzrlib/builtins.py:1111
507
"If you want to ensure you have the different changes in the other branch,\n"
508
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
509
"After that you will be able to do a push without '--overwrite'."
512
#: bzrlib/builtins.py:1115
514
"If there is no default push location set, the first push will set it (use\n"
515
"--no-remember to avoid setting it). After that, you can omit the\n"
516
"location to use the default. To change the default, use --remember. The\n"
517
"value will only be saved if the remote location can be accessed."
520
# help of 'directory' option of 'push' command
521
#: bzrlib/builtins.py:1127
523
"Branch to push from, rather than the one containing the working directory."
526
# help of 'use-existing-dir' option of 'push' command
527
#: bzrlib/builtins.py:1130
529
"By default push will fail if the target directory exists, but does not "
530
"already have a control directory. This flag will allow push to proceed."
533
# help of 'stacked' option of 'push' command
534
#: bzrlib/builtins.py:1135
536
"Create a stacked branch that references the public location of the parent "
540
# help of 'stacked-on' option of 'push' command
541
#: bzrlib/builtins.py:1138
543
"Create a stacked branch that refers to another branch for the commit "
544
"history. Only the work not present in the referenced branch is included in "
545
"the branch created."
548
# help of 'strict' option of 'push' command
549
#: bzrlib/builtins.py:1143
551
"Refuse to push if there are uncommitted changes in the working tree, --no-"
552
"strict disables the check."
555
# help of 'no-tree' option of 'push' command
556
#: bzrlib/builtins.py:1146
557
msgid "Don't populate the working tree, even for protocols that support it."
560
#: bzrlib/builtins.py:1190
561
msgid "Could not determine branch to refer to."
564
#: bzrlib/builtins.py:1197
565
msgid "No push location known or specified."
568
#: bzrlib/builtins.py:1201
570
msgid "Using saved push location: %s"
573
#: bzrlib/builtins.py:1211
574
msgid "Create a new branch that is a copy of an existing branch."
577
#: bzrlib/builtins.py:1213
579
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
580
"be used. In other words, \"branch ../foo/bar\" will attempt to create ./"
582
"If the FROM_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
583
"is derived from the FROM_LOCATION by stripping a leading scheme or drive\n"
584
"identifier, if any. For example, \"branch lp:foo-bar\" will attempt to\n"
588
#: bzrlib/builtins.py:1220
590
"To retrieve the branch as of a particular revision, supply the --revision\n"
591
"parameter, as in \"branch foo/bar -r 5\"."
594
#: bzrlib/builtins.py:1223
595
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
598
# help of 'no-tree' option of 'branch' command
599
#: bzrlib/builtins.py:1233
600
msgid "Create a branch without a working-tree."
603
# help of 'switch' option of 'branch' command
604
#: bzrlib/builtins.py:1235
605
msgid "Switch the checkout in the current directory to the new branch."
608
# help of 'stacked' option of 'branch' command
609
#: bzrlib/builtins.py:1238
611
"Create a stacked branch referring to the source branch. The new branch will "
612
"depend on the availability of the source branch for all operations."
615
# help of 'standalone' option of 'branch' command
616
#: bzrlib/builtins.py:1242
617
msgid "Do not use a shared repository, even if available."
620
# help of 'use-existing-dir' option of 'branch' command
621
#: bzrlib/builtins.py:1244
623
"By default branch will fail if the target directory exists, but does not "
624
"already have a control directory. This flag will allow branch to proceed."
627
# help of 'bind' option of 'branch' command
628
#: bzrlib/builtins.py:1249
629
msgid "Bind new branch to from location."
632
#: bzrlib/builtins.py:1290
634
msgid "Target directory \"%s\" already exists."
637
#: bzrlib/builtins.py:1300
639
msgid "Parent of \"%s\" does not exist."
642
#: bzrlib/builtins.py:1314
644
msgid "The branch %s has no revision %s."
647
#: bzrlib/builtins.py:1322
649
msgid "Created new stacked branch referring to %s."
652
#: bzrlib/builtins.py:1326
654
msgid "Branched %d revision(s)."
657
#: bzrlib/builtins.py:1331
659
msgid "New branch bound to %s"
662
#: bzrlib/builtins.py:1336 bzrlib/builtins.py:5916
664
msgid "Switched to branch: %s"
667
#: bzrlib/builtins.py:1341
668
msgid "List the branches available at the current location."
671
#: bzrlib/builtins.py:1343
673
"This command will print the names of all the branches at the current "
677
#: bzrlib/builtins.py:1352
681
#: bzrlib/builtins.py:1358
682
msgid "Create a new checkout of an existing branch."
685
#: bzrlib/builtins.py:1360
687
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
689
"the branch found in '.'. This is useful if you have removed the working "
691
"or if it was never created - i.e. if you pushed the branch to its current\n"
692
"location using SFTP."
695
#: bzrlib/builtins.py:1365
697
"If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION "
699
"be used. In other words, \"checkout ../foo/bar\" will attempt to create ./"
701
"If the BRANCH_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
702
"is derived from the BRANCH_LOCATION by stripping a leading scheme or drive\n"
703
"identifier, if any. For example, \"checkout lp:foo-bar\" will attempt to\n"
707
#: bzrlib/builtins.py:1372
709
"To retrieve the branch as of a particular revision, supply the --revision\n"
710
"parameter, as in \"checkout foo/bar -r 5\". Note that this will be "
712
"out of date [so you cannot commit] but it may be useful (i.e. to examine "
717
# help of 'lightweight' option of 'checkout' command
718
#: bzrlib/builtins.py:1382
720
"Perform a lightweight checkout. Lightweight checkouts depend on access to "
721
"the branch for every operation. Normal checkouts can perform common "
722
"operations like diff and status without such access, and also support local "
726
# help of 'files-from' option of 'branch' command
727
#: bzrlib/builtins.py:1389
728
msgid "Get file contents from this tree."
731
# help of 'hardlink' option of 'branch' command
732
#: bzrlib/builtins.py:1391
733
msgid "Hard-link working tree files where possible."
736
#: bzrlib/builtins.py:1432
738
"Show list of renamed files.\n"
742
#: bzrlib/builtins.py:1462
743
msgid "Update a tree to have the latest code committed to its branch."
746
#: bzrlib/builtins.py:1464
748
"This will perform a merge into the working tree, and may generate\n"
749
"conflicts. If you have any local changes, you will still\n"
750
"need to commit them after the update for the update to be complete."
753
#: bzrlib/builtins.py:1468
755
"If you want to discard your local changes, you can just do a\n"
756
"'bzr revert' instead of 'bzr commit' after the update."
759
#: bzrlib/builtins.py:1471
761
"If you want to restore a file that has been removed locally, use\n"
762
"'bzr revert' instead of 'bzr update'."
765
#: bzrlib/builtins.py:1474
767
"If the tree's branch is bound to a master branch, it will also update\n"
768
"the branch from the master."
771
#: bzrlib/builtins.py:1489
772
msgid "bzr update --revision takes exactly one revision"
775
#: bzrlib/builtins.py:1520
777
msgid "Tree is up to date at revision %s of branch %s"
780
#: bzrlib/builtins.py:1536
783
"branch has no revision %s\n"
784
"bzr update --revision only works for a revision in the branch history"
787
#: bzrlib/builtins.py:1542
789
msgid "Updated to revision %s of branch %s"
792
#: bzrlib/builtins.py:1546
794
"Your local commits will now show as pending merges with 'bzr status', and "
795
"can be committed with 'bzr commit'."
798
#: bzrlib/builtins.py:1555
799
msgid "Show information about a working tree, branch or repository."
802
#: bzrlib/builtins.py:1557
804
"This command will show all known locations and formats associated to the\n"
805
"tree, branch or repository."
808
#: bzrlib/builtins.py:1560
810
"In verbose mode, statistical information is included with each report.\n"
811
"To see extended statistic information, use a verbosity level of 2 or\n"
812
"higher by specifying the verbose option multiple times, e.g. -vv."
815
#: bzrlib/builtins.py:1564
816
msgid "Branches and working trees will also report any missing revisions."
819
#: bzrlib/builtins.py:1568
820
msgid " Display information on the format and related locations:"
823
#: bzrlib/builtins.py:1570
827
#: bzrlib/builtins.py:1572
829
" Display the above together with extended format information and\n"
830
" basic statistics (like the number of files in the working tree and\n"
831
" number of revisions in the branch and repository):"
834
#: bzrlib/builtins.py:1576
838
#: bzrlib/builtins.py:1578
839
msgid " Display the above together with number of committers to the branch:"
842
#: bzrlib/builtins.py:1580
843
msgid " bzr info -vv"
846
#: bzrlib/builtins.py:1599
847
msgid "Remove files or directories."
850
#: bzrlib/builtins.py:1601
852
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
853
"delete them if they can easily be recovered using revert otherwise they\n"
854
"will be backed up (adding an extention of the form .~#~). If no options or\n"
855
"parameters are given Bazaar will scan for files that are being tracked by\n"
856
"Bazaar but missing in your tree and stop tracking them for you."
859
# help of 'new' option of 'remove' command
860
#: bzrlib/builtins.py:1609
861
msgid "Only remove files that have never been committed."
864
# help of 'file-deletion-strategy' option of 'remove' command
865
#: bzrlib/builtins.py:1611
866
msgid "The file deletion mode to be used."
869
# title of 'file-deletion-strategy' option of 'remove' command
870
#: bzrlib/builtins.py:1612
871
msgid "Deletion Strategy"
874
#: bzrlib/builtins.py:1625
875
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
878
#: bzrlib/builtins.py:1642
879
msgid "No matching files."
882
#: bzrlib/builtins.py:1703
883
msgid "Reconcile bzr metadata in a branch."
886
#: bzrlib/builtins.py:1705
888
"This can correct data mismatches that may have been caused by\n"
889
"previous ghost operations or bzr upgrades. You should only\n"
890
"need to run this command if 'bzr check' or a bzr developer\n"
891
"advises you to run it."
894
#: bzrlib/builtins.py:1710
896
"If a second branch is provided, cross-branch reconciliation is\n"
897
"also attempted, which will check that data like the tree root\n"
898
"id which was not present in very early bzr versions is represented\n"
899
"correctly in both branches."
902
#: bzrlib/builtins.py:1715
904
"At the same time it is run it may recompress data resulting in\n"
905
"a potential saving in disk space or performance gain."
908
#: bzrlib/builtins.py:1718
909
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
912
#: bzrlib/builtins.py:1782
913
msgid "Make a directory into a versioned branch."
916
#: bzrlib/builtins.py:1784
918
"Use this to create an empty branch, or before importing an\n"
922
#: bzrlib/builtins.py:1787
924
"If there is a repository in a parent directory of the location, then\n"
925
"the history of the branch will be stored in the repository. Otherwise\n"
926
"init creates a standalone branch which carries its own history\n"
927
"in the .bzr directory."
930
#: bzrlib/builtins.py:1792
932
"If there is already a branch at the location but it has no working tree,\n"
933
"the tree can be populated with 'bzr checkout'."
936
#: bzrlib/builtins.py:1795
937
msgid "Recipe for importing a tree of files::"
940
#: bzrlib/builtins.py:1797
946
" bzr commit -m \"imported project\""
949
# help of 'create-prefix' option of 'init' command
950
#: bzrlib/builtins.py:1808
951
msgid "Create the path leading up to the branch if it does not already exist."
954
# help of 'format' option of 'init' command
955
#: bzrlib/builtins.py:1811
956
msgid "Specify a format for this branch. See \"help formats\"."
959
# help of 'append-revisions-only' option of 'init' command
960
#: bzrlib/builtins.py:1819
961
msgid "Never change revnos or the existing log. Append revisions to it only."
964
# help of 'no-tree' option of 'init' command
965
#: bzrlib/builtins.py:1822
966
msgid "Create a branch without a working tree."
969
#: bzrlib/builtins.py:1842
972
"Parent directory of %s does not exist.\n"
973
"You may supply --create-prefix to create all leading parent directories."
976
#: bzrlib/builtins.py:1876
978
"This branch format cannot be set to append-revisions-only. Try --default."
981
#: bzrlib/builtins.py:1887
983
msgid "Created a %s (format: %s)\n"
986
#: bzrlib/builtins.py:1895
988
msgid "Using shared repository: %s\n"
991
#: bzrlib/builtins.py:1899
992
msgid "Create a shared repository for branches to share storage space."
995
#: bzrlib/builtins.py:1901
997
"New branches created under the repository directory will store their\n"
998
"revisions in the repository, not in the branch directory. For branches\n"
999
"with shared history, this reduces the amount of storage needed and \n"
1000
"speeds up the creation of new branches."
1003
#: bzrlib/builtins.py:1906
1005
"If the --no-trees option is given then the branches in the repository\n"
1006
"will not have working trees by default. They will still exist as \n"
1007
"directories on disk, but they will not have separate copies of the \n"
1008
"files at a certain revision. This can be useful for repositories that\n"
1009
"store branches which are interacted with through checkouts or remote\n"
1010
"branches, such as on a server."
1013
#: bzrlib/builtins.py:1913
1016
" Create a shared repository holding just branches::"
1019
#: bzrlib/builtins.py:1916
1021
" bzr init-repo --no-trees repo\n"
1022
" bzr init repo/trunk"
1025
#: bzrlib/builtins.py:1919
1026
msgid " Make a lightweight checkout elsewhere::"
1029
#: bzrlib/builtins.py:1921
1031
" bzr checkout --lightweight repo/trunk trunk-checkout\n"
1032
" cd trunk-checkout\n"
1036
# help of 'format' option of 'init-repository' command
1037
#: bzrlib/builtins.py:1929
1039
"Specify a format for this repository. See \"bzr help formats\" for details."
1042
# title of 'format' option of 'init-repository' command
1043
#: bzrlib/builtins.py:1933
1044
msgid "Repository format"
1047
# help of 'no-trees' option of 'init-repository' command
1048
#: bzrlib/builtins.py:1935
1049
msgid "Branches in the repository will default to not having a working tree."
1052
#: bzrlib/builtins.py:1959
1053
msgid "Show differences in the working tree, between revisions or branches."
1056
#: bzrlib/builtins.py:1961
1058
"If no arguments are given, all changes for the current tree are listed.\n"
1059
"If files are given, only the changes in those files are listed.\n"
1060
"Remote and multiple branches can be compared by using the --old and\n"
1061
"--new options. If not provided, the default for both is derived from\n"
1062
"the first argument, if any, or the current tree if no arguments are\n"
1066
#: bzrlib/builtins.py:1968
1068
"\"bzr diff -p1\" is equivalent to \"bzr diff --prefix old/:new/\", and\n"
1069
"produces patches suitable for \"patch -p1\"."
1072
#: bzrlib/builtins.py:1971
1074
"Note that when using the -r argument with a range of revisions, the\n"
1075
"differences are computed between the two specified revisions. That\n"
1076
"is, the command does not show the changes introduced by the first \n"
1077
"revision in the range. This differs from the interpretation of \n"
1078
"revision ranges used by \"bzr log\" which includes the first revision\n"
1082
#: bzrlib/builtins.py:1978
1086
" 2 - unrepresentable changes\n"
1091
#: bzrlib/builtins.py:1984
1094
" Shows the difference in the working tree versus the last commit::"
1097
#: bzrlib/builtins.py:1987
1101
#: bzrlib/builtins.py:1989
1102
msgid " Difference between the working tree and revision 1::"
1105
#: bzrlib/builtins.py:1991
1106
msgid " bzr diff -r1"
1109
#: bzrlib/builtins.py:1993
1110
msgid " Difference between revision 3 and revision 1::"
1113
#: bzrlib/builtins.py:1995
1114
msgid " bzr diff -r1..3"
1117
#: bzrlib/builtins.py:1997
1118
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1121
#: bzrlib/builtins.py:1999
1122
msgid " bzr diff -r1..3 xxx"
1125
#: bzrlib/builtins.py:2001
1126
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1129
#: bzrlib/builtins.py:2003
1130
msgid " bzr diff -c2"
1133
#: bzrlib/builtins.py:2005
1135
" To see the changes introduced by revision X::\n"
1140
#: bzrlib/builtins.py:2009
1142
" Note that in the case of a merge, the -c option shows the changes\n"
1143
" compared to the left hand parent. To see the changes against\n"
1144
" another parent, use::"
1147
#: bzrlib/builtins.py:2013
1148
msgid " bzr diff -r<chosen_parent>..X"
1151
#: bzrlib/builtins.py:2015
1153
" The changes between the current revision and the previous revision\n"
1154
" (equivalent to -c-1 and -r-2..-1)"
1157
#: bzrlib/builtins.py:2018
1158
msgid " bzr diff -r-2.."
1161
#: bzrlib/builtins.py:2020
1162
msgid " Show just the differences for file NEWS::"
1165
#: bzrlib/builtins.py:2022
1166
msgid " bzr diff NEWS"
1169
#: bzrlib/builtins.py:2024
1170
msgid " Show the differences in working tree xxx for file NEWS::"
1173
#: bzrlib/builtins.py:2026
1174
msgid " bzr diff xxx/NEWS"
1177
#: bzrlib/builtins.py:2028
1178
msgid " Show the differences from branch xxx to this working tree:"
1181
#: bzrlib/builtins.py:2030
1182
msgid " bzr diff --old xxx"
1185
#: bzrlib/builtins.py:2032
1186
msgid " Show the differences between two branches for file NEWS::"
1189
#: bzrlib/builtins.py:2034
1190
msgid " bzr diff --old xxx --new yyy NEWS"
1193
#: bzrlib/builtins.py:2036
1194
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1197
#: bzrlib/builtins.py:2038
1199
" bzr diff --prefix old/:new/\n"
1201
" Show the differences using a custom diff program with options::\n"
1203
" bzr diff --using /usr/bin/diff --diff-options -wu"
1206
# help of 'diff-options' option of 'diff' command
1207
#: bzrlib/builtins.py:2048
1208
msgid "Pass these options to the external diff program."
1211
# help of 'prefix' option of 'diff' command
1212
#: bzrlib/builtins.py:2051
1214
"Set prefixes added to old and new filenames, as two values separated by a "
1215
"colon. (eg \"old/:new/\")."
1218
# help of 'old' option of 'diff' command
1219
#: bzrlib/builtins.py:2054
1220
msgid "Branch/tree to compare from."
1223
# help of 'new' option of 'diff' command
1224
#: bzrlib/builtins.py:2058
1225
msgid "Branch/tree to compare to."
1228
# help of 'using' option of 'diff' command
1229
#: bzrlib/builtins.py:2064
1230
msgid "Use this command to compare files."
1233
# help of 'format' option of 'diff' command
1234
#: bzrlib/builtins.py:2069
1235
msgid "Diff format to use."
1238
# title of 'format' option of 'diff' command
1239
#: bzrlib/builtins.py:2071
1243
#: bzrlib/builtins.py:2093
1244
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1247
#: bzrlib/builtins.py:2097
1248
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1251
#: bzrlib/builtins.py:2101
1252
msgid "--using and --format are mutually exclusive."
1255
#: bzrlib/builtins.py:2121
1257
"List files deleted in the working tree.\n"
1261
#: bzrlib/builtins.py:2199
1262
msgid "Show the tree root directory."
1265
#: bzrlib/builtins.py:2201
1267
"The root is the nearest enclosing directory with a .bzr control\n"
1271
#: bzrlib/builtins.py:2216
1272
msgid "The limit argument must be an integer."
1275
#: bzrlib/builtins.py:2224
1276
msgid "The levels argument must be an integer."
1279
#: bzrlib/builtins.py:2229
1280
msgid "Show historical log for a branch or subset of a branch."
1283
#: bzrlib/builtins.py:2231
1285
"log is bzr's default tool for exploring the history of a branch.\n"
1286
"The branch to use is taken from the first parameter. If no parameters\n"
1287
"are given, the branch containing the working directory is logged.\n"
1288
"Here are some simple examples::"
1291
#: bzrlib/builtins.py:2236
1293
" bzr log log the current branch\n"
1294
" bzr log foo.py log a file in its branch\n"
1295
" bzr log http://server/branch log a branch on a server"
1298
#: bzrlib/builtins.py:2240
1300
"The filtering, ordering and information shown for each revision can\n"
1301
"be controlled as explained below. By default, all revisions are\n"
1302
"shown sorted (topologically) so that newer revisions appear before\n"
1303
"older ones and descendants always appear before ancestors. If displayed,\n"
1304
"merged revisions are shown indented under the revision in which they\n"
1308
#: bzrlib/builtins.py:2247
1309
msgid ":Output control:"
1312
#: bzrlib/builtins.py:2249
1314
" The log format controls how information about each revision is\n"
1315
" displayed. The standard log formats are called ``long``, ``short``\n"
1316
" and ``line``. The default is long. See ``bzr help log-formats``\n"
1317
" for more details on log formats."
1320
#: bzrlib/builtins.py:2254
1322
" The following options can be used to control what information is\n"
1326
#: bzrlib/builtins.py:2257
1328
" -l N display a maximum of N revisions\n"
1329
" -n N display N levels of revisions (0 for all, 1 for collapsed)\n"
1330
" -v display a status summary (delta) for each revision\n"
1331
" -p display a diff (patch) for each revision\n"
1332
" --show-ids display revision-ids (and file-ids), not just revnos"
1335
#: bzrlib/builtins.py:2263
1337
" Note that the default number of levels to display is a function of the\n"
1338
" log format. If the -n option is not used, the standard log formats show\n"
1339
" just the top level (mainline)."
1342
#: bzrlib/builtins.py:2267
1344
" Status summaries are shown using status flags like A, M, etc. To see\n"
1345
" the changes explained using words like ``added`` and ``modified``\n"
1346
" instead, use the -vv option."
1349
#: bzrlib/builtins.py:2271
1350
msgid ":Ordering control:"
1353
#: bzrlib/builtins.py:2273
1355
" To display revisions from oldest to newest, use the --forward option.\n"
1356
" In most cases, using this option will have little impact on the total\n"
1357
" time taken to produce a log, though --forward does not incrementally\n"
1358
" display revisions like --reverse does when it can."
1361
#: bzrlib/builtins.py:2278
1362
msgid ":Revision filtering:"
1365
#: bzrlib/builtins.py:2280
1367
" The -r option can be used to specify what revision or range of revisions\n"
1368
" to filter against. The various forms are shown below::"
1371
#: bzrlib/builtins.py:2283
1373
" -rX display revision X\n"
1374
" -rX.. display revision X and later\n"
1375
" -r..Y display up to and including revision Y\n"
1376
" -rX..Y display from X to Y inclusive"
1379
#: bzrlib/builtins.py:2288
1381
" See ``bzr help revisionspec`` for details on how to specify X and Y.\n"
1382
" Some common examples are given below::"
1385
#: bzrlib/builtins.py:2291
1387
" -r-1 show just the tip\n"
1388
" -r-10.. show the last 10 mainline revisions\n"
1389
" -rsubmit:.. show what's new on this branch\n"
1390
" -rancestor:path.. show changes since the common ancestor of this\n"
1391
" branch and the one at location path\n"
1392
" -rdate:yesterday.. show changes since yesterday"
1395
#: bzrlib/builtins.py:2298
1397
" When logging a range of revisions using -rX..Y, log starts at\n"
1398
" revision Y and searches back in history through the primary\n"
1399
" (\"left-hand\") parents until it finds X. When logging just the\n"
1400
" top level (using -n1), an error is reported if X is not found\n"
1401
" along the way. If multi-level logging is used (-n0), X may be\n"
1402
" a nested merge revision and the log will be truncated accordingly."
1405
#: bzrlib/builtins.py:2305
1406
msgid ":Path filtering:"
1409
#: bzrlib/builtins.py:2307
1411
" If parameters are given and the first one is not a branch, the log\n"
1412
" will be filtered to show only those revisions that changed the\n"
1413
" nominated files or directories."
1416
#: bzrlib/builtins.py:2311
1418
" Filenames are interpreted within their historical context. To log a\n"
1419
" deleted file, specify a revision range so that the file existed at\n"
1420
" the end or start of the range."
1423
#: bzrlib/builtins.py:2315
1425
" Historical context is also important when interpreting pathnames of\n"
1426
" renamed files/directories. Consider the following example:"
1429
#: bzrlib/builtins.py:2318
1431
" * revision 1: add tutorial.txt\n"
1432
" * revision 2: modify tutorial.txt\n"
1433
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1436
#: bzrlib/builtins.py:2322
1437
msgid " In this case:"
1440
#: bzrlib/builtins.py:2324
1441
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1444
#: bzrlib/builtins.py:2326
1445
msgid " * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1448
#: bzrlib/builtins.py:2328
1450
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1451
" the original file in revision 2."
1454
#: bzrlib/builtins.py:2331
1456
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1457
" was no file called guide.txt in revision 2."
1460
#: bzrlib/builtins.py:2334
1462
" Renames are always followed by log. By design, there is no need to\n"
1463
" explicitly ask for this (and no way to stop logging a file back\n"
1464
" until it was last renamed)."
1467
#: bzrlib/builtins.py:2338
1468
msgid ":Other filtering:"
1471
#: bzrlib/builtins.py:2340
1473
" The --match option can be used for finding revisions that match a\n"
1474
" regular expression in a commit message, committer, author or bug.\n"
1475
" Specifying the option several times will match any of the supplied\n"
1476
" expressions. --match-author, --match-bugs, --match-committer and\n"
1477
" --match-message can be used to only match a specific field."
1480
#: bzrlib/builtins.py:2346
1481
msgid ":Tips & tricks:"
1484
#: bzrlib/builtins.py:2348
1486
" GUI tools and IDEs are often better at exploring history than command\n"
1487
" line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\n"
1488
" bzr-explorer shell, or the Loggerhead web interface. See the Plugin\n"
1489
" Guide <http://doc.bazaar.canonical.com/plugins/en/> and\n"
1490
" <http://wiki.bazaar.canonical.com/IDEIntegration>. "
1493
#: bzrlib/builtins.py:2354
1494
msgid " You may find it useful to add the aliases below to ``bazaar.conf``::"
1497
#: bzrlib/builtins.py:2356
1501
" top = log -l10 --line\n"
1505
#: bzrlib/builtins.py:2361
1507
" ``bzr tip`` will then show the latest revision while ``bzr top``\n"
1508
" will show the last 10 mainline revisions. To see the details of a\n"
1509
" particular revision X, ``bzr show -rX``."
1512
#: bzrlib/builtins.py:2365
1514
" If you are interested in looking deeper into a particular merge X,\n"
1515
" use ``bzr log -n0 -rX``."
1518
#: bzrlib/builtins.py:2368
1520
" ``bzr log -v`` on a branch with lots of history is currently\n"
1521
" very slow. A fix for this issue is currently under development.\n"
1522
" With or without that fix, it is recommended that a revision range\n"
1523
" be given when using the -v option."
1526
#: bzrlib/builtins.py:2373
1528
" bzr has a generic full-text matching plugin, bzr-search, that can be\n"
1529
" used to find revisions matching user names, commit messages, etc.\n"
1530
" Among other features, this plugin can find all revisions containing\n"
1531
" a list of words but not others."
1534
#: bzrlib/builtins.py:2378
1536
" When exploring non-mainline history on large projects with deep\n"
1537
" history, the performance of log can be greatly improved by installing\n"
1538
" the historycache plugin. This plugin buffers historical information\n"
1539
" trading disk space for faster speed."
1542
# help of 'forward' option of 'log' command
1543
#: bzrlib/builtins.py:2387
1544
msgid "Show from oldest to newest."
1547
# help of 'verbose' option of 'log' command
1548
#: bzrlib/builtins.py:2390
1549
msgid "Show files changed in each revision."
1552
# help of 'change' option of 'log' command
1553
#: bzrlib/builtins.py:2396
1554
msgid "Show just the specified revision. See also \"help revisionspec\"."
1557
# help of 'authors' option of 'log' command
1558
#: bzrlib/builtins.py:2400
1559
msgid "What names to list as authors - first, all or committer."
1562
# title of 'authors' option of 'log' command
1563
#: bzrlib/builtins.py:2401
1567
# help of 'levels' option of 'log' command
1568
#: bzrlib/builtins.py:2406
1569
msgid "Number of levels to display - 0 for all, 1 for flat."
1572
# help of 'limit' option of 'log' command
1573
#: bzrlib/builtins.py:2416
1574
msgid "Limit the output to the first N revisions."
1577
# help of 'show-diff' option of 'log' command
1578
#: bzrlib/builtins.py:2421
1579
msgid "Show changes made in each revision as a patch."
1582
# help of 'include-merges' option of 'log' command
1583
#: bzrlib/builtins.py:2423
1584
msgid "Show merged revisions like --levels 0 does."
1587
# help of 'exclude-common-ancestry' option of 'log' command
1588
#: bzrlib/builtins.py:2425
1590
"Display only the revisions that are not part of both ancestries (require -"
1594
# help of 'signatures' option of 'log' command
1595
#: bzrlib/builtins.py:2429
1596
msgid "Show digital signature validity"
1599
# help of 'match' option of 'log' command
1600
#: bzrlib/builtins.py:2432
1601
msgid "Show revisions whose properties match this expression."
1604
# help of 'match-message' option of 'log' command
1605
#: bzrlib/builtins.py:2436
1606
msgid "Show revisions whose message matches this expression."
1609
# help of 'match-committer' option of 'log' command
1610
#: bzrlib/builtins.py:2440
1611
msgid "Show revisions whose committer matches this expression."
1614
# help of 'match-author' option of 'log' command
1615
#: bzrlib/builtins.py:2444
1616
msgid "Show revisions whose authors match this expression."
1619
# help of 'match-bugs' option of 'log' command
1620
#: bzrlib/builtins.py:2448
1621
msgid "Show revisions whose bugs match this expression."
1624
#: bzrlib/builtins.py:2485
1625
msgid "--exclude-common-ancestry requires -r with two revisions"
1628
#: bzrlib/builtins.py:2491
1629
msgid "--levels and --include-merges are mutually exclusive"
1632
#: bzrlib/builtins.py:2498
1633
msgid "--revision and --change are mutually exclusive"
1636
#: bzrlib/builtins.py:2511
1638
msgid "Path unknown at end or start of revision range: %s"
1641
#: bzrlib/builtins.py:2628
1643
msgid "bzr %s doesn't accept two revisions in different branches."
1646
#: bzrlib/builtins.py:2644
1648
msgid "bzr %s --revision takes one or two values."
1651
#: bzrlib/builtins.py:2689
1653
"List files in a tree.\n"
1657
# help of 'recursive' option of 'ls' command
1658
#: bzrlib/builtins.py:2698
1659
msgid "Recurse into subdirectories."
1662
# help of 'from-root' option of 'ls' command
1663
#: bzrlib/builtins.py:2700
1664
msgid "Print paths relative to the root of the branch."
1667
# help of 'unknown' option of 'ls' command
1668
#: bzrlib/builtins.py:2702
1669
msgid "Print unknown files."
1672
# help of 'versioned' option of 'ls' command
1673
#: bzrlib/builtins.py:2703
1674
msgid "Print versioned files."
1677
# help of 'ignored' option of 'ls' command
1678
#: bzrlib/builtins.py:2706
1679
msgid "Print ignored files."
1682
# help of 'kind' option of 'ls' command
1683
#: bzrlib/builtins.py:2708
1684
msgid "List entries of a particular kind: file, directory, symlink."
1687
#: bzrlib/builtins.py:2721
1688
msgid "invalid kind specified"
1691
#: bzrlib/builtins.py:2724
1692
msgid "Cannot set both --verbose and --null"
1695
#: bzrlib/builtins.py:2733
1696
msgid "cannot specify both --from-root and PATH"
1699
#: bzrlib/builtins.py:2820
1700
msgid "Ignore specified files or patterns."
1703
#: bzrlib/builtins.py:2822
1704
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1707
#: bzrlib/builtins.py:2824
1709
"If a .bzrignore file does not exist, the ignore command\n"
1710
"will create one and add the specified files or patterns to the newly\n"
1711
"created file. The ignore command will also automatically add the \n"
1712
".bzrignore file to be versioned. Creating a .bzrignore file without\n"
1713
"the use of the ignore command will require an explicit add command."
1716
#: bzrlib/builtins.py:2830
1718
"To remove patterns from the ignore list, edit the .bzrignore file.\n"
1719
"After adding, editing or deleting that file either indirectly by\n"
1720
"using this command or directly by using an editor, be sure to commit\n"
1724
#: bzrlib/builtins.py:2835
1726
"Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows\n"
1727
"the global ignore file can be found in the application data directory as\n"
1728
"C:\\Documents and Settings\\<user>\\Application Data\\Bazaar\\2.0\\ignore.\n"
1729
"Global ignores are not touched by this command. The global ignore file\n"
1730
"can be edited directly using an editor."
1733
#: bzrlib/builtins.py:2841
1735
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
1736
"precedence over regular ignores. Such exceptions are used to specify\n"
1737
"files that should be versioned which would otherwise be ignored."
1740
#: bzrlib/builtins.py:2845
1742
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
1743
"precedence over the '!' exception patterns."
1746
#: bzrlib/builtins.py:2848
1750
"* Ignore patterns containing shell wildcards must be quoted from\n"
1751
" the shell on Unix."
1754
#: bzrlib/builtins.py:2853
1756
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1757
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1760
#: bzrlib/builtins.py:2856
1763
" Ignore the top level Makefile::"
1766
#: bzrlib/builtins.py:2859
1767
msgid " bzr ignore ./Makefile"
1770
#: bzrlib/builtins.py:2861
1771
msgid " Ignore .class files in all directories...::"
1774
#: bzrlib/builtins.py:2863
1775
msgid " bzr ignore \"*.class\""
1778
#: bzrlib/builtins.py:2865
1779
msgid " ...but do not ignore \"special.class\"::"
1782
#: bzrlib/builtins.py:2867
1783
msgid " bzr ignore \"!special.class\""
1786
#: bzrlib/builtins.py:2869
1787
msgid " Ignore files whose name begins with the \"#\" character::"
1790
#: bzrlib/builtins.py:2871
1791
msgid " bzr ignore \"RE:^#\""
1794
#: bzrlib/builtins.py:2873
1795
msgid " Ignore .o files under the lib directory::"
1798
#: bzrlib/builtins.py:2875
1799
msgid " bzr ignore \"lib/**/*.o\""
1802
#: bzrlib/builtins.py:2879
1803
msgid " bzr ignore \"RE:lib/.*\\.o\""
1806
#: bzrlib/builtins.py:2881
1807
msgid " Ignore everything but the \"debian\" toplevel directory::"
1810
#: bzrlib/builtins.py:2883
1812
" bzr ignore \"RE:(?!debian/).*\"\n"
1814
" Ignore everything except the \"local\" toplevel directory,\n"
1815
" but always ignore autosave files ending in ~, even under local/::\n"
1817
" bzr ignore \"*\"\n"
1818
" bzr ignore \"!./local\"\n"
1819
" bzr ignore \"!!*~\""
1822
# help of 'default-rules' option of 'ignore' command
1823
#: bzrlib/builtins.py:2897
1824
msgid "Display the default ignore rules that bzr uses."
1827
#: bzrlib/builtins.py:2909
1828
msgid "ignore requires at least one NAME_PATTERN or --default-rules."
1831
#: bzrlib/builtins.py:2925
1832
msgid "NAME_PATTERN should not be an absolute path"
1835
#: bzrlib/builtins.py:2938
1838
"Warning: the following files are version controlled and match your ignore "
1841
"These files will continue to be version controlled unless you 'bzr remove' "
1845
#: bzrlib/builtins.py:2945
1846
msgid "List ignored files and the patterns that matched them."
1849
#: bzrlib/builtins.py:2947
1851
"List all the ignored files and the ignore pattern that caused the file to\n"
1855
#: bzrlib/builtins.py:2950
1856
msgid "Alternatively, to list just the files::"
1859
#: bzrlib/builtins.py:2952
1860
msgid " bzr ls --ignored"
1863
#: bzrlib/builtins.py:2986
1865
msgid "not a valid revision-number: %r"
1868
#: bzrlib/builtins.py:2993
1869
msgid "Export current or past revision to a destination directory or archive."
1872
#: bzrlib/builtins.py:2995
1873
msgid "If no revision is specified this exports the last committed revision."
1876
#: bzrlib/builtins.py:2997
1878
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
1879
"given, try to find the format with the extension. If no extension\n"
1880
"is found exports to a directory (equivalent to --format=dir)."
1883
#: bzrlib/builtins.py:3001
1885
"If root is supplied, it will be used as the root directory inside\n"
1886
"container formats (tar, zip, etc). If it is not supplied it will default\n"
1887
"to the exported filename. The root option has no effect for 'dir' format."
1890
#: bzrlib/builtins.py:3005
1892
"If branch is omitted then the branch containing the current working\n"
1893
"directory will be used."
1896
#: bzrlib/builtins.py:3008
1897
msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
1900
#: bzrlib/builtins.py:3010
1902
" ================= =========================\n"
1903
" Supported formats Autodetected by extension\n"
1904
" ================= =========================\n"
1907
" tbz2 .tar.bz2, .tbz2\n"
1908
" tgz .tar.gz, .tgz\n"
1910
" ================= ========================="
1913
# help of 'format' option of 'export' command
1914
#: bzrlib/builtins.py:3024
1915
msgid "Type of file to export to."
1918
# help of 'filters' option of 'export' command
1919
#: bzrlib/builtins.py:3027
1920
msgid "Apply content filters to export the convenient form."
1923
# help of 'root' option of 'export' command
1924
#: bzrlib/builtins.py:3031
1925
msgid "Name of the root directory inside the exported file."
1928
# help of 'per-file-timestamps' option of 'export' command
1929
#: bzrlib/builtins.py:3033
1931
"Set modification time of files to that of the last revision in which it was "
1935
#: bzrlib/builtins.py:3057
1936
msgid "Write the contents of a file as of a given revision to standard output."
1939
#: bzrlib/builtins.py:3059
1940
msgid "If no revision is nominated, the last revision is used."
1943
#: bzrlib/builtins.py:3061
1945
"Note: Take care to redirect standard output when using this command on a\n"
1949
# help of 'filters' option of 'cat' command
1950
#: bzrlib/builtins.py:3068
1951
msgid "Apply content filters to display the convenience form."
1954
#: bzrlib/builtins.py:3079
1955
msgid "bzr cat --revision takes exactly one revision specifier"
1958
#: bzrlib/builtins.py:3104 bzrlib/builtins.py:3116
1960
msgid "%r is not present in revision %s"
1963
#: bzrlib/builtins.py:3139
1964
msgid "Commit changes into a new revision."
1967
#: bzrlib/builtins.py:3141
1969
"An explanatory message needs to be given for each commit. This is\n"
1970
"often done by using the --message option (getting the message from the\n"
1971
"command line) or by using the --file option (getting the message from\n"
1972
"a file). If neither of these options is given, an editor is opened for\n"
1973
"the user to enter the message. To see the changed files in the\n"
1974
"boilerplate text loaded into the editor, use the --show-diff option."
1977
#: bzrlib/builtins.py:3148
1979
"By default, the entire tree is committed and the person doing the\n"
1980
"commit is assumed to be the author. These defaults can be overridden\n"
1981
"as explained below."
1984
#: bzrlib/builtins.py:3152
1985
msgid ":Selective commits:"
1988
#: bzrlib/builtins.py:3154
1990
" If selected files are specified, only changes to those files are\n"
1991
" committed. If a directory is specified then the directory and\n"
1992
" everything within it is committed."
1995
#: bzrlib/builtins.py:3158
1997
" When excludes are given, they take precedence over selected files.\n"
1998
" For example, to commit only changes within foo, but not changes\n"
2002
#: bzrlib/builtins.py:3162
2003
msgid " bzr commit foo -x foo/bar"
2006
#: bzrlib/builtins.py:3164
2007
msgid " A selective commit after a merge is not yet supported."
2010
#: bzrlib/builtins.py:3166
2011
msgid ":Custom authors:"
2014
#: bzrlib/builtins.py:3168
2016
" If the author of the change is not the same person as the committer,\n"
2017
" you can specify the author's name using the --author option. The\n"
2018
" name should be in the same format as a committer-id, e.g.\n"
2019
" \"John Doe <jdoe@example.com>\". If there is more than one author of\n"
2020
" the change you can specify the option multiple times, once for each\n"
2024
#: bzrlib/builtins.py:3175
2028
#: bzrlib/builtins.py:3177
2030
" A common mistake is to forget to add a new file or directory before\n"
2031
" running the commit command. The --strict option checks for unknown\n"
2032
" files and aborts the commit if any are found. More advanced pre-commit\n"
2033
" checks can be implemented by defining hooks. See ``bzr help hooks``\n"
2037
#: bzrlib/builtins.py:3183
2038
msgid ":Things to note:"
2041
#: bzrlib/builtins.py:3185
2043
" If you accidentially commit the wrong changes or make a spelling\n"
2044
" mistake in the commit message say, you can use the uncommit command\n"
2045
" to undo it. See ``bzr help uncommit`` for details."
2048
#: bzrlib/builtins.py:3189
2050
" Hooks can also be configured to run after a commit. This allows you\n"
2051
" to trigger updates to external systems like bug trackers. The --fixes\n"
2052
" option can be used to record the association between a revision and\n"
2053
" one or more bugs. See ``bzr help bugs`` for details."
2056
# help of 'exclude' option of 'commit' command
2057
#: bzrlib/builtins.py:3199
2058
msgid "Do not consider changes made to a given path."
2061
# help of 'message' option of 'commit' command
2062
#: bzrlib/builtins.py:3202
2063
msgid "Description of the new revision."
2066
# help of 'unchanged' option of 'commit' command
2067
#: bzrlib/builtins.py:3205
2068
msgid "Commit even if nothing has changed."
2071
# help of 'file' option of 'commit' command
2072
#: bzrlib/builtins.py:3209
2073
msgid "Take commit message from this file."
2076
# help of 'strict' option of 'commit' command
2077
#: bzrlib/builtins.py:3211
2078
msgid "Refuse to commit if there are unknown files in the working tree."
2081
# help of 'commit-time' option of 'commit' command
2082
#: bzrlib/builtins.py:3214
2084
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2088
# help of 'fixes' option of 'commit' command
2089
#: bzrlib/builtins.py:3217
2090
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2093
# help of 'author' option of 'commit' command
2094
#: bzrlib/builtins.py:3220
2095
msgid "Set the author's name, if it's different from the committer."
2098
# help of 'local' option of 'commit' command
2099
#: bzrlib/builtins.py:3223
2101
"Perform a local commit in a bound branch. Local commits are not pushed to "
2102
"the master branch until a normal commit is performed."
2105
# help of 'show-diff' option of 'commit' command
2106
#: bzrlib/builtins.py:3229
2108
"When no message is supplied, show the diff along with the status summary in "
2109
"the message editor."
2112
# help of 'lossy' option of 'commit' command
2113
#: bzrlib/builtins.py:3232
2115
"When committing to a foreign version control system do not push data that "
2116
"can not be natively represented."
2119
#: bzrlib/builtins.py:3250
2122
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2123
"default bug tracker using the `bugtracker` option.\n"
2124
"See \"bzr help bugs\" for more information on this feature. Commit refused."
2127
#: bzrlib/builtins.py:3259
2130
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"bzr help bugs\" "
2131
"for more information on this feature.\n"
2135
#: bzrlib/builtins.py:3268
2137
msgid "Unrecognized bug %s. Commit refused."
2140
#: bzrlib/builtins.py:3271
2147
#: bzrlib/builtins.py:3295
2148
msgid "Could not parse --commit-time: "
2151
#: bzrlib/builtins.py:3335
2152
msgid "please specify either --message or --file"
2155
#: bzrlib/builtins.py:3364
2156
msgid "please specify a commit message with either --message or --file"
2159
#: bzrlib/builtins.py:3367
2161
"Empty commit message specified. Please specify a commit message with either "
2162
"--message or --file or leave a blank message with --message \"\"."
2165
#: bzrlib/builtins.py:3387
2167
"No changes to commit. Please 'bzr add' the files you want to commit, or use "
2168
"--unchanged to force an empty commit."
2171
#: bzrlib/builtins.py:3391
2173
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2174
"resolve FILE\" to resolve."
2177
#: bzrlib/builtins.py:3395
2178
msgid "Commit refused because there are unknown files in the working tree."
2181
#: bzrlib/builtins.py:3398
2184
"To commit to master branch, run update and then commit.\n"
2185
"You can also pass --local to commit to continue working disconnected."
2188
#: bzrlib/builtins.py:3406
2190
"Validate working tree structure, branch consistency and repository history."
2193
#: bzrlib/builtins.py:3408
2195
"This command checks various invariants about branch and repository storage\n"
2196
"to detect data corruption or bzr bugs."
2199
#: bzrlib/builtins.py:3411
2201
"The working tree and branch checks will only give output if a problem is\n"
2202
"detected. The output fields of the repository check are:"
2205
#: bzrlib/builtins.py:3414
2208
" This is just the number of revisions checked. It doesn't\n"
2209
" indicate a problem."
2212
#: bzrlib/builtins.py:3418
2215
" This is just the number of versionedfiles checked. It\n"
2216
" doesn't indicate a problem."
2219
#: bzrlib/builtins.py:3422
2221
"unreferenced ancestors\n"
2222
" Texts that are ancestors of other texts, but\n"
2223
" are not properly referenced by the revision ancestry. This is a\n"
2224
" subtle problem that Bazaar can work around."
2227
#: bzrlib/builtins.py:3427
2229
"unique file texts\n"
2230
" This is the total number of unique file contents\n"
2231
" seen in the checked revisions. It does not indicate a problem."
2234
#: bzrlib/builtins.py:3431
2236
"repeated file texts\n"
2237
" This is the total number of repeated texts seen\n"
2238
" in the checked revisions. Texts can be repeated when their file\n"
2239
" entries are modified, but the file contents are not. It does not\n"
2240
" indicate a problem."
2243
#: bzrlib/builtins.py:3437
2245
"If no restrictions are specified, all Bazaar data that is found at the "
2247
"location will be checked."
2250
#: bzrlib/builtins.py:3440
2254
#: bzrlib/builtins.py:3442
2255
msgid " Check the tree and branch at 'foo'::"
2258
#: bzrlib/builtins.py:3444
2259
msgid " bzr check --tree --branch foo"
2262
#: bzrlib/builtins.py:3446
2263
msgid " Check only the repository at 'bar'::"
2266
#: bzrlib/builtins.py:3448
2267
msgid " bzr check --repo bar"
2270
#: bzrlib/builtins.py:3450
2271
msgid " Check everything at 'baz'::"
2274
#: bzrlib/builtins.py:3452
2275
msgid " bzr check baz"
2278
# help of 'branch' option of 'check' command
2279
#: bzrlib/builtins.py:3458
2280
msgid "Check the branch related to the current directory."
2283
# help of 'repo' option of 'check' command
2284
#: bzrlib/builtins.py:3460
2285
msgid "Check the repository related to the current directory."
2288
# help of 'tree' option of 'check' command
2289
#: bzrlib/builtins.py:3462
2290
msgid "Check the working tree related to the current directory."
2293
#: bzrlib/builtins.py:3476
2294
msgid "Upgrade a repository, branch or working tree to a newer format."
2297
#: bzrlib/builtins.py:3478
2299
"When the default format has changed after a major new release of\n"
2300
"Bazaar, you may be informed during certain operations that you\n"
2301
"should upgrade. Upgrading to a newer format may improve performance\n"
2302
"or make new features available. It may however limit interoperability\n"
2303
"with older repositories or with older versions of Bazaar."
2306
#: bzrlib/builtins.py:3484
2308
"If you wish to upgrade to a particular format rather than the\n"
2309
"current default, that can be specified using the --format option.\n"
2310
"As a consequence, you can use the upgrade command this way to\n"
2311
"\"downgrade\" to an earlier format, though some conversions are\n"
2312
"a one way process (e.g. changing from the 1.x default to the\n"
2313
"2.x default) so downgrading is not always possible."
2316
#: bzrlib/builtins.py:3491
2318
"A backup.bzr.~#~ directory is created at the start of the conversion\n"
2319
"process (where # is a number). By default, this is left there on\n"
2320
"completion. If the conversion fails, delete the new .bzr directory\n"
2321
"and rename this one back in its place. Use the --clean option to ask\n"
2322
"for the backup.bzr directory to be removed on successful conversion.\n"
2323
"Alternatively, you can delete it by hand if everything looks good\n"
2327
#: bzrlib/builtins.py:3499
2329
"If the location given is a shared repository, dependent branches\n"
2330
"are also converted provided the repository converts successfully.\n"
2331
"If the conversion of a branch fails, remaining branches are still\n"
2335
#: bzrlib/builtins.py:3504
2337
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2338
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2341
# help of 'format' option of 'upgrade' command
2342
#: bzrlib/builtins.py:3512
2343
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2346
# title of 'format' option of 'init' command
2347
#: bzrlib/builtins.py:3516
2348
msgid "Branch format"
2351
# help of 'clean' option of 'upgrade' command
2352
#: bzrlib/builtins.py:3518
2353
msgid "Remove the backup.bzr directory if successful."
2356
#: bzrlib/builtins.py:3535
2357
msgid "Show or set bzr user id."
2360
#: bzrlib/builtins.py:3537
2363
" Show the email of the current user::"
2366
#: bzrlib/builtins.py:3540
2367
msgid " bzr whoami --email"
2370
#: bzrlib/builtins.py:3542
2371
msgid " Set the current user::"
2374
#: bzrlib/builtins.py:3544
2375
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2378
# help of 'email' option of 'whoami' command
2379
#: bzrlib/builtins.py:3548
2380
msgid "Display email address only."
2383
# help of 'branch' option of 'whoami' command
2384
#: bzrlib/builtins.py:3550
2385
msgid "Set identity for the current branch instead of globally."
2388
#: bzrlib/builtins.py:3574
2389
msgid "--email can only be used to display existing identity"
2392
#: bzrlib/builtins.py:3596
2393
msgid "Print or set the branch nickname."
2396
#: bzrlib/builtins.py:3598
2398
"If unset, the tree root directory name is used as the nickname.\n"
2399
"To print the current nickname, execute with no argument."
2402
#: bzrlib/builtins.py:3601
2404
"Bound branches use the nickname of its master branch unless it is set\n"
2408
#: bzrlib/builtins.py:3621
2409
msgid "Set/unset and display aliases."
2412
#: bzrlib/builtins.py:3623
2415
" Show the current aliases::"
2418
#: bzrlib/builtins.py:3626
2422
#: bzrlib/builtins.py:3628
2423
msgid " Show the alias specified for 'll'::"
2426
#: bzrlib/builtins.py:3630
2427
msgid " bzr alias ll"
2430
#: bzrlib/builtins.py:3632
2431
msgid " Set an alias for 'll'::"
2434
#: bzrlib/builtins.py:3634
2435
msgid " bzr alias ll=\"log --line -r-10..-1\""
2438
#: bzrlib/builtins.py:3636
2439
msgid " To remove an alias for 'll'::"
2442
#: bzrlib/builtins.py:3638
2443
msgid " bzr alias --remove ll"
2446
# help of 'remove' option of 'alias' command
2447
#: bzrlib/builtins.py:3643
2448
msgid "Remove the alias."
2451
#: bzrlib/builtins.py:3661
2452
msgid "bzr alias --remove expects an alias to remove."
2455
#: bzrlib/builtins.py:3833
2456
msgid "subunit not available. subunit needs to be installed to use --subunit."
2459
#: bzrlib/builtins.py:3850
2461
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2464
#: bzrlib/builtins.py:3897
2465
msgid "Show version of bzr."
2468
# help of 'short' option of 'version' command
2469
#: bzrlib/builtins.py:3901
2470
msgid "Print just the version number."
2473
#: bzrlib/builtins.py:3920
2474
msgid "It sure does!\n"
2477
#: bzrlib/builtins.py:3944
2479
msgid "merge base is revision %s\n"
2482
#: bzrlib/builtins.py:3948
2483
msgid "Perform a three-way merge."
2486
#: bzrlib/builtins.py:3950
2488
"The source of the merge can be specified either in the form of a branch,\n"
2489
"or in the form of a path to a file containing a merge directive generated\n"
2490
"with bzr send. If neither is specified, the default is the upstream branch\n"
2491
"or the branch most recently merged using --remember. The source of the\n"
2492
"merge may also be specified in the form of a path to a file in another\n"
2493
"branch: in this case, only the modifications to that file are merged into\n"
2494
"the current working tree."
2497
#: bzrlib/builtins.py:3958
2499
"When merging from a branch, by default bzr will try to merge in all new\n"
2500
"work from the other branch, automatically determining an appropriate base\n"
2501
"revision. If this fails, you may need to give an explicit base."
2504
#: bzrlib/builtins.py:3962
2506
"To pick a different ending revision, pass \"--revision OTHER\". bzr will\n"
2507
"try to merge in all new work up to and including revision OTHER."
2510
#: bzrlib/builtins.py:3965
2512
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
2513
"through OTHER, excluding BASE but including OTHER, will be merged. If this\n"
2514
"causes some revisions to be skipped, i.e. if the destination branch does\n"
2515
"not already contain revision BASE, such a merge is commonly referred to as\n"
2516
"a \"cherrypick\". Unlike a normal merge, Bazaar does not currently track\n"
2517
"cherrypicks. The changes look like a normal commit, and the history of the\n"
2518
"changes from the other branch is not stored in the commit."
2521
#: bzrlib/builtins.py:3973
2522
msgid "Revision numbers are always relative to the source branch."
2525
#: bzrlib/builtins.py:3980
2526
msgid "Use bzr resolve when you have fixed a problem. See also bzr conflicts."
2529
#: bzrlib/builtins.py:3982
2531
"If there is no default branch set, the first merge will set it (use\n"
2532
"--no-remember to avoid setting it). After that, you can omit the branch\n"
2533
"to use the default. To change the default, use --remember. The value will\n"
2534
"only be saved if the remote location can be accessed."
2537
#: bzrlib/builtins.py:3987
2539
"The results of the merge are placed into the destination working\n"
2540
"directory, where they can be reviewed (with bzr diff), tested, and then\n"
2541
"committed to record the result of the merge."
2544
#: bzrlib/builtins.py:3991
2546
"merge refuses to run if there are any uncommitted changes, unless\n"
2547
"--force is given. If --force is given, then the changes from the source \n"
2548
"will be merged with the current working tree, including any uncommitted\n"
2549
"changes in the tree. The --force option can also be used to create a\n"
2550
"merge revision which has more than two parents."
2553
#: bzrlib/builtins.py:3997
2555
"If one would like to merge changes from the working tree of the other\n"
2556
"branch without merging any committed revisions, the --uncommitted option\n"
2560
#: bzrlib/builtins.py:4001
2562
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2563
"you to apply each diff hunk and file change, similar to \"shelve\"."
2566
#: bzrlib/builtins.py:4004
2569
" To merge all new revisions from bzr.dev::"
2572
#: bzrlib/builtins.py:4007
2573
msgid " bzr merge ../bzr.dev"
2576
#: bzrlib/builtins.py:4009
2577
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2580
#: bzrlib/builtins.py:4011
2581
msgid " bzr merge -r 82 ../bzr.dev"
2584
#: bzrlib/builtins.py:4013
2585
msgid " To merge the changes introduced by 82, without previous changes::"
2588
#: bzrlib/builtins.py:4015
2589
msgid " bzr merge -r 81..82 ../bzr.dev"
2592
#: bzrlib/builtins.py:4017
2593
msgid " To apply a merge directive contained in /tmp/merge::"
2596
#: bzrlib/builtins.py:4019
2597
msgid " bzr merge /tmp/merge"
2600
#: bzrlib/builtins.py:4021
2602
" To create a merge revision with three parents from two branches\n"
2603
" feature1a and feature1b:"
2606
#: bzrlib/builtins.py:4024
2608
" bzr merge ../feature1a\n"
2609
" bzr merge ../feature1b --force\n"
2610
" bzr commit -m 'revision with three parents'"
2613
# help of 'force' option of 'merge' command
2614
#: bzrlib/builtins.py:4036
2615
msgid "Merge even if the destination tree has uncommitted changes."
2618
# help of 'uncommitted' option of 'merge' command
2619
#: bzrlib/builtins.py:4042
2621
"Apply uncommitted changes from a working copy, instead of branch changes."
2624
# help of 'pull' option of 'merge' command
2625
#: bzrlib/builtins.py:4044
2627
"If the destination is already completely merged into the source, pull from "
2628
"the source rather than merging. When this happens, you do not need to "
2629
"commit the result."
2632
# help of 'directory' option of 'merge' command
2633
#: bzrlib/builtins.py:4049
2635
"Branch to merge into, rather than the one containing the working directory."
2638
# help of 'preview' option of 'merge' command
2639
#: bzrlib/builtins.py:4051
2640
msgid "Instead of merging, show a diff of the merge."
2643
# help of 'interactive' option of 'merge' command
2644
#: bzrlib/builtins.py:4053
2645
msgid "Select changes interactively."
2648
#: bzrlib/builtins.py:4075
2650
"Merging into empty branches not currently supported, https://bugs.launchpad."
2651
"net/bzr/+bug/308562"
2654
#: bzrlib/builtins.py:4102
2655
msgid "Cannot use --uncommitted with bundles or merge directives."
2658
#: bzrlib/builtins.py:4113
2659
msgid "Cannot use --uncommitted and --revision at the same time."
2662
#: bzrlib/builtins.py:4133
2666
#: bzrlib/builtins.py:4135
2667
msgid "Nothing to do."
2670
#: bzrlib/builtins.py:4139
2671
msgid "Cannot pull individual files"
2674
#: bzrlib/builtins.py:4147
2675
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2678
#: bzrlib/builtins.py:4205
2680
msgid "Show-base is not supported for this merge type. %s"
2683
#: bzrlib/builtins.py:4214
2685
msgid "Conflict reduction is not supported for merge type %s."
2688
#: bzrlib/builtins.py:4218
2689
msgid "Cannot do conflict reduction and show base."
2692
#: bzrlib/builtins.py:4329
2693
msgid "No location specified or remembered"
2696
#: bzrlib/builtins.py:4331
2698
msgid "%s remembered %s location %s"
2701
#: bzrlib/builtins.py:4337
2702
msgid "Redo a merge."
2705
#: bzrlib/builtins.py:4339
2707
"Use this if you want to try a different merge technique while resolving\n"
2708
"conflicts. Some merge techniques are better than others, and remerge\n"
2709
"lets you try different ones on different files."
2712
#: bzrlib/builtins.py:4343
2714
"The options for remerge have the same meaning and defaults as the ones for\n"
2715
"merge. The difference is that remerge can (only) be run when there is a\n"
2716
"pending merge, and it lets you specify particular files."
2719
#: bzrlib/builtins.py:4347
2722
" Re-do the merge of all conflicted files, and show the base text in\n"
2723
" conflict regions, in addition to the usual THIS and OTHER texts::"
2726
#: bzrlib/builtins.py:4351
2727
msgid " bzr remerge --show-base"
2730
#: bzrlib/builtins.py:4353
2732
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2733
" additional processing to reduce the size of conflict regions::"
2736
#: bzrlib/builtins.py:4356
2737
msgid " bzr remerge --merge-type weave --reprocess foobar"
2740
# help of 'show-base' option of 'merge' command
2741
#: bzrlib/builtins.py:4363
2742
msgid "Show base revision text in conflicts."
2745
#: bzrlib/builtins.py:4375
2747
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2751
#: bzrlib/builtins.py:4431
2752
msgid "Revert files to a previous revision."
2755
#: bzrlib/builtins.py:4433
2757
"Giving a list of files will revert only those files. Otherwise, all files\n"
2758
"will be reverted. If the revision is not specified with '--revision', the\n"
2759
"last committed revision is used."
2762
#: bzrlib/builtins.py:4437
2764
"To remove only some changes, without reverting to a prior version, use\n"
2765
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2766
"will remove the changes introduced by the second last commit (-2), without\n"
2767
"affecting the changes introduced by the last commit (-1). To remove\n"
2768
"certain changes on a hunk-by-hunk basis, see the shelve command."
2771
#: bzrlib/builtins.py:4443
2773
"By default, any files that have been manually changed will be backed up\n"
2774
"first. (Files changed only by merge are not backed up.) Backup files have\n"
2775
"'.~#~' appended to their name, where # is a number."
2778
#: bzrlib/builtins.py:4447
2780
"When you provide files, you can use their current pathname or the pathname\n"
2781
"from the target revision. So you can use revert to \"undelete\" a file by\n"
2782
"name. If you name a directory, all the contents of that directory will be\n"
2786
#: bzrlib/builtins.py:4452
2788
"If you have newly added files since the target revision, they will be\n"
2789
"removed. If the files to be removed have been changed, backups will be\n"
2790
"created as above. Directories containing unknown files will not be\n"
2794
#: bzrlib/builtins.py:4457
2796
"The working tree contains a list of revisions that have been merged but\n"
2797
"not yet committed. These revisions will be included as additional parents\n"
2798
"of the next commit. Normally, using revert clears that list as well as\n"
2799
"reverting the files. If any files are specified, revert leaves the list\n"
2800
"of uncommitted merges alone and reverts only the files. Use ``bzr revert\n"
2801
".`` in the tree root to revert all files but keep the recorded merges,\n"
2802
"and ``bzr revert --forget-merges`` to clear the pending merge list without\n"
2803
"reverting any files."
2806
#: bzrlib/builtins.py:4466
2808
"Using \"bzr revert --forget-merges\", it is possible to apply all of the\n"
2809
"changes from a branch in a single revision. To do this, perform the merge\n"
2810
"as desired. Then doing revert with the \"--forget-merges\" option will "
2812
"the content of the tree as it was, but it will clear the list of pending\n"
2813
"merges. The next commit will then contain all of the changes that are\n"
2814
"present in the other branch, but without any other parent revisions.\n"
2815
"Because this technique forgets where these changes originated, it may\n"
2816
"cause additional conflicts on later merges involving the same source and\n"
2820
# help of 'no-backup' option of 'revert' command
2821
#: bzrlib/builtins.py:4480
2822
msgid "Do not save backups of reverted files."
2825
# help of 'forget-merges' option of 'revert' command
2826
#: bzrlib/builtins.py:4482
2827
msgid "Remove pending merge marker, without changing any files."
2830
#: bzrlib/builtins.py:4513
2832
"Show help on a command or other topic.\n"
2836
# help of 'long' option of 'help' command
2837
#: bzrlib/builtins.py:4518
2838
msgid "Show help on all commands."
2841
#: bzrlib/builtins.py:4547
2842
msgid "Show unmerged/unpulled revisions between two branches."
2845
#: bzrlib/builtins.py:4549
2846
msgid "OTHER_BRANCH may be local or remote."
2849
#: bzrlib/builtins.py:4551
2851
"To filter on a range of revisions, you can use the command -r begin..end\n"
2852
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
2856
" 1 - some missing revisions\n"
2857
" 0 - no missing revisions"
2860
#: bzrlib/builtins.py:4561
2862
" Determine the missing revisions between this and the branch at the\n"
2863
" remembered pull location::"
2866
#: bzrlib/builtins.py:4564
2867
msgid " bzr missing"
2870
#: bzrlib/builtins.py:4566
2871
msgid " Determine the missing revisions between this and another branch::"
2874
#: bzrlib/builtins.py:4568
2875
msgid " bzr missing http://server/branch"
2878
#: bzrlib/builtins.py:4570
2880
" Determine the missing revisions up to a specific revision on the other\n"
2884
#: bzrlib/builtins.py:4573
2885
msgid " bzr missing -r ..-10"
2888
#: bzrlib/builtins.py:4575
2890
" Determine the missing revisions up to a specific revision on this\n"
2894
#: bzrlib/builtins.py:4578
2895
msgid " bzr missing --my-revision ..-10"
2898
# help of 'reverse' option of 'missing' command
2899
#: bzrlib/builtins.py:4585
2900
msgid "Reverse the order of revisions."
2903
# help of 'mine-only' option of 'missing' command
2904
#: bzrlib/builtins.py:4587
2905
msgid "Display changes in the local branch only."
2908
# help of 'this' option of 'missing' command
2909
#: bzrlib/builtins.py:4588
2910
msgid "Same as --mine-only."
2913
# help of 'theirs-only' option of 'missing' command
2914
#: bzrlib/builtins.py:4590
2915
msgid "Display changes in the remote branch only."
2918
# help of 'other' option of 'missing' command
2919
#: bzrlib/builtins.py:4591
2920
msgid "Same as --theirs-only."
2923
# help of 'revision' option of 'missing' command
2924
#: bzrlib/builtins.py:4596
2926
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
2930
# help of 'my-revision' option of 'missing' command
2931
#: bzrlib/builtins.py:4600
2933
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
2937
# help of 'include-merges' option of 'missing' command
2938
#: bzrlib/builtins.py:4603
2939
msgid "Show all revisions in addition to the mainline ones."
2942
#: bzrlib/builtins.py:4639
2943
msgid "No peer location known or specified."
2946
#: bzrlib/builtins.py:4643
2947
msgid "Using saved parent location: {0}\n"
2950
#: bzrlib/builtins.py:4676
2952
msgid "You have %d extra revision(s):\n"
2955
#: bzrlib/builtins.py:4690
2957
msgid "You are missing %d revision(s):\n"
2960
#: bzrlib/builtins.py:4700
2961
msgid "This branch has no new revisions.\n"
2964
#: bzrlib/builtins.py:4703
2965
msgid "Other branch has no new revisions.\n"
2968
#: bzrlib/builtins.py:4708
2969
msgid "Branches are up to date.\n"
2972
#: bzrlib/builtins.py:4719
2973
msgid "Compress the data within a repository."
2976
#: bzrlib/builtins.py:4721
2978
"This operation compresses the data within a bazaar repository. As\n"
2979
"bazaar supports automatic packing of repository, this operation is\n"
2980
"normally not required to be done manually."
2983
#: bzrlib/builtins.py:4725
2985
"During the pack operation, bazaar takes a backup of existing repository\n"
2986
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
2987
"automatically when it is safe to do so. To save disk space by removing\n"
2988
"the backed up pack files, the --clean-obsolete-packs option may be\n"
2992
#: bzrlib/builtins.py:4731
2994
"Warning: If you use --clean-obsolete-packs and your machine crashes\n"
2995
"during or immediately after repacking, you may be left with a state\n"
2996
"where the deletion has been written to disk but the new packs have not\n"
2997
"been. In this case the repository may be unusable."
3000
# help of 'clean-obsolete-packs' option of 'pack' command
3001
#: bzrlib/builtins.py:4740
3002
msgid "Delete obsolete packs to save disk space."
3005
#: bzrlib/builtins.py:4754
3006
msgid "List the installed plugins."
3009
#: bzrlib/builtins.py:4756
3011
"This command displays the list of installed plugins including\n"
3012
"version of plugin and a short description of each."
3015
#: bzrlib/builtins.py:4759
3016
msgid "--verbose shows the path where each plugin is located."
3019
#: bzrlib/builtins.py:4761
3021
"A plugin is an external component for Bazaar that extends the\n"
3022
"revision control system, by adding or replacing code in Bazaar.\n"
3023
"Plugins can do a variety of things, including overriding commands,\n"
3024
"adding new commands, providing additional network transports and\n"
3025
"customizing log output."
3028
#: bzrlib/builtins.py:4767
3030
"See the Bazaar Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/>\n"
3031
"for further information on plugins including where to find them and how to\n"
3032
"install them. Instructions are also provided there on how to write new\n"
3033
"plugins using the Python programming language."
3036
#: bzrlib/builtins.py:4783
3037
msgid "Show testament (signing-form) of a revision."
3040
# help of 'long' option of 'testament' command
3041
#: bzrlib/builtins.py:4786
3042
msgid "Produce long-format testament."
3045
# help of 'strict' option of 'testament' command
3046
#: bzrlib/builtins.py:4788
3047
msgid "Produce a strict-format testament."
3050
#: bzrlib/builtins.py:4814
3051
msgid "Show the origin of each line in a file."
3054
#: bzrlib/builtins.py:4816
3056
"This prints out the given file with an annotation on the left side\n"
3057
"indicating which revision, author and date introduced the change."
3060
#: bzrlib/builtins.py:4819
3062
"If the origin is the same for a run of consecutive lines, it is\n"
3063
"shown only at the top, unless the --all option is given."
3066
# help of 'all' option of 'annotate' command
3067
#: bzrlib/builtins.py:4827
3068
msgid "Show annotations on all lines."
3071
# help of 'long' option of 'annotate' command
3072
#: bzrlib/builtins.py:4828
3073
msgid "Show commit date in annotations."
3076
#: bzrlib/builtins.py:4915
3077
msgid "Cannot sign a range of non-revision-history revisions"
3080
#: bzrlib/builtins.py:4927
3081
msgid "Please supply either one revision, or a range."
3084
#: bzrlib/builtins.py:4931
3086
"Convert the current branch into a checkout of the supplied branch.\n"
3087
"If no branch is supplied, rebind to the last bound location."
3090
#: bzrlib/builtins.py:4934
3092
"Once converted into a checkout, commits must succeed on the master branch\n"
3093
"before they will be applied to the local branch."
3096
#: bzrlib/builtins.py:4937
3098
"Bound branches use the nickname of its master branch unless it is set\n"
3099
"locally, in which case binding will update the local nickname to be\n"
3100
"that of the master."
3103
#: bzrlib/builtins.py:4952
3104
msgid "No location supplied. This format does not remember old locations."
3107
#: bzrlib/builtins.py:4957
3108
msgid "Branch is already bound"
3111
#: bzrlib/builtins.py:4959
3112
msgid "No location supplied and no previous location known"
3115
#: bzrlib/builtins.py:4965
3116
msgid "These branches have diverged. Try merging, and then bind again."
3119
#: bzrlib/builtins.py:4972
3120
msgid "Convert the current checkout into a regular branch."
3123
#: bzrlib/builtins.py:4974
3125
"After unbinding, the local branch is considered independent and subsequent\n"
3126
"commits will be local only."
3129
#: bzrlib/builtins.py:4985
3130
msgid "Local branch is not bound"
3133
#: bzrlib/builtins.py:4989
3134
msgid "Remove the last committed revision."
3137
#: bzrlib/builtins.py:4991
3139
"--verbose will print out what is being removed.\n"
3140
"--dry-run will go through all the motions, but not actually\n"
3144
#: bzrlib/builtins.py:4995
3146
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3147
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3148
"branch at revision 15."
3151
#: bzrlib/builtins.py:4999
3153
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3154
"it may make is to restore any pending merges that were present before\n"
3158
# help of 'dry-run' option of 'uncommit' command
3159
#: bzrlib/builtins.py:5010
3160
msgid "Don't actually make changes."
3163
# help of 'force' option of 'uncommit' command
3164
#: bzrlib/builtins.py:5011
3165
msgid "Say yes to all questions."
3168
# help of 'keep-tags' option of 'uncommit' command
3169
#: bzrlib/builtins.py:5013
3170
msgid "Keep tags that point to removed revisions."
3173
# help of 'local' option of 'uncommit' command
3174
#: bzrlib/builtins.py:5015
3175
msgid "Only remove the commits from the local branch when in a checkout."
3178
#: bzrlib/builtins.py:5064
3179
msgid "No revisions to uncommit.\n"
3182
#: bzrlib/builtins.py:5079
3183
msgid "Dry-run, pretending to remove the above revisions.\n"
3186
#: bzrlib/builtins.py:5082
3187
msgid "The above revision(s) will be removed.\n"
3190
#: bzrlib/builtins.py:5086
3191
msgid "Uncommit these revisions"
3194
#: bzrlib/builtins.py:5089
3198
#: bzrlib/builtins.py:5096
3201
"You can restore the old tip by running:\n"
3202
" bzr pull . -r revid:%s\n"
3205
#: bzrlib/builtins.py:5101
3206
msgid "Break a dead lock."
3209
#: bzrlib/builtins.py:5103
3211
"This command breaks a lock on a repository, branch, working directory or\n"
3215
#: bzrlib/builtins.py:5106
3217
"CAUTION: Locks should only be broken when you are sure that the process\n"
3218
"holding the lock has been stopped."
3221
#: bzrlib/builtins.py:5109
3223
"You can get information on what locks are open via the 'bzr info\n"
3224
"[location]' command."
3227
#: bzrlib/builtins.py:5112
3231
" bzr break-lock bzr+ssh://example.com/bzr/foo\n"
3232
" bzr break-lock --conf ~/.bazaar"
3235
# help of 'config' option of 'break-lock' command
3236
#: bzrlib/builtins.py:5121
3237
msgid "LOCATION is the directory where the config lock is."
3240
# help of 'force' option of 'break-lock' command
3241
#: bzrlib/builtins.py:5123
3242
msgid "Do not ask for confirmation before breaking the lock."
3245
#: bzrlib/builtins.py:5159
3246
msgid "Run the bzr server."
3249
# help of 'inet' option of 'serve' command
3250
#: bzrlib/builtins.py:5165
3251
msgid "Serve on stdin/out for use from inetd or sshd."
3254
# title of 'protocol' option of 'serve' command
3255
#: bzrlib/builtins.py:5166
3259
# help of 'protocol' option of 'serve' command
3260
#: bzrlib/builtins.py:5167
3261
msgid "Protocol to serve."
3264
# help of 'port' option of 'serve' command
3265
#: bzrlib/builtins.py:5171
3267
"Listen for connections on nominated port of the form [hostname:]portnumber. "
3268
"Passing 0 as the port number will result in a dynamically allocated port. "
3269
"The default port depends on the protocol."
3272
# help of 'directory' option of 'serve' command
3273
#: bzrlib/builtins.py:5177
3274
msgid "Serve contents of this directory."
3277
# help of 'allow-writes' option of 'serve' command
3278
#: bzrlib/builtins.py:5179
3280
"By default the server is a readonly server. Supplying --allow-writes "
3281
"enables write access to the contents of the served directory and below. "
3282
"Note that ``bzr serve`` does not perform authentication, so unless some form "
3283
"of external authentication is arranged supplying this option leads to global "
3284
"uncontrolled write access to your file system."
3287
#: bzrlib/builtins.py:5224
3288
msgid "Combine a tree into its containing tree."
3291
#: bzrlib/builtins.py:5226
3292
msgid "This command requires the target tree to be in a rich-root format."
3295
#: bzrlib/builtins.py:5228
3297
"The TREE argument should be an independent tree, inside another tree, but\n"
3298
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3299
"running \"bzr branch\" with the target inside a tree.)"
3302
#: bzrlib/builtins.py:5232
3304
"The result is a combined tree, with the subtree no longer an independent\n"
3305
"part. This is marked as a merge of the subtree into the containing tree,\n"
3306
"and all history is preserved."
3309
#: bzrlib/builtins.py:5250
3312
"Can't join trees because %s doesn't support rich root data.\n"
3313
"You can use bzr upgrade on the repository."
3316
#: bzrlib/builtins.py:5259 bzrlib/builtins.py:5265
3318
msgid "Cannot join %s. %s"
3321
#: bzrlib/builtins.py:5270
3322
msgid "Split a subdirectory of a tree into a separate tree."
3325
#: bzrlib/builtins.py:5272
3327
"This command will produce a target tree in a format that supports\n"
3328
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3329
"converted into earlier formats like 'dirstate-tags'."
3332
#: bzrlib/builtins.py:5276
3334
"The TREE argument should be a subdirectory of a working tree. That\n"
3335
"subdirectory will be converted into an independent tree, with its own\n"
3336
"branch. Commits in the top-level tree will not apply to the new subtree."
3339
#: bzrlib/builtins.py:5356
3340
msgid "No submit branch specified or known"
3343
#: bzrlib/builtins.py:5364
3344
msgid "No public branch specified or known"
3347
#: bzrlib/builtins.py:5369
3348
msgid "bzr merge-directive takes at most two one revision identifiers"
3351
#: bzrlib/builtins.py:5378
3352
msgid "No revisions to bundle."
3355
#: bzrlib/builtins.py:5397
3356
msgid "Mail or create a merge-directive for submitting changes."
3359
#: bzrlib/builtins.py:5399
3360
msgid "A merge directive provides many things needed for requesting merges:"
3363
#: bzrlib/builtins.py:5401
3364
msgid "* A machine-readable description of the merge to perform"
3367
#: bzrlib/builtins.py:5403
3368
msgid "* An optional patch that is a preview of the changes requested"
3371
#: bzrlib/builtins.py:5405
3373
"* An optional bundle of revision data, so that the changes can be applied\n"
3374
" directly from the merge directive, without retrieving data from a\n"
3378
#: bzrlib/builtins.py:5409
3380
"`bzr send` creates a compact data set that, when applied using bzr\n"
3381
"merge, has the same effect as merging from the source branch. "
3384
#: bzrlib/builtins.py:5412
3386
"By default the merge directive is self-contained and can be applied to any\n"
3387
"branch containing submit_branch in its ancestory without needing access to\n"
3388
"the source branch."
3391
#: bzrlib/builtins.py:5416
3393
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3394
"revisions, but only a structured request to merge from the\n"
3395
"public_location. In that case the public_branch is needed and it must be\n"
3396
"up-to-date and accessible to the recipient. The public_branch is always\n"
3397
"included if known, so that people can check it later."
3400
#: bzrlib/builtins.py:5422
3402
"The submit branch defaults to the parent of the source branch, but can be\n"
3403
"overridden. Both submit branch and public branch will be remembered in\n"
3404
"branch.conf the first time they are used for a particular branch. The\n"
3405
"source branch defaults to that containing the working directory, but can\n"
3406
"be changed using --from."
3409
#: bzrlib/builtins.py:5428
3411
"Both the submit branch and the public branch follow the usual behavior with\n"
3412
"respect to --remember: If there is no default location set, the first send\n"
3413
"will set it (use --no-remember to avoid setting it). After that, you can\n"
3414
"omit the location to use the default. To change the default, use\n"
3415
"--remember. The value will only be saved if the location can be accessed."
3418
#: bzrlib/builtins.py:5434
3420
"In order to calculate those changes, bzr must analyse the submit branch.\n"
3421
"Therefore it is most efficient for the submit branch to be a local mirror.\n"
3422
"If a public location is known for the submit_branch, that location is used\n"
3423
"in the merge directive."
3426
#: bzrlib/builtins.py:5439
3428
"The default behaviour is to send the merge directive by mail, unless -o is\n"
3429
"given, in which case it is sent to a file."
3432
#: bzrlib/builtins.py:5442
3434
"Mail is sent using your preferred mail program. This should be transparent\n"
3435
"on Windows (it uses MAPI). On Unix, it requires the xdg-email utility.\n"
3436
"If the preferred client can't be found (or used), your editor will be used."
3439
#: bzrlib/builtins.py:5446
3441
"To use a specific mail program, set the mail_client configuration option.\n"
3442
"(For Thunderbird 1.5, this works around some bugs.) Supported values for\n"
3443
"specific clients are \"claws\", \"evolution\", \"kmail\", \"mail.app"
3445
"Mail.app), \"mutt\", and \"thunderbird\"; generic options are \"default\",\n"
3446
"\"editor\", \"emacsclient\", \"mapi\", and \"xdg-email\". Plugins may also "
3448
"supported clients."
3451
#: bzrlib/builtins.py:5453
3453
"If mail is being sent, a to address is required. This can be supplied\n"
3454
"either on the commandline, by setting the submit_to configuration\n"
3455
"option in the branch itself or the child_submit_to configuration option\n"
3456
"in the submit branch."
3459
#: bzrlib/builtins.py:5458
3461
"Two formats are currently supported: \"4\" uses revision bundle format 4 "
3463
"merge directive format 2. It is significantly faster and smaller than\n"
3464
"older formats. It is compatible with Bazaar 0.19 and later. It is the\n"
3465
"default. \"0.9\" uses revision bundle format 0.9 and merge directive\n"
3466
"format 1. It is compatible with Bazaar 0.12 - 0.18."
3469
#: bzrlib/builtins.py:5464
3471
"The merge directives created by bzr send may be applied using bzr merge or\n"
3472
"bzr pull by specifying a file containing a merge directive as the location."
3475
#: bzrlib/builtins.py:5467
3477
"bzr send makes extensive use of public locations to map local locations "
3479
"URLs that can be used by other people. See `bzr help configuration` to\n"
3480
"set them, and use `bzr info` to display them."
3483
# help of 'output' option of 'send' command
3484
#: bzrlib/builtins.py:5491
3485
msgid "Write merge directive to this file or directory; use - for stdout."
3488
# help of 'strict' option of 'send' command
3489
#: bzrlib/builtins.py:5495
3491
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3492
"strict disables the check."
3495
# help of 'mail-to' option of 'send' command
3496
#: bzrlib/builtins.py:5497
3497
msgid "Mail the request to this address."
3500
# help of 'body' option of 'send' command
3501
#: bzrlib/builtins.py:5501
3502
msgid "Body for the email."
3505
# help of 'no-bundle' option of 'send' command
3506
#: bzrlib/builtins.py:5554
3507
msgid "Do not include a bundle in the merge directive."
3510
# help of 'no-patch' option of 'send' command
3511
#: bzrlib/builtins.py:5555
3512
msgid "Do not include a preview patch in the merge directive."
3515
# help of 'remember' option of 'send' command
3516
#: bzrlib/builtins.py:5558
3517
msgid "Remember submit and public branch."
3520
# help of 'from' option of 'send' command
3521
#: bzrlib/builtins.py:5560
3523
"Branch to generate the submission from, rather than the one containing the "
3524
"working directory."
3527
# title of 'format' option of 'send' command
3528
#: bzrlib/builtins.py:5570
3532
# help of 'format' option of 'send' command
3533
#: bzrlib/builtins.py:5571
3534
msgid "Use the specified output format."
3537
#: bzrlib/builtins.py:5593
3538
msgid "Create, remove or modify a tag naming a revision."
3541
#: bzrlib/builtins.py:5595
3543
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3544
"(--revision) option can be given -rtag:X, where X is any previously\n"
3548
#: bzrlib/builtins.py:5599
3550
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3551
"along when you branch, push, pull or merge."
3554
#: bzrlib/builtins.py:5602
3556
"It is an error to give a tag name that already exists unless you pass\n"
3557
"--force, in which case the tag is moved to point to the new revision."
3560
#: bzrlib/builtins.py:5605
3562
"To rename a tag (change the name but keep it on the same revsion), run "
3564
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3567
#: bzrlib/builtins.py:5608
3569
"If no tag name is specified it will be determined through the \n"
3570
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3571
"upstream releases by reading configure.ac. See ``bzr help hooks`` for\n"
3575
# help of 'delete' option of 'tag' command
3576
#: bzrlib/builtins.py:5618
3577
msgid "Delete this tag rather than placing it."
3580
# help of 'directory' option of 'tag' command
3581
#: bzrlib/builtins.py:5621
3582
msgid "Branch in which to place the tag."
3585
# help of 'force' option of 'tag' command
3586
#: bzrlib/builtins.py:5623
3587
msgid "Replace existing tags."
3590
#: bzrlib/builtins.py:5638
3591
msgid "No tag specified to delete."
3594
#: bzrlib/builtins.py:5640
3596
msgid "Deleted tag %s."
3599
#: bzrlib/builtins.py:5645
3600
msgid "Tags can only be placed on a single revision, not on a range"
3603
#: bzrlib/builtins.py:5654
3604
msgid "Please specify a tag name."
3607
#: bzrlib/builtins.py:5662
3609
msgid "Tag %s already exists for that revision."
3612
#: bzrlib/builtins.py:5666
3614
msgid "Created tag %s."
3617
#: bzrlib/builtins.py:5668
3619
msgid "Updated tag %s."
3622
#: bzrlib/builtins.py:5672
3626
#: bzrlib/builtins.py:5674
3628
"This command shows a table of tag names and the revisions they reference."
3631
# help of 'directory' option of 'tags' command
3632
#: bzrlib/builtins.py:5680
3633
msgid "Branch whose tags should be displayed."
3636
# help of 'sort' option of 'tags' command
3637
#: bzrlib/builtins.py:5682
3638
msgid "Sort tags by different criteria."
3641
# title of 'sort' option of 'tags' command
3642
#: bzrlib/builtins.py:5682
3646
#: bzrlib/builtins.py:5727
3647
msgid "Reconfigure the type of a bzr directory."
3650
#: bzrlib/builtins.py:5729
3651
msgid "A target configuration must be specified."
3654
#: bzrlib/builtins.py:5731
3656
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3657
"The order of preference is\n"
3658
"1. For a lightweight checkout, the current bound location.\n"
3659
"2. For branches that used to be checkouts, the previously-bound location.\n"
3660
"3. The push location.\n"
3661
"4. The parent location.\n"
3662
"If none of these is available, --bind-to must be specified."
3665
# title of 'tree_type' option of 'reconfigure' command
3666
#: bzrlib/builtins.py:5745
3670
# help of 'tree_type' option of 'reconfigure' command
3671
#: bzrlib/builtins.py:5746
3672
msgid "The relation between branch and tree."
3675
# title of 'repository_type' option of 'reconfigure' command
3676
#: bzrlib/builtins.py:5756
3677
msgid "Repository type"
3680
# help of 'repository_type' option of 'reconfigure' command
3681
#: bzrlib/builtins.py:5757
3682
msgid "Location fo the repository."
3685
# title of 'repository_trees' option of 'reconfigure' command
3686
#: bzrlib/builtins.py:5765
3687
msgid "Trees in Repository"
3690
# help of 'repository_trees' option of 'reconfigure' command
3691
#: bzrlib/builtins.py:5766
3692
msgid "Whether new branches in the repository have trees."
3695
# help of 'bind-to' option of 'reconfigure' command
3696
#: bzrlib/builtins.py:5773
3697
msgid "Branch to bind checkout to."
3700
# help of 'force' option of 'reconfigure' command
3701
#: bzrlib/builtins.py:5775
3702
msgid "Perform reconfiguration even if local changes will be lost."
3705
# help of 'stacked-on' option of 'reconfigure' command
3706
#: bzrlib/builtins.py:5778
3707
msgid "Reconfigure a branch to be stacked on another branch."
3710
# help of 'unstacked' option of 'reconfigure' command
3711
#: bzrlib/builtins.py:5782
3713
"Reconfigure a branch to be unstacked. This may require copying substantial "
3717
#: bzrlib/builtins.py:5792
3718
msgid "Can't use both --stacked-on and --unstacked"
3721
#: bzrlib/builtins.py:5806
3722
msgid "No target configuration specified"
3725
#: bzrlib/builtins.py:5841
3726
msgid "Set the branch of a checkout and update."
3729
#: bzrlib/builtins.py:5843
3731
"For lightweight checkouts, this changes the branch being referenced.\n"
3732
"For heavyweight checkouts, this checks that there are no local commits\n"
3733
"versus the current bound branch, then it makes the local branch a mirror\n"
3734
"of the new location and binds to it."
3737
#: bzrlib/builtins.py:5848
3739
"In both cases, the working tree is updated and uncommitted changes\n"
3740
"are merged. The user can commit or revert these as they desire."
3743
#: bzrlib/builtins.py:5851
3744
msgid "Pending merges need to be committed or reverted before using switch."
3747
#: bzrlib/builtins.py:5853
3749
"The path to the branch to switch to can be specified relative to the parent\n"
3750
"directory of the current branch. For example, if you are currently in a\n"
3751
"checkout of /path/to/branch, specifying 'newbranch' will find a branch at\n"
3752
"/path/to/newbranch."
3755
#: bzrlib/builtins.py:5858
3757
"Bound branches use the nickname of its master branch unless it is set\n"
3758
"locally, in which case switching will update the local nickname to be\n"
3759
"that of the master."
3762
# help of 'force' option of 'switch' command
3763
#: bzrlib/builtins.py:5866
3764
msgid "Switch even if local commits will be lost."
3767
# help of 'create-branch' option of 'switch' command
3768
#: bzrlib/builtins.py:5869
3769
msgid "Create the target branch from this one before switching to it."
3772
#: bzrlib/builtins.py:5881
3773
msgid "You must supply either a revision or a location"
3776
#: bzrlib/builtins.py:5892
3777
msgid "cannot create branch without source branch"
3780
#: bzrlib/builtins.py:5938
3781
msgid "Manage filtered views."
3784
#: bzrlib/builtins.py:5940
3786
"Views provide a mask over the tree so that users can focus on\n"
3787
"a subset of a tree when doing their work. After creating a view,\n"
3788
"commands that support a list of files - status, diff, commit, etc -\n"
3789
"effectively have that list of files implicitly given each time.\n"
3790
"An explicit list of files can still be given but those files\n"
3791
"must be within the current view."
3794
#: bzrlib/builtins.py:5947
3796
"In most cases, a view has a short life-span: it is created to make\n"
3797
"a selected change and is deleted once that change is committed.\n"
3798
"At other times, you may wish to create one or more named views\n"
3799
"and switch between them."
3802
#: bzrlib/builtins.py:5952
3804
"To disable the current view without deleting it, you can switch to\n"
3805
"the pseudo view called ``off``. This can be useful when you need\n"
3806
"to see the whole tree for an operation or two (e.g. merge) but\n"
3807
"want to switch back to your view after that."
3810
#: bzrlib/builtins.py:5957
3813
" To define the current view::"
3816
#: bzrlib/builtins.py:5960
3817
msgid " bzr view file1 dir1 ..."
3820
#: bzrlib/builtins.py:5962
3821
msgid " To list the current view::"
3824
#: bzrlib/builtins.py:5964
3828
#: bzrlib/builtins.py:5966
3829
msgid " To delete the current view::"
3832
#: bzrlib/builtins.py:5968
3833
msgid " bzr view --delete"
3836
#: bzrlib/builtins.py:5970
3837
msgid " To disable the current view without deleting it::"
3840
#: bzrlib/builtins.py:5972
3841
msgid " bzr view --switch off"
3844
#: bzrlib/builtins.py:5974
3845
msgid " To define a named view and switch to it::"
3848
#: bzrlib/builtins.py:5976
3849
msgid " bzr view --name view-name file1 dir1 ..."
3852
#: bzrlib/builtins.py:5978
3853
msgid " To list a named view::"
3856
#: bzrlib/builtins.py:5980
3857
msgid " bzr view --name view-name"
3860
#: bzrlib/builtins.py:5982
3861
msgid " To delete a named view::"
3864
#: bzrlib/builtins.py:5984
3865
msgid " bzr view --name view-name --delete"
3868
#: bzrlib/builtins.py:5986
3869
msgid " To switch to a named view::"
3872
#: bzrlib/builtins.py:5988
3873
msgid " bzr view --switch view-name"
3876
#: bzrlib/builtins.py:5990
3877
msgid " To list all views defined::"
3880
#: bzrlib/builtins.py:5992
3881
msgid " bzr view --all"
3884
#: bzrlib/builtins.py:5994
3885
msgid " To delete all views::"
3888
#: bzrlib/builtins.py:5996
3889
msgid " bzr view --delete --all"
3892
# help of 'all' option of 'view' command
3893
#: bzrlib/builtins.py:6003
3894
msgid "Apply list or delete action to all views."
3897
# help of 'delete' option of 'view' command
3898
#: bzrlib/builtins.py:6006
3899
msgid "Delete the view."
3902
# help of 'name' option of 'view' command
3903
#: bzrlib/builtins.py:6009
3904
msgid "Name of the view to define, list or delete."
3907
# help of 'switch' option of 'view' command
3908
#: bzrlib/builtins.py:6013
3909
msgid "Name of the view to switch to."
3912
#: bzrlib/builtins.py:6032
3913
msgid "Both --delete and a file list specified"
3916
#: bzrlib/builtins.py:6035
3917
msgid "Both --delete and --switch specified"
3920
#: bzrlib/builtins.py:6038
3921
msgid "Deleted all views.\n"
3924
#: bzrlib/builtins.py:6040
3925
msgid "No current view to delete"
3928
#: bzrlib/builtins.py:6043
3930
msgid "Deleted '%s' view.\n"
3933
#: bzrlib/builtins.py:6047
3934
msgid "Both --switch and a file list specified"
3937
#: bzrlib/builtins.py:6050
3938
msgid "Both --switch and --all specified"
3941
#: bzrlib/builtins.py:6053
3942
msgid "No current view to disable"
3945
#: bzrlib/builtins.py:6055
3947
msgid "Disabled '%s' view.\n"
3950
#: bzrlib/builtins.py:6059 bzrlib/builtins.py:6081
3952
msgid "Using '%s' view: %s\n"
3955
#: bzrlib/builtins.py:6062
3956
msgid "Views defined:\n"
3959
#: bzrlib/builtins.py:6071
3960
msgid "No views defined.\n"
3963
#: bzrlib/builtins.py:6078
3964
msgid "Cannot change the 'off' pseudo view"
3967
#: bzrlib/builtins.py:6086
3968
msgid "No current view.\n"
3971
#: bzrlib/builtins.py:6089
3973
msgid "'%s' view is: %s\n"
3976
#: bzrlib/builtins.py:6109
3977
msgid " <no hooks installed>\n"
3980
#: bzrlib/builtins.py:6113
3981
msgid "Remove a branch."
3984
#: bzrlib/builtins.py:6115
3986
"This will remove the branch from the specified location but \n"
3987
"will keep any working tree or repository in place."
3990
#: bzrlib/builtins.py:6120
3991
msgid " Remove the branch at repo/trunk::"
3994
#: bzrlib/builtins.py:6122
3995
msgid " bzr remove-branch repo/trunk"
3998
#: bzrlib/builtins.py:6138
3999
msgid "Temporarily set aside some changes from the current tree."
4002
#: bzrlib/builtins.py:6140
4004
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4005
"ie. out of the way, until a later time when you can bring them back from\n"
4006
"the shelf with the 'unshelve' command. The changes are stored alongside\n"
4007
"your working tree, and so they aren't propagated along with your branch nor\n"
4008
"will they survive its deletion."
4011
#: bzrlib/builtins.py:6146
4012
msgid "If shelve --list is specified, previously-shelved changes are listed."
4015
#: bzrlib/builtins.py:6148
4017
"Shelve is intended to help separate several sets of changes that have\n"
4018
"been inappropriately mingled. If you just want to get rid of all changes\n"
4019
"and you don't need to restore them later, use revert. If you want to\n"
4020
"shelve all text changes at once, use shelve --all."
4023
#: bzrlib/builtins.py:6153
4025
"If filenames are specified, only the changes to those files will be\n"
4026
"shelved. Other files will be left untouched."
4029
#: bzrlib/builtins.py:6156
4031
"If a revision is specified, changes since that revision will be shelved."
4034
#: bzrlib/builtins.py:6158
4036
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4037
"restore the most recently shelved changes."
4040
#: bzrlib/builtins.py:6161
4042
"For complicated changes, it is possible to edit the changes in a separate\n"
4043
"editor program to decide what the file remaining in the working copy\n"
4044
"should look like. To do this, add the configuration option"
4047
#: bzrlib/builtins.py:6165
4048
msgid " change_editor = PROGRAM @new_path @old_path"
4051
#: bzrlib/builtins.py:6167
4053
"where @new_path is replaced with the path of the new version of the \n"
4054
"file and @old_path is replaced with the path of the old version of \n"
4055
"the file. The PROGRAM should save the new file with the desired \n"
4056
"contents of the file in the working tree.\n"
4060
# help of 'all' option of 'shelve' command
4061
#: bzrlib/builtins.py:6179
4062
msgid "Shelve all changes."
4065
# help of 'writer' option of 'shelve' command
4066
#: bzrlib/builtins.py:6181
4067
msgid "Method to use for writing diffs."
4070
# title of 'writer' option of 'shelve' command
4071
#: bzrlib/builtins.py:6181
4075
# help of 'list' option of 'shelve' command
4076
#: bzrlib/builtins.py:6185
4077
msgid "List shelved changes."
4080
# help of 'destroy' option of 'shelve' command
4081
#: bzrlib/builtins.py:6187
4082
msgid "Destroy removed changes instead of shelving them."
4085
#: bzrlib/builtins.py:6216
4086
msgid "No shelved changes."
4089
#: bzrlib/builtins.py:6227
4090
msgid "Restore shelved changes."
4093
#: bzrlib/builtins.py:6229
4095
"By default, the most recently shelved changes are restored. However if you\n"
4096
"specify a shelf by id those changes will be restored instead. This works\n"
4097
"best when the changes don't depend on each other."
4100
# help of 'action' option of 'unshelve' command
4101
#: bzrlib/builtins.py:6238
4102
msgid "The action to perform."
4105
#: bzrlib/builtins.py:6260
4106
msgid "Remove unwanted files from working tree."
4109
#: bzrlib/builtins.py:6262
4111
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4112
"files are never deleted."
4115
#: bzrlib/builtins.py:6265
4117
"Another class is 'detritus', which includes files emitted by bzr during\n"
4118
"normal operations and selftests. (The value of these files decreases with\n"
4122
#: bzrlib/builtins.py:6269
4124
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4125
"flags are respected, and may be combined."
4128
#: bzrlib/builtins.py:6272
4129
msgid "To check what clean-tree will do, use --dry-run."
4132
# help of 'ignored' option of 'clean-tree' command
4133
#: bzrlib/builtins.py:6275
4134
msgid "Delete all ignored files."
4137
# help of 'detritus' option of 'clean-tree' command
4138
#: bzrlib/builtins.py:6276
4140
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4143
# help of 'unknown' option of 'clean-tree' command
4144
#: bzrlib/builtins.py:6279
4145
msgid "Delete files unknown to bzr (default)."
4148
# help of 'dry-run' option of 'clean-tree' command
4149
#: bzrlib/builtins.py:6280
4150
msgid "Show files to delete instead of deleting them."
4153
# help of 'force' option of 'clean-tree' command
4154
#: bzrlib/builtins.py:6282
4155
msgid "Do not prompt before deleting."
4158
#: bzrlib/cmd_version_info.py:50
4159
msgid "Show version information about this tree."
4162
#: bzrlib/cmd_version_info.py:52
4164
"You can use this command to add information about version into\n"
4165
"source code of an application. The output can be in one of the\n"
4166
"supported formats or in a custom format based on a template."
4169
#: bzrlib/cmd_version_info.py:56
4170
msgid "For example::"
4173
#: bzrlib/cmd_version_info.py:58
4175
" bzr version-info --custom \\\n"
4176
" --template=\"#define VERSION_INFO \\\"Project 1.2.3 (r{revno})\\\"\\n\""
4179
#: bzrlib/cmd_version_info.py:61
4181
"will produce a C header file with formatted string containing the\n"
4182
"current revision number. Other supported variables in templates are:"
4185
#: bzrlib/cmd_version_info.py:64
4187
" * {date} - date of the last revision\n"
4188
" * {build_date} - current date\n"
4189
" * {revno} - revision number\n"
4190
" * {revision_id} - revision id\n"
4191
" * {branch_nick} - branch nickname\n"
4192
" * {clean} - 0 if the source tree contains uncommitted changes,\n"
4196
# help of 'format' option of 'version-info' command
4197
#: bzrlib/cmd_version_info.py:74
4198
msgid "Select the output format."
4201
# help of 'all' option of 'version-info' command
4202
#: bzrlib/cmd_version_info.py:78
4203
msgid "Include all possible information."
4206
# help of 'check-clean' option of 'version-info' command
4207
#: bzrlib/cmd_version_info.py:79
4208
msgid "Check if tree is clean."
4211
# help of 'include-history' option of 'version-info' command
4212
#: bzrlib/cmd_version_info.py:81
4213
msgid "Include the revision-history."
4216
# help of 'include-file-revisions' option of 'version-info' command
4217
#: bzrlib/cmd_version_info.py:83
4218
msgid "Include the last revision for each file."
4221
# help of 'template' option of 'version-info' command
4222
#: bzrlib/cmd_version_info.py:84
4223
msgid "Template for the output."
4226
#: bzrlib/commands.py:479
4227
msgid "No help for this command."
4230
#: bzrlib/commands.py:492
4232
msgid ":Purpose: %s\n"
4235
#: bzrlib/commands.py:494
4242
#: bzrlib/commands.py:496
4244
msgid ":Usage: %s\n"
4247
#: bzrlib/commands.py:515
4252
#: bzrlib/commands.py:526
4260
#: bzrlib/commands.py:536
4263
"See bzr help %s for more details and examples.\n"
4267
#: bzrlib/commands.py:541
4271
#: bzrlib/commands.py:545
4273
msgid ":From: plugin \"%s\"\n"
4276
#: bzrlib/commands.py:557
4278
msgid ":doc:`%s <%s-help>`"
4281
#: bzrlib/commands.py:560
4283
msgid ":See also: %s"
4286
#: bzrlib/commit_signature_commands.py:34
4287
msgid "Sign all commits by a given committer."
4290
#: bzrlib/commit_signature_commands.py:36
4292
"If location is not specified the local tree is used.\n"
4293
"If committer is not specified the default committer is used."
4296
#: bzrlib/commit_signature_commands.py:39
4297
msgid "This does not sign commits that already have signatures."
4300
# help of 'dry-run' option of 'sign-my-commits' command
4301
#: bzrlib/commit_signature_commands.py:47
4303
"Don't actually sign anything, just print the revisions that would be signed."
4306
#: bzrlib/commit_signature_commands.py:101
4307
msgid "Verify all commit signatures."
4310
#: bzrlib/commit_signature_commands.py:103
4311
msgid "Verifies that all commits in the branch are signed by known GnuPG keys."
4314
# help of 'acceptable-keys' option of 'verify-signatures' command
4315
#: bzrlib/commit_signature_commands.py:108
4317
"Comma separated list of GPG key patterns which are acceptable for "
4321
#: bzrlib/commit_signature_commands.py:166
4322
msgid "All commits signed with verifiable keys"
4325
#: bzrlib/config.py:3293
4326
msgid "Display, set or remove a configuration option."
4329
#: bzrlib/config.py:3295
4330
msgid "Display the active value for a given option."
4333
#: bzrlib/config.py:3297
4335
"If --all is specified, NAME is interpreted as a regular expression and all\n"
4336
"matching options are displayed mentioning their scope. The active value\n"
4337
"that bzr will take into account is the first one displayed for each option."
4340
#: bzrlib/config.py:3301
4341
msgid "If no NAME is given, --all .* is implied."
4344
#: bzrlib/config.py:3303
4346
"Setting a value is achieved by using name=value without spaces. The value\n"
4347
"is set in the most relevant scope and can be checked by displaying the\n"
4351
# help of 'scope' option of 'config' command
4352
#: bzrlib/config.py:3314
4353
msgid "Reduce the scope to the specified configuration file"
4356
# help of 'all' option of 'config' command
4357
#: bzrlib/config.py:3318
4358
msgid "Display all the defined values for the matching options."
4361
# help of 'remove' option of 'config' command
4362
#: bzrlib/config.py:3320
4363
msgid "Remove the option from the configuration file"
4366
#: bzrlib/conflicts.py:47
4367
msgid "List files with conflicts."
4370
#: bzrlib/conflicts.py:49
4372
"Merge will do its best to combine the changes in two branches, but there\n"
4373
"are some kinds of problems only a human can fix. When it encounters those,\n"
4374
"it will mark a conflict. A conflict means that you need to fix something,\n"
4375
"before you should commit."
4378
#: bzrlib/conflicts.py:54
4380
"Conflicts normally are listed as short, human-readable messages. If --text\n"
4381
"is supplied, the pathnames of files with text conflicts are listed,\n"
4382
"instead. (This is useful for editing all files with text conflicts.)"
4385
#: bzrlib/conflicts.py:58
4386
msgid "Use bzr resolve when you have fixed a problem."
4389
# help of 'text' option of 'conflicts' command
4390
#: bzrlib/conflicts.py:63
4391
msgid "List paths of files with text conflicts."
4394
# help of 'action' option of 'resolve' command
4395
#: bzrlib/conflicts.py:95
4396
msgid "How to resolve the conflict."
4399
#: bzrlib/conflicts.py:101
4400
msgid "Mark a conflict as resolved."
4403
#: bzrlib/conflicts.py:108
4405
"Once you have fixed a problem, use \"bzr resolve\" to automatically mark\n"
4406
"text conflicts as fixed, \"bzr resolve FILE\" to mark a specific conflict "
4408
"resolved, or \"bzr resolve --all\" to mark all conflicts as resolved."
4411
# help of 'all' option of 'resolve' command
4412
#: bzrlib/conflicts.py:116
4413
msgid "Resolve all conflicts in this tree."
4416
# title of 'action' option of 'resolve' command
4417
#: bzrlib/conflicts.py:688
4421
#: bzrlib/errors.py:215
4422
msgid "The tree builder is already building a tree."
4425
#: bzrlib/errors.py:236
4426
msgid "The dirstate file (%(state)s) appears to be corrupt: %(msg)s"
4429
#: bzrlib/errors.py:255
4431
"The API for \"%(api)s\" is not compatible with \"%(wanted)s\". It supports "
4432
"versions \"%(minimum)s\" to \"%(current)s\"."
4435
#: bzrlib/errors.py:267
4436
msgid "The transport '%(transport)s' is only accessible within this process."
4439
#: bzrlib/errors.py:285
4440
msgid "Invalid revision number %(revno)s"
4443
#: bzrlib/errors.py:294
4444
msgid "Invalid revision-id {%(revision_id)s} in %(branch)s"
4447
#: bzrlib/errors.py:305
4448
msgid "Reserved revision-id {%(revision_id)s}"
4451
#: bzrlib/errors.py:319
4452
msgid "There is no public branch set for \"%(branch_url)s\"."
4455
#: bzrlib/errors.py:329
4457
"No help could be found for '%(topic)s'. Please use 'bzr help topics' to "
4458
"obtain a list of topics."
4461
#: bzrlib/errors.py:338
4462
msgid "The file id \"%(file_id)s\" is not present in the tree %(tree)s."
4465
#: bzrlib/errors.py:348
4467
"The file id \"%(file_id)s\" is not present in the repository %(repository)r"
4470
#: bzrlib/errors.py:357
4471
msgid "The branch '%(branch)s' is not stacked."
4474
#: bzrlib/errors.py:371
4475
msgid "No WorkingTree exists for \"%(base)s\"."
4478
#: bzrlib/errors.py:380
4479
msgid "Not currently building a tree."
4482
#: bzrlib/errors.py:385
4483
msgid "%(url)s is not a local path."
4486
#: bzrlib/errors.py:413
4487
msgid "%(not_locked)r is not write locked but needs to be."
4490
#: bzrlib/errors.py:421
4491
msgid "Error in command line options"
4494
#: bzrlib/errors.py:426
4495
msgid "%(value)s is not an index of type %(_type)s."
4498
#: bzrlib/errors.py:436
4499
msgid "Error in data for index %(value)s."
4502
#: bzrlib/errors.py:445
4503
msgid "The key '%(key)s' is already in index '%(index)s'."
4506
#: bzrlib/errors.py:455
4507
msgid "The key '%(key)s' is not a valid key."
4510
#: bzrlib/errors.py:464
4511
msgid "Could not parse options for index %(value)s."
4514
#: bzrlib/errors.py:473
4515
msgid "The value '%(value)s' is not a valid value."
4518
#: bzrlib/errors.py:501
4519
msgid "Generic path error: %(path)r%(extra)s)"
4522
#: bzrlib/errors.py:514
4523
msgid "No such file: %(path)r%(extra)s"
4526
#: bzrlib/errors.py:519
4527
msgid "File exists: %(path)r%(extra)s"
4530
#: bzrlib/errors.py:525
4532
"Could not rename %(source)s => %(dest)s because both files exist. (Use --"
4533
"after to tell bzr about a rename that has already happened)%(extra)s"
4536
#: bzrlib/errors.py:541
4537
msgid "\"%(path)s\" is not a directory %(extra)s"
4540
#: bzrlib/errors.py:546
4541
msgid "\"%(path)s\" is not in the working directory %(extra)s"
4544
#: bzrlib/errors.py:551
4545
msgid "Directory not empty: \"%(path)s\"%(extra)s"
4548
#: bzrlib/errors.py:556
4549
msgid "Hard-linking \"%(path)s\" is not supported"
4552
#: bzrlib/errors.py:571
4553
msgid "Device or resource busy: \"%(path)s\"%(extra)s"
4556
#: bzrlib/errors.py:576
4557
msgid "Permission denied: \"%(path)s\"%(extra)s"
4560
#: bzrlib/errors.py:581
4561
msgid "Invalid url supplied to transport: \"%(path)s\"%(extra)s"
4564
#: bzrlib/errors.py:586
4565
msgid "Invalid URL join request: %(reason)s: %(base)r + %(join_args)r"
4568
#: bzrlib/errors.py:597
4569
msgid "URLs differ by more than path: %(from_)r and %(to)r"
4572
#: bzrlib/errors.py:619
4573
msgid "The %(type)s hook '%(hook)s' is unknown in this version of bzrlib."
4576
#: bzrlib/errors.py:629
4577
msgid "Unsupported protocol for url \"%(path)s\"%(extra)s"
4580
#: bzrlib/errors.py:637
4582
"The branch '%(url)s'(%(format)s) is not a stackable format. You will need to "
4583
"upgrade the branch to permit branch stacking."
4586
#: bzrlib/errors.py:648
4587
msgid "The branch '%(branch_url)s' cannot be stacked on '%(target_url)s'."
4590
#: bzrlib/errors.py:658
4592
"The repository '%(url)s'(%(format)s) is not a stackable format. You will "
4593
"need to upgrade the repository to permit branch stacking."
4596
#: bzrlib/errors.py:669
4597
msgid "Error reading from %(path)r."
4600
#: bzrlib/errors.py:688
4601
msgid "Path \"%(path)s\" is not a child of path \"%(base)s\"%(extra)s"
4604
#: bzrlib/errors.py:704
4605
msgid "Path \"%(path)s\" is not unicode normalized"
4608
#: bzrlib/errors.py:712
4609
msgid "Not a branch: \"%(path)s\"%(detail)s."
4612
#: bzrlib/errors.py:754
4613
msgid "No submit branch available for branch \"%(path)s\""
4616
#: bzrlib/errors.py:763
4617
msgid "Already a branch: \"%(path)s\"."
4620
#: bzrlib/errors.py:769
4622
"Directory contains a branch, but no working tree (use bzr checkout if you "
4623
"wish to build a working tree): \"%(path)s\""
4626
#: bzrlib/errors.py:774
4628
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
4631
#: bzrlib/errors.py:784
4633
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
4636
#: bzrlib/errors.py:794
4637
msgid "No repository present: \"%(path)s\""
4640
#: bzrlib/errors.py:802
4641
msgid "File \"%(path)s\" is not in branch %(branch_base)s."
4644
#: bzrlib/errors.py:814
4646
"Unsupported branch format: %(format)s\n"
4647
"Please run 'bzr upgrade'"
4650
#: bzrlib/errors.py:820
4651
msgid "Unknown %(kind)s format: %(format)r"
4654
#: bzrlib/errors.py:829
4655
msgid "Format %(format)s is not compatible with .bzr version %(bzrdir)s."
4658
#: bzrlib/errors.py:842
4661
"is not compatible with\n"
4666
#: bzrlib/errors.py:858
4667
msgid "Revision is not compatible with %(repo_format)s"
4670
#: bzrlib/errors.py:868
4671
msgid "%(context_info)s%(path)s is already versioned."
4674
#: bzrlib/errors.py:889
4675
msgid "%(context_info)s%(path)s is not versioned."
4678
#: bzrlib/errors.py:910
4679
msgid "Path(s) are not versioned: %(paths_as_string)s"
4682
#: bzrlib/errors.py:921
4683
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
4686
#: bzrlib/errors.py:940
4687
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
4690
#: bzrlib/errors.py:948
4692
"Filename %(filename)r is not valid in your current filesystem encoding "
4696
#: bzrlib/errors.py:959
4697
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
4700
#: bzrlib/errors.py:977
4701
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
4704
#: bzrlib/errors.py:1016
4705
msgid "Cannot lock %(lock)s: %(why)s"
4708
#: bzrlib/errors.py:1026
4710
"A transaction related operation was attempted after the transaction finished."
4713
#: bzrlib/errors.py:1053
4714
msgid "Cannot lock: transport is read only: %(transport)s"
4717
#: bzrlib/errors.py:1061
4718
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
4721
#: bzrlib/errors.py:1072
4722
msgid "Lock was broken while still open: %(lock)s - check storage consistency!"
4725
#: bzrlib/errors.py:1083
4727
"Lock was released and re-acquired before being broken: %(lock)s: held by "
4728
"%(holder)r, wanted to break %(target)r"
4731
#: bzrlib/errors.py:1095
4733
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
4734
"Use 'bzr break-lock' to clear it"
4737
#: bzrlib/errors.py:1108
4738
msgid "Lock not held: %(lock)s"
4741
#: bzrlib/errors.py:1137
4742
msgid "No changes to commit"
4745
#: bzrlib/errors.py:1142
4747
"Selected-file commit of merges is not supported yet: files %(files_str)s"
4750
#: bzrlib/errors.py:1152
4752
"Excluding paths during commit is not supported by repository at %(repository)"
4756
#: bzrlib/errors.py:1161
4758
"The specified commit message contains characters unsupported by the current "
4762
#: bzrlib/errors.py:1167
4763
msgid "Upgrade URL cannot work with readonly URLs."
4766
#: bzrlib/errors.py:1172
4767
msgid "The branch format %(format)s is already at the most recent format."
4770
#: bzrlib/errors.py:1195
4771
msgid "Option --change does not accept revision ranges"
4774
#: bzrlib/errors.py:1200
4775
msgid "No namespace registered for string: %(spec)r"
4778
#: bzrlib/errors.py:1219
4780
"Requested revision: '%(spec)s' does not exist in branch: %(branch_url)s"
4784
#: bzrlib/errors.py:1233
4785
msgid "%(branch)s is missing %(object_type)s {%(object_id)s}"
4788
#: bzrlib/errors.py:1238
4790
"Operation denied because it would change the main history, which is not "
4791
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
4794
#: bzrlib/errors.py:1249
4796
"These branches have diverged. Use the missing command to see how.\n"
4797
"Use the merge command to reconcile them."
4800
#: bzrlib/errors.py:1269
4802
"Branches have no common ancestor, and no merge base revision was specified."
4805
#: bzrlib/errors.py:1275
4807
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
4810
#: bzrlib/errors.py:1281
4811
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
4814
#: bzrlib/errors.py:1290
4816
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
4819
#: bzrlib/errors.py:1299
4820
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
4823
#: bzrlib/errors.py:1319
4824
msgid "Branch %(branch)s has no commits."
4827
#: bzrlib/errors.py:1337
4829
"Bound branch %(branch)s is out of date with master branch %(master)s."
4833
#: bzrlib/errors.py:1349
4835
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
4836
"bound to %(remote)s."
4839
#: bzrlib/errors.py:1361
4840
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
4843
#: bzrlib/errors.py:1370
4845
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
4849
#: bzrlib/errors.py:1382
4850
msgid "Error in processing weave: %(msg)s"
4853
#: bzrlib/errors.py:1391
4854
msgid "Revision {%(revision_id)s} already present in %(weave)s"
4857
#: bzrlib/errors.py:1402
4858
msgid "Revision {%(revision_id)s} not present in %(weave)s"
4861
#: bzrlib/errors.py:1412
4862
msgid "Weave invariant violated: %(what)s"
4865
#: bzrlib/errors.py:1421
4866
msgid "Parents are mismatched between two revisions. %(msg)s"
4869
#: bzrlib/errors.py:1443
4871
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
4875
#: bzrlib/errors.py:1455
4876
msgid "Versioned file error"
4879
#: bzrlib/errors.py:1460
4880
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
4883
#: bzrlib/errors.py:1470
4884
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
4887
#: bzrlib/errors.py:1480
4888
msgid "Text did not match its checksum: %(msg)s"
4891
#: bzrlib/errors.py:1605
4892
msgid "Export format %(format)r not supported"
4895
#: bzrlib/errors.py:1614
4896
msgid "Transport error: %(msg)s %(orig_error)s"
4899
#: bzrlib/errors.py:1640
4900
msgid "Generic bzr smart protocol error: %(details)s"
4903
#: bzrlib/errors.py:1648
4904
msgid "Received bad protocol version marker: %(marker)r"
4907
#: bzrlib/errors.py:1679
4908
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
4911
#: bzrlib/errors.py:1684
4912
msgid "Connection error: %(msg)s %(orig_error)s"
4915
#: bzrlib/errors.py:1689
4916
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
4919
#: bzrlib/errors.py:1710
4920
msgid "Connection closed: %(msg)s %(orig_error)s"
4923
#: bzrlib/errors.py:1715
4924
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
4927
#: bzrlib/errors.py:1725
4928
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
4931
#: bzrlib/errors.py:1740
4932
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
4935
#: bzrlib/errors.py:1754
4936
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
4939
#: bzrlib/errors.py:1762
4940
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
4943
#: bzrlib/errors.py:1771
4944
msgid "%(source)s is%(permanently)s redirected to %(target)s"
4947
#: bzrlib/errors.py:1785
4948
msgid "Too many redirections"
4951
#: bzrlib/errors.py:1790
4952
msgid "Working tree has conflicts."
4955
#: bzrlib/errors.py:1794
4956
msgid "Config file %(filename)s is not UTF-8 encoded\n"
4959
#: bzrlib/errors.py:1803
4961
"Error(s) parsing config file %(filename)s:\n"
4965
#: bzrlib/errors.py:1814
4966
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
4969
#: bzrlib/errors.py:1822
4970
msgid "%(username)r does not seem to contain a reasonable email address"
4973
#: bzrlib/errors.py:1831
4974
msgid "Failed to GPG sign data with command \"%(command_line)s\""
4977
#: bzrlib/errors.py:1839
4978
msgid "Failed to verify GPG signature data with error \"%(error)s\""
4981
#: bzrlib/errors.py:1847
4982
msgid "Unable to import library \"%(library)s\": %(error)s"
4985
#: bzrlib/errors.py:1855
4986
msgid "python-gpgme is not installed, it is needed to verify signatures"
4989
#: bzrlib/errors.py:1863
4991
"The working tree for %(basedir)s has changed since the last commit, but "
4992
"weave merge requires that it be unchanged"
4995
#: bzrlib/errors.py:1873
4997
"Can't reprocess and show base, because reprocessing obscures the "
4998
"relationship of conflicting lines to the base"
5001
#: bzrlib/errors.py:1879
5002
msgid "Cycle in graph %(graph)r"
5005
#: bzrlib/errors.py:1907
5006
msgid "File %(filename)s is not conflicted."
5009
#: bzrlib/errors.py:1929
5010
msgid "No bundle was found in \"%(filename)s\"."
5013
#: bzrlib/errors.py:1938
5014
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5017
#: bzrlib/errors.py:1948
5018
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5021
#: bzrlib/errors.py:1961
5022
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5025
#: bzrlib/errors.py:1971
5026
msgid "Key %(key)s is already present in map"
5029
#: bzrlib/errors.py:1976
5030
msgid "The prefix %(prefix)s is in the help search path twice."
5033
#: bzrlib/errors.py:1984
5034
msgid "Tree transform is malformed %(conflicts)r"
5037
#: bzrlib/errors.py:1986
5039
"No final name for trans_id %(trans_id)r\n"
5040
"file-id: %(file_id)r\n"
5041
"root trans-id: %(root_trans_id)r\n"
5044
#: bzrlib/errors.py:2018
5045
msgid "Attempt to reuse a transform that has already been applied."
5048
#: bzrlib/errors.py:2023
5049
msgid "Moving the root directory is not supported at this time"
5052
#: bzrlib/errors.py:2028
5053
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5056
#: bzrlib/errors.py:2039
5058
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5061
#: bzrlib/errors.py:2075
5063
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5066
#: bzrlib/errors.py:2084
5068
"Can't safely remove modified or unknown files:\n"
5069
"%(changes_as_text)sUse --keep to not delete them, or --force to delete them "
5073
#: bzrlib/errors.py:2121
5074
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5077
#: bzrlib/errors.py:2129
5078
msgid "Nothing to merge."
5081
#: bzrlib/errors.py:2134
5082
msgid "Format %(format)s cannot be initialised by this version of bzr."
5085
#: bzrlib/errors.py:2143
5087
"Cannot convert from format %(from_format)s to format %(format)s. "
5091
#: bzrlib/errors.py:2155
5092
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5095
#: bzrlib/errors.py:2163
5096
msgid "%(exe_name)s could not be found on this machine"
5099
#: bzrlib/errors.py:2171
5100
msgid "Diff is not installed on this machine: %(msg)s"
5103
#: bzrlib/errors.py:2179
5104
msgid "Diff3 is not installed on this machine."
5107
#: bzrlib/errors.py:2185
5108
msgid "The content being inserted is already present."
5111
#: bzrlib/errors.py:2190
5113
"This tree contains left-over files from a failed operation.\n"
5114
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5116
" keep, and delete it when you are done."
5119
#: bzrlib/errors.py:2201
5121
"This tree contains left-over files from a failed operation.\n"
5122
" Please examine %(pending_deletion)s to see if it contains any files you\n"
5123
" wish to keep, and delete it when you are done."
5126
#: bzrlib/errors.py:2211
5128
"Unable to delete transform temporary directory %(limbo_dir)s.\n"
5129
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5131
" keep, and delete it when you are done."
5134
#: bzrlib/errors.py:2222
5136
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
5137
"examine %(pending_deletion)s to see if it contains any files you wish to "
5138
"keep, and delete it when you are done."
5141
#: bzrlib/errors.py:2232
5142
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5145
#: bzrlib/errors.py:2246
5146
msgid "Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5149
#: bzrlib/errors.py:2259
5150
msgid "Error in merge modified format"
5153
#: bzrlib/errors.py:2264
5154
msgid "Format error in conflict listings"
5157
#: bzrlib/errors.py:2268
5159
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5160
"Error: %(description)s"
5163
#: bzrlib/errors.py:2279
5165
"An error has been detected in the repository %(repo_path)s.\n"
5166
"Please run bzr reconcile on this repository."
5169
#: bzrlib/errors.py:2290
5171
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5172
"reason: %(reason)s"
5175
#: bzrlib/errors.py:2303
5177
"An inconsistent delta was supplied: %(delta)r\n"
5178
"reason: %(reason)s"
5181
#: bzrlib/errors.py:2315
5182
msgid "To use this feature you must upgrade your branch at %(path)s."
5185
#: bzrlib/errors.py:2324
5186
msgid "To use this feature you must upgrade your repository at %(path)s."
5189
#: bzrlib/errors.py:2329
5191
"To use this feature you must upgrade your branch at %(path)s to a format "
5192
"which supports rich roots."
5195
#: bzrlib/errors.py:2335
5196
msgid "Cannot perform local-only commits on unbound branches."
5199
#: bzrlib/errors.py:2340
5200
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5203
#: bzrlib/errors.py:2361
5204
msgid "Ghost tags not supported by format %(format)r."
5207
#: bzrlib/errors.py:2369
5208
msgid "File is binary but should be text."
5211
#: bzrlib/errors.py:2374
5212
msgid "The path %(path)s is not permitted on this platform"
5215
#: bzrlib/errors.py:2383
5217
"Testament did not match expected value.\n"
5218
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5222
#: bzrlib/errors.py:2395
5223
msgid "Not a bzr revision-bundle: %(text)r"
5226
#: bzrlib/errors.py:2404
5227
msgid "Bad bzr revision-bundle: %(text)r"
5230
#: bzrlib/errors.py:2413
5231
msgid "Malformed bzr revision-bundle header: %(text)r"
5234
#: bzrlib/errors.py:2418
5235
msgid "Malformed patches in bzr revision-bundle: %(text)r"
5238
#: bzrlib/errors.py:2423
5239
msgid "Malformed footer in bzr revision-bundle: %(text)r"
5242
#: bzrlib/errors.py:2428
5243
msgid "End of line marker was not \\n in bzr revision-bundle"
5246
#: bzrlib/errors.py:2438
5247
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
5250
#: bzrlib/errors.py:2448
5251
msgid "Root class for inventory serialization errors"
5254
#: bzrlib/errors.py:2452
5256
"The inventory was not in the expected format:\n"
5260
#: bzrlib/errors.py:2461
5261
msgid "This operation requires rich root data storage"
5264
#: bzrlib/errors.py:2474
5265
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
5268
#: bzrlib/errors.py:2483
5270
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
5274
#: bzrlib/errors.py:2490
5276
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
5277
"ghost at {%(ghost_revision_id)s}"
5280
#: bzrlib/errors.py:2500
5281
msgid "Ghost revision {%(revision_id)s} cannot be used here."
5284
#: bzrlib/errors.py:2551
5286
"A merge directive must provide either a bundle or a public branch location."
5289
#: bzrlib/errors.py:2558
5290
msgid "Bad merge directive payload %(start)r"
5293
#: bzrlib/errors.py:2568
5294
msgid "Preview patch does not match requested changes."
5297
#: bzrlib/errors.py:2574
5298
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
5301
#: bzrlib/errors.py:2584
5303
"Your branch does not have all of the revisions required in order to merge "
5304
"this merge directive and the target location specified in the merge "
5305
"directive is not a branch: %(location)s."
5308
#: bzrlib/errors.py:2596
5309
msgid "Unsupported entry kind %(kind)s"
5312
#: bzrlib/errors.py:2604
5313
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
5316
#: bzrlib/errors.py:2614
5317
msgid "Subsume target %(other_tree)s needs to be upgraded."
5320
#: bzrlib/errors.py:2633
5321
msgid "No such tag: %(tag_name)s"
5324
#: bzrlib/errors.py:2641
5325
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
5328
#: bzrlib/errors.py:2650
5329
msgid "Tag %(tag_name)s already exists."
5332
#: bzrlib/errors.py:2658
5334
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help bugs"
5335
"\" for more information on this feature."
5338
#: bzrlib/errors.py:2668
5340
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
5343
#: bzrlib/errors.py:2678
5345
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
5348
#: bzrlib/errors.py:2688
5349
msgid "Invalid line in bugs property: '%(line)s'"
5352
#: bzrlib/errors.py:2696
5353
msgid "Invalid bug status: '%(status)s'"
5356
#: bzrlib/errors.py:2704
5357
msgid "Could not understand response from smart server: %(response_tuple)r"
5360
#: bzrlib/errors.py:2743
5361
msgid "Server sent an unexpected error: %(error_tuple)r"
5364
#: bzrlib/errors.py:2762
5365
msgid "Unrecognised container format: %(container_format)r"
5368
#: bzrlib/errors.py:2770
5369
msgid "Unexpected end of container stream"
5372
#: bzrlib/errors.py:2775
5373
msgid "Unknown record type: %(record_type)r"
5376
#: bzrlib/errors.py:2783
5377
msgid "Invalid record: %(reason)s"
5380
#: bzrlib/errors.py:2791
5381
msgid "Container has data after end marker: %(excess)r"
5384
#: bzrlib/errors.py:2799
5385
msgid "Container has multiple records with the same name: %(name)s"
5388
#: bzrlib/errors.py:2812
5389
msgid "Corrupt or incompatible data stream: %(reason)s"
5392
#: bzrlib/errors.py:2820
5393
msgid "SMTP error: %(error)s"
5396
#: bzrlib/errors.py:2828
5397
msgid "No message supplied."
5400
#: bzrlib/errors.py:2833
5401
msgid "No mail-to address (--mail-to) or output (-o) specified."
5404
#: bzrlib/errors.py:2838
5405
msgid "Unknown mail client: %(mail_client)s"
5408
#: bzrlib/errors.py:2846
5410
"Unable to find mail client with the following names: "
5411
"%(mail_command_list_string)s"
5414
#: bzrlib/errors.py:2856
5415
msgid "SMTP connection to %(host)s refused"
5418
#: bzrlib/errors.py:2865
5419
msgid "Please specify smtp_server. No server at default %(host)s."
5422
#: bzrlib/errors.py:2879
5424
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
5428
#: bzrlib/errors.py:2891
5429
msgid "'%(display_url)s' is already a branch."
5432
#: bzrlib/errors.py:2896
5433
msgid "'%(display_url)s' is already a tree."
5436
#: bzrlib/errors.py:2901
5437
msgid "'%(display_url)s' is already a checkout."
5440
#: bzrlib/errors.py:2906
5441
msgid "'%(display_url)s' is already a lightweight checkout."
5444
#: bzrlib/errors.py:2911
5445
msgid "'%(display_url)s' is already using a shared repository."
5448
#: bzrlib/errors.py:2916
5449
msgid "'%(display_url)s' is already standalone."
5452
#: bzrlib/errors.py:2921
5453
msgid "Shared repository '%(display_url)s' already creates working trees."
5456
#: bzrlib/errors.py:2927
5458
"Shared repository '%(display_url)s' already doesn't create working trees."
5461
#: bzrlib/errors.py:2933
5462
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
5465
#: bzrlib/errors.py:2938
5466
msgid "No location could be found to bind to at %(display_url)s."
5469
#: bzrlib/errors.py:2943
5471
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr status)."
5475
#: bzrlib/errors.py:2962
5477
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --list)."
5481
#: bzrlib/errors.py:2968
5482
msgid "Variable {%(name)s} is not available."
5485
#: bzrlib/errors.py:2976
5486
msgid "No template specified."
5489
#: bzrlib/errors.py:2981
5490
msgid "Unable to create symlink %(path_str)son this platform"
5493
#: bzrlib/errors.py:2996
5495
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", \"original"
5499
#: bzrlib/errors.py:3030
5501
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
5504
#: bzrlib/errors.py:3042
5505
msgid "The \"%(config_id)s\" configuration does not exist."
5508
#: bzrlib/errors.py:3050
5509
msgid "The \"%(option_name)s\" configuration option does not exist."
5512
#: bzrlib/errors.py:3058
5513
msgid "The alias \"%(alias_name)s\" does not exist."
5516
#: bzrlib/errors.py:3072
5517
msgid "\"%(alias_name)s\" is not a valid location alias."
5520
#: bzrlib/errors.py:3080
5521
msgid "No %(alias_name)s location assigned."
5524
#: bzrlib/errors.py:3088
5525
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
5528
#: bzrlib/errors.py:3098
5529
msgid "Unknown rules detected: %(unknowns_str)s."
5532
#: bzrlib/errors.py:3111
5534
"Hook '%(hook_name)s' during %(hook_stage)s failed:\n"
5535
"%(traceback_text)s%(exc_value)s"
5538
#: bzrlib/errors.py:3134
5539
msgid "Tip change rejected: %(msg)s"
5542
#: bzrlib/errors.py:3142
5543
msgid "Shelf corrupt."
5546
#: bzrlib/errors.py:3147
5547
msgid "Corruption while decompressing repository file%(orig_error)s"
5550
#: bzrlib/errors.py:3159
5551
msgid "No changes are shelved with id \"%(shelf_id)d\"."
5554
#: bzrlib/errors.py:3167
5555
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
5558
#: bzrlib/errors.py:3175
5559
msgid "An attempt to access a url outside the server jail was made: '%(url)s'."
5562
#: bzrlib/errors.py:3183
5563
msgid "The user aborted the operation."
5566
#: bzrlib/errors.py:3188
5567
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
5570
#: bzrlib/errors.py:3198
5571
msgid "No such view: %(view_name)s."
5574
#: bzrlib/errors.py:3208
5576
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
5577
"to a later format."
5580
#: bzrlib/errors.py:3217
5582
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
5585
#: bzrlib/errors.py:3284
5586
msgid "%(bzrdir)r does not support co-located branches."
5589
#: bzrlib/errors.py:3290
5591
"Unable to determine your name.\n"
5592
"Please, set your name with the 'whoami' command.\n"
5593
"E.g. bzr whoami \"Your Name <name@example.com>\""
5596
#: bzrlib/errors.py:3299
5597
msgid "Invalid pattern(s) found. %(msg)s"
5600
#: bzrlib/errors.py:3307
5602
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
5606
#: bzrlib/errors.py:3318
5607
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
5610
#: bzrlib/errors.py:3327
5611
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
5614
#: bzrlib/errors.py:3336
5616
"No compatible object available for operations from %(source)r to %(target)r."
5619
#: bzrlib/errors.py:3346
5621
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
5625
#: bzrlib/gpg.py:116 bzrlib/gpg.py:454
5626
msgid "{0} commits with valid signatures"
5629
#: bzrlib/gpg.py:120 bzrlib/gpg.py:459
5630
msgid "{0} commit with unknown key"
5631
msgid_plural "{0} commits with unknown keys"
5635
#: bzrlib/gpg.py:126 bzrlib/gpg.py:466
5636
msgid "{0} commit not valid"
5637
msgid_plural "{0} commits not valid"
5641
#: bzrlib/gpg.py:132 bzrlib/gpg.py:473
5642
msgid "{0} commit not signed"
5643
msgid_plural "{0} commits not signed"
5647
#: bzrlib/gpg.py:138 bzrlib/gpg.py:480
5648
msgid "{0} commit with key now expired"
5649
msgid_plural "{0} commits with key now expired"
5653
#: bzrlib/gpg.py:336
5654
msgid "No GnuPG key results for pattern: {0}"
5657
#: bzrlib/gpg.py:379
5658
msgid "{0} signed {1} commit"
5659
msgid_plural "{0} signed {1} commits"
5663
#: bzrlib/gpg.py:396 bzrlib/gpg.py:412
5664
msgid "{0} commit by author {1}"
5665
msgid_plural "{0} commits by author {1}"
5669
#: bzrlib/gpg.py:426
5670
msgid "Unknown key {0} signed {1} commit"
5671
msgid_plural "Unknown key {0} signed {1} commits"
5675
#: bzrlib/gpg.py:444
5676
msgid "{0} commit by author {1} with key {2} now expired"
5677
msgid_plural "{0} commits by author {1} with key {2} now expired"
5681
# help of 'help' option
5682
#: bzrlib/option.py:530
5683
msgid "Show help message."
5686
# help of 'usage' option
5687
#: bzrlib/option.py:532
5688
msgid "Show usage message and options."
5691
# help of 'verbose' option
5692
#: bzrlib/option.py:534
5693
msgid "Display more information."
5696
# help of 'quiet' option
5697
#: bzrlib/option.py:537
5698
msgid "Only display errors and warnings."
5701
# help of 'overwrite' option
5702
#: bzrlib/option.py:542
5703
msgid "Ignore differences between branches and overwrite unconditionally."
5706
# help of 'message' option
5707
#: bzrlib/option.py:553
5708
msgid "Message string."
5711
# help of 'null' option
5712
#: bzrlib/option.py:556
5713
msgid "Use an ASCII NUL (\\0) separator rather than a newline."
5716
# help of 'profile' option
5717
#: bzrlib/option.py:559
5718
msgid "Show performance profiling information."
5721
# help of 'revision' option
5722
#: bzrlib/option.py:563
5723
msgid "See \"help revisionspec\" for details."
5726
# help of 'change' option
5727
#: bzrlib/option.py:568
5729
"Select changes introduced by the specified revision. See also \"help "
5733
# help of 'show-ids' option
5734
#: bzrlib/option.py:570
5735
msgid "Show internal object ids."
5738
# help of 'timezone' option
5739
#: bzrlib/option.py:573
5740
msgid "Display timezone as local, original, or utc."
5743
# help of 'log-format' option
5744
#: bzrlib/option.py:578
5745
msgid "Use specified log format."
5748
# title of 'log-format' option
5749
#: bzrlib/option.py:580
5753
# help of 'long' option
5754
#: bzrlib/option.py:582
5755
msgid "Use detailed log format. Same as --log-format long"
5758
# help of 'short' option
5759
#: bzrlib/option.py:584
5760
msgid "Use moderately short log format. Same as --log-format short"
5763
# help of 'line' option
5764
#: bzrlib/option.py:585
5765
msgid "Use log format with one line per revision. Same as --log-format line"
5768
# help of 'merge-type' option
5769
#: bzrlib/option.py:588
5770
msgid "Select a particular merge algorithm."
5773
# title of 'merge-type' option
5774
#: bzrlib/option.py:590
5775
msgid "Merge algorithm"
5778
# help of 'remember' option
5779
#: bzrlib/option.py:592
5780
msgid "Remember the specified location as a default."
5783
# help of 'reprocess' option
5784
#: bzrlib/option.py:594
5785
msgid "Reprocess to reduce spurious conflicts."
5788
# help of 'dry-run' option
5789
#: bzrlib/option.py:597
5790
msgid "Show what would be done, but don't actually do anything."
5793
# help of 'name-from-revision' option
5794
#: bzrlib/option.py:598
5795
msgid "The path name in the old tree."
5798
# help of 'directory' option
5799
#: bzrlib/option.py:600
5800
msgid "Branch to operate on, instead of working directory"
5803
# help of 'plugin' option of 'bash-completion' command
5804
#: bzrlib/plugins/bash_completion/bashcomp.py:407
5805
msgid "Enable completions for the selected plugin (default: all plugins)"
5808
#: bzrlib/plugins/bash_completion/bashcomp.py:409
5809
msgid "Generate a shell function for bash command line completion."
5812
#: bzrlib/plugins/bash_completion/bashcomp.py:411
5814
"This command generates a shell function which can be used by bash to\n"
5815
"automatically complete the currently typed command when the user presses\n"
5816
"the completion key (usually tab)."
5819
#: bzrlib/plugins/bash_completion/bashcomp.py:415
5821
"Commonly used like this:\n"
5822
" eval \"`bzr bash-completion`\""
5825
# help of 'function-name' option of 'bash-completion' command
5826
#: bzrlib/plugins/bash_completion/bashcomp.py:421
5827
msgid "Name of the generated function (default: _bzr)"
5830
# help of 'function-only' option of 'bash-completion' command
5831
#: bzrlib/plugins/bash_completion/bashcomp.py:423
5832
msgid "Generate only the shell function, don't enable it"
5835
#: bzrlib/plugins/launchpad/__init__.py:78
5836
msgid "Register a branch with launchpad.net."
5839
#: bzrlib/plugins/launchpad/__init__.py:80
5841
"This command lists a bzr branch in the directory of branches on\n"
5842
"launchpad.net. Registration allows the branch to be associated with\n"
5843
"bugs or specifications."
5846
#: bzrlib/plugins/launchpad/__init__.py:84
5848
"Before using this command you must register the project to which the\n"
5849
"branch belongs, and create an account for yourself on launchpad.net."
5852
#: bzrlib/plugins/launchpad/__init__.py:87
5855
" public_url: The publicly visible url for the branch to register.\n"
5856
" This must be an http or https url (which Launchpad can read\n"
5857
" from to access the branch). Local file urls, SFTP urls, and\n"
5858
" bzr+ssh urls will not work.\n"
5859
" If no public_url is provided, bzr will use the configured\n"
5860
" public_url if there is one for the current branch, and\n"
5864
#: bzrlib/plugins/launchpad/__init__.py:96
5867
" bzr register-branch http://foo.com/bzr/fooproject.mine \\\n"
5868
" --project fooproject"
5871
# help of 'project' option of 'register-branch' command
5872
#: bzrlib/plugins/launchpad/__init__.py:103
5873
msgid "Launchpad project short name to associate with the branch."
5876
# help of 'branch-name' option of 'register-branch' command
5877
#: bzrlib/plugins/launchpad/__init__.py:110
5879
"Short name for the branch; by default taken from the last component of the "
5883
# help of 'branch-title' option of 'register-branch' command
5884
#: bzrlib/plugins/launchpad/__init__.py:114
5885
msgid "One-sentence description of the branch."
5888
# help of 'branch-description' option of 'register-branch' command
5889
#: bzrlib/plugins/launchpad/__init__.py:117
5890
msgid "Longer description of the purpose or contents of the branch."
5893
# help of 'author' option of 'register-branch' command
5894
#: bzrlib/plugins/launchpad/__init__.py:120
5895
msgid "Branch author's email address, if not yourself."
5898
# help of 'link-bug' option of 'register-branch' command
5899
#: bzrlib/plugins/launchpad/__init__.py:123
5900
msgid "The bug this branch fixes."
5903
# help of 'dry-run' option of 'register-branch' command
5904
#: bzrlib/plugins/launchpad/__init__.py:126
5905
msgid "Prepare the request but don't actually send it."
5908
#: bzrlib/plugins/launchpad/__init__.py:186
5909
msgid "Open a Launchpad branch page in your web browser."
5912
# help of 'dry-run' option of 'launchpad-open' command
5913
#: bzrlib/plugins/launchpad/__init__.py:191
5914
msgid "Do not actually open the browser. Just say the URL we would use."
5917
#: bzrlib/plugins/launchpad/__init__.py:236
5918
msgid "Show or set the Launchpad user ID."
5921
#: bzrlib/plugins/launchpad/__init__.py:238
5923
"When communicating with Launchpad, some commands need to know your\n"
5924
"Launchpad user ID. This command can be used to set or show the\n"
5925
"user ID that Bazaar will use for such communication."
5928
#: bzrlib/plugins/launchpad/__init__.py:242
5931
" Show the Launchpad ID of the current user::"
5934
#: bzrlib/plugins/launchpad/__init__.py:245
5935
msgid " bzr launchpad-login"
5938
#: bzrlib/plugins/launchpad/__init__.py:247
5939
msgid " Set the Launchpad ID of the current user to 'bob'::"
5942
#: bzrlib/plugins/launchpad/__init__.py:249
5943
msgid " bzr launchpad-login bob"
5946
# help of 'no-check' option of 'launchpad-login' command
5947
#: bzrlib/plugins/launchpad/__init__.py:256
5948
msgid "Don't check that the user name is valid."
5951
#: bzrlib/plugins/launchpad/__init__.py:292
5952
msgid "Ask Launchpad to mirror a branch now."
5955
#: bzrlib/plugins/launchpad/__init__.py:312
5956
msgid "Propose merging a branch on Launchpad."
5959
#: bzrlib/plugins/launchpad/__init__.py:314
5961
"This will open your usual editor to provide the initial comment. When it\n"
5962
"has created the proposal, it will open it in your default web browser."
5965
#: bzrlib/plugins/launchpad/__init__.py:317
5967
"The branch will be proposed to merge into SUBMIT_BRANCH. If SUBMIT_BRANCH\n"
5968
"is not supplied, the remembered submit branch will be used. If no submit\n"
5969
"branch is remembered, the development focus will be used."
5972
#: bzrlib/plugins/launchpad/__init__.py:321
5974
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
5975
"the merge proposal. This can be overriden by specifying --review (-R).\n"
5976
"The parameter the launchpad account name of the desired reviewer. This\n"
5977
"may optionally be followed by '=' and the review type. For example:"
5980
#: bzrlib/plugins/launchpad/__init__.py:326
5981
msgid " bzr lp-propose-merge --review jrandom --review review-team=qa"
5984
#: bzrlib/plugins/launchpad/__init__.py:328
5986
"This will propose a merge, request \"jrandom\" to perform a review of\n"
5987
"unspecified type, and request \"review-team\" to perform a \"qa\" review."
5990
# help of 'staging' option of 'lp-propose-merge' command
5991
#: bzrlib/plugins/launchpad/__init__.py:333
5992
msgid "Propose the merge on staging."
5995
# help of 'message' option of 'lp-propose-merge' command
5996
#: bzrlib/plugins/launchpad/__init__.py:335
5997
msgid "Commit message."
6000
# help of 'approve' option of 'lp-propose-merge' command
6001
#: bzrlib/plugins/launchpad/__init__.py:337
6002
msgid "Mark the proposal as approved immediately."
6005
# help of 'review' option of 'lp-propose-merge' command
6006
#: bzrlib/plugins/launchpad/__init__.py:339
6007
msgid "Requested reviewer and optional type."
6010
#: bzrlib/plugins/launchpad/__init__.py:376
6011
msgid "Find the proposal to merge this revision."
6014
#: bzrlib/plugins/launchpad/__init__.py:378
6016
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
6017
"This works only if the selected branch was the merge proposal target, and\n"
6018
"if the merged_revno is recorded for the merge proposal. The proposal(s)\n"
6019
"are opened in a web browser."
6022
#: bzrlib/plugins/launchpad/__init__.py:383
6024
"Any revision involved in the merge may be specified-- the revision in\n"
6025
"which the merge was performed, or one of the revisions that was merged."
6028
#: bzrlib/plugins/launchpad/__init__.py:386
6029
msgid "So, to find the merge proposal that reviewed line 1 of README::"
6032
#: bzrlib/plugins/launchpad/__init__.py:388
6033
msgid " bzr lp-find-proposal -r annotate:README:1"
6036
#: dummy/help_topics/authentication/summary.txt:1
6037
msgid "Information on configuring authentication"
6040
#: dummy/help_topics/basic/detail.txt:1
6042
"Bazaar 2.5.0dev1 -- a free distributed version-control tool\n"
6043
"http://bazaar.canonical.com/"
6046
#: dummy/help_topics/basic/detail.txt:4
6049
" bzr init makes this directory a versioned branch\n"
6050
" bzr branch make a copy of another branch"
6053
#: dummy/help_topics/basic/detail.txt:8
6055
" bzr add make files or directories versioned\n"
6056
" bzr ignore ignore a file or pattern\n"
6057
" bzr mv move or rename a versioned file"
6060
#: dummy/help_topics/basic/detail.txt:12
6062
" bzr status summarize changes in working copy\n"
6063
" bzr diff show detailed diffs"
6066
#: dummy/help_topics/basic/detail.txt:15
6068
" bzr merge pull in changes from another branch\n"
6069
" bzr commit save some or all changes\n"
6070
" bzr send send changes via email"
6073
#: dummy/help_topics/basic/detail.txt:19
6075
" bzr log show history of changes\n"
6076
" bzr check validate storage"
6079
#: dummy/help_topics/basic/detail.txt:22
6081
" bzr help init more help on e.g. init command\n"
6082
" bzr help commands list all commands\n"
6083
" bzr help topics list all help topics\n"
6086
#: dummy/help_topics/basic/summary.txt:1
6087
msgid "Basic commands"
6090
#: dummy/help_topics/branches/detail.txt:1
6094
#: dummy/help_topics/branches/detail.txt:3
6096
"A branch consists of the state of a project, including all of its\n"
6097
"history. All branches have a repository associated (which is where the\n"
6098
"branch history is stored), but multiple branches may share the same\n"
6099
"repository (a shared repository). Branches can be copied and merged."
6102
#: dummy/help_topics/branches/detail.txt:8
6104
"In addition, one branch may be bound to another one. Binding to another\n"
6105
"branch indicates that commits which happen in this branch must also \n"
6106
"happen in the other branch. Bazaar ensures consistency by not allowing \n"
6107
"commits when the two branches are out of date. In order for a commit \n"
6108
"to succeed, it may be necessary to update the current branch using \n"
6112
#: dummy/help_topics/branches/detail.txt:15
6113
msgid "Related commands::"
6116
#: dummy/help_topics/branches/detail.txt:17
6118
" init Change a directory into a versioned branch.\n"
6119
" branch Create a new branch that is a copy of an existing branch.\n"
6120
" merge Perform a three-way merge.\n"
6121
" bind Bind a branch to another one.\n"
6124
#: dummy/help_topics/branches/summary.txt:1
6125
msgid "Information on what a branch is"
6128
#: dummy/help_topics/bugs/summary.txt:1
6129
msgid "Bug tracker settings"
6132
#: dummy/help_topics/checkouts/detail.txt:1
6136
#: dummy/help_topics/checkouts/detail.txt:3
6138
"Checkouts are source trees that are connected to a branch, so that when\n"
6139
"you commit in the source tree, the commit goes into that branch. They\n"
6140
"allow you to use a simpler, more centralized workflow, ignoring some of\n"
6141
"Bazaar's decentralized features until you want them. Using checkouts\n"
6142
"with shared repositories is very similar to working with SVN or CVS, but\n"
6143
"doesn't have the same restrictions. And using checkouts still allows\n"
6144
"others working on the project to use whatever workflow they like."
6147
#: dummy/help_topics/checkouts/detail.txt:11
6149
"A checkout is created with the bzr checkout command (see \"help checkout"
6151
"You pass it a reference to another branch, and it will create a local copy\n"
6152
"for you that still contains a reference to the branch you created the\n"
6153
"checkout from (the master branch). Then if you make any commits they will "
6155
"made on the other branch first. This creates an instant mirror of your work, "
6157
"facilitates lockstep development, where each developer is working together,\n"
6158
"continuously integrating the changes of others."
6161
#: dummy/help_topics/checkouts/detail.txt:19
6163
"However the checkout is still a first class branch in Bazaar terms, so that\n"
6164
"you have the full history locally. As you have a first class branch you "
6166
"also commit locally if you want, for instance due to the temporary loss af "
6168
"network connection. Use the --local option to commit to do this. All the "
6170
"commits will then be made on the master branch the next time you do a non-"
6175
#: dummy/help_topics/checkouts/detail.txt:26
6177
"If you are using a checkout from a shared branch you will periodically want "
6179
"pull in all the changes made by others. This is done using the \"update\"\n"
6180
"command. The changes need to be applied before any non-local commit, but\n"
6181
"Bazaar will tell you if there are any changes and suggest that you use this\n"
6182
"command when needed."
6185
#: dummy/help_topics/checkouts/detail.txt:32
6187
"It is also possible to create a \"lightweight\" checkout by passing the\n"
6188
"--lightweight flag to checkout. A lightweight checkout is even closer to an\n"
6189
"SVN checkout in that it is not a first class branch, it mainly consists of "
6191
"working tree. This means that any history operations must query the master\n"
6192
"branch, which could be slow if a network connection is involved. Also, as "
6194
"don't have a local branch, then you cannot commit locally."
6197
#: dummy/help_topics/checkouts/detail.txt:39
6199
"Lightweight checkouts work best when you have fast reliable access to the\n"
6200
"master branch. This means that if the master branch is on the same disk or "
6202
"a lightweight checkout will be faster than a heavyweight one for any "
6204
"that modify the revision history (as only one copy of the branch needs to\n"
6205
"be updated). Heavyweight checkouts will generally be faster for any command\n"
6206
"that uses the history but does not change it, but if the master branch is "
6208
"the same disk then there won't be a noticeable difference."
6211
#: dummy/help_topics/checkouts/detail.txt:47
6213
"Another possible use for a checkout is to use it with a treeless repository\n"
6214
"containing your branches, where you maintain only one working tree by\n"
6215
"switching the master branch that the checkout points to when you want to\n"
6216
"work on a different branch."
6219
#: dummy/help_topics/checkouts/detail.txt:52
6221
"Obviously to commit on a checkout you need to be able to write to the "
6223
"branch. This means that the master branch must be accessible over a "
6225
"protocol , such as sftp://, and that you have write permissions at the "
6227
"end. Checkouts also work on the local file system, so that all that matters "
6232
#: dummy/help_topics/checkouts/detail.txt:58
6234
"You can change the master of a checkout by using the \"switch\" command "
6236
"\"help switch\"). This will change the location that the commits are sent "
6238
"The \"bind\" command can also be used to turn a normal branch into a heavy\n"
6239
"checkout. If you would like to convert your heavy checkout into a normal\n"
6240
"branch so that every commit is local, you can use the \"unbind\" command. To "
6242
"whether or not a branch is bound or not you can use the \"info\" command. If "
6244
"branch is bound it will tell you the location of the bound branch."
6247
#: dummy/help_topics/checkouts/detail.txt:68
6249
" checkout Create a checkout. Pass --lightweight to get a lightweight\n"
6251
" update Pull any changes in the master branch in to your checkout\n"
6252
" commit Make a commit that is sent to the master branch. If you have\n"
6253
" a heavy checkout then the --local option will commit to the\n"
6254
" checkout without sending the commit to the master\n"
6255
" switch Change the master branch that the commits in the checkout "
6258
" bind Turn a standalone branch into a heavy checkout so that any\n"
6259
" commits will be sent to the master branch\n"
6260
" unbind Turn a heavy checkout into a standalone branch so that any\n"
6261
" commits are only made locally\n"
6262
" info Displays whether a branch is bound or unbound. If the branch "
6264
" bound, then it will also display the location of the bound "
6268
#: dummy/help_topics/checkouts/summary.txt:1
6269
msgid "Information on what a checkout is"
6272
#: dummy/help_topics/commands/summary.txt:1
6273
msgid "Basic help for all commands"
6276
#: dummy/help_topics/configuration/summary.txt:1
6277
msgid "Details on the configuration settings available"
6280
#: dummy/help_topics/conflict-types/summary.txt:1
6281
msgid "Types of conflicts and what to do about them"
6284
#: dummy/help_topics/content-filters/summary.txt:1
6285
msgid "Conversion of content into/from working trees"
6288
#: dummy/help_topics/criss-cross/detail.txt:1
6292
#: dummy/help_topics/criss-cross/detail.txt:3
6294
"A criss-cross in the branch history can cause the default merge technique\n"
6295
"to emit more conflicts than would normally be expected."
6298
#: dummy/help_topics/criss-cross/detail.txt:6
6300
"In complex merge cases, ``bzr merge --lca`` or ``bzr merge --weave`` may "
6302
"better results. You may wish to ``bzr revert`` the working tree and merge\n"
6303
"again. Alternatively, use ``bzr remerge`` on particular conflicted files."
6306
#: dummy/help_topics/criss-cross/detail.txt:10
6308
"Criss-crosses occur in a branch's history if two branches merge the same "
6310
"and then merge one another, or if two branches merge one another at the "
6312
"time. They can be avoided by having each branch only merge from or into a\n"
6313
"designated central branch (a \"star topology\")."
6316
#: dummy/help_topics/criss-cross/detail.txt:15
6318
"Criss-crosses cause problems because of the way merge works. Bazaar's "
6320
"merge is a three-way merger; in order to merge OTHER into THIS, it must\n"
6321
"find a basis for comparison, BASE. Using BASE, it can determine whether\n"
6322
"differences between THIS and OTHER are due to one side adding lines, or\n"
6323
"from another side removing lines."
6326
#: dummy/help_topics/criss-cross/detail.txt:21
6328
"Criss-crosses mean there is no good choice for a base. Selecting the "
6330
"merge points could cause one side's changes to be silently discarded.\n"
6331
"Selecting older merge points (which Bazaar does) mean that extra conflicts\n"
6335
#: dummy/help_topics/criss-cross/detail.txt:26
6337
"The ``weave`` merge type is not affected by this problem because it uses\n"
6338
"line-origin detection instead of a basis revision to determine the cause of\n"
6342
#: dummy/help_topics/criss-cross/summary.txt:1
6343
msgid "Information on criss-cross merging"
6346
#: dummy/help_topics/current-formats/summary.txt:1
6347
msgid "Current storage formats"
6350
#: dummy/help_topics/debug-flags/summary.txt:1
6351
msgid "Options to show or record debug information"
6354
#: dummy/help_topics/diverged-branches/summary.txt:1
6355
msgid "How to fix diverged branches"
6358
#: dummy/help_topics/env-variables/detail.txt:1
6359
msgid "Environment Variables"
6362
#: dummy/help_topics/env-variables/detail.txt:3
6364
"=================== "
6365
"===========================================================\n"
6366
"BZRPATH Path where bzr is to look for shell plugin external\n"
6368
"BZR_EMAIL E-Mail address of the user. Overrides EMAIL.\n"
6369
"EMAIL E-Mail address of the user.\n"
6370
"BZR_EDITOR Editor for editing commit messages. Overrides EDITOR.\n"
6371
"EDITOR Editor for editing commit messages.\n"
6372
"BZR_PLUGIN_PATH Paths where bzr should look for plugins.\n"
6373
"BZR_DISABLE_PLUGINS Plugins that bzr should not load.\n"
6374
"BZR_PLUGINS_AT Plugins to load from a directory not in "
6375
"BZR_PLUGIN_PATH.\n"
6376
"BZR_HOME Directory holding .bazaar config dir. Overrides HOME.\n"
6377
"BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA "
6380
"BZR_REMOTE_PATH Full name of remote 'bzr' command (for bzr+ssh:// "
6382
"BZR_SSH Path to SSH client, or one of paramiko, openssh, "
6385
"BZR_LOG Location of .bzr.log (use '/dev/null' to suppress log).\n"
6386
"BZR_LOG (Win32) Location of .bzr.log (use 'NUL' to suppress log).\n"
6387
"BZR_COLUMNS Override implicit terminal width.\n"
6388
"BZR_CONCURRENCY Number of processes that can be run concurrently "
6390
"BZR_PROGRESS_BAR Override the progress display. Values are 'none' or "
6392
"BZR_PDB Control whether to launch a debugger on error.\n"
6393
"BZR_SIGQUIT_PDB Control whether SIGQUIT behaves normally or invokes a\n"
6394
" breakin debugger.\n"
6395
"=================== "
6396
"===========================================================\n"
6399
#: dummy/help_topics/env-variables/summary.txt:1
6400
msgid "Environment variable names and values"
6403
#: dummy/help_topics/eol/summary.txt:1
6404
msgid "Information on end-of-line handling"
6407
#: dummy/help_topics/files/detail.txt:1
6411
#: dummy/help_topics/files/detail.txt:3
6413
":On Unix: ~/.bazaar/bazaar.conf\n"
6414
":On Windows: C:\\\\Documents and Settings\\\\username\\\\Application Data\\"
6415
"\\bazaar\\\\2.0\\\\bazaar.conf"
6418
#: dummy/help_topics/files/detail.txt:6
6420
"Contains the user's default configuration. The section ``[DEFAULT]`` is\n"
6421
"used to define general configuration that will be applied everywhere.\n"
6422
"The section ``[ALIASES]`` can be used to create command aliases for\n"
6423
"commonly used options."
6426
#: dummy/help_topics/files/detail.txt:11
6427
msgid "A typical config file might look something like::"
6430
#: dummy/help_topics/files/detail.txt:13
6433
" email=John Doe <jdoe@isp.com>"
6436
#: dummy/help_topics/files/detail.txt:16
6439
" commit = commit --strict\n"
6440
" log10 = log --short -r -10..-1\n"
6443
#: dummy/help_topics/files/summary.txt:1
6444
msgid "Information on configuration and log files"
6447
#: dummy/help_topics/formats/detail.txt:1
6448
msgid "Storage Formats"
6451
#: dummy/help_topics/formats/detail.txt:3
6453
"To ensure that older clients do not access data incorrectly,\n"
6454
"Bazaar's policy is to introduce a new storage format whenever\n"
6455
"new features requiring new metadata are added. New storage\n"
6456
"formats may also be introduced to improve performance and\n"
6460
#: dummy/help_topics/formats/detail.txt:9
6462
"The newest format, 2a, is highly recommended. If your\n"
6463
"project is not using 2a, then you should suggest to the\n"
6464
"project owner to upgrade."
6467
#: dummy/help_topics/formats/detail.txt:13
6473
#: dummy/help_topics/formats/detail.txt:16
6475
" Some of the older formats have two variants:\n"
6476
" a plain one and a rich-root one. The latter include an additional\n"
6477
" field about the root of the tree. There is no performance cost\n"
6478
" for using a rich-root format but you cannot easily merge changes\n"
6479
" from a rich-root format into a plain format. As a consequence,\n"
6480
" moving a project to a rich-root format takes some co-ordination\n"
6481
" in that all contributors need to upgrade their repositories\n"
6482
" around the same time. 2a and all future formats will be\n"
6483
" implicitly rich-root."
6486
#: dummy/help_topics/formats/detail.txt:26
6488
"See :doc:`current-formats-help` for the complete list of\n"
6489
"currently supported formats. See :doc:`other-formats-help` for\n"
6490
"descriptions of any available experimental and deprecated formats.\n"
6493
#: dummy/help_topics/formats/summary.txt:1
6494
msgid "Information on choosing a storage format"
6497
#: dummy/help_topics/global-options/detail.txt:1
6498
msgid "Global Options"
6501
#: dummy/help_topics/global-options/detail.txt:3
6503
"These options may be used with any command, and may appear in front of any\n"
6504
"command. (e.g. ``bzr --profile help``)."
6507
#: dummy/help_topics/global-options/detail.txt:6
6509
"--version Print the version number. Must be supplied before the "
6511
"--no-aliases Do not process command aliases when running this command.\n"
6512
"--builtin Use the built-in version of a command, not the plugin "
6514
" This does not suppress other plugin effects.\n"
6515
"--no-plugins Do not process any plugins.\n"
6516
"--no-l10n Do not translate messages.\n"
6517
"--concurrency Number of processes that can be run concurrently (selftest)."
6520
#: dummy/help_topics/global-options/detail.txt:14
6522
"--profile Profile execution using the hotshot profiler.\n"
6523
"--lsprof Profile execution using the lsprof profiler.\n"
6524
"--lsprof-file Profile execution using the lsprof profiler, and write the\n"
6525
" results to a specified file. If the filename ends with \".txt"
6527
" text format will be used. If the filename either starts "
6529
" \"callgrind.out\" or end with \".callgrind\", the output will "
6531
" formatted for use with KCacheGrind. Otherwise, the output\n"
6532
" will be a pickle.\n"
6533
"--coverage Generate line coverage report in the specified directory."
6536
#: dummy/help_topics/global-options/detail.txt:24
6538
"See http://doc.bazaar.canonical.com/developers/profiling.html for more\n"
6539
"information on profiling."
6542
#: dummy/help_topics/global-options/detail.txt:27
6544
"A number of debug flags are also available to assist troubleshooting and\n"
6545
"development. See :doc:`debug-flags-help`.\n"
6548
#: dummy/help_topics/global-options/summary.txt:1
6549
msgid "Options that control how Bazaar runs"
6552
#: dummy/help_topics/hidden-commands/summary.txt:1
6553
msgid "All hidden commands"
6556
#: dummy/help_topics/hooks/summary.txt:1
6557
msgid "Points at which custom processing can be added"
6560
#: dummy/help_topics/launchpad/detail.txt:1
6561
msgid "Integration with Launchpad.net"
6564
#: dummy/help_topics/launchpad/detail.txt:3
6566
"Launchpad.net provides free Bazaar branch hosting with integrated bug and\n"
6567
"specification tracking."
6570
#: dummy/help_topics/launchpad/detail.txt:6
6572
"The bzr client (through the plugin called 'launchpad') has special\n"
6573
"features to communicate with Launchpad:"
6576
#: dummy/help_topics/launchpad/detail.txt:9
6578
" * The launchpad-login command tells Bazaar your Launchpad user name. "
6580
" is then used by the 'lp:' transport to download your branches using\n"
6584
#: dummy/help_topics/launchpad/detail.txt:13
6586
" * The 'lp:' transport uses Launchpad as a directory service: for "
6588
" 'lp:bzr' and 'lp:python' refer to the main branches of the relevant\n"
6589
" projects and may be branched, logged, etc. You can also use the 'lp:'\n"
6590
" transport to refer to specific branches, e.g. lp:~bzr/bzr/trunk."
6593
#: dummy/help_topics/launchpad/detail.txt:18
6595
" * The 'lp:' bug tracker alias can expand launchpad bug numbers to their\n"
6596
" URLs for use with 'bzr commit --fixes', e.g. 'bzr commit --fixes "
6598
" will record a revision property that marks that revision as fixing\n"
6599
" Launchpad bug 12345. When you push that branch to Launchpad it will\n"
6600
" automatically be linked to the bug report."
6603
#: dummy/help_topics/launchpad/detail.txt:24
6605
" * The register-branch command tells Launchpad about the url of a\n"
6606
" public branch. Launchpad will then mirror the branch, display\n"
6607
" its contents and allow it to be attached to bugs and other\n"
6611
#: dummy/help_topics/launchpad/detail.txt:29
6612
msgid "For more information see http://help.launchpad.net/\n"
6615
#: dummy/help_topics/launchpad/summary.txt:1
6616
msgid "Using Bazaar with Launchpad.net"
6619
#: dummy/help_topics/location-alias/summary.txt:1
6620
msgid "Aliases for remembered locations"
6623
#: dummy/help_topics/log-formats/summary.txt:1
6624
msgid "Details on the logging formats available"
6627
#: dummy/help_topics/other-formats/summary.txt:1
6628
msgid "Experimental and deprecated storage formats"
6631
#: dummy/help_topics/patterns/summary.txt:1
6632
msgid "Information on the pattern syntax"
6635
#: dummy/help_topics/repositories/detail.txt:1
6636
msgid "Repositories"
6639
#: dummy/help_topics/repositories/detail.txt:3
6641
"Repositories in Bazaar are where committed information is stored. There is\n"
6642
"a repository associated with every branch."
6645
#: dummy/help_topics/repositories/detail.txt:6
6647
"Repositories are a form of database. Bzr will usually maintain this for\n"
6648
"good performance automatically, but in some situations (e.g. when doing\n"
6649
"very many commits in a short time period) you may want to ask bzr to\n"
6650
"optimise the database indices. This can be done by the 'bzr pack' command."
6653
#: dummy/help_topics/repositories/detail.txt:11
6655
"By default just running 'bzr init' will create a repository within the new\n"
6656
"branch but it is possible to create a shared repository which allows "
6658
"branches to share their information in the same location. When a new branch "
6660
"created it will first look to see if there is a containing shared repository "
6665
#: dummy/help_topics/repositories/detail.txt:17
6667
"When two branches of the same project share a repository, there is\n"
6668
"generally a large space saving. For some operations (e.g. branching\n"
6669
"within the repository) this translates in to a large time saving."
6672
#: dummy/help_topics/repositories/detail.txt:21
6674
"To create a shared repository use the init-repository command (or the alias\n"
6675
"init-repo). This command takes the location of the repository to create. "
6677
"means that 'bzr init-repository repo' will create a directory named 'repo',\n"
6678
"which contains a shared repository. Any new branches that are created in "
6680
"directory will then use it for storage."
6683
#: dummy/help_topics/repositories/detail.txt:27
6685
"It is a good idea to create a repository whenever you might create more\n"
6686
"than one branch of a project. This is true for both working areas where you\n"
6687
"are doing the development, and any server areas that you use for hosting\n"
6688
"projects. In the latter case, it is common to want branches without working\n"
6689
"trees. Since the files in the branch will not be edited directly there is "
6691
"need to use up disk space for a working tree. To create a repository in "
6693
"the branches will not have working trees pass the '--no-trees' option to\n"
6694
"'init-repository'."
6697
#: dummy/help_topics/repositories/detail.txt:38
6699
" init-repository Create a shared repository. Use --no-trees to create "
6701
" in which new branches won't get a working tree.\n"
6704
#: dummy/help_topics/repositories/summary.txt:1
6705
msgid "Basic information on shared repositories."
6708
#: dummy/help_topics/revisionspec/summary.txt:1
6709
msgid "Explain how to use --revision"
6712
#: dummy/help_topics/rules/summary.txt:1
6713
msgid "Information on defining rule-based preferences"
6716
#: dummy/help_topics/standalone-trees/detail.txt:1
6717
msgid "Standalone Trees"
6720
#: dummy/help_topics/standalone-trees/detail.txt:3
6722
"A standalone tree is a working tree with an associated repository. It\n"
6723
"is an independently usable branch, with no dependencies on any other.\n"
6724
"Creating a standalone tree (via bzr init) is the quickest way to put\n"
6725
"an existing project under version control."
6728
#: dummy/help_topics/standalone-trees/detail.txt:8
6729
msgid "Related Commands::"
6732
#: dummy/help_topics/standalone-trees/detail.txt:10
6733
msgid " init Make a directory into a versioned branch.\n"
6736
#: dummy/help_topics/standalone-trees/summary.txt:1
6737
msgid "Information on what a standalone tree is"
6740
#: dummy/help_topics/standard-options/detail.txt:1
6741
msgid "Standard Options"
6744
#: dummy/help_topics/standard-options/detail.txt:3
6745
msgid "Standard options are legal for all commands."
6748
#: dummy/help_topics/standard-options/detail.txt:5
6750
"--help, -h Show help message.\n"
6751
"--verbose, -v Display more information.\n"
6752
"--quiet, -q Only display errors and warnings."
6755
#: dummy/help_topics/standard-options/detail.txt:9
6756
msgid "Unlike global options, standard options can be used in aliases.\n"
6759
#: dummy/help_topics/standard-options/summary.txt:1
6760
msgid "Options that can be used with any command"
6763
#: dummy/help_topics/status-flags/detail.txt:1
6764
msgid "Status Flags"
6767
#: dummy/help_topics/status-flags/detail.txt:3
6769
"Status flags are used to summarise changes to the working tree in a concise\n"
6770
"manner. They are in the form::"
6773
#: dummy/help_topics/status-flags/detail.txt:6
6774
msgid " xxx <filename>"
6777
#: dummy/help_topics/status-flags/detail.txt:8
6778
msgid "where the columns' meanings are as follows."
6781
#: dummy/help_topics/status-flags/detail.txt:10
6782
msgid "Column 1 - versioning/renames::"
6785
#: dummy/help_topics/status-flags/detail.txt:12
6787
" + File versioned\n"
6788
" - File unversioned\n"
6791
" X File nonexistent (and unknown to bzr)\n"
6792
" C File has conflicts\n"
6793
" P Entry for a pending merge (not a file)"
6796
#: dummy/help_topics/status-flags/detail.txt:20
6797
msgid "Column 2 - contents::"
6800
#: dummy/help_topics/status-flags/detail.txt:22
6804
" K File kind changed\n"
6808
#: dummy/help_topics/status-flags/detail.txt:27
6809
msgid "Column 3 - execute::"
6812
#: dummy/help_topics/status-flags/detail.txt:29
6813
msgid " * The execute bit was changed\n"
6816
#: dummy/help_topics/status-flags/summary.txt:1
6817
msgid "Help on status flags"
6820
#: dummy/help_topics/sync-for-reconfigure/detail.txt:1
6821
msgid "Branches Out of Sync"
6824
#: dummy/help_topics/sync-for-reconfigure/detail.txt:3
6826
"When reconfiguring a checkout, tree or branch into a lightweight checkout,\n"
6827
"a local branch must be destroyed. (For checkouts, this is the local branch\n"
6828
"that serves primarily as a cache.) If the branch-to-be-destroyed does not\n"
6829
"have the same last revision as the new reference branch for the lightweight\n"
6830
"checkout, data could be lost, so Bazaar refuses."
6833
#: dummy/help_topics/sync-for-reconfigure/detail.txt:9
6834
msgid "How you deal with this depends on *why* the branches are out of sync."
6837
#: dummy/help_topics/sync-for-reconfigure/detail.txt:11
6839
"If you have a checkout and have done local commits, you can get back in "
6841
"by running \"bzr update\" (and possibly \"bzr commit\")."
6844
#: dummy/help_topics/sync-for-reconfigure/detail.txt:14
6846
"If you have a branch and the remote branch is out-of-date, you can push\n"
6847
"the local changes using \"bzr push\". If the local branch is out of date, "
6849
"can do \"bzr pull\". If both branches have had changes, you can merge, "
6851
"and then push your changes. If you decide that some of the changes aren't\n"
6852
"useful, you can \"push --overwrite\" or \"pull --overwrite\" instead.\n"
6855
#: dummy/help_topics/sync-for-reconfigure/summary.txt:1
6856
msgid "Steps to resolve \"out-of-sync\" when reconfiguring"
6859
#: dummy/help_topics/topics/summary.txt:1
6863
#: dummy/help_topics/url-special-chars/summary.txt:1
6864
msgid "Special character handling in URLs"
6867
#: dummy/help_topics/urlspec/summary.txt:1
6868
msgid "Supported transport protocols"
6871
#: dummy/help_topics/working-trees/detail.txt:1
6872
msgid "Working Trees"
6875
#: dummy/help_topics/working-trees/detail.txt:3
6877
"A working tree is the contents of a branch placed on disk so that you can\n"
6878
"see the files and edit them. The working tree is where you make changes to "
6880
"branch, and when you commit the current state of the working tree is the\n"
6881
"snapshot that is recorded in the commit."
6884
#: dummy/help_topics/working-trees/detail.txt:8
6886
"When you push a branch to a remote system, a working tree will not be\n"
6887
"created. If one is already present the files will not be updated. The\n"
6888
"branch information will be updated and the working tree will be marked\n"
6889
"as out-of-date. Updating a working tree remotely is difficult, as there\n"
6890
"may be uncommitted changes or the update may cause content conflicts that "
6892
"difficult to deal with remotely."
6895
#: dummy/help_topics/working-trees/detail.txt:15
6897
"If you have a branch with no working tree you can use the 'checkout' "
6899
"to create a working tree. If you run 'bzr checkout .' from the branch it "
6901
"create the working tree. If the branch is updated remotely, you can update "
6903
"working tree by running 'bzr update' in that directory."
6906
#: dummy/help_topics/working-trees/detail.txt:20
6908
"If you have a branch with a working tree that you do not want the 'remove-"
6910
"command will remove the tree if it is safe. This can be done to avoid the\n"
6911
"warning about the remote working tree not being updated when pushing to the\n"
6912
"branch. It can also be useful when working with a '--no-trees' repository\n"
6913
"(see 'bzr help repositories')."
6916
#: dummy/help_topics/working-trees/detail.txt:26
6918
"If you want to have a working tree on a remote machine that you push to you\n"
6919
"can either run 'bzr update' in the remote branch after each push, or use "
6921
"other method to update the tree during the push. There is an 'rspush' "
6923
"that will update the working tree using rsync as well as doing a push. "
6925
"is also a 'push-and-update' plugin that automates running 'bzr update' via "
6930
#: dummy/help_topics/working-trees/detail.txt:33
6931
msgid "Useful commands::"
6934
#: dummy/help_topics/working-trees/detail.txt:35
6936
" checkout Create a working tree when a branch does not have one.\n"
6937
" remove-tree Removes the working tree from a branch when it is safe to do "
6939
" update When a working tree is out of sync with its associated "
6941
" this will update the tree to match the branch.\n"
6944
#: dummy/help_topics/working-trees/summary.txt:1
6945
msgid "Information on working trees"
6948
#: en/help_topics/authentication.txt:1
6950
"Authentication Settings\n"
6951
"======================="
6954
#: en/help_topics/authentication.txt:4
6961
#: en/help_topics/authentication.txt:8
6963
"Many different authentication policies can be described in the\n"
6964
"``authentication.conf`` file but a particular user should need only a few\n"
6965
"definitions to cover his needs without having to specify a user and a "
6967
"for every branch he uses."
6970
#: en/help_topics/authentication.txt:13
6972
"The definitions found in this file are used to find the credentials to use "
6974
"a given url. The same credentials can generally be used for as many branches "
6976
"possible by grouping their declaration around the remote servers that need\n"
6977
"them. It's even possible to declare credentials that will be used by "
6982
#: en/help_topics/authentication.txt:19
6984
"The intent is to make this file as small as possible to minimize maintenance."
6987
#: en/help_topics/authentication.txt:21
6989
"Once the relevant credentials are declared in this file you may use branch "
6991
"without embedding passwords (security hazard) or even users (enabling "
6993
"of your urls with others)."
6996
#: en/help_topics/authentication.txt:25
6997
msgid "Instead of using::"
7000
#: en/help_topics/authentication.txt:27
7001
msgid " bzr branch ftp://joe:secret@host.com/path/to/my/branch"
7004
#: en/help_topics/authentication.txt:29
7005
msgid "you simply use::"
7008
#: en/help_topics/authentication.txt:31
7009
msgid " bzr branch ftp://host.com/path/to/my/branch"
7012
#: en/help_topics/authentication.txt:33
7013
msgid "provided you have created the following ``authentication.conf`` file::"
7016
#: en/help_topics/authentication.txt:35
7022
" password=secret\n"
7026
#: en/help_topics/authentication.txt:42
7028
"Authentication definitions\n"
7029
"--------------------------"
7032
#: en/help_topics/authentication.txt:45
7034
"There are two kinds of authentication used by the various schemes supported "
7039
#: en/help_topics/authentication.txt:48
7040
msgid "1. user and password"
7043
#: en/help_topics/authentication.txt:50
7045
"``FTP`` needs a (``user``, ``password``) to authenticate against a ``host``\n"
7046
"``SFTP`` can use either a password or a host key to authenticate. However,\n"
7047
"ssh agents are a better, more secure solution. So we have chosen to not "
7049
"our own less secure method."
7052
#: en/help_topics/authentication.txt:55
7053
msgid "2. user, realm and password"
7056
#: en/help_topics/authentication.txt:57
7058
"``HTTP`` and ``HTTPS`` needs a (``user, realm, password``) to authenticate\n"
7059
"against a host. But, by using ``.htaccess`` files, for example, it is "
7061
"to define several (``user, realm, password``) for a given ``host``. So what "
7063
"really needed is (``user``, ``password``, ``host``, ``path``). The ``realm`` "
7065
"not taken into account in the definitions, but will displayed if bzr "
7067
"you for a password."
7070
#: en/help_topics/authentication.txt:64
7072
"``HTTP proxy`` can be handled as ``HTTP`` (or ``HTTPS``) by explicitly\n"
7073
"specifying the appropriate port."
7076
#: en/help_topics/authentication.txt:67
7078
"To take all schemes into account, the password will be deduced from a set "
7080
"authentication definitions (``scheme``, ``host``, ``port``, ``path``, "
7085
#: en/help_topics/authentication.txt:71
7087
" * ``scheme``: can be empty (meaning the rest of the definition can be "
7089
" for any scheme), ``SFTP`` and ``bzr+ssh`` should not be used here, "
7091
" should be used instead since this is the real scheme regarding\n"
7095
#: en/help_topics/authentication.txt:76
7096
msgid " * ``host``: can be empty (to act as a default for any host),"
7099
#: en/help_topics/authentication.txt:78
7101
" * ``port`` can be empty (useful when an host provides several servers for "
7103
" same scheme), only numerical values are allowed, this should be used "
7105
" when the server uses a port different than the scheme standard port,"
7108
#: en/help_topics/authentication.txt:82
7109
msgid " * ``path``: can be empty (FTP or SFTP will never user it),"
7112
#: en/help_topics/authentication.txt:84
7114
" * ``user``: can be empty (``bzr`` will defaults to python's\n"
7115
" ``getpass.get_user()``),"
7118
#: en/help_topics/authentication.txt:87
7120
" * ``password``: can be empty if you prefer to always be prompted for your\n"
7124
#: en/help_topics/authentication.txt:90
7126
"Multiple definitions can be provided and, for a given URL, bzr will select "
7128
"(``user`` [, ``password``]) based on the following rules :"
7131
#: en/help_topics/authentication.txt:93
7132
msgid " 1. the first match wins,"
7135
#: en/help_topics/authentication.txt:95
7136
msgid " 2. empty fields match everything,"
7139
#: en/help_topics/authentication.txt:97
7141
" 3. ``scheme`` matches even if decorators are used in the requested URL,"
7144
#: en/help_topics/authentication.txt:99
7146
" 4. ``host`` matches exactly or act as a domain if it starts with '.'\n"
7147
" (``project.bzr.sf.net`` will match ``.bzr.sf.net`` but ``projectbzr.sf."
7149
" will not match ``bzr.sf.net``)."
7152
#: en/help_topics/authentication.txt:103
7154
" 5. ``port`` matches if included in the requested URL (exact matches only)"
7157
#: en/help_topics/authentication.txt:105
7159
" 6. ``path`` matches if included in the requested URL (and by rule #2 "
7161
" empty paths will match any provided path)."
7164
#: en/help_topics/authentication.txt:110
7170
#: en/help_topics/authentication.txt:113
7172
"The general rules for :doc:`configuration files <configuration-help>`\n"
7173
"apply except for the variable policies."
7176
#: en/help_topics/authentication.txt:116
7177
msgid "Each section describes an authentication definition."
7180
#: en/help_topics/authentication.txt:118
7182
"The section name is an arbitrary string, only the ``DEFAULT`` value is "
7184
"and should appear as the *last* section."
7187
#: en/help_topics/authentication.txt:121
7188
msgid "Each section should define:"
7191
#: en/help_topics/authentication.txt:123
7192
msgid "* ``user``: the login to be used,"
7195
#: en/help_topics/authentication.txt:125
7196
msgid "Each section could define:"
7199
#: en/help_topics/authentication.txt:127
7200
msgid "* ``host``: the remote server,"
7203
#: en/help_topics/authentication.txt:129
7204
msgid "* ``port``: the port the server is listening,"
7207
#: en/help_topics/authentication.txt:131
7208
msgid "* ``path``: the branch location,"
7211
#: en/help_topics/authentication.txt:133
7212
msgid "* ``password``: the password."
7215
#: en/help_topics/authentication.txt:135
7222
#: en/help_topics/authentication.txt:139
7225
"Personal projects hosted outside\n"
7226
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
7229
#: en/help_topics/authentication.txt:143
7231
"All connections are done with the same ``user`` (the remote one for which "
7233
"default bzr one is not appropriate) and the password is always prompted "
7238
#: en/help_topics/authentication.txt:147
7240
" # Pet projects on hobby.net\n"
7242
" host=r.hobby.net\n"
7244
" password=obvious1234\n"
7251
" password=1essobV10us\n"
7254
" # Our local user is barbaz, on all remote sites we're known as "
7259
#: en/help_topics/authentication.txt:164
7262
"Source hosting provider\n"
7263
"~~~~~~~~~~~~~~~~~~~~~~~"
7266
#: en/help_topics/authentication.txt:168
7267
msgid "In the shp.net (fictitious) domain, each project has its own site::"
7270
#: en/help_topics/authentication.txt:170
7272
" [shpnet domain]\n"
7273
" # we use sftp, but ssh is the scheme used for authentication\n"
7275
" # The leading '.' ensures that 'shp.net' alone doesn't match\n"
7278
" # bzr don't support supplying a password for sftp,\n"
7279
" # consider using an ssh agent if you don't want to supply\n"
7280
" # a password interactively. (pageant, ssh-agent, etc)"
7283
#: en/help_topics/authentication.txt:180
7285
"HTTPS, SFTP servers and their proxy\n"
7286
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
7289
#: en/help_topics/authentication.txt:183
7291
"At company.com, the server hosting release and integration branches is "
7293
"proxy, and the two branches use different authentication policies::"
7296
#: en/help_topics/authentication.txt:186
7298
" [reference code]\n"
7300
" host=dev.company.com\n"
7306
#: en/help_topics/authentication.txt:193
7308
" # development branches on dev server\n"
7310
" scheme=ssh # bzr+ssh and sftp are available here\n"
7311
" host=dev.company.com\n"
7312
" path=/dev/integration\n"
7318
" host=proxy.company.com\n"
7320
" user=proxyuser1\n"
7321
" password=proxypass1"
7324
#: en/help_topics/authentication.txt:208
7327
"Planned enhancements\n"
7328
"--------------------"
7331
#: en/help_topics/authentication.txt:212
7333
"The following are not yet implemented but planned as parts of a work in\n"
7337
#: en/help_topics/authentication.txt:215
7338
msgid "* add a ``password_encoding`` field allowing:"
7341
#: en/help_topics/authentication.txt:217
7343
" - storing the passwords in various obfuscating encodings (base64 for one),"
7346
#: en/help_topics/authentication.txt:219
7347
msgid " - delegate password storage to plugins (.netrc for example)."
7350
#: en/help_topics/authentication.txt:221
7352
"* update the credentials when the user is prompted for user or password,"
7355
#: en/help_topics/authentication.txt:223
7356
msgid "* add a ``verify_certificates`` field for ``HTTPS``."
7359
#: en/help_topics/authentication.txt:225
7361
"The ``password_encoding`` and ``verify_certificates`` fields are recognized "
7363
"ignored in the actual implementation.\n"
7366
#: en/help_topics/bugs.txt:1
7367
msgid "Bug Tracker Settings"
7370
#: en/help_topics/bugs.txt:3
7372
"When making a commit, metadata about bugs fixed by that change can be\n"
7373
"recorded by using the ``--fixes`` option. For each bug marked as fixed, an\n"
7374
"entry is included in the 'bugs' revision property stating '<url> <status>'.\n"
7375
"(The only ``status`` value currently supported is ``fixed.``)"
7378
#: en/help_topics/bugs.txt:8
7380
"The ``--fixes`` option allows you to specify a bug tracker and a bug "
7382
"rather than a full URL. This looks like::"
7385
#: en/help_topics/bugs.txt:11
7386
msgid " bzr commit --fixes <tracker>:<id>"
7389
#: en/help_topics/bugs.txt:13
7393
#: en/help_topics/bugs.txt:15
7394
msgid " bzr commit --fixes <id>"
7397
#: en/help_topics/bugs.txt:17
7399
"where \"<tracker>\" is an identifier for the bug tracker, and \"<id>\" is "
7401
"identifier for that bug within the bugtracker, usually the bug number.\n"
7402
"If \"<tracker>\" is not specified the ``bugtracker`` set in the branch\n"
7403
"or global configuration is used."
7406
#: en/help_topics/bugs.txt:22
7408
"Bazaar knows about a few bug trackers that have many users. If\n"
7409
"you use one of these bug trackers then there is no setup required to\n"
7410
"use this feature, you just need to know the tracker identifier to use.\n"
7411
"These are the bugtrackers that are built in:"
7414
#: en/help_topics/bugs.txt:27
7416
" ============================ ============ ============\n"
7417
" URL Abbreviation Example\n"
7418
" ============================ ============ ============\n"
7419
" https://bugs.launchpad.net/ lp lp:12345\n"
7420
" http://bugs.debian.org/ deb deb:12345\n"
7421
" http://bugzilla.gnome.org/ gnome gnome:12345\n"
7422
" ============================ ============ ============"
7425
#: en/help_topics/bugs.txt:35
7427
"For the bug trackers not listed above configuration is required.\n"
7428
"Support for generating the URLs for any project using Bugzilla or Trac\n"
7429
"is built in, along with a template mechanism for other bugtrackers with\n"
7430
"simple URL schemes. If your bug tracker can't be described by one\n"
7431
"of the schemes described below then you can write a plugin to support\n"
7435
#: en/help_topics/bugs.txt:42
7437
"If you use Bugzilla or Trac, then you only need to set a configuration\n"
7438
"variable which contains the base URL of the bug tracker. These options\n"
7439
"can go into ``bazaar.conf``, ``branch.conf`` or into a branch-specific\n"
7440
"configuration section in ``locations.conf``. You can set up these values\n"
7441
"for each of the projects you work on."
7444
#: en/help_topics/bugs.txt:48
7446
"Note: As you provide a short name for each tracker, you can specify one or\n"
7447
"more bugs in one or more trackers at commit time if you wish."
7450
#: en/help_topics/bugs.txt:51
7456
#: en/help_topics/bugs.txt:54
7457
msgid "Use ``bzr commit --fixes lp:2`` to record that this commit fixes bug 2."
7460
#: en/help_topics/bugs.txt:56
7462
"bugzilla_<tracker>_url\n"
7463
"----------------------"
7466
#: en/help_topics/bugs.txt:59
7468
"If present, the location of the Bugzilla bug tracker referred to by\n"
7469
"<tracker>. This option can then be used together with ``bzr commit\n"
7470
"--fixes`` to mark bugs in that tracker as being fixed by that commit. For\n"
7474
#: en/help_topics/bugs.txt:64
7475
msgid " bugzilla_squid_url = http://bugs.squid-cache.org"
7478
#: en/help_topics/bugs.txt:66
7480
"would allow ``bzr commit --fixes squid:1234`` to mark Squid's bug 1234 as\n"
7484
#: en/help_topics/bugs.txt:69
7486
"trac_<tracker>_url\n"
7487
"------------------"
7490
#: en/help_topics/bugs.txt:72
7492
"If present, the location of the Trac instance referred to by\n"
7493
"<tracker>. This option can then be used together with ``bzr commit\n"
7494
"--fixes`` to mark bugs in that tracker as being fixed by that commit. For\n"
7498
#: en/help_topics/bugs.txt:77
7499
msgid " trac_twisted_url = http://www.twistedmatrix.com/trac"
7502
#: en/help_topics/bugs.txt:79
7504
"would allow ``bzr commit --fixes twisted:1234`` to mark Twisted's bug 1234 "
7509
#: en/help_topics/bugs.txt:82
7511
"bugtracker_<tracker>_url\n"
7512
"------------------------"
7515
#: en/help_topics/bugs.txt:85
7517
"If present, the location of a generic bug tracker instance referred to by\n"
7518
"<tracker>. The location must contain an ``{id}`` placeholder,\n"
7519
"which will be replaced by a specific bug ID. This option can then be used\n"
7520
"together with ``bzr commit --fixes`` to mark bugs in that tracker as being\n"
7521
"fixed by that commit. For example::"
7524
#: en/help_topics/bugs.txt:91
7525
msgid " bugtracker_python_url = http://bugs.python.org/issue{id}"
7528
#: en/help_topics/bugs.txt:93
7530
"would allow ``bzr commit --fixes python:1234`` to mark bug 1234 in Python's\n"
7531
"Roundup bug tracker as fixed, or::"
7534
#: en/help_topics/bugs.txt:96
7536
" bugtracker_cpan_url = http://rt.cpan.org/Public/Bug/Display.html?id={id}"
7539
#: en/help_topics/bugs.txt:98
7541
"would allow ``bzr commit --fixes cpan:1234`` to mark bug 1234 in CPAN's\n"
7542
"RT bug tracker as fixed, or::"
7545
#: en/help_topics/bugs.txt:101
7546
msgid " bugtracker_hudson_url = http://issues.hudson-ci.org/browse/{id}"
7549
#: en/help_topics/bugs.txt:103
7551
"would allow ``bzr commit --fixes hudson:HUDSON-1234`` to mark bug "
7553
"in Hudson's JIRA bug tracker as fixed.\n"
7556
#: en/help_topics/commands.txt:1
7558
"add Add specified files or directories.\n"
7559
"alias Set/unset and display aliases.\n"
7560
"annotate Show the origin of each line in a file.\n"
7561
"bash-completion Generate a shell function for bash command line "
7563
" [bash_completion]\n"
7564
"bd-do Run a command in an exported package, copying the result\n"
7565
" back. [builddeb]\n"
7566
"bind Convert the current branch into a checkout of the "
7569
"branch Create a new branch that is a copy of an existing "
7571
"branch-history Display the development history of a branch. [bzrtools]\n"
7572
"branches Scan a location for branches [bzrtools]\n"
7573
"break-lock Break a dead lock.\n"
7574
"bug-url Print full URL to a specific bug, or open it in your\n"
7575
" browser. [qbzr]\n"
7576
"builddeb Builds a Debian package from a branch. [builddeb]\n"
7577
"cat Write the contents of a file as of a given revision to\n"
7578
" standard output.\n"
7579
"cbranch Create a new checkout, associated with a new repository\n"
7580
" branch. [bzrtools]\n"
7581
"cdiff A color version of bzr's diff [bzrtools]\n"
7582
"check Validate working tree structure, branch consistency and\n"
7583
" repository history.\n"
7584
"checkout Create a new checkout of an existing branch.\n"
7585
"clean-tree Remove unwanted files from working tree.\n"
7586
"commit Commit changes into a new revision.\n"
7587
"config Display, set or remove a configuration option.\n"
7588
"conflict-diff Compare a conflicted file against BASE. [bzrtools]\n"
7589
"conflicts List files with conflicts.\n"
7590
"create-mirror Create a mirror of another branch. [bzrtools]\n"
7591
"deleted List files deleted in the working tree.\n"
7592
"dep3-patch Format the changes in a branch as a DEP-3 patch. "
7594
"dh-make Helps you create a new package. [builddeb]\n"
7595
"diff Show differences in the working tree, between revisions "
7598
"explorer Desktop application for Bazaar. [explorer]\n"
7599
"export Export current or past revision to a destination "
7602
"fetch-ghosts Attempt to retrieve ghosts from another branch. "
7604
"graph-ancestry Produce ancestry graphs using dot. [bzrtools]\n"
7605
"grep Print lines matching PATTERN for specified files and\n"
7606
" revisions. [grep]\n"
7607
"heads Show all revisions in a repository not having "
7610
"help Show help on a command or other topic.\n"
7611
"ignore Ignore specified files or patterns.\n"
7612
"ignored List ignored files and the patterns that matched them.\n"
7613
"import Import sources from a directory, tarball or zip file\n"
7615
"import-dsc Import a series of source packages. [builddeb]\n"
7616
"import-upstream Imports an upstream tarball. [builddeb]\n"
7617
"info Show information about a working tree, branch or "
7619
"init Make a directory into a versioned branch.\n"
7620
"init-repository Create a shared repository for branches to share storage\n"
7622
"init-workspace Start a new workspace. [explorer]\n"
7623
"join Combine a tree into its containing tree.\n"
7624
"launchpad-login Show or set the Launchpad user ID. [launchpad]\n"
7625
"launchpad-mirror Ask Launchpad to mirror a branch now. [launchpad]\n"
7626
"launchpad-open Open a Launchpad branch page in your web browser.\n"
7628
"link-tree Hardlink matching files to another tree. [bzrtools]\n"
7629
"log Show historical log for a branch or subset of a branch.\n"
7630
"lp-find-proposal Find the proposal to merge this revision. [launchpad]\n"
7631
"lp-propose-merge Propose merging a branch on Launchpad. [launchpad]\n"
7632
"ls List files in a tree.\n"
7633
"mark-uploaded Mark that this branch has been uploaded, prior to "
7636
"merge Perform a three-way merge.\n"
7637
"merge-package Merges source packaging branch into target packaging "
7640
"merge-upstream Merges a new upstream version into the current branch.\n"
7642
"missing Show unmerged/unpulled revisions between two branches.\n"
7643
"mkdir Create a new versioned directory.\n"
7644
"multi-pull Pull all the branches under a location, e.g. a "
7647
"mv Move or rename a file.\n"
7648
"nick Print or set the branch nickname.\n"
7649
"pack Compress the data within a repository.\n"
7650
"patch Apply a named patch to the current tree. [bzrtools]\n"
7651
"plugins List the installed plugins.\n"
7652
"pull Turn this branch into a mirror of another branch.\n"
7653
"push Update a mirror of this branch.\n"
7654
"qadd GUI for adding files or directories. [qbzr]\n"
7655
"qannotate Show the origin of each line in a file. [qbzr]\n"
7656
"qbind Convert the current branch into a checkout of the "
7659
"qbranch Create a new copy of a branch. [qbzr]\n"
7660
"qbrowse Show inventory or working tree. [qbzr]\n"
7661
"qcat View the contents of a file as of a given revision. "
7663
"qcommit GUI for committing revisions. [qbzr]\n"
7664
"qconfig Configure Bazaar and QBzr. [qbzr]\n"
7665
"qconflicts Show conflicts. [qbzr]\n"
7666
"qdiff Show differences in working tree in a GUI window. [qbzr]\n"
7667
"qexport Export current or past revision to a destination "
7669
" or archive. [qbzr]\n"
7670
"qgetnew Creates a new working tree (either a checkout or full\n"
7671
" branch). [qbzr]\n"
7672
"qgetupdates Fetches external changes into the working tree. [qbzr]\n"
7673
"qinfo Shows information about the current location. [qbzr]\n"
7674
"qinit Initializes a new branch or shared repository. [qbzr]\n"
7675
"qinit-workspace Start a new workspace using a GUI. [explorer]\n"
7676
"qlog Show log of a repository, branch, file, or directory in a "
7679
"qmerge Perform a three-way merge. [qbzr]\n"
7680
"qplugins Show information about installed plugins. [qbzr]\n"
7681
"qpull Turn this branch into a mirror of another branch. [qbzr]\n"
7682
"qpush Update a mirror of this branch. [qbzr]\n"
7683
"qrevert Revert changes files. [qbzr]\n"
7684
"qrun Run arbitrary bzr command. [qbzr]\n"
7685
"qsend Mail or create a merge-directive for submitting changes.\n"
7687
"qshelve Shelve selected changes away. [qbzr]\n"
7688
"qswitch Set the branch of a checkout and update. [qbzr]\n"
7689
"qtag Edit tags. [qbzr]\n"
7690
"qunbind Convert the current checkout into a regular branch. "
7692
"quncommit Move the tip of a branch to an earlier revision. [qbzr]\n"
7693
"qunshelve Restore shalved changes. [qbzr]\n"
7694
"qupdate Update working tree with latest changes in the branch.\n"
7696
"qverify-signatures Shows digital signature statuses for branch commits "
7698
"qversion Show version/system information. [qbzr]\n"
7699
"qviewer Simple file viewer. [qbzr]\n"
7700
"reconcile Reconcile bzr metadata in a branch.\n"
7701
"reconfigure Reconfigure the type of a bzr directory.\n"
7702
"register-branch Register a branch with launchpad.net. [launchpad]\n"
7703
"remerge Redo a merge.\n"
7704
"remove Remove files or directories.\n"
7705
"remove-branch Remove a branch.\n"
7706
"remove-tree Remove the working tree from a given branch/checkout.\n"
7707
"renames Show list of renamed files.\n"
7708
"resolve Mark a conflict as resolved.\n"
7709
"revert Revert files to a previous revision.\n"
7710
"revno Show current revision number.\n"
7711
"root Show the tree root directory.\n"
7712
"rspush Upload this branch to another location using rsync.\n"
7714
"send Mail or create a merge-directive for submitting changes.\n"
7715
"serve Run the bzr server.\n"
7716
"shelf1 Perform various operations on your shelved patches. See "
7718
" shelve1. [bzrtools]\n"
7719
"shell Begin an interactive shell tailored for bzr. [bzrtools]\n"
7720
"shelve Temporarily set aside some changes from the current "
7722
"shelve1 Temporarily set aside some changes from the current "
7725
"sign-my-commits Sign all commits by a given committer.\n"
7726
"split Split a subdirectory of a tree into a separate tree.\n"
7727
"status Display status summary.\n"
7728
"switch Set the branch of a checkout and update.\n"
7729
"tag Create, remove or modify a tag naming a revision.\n"
7731
"testament Show testament (signing-form) of a revision.\n"
7732
"trees Scan a location for trees [bzrtools]\n"
7733
"unbind Convert the current checkout into a regular branch.\n"
7734
"uncommit Remove the last committed revision.\n"
7735
"unshelve Restore shelved changes.\n"
7736
"unshelve1 Restore shelved changes. [bzrtools]\n"
7737
"update Update a tree to have the latest code committed to its\n"
7739
"upgrade Upgrade a repository, branch or working tree to a newer\n"
7741
"verify-signatures Verify all commit signatures.\n"
7742
"version Show version of bzr.\n"
7743
"version-info Show version information about this tree.\n"
7744
"view Manage filtered views.\n"
7745
"whoami Show or set bzr user id.\n"
7746
"zap Remove a lightweight checkout, if it can be done safely.\n"
7750
#: en/help_topics/configuration.txt:1
7752
"Configuration Settings\n"
7753
"======================="
7756
#: en/help_topics/configuration.txt:4
7758
"Environment settings\n"
7759
"---------------------"
7762
#: en/help_topics/configuration.txt:7
7764
"While most configuration is handled by configuration files, some options\n"
7765
"which may be semi-permanent can also be controlled through the environment."
7768
#: en/help_topics/configuration.txt:10
7774
#: en/help_topics/configuration.txt:13
7775
msgid "Override the email id used by Bazaar. Typical format::"
7778
#: en/help_topics/configuration.txt:15
7779
msgid " \"John Doe <jdoe@example.com>\""
7782
#: en/help_topics/configuration.txt:17
7783
msgid "See also the ``email`` configuration option."
7786
#: en/help_topics/configuration.txt:19
7788
"BZR_PROGRESS_BAR\n"
7792
#: en/help_topics/configuration.txt:22
7794
"Override the progress display. Possible values are \"none\" or \"text\". "
7796
"the value is \"none\" then no progress bar is displayed. The value \"text\" "
7798
"the ordinary command line progress bar."
7801
#: en/help_topics/configuration.txt:26
7807
#: en/help_topics/configuration.txt:29
7808
msgid "Control whether SIGQUIT behaves normally or invokes a breakin debugger."
7811
#: en/help_topics/configuration.txt:31
7813
"* 0 = Standard SIGQUIT behavior (normally, exit with a core dump)\n"
7814
"* 1 = Invoke breakin debugger (default)"
7817
#: en/help_topics/configuration.txt:34
7823
#: en/help_topics/configuration.txt:37
7824
msgid "Override the home directory used by Bazaar."
7827
#: en/help_topics/configuration.txt:39
7833
#: en/help_topics/configuration.txt:42
7834
msgid "Select a different SSH implementation."
7837
#: en/help_topics/configuration.txt:44
7843
#: en/help_topics/configuration.txt:47
7844
msgid "Control whether to launch a debugger on error."
7847
#: en/help_topics/configuration.txt:49
7849
"* 0 = Standard behavior\n"
7850
"* 1 = Launch debugger"
7853
#: en/help_topics/configuration.txt:52
7859
#: en/help_topics/configuration.txt:55
7860
msgid "Path to the Bazaar executable to use when using the bzr+ssh protocol."
7863
#: en/help_topics/configuration.txt:57
7864
msgid "See also the ``bzr_remote_path`` configuration option."
7867
#: en/help_topics/configuration.txt:59
7873
#: en/help_topics/configuration.txt:62
7874
msgid "Path to the editor Bazaar should use for commit messages, etc."
7877
#: en/help_topics/configuration.txt:64
7883
#: en/help_topics/configuration.txt:67
7885
"Location of the Bazaar log file. You can check the current location by\n"
7886
"running ``bzr version``."
7889
#: en/help_topics/configuration.txt:70
7891
"The log file contains debug information that is useful for diagnosing or\n"
7892
"reporting problems with Bazaar."
7895
#: en/help_topics/configuration.txt:73
7897
"Setting this to ``NUL`` on Windows or ``/dev/null`` on other platforms\n"
7898
"will disable logging."
7901
#: en/help_topics/configuration.txt:76
7908
#: en/help_topics/configuration.txt:80
7910
"The path to the plugins directory that Bazaar should use.\n"
7911
"If not set, Bazaar will search for plugins in:"
7914
#: en/help_topics/configuration.txt:83
7915
msgid "* the user specific plugin directory (containing the ``user`` plugins),"
7918
#: en/help_topics/configuration.txt:85
7919
msgid "* the bzrlib directory (containing the ``core`` plugins),"
7922
#: en/help_topics/configuration.txt:87
7924
"* the site specific plugin directory if applicable (containing\n"
7925
" the ``site`` plugins)."
7928
#: en/help_topics/configuration.txt:90
7930
"If ``BZR_PLUGIN_PATH`` is set in any fashion, it will change the\n"
7931
"the way the plugin are searched. "
7934
#: en/help_topics/configuration.txt:93
7936
"As for the ``PATH`` variables, if multiple directories are\n"
7937
"specified in ``BZR_PLUGIN_PATH`` they should be separated by the\n"
7938
"platform specific appropriate character (':' on Unix,\n"
7942
#: en/help_topics/configuration.txt:98
7944
"By default if ``BZR_PLUGIN_PATH`` is set, it replaces searching\n"
7945
"in ``user``. However it will continue to search in ``core`` and\n"
7946
"``site`` unless they are explicitly removed."
7949
#: en/help_topics/configuration.txt:102
7951
"If you need to change the order or remove one of these\n"
7952
"directories, you should use special values:"
7955
#: en/help_topics/configuration.txt:105
7957
"* ``-user``, ``-core``, ``-site`` will remove the corresponding\n"
7958
" path from the default values,"
7961
#: en/help_topics/configuration.txt:108
7963
"* ``+user``, ``+core``, ``+site`` will add the corresponding path\n"
7964
" before the remaining default values (and also remove it from\n"
7965
" the default values)."
7968
#: en/help_topics/configuration.txt:112
7970
"Note that the special values 'user', 'core' and 'site' should be\n"
7971
"used literally, they will be substituted by the corresponding,\n"
7972
"platform specific, values."
7975
#: en/help_topics/configuration.txt:116
7977
"The examples below use ':' as the separator, windows users\n"
7981
#: en/help_topics/configuration.txt:119
7982
msgid "Overriding the default user plugin directory::"
7985
#: en/help_topics/configuration.txt:121
7986
msgid " BZR_PLUGIN_PATH='/path/to/my/other/plugins'"
7989
#: en/help_topics/configuration.txt:123
7990
msgid "Disabling the site directory while retaining the user directory::"
7993
#: en/help_topics/configuration.txt:125
7994
msgid " BZR_PLUGIN_PATH='-site:+user'"
7997
#: en/help_topics/configuration.txt:127
7998
msgid "Disabling all plugins (better achieved with --no-plugins)::"
8001
#: en/help_topics/configuration.txt:129
8002
msgid " BZR_PLUGIN_PATH='-user:-core:-site'"
8005
#: en/help_topics/configuration.txt:131
8006
msgid "Overriding the default site plugin directory::"
8009
#: en/help_topics/configuration.txt:133
8010
msgid " BZR_PLUGIN_PATH='/path/to/my/site/plugins:-site':+user"
8013
#: en/help_topics/configuration.txt:135
8015
"BZR_DISABLE_PLUGINS\n"
8016
"~~~~~~~~~~~~~~~~~~~"
8019
#: en/help_topics/configuration.txt:138
8021
"Under special circumstances (mostly when trying to diagnose a\n"
8022
"bug), it's better to disable a plugin (or several) rather than\n"
8023
"uninstalling them completely. Such plugins can be specified in\n"
8024
"the ``BZR_DISABLE_PLUGINS`` environment variable."
8027
#: en/help_topics/configuration.txt:143
8029
"In that case, ``bzr`` will stop loading the specified plugins and\n"
8030
"will raise an import error if they are explicitly imported (by\n"
8031
"another plugin that depends on them for example)."
8034
#: en/help_topics/configuration.txt:147
8035
msgid "Disabling ``myplugin`` and ``yourplugin`` is achieved by::"
8038
#: en/help_topics/configuration.txt:149
8039
msgid " BZR_DISABLE_PLUGINS='myplugin:yourplugin'"
8042
#: en/help_topics/configuration.txt:151
8048
#: en/help_topics/configuration.txt:154
8050
"When adding a new feature or working on a bug in a plugin,\n"
8051
"developers often need to use a specific version of a given\n"
8052
"plugin. Since python requires that the directory containing the\n"
8053
"code is named like the plugin itself this make it impossible to\n"
8054
"use arbitrary directory names (using a two-level directory scheme\n"
8055
"is inconvenient). ``BZR_PLUGINS_AT`` allows such directories even\n"
8056
"if they don't appear in ``BZR_PLUGIN_PATH`` ."
8059
#: en/help_topics/configuration.txt:162
8061
"Plugins specified in this environment variable takes precedence\n"
8062
"over the ones in ``BZR_PLUGIN_PATH``."
8065
#: en/help_topics/configuration.txt:165
8067
"The variable specified a list of ``plugin_name@plugin path``,\n"
8068
"``plugin_name`` being the name of the plugin as it appears in\n"
8069
"python module paths, ``plugin_path`` being the path to the\n"
8070
"directory containing the plugin code itself\n"
8071
"(i.e. ``plugins/myplugin`` not ``plugins``). Use ':' as the list\n"
8072
"separator, use ';' on windows."
8075
#: en/help_topics/configuration.txt:172
8081
#: en/help_topics/configuration.txt:175
8083
"Using a specific version of ``myplugin``:\n"
8084
"``BZR_PLUGINS_AT='myplugin@/home/me/bugfixes/123456-myplugin``"
8087
#: en/help_topics/configuration.txt:178
8093
#: en/help_topics/configuration.txt:181
8094
msgid "The path where Bazaar should look for shell plugin external commands."
8097
#: en/help_topics/configuration.txt:183
8100
"http_proxy, https_proxy\n"
8101
"~~~~~~~~~~~~~~~~~~~~~~~"
8104
#: en/help_topics/configuration.txt:187
8105
msgid "Specifies the network proxy for outgoing connections, for example::"
8108
#: en/help_topics/configuration.txt:189
8110
" http_proxy=http://proxy.example.com:3128/ \n"
8111
" https_proxy=http://proxy.example.com:3128/"
8114
#: en/help_topics/configuration.txt:192
8117
"Configuration files\n"
8118
"-------------------"
8121
#: en/help_topics/configuration.txt:196
8127
#: en/help_topics/configuration.txt:199
8129
"Configuration files are located in ``$HOME/.bazaar`` on Unix and\n"
8130
"``C:\\Documents and Settings\\<username>\\Application Data\\Bazaar\\2.0`` "
8132
"Windows. (You can check the location for your system by using\n"
8136
#: en/help_topics/configuration.txt:204
8137
msgid "There are three primary configuration files in this location:"
8140
#: en/help_topics/configuration.txt:206
8141
msgid "* ``bazaar.conf`` describes default configuration options,"
8144
#: en/help_topics/configuration.txt:208
8146
"* ``locations.conf`` describes configuration information for\n"
8147
" specific branch locations,"
8150
#: en/help_topics/configuration.txt:211
8152
"* ``authentication.conf`` describes credential information for\n"
8156
#: en/help_topics/configuration.txt:214
8158
"Each branch can also contain a configuration file that sets values specific\n"
8159
"to that branch. This file is found at ``.bzr/branch/branch.conf`` within "
8161
"branch. This file is visible to all users of a branch, if you wish to "
8163
"one of the values for a branch with a setting that is specific to you then "
8165
"can do so in ``locations.conf``."
8168
#: en/help_topics/configuration.txt:220
8174
#: en/help_topics/configuration.txt:223
8176
"An ini file has three types of contructs: section headers, section\n"
8177
"variables and comments."
8180
#: en/help_topics/configuration.txt:226
8186
#: en/help_topics/configuration.txt:229
8188
"A comment is any line that starts with a \"#\" (sometimes called a \"hash\n"
8189
"mark\", \"pound sign\" or \"number sign\"). Comment lines are ignored by\n"
8190
"Bazaar when parsing ini files."
8193
#: en/help_topics/configuration.txt:233
8199
#: en/help_topics/configuration.txt:236
8201
"A section header is a word enclosed in brackets that starts at the begining\n"
8202
"of a line. A typical section header looks like this::"
8205
#: en/help_topics/configuration.txt:239
8209
#: en/help_topics/configuration.txt:241
8211
"The only valid section headers for bazaar.conf currently are [DEFAULT] and\n"
8212
"[ALIASES]. Section headers are case sensitive. The default section provides "
8214
"setting variables which can be overridden with the branch config file."
8217
#: en/help_topics/configuration.txt:245
8219
"For ``locations.conf``, the variables from the section with the\n"
8220
"longest matching section header are used to the exclusion of other\n"
8221
"potentially valid section headers. A section header uses the path for\n"
8222
"the branch as the section header. Some examples include::"
8225
#: en/help_topics/configuration.txt:250
8227
" [http://mybranches.isp.com/~jdoe/branchdir]\n"
8228
" [/home/jdoe/branches/]"
8231
#: en/help_topics/configuration.txt:253
8234
"Section variables\n"
8238
#: en/help_topics/configuration.txt:257
8240
"A section variable resides within a section. A section variable contains a\n"
8241
"variable name, an equals sign and a value. For example::"
8244
#: en/help_topics/configuration.txt:260
8246
" email = John Doe <jdoe@isp.com>\n"
8247
" gpg_signing_key = Amy Pond <amy@example.com>"
8250
#: en/help_topics/configuration.txt:263
8252
"A variable can reference other variables **in the same configuration file** "
8254
"enclosing them in curly brackets::"
8257
#: en/help_topics/configuration.txt:266
8259
" my_branch_name = feature_x\n"
8260
" my_server = bzr+ssh://example.com\n"
8261
" push_location = {my_server}/project/{my_branch_name}"
8264
#: en/help_topics/configuration.txt:270
8267
"Variable policies\n"
8271
#: en/help_topics/configuration.txt:274
8273
"Variables defined in a section affect the named directory or URL plus\n"
8274
"any locations they contain. Policies can be used to change how a\n"
8275
"variable value is interpreted for contained locations. Currently\n"
8276
"there are three policies available:"
8279
#: en/help_topics/configuration.txt:279
8282
" the value is interpreted the same for contained locations. This is\n"
8283
" the default behaviour.\n"
8285
" the value is only used for the exact location specified by the\n"
8288
" for contained locations, any additional path components are\n"
8289
" appended to the value."
8292
#: en/help_topics/configuration.txt:289
8294
"Policies are specified by keys with names of the form \"$var:policy\".\n"
8295
"For example, to define the push location for a tree of branches, the\n"
8296
"following could be used::"
8299
#: en/help_topics/configuration.txt:293
8301
" [/top/location]\n"
8302
" push_location = sftp://example.com/location\n"
8303
" push_location:policy = appendpath"
8306
#: en/help_topics/configuration.txt:297
8308
"With this configuration, the push location for ``/top/location/branch1``\n"
8309
"would be ``sftp://example.com/location/branch1``."
8312
#: en/help_topics/configuration.txt:300
8315
"The main configuration file, bazaar.conf\n"
8316
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
8319
#: en/help_topics/configuration.txt:304
8321
"``bazaar.conf`` allows two sections: ``[DEFAULT]`` and ``[ALIASES]``.\n"
8322
"The default section contains the default\n"
8323
"configuration options for all branches. The default section can be\n"
8324
"overriden by providing a branch-specific section in ``locations.conf``."
8327
#: en/help_topics/configuration.txt:309
8328
msgid "A typical ``bazaar.conf`` section often looks like the following::"
8331
#: en/help_topics/configuration.txt:311
8334
" email = John Doe <jdoe@isp.com>\n"
8335
" editor = /usr/bin/vim\n"
8336
" create_signatures = when-required"
8339
#: en/help_topics/configuration.txt:316
8342
"The branch location configuration file, locations.conf\n"
8343
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
8346
#: en/help_topics/configuration.txt:320
8348
"``locations.conf`` allows one to specify overriding settings for\n"
8349
"a specific branch. The format is almost identical to the default section in\n"
8350
"bazaar.conf with one significant change: The section header, instead of "
8352
"default, will be the path to a branch that you wish to override a value\n"
8353
"for. The '?' and '*' wildcards are supported::"
8356
#: en/help_topics/configuration.txt:326
8358
" [/home/jdoe/branches/nethack]\n"
8359
" email = Nethack Admin <nethack@nethack.com>"
8362
#: en/help_topics/configuration.txt:329
8364
" [http://hypothetical.site.com/branches/devel-branch]\n"
8365
" create_signatures = always"
8368
#: en/help_topics/configuration.txt:332
8370
"The authentication configuration file, authentication.conf\n"
8371
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
8374
#: en/help_topics/configuration.txt:335
8376
"``authentication.conf`` allows one to specify credentials for\n"
8377
"remote servers. This can be used for all the supported transports and any "
8379
"of bzr that requires authentication (smtp for example)."
8382
#: en/help_topics/configuration.txt:339
8384
"The syntax of the file obeys the same rules as the others except for the\n"
8385
"variable policies which don't apply."
8388
#: en/help_topics/configuration.txt:342
8390
"For more information on the possible uses of the authentication "
8392
"file see :doc:`authentication-help`."
8395
#: en/help_topics/configuration.txt:345
8398
"Common variable options\n"
8399
"-----------------------"
8402
#: en/help_topics/configuration.txt:349
8408
#: en/help_topics/configuration.txt:352
8410
"A comma-separated list of debugging options to turn on. The same values\n"
8411
"can be used as with the -D command-line option (see `help global-options`).\n"
8415
#: en/help_topics/configuration.txt:356
8416
msgid " debug_flags = hpss"
8419
#: en/help_topics/configuration.txt:360
8420
msgid " debug_flags = hpss,evil"
8423
#: en/help_topics/configuration.txt:362
8429
#: en/help_topics/configuration.txt:365
8431
"The email address to use when committing a branch. Typically takes the form\n"
8435
#: en/help_topics/configuration.txt:368
8436
msgid " email = Full Name <account@hostname.tld>"
8439
#: en/help_topics/configuration.txt:370
8445
#: en/help_topics/configuration.txt:373
8447
"The path of the editor that you wish to use if *bzr commit* is run without\n"
8448
"a commit message. This setting is trumped by the environment variable\n"
8449
"``BZR_EDITOR``, and overrides the ``VISUAL`` and ``EDITOR`` environment\n"
8453
#: en/help_topics/configuration.txt:378
8459
#: en/help_topics/configuration.txt:381
8461
"The default log format to use. Standard log formats are ``long``, ``short``\n"
8462
"and ``line``. Additional formats may be provided by plugins. The default\n"
8463
"value is ``long``."
8466
#: en/help_topics/configuration.txt:385
8468
"check_signatures\n"
8472
#: en/help_topics/configuration.txt:388
8474
"Reserved for future use. These options will allow a policy for branches to\n"
8475
"require signatures."
8478
#: en/help_topics/configuration.txt:391
8481
" The gnupg signature for revisions must be present and must be valid."
8484
#: en/help_topics/configuration.txt:394
8487
" Do not check gnupg signatures of revisions."
8490
#: en/help_topics/configuration.txt:397
8493
" (default) If gnupg signatures for revisions are present, check them.\n"
8494
" Bazaar will fail if it finds a bad signature, but will not fail if\n"
8495
" no signature is present."
8498
#: en/help_topics/configuration.txt:402
8500
"create_signatures\n"
8504
#: en/help_topics/configuration.txt:405
8506
"Defines the behaviour of signing revisions on commits. By default bzr will "
8511
#: en/help_topics/configuration.txt:408
8514
" Sign every new revision that is committed. If the signing fails then "
8516
" commit will not be made."
8519
#: en/help_topics/configuration.txt:412
8522
" Reserved for future use."
8525
#: en/help_topics/configuration.txt:415
8528
" Reserved for future use."
8531
#: en/help_topics/configuration.txt:418
8533
"In future it is planned that ``when-required`` will sign newly\n"
8534
"committed revisions only when the branch requires them. ``never`` will "
8536
"to sign newly committed revisions, even if the branch requires signatures."
8539
#: en/help_topics/configuration.txt:422
8541
"dirstate.fdatasync\n"
8542
"~~~~~~~~~~~~~~~~~~"
8545
#: en/help_topics/configuration.txt:425
8547
"If true (default), working tree metadata changes are flushed through the\n"
8548
"OS buffers to physical disk. This is somewhat slower, but means data\n"
8549
"should not be lost if the machine crashes. See also repository.fdatasync."
8552
#: en/help_topics/configuration.txt:429
8558
#: en/help_topics/configuration.txt:432
8560
"The GnuPG user identity to use when signing commits. Can be an e-mail\n"
8561
"address, key fingerprint or full key ID. When unset or when set to\n"
8562
"\"default\" Bazaar will use the user e-mail set with ``whoami``."
8565
#: en/help_topics/configuration.txt:436
8571
#: en/help_topics/configuration.txt:439
8573
"Only useful in ``locations.conf``. Defines whether or not the\n"
8574
"configuration for this section applies to subdirectories:"
8577
#: en/help_topics/configuration.txt:442
8580
" (default) This section applies to subdirectories as well."
8583
#: en/help_topics/configuration.txt:445
8586
" This section only applies to the branch at this directory and not\n"
8587
" branches below it."
8590
#: en/help_topics/configuration.txt:449
8592
"gpg_signing_command\n"
8593
"~~~~~~~~~~~~~~~~~~~"
8596
#: en/help_topics/configuration.txt:452
8598
"(Default: \"gpg\"). Which program should be used to sign and check "
8603
#: en/help_topics/configuration.txt:455
8604
msgid " gpg_signing_command = /usr/bin/gnpg"
8607
#: en/help_topics/configuration.txt:457
8609
"The specified command must accept the options \"--clearsign\" and \"-u "
8613
#: en/help_topics/configuration.txt:459
8619
#: en/help_topics/configuration.txt:462
8621
"(Default: \"bzr\"). The path to the command that should be used to run the "
8623
"server for bzr. This value may only be specified in locations.conf, because:"
8626
#: en/help_topics/configuration.txt:465
8628
"- it's needed before branch.conf is accessible\n"
8629
"- allowing remote branch.conf files to specify commands would be a security\n"
8633
#: en/help_topics/configuration.txt:469
8634
msgid "It is overridden by the BZR_REMOTE_PATH environment variable."
8637
#: en/help_topics/configuration.txt:471
8643
#: en/help_topics/configuration.txt:474
8645
"(Default: \"localhost\"). SMTP server to use when Bazaar needs to send\n"
8646
"email, eg. with ``merge-directive --mail-to``, or the bzr-email plugin."
8649
#: en/help_topics/configuration.txt:477
8651
"smtp_username, smtp_password\n"
8652
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
8655
#: en/help_topics/configuration.txt:480
8657
"User and password to authenticate to the SMTP server. If smtp_username\n"
8658
"is set, and smtp_password is not, Bazaar will prompt for a password.\n"
8659
"These settings are only needed if the SMTP server requires authentication\n"
8663
#: en/help_topics/configuration.txt:485
8665
"locks.steal_dead\n"
8669
#: en/help_topics/configuration.txt:488
8671
"If set to true, bzr will automatically break locks held by processes from\n"
8672
"the same machine and user that are no longer alive. Otherwise, it will\n"
8673
"print a message and you can break the lock manually, if you are satisfied\n"
8674
"the object is no longer in use."
8677
#: en/help_topics/configuration.txt:493
8683
#: en/help_topics/configuration.txt:496
8685
"A mail client to use for sending merge requests.\n"
8686
"By default, bzr will try to use ``mapi`` on Windows. On other platforms, "
8688
"will try ``xdg-email``. If either of these fails, it will fall back to\n"
8692
#: en/help_topics/configuration.txt:501
8693
msgid "Supported values for specific clients:"
8696
#: en/help_topics/configuration.txt:503
8698
":claws: Use Claws. This skips a dialog for attaching files.\n"
8699
":evolution: Use Evolution.\n"
8700
":kmail: Use KMail.\n"
8701
":mutt: Use Mutt.\n"
8702
":thunderbird: Use Mozilla Thunderbird or Icedove. For Thunderbird/Icedove "
8704
" this works around some bugs that xdg-email doesn't handle."
8707
#: en/help_topics/configuration.txt:510
8708
msgid "Supported generic values are:"
8711
#: en/help_topics/configuration.txt:512
8713
":default: See above.\n"
8714
":editor: Use your editor to compose the merge request. This also uses\n"
8715
" your commit id, (see ``bzr whoami``), smtp_server and (optionally)\n"
8716
" smtp_username and smtp_password.\n"
8717
":mapi: Use your preferred e-mail client on Windows.\n"
8718
":xdg-email: Use xdg-email to run your preferred mail program"
8721
#: en/help_topics/configuration.txt:519
8723
"repository.fdatasync\n"
8724
"~~~~~~~~~~~~~~~~~~~~"
8727
#: en/help_topics/configuration.txt:522
8729
"If true (default), repository changes are flushed through the OS buffers\n"
8730
"to physical disk. This is somewhat slower, but means data should not be\n"
8731
"lost if the machine crashes. See also dirstate.fdatasync."
8734
#: en/help_topics/configuration.txt:526
8740
#: en/help_topics/configuration.txt:529
8742
"The branch you intend to submit your current work to. This is "
8744
"set by ``bzr send``, and is also used by the ``submit:`` revision spec. "
8746
"should usually be set on a per-branch or per-location basis."
8749
#: en/help_topics/configuration.txt:533
8755
#: en/help_topics/configuration.txt:536
8757
"A publically-accessible version of this branch (implying that this version "
8759
"not publically-accessible). Used (and set) by ``bzr send``."
8762
#: en/help_topics/configuration.txt:539
8764
"suppress_warnings\n"
8768
#: en/help_topics/configuration.txt:542
8770
"A list of strings, each string represent a warning that can be emitted by\n"
8771
"bzr. Mentioning a warning in this list tells bzr to not emit it."
8774
#: en/help_topics/configuration.txt:545
8775
msgid "Valid values:"
8778
#: en/help_topics/configuration.txt:547
8780
"* ``format_deprecation``:\n"
8781
" whether the format deprecation warning is shown on repositories that "
8783
" using deprecated formats."
8786
#: en/help_topics/configuration.txt:551
8792
#: en/help_topics/configuration.txt:554
8794
"A format name for the default format used when creating branches. See "
8796
"help formats`` for possible values."
8799
#: en/help_topics/configuration.txt:557
8806
#: en/help_topics/configuration.txt:561
8812
#: en/help_topics/configuration.txt:564
8814
"A Python unicode encoding name for text output from bzr, such as log\n"
8815
"information. Values include: utf8, cp850, ascii, iso-8859-1. The default\n"
8816
"is the terminal encoding prefered by the operating system."
8819
#: en/help_topics/configuration.txt:568
8822
"Branch type specific options\n"
8823
"----------------------------"
8826
#: en/help_topics/configuration.txt:572
8828
"These options apply only to branches that use the ``dirstate-tags`` or\n"
8829
"later format. They\n"
8830
"are usually set in ``.bzr/branch/branch.conf`` automatically, but may be\n"
8831
"manually set in ``locations.conf`` or ``bazaar.conf``."
8834
#: en/help_topics/configuration.txt:577
8836
"append_revisions_only\n"
8837
"~~~~~~~~~~~~~~~~~~~~~"
8840
#: en/help_topics/configuration.txt:580
8842
"If set to \"True\" then revisions can only be appended to the log, not\n"
8843
"removed. A branch with this setting enabled can only pull from another\n"
8844
"branch if the other branch's log is a longer version of its own. This is\n"
8845
"normally set by ``bzr init --append-revisions-only``. If you set it\n"
8846
"manually, use either 'True' or 'False' (case-sensitive) to maintain\n"
8847
"compatibility with previous bzr versions (older than 2.2)."
8850
#: en/help_topics/configuration.txt:587
8856
#: en/help_topics/configuration.txt:590
8858
"If present, the location of the default branch for pull or merge. This "
8860
"is normally set when creating a branch, the first ``pull`` or by ``pull\n"
8864
#: en/help_topics/configuration.txt:594
8870
#: en/help_topics/configuration.txt:597
8872
"If present, the location of the default branch for push. This option\n"
8873
"is normally set by the first ``push`` or ``push --remember``."
8876
#: en/help_topics/configuration.txt:600
8882
#: en/help_topics/configuration.txt:603
8884
"If present, defines the ``--strict`` option default value for checking\n"
8885
"uncommitted changes before pushing."
8888
#: en/help_topics/configuration.txt:606
8894
#: en/help_topics/configuration.txt:609
8896
"If present, defines the ``--strict`` option default value for checking\n"
8897
"uncommitted changes before pushing into a different VCS without any\n"
8898
"custom bzr metadata."
8901
#: en/help_topics/configuration.txt:613
8907
#: en/help_topics/configuration.txt:616
8909
"The location that commits should go to when acting as a checkout.\n"
8910
"This option is normally set by ``bind``."
8913
#: en/help_topics/configuration.txt:619
8919
#: en/help_topics/configuration.txt:622
8921
"If set to \"True\", the branch should act as a checkout, and push each "
8923
"the bound_location. This option is normally set by ``bind``/``unbind``."
8926
#: en/help_topics/configuration.txt:625
8932
#: en/help_topics/configuration.txt:628
8934
"If present, defines the ``--strict`` option default value for checking\n"
8935
"uncommitted changes before sending a merge directive."
8938
#: en/help_topics/configuration.txt:631
8940
"add.maximum_file_size\n"
8941
"~~~~~~~~~~~~~~~~~~~~~"
8944
#: en/help_topics/configuration.txt:634
8946
"Defines the maximum file size the command line \"add\" operation will allow\n"
8947
"in recursive mode, with files larger than this value being skipped. You "
8949
"specify this value as an integer (in which case it is interpreted as "
8951
"or you may specify the value using SI units, i.e. 10KB, 20MB, 1G. A value of "
8953
"will disable skipping."
8956
#: en/help_topics/configuration.txt:640
8958
"External Merge Tools\n"
8959
"--------------------"
8962
#: en/help_topics/configuration.txt:643
8964
"bzr.mergetool.<name>\n"
8965
"~~~~~~~~~~~~~~~~~~~~"
8968
#: en/help_topics/configuration.txt:646
8970
"Defines an external merge tool called <name> with the given command-line.\n"
8971
"Arguments containing spaces should be quoted using single or double quotes. "
8973
"executable may omit its path if it can be found on the PATH."
8976
#: en/help_topics/configuration.txt:650
8978
"The following markers can be used in the command-line to substitute "
8980
"involved in the merge conflict::"
8983
#: en/help_topics/configuration.txt:653
8985
" {base} file.BASE\n"
8986
" {this} file.THIS\n"
8987
" {other} file.OTHER\n"
8988
" {result} output file\n"
8989
" {this_temp} temp copy of file.THIS, used to overwrite output file if "
8994
#: en/help_topics/configuration.txt:662
8995
msgid " bzr.mergetool.kdiff3 = kdiff3 {base} {this} {other} -o {result}"
8998
#: en/help_topics/configuration.txt:664
9000
"bzr.default_mergetool\n"
9001
"~~~~~~~~~~~~~~~~~~~~~"
9004
#: en/help_topics/configuration.txt:667
9006
"Specifies which external merge tool (as defined above) should be selected "
9008
"default in tools such as ``bzr qconflicts``."
9011
#: en/help_topics/configuration.txt:672
9012
msgid " bzr.default_mergetool = kdiff3\n"
9015
#: en/help_topics/conflict-types.txt:1
9021
#: en/help_topics/conflict-types.txt:4
9023
"Some operations, like merge, revert and pull, modify the contents of your\n"
9024
"working tree. These modifications are programmatically generated, and so "
9026
"may conflict with the current state of your working tree. "
9029
#: en/help_topics/conflict-types.txt:8
9031
"When conflicts are present in your working tree (as shown by ``bzr\n"
9032
"conflicts``), you should resolve them and then inform bzr that the "
9034
"have been resolved."
9037
#: en/help_topics/conflict-types.txt:12
9039
"Resolving conflicts is sometimes not obvious. Either because the user that\n"
9040
"should resolve them is not the one responsible for their occurrence, as is "
9042
"case when merging other people's work or because some conflicts are "
9044
"in a way that is not easy to understand."
9047
#: en/help_topics/conflict-types.txt:17
9049
"Bazaar tries to avoid conflicts ; its aim is to ask you to resolve the\n"
9050
"conflict if and only if there's an actual conceptual conflict in the source\n"
9051
"tree. Because Bazaar doesn't understand the real meaning of the files "
9053
"versioned, it can, when faced with ambiguities, fall short in either "
9055
"trying to resolve the conflict itself. Many kinds of changes can be "
9057
"programmatically, but sometimes only a human can determine the right thing "
9062
#: en/help_topics/conflict-types.txt:25
9064
"When Bazaar generates a conflict, it adds information into the working tree "
9066
"present the conflicting versions, and it's up to you to find the correct\n"
9070
#: en/help_topics/conflict-types.txt:29
9071
msgid "Whatever the conflict is, resolving it is roughly done in two steps:"
9074
#: en/help_topics/conflict-types.txt:31
9076
"1. Modify the working tree content so that the conflicted item is now in "
9078
" state you want to keep, then"
9081
#: en/help_topics/conflict-types.txt:34
9083
"2. Inform Bazaar that the conflict is now solved and ask to cleanup any\n"
9084
" remaining generated information (``bzr resolve <item>``)."
9087
#: en/help_topics/conflict-types.txt:37
9089
"For most conflict types, there are some obvious ways to modify the working\n"
9090
"tree and put it into the desired state. For some types of conflicts, Bazaar\n"
9091
"itself already made a choice, when possible."
9094
#: en/help_topics/conflict-types.txt:41
9096
"Yet, whether Bazaar makes a choice or not, there are some other simple but\n"
9097
"different ways to resolve the conflict."
9100
#: en/help_topics/conflict-types.txt:44
9102
"Each type of conflict is explained below, and the action which must be done "
9104
"resolve the conflict is outlined."
9107
#: en/help_topics/conflict-types.txt:47
9109
"Various actions are available depending on the kind of conflict, for some "
9111
"these actions, Bazaar can provide some help. In the end you should at least\n"
9112
"inform Bazaar that you're done with the conflict with::"
9115
#: en/help_topics/conflict-types.txt:51
9116
msgid " ``bzr resolve FILE --action=done'"
9119
#: en/help_topics/conflict-types.txt:53
9121
"Note that this is the default action when a single file is involved so you "
9126
#: en/help_topics/conflict-types.txt:56
9127
msgid " ``bzr resolve FILE``"
9130
#: en/help_topics/conflict-types.txt:58
9131
msgid "See ``bzr help resolve`` for more details."
9134
#: en/help_topics/conflict-types.txt:60
9140
#: en/help_topics/conflict-types.txt:63
9141
msgid "Typical message::"
9144
#: en/help_topics/conflict-types.txt:65
9145
msgid " Text conflict in FILE"
9148
#: en/help_topics/conflict-types.txt:67
9150
"These are produced when a text merge cannot completely reconcile two sets "
9152
"text changes. Bazaar will emit files for each version with the extensions\n"
9153
"THIS, OTHER, and BASE. THIS is the version of the file from the target "
9155
"i.e. the tree that you are merging changes into. OTHER is the version that "
9157
"are merging into the target. BASE is an older version that is used as a "
9162
#: en/help_topics/conflict-types.txt:74
9164
"In the main copy of the file, Bazaar will include all the changes that it\n"
9165
"could reconcile, and any un-reconciled conflicts are surrounded by\n"
9166
"\"herringbone\" markers like ``<<<<<<<``."
9169
#: en/help_topics/conflict-types.txt:78
9171
"Say the initial text is \"The project leader released it.\", and THIS "
9173
"to \"Martin Pool released it.\", while OTHER modifies it to \"The project "
9175
"released Bazaar.\" A conflict would look like this::"
9178
#: en/help_topics/conflict-types.txt:82
9181
" Martin Pool released it.\n"
9183
" The project leader released Bazaar.\n"
9184
" >>>>>>> MERGE-SOURCE"
9187
#: en/help_topics/conflict-types.txt:88
9188
msgid "The correct resolution would be \"Martin Pool released Bazaar.\""
9191
#: en/help_topics/conflict-types.txt:90
9193
"You can handle text conflicts either by editing the main copy of the file,\n"
9194
"or by invoking external tools on the THIS, OTHER and BASE versions. It's\n"
9195
"worth mentioning that resolving text conflicts rarely involves picking one\n"
9196
"set of changes over the other (but see below when you encounter these\n"
9197
"cases). More often, the two sets of changes must be intelligently combined."
9200
#: en/help_topics/conflict-types.txt:96
9202
"If you edit the main copy, be sure to remove the herringbone markers. When\n"
9203
"you are done editing, the file should look like it never had a conflict, and "
9208
#: en/help_topics/conflict-types.txt:100
9210
"When you have resolved text conflicts, just run ``bzr resolve --auto``, and\n"
9211
"Bazaar will auto-detect which conflicts you have resolved."
9214
#: en/help_topics/conflict-types.txt:103
9216
"When the conflict is resolved, Bazaar deletes the previously generated\n"
9217
"``.BASE``, ``.THIS`` and ``.OTHER`` files if they are still present in the\n"
9221
#: en/help_topics/conflict-types.txt:107
9224
"When you want to pick one set of changes over the other, you can use ``bzr\n"
9225
"resolve`` with one of the following actions:"
9228
#: en/help_topics/conflict-types.txt:111
9230
"* ``--action=take-this`` will issue ``mv FILE.THIS FILE``,\n"
9231
"* ``--action=take-other`` will issue ``mv FILE.OTHER FILE``."
9234
#: en/help_topics/conflict-types.txt:114
9236
"Note that if you have modified ``FILE.THIS`` or ``FILE.OTHER``, these\n"
9237
"modifications will be taken into account."
9240
#: en/help_topics/conflict-types.txt:117
9242
"Content conflicts\n"
9246
#: en/help_topics/conflict-types.txt:122
9247
msgid " Contents conflict in FILE"
9250
#: en/help_topics/conflict-types.txt:124
9252
"This conflict happens when there are conflicting changes in the working "
9254
"and the merge source, but the conflicted items are not text files. They "
9256
"be binary files, or symlinks, or directories. It can even happen with "
9258
"that are deleted on one side, and modified on the other."
9261
#: en/help_topics/conflict-types.txt:129
9263
"Like text conflicts, Bazaar will emit THIS, OTHER and BASE files. (They may "
9265
"regular files, symlinks or directories). But it will not include a \"main "
9267
"of the file with herringbone conflict markers. It will appear that the "
9269
"copy\" has been renamed to THIS or OTHER."
9272
#: en/help_topics/conflict-types.txt:134
9274
"To resolve that kind of conflict, you should rebuild FILE from either "
9276
"or a combination of both."
9279
#: en/help_topics/conflict-types.txt:137
9280
msgid "``bzr resolve`` recognizes the following actions:"
9283
#: en/help_topics/conflict-types.txt:139
9285
"* ``--action=take-this`` will issue ``bzr mv FILE.THIS FILE``,\n"
9286
"* ``--action=take-other`` will issue ``bzr mv FILE.OTHER FILE``,\n"
9287
"* ``--action=done`` will just mark the conflict as resolved."
9290
#: en/help_topics/conflict-types.txt:143
9292
"Any action will also delete the previously generated ``.BASE``, ``.THIS`` "
9294
"``.OTHER`` files if they are still present in the working tree."
9297
#: en/help_topics/conflict-types.txt:146
9299
"Bazaar cannot auto-detect when conflicts of this kind have been resolved."
9302
#: en/help_topics/conflict-types.txt:148
9308
#: en/help_topics/conflict-types.txt:153
9310
" Conflicting tags:\n"
9314
#: en/help_topics/conflict-types.txt:156
9316
"When pulling from or pushing to another branch, Bazaar informs you about "
9318
"that conflict between the two branches; that is the same tag points to two\n"
9319
"different revisions. You need not resolve these conflicts, but subsequent\n"
9320
"uses of pull or push will result in the same message."
9323
#: en/help_topics/conflict-types.txt:161
9325
"To resolve the conflict, you must apply the correct tags to either the "
9327
"branch or the source branch as appropriate. Use \"bzr tags --show-ids -d\n"
9328
"SOURCE_URL\" to see the tags in the source branch. If you want to make the\n"
9329
"target branch's tags match the source branch, then in the target branch do\n"
9330
"``bzr tag --force -r revid:REVISION_ID CONFLICTING_TAG`` for each of the\n"
9331
"CONFLICTING_TAGs, where REVISION_ID comes from the list of tags in the "
9333
"branch. You need not call \"bzr resolve\" after doing this. To resolve in\n"
9334
"favor of the target branch, you need to similarly use ``tag --force`` in "
9336
"source branch. (Note that pulling or pushing using --overwrite will "
9338
"all tags as well.)"
9341
#: en/help_topics/conflict-types.txt:172
9347
#: en/help_topics/conflict-types.txt:177
9348
msgid " Conflict adding file FILE. Moved existing file to FILE.moved."
9351
#: en/help_topics/conflict-types.txt:179
9353
"Sometimes Bazaar will attempt to create a file using a pathname that has\n"
9354
"already been used. The existing file will be renamed to \"FILE.moved\". "
9357
#: en/help_topics/conflict-types.txt:187
9359
"* ``--action=take-this`` will issue ``bzr rm FILE ; bzr mv FILE.moved "
9361
"* ``--action=take-other`` will issue ``bzr rm FILE.moved``,\n"
9362
"* ``--action=done`` will just mark the conflict as resolved."
9365
#: en/help_topics/conflict-types.txt:191
9367
"Note that you must get rid of FILE.moved before using ``--action=done``."
9370
#: en/help_topics/conflict-types.txt:195
9372
"Unversioned parent\n"
9373
"------------------"
9376
#: en/help_topics/conflict-types.txt:200
9377
msgid " Conflict because FILE is not versioned, but has versioned children."
9380
#: en/help_topics/conflict-types.txt:202
9382
"Sometimes Bazaar will attempt to create a file whose parent directory is "
9384
"versioned. This happens when the directory has been deleted in the target,\n"
9385
"but has a new child in the source, or vice versa. In this situation, "
9387
"will version the parent directory as well. Resolving this issue depends\n"
9388
"very much on the particular scenario. You may wish to rename or delete "
9390
"the file or the directory. When you are satisfied, you can run \"bzr "
9392
"FILE\" to mark the conflict as resolved."
9395
#: en/help_topics/conflict-types.txt:210
9401
#: en/help_topics/conflict-types.txt:215
9402
msgid " Conflict adding files to FILE. Created directory."
9405
#: en/help_topics/conflict-types.txt:217
9407
"This happens when a directory has been deleted in the target, but has new\n"
9408
"children in the source. This is similar to the \"unversioned parent\" "
9410
"except that the parent directory does not *exist*, instead of just being\n"
9411
"unversioned. In this situation, Bazaar will create the missing parent.\n"
9412
"Resolving this issue depends very much on the particular scenario."
9415
#: en/help_topics/conflict-types.txt:223
9417
"To resolve that kind of conflict, you should either remove or rename the\n"
9418
"children or the directory or a combination of both."
9421
#: en/help_topics/conflict-types.txt:228
9423
"* ``--action=take-this`` will issue ``bzr rm directory`` including the\n"
9425
"* ``--action=take-other`` will acknowledge Bazaar choice to keep the "
9427
" and restoring the directory,\n"
9428
"* ``--action=done`` will just mark the conflict as resolved."
9431
#: en/help_topics/conflict-types.txt:236
9437
#: en/help_topics/conflict-types.txt:241
9438
msgid " Conflict: can't delete DIR because it is not empty. Not deleting."
9441
#: en/help_topics/conflict-types.txt:243
9443
"This is the opposite of \"missing parent\". A directory is deleted in the\n"
9444
"source, but has new children in the target (either because a directory\n"
9445
"deletion is merged or because the merge introduce new children). Bazaar\n"
9446
"will retain the directory. Resolving this issue depends very much on the\n"
9447
"particular scenario."
9450
#: en/help_topics/conflict-types.txt:254
9452
"* ``--action=take-this`` will acknowledge Bazaar choice to keep the "
9456
#: en/help_topics/conflict-types.txt:256
9458
"* ``--action=take-other`` will issue ``bzr rm directory`` including the \n"
9462
#: en/help_topics/conflict-types.txt:259
9463
msgid "* ``--action=done`` will just mark the conflict as resolved."
9466
#: en/help_topics/conflict-types.txt:261
9468
"Note that when merging a directory deletion, if unversioned files are\n"
9469
"present, they become potential orphans has they don't have a directory\n"
9473
#: en/help_topics/conflict-types.txt:265
9475
"Handling such orphans, *before* the conflict is created, is controlled by\n"
9476
"setting the ``bzr.transform.orphan_policy`` configuration option."
9479
#: en/help_topics/conflict-types.txt:268
9480
msgid "There are two possible values for this option:"
9483
#: en/help_topics/conflict-types.txt:270
9485
"* ``conflict`` (the default): will leave the orphans in place and\n"
9486
" generate a conflicts,"
9489
#: en/help_topics/conflict-types.txt:273
9491
"* ``move``: will move the orphans to a ``bzr-orphans`` directory at the "
9493
" of the working tree with names like ``<file>.~#~``."
9496
#: en/help_topics/conflict-types.txt:278
9502
#: en/help_topics/conflict-types.txt:283
9503
msgid " Path conflict: PATH1 / PATH2"
9506
#: en/help_topics/conflict-types.txt:285
9508
"This happens when the source and target have each modified the name or "
9510
"directory of a file. Bazaar will use the path elements from the source."
9513
#: en/help_topics/conflict-types.txt:288
9515
"To resolve that kind of conflict, you just have to decide what name should "
9517
"retained for the file involved."
9520
#: en/help_topics/conflict-types.txt:293
9522
"* ``--action=take-this`` will revert Bazaar choice and keep ``PATH1`` by\n"
9523
" issuing ``bzr mv PATH2 PATH1``,\n"
9524
"* ``--action=take-other`` will acknowledge Bazaar choice of keeping "
9526
"* ``--action=done`` will just mark the conflict as resolved."
9529
#: en/help_topics/conflict-types.txt:300
9535
#: en/help_topics/conflict-types.txt:305
9536
msgid " Conflict moving FILE into DIRECTORY. Cancelled move."
9539
#: en/help_topics/conflict-types.txt:307
9541
"This happens when the source and the target have each moved directories, so\n"
9542
"that, if the change could be applied, a directory would be contained by "
9547
#: en/help_topics/conflict-types.txt:311
9550
" $ bzr mkdir white\n"
9551
" $ bzr mkdir black\n"
9552
" $ bzr commit -m \"BASE\"\n"
9553
" $ bzr branch . ../other\n"
9554
" $ bzr mv white black\n"
9555
" $ bzr commit -m \"THIS\"\n"
9556
" $ bzr mv ../other/black ../other/white\n"
9557
" $ bzr commit ../other -m \"OTHER\"\n"
9558
" $ bzr merge ../other"
9561
#: en/help_topics/conflict-types.txt:322
9563
"In this situation, Bazaar will cancel the move, and leave ``white`` in\n"
9564
"``black``. To resolve that kind of conflict, you just have to decide what\n"
9565
"name should be retained for the directories involved."
9568
#: en/help_topics/conflict-types.txt:328
9570
"* ``--action=take-this`` will acknowledge Bazaar choice of leaving "
9573
"* ``--action=take-other`` will revert Bazaar choice and move ``black`` in\n"
9574
" ``white`` by issuing ``bzr mv black/white white ; bzr mv black white``,\n"
9575
"* ``--action=done`` will just mark the conflict as resolved."
9578
#: en/help_topics/conflict-types.txt:336
9580
"Non-directory parent\n"
9581
"--------------------"
9584
#: en/help_topics/conflict-types.txt:341
9586
" Conflict: foo.new is not a directory, but has files in it.\n"
9587
" Created directory."
9590
#: en/help_topics/conflict-types.txt:344
9592
"This happens when one side has added files to a directory, and the other "
9594
"has changed the directory into a file or symlink. For example::"
9597
#: en/help_topics/conflict-types.txt:347
9600
" $ bzr mkdir foo\n"
9601
" $ bzr commit -m \"BASE\"\n"
9602
" $ bzr branch . ../other\n"
9605
" $ bzr commit -m \"THIS\"\n"
9606
" $ bzr mkdir ../other/foo/bar\n"
9607
" $ bzr commit ../other -m \"OTHER\"\n"
9608
" $ bzr merge ../other"
9611
#: en/help_topics/conflict-types.txt:358
9613
"To resolve that kind of conflict, you have to decide what name should be\n"
9614
"retained for the file, directory or symlink involved."
9617
#: en/help_topics/conflict-types.txt:363
9619
"* ``--action=take-this`` will issue ``bzr rm --force foo.new`` and \n"
9620
" ``bzr add foo``,\n"
9621
"* ``--action=take-other`` will issue ``bzr rm --force foo`` and \n"
9622
" ``bzr mv foo.new foo``,\n"
9623
"* ``--action=done`` will just mark the conflict as resolved."
9626
#: en/help_topics/conflict-types.txt:371
9628
"MalformedTransform\n"
9629
"------------------"
9632
#: en/help_topics/conflict-types.txt:374
9634
"It is possible (though very rare) for Bazaar to raise a MalformedTransform\n"
9635
"exception. This means that Bazaar encountered a filesystem conflict that it "
9637
"unable to resolve. This usually indicates a bug. Please let us know if "
9639
"encounter this. Our bug tracker is at https://launchpad.net/bzr/+bugs\n"
9642
#: en/help_topics/content-filters.txt:1
9648
#: en/help_topics/content-filters.txt:4
9654
#: en/help_topics/content-filters.txt:7
9656
"Bazaar's content filtering allows you to store files in a different\n"
9657
"format from the copy in your working tree. This lets you, or your\n"
9658
"co-developers, use Windows development tools that expect CRLF files\n"
9659
"on projects that use other line-ending conventions. Among other things,\n"
9660
"content filters also let Unix developers more easily work on projects\n"
9661
"using Windows line-ending conventions, keyword expansion/compression,\n"
9662
"and trailing spaces on lines in text files to be implicitly stripped\n"
9666
#: en/help_topics/content-filters.txt:16
9667
msgid "To generalize, there are two content formats supported by Bazaar:"
9670
#: en/help_topics/content-filters.txt:18
9672
"* a canonical format - how files are stored internally\n"
9673
"* a convenience format - how files are created in a working tree."
9676
#: en/help_topics/content-filters.txt:21
9679
"Format conversion\n"
9683
#: en/help_topics/content-filters.txt:25
9685
"The conversion between these formats is done by content filters.\n"
9686
"A content filter has two parts:"
9689
#: en/help_topics/content-filters.txt:28
9691
"* a read converter - converts from convenience to canonical format\n"
9692
"* a write converter - converts from canonical to convenience format."
9695
#: en/help_topics/content-filters.txt:31
9697
"Many of these converters will provide *round-trip* conversion,\n"
9698
"i.e. applying the read converter followed by the write converter\n"
9699
"gives back the original content. However, others may provide an\n"
9700
"asymmetric conversion. For example, a read converter might strip\n"
9701
"trailing whitespace off lines in source code while the matching\n"
9702
"write converter might pass content through unchanged."
9705
#: en/help_topics/content-filters.txt:38
9708
"Enabling content filters\n"
9709
"------------------------"
9712
#: en/help_topics/content-filters.txt:42
9714
"Content filters are typically provided by plugins, so the first step\n"
9715
"in using them is to install the relevant plugins and read their\n"
9716
"documentation. Some plugins may be very specific about which files\n"
9717
"they filter, e.g. only files ending in ``.java`` or ``.php``.\n"
9718
"In other cases, the plugin may leave it in the user's hands to\n"
9719
"define which files are to be filtered. This is typically done\n"
9720
"using rule-based preferences. See ``bzr help rules`` for general\n"
9721
"information about defining these."
9724
#: en/help_topics/content-filters.txt:51
9727
"Impact on commands\n"
9728
"------------------"
9731
#: en/help_topics/content-filters.txt:55
9733
"Read converters are only applied to commands that read content from\n"
9734
"a working tree, e.g. status, diff and commit. For example, ``bzr diff``\n"
9735
"will apply read converters to files in the working tree, then compare\n"
9736
"the results to the content last committed."
9739
#: en/help_topics/content-filters.txt:60
9741
"Write converters are only applied by commands that **create files in a\n"
9742
"working tree**, e.g. branch, checkout, update. If you wish to see the\n"
9743
"canonical format of a file or tree, use ``bzr cat`` or ``bzr export``\n"
9747
#: en/help_topics/content-filters.txt:65
9749
"Note: ``bzr commit`` does not implicitly apply write converters after\n"
9750
"comitting files. If this makes sense for a given plugin providing\n"
9751
"a content filter, the plugin can usually achieve this effect by using a\n"
9752
"``start_commit`` or ``post_commit`` hook say. See :doc:`hooks-help`\n"
9753
"for more information on hooks."
9756
#: en/help_topics/content-filters.txt:71
9759
"Refreshing your working tree\n"
9760
"----------------------------"
9763
#: en/help_topics/content-filters.txt:75
9765
"For performance reasons, Bazaar caches the timestamps of files in\n"
9766
"a working tree, and assumes files are unchanged if their timestamps\n"
9767
"match the cached values. As a consequence, there are times when\n"
9768
"you may need to explicitly ask for content filtering to be reapplied\n"
9769
"in one or both directions, e.g. after installing or reconfiguring\n"
9770
"plugins providing it."
9773
#: en/help_topics/content-filters.txt:82
9774
msgid "Here are some general guidelines for doing this:"
9777
#: en/help_topics/content-filters.txt:84
9779
" * To reapply read converters, ``touch`` files, i.e. update their\n"
9780
" timestamp. Operations like ``bzr status`` should then reapply the\n"
9781
" relevant read converters and compare the end result with the\n"
9782
" canonical format."
9785
#: en/help_topics/content-filters.txt:89
9787
" * To reapply write converters, ensure there are no local changes,\n"
9788
" delete the relevant files and run ``bzr revert`` on those files."
9791
#: en/help_topics/content-filters.txt:92
9793
"Note: In the future, it is likely that additional options will be added\n"
9794
"to commands to make this refreshing process faster and safer.\n"
9797
#: en/help_topics/current-formats.txt:1
9798
msgid "Current Storage Formats"
9801
#: en/help_topics/current-formats.txt:3
9804
" (native) (default) First format for bzr 2.0 series. Uses group-\n"
9805
" compress storage. Provides rich roots which are a one-way\n"
9809
#: en/help_topics/current-formats.txt:8
9812
" (native) New in 0.92: Pack-based format with data compatible with\n"
9813
" dirstate-tags format repositories. Interoperates with bzr\n"
9814
" repositories before 0.92 but cannot be read by bzr < 0.92."
9817
#: en/help_topics/current-formats.txt:13
9820
" (native) A working-tree format that supports content filtering."
9823
#: en/help_topics/current-formats.txt:16
9825
":1.14-rich-root:\n"
9826
" (native) A variant of 1.14 that supports rich-root data (needed\n"
9827
" for bzr-svn and bzr-git)."
9830
#: en/help_topics/current-formats.txt:20
9833
"See :doc:`formats-help` for more about storage formats."
9836
#: en/help_topics/debug-flags.txt:1
9842
#: en/help_topics/debug-flags.txt:4
9844
"These flags can be passed on the bzr command line or (without the ``-D``\n"
9845
"prefix) put in the ``debug_flags`` variable in ``bazaar.conf``."
9848
#: en/help_topics/debug-flags.txt:7
9850
"-Dauth Trace authentication sections used.\n"
9851
"-Dbytes Print out how many bytes were transferred\n"
9852
"-Ddirstate Trace dirstate activity (verbose!)\n"
9853
"-Derror Instead of normal error handling, always print a "
9856
"-Devil Capture call sites that do expensive or badly-scaling\n"
9858
"-Dfetch Trace history copying between repositories.\n"
9859
"-Dfilters Emit information for debugging content filtering.\n"
9860
"-Dforceinvdeltas Force use of inventory deltas during generic streaming "
9862
"-Dgraph Trace graph traversal.\n"
9863
"-Dhashcache Log every time a working file is read to determine its "
9865
"-Dhooks Trace hook execution.\n"
9866
"-Dhpss Trace smart protocol requests and responses.\n"
9867
"-Dhpssdetail More hpss details.\n"
9868
"-Dhpssvfs Traceback on vfs access to Remote objects.\n"
9869
"-Dhttp Trace http connections, requests and responses.\n"
9870
"-Dindex Trace major index operations.\n"
9871
"-Dknit Trace knit operations.\n"
9872
"-Dlock Trace when lockdir locks are taken or released.\n"
9873
"-Dprogress Trace progress bar operations.\n"
9874
"-Dmem_dump Dump memory to a file upon an out of memory error.\n"
9875
"-Dmerge Emit information for debugging merges.\n"
9876
"-Dno_apport Don't use apport to report crashes.\n"
9877
"-Dno_activity \t Don't show transport activity indicator in progress bar.\n"
9878
"-Dpack Emit information about pack operations.\n"
9879
"-Drelock Emit a message every time a branch or repository object "
9881
" unlocked then relocked the same way.\n"
9882
"-Dsftp Trace SFTP internals.\n"
9883
"-Dstatic_tuple Error when a tuple is used where a StaticTuple is "
9885
"-Dstream Trace fetch streams.\n"
9886
"-Dstrict_locks Trace when OS locks are potentially used in a non-"
9889
"-Dunlock Some errors during unlock are treated as warnings.\n"
9890
"-DIDS_never Never use InterDifferingSerializer when fetching.\n"
9891
"-DIDS_always Always use InterDifferingSerializer to fetch if "
9893
" for the format, even for non-local fetches.\n"
9896
#: en/help_topics/diverged-branches.txt:1
9898
"Diverged Branches\n"
9902
#: en/help_topics/diverged-branches.txt:4
9904
"When Bazaar tries to push one branch onto another, it requires that the\n"
9905
"destination branch must be ready to receive the source branch. If this "
9907
"the case, then we say that the branches have ``diverged``. Branches are\n"
9908
"considered diverged if the destination branch's most recent commit is one "
9910
"has not been merged (directly or indirectly) by the source branch. To "
9912
"from diverged branches, one must merge the missing revisions into the "
9917
#: en/help_topics/diverged-branches.txt:12
9919
"This situation commonly arises when using a centralized workflow with local\n"
9920
"commits. If someone else has committed new work to the mainline since your\n"
9921
"last pull and you have local commits that have not yet been pushed to the\n"
9922
"mainline, then your local branch and the mainline have diverged."
9925
#: en/help_topics/diverged-branches.txt:17
9927
"Discovering What Has Diverged\n"
9928
"-----------------------------"
9931
#: en/help_topics/diverged-branches.txt:20
9933
"The ``bzr missing`` command is used to find out what revisions are in "
9935
"branch that are not present in the current branch, and vice-versa. It shows "
9937
"summary of which extra revisions exist in each branch. If you want to see "
9939
"precise effects of those revisions, you can use ``bzr diff --"
9940
"old=other_branch``\n"
9941
"to show the differences between other_branch and your current branch."
9944
#: en/help_topics/diverged-branches.txt:26
9950
#: en/help_topics/diverged-branches.txt:29
9952
"The solution is to merge the revisions from the mainline into your local\n"
9953
"branch. To do so, use ``bzr merge`` to get the new revisions from the\n"
9954
"mainline. This merge may result in conflicts if the other developer's "
9956
"overlap with your changes. These conflicts should be resolved before\n"
9957
"continuing. After any conflicts have been resolved, or even if there were "
9959
"conflicts, Bazaar requires that you explicitly commit these new revisions\n"
9960
"to your local branch. This requirement gives you an opportunity to test "
9962
"resulting working tree for correctness, since the merged revisions could "
9964
"made arbitrary changes. After testing, you should commit the merge using\n"
9965
"``bzr commit``. This clears up the diverged branches situation. Your "
9967
"branch can now be pushed to the mainline.\n"
9970
#: en/help_topics/eol.txt:1
9972
"End of Line Conversion\n"
9973
"======================"
9976
#: en/help_topics/eol.txt:4
9978
"EOL conversion is provided as a content filter where Bazaar internally\n"
9979
"stores a canonical format but outputs a convenience format. See\n"
9980
"``bzr help content-filters`` for general information about using these."
9983
#: en/help_topics/eol.txt:8
9985
"Note: Content filtering is only supported in recently added formats,\n"
9986
"e.g. 1.14. Be sure that both the repository *and* the branch are\n"
9987
"in a recent format. (Just setting the format on the repository\n"
9988
"is not enough.) If content filtering does not appear to be working, use\n"
9989
"'bzr info -v' to confirm that the branch is using \"Working tree format 5\"\n"
9993
#: en/help_topics/eol.txt:15
9995
"EOL conversion needs to be enabled for selected file patterns using\n"
9996
"rules. See ``bzr help rules`` for general information on defining rules.\n"
9997
"Currently, rules are only supported in $BZR_HOME/.bazaar/rules (or\n"
9998
"%BZR_HOME%/bazaar/2.0/rules on Windows). Branch specific rules will be\n"
9999
"supported in a future verison of Bazaar."
10002
#: en/help_topics/eol.txt:21
10004
"To configure which files to filter, set ``eol`` to one of the values below.\n"
10005
"(If a value is not set, ``exact`` is the default.)"
10008
#: en/help_topics/eol.txt:24
10010
" ========== ===================================== ======================\n"
10011
" Value Checkout end-of-lines as Commit end-of-lines as\n"
10012
" ========== ===================================== ======================\n"
10013
" ``native`` ``crlf`` on Windows, ``lf`` otherwise ``lf``\n"
10014
" ---------- ------------------------------------- ----------------------\n"
10015
" ``lf`` ``lf`` ``lf``\n"
10016
" ---------- ------------------------------------- ----------------------\n"
10017
" ``crlf`` ``crlf`` ``lf``\n"
10018
" ---------- ------------------------------------- ----------------------\n"
10019
" ``exact`` No conversion Exactly as in file\n"
10020
" ========== ===================================== ======================"
10023
#: en/help_topics/eol.txt:36
10025
"Note: For safety reasons, no conversion is applied to any file where a null\n"
10026
"byte is detected in the file."
10029
#: en/help_topics/eol.txt:39
10031
"For users working on a cross-platform project, here is a suggested rule\n"
10032
"to use as a starting point::"
10035
#: en/help_topics/eol.txt:42
10041
#: en/help_topics/eol.txt:45
10043
"If you have binary files that do not contain a null byte though, be\n"
10044
"sure to add ``eol = exact`` rules for those as well. You can do this\n"
10045
"by giving more explicit patterns earlier in the rules file. For example::"
10048
#: en/help_topics/eol.txt:49
10054
#: en/help_topics/eol.txt:55
10056
"If your working tree is on a network drive shared by users on different\n"
10057
"operating systems, you typically want to force certain conventions for\n"
10058
"certain files. In that way, if a file is created with the wrong line\n"
10059
"endings or line endings get mixed during editing, it gets committed\n"
10060
"correctly and gets checked out correctly. For example::"
10063
#: en/help_topics/eol.txt:61
10069
#: en/help_topics/eol.txt:64
10075
#: en/help_topics/eol.txt:70
10077
"If you take the care to create files with their required endings, you can\n"
10078
"achieve *almost* the same thing by using ``eol = exact``. It is slightly\n"
10079
"safer to use ``lf`` and ``crlf`` though because edits accidentally\n"
10080
"introducing mixed line endings will be corrected during commit for files\n"
10081
"with those settings."
10084
#: en/help_topics/eol.txt:76
10086
"If you have sample test data that deliberately has text files with mixed\n"
10087
"newline conventions, you can ask for those to be left alone like this::"
10090
#: en/help_topics/eol.txt:79
10092
" [name test_data/]\n"
10096
#: en/help_topics/eol.txt:85
10098
"Note that ``exact`` does not imply the file is binary but it does mean\n"
10099
"that no conversion of end-of-lines will be done. (Bazaar currently relies\n"
10100
"of content analysis to detect binary files for commands like ``diff``.\n"
10101
"In the future, a ``binary = true`` rule may be added but it is not\n"
10105
#: en/help_topics/eol.txt:91
10107
"If you have an existing repository with text files already stored using\n"
10108
"Windows newline conventions (``crlf``), then you may want to keep using "
10110
"convention in the repository. Forcing certain files to this convention\n"
10111
"may also help users who do not have rules configured. To do this, set\n"
10112
"``eol`` to one of the values below."
10115
#: en/help_topics/eol.txt:97
10117
" ============================ ======================== "
10118
"======================\n"
10119
" Value Checkout end-of-lines as Commit end-of-lines "
10121
" ============================ ======================== "
10122
"======================\n"
10123
" ``native-with-crlf-in-repo`` ``crlf`` on Windows, ``crlf``\n"
10124
" ``lf`` otherwise\n"
10125
" ---------------------------- ------------------------ "
10126
"----------------------\n"
10127
" ``lf-with-crlf-in-repo`` ``lf`` ``crlf``\n"
10128
" ---------------------------- ------------------------ "
10129
"----------------------\n"
10130
" ``crlf-with-crlf-in-repo`` ``crlf`` ``crlf``\n"
10131
" ============================ ======================== ======================"
10134
#: en/help_topics/eol.txt:108
10136
"For users working on an existing project that uses Windows newline\n"
10137
"conventions in their Bazaar repository, this rule is suggested as a\n"
10141
#: en/help_topics/eol.txt:112
10144
" eol = native-with-crlf-in-repo"
10147
#: en/help_topics/eol.txt:115
10149
"For new projects, it is recommended that end-of-lines be stored as ``lf``\n"
10150
"and that users stick to the basic settings, i.e. ``native``, ``lf``,\n"
10151
"``crlf`` and ``exact``."
10154
#: en/help_topics/eol.txt:119
10156
"Note: Bazaar's EOL conversion will convert the content of files but\n"
10157
"never reject files because a given line ending or mixed line endings\n"
10158
"are found. A precommit hook should be used if you wish to validate\n"
10159
"(and not just convert) content before committing.\n"
10162
#: en/help_topics/hidden-commands.txt:1
10164
"added List files added in working tree.\n"
10165
"ancestry List all revisions merged into this branch.\n"
10166
"assert-fail Test reporting of assertion failures\n"
10167
"bundle-info Output interesting stats about a bundle\n"
10168
"bundle-revisions Create a merge-directive for submitting changes.\n"
10169
"cat-revision Write out metadata for a revision.\n"
10170
"dpush Push into a different VCS without any custom bzr\n"
10172
"dump-btree Dump the contents of a btree index file to stdout.\n"
10173
"export-pot Export command helps and error messages in po "
10175
"file-id Print file_id of a particular file or directory.\n"
10176
"file-path Print path of file_ids to a file or directory.\n"
10177
"find-merge-base Find and print a base revision for merging two "
10179
"hooks Show hooks.\n"
10180
"inventory Show inventory of the current working copy or a\n"
10182
"is-ignored Check if a path is ignored. [qbzr]\n"
10183
"is-versioned Check if a path is versioned. [qbzr]\n"
10184
"local-time-offset Show the offset in seconds from GMT to local time.\n"
10185
"lookup-revision Lookup the revision-id from a revision-number\n"
10186
"merge-directive Generate a merge directive for auto-merge tools.\n"
10187
"modified List files modified in working tree.\n"
10188
"qcheckout-ala-explorer Checkout a branch. The checkout is always "
10191
"qhelp Shows a help window [qbzr]\n"
10192
"qmain The QBzr main application. [qbzr]\n"
10193
"qsubprocess Run some bzr command as subprocess. [qbzr]\n"
10194
"re-sign Create a digital signature for an existing revision.\n"
10195
"reference list, view and set branch locations for nested "
10197
"relpath Show path of a file relative to root\n"
10198
"repair-workingtree Reset the working tree state file.\n"
10199
"revision-history Display the list of revision ids on a branch.\n"
10200
"revision-info Show revision number and revision id for a given\n"
10201
" revision identifier.\n"
10202
"rocks Statement of optimism.\n"
10203
"selftest Run internal test suite.\n"
10204
"shell-complete Show appropriate completions for context.\n"
10205
"test-script Run a shell-like test from a file.\n"
10206
"touching-revisions Return revision-ids which affected a particular "
10208
"unknowns List unknown files.\n"
10209
"wait-until-signalled Test helper for\n"
10210
" test_start_and_stop_bzr_subprocess_send_signal.\n"
10213
#: en/help_topics/hooks.txt:1
10220
#: en/help_topics/hooks.txt:5
10226
#: en/help_topics/hooks.txt:8
10227
msgid "A hook of type *xxx* of class *yyy* needs to be registered using::"
10230
#: en/help_topics/hooks.txt:10
10231
msgid " yyy.hooks.install_named_hook(\"xxx\", ...)"
10234
#: en/help_topics/hooks.txt:12
10236
"See :doc:`Using hooks<../user-guide/hooks>` in the User Guide for examples."
10239
#: en/help_topics/hooks.txt:14
10241
"The class that contains each hook is given before the hooks it supplies. "
10243
"instance, BranchHooks as the class is the hooks class for\n"
10244
"`bzrlib.branch.Branch.hooks`."
10247
#: en/help_topics/hooks.txt:18
10249
"Each description also indicates whether the hook runs on the client (the\n"
10250
"machine where bzr was invoked) or the server (the machine addressed by\n"
10251
"the branch URL). These may be, but are not necessarily, the same machine."
10254
#: en/help_topics/hooks.txt:22
10256
"Plugins (including hooks) are run on the server if all of these is true:"
10259
#: en/help_topics/hooks.txt:24
10261
" * The connection is via a smart server (accessed with a URL starting with\n"
10262
" \"bzr://\", \"bzr+ssh://\" or \"bzr+http://\", or accessed via a "
10264
" URL when a smart server is available via HTTP)."
10267
#: en/help_topics/hooks.txt:28
10269
" * The hook is either server specific or part of general infrastructure "
10271
" than client specific code (such as commit)."
10274
#: en/help_topics/hooks.txt:31
10281
#: en/help_topics/hooks.txt:35
10283
"automatic_tag_name\n"
10284
"~~~~~~~~~~~~~~~~~~"
10287
#: en/help_topics/hooks.txt:38
10288
msgid "Introduced in: 2.2"
10291
#: en/help_topics/hooks.txt:40
10293
"Called to determine an automatic tag name for a revision.\n"
10294
"automatic_tag_name is called with (branch, revision_id) and should\n"
10295
"return a tag name or None if no tag name could be determined. The\n"
10296
"first non-None tag name returned will be used."
10299
#: en/help_topics/hooks.txt:45
10305
#: en/help_topics/hooks.txt:48
10306
msgid "Introduced in: 1.8"
10309
#: en/help_topics/hooks.txt:50
10311
"Called with the Branch object that has been opened after a branch is\n"
10315
#: en/help_topics/hooks.txt:53
10317
"post_branch_init\n"
10321
#: en/help_topics/hooks.txt:58
10323
"Called after new branch initialization completes. post_branch_init is\n"
10324
"called with a bzrlib.branch.BranchInitHookParams. Note that init,\n"
10325
"branch and checkout (both heavyweight and lightweight) will all\n"
10326
"trigger this hook."
10329
#: en/help_topics/hooks.txt:63
10331
"post_change_branch_tip\n"
10332
"~~~~~~~~~~~~~~~~~~~~~~"
10335
#: en/help_topics/hooks.txt:66
10336
msgid "Introduced in: 1.4"
10339
#: en/help_topics/hooks.txt:68
10341
"Called in bzr client and server after a change to the tip of a branch\n"
10342
"is made. post_change_branch_tip is called with a\n"
10343
"bzrlib.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
10344
"uncommit will all trigger this hook."
10347
#: en/help_topics/hooks.txt:73
10353
#: en/help_topics/hooks.txt:76
10354
msgid "Introduced in: 0.15"
10357
#: en/help_topics/hooks.txt:78
10359
"Called in the bzr client after a commit has completed. post_commit is\n"
10360
"called with (local, master, old_revno, old_revid, new_revno,\n"
10361
"new_revid). old_revid is NULL_REVISION for the first commit to a\n"
10365
#: en/help_topics/hooks.txt:83
10371
#: en/help_topics/hooks.txt:88
10373
"Called after a pull operation completes. post_pull is called with a\n"
10374
"bzrlib.branch.PullResult object and only runs in the bzr client."
10377
#: en/help_topics/hooks.txt:91
10383
#: en/help_topics/hooks.txt:96
10385
"Called after a push operation completes. post_push is called with a\n"
10386
"bzrlib.branch.BranchPushResult object and only runs in the bzr client."
10389
#: en/help_topics/hooks.txt:99
10395
#: en/help_topics/hooks.txt:104
10397
"Called after a checkout switches branch. post_switch is called with a\n"
10398
"bzrlib.branch.SwitchHookParams."
10401
#: en/help_topics/hooks.txt:107
10407
#: en/help_topics/hooks.txt:112
10409
"Called in the bzr client after an uncommit completes. post_uncommit is\n"
10410
"called with (local, master, old_revno, old_revid, new_revno,\n"
10411
"new_revid) where local is the local branch or None, master is the\n"
10412
"target branch, and an empty branch receives new_revno of 0, new_revid\n"
10416
#: en/help_topics/hooks.txt:118
10418
"pre_change_branch_tip\n"
10419
"~~~~~~~~~~~~~~~~~~~~~"
10422
#: en/help_topics/hooks.txt:121
10423
msgid "Introduced in: 1.6"
10426
#: en/help_topics/hooks.txt:123
10428
"Called in bzr client and server before a change to the tip of a branch\n"
10429
"is made. pre_change_branch_tip is called with a\n"
10430
"bzrlib.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
10431
"uncommit will all trigger this hook."
10434
#: en/help_topics/hooks.txt:128
10440
#: en/help_topics/hooks.txt:131
10441
msgid "Introduced in: 0.91"
10444
#: en/help_topics/hooks.txt:133
10446
"Called after a commit is calculated but before it is completed.\n"
10447
"pre_commit is called with (local, master, old_revno, old_revid,\n"
10448
"future_revno, future_revid, tree_delta, future_tree). old_revid is\n"
10449
"NULL_REVISION for the first commit to a branch, tree_delta is a\n"
10450
"TreeDelta object describing changes from the basis revision. hooks\n"
10451
"MUST NOT modify this delta. future_tree is an in-memory tree obtained\n"
10452
"from CommitBuilder.revision_tree() and hooks MUST NOT modify this\n"
10456
#: en/help_topics/hooks.txt:142
10462
#: en/help_topics/hooks.txt:147
10464
"Invoked whenever the revision history has been set via\n"
10465
"set_revision_history. The api signature is (branch, revision_history),\n"
10466
"and the branch will be write-locked. The set_rh hook can be expensive\n"
10467
"for bzr to trigger, a better hook to use is\n"
10468
"Branch.post_change_branch_tip."
10471
#: en/help_topics/hooks.txt:153
10473
"transform_fallback_location\n"
10474
"~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10477
#: en/help_topics/hooks.txt:156
10478
msgid "Introduced in: 1.9"
10481
#: en/help_topics/hooks.txt:158
10483
"Called when a stacked branch is activating its fallback locations.\n"
10484
"transform_fallback_location is called with (branch, url), and should\n"
10485
"return a new url. Returning the same url allows it to be used as-is,\n"
10486
"returning a different one can be used to cause the branch to stack on\n"
10487
"a closer copy of that fallback_location. Note that the branch cannot\n"
10488
"have history accessing methods called on it during this hook because\n"
10489
"the fallback locations have not been activated. When there are\n"
10490
"multiple hooks installed for transform_fallback_location, all are\n"
10491
"called with the url returned from the previous hook.The order is\n"
10492
"however undefined."
10495
#: en/help_topics/hooks.txt:169
10501
#: en/help_topics/hooks.txt:172
10507
#: en/help_topics/hooks.txt:177
10509
"Invoked after a repository has been initialized. post_repo_init is\n"
10510
"called with a bzrlib.bzrdir.RepoInitHookParams."
10513
#: en/help_topics/hooks.txt:180
10519
#: en/help_topics/hooks.txt:183
10520
msgid "Introduced in: 1.14"
10523
#: en/help_topics/hooks.txt:185
10525
"Invoked before attempting to open a BzrDir with the transport that the\n"
10529
#: en/help_topics/hooks.txt:188
10535
#: en/help_topics/hooks.txt:191
10541
#: en/help_topics/hooks.txt:194
10542
msgid "Introduced in: 1.13"
10545
#: en/help_topics/hooks.txt:196
10547
"Called after creating a command object to allow modifications such as\n"
10548
"adding or removing options, docs etc. Called with the new\n"
10549
"bzrlib.commands.Command object."
10552
#: en/help_topics/hooks.txt:200
10558
#: en/help_topics/hooks.txt:203
10559
msgid "Introduced in: 1.17"
10562
#: en/help_topics/hooks.txt:205
10564
"Called when creating a single command. Called with (cmd_or_None,\n"
10565
"command_name). get_command should either return the cmd_or_None\n"
10566
"parameter, or a replacement Command object that should be used for the\n"
10567
"command. Note that the Command.hooks hooks are core infrastructure.\n"
10568
"Many users will prefer to use bzrlib.commands.register_command or\n"
10569
"plugin_cmds.register_lazy."
10572
#: en/help_topics/hooks.txt:212
10574
"get_missing_command\n"
10575
"~~~~~~~~~~~~~~~~~~~"
10578
#: en/help_topics/hooks.txt:217
10580
"Called when creating a single command if no command could be found.\n"
10581
"Called with (command_name). get_missing_command should either return\n"
10582
"None, or a Command object to be used for the command."
10585
#: en/help_topics/hooks.txt:221
10591
#: en/help_topics/hooks.txt:226
10593
"Called when enumerating commands. Called with a set of cmd_name\n"
10594
"strings for all the commands found so far. This set is safe to mutate\n"
10595
"- e.g. to remove a command. list_commands should return the updated\n"
10596
"set of command names."
10599
#: en/help_topics/hooks.txt:231
10605
#: en/help_topics/hooks.txt:234
10611
#: en/help_topics/hooks.txt:237
10612
msgid "Introduced in: 2.4"
10615
#: en/help_topics/hooks.txt:239
10617
"Invoked when a config option is read. The signature is (stack, name,\n"
10621
#: en/help_topics/hooks.txt:242
10627
#: en/help_topics/hooks.txt:247
10628
msgid "Invoked when a config store is loaded. The signature is (store)."
10631
#: en/help_topics/hooks.txt:249
10637
#: en/help_topics/hooks.txt:254
10639
"Invoked when a config option is removed. The signature is (stack,\n"
10643
#: en/help_topics/hooks.txt:257
10649
#: en/help_topics/hooks.txt:262
10650
msgid "Invoked when a config store is saved. The signature is (store)."
10653
#: en/help_topics/hooks.txt:264
10659
#: en/help_topics/hooks.txt:269
10661
"Invoked when a config option is set. The signature is (stack, name,\n"
10665
#: en/help_topics/hooks.txt:272
10671
#: en/help_topics/hooks.txt:275
10677
#: en/help_topics/hooks.txt:278
10678
msgid "Introduced in: 1.15"
10681
#: en/help_topics/hooks.txt:280
10683
"Invoked when displaying the statistics for a repository. repository is\n"
10684
"called with a statistics dictionary as returned by the repository and\n"
10685
"a file-like object to write to."
10688
#: en/help_topics/hooks.txt:284
10694
#: en/help_topics/hooks.txt:287
10700
#: en/help_topics/hooks.txt:292
10701
msgid "Called with a bzrlib.lock.LockResult when a physical lock is acquired."
10704
#: en/help_topics/hooks.txt:294
10710
#: en/help_topics/hooks.txt:299
10711
msgid "Called with a bzrlib.lock.LockResult when a physical lock is broken."
10714
#: en/help_topics/hooks.txt:301
10720
#: en/help_topics/hooks.txt:306
10721
msgid "Called with a bzrlib.lock.LockResult when a physical lock is released."
10724
#: en/help_topics/hooks.txt:308
10730
#: en/help_topics/hooks.txt:311
10732
"merge_file_content\n"
10733
"~~~~~~~~~~~~~~~~~~"
10736
#: en/help_topics/hooks.txt:314
10737
msgid "Introduced in: 2.1"
10740
#: en/help_topics/hooks.txt:316
10742
"Called with a bzrlib.merge.Merger object to create a per file merge\n"
10743
"object when starting a merge. Should return either None or a subclass\n"
10744
"of ``bzrlib.merge.AbstractPerFileMerger``. Such objects will then be\n"
10745
"called per file that needs to be merged (including when one side has\n"
10746
"deleted the file and the other has changed it). See the\n"
10747
"AbstractPerFileMerger API docs for details on how it is used by merge."
10750
#: en/help_topics/hooks.txt:323
10752
"MergeDirectiveHooks\n"
10753
"-------------------"
10756
#: en/help_topics/hooks.txt:326
10758
"merge_request_body\n"
10759
"~~~~~~~~~~~~~~~~~~"
10762
#: en/help_topics/hooks.txt:329
10763
msgid "Introduced in: 1.15.0"
10766
#: en/help_topics/hooks.txt:331
10768
"Called with a MergeRequestBodyParams when a body is needed for a merge\n"
10769
"request. Callbacks must return a body. If more than one callback is\n"
10770
"registered, the output of one callback is provided to the next."
10773
#: en/help_topics/hooks.txt:335
10775
"MessageEditorHooks\n"
10776
"------------------"
10779
#: en/help_topics/hooks.txt:338
10781
"commit_message_template\n"
10782
"~~~~~~~~~~~~~~~~~~~~~~~"
10785
#: en/help_topics/hooks.txt:341
10786
msgid "Introduced in: 1.10"
10789
#: en/help_topics/hooks.txt:343
10791
"Called when a commit message is being generated.\n"
10792
"commit_message_template is called with the bzrlib.commit.Commit object\n"
10793
"and the message that is known so far. commit_message_template must\n"
10794
"return a new message to use (which could be the same as it was given).\n"
10795
"When there are multiple hooks registered for commit_message_template,\n"
10796
"they are chained with the result from the first passed into the\n"
10797
"second, and so on."
10800
#: en/help_topics/hooks.txt:351
10802
"set_commit_message\n"
10803
"~~~~~~~~~~~~~~~~~~"
10806
#: en/help_topics/hooks.txt:356
10808
"Set a fixed commit message. set_commit_message is called with the\n"
10809
"bzrlib.commit.Commit object (so you can also change e.g. revision\n"
10810
"properties by editing commit.builder._revprops) and the message so\n"
10811
"far. set_commit_message must return the message to use or None if it\n"
10812
"should use the message editor as normal."
10815
#: en/help_topics/hooks.txt:362
10817
"MutableTreeHooks\n"
10821
#: en/help_topics/hooks.txt:368
10822
msgid "Introduced in: 2.0"
10825
#: en/help_topics/hooks.txt:370
10827
"Called after a commit is performed on a tree. The hook is called with\n"
10828
"a bzrlib.mutabletree.PostCommitHookParams object. The mutable tree the\n"
10829
"commit was performed on is available via the mutable_tree attribute of\n"
10833
#: en/help_topics/hooks.txt:375
10839
#: en/help_topics/hooks.txt:380
10841
"Called before a commit is performed on a tree. The start commit hook\n"
10842
"is able to change the tree before the commit takes place. start_commit\n"
10843
"is called with the bzrlib.mutabletree.MutableTree that the commit is\n"
10844
"being performed on."
10847
#: en/help_topics/hooks.txt:385
10849
"SmartClientHooks\n"
10853
#: en/help_topics/hooks.txt:388
10859
#: en/help_topics/hooks.txt:391
10860
msgid "Introduced in: unknown"
10863
#: en/help_topics/hooks.txt:393
10865
"Called when the smart client is submitting a request to the smart\n"
10866
"server. Called with a bzrlib.smart.client.CallHookParams object.\n"
10867
"Streaming request bodies, and responses, are not accessible."
10870
#: en/help_topics/hooks.txt:397
10872
"SmartServerHooks\n"
10876
#: en/help_topics/hooks.txt:400
10878
"server_exception\n"
10882
#: en/help_topics/hooks.txt:405
10884
"Called by the bzr server when an exception occurs. server_exception is\n"
10885
"called with the sys.exc_info() tuple return true for the hook if the\n"
10886
"exception has been handled, in which case the server will exit\n"
10890
#: en/help_topics/hooks.txt:410
10896
#: en/help_topics/hooks.txt:413
10897
msgid "Introduced in: 0.16"
10900
#: en/help_topics/hooks.txt:415
10902
"Called by the bzr server when it starts serving a directory.\n"
10903
"server_started is called with (backing urls, public url), where\n"
10904
"backing_url is a list of URLs giving the server-specific directory\n"
10905
"locations, and public_url is the public URL for the directory being\n"
10909
#: en/help_topics/hooks.txt:421
10911
"server_started_ex\n"
10912
"~~~~~~~~~~~~~~~~~"
10915
#: en/help_topics/hooks.txt:426
10917
"Called by the bzr server when it starts serving a directory.\n"
10918
"server_started is called with (backing_urls, server_obj)."
10921
#: en/help_topics/hooks.txt:429
10927
#: en/help_topics/hooks.txt:434
10929
"Called by the bzr server when it stops serving a directory.\n"
10930
"server_stopped is called with the same parameters as the\n"
10931
"server_started hook: (backing_urls, public_url)."
10934
#: en/help_topics/hooks.txt:438
10940
#: en/help_topics/hooks.txt:441
10946
#: en/help_topics/hooks.txt:444
10947
msgid "Introduced in: 2.3"
10950
#: en/help_topics/hooks.txt:446
10952
"Called with argument StatusHookParams after Bazaar has displayed the\n"
10953
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
10954
"to_file, versioned, show_ids, short, verbose). The last four arguments\n"
10955
"correspond to the command line options specified by the user for the\n"
10956
"status command. to_file is the output stream for writing."
10959
#: en/help_topics/hooks.txt:452
10965
#: en/help_topics/hooks.txt:457
10967
"Called with argument StatusHookParams before Bazaar displays the\n"
10968
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
10969
"to_file, versioned, show_ids, short, verbose). The last four arguments\n"
10970
"correspond to the command line options specified by the user for the\n"
10971
"status command. to_file is the output stream for writing."
10974
#: en/help_topics/hooks.txt:463
10976
"RioVersionInfoBuilderHooks\n"
10977
"--------------------------"
10980
#: en/help_topics/hooks.txt:466
10986
#: en/help_topics/hooks.txt:471
10988
"Invoked when adding information about a revision to the RIO stanza\n"
10989
"that is printed. revision is called with a revision object and a RIO\n"
10993
#: en/help_topics/location-alias.txt:1
10995
"Location aliases\n"
10999
#: en/help_topics/location-alias.txt:4
11001
"Bazaar defines several aliases for locations associated with a branch. "
11003
"can be used with most commands that expect a location, such as `bzr push`."
11006
#: en/help_topics/location-alias.txt:7
11007
msgid "The aliases are::"
11010
#: en/help_topics/location-alias.txt:9
11012
" :parent the parent of this branch\n"
11013
" :submit the submit branch for this branch\n"
11014
" :public the public location of this branch\n"
11015
" :bound the branch this branch is bound to, for bound branches\n"
11016
" :push the saved location used for `bzr push` with no arguments\n"
11017
" :this this branch"
11020
#: en/help_topics/location-alias.txt:16
11021
msgid "For example, to push to the parent location::"
11024
#: en/help_topics/location-alias.txt:18
11025
msgid " bzr push :parent"
11028
#: en/help_topics/log-formats.txt:1
11034
#: en/help_topics/log-formats.txt:4
11036
"A log format controls how information about each revision is displayed.\n"
11037
"The standard log formats are compared below::"
11040
#: en/help_topics/log-formats.txt:7
11042
" Feature long short line\n"
11043
" ---------------------- ------------- ------------ -------------------\n"
11044
" design goal detailed view concise view 1 revision per line\n"
11045
" committer name+email name only name only\n"
11046
" author name+email - -\n"
11047
" date-time format full date only date only\n"
11048
" commit message full full top line\n"
11049
" tags yes yes yes\n"
11050
" merges indicator - yes -\n"
11051
" status/delta optional optional -\n"
11052
" diff/patch optional optional -\n"
11053
" revision-id optional optional -\n"
11054
" branch nick yes - -\n"
11055
" foreign vcs properties yes yes -\n"
11056
" preferred levels all 1 1\n"
11057
" digital signature optional - -"
11060
#: en/help_topics/log-formats.txt:24
11062
"The default format is ``long``. To change this, define the ``log_format``\n"
11063
"setting in the ``[DEFAULT]`` section of ``bazaar.conf`` like this (say)::"
11066
#: en/help_topics/log-formats.txt:27
11069
" log_format = short"
11072
#: en/help_topics/log-formats.txt:30
11074
"Alternatively, to change the log format used for a given query, use the\n"
11075
"--long, --short or --line options."
11078
#: en/help_topics/log-formats.txt:33
11080
"If one of the standard log formats does not meet your needs, additional\n"
11081
"formats can be provided by plugins.\n"
11084
#: en/help_topics/other-formats.txt:1
11085
msgid "Other Storage Formats"
11088
#: en/help_topics/other-formats.txt:3
11089
msgid "No experimental formats are available."
11092
#: en/help_topics/other-formats.txt:5
11095
"No deprecated formats are available."
11098
#: en/help_topics/patterns.txt:1
11104
#: en/help_topics/patterns.txt:4
11106
"Bazaar uses patterns to match files at various times. For example,\n"
11107
"the ``add`` command skips over files that match ignore patterns\n"
11108
"and preferences can be associated with files using rule patterns.\n"
11109
"The pattern syntax is described below."
11112
#: en/help_topics/patterns.txt:9
11114
"Trailing slashes on patterns are ignored. If the pattern contains a\n"
11115
"slash or is a regular expression, it is compared to the whole path\n"
11116
"from the branch root. Otherwise, it is compared to only the last\n"
11117
"component of the path. To match a file only in the root directory,\n"
11118
"prepend ``./``. Patterns specifying absolute paths are not allowed."
11121
#: en/help_topics/patterns.txt:15
11122
msgid "Patterns may include globbing wildcards such as::"
11125
#: en/help_topics/patterns.txt:17
11127
" ? - Matches any single character except '/'\n"
11128
" * - Matches 0 or more characters except '/'\n"
11129
" /**/ - Matches 0 or more directories in a path\n"
11130
" [a-z] - Matches a single character from within a group of characters"
11133
#: en/help_topics/patterns.txt:22
11135
"Patterns may also be `Python regular expressions`_. Regular expression\n"
11136
"patterns are identified by a ``RE:`` prefix followed by the regular\n"
11137
"expression. Regular expression patterns may not include named or\n"
11141
#: en/help_topics/patterns.txt:27
11143
"Case insensitive ignore patterns can be specified with regular expressions\n"
11144
"by using the ``i`` (for ignore case) flag in the pattern."
11147
#: en/help_topics/patterns.txt:30
11148
msgid "For example, a case insensitive match for ``foo`` may be specified as::"
11151
#: en/help_topics/patterns.txt:32
11152
msgid " RE:(?i)foo"
11155
#: en/help_topics/patterns.txt:34
11157
"Ignore patterns may be prefixed with ``!``, which means that a filename\n"
11158
"matched by that pattern will not be ignored."
11161
#: en/help_topics/patterns.txt:37
11162
msgid ".. _Python regular expressions: http://docs.python.org/library/re.html"
11165
#: en/help_topics/revisionspec.txt:1
11166
msgid "Revision Identifiers"
11169
#: en/help_topics/revisionspec.txt:3
11171
"A revision identifier refers to a specific state of a branch's history. It\n"
11172
"can be expressed in several ways. It can begin with a keyword to\n"
11173
"unambiguously specify a given lookup type; some examples are 'last:1',\n"
11174
"'before:yesterday' and 'submit:'."
11177
#: en/help_topics/revisionspec.txt:8
11179
"Alternately, it can be given without a keyword, in which case it will be\n"
11180
"checked as a revision number, a tag, a revision id, a date specification, or "
11182
"branch specification, in that order. For example, 'date:today' could be\n"
11183
"written as simply 'today', though if you have a tag called 'today' that "
11188
#: en/help_topics/revisionspec.txt:14
11190
"If 'REV1' and 'REV2' are revision identifiers, then 'REV1..REV2' denotes a\n"
11191
"revision range. Examples: '3647..3649', 'date:yesterday..-1' and\n"
11192
"'branch:/path/to/branch1/..branch:/branch2' (note that there are no quotes "
11194
"spaces around the '..')."
11197
#: en/help_topics/revisionspec.txt:19
11199
"Ranges are interpreted differently by different commands. To the \"log\" "
11201
"a range is a sequence of log messages, but to the \"diff\" command, the "
11203
"denotes a change between revisions (and not a sequence of changes). In\n"
11204
"addition, \"log\" considers a closed range whereas \"diff\" and \"merge\" "
11206
"to be open-ended, that is, they include one end but not the other. For "
11208
"\"bzr log -r 3647..3649\" shows the messages of revisions 3647, 3648 and "
11210
"while \"bzr diff -r 3647..3649\" includes the changes done in revisions 3648 "
11212
"3649, but not 3647."
11215
#: en/help_topics/revisionspec.txt:28
11216
msgid "The keywords used as revision selection methods are the following:"
11219
#: en/help_topics/revisionspec.txt:30
11222
"\tSelects a revision using the revision id.\n"
11224
"\tSelects a common ancestor with the submit branch.\n"
11226
"\tSelects a common ancestor with a second branch.\n"
11228
"\tSelects a revision on the basis of a datestamp.\n"
11230
"\tSelects the last revision of a specified branch.\n"
11232
"\tSelects a revision identified by a tag name.\n"
11234
"\tSelects the revision corresponding to a version of a package.\n"
11236
"\tSelects a revision using a number.\n"
11238
"\tSelects the parent of the revision specified.\n"
11240
"\tSelect the revision that last modified the specified line.\n"
11242
"\tSelect mainline revision that merged the specified revision.\n"
11244
"\tSelects the nth revision from the end."
11247
#: en/help_topics/revisionspec.txt:55
11248
msgid "In addition, plugins can provide other keywords."
11251
#: en/help_topics/revisionspec.txt:57
11252
msgid "A detailed description of each keyword is given below."
11255
#: en/help_topics/revisionspec.txt:59
11259
#: en/help_topics/revisionspec.txt:61
11261
" Supply a specific revision id, that can be used to specify any\n"
11262
" revision id in the ancestry of the branch.\n"
11263
" Including merges, and pending merges.\n"
11267
#: en/help_topics/revisionspec.txt:66
11269
" revid:aaaa@bbbb-123456789 -> Select revision 'aaaa@bbbb-123456789'"
11272
#: en/help_topics/revisionspec.txt:68
11276
#: en/help_topics/revisionspec.txt:70
11278
" Diffing against this shows all the changes that were made in this "
11280
" and is a good predictor of what merge will do. The submit branch is\n"
11281
" used by the bundle and merge directive commands. If no submit branch\n"
11282
" is specified, the parent branch is used instead."
11285
#: en/help_topics/revisionspec.txt:75
11287
" The common ancestor is the last revision that existed in both\n"
11288
" branches. Usually this is the branch point, but it could also be\n"
11289
" a revision that was merged."
11292
#: en/help_topics/revisionspec.txt:79
11293
msgid " Examples::"
11296
#: en/help_topics/revisionspec.txt:81
11297
msgid " $ bzr diff -r submit:"
11300
#: en/help_topics/revisionspec.txt:83
11304
#: en/help_topics/revisionspec.txt:85
11305
msgid " Supply the path to a branch to select the common ancestor."
11308
#: en/help_topics/revisionspec.txt:91
11310
" This is frequently used with 'diff' to return all of the changes\n"
11311
" that your branch introduces, while excluding the changes that you\n"
11312
" have not merged from the remote branch."
11315
#: en/help_topics/revisionspec.txt:97
11317
" ancestor:/path/to/branch\n"
11318
" $ bzr diff -r ancestor:../../mainline/branch"
11321
#: en/help_topics/revisionspec.txt:100
11325
#: en/help_topics/revisionspec.txt:102
11327
" Supply a datestamp to select the first revision that matches the date.\n"
11328
" Date can be 'yesterday', 'today', 'tomorrow' or a YYYY-MM-DD string.\n"
11329
" Matches the first entry after a given date (either at midnight or\n"
11330
" at a specified time)."
11333
#: en/help_topics/revisionspec.txt:107
11334
msgid " One way to display all the changes since yesterday would be::"
11337
#: en/help_topics/revisionspec.txt:109
11338
msgid " bzr log -r date:yesterday.."
11341
#: en/help_topics/revisionspec.txt:113
11343
" date:yesterday -> select the first revision since "
11345
" date:2006-08-14,17:10:14 -> select the first revision after\n"
11346
" August 14th, 2006 at 5:10pm."
11349
#: en/help_topics/revisionspec.txt:117
11353
#: en/help_topics/revisionspec.txt:119
11354
msgid " Supply the path to a branch to select its last revision."
11357
#: en/help_topics/revisionspec.txt:123
11358
msgid " branch:/path/to/branch"
11361
#: en/help_topics/revisionspec.txt:125
11365
#: en/help_topics/revisionspec.txt:127
11366
msgid " Tags are stored in the branch and created by the 'tag' command."
11369
#: en/help_topics/revisionspec.txt:129
11373
#: en/help_topics/revisionspec.txt:131
11375
" Given a package version number this revision specifier will allow you\n"
11376
" specify the revision corresponding to the upload of that version of\n"
11380
#: en/help_topics/revisionspec.txt:135
11384
#: en/help_topics/revisionspec.txt:137
11386
" Use an integer to specify a revision in the history of the branch.\n"
11387
" Optionally a branch can be specified. A negative number will count\n"
11388
" from the end of the branch (-1 is the last revision, -2 the previous\n"
11389
" one). If the negative number is larger than the branch's history, the\n"
11390
" first revision is returned.\n"
11394
#: en/help_topics/revisionspec.txt:144
11396
" revno:1 -> return the first revision of this branch\n"
11397
" revno:3:/path/to/branch -> return the 3rd revision of\n"
11398
" the branch '/path/to/branch'\n"
11399
" revno:-1 -> The last revision in a branch.\n"
11400
" -2:http://other/branch -> The second to last revision in the\n"
11401
" remote branch.\n"
11402
" -1000000 -> Most likely the first revision, unless\n"
11403
" your history is very long."
11406
#: en/help_topics/revisionspec.txt:153
11410
#: en/help_topics/revisionspec.txt:155
11412
" Supply any revision spec to return the parent of that revision. This "
11414
" mostly useful when inspecting revisions that are not in the revision "
11419
#: en/help_topics/revisionspec.txt:159
11421
" It is an error to request the parent of the null revision (before:0)."
11424
#: en/help_topics/revisionspec.txt:163
11426
" before:1913 -> Return the parent of revno 1913 (revno 1912)\n"
11427
" before:revid:aaaa@bbbb-1234567890 -> return the parent of revision\n"
11428
" aaaa@bbbb-1234567890\n"
11429
" bzr diff -r before:1913..1913\n"
11430
" -> Find the changes between revision 1913 and its parent "
11432
" (What changes did revision 1913 introduce).\n"
11433
" This is equivalent to: bzr diff -c 1913"
11436
#: en/help_topics/revisionspec.txt:171
11440
#: en/help_topics/revisionspec.txt:173
11442
" Select the revision that last modified the specified line. Line is\n"
11443
" specified as path:number. Path is a relative path to the file. "
11445
" start at 1, and are relative to the current version, not the last-\n"
11446
" committed version of the file."
11449
#: en/help_topics/revisionspec.txt:178
11453
#: en/help_topics/revisionspec.txt:180
11455
" Select the revision that merged the specified revision into mainline."
11458
#: en/help_topics/revisionspec.txt:182
11462
#: en/help_topics/revisionspec.txt:184
11464
" Supply a positive number to get the nth revision from the end.\n"
11465
" This is the same as supplying negative numbers to the 'revno:' spec.\n"
11469
#: en/help_topics/revisionspec.txt:188
11471
" last:1 -> return the last revision\n"
11472
" last:3 -> return the revision 2 before the end.\n"
11475
#: en/help_topics/rules.txt:1
11481
#: en/help_topics/rules.txt:7
11483
"Rules are defined in ini file format where the sections are file glob\n"
11484
"patterns and the contents of each section are the preferences for files\n"
11485
"matching that pattern(s). For example::"
11488
#: en/help_topics/rules.txt:11
11494
#: en/help_topics/rules.txt:14
11496
" [name *.html *.xml]\n"
11497
" keywords = xml_escape"
11500
#: en/help_topics/rules.txt:17
11502
"Preferences like these are useful for commands and plugins wishing to\n"
11503
"provide custom behaviour for selected files. For more information on \n"
11504
"end of line conversion see :doc:`eol-help`.\n"
11505
"Keyword support is provided by the `keywords plugin\n"
11506
"<http://doc.bazaar.canonical.com/plugins/en/keywords-plugin.html>`_."
11509
#: en/help_topics/rules.txt:23
11515
#: en/help_topics/rules.txt:26
11517
"Default rules for all branches are defined in the optional file\n"
11518
"``BZR_HOME/rules``. "
11521
#: en/help_topics/rules.txt:29
11527
#: en/help_topics/rules.txt:32
11529
"Patterns are ordered and searching stops as soon as one matches.\n"
11530
"As a consequence, more explicit patterns should be placed towards\n"
11531
"the top of the file. Rule patterns use exactly the same conventions\n"
11532
"as ignore patterns. See :doc:`patterns-help` for details."
11535
#: en/help_topics/rules.txt:37
11539
#: en/help_topics/rules.txt:39
11541
" Patterns containing square brackets or spaces should be\n"
11542
" surrounded in quotes to ensure they are correctly parsed.\n"
11545
#: en/help_topics/topics.txt:1
11547
"authentication Information on configuring authentication\n"
11548
"basic Basic commands\n"
11549
"branches Information on what a branch is\n"
11550
"bugs Bug tracker settings\n"
11551
"checkouts Information on what a checkout is\n"
11552
"commands Basic help for all commands\n"
11553
"configuration Details on the configuration settings available\n"
11554
"conflict-types Types of conflicts and what to do about them\n"
11555
"content-filters Conversion of content into/from working trees\n"
11556
"criss-cross Information on criss-cross merging\n"
11557
"current-formats Current storage formats\n"
11558
"debug-flags Options to show or record debug information\n"
11559
"diverged-branches How to fix diverged branches\n"
11560
"env-variables Environment variable names and values\n"
11561
"eol Information on end-of-line handling\n"
11562
"files Information on configuration and log files\n"
11563
"formats Information on choosing a storage format\n"
11564
"global-options Options that control how Bazaar runs\n"
11565
"hidden-commands All hidden commands\n"
11566
"hooks Points at which custom processing can be added\n"
11567
"launchpad Using Bazaar with Launchpad.net\n"
11568
"location-alias Aliases for remembered locations\n"
11569
"log-formats Details on the logging formats available\n"
11570
"other-formats Experimental and deprecated storage formats\n"
11571
"patterns Information on the pattern syntax\n"
11572
"repositories Basic information on shared repositories.\n"
11573
"revisionspec Explain how to use --revision\n"
11574
"rules Information on defining rule-based preferences\n"
11575
"standalone-trees Information on what a standalone tree is\n"
11576
"standard-options Options that can be used with any command\n"
11577
"status-flags Help on status flags\n"
11578
"sync-for-reconfigure Steps to resolve \"out-of-sync\" when reconfiguring\n"
11579
"topics Topics list\n"
11580
"url-special-chars Special character handling in URLs\n"
11581
"urlspec Supported transport protocols\n"
11582
"working-trees Information on working trees\n"
11585
#: en/help_topics/url-special-chars.txt:1
11587
"Special character handling in URLs\n"
11588
"=================================="
11591
#: en/help_topics/url-special-chars.txt:4
11592
msgid "Bazaar allows locations to be specified in multiple ways, either:"
11595
#: en/help_topics/url-special-chars.txt:6
11596
msgid " * Fully qualified URLs"
11599
#: en/help_topics/url-special-chars.txt:8
11600
msgid " * File system paths, relative or absolute"
11603
#: en/help_topics/url-special-chars.txt:10
11605
"Internally bzr treats all locations as URLs. For any file system paths\n"
11606
"that are specified it will automatically determine the appropriate URL\n"
11607
"representation, and escape special characters where necessary."
11610
#: en/help_topics/url-special-chars.txt:14
11612
"There are a few characters which have special meaning in URLs and need "
11614
"handling to avoid ambiguities. Characters can be escaped with a % and a hex\n"
11615
"value in URLs. Any non-ASCII characters in a file path will automatically "
11617
"urlencoded when the path is converted to a URL."
11620
#: en/help_topics/url-special-chars.txt:19
11622
"URLs represent non-ASCII characters in an encoding defined by the server, "
11624
"usually UTF-8. The % escapes should be of the UTF-8 bytes. Bazaar tries to "
11626
"generous in what it accepts as a URL and to print them in a way that\n"
11627
"will be readable."
11630
#: en/help_topics/url-special-chars.txt:24
11632
"For example, if you have a directory named '/tmp/%2False' these are all "
11634
"ways of accessing the content (0x2F, or 47, is the ASCII code for forward "
11638
#: en/help_topics/url-special-chars.txt:27
11641
" bzr log /tmp/%2False\n"
11642
" bzr log %2False\n"
11643
" bzr log file:///tmp/%252False\n"
11644
" bzr log file://localhost/tmp/%252False\n"
11645
" bzr log file:%252False"
11648
#: en/help_topics/url-special-chars.txt:34
11649
msgid "These are valid but do not refer to the same file::"
11652
#: en/help_topics/url-special-chars.txt:36
11654
" bzr log file:///tmp/%2False (refers to a file called /tmp/\\/alse)\n"
11655
" bzr log %252False (refers to a file called /tmp/%252False)"
11658
#: en/help_topics/url-special-chars.txt:39
11660
"Comma also has special meaning in URLs, because it denotes `segment "
11664
#: en/help_topics/url-special-chars.txt:41
11666
"_`segment parameters`: http://www.ietf.org/rfc/rfc3986.txt (section 3.3)"
11669
#: en/help_topics/url-special-chars.txt:43
11671
"Comma is also special in any file system paths that are specified. To use a "
11673
"comma in a file system path, specify a URL and URL encode the comma::"
11676
#: en/help_topics/url-special-chars.txt:46
11678
" bzr log foo,branch=bla # path \"foo\" with the segment parameter \"branch"
11679
"\" set to \"bla\"\n"
11680
" bzr log file:foo%2Cbranch=bla # path \"foo,branch=bla\"\n"
11681
" bzr log file:foo,branch=bla # path \"foo\" with segment parameter \"branch"
11682
"\" set to \"bla\"\n"
11685
#: en/help_topics/urlspec.txt:1
11686
msgid "URL Identifiers"
11689
#: en/help_topics/urlspec.txt:3
11690
msgid "Supported URL prefixes::"
11693
#: en/help_topics/urlspec.txt:5
11695
" aftp:// Access using active FTP.\n"
11696
" bzr:// Fast access using the Bazaar smart server.\n"
11697
" bzr+ssh:// Fast access using the Bazaar smart server over SSH.\n"
11698
" file:// Access using the standard filesystem (default)\n"
11699
" ftp:// Access using passive FTP.\n"
11700
" http:// Read-only access of branches exported on the web.\n"
11701
" https:// Read-only access of branches exported on the web using "
11703
" sftp:// Access using SFTP (most SSH servers provide SFTP)."
11706
#: en/help_topics/urlspec.txt:14
11707
msgid "Supported modifiers::"
11710
#: en/help_topics/urlspec.txt:16
11711
msgid " gio+ Access using any GIO supported protocols."
11714
#: en/help_topics/urlspec.txt:18
11715
msgid "Bazaar supports all of the standard parts within the URL::"
11718
#: en/help_topics/urlspec.txt:20
11719
msgid " <protocol>://[user[:password]@]host[:port]/[path]"
11722
#: en/help_topics/urlspec.txt:22
11723
msgid "allowing URLs such as::"
11726
#: en/help_topics/urlspec.txt:24
11727
msgid " http://bzruser:BadPass@bzr.example.com:8080/bzr/trunk"
11730
#: en/help_topics/urlspec.txt:26
11732
"For bzr+ssh:// and sftp:// URLs, Bazaar also supports paths that begin\n"
11733
"with '~' as meaning that the rest of the path should be interpreted\n"
11734
"relative to the remote user's home directory. For example if the user\n"
11735
"``remote`` has a home directory of ``/home/remote`` on the server\n"
11736
"shell.example.com, then::"
11739
#: en/help_topics/urlspec.txt:32
11740
msgid " bzr+ssh://remote@shell.example.com/~/myproject/trunk"
11743
#: en/help_topics/urlspec.txt:34
11744
msgid "would refer to ``/home/remote/myproject/trunk``."
11747
#: en/help_topics/urlspec.txt:36
11749
"Many commands that accept URLs also accept location aliases too.\n"
11750
"See :doc:`location-alias-help` and :doc:`url-special-chars-help`.\n"