1
# SOME DESCRIPTIVE TITLE.
2
# Copyright (C) YEAR Canonical
3
# This file is distributed under the same license as the brz package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9
"Project-Id-Version: brz\n"
10
"Report-Msgid-Bugs-To: <bazaar@canonical.com>\n"
11
"POT-Creation-Date: 2020-05-21 19:00+0000\n"
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
"Language-Team: LANGUAGE <LL@li.org>\n"
17
"Content-Type: text/plain; charset=CHARSET\n"
18
"Content-Transfer-Encoding: 8bit\n"
19
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
22
#, python-brace-format
23
msgid "skipping {0} (larger than {1} of {2} bytes)"
26
#: breezy/bisect.py:266
27
msgid "Find an interesting commit using a binary search."
30
#: breezy/bisect.py:268
32
"Bisecting, in a nutshell, is a way to find the commit at which\n"
33
"some testable change was made, such as the introduction of a bug\n"
34
"or feature. By identifying a version which did not have the\n"
35
"interesting change and a later version which did, a developer\n"
36
"can test for the presence of the change at various points in\n"
37
"the history, eventually ending up at the precise commit when\n"
38
"the change was first introduced."
41
#: breezy/bisect.py:276
43
"This command uses subcommands to implement the search, each\n"
44
"of which changes the state of the bisection. The\n"
48
#: breezy/bisect.py:280
51
" Start a bisect, possibly clearing out a previous bisect."
54
#: breezy/bisect.py:283
56
"brz bisect yes [-r rev]\n"
57
" The specified revision (or the current revision, if not given)\n"
58
" has the characteristic we're looking for,"
61
#: breezy/bisect.py:287
63
"brz bisect no [-r rev]\n"
64
" The specified revision (or the current revision, if not given)\n"
65
" does not have the characteristic we're looking for,"
68
#: breezy/bisect.py:291
70
"brz bisect move -r rev\n"
71
" Switch to a different revision manually. Use if the bisect\n"
72
" algorithm chooses a revision that is not suitable. Try to\n"
73
" move as little as possible."
76
#: breezy/bisect.py:296
79
" Clear out a bisection in progress."
82
#: breezy/bisect.py:299
84
"brz bisect log [-o file]\n"
85
" Output a log of the current bisection to standard output, or\n"
86
" to the specified file."
89
#: breezy/bisect.py:303
91
"brz bisect replay <logfile>\n"
92
" Replay a previously-saved bisect log, forgetting any bisection\n"
93
" that might be in progress."
96
#: breezy/bisect.py:307
98
"brz bisect run <script>\n"
99
" Bisect automatically using <script> to determine 'yes' or 'no'.\n"
100
" <script> should exit with:\n"
102
" 125 for unknown (like build failed so we could not test)\n"
103
" anything else for no"
106
# help of 'output' option of 'bisect' command
107
#: breezy/bisect.py:317
108
msgid "Write log to this file."
111
#: breezy/branch.py:828
115
#: breezy/branch.py:2009
117
msgid "Pushed up to revision %d."
120
#: breezy/branch.py:2012
122
msgid "Pushed up to revision id %s."
125
#: breezy/branch.py:2015
127
msgid "%d tag updated."
128
msgid_plural "%d tags updated."
132
#: breezy/branch.py:2019
133
msgid "No new revisions or tags to push."
136
#: breezy/branch.py:2021
137
msgid "No new revisions to push."
140
#: breezy/branch.py:2041
141
#, python-brace-format
142
msgid "checked branch {0} format {1}"
145
#: breezy/branch.py:2044
147
msgid "found error:%s"
150
#: breezy/builtins.py:262 breezy/builtins.py:3094 breezy/workingtree.py:251
152
msgid "Ignoring files outside view. View is %s"
155
#: breezy/builtins.py:272
157
msgid "brz %s --revision takes exactly one revision identifier"
160
#: breezy/builtins.py:327
161
msgid "Display status summary."
164
#: breezy/builtins.py:329
166
"This reports on versioned and unknown files, reporting them\n"
167
"grouped by state. Possible states are:"
170
#: breezy/builtins.py:332
173
" Versioned in the working copy but not in the previous revision."
176
#: breezy/builtins.py:335
179
" Versioned in the previous revision but removed or deleted\n"
180
" in the working copy."
183
#: breezy/builtins.py:339
186
" Path of this file changed from the previous revision;\n"
187
" the text may also have changed. This includes files whose\n"
188
" parent directory was renamed."
191
#: breezy/builtins.py:344
194
" Text has changed since the previous revision."
197
#: breezy/builtins.py:347
200
" File kind has been changed (e.g. from file to directory)."
203
#: breezy/builtins.py:350
206
" Not versioned and not matching an ignore pattern."
209
#: breezy/builtins.py:353
211
"Additionally for directories, symlinks and files with a changed\n"
212
"executable bit, Breezy indicates their type using a trailing\n"
213
"character: '/', '@' or '*' respectively. These decorations can be\n"
214
"disabled using the '--no-classify' option."
217
#: breezy/builtins.py:358
219
"To see ignored files use 'brz ignored'. For details on the\n"
220
"changes to file texts, use 'brz diff'."
223
#: breezy/builtins.py:361
225
"Note that --short or -S gives status flags for each item, similar\n"
226
"to Subversion's status command. To get output similar to svn -q,\n"
227
"use brz status -SV."
230
#: breezy/builtins.py:365
232
"If no arguments are specified, the status of the entire working\n"
233
"directory is shown. Otherwise, only the status of the specified\n"
234
"files or directories is reported. If a directory is given, status\n"
235
"is reported for everything inside that directory."
238
#: breezy/builtins.py:370
240
"Before merges are committed, the pending merge tip revisions are\n"
241
"shown. To see all pending merge revisions, use the -v option.\n"
242
"To skip the display of pending merge information altogether, use\n"
243
"the no-pending option or specify a file/directory."
246
#: breezy/builtins.py:375
248
"To compare the working directory to a specific revision, pass a\n"
249
"single revision to the revision argument."
252
#: breezy/builtins.py:378
254
"To see which files have changed in a specific revision, or between\n"
255
"two revisions, pass a revision range to the revision argument.\n"
256
"This will produce the same results as calling 'brz diff --summarize'."
259
# help of 'short' option of 'status' command
260
#: breezy/builtins.py:387
261
msgid "Use short status indicators."
264
# help of 'versioned' option of 'status' command
265
#: breezy/builtins.py:389
266
msgid "Only show versioned files."
269
# help of 'no-pending' option of 'status' command
270
#: breezy/builtins.py:391
271
msgid "Don't show pending merges."
274
# help of 'no-classify' option of 'status' command
275
#: breezy/builtins.py:393
276
msgid "Do not mark object type using indicator."
279
#: breezy/builtins.py:408
280
msgid "brz status --revision takes exactly one or two revision specifiers"
283
#: breezy/builtins.py:452 breezy/builtins.py:5331
284
msgid "You can only supply one of revision_id or --revision"
287
#: breezy/builtins.py:456 breezy/builtins.py:5334
288
msgid "You must supply either --revision or a revision_id"
291
#: breezy/builtins.py:463
293
msgid "Repository %r does not support access to raw revision texts"
296
#: breezy/builtins.py:474
297
#, python-brace-format
298
msgid "The repository {0} contains no revision {1}."
301
#: breezy/builtins.py:481
302
msgid "You cannot specify a NULL revision."
305
#: breezy/builtins.py:487
306
msgid "Remove the working tree from a given branch/checkout."
309
#: breezy/builtins.py:489
311
"Since a lightweight checkout is little more than a working tree\n"
312
"this will refuse to run against one."
315
#: breezy/builtins.py:492
316
msgid "To re-create the working tree, use \"brz checkout\"."
319
# help of 'force' option of 'remove-tree' command
320
#: breezy/builtins.py:498
321
msgid "Remove the working tree even if it has uncommitted or shelved changes."
324
#: breezy/builtins.py:513
325
msgid "No working tree to remove"
328
#: breezy/builtins.py:516
329
msgid "You cannot remove the working tree of a remote path"
332
#: breezy/builtins.py:526
333
msgid "You cannot remove the working tree from a lightweight checkout"
336
#: breezy/builtins.py:567
338
"The tree does not appear to be corrupt. You probably want \"brz revert\" "
339
"instead. Use \"--force\" if you are sure you want to reset the working tree."
342
#: breezy/builtins.py:578
344
", the header appears corrupt, try passing -r -1 to set the state to the last "
348
#: breezy/builtins.py:583
349
#, python-brace-format
350
msgid "failed to reset the tree state{0}"
353
#: breezy/builtins.py:587
354
msgid "Show current revision number."
357
#: breezy/builtins.py:589
358
msgid "This is equal to the number of revisions on this branch."
361
#: breezy/builtins.py:603
362
msgid "--tree and --revision can not be used together"
365
#: breezy/builtins.py:619
366
msgid "Revision numbers only make sense for single revisions, not ranges"
369
# help of 'tree' option of 'revno' command
370
#: breezy/builtins.py:642
371
msgid "Show revno of working tree."
374
#: breezy/builtins.py:691
375
msgid "Add specified files or directories."
378
#: breezy/builtins.py:693
380
"In non-recursive mode, all the named items are added, regardless\n"
381
"of whether they were previously ignored. A warning is given if\n"
382
"any of the named files are already versioned."
385
#: breezy/builtins.py:697
387
"In recursive mode (the default), files are treated the same way\n"
388
"but the behaviour for directories is different. Directories that\n"
389
"are already versioned do not give a warning. All directories,\n"
390
"whether already versioned or not, are searched for files or\n"
391
"subdirectories that are neither versioned or ignored, and these\n"
392
"are added. This search proceeds recursively into versioned\n"
393
"directories. If no names are given '.' is assumed."
396
#: breezy/builtins.py:705
398
"A warning will be printed when nested trees are encountered,\n"
399
"unless they are explicitly ignored."
402
#: breezy/builtins.py:708
404
"Therefore simply saying 'brz add' will version all files that\n"
405
"are currently unknown."
408
#: breezy/builtins.py:711
410
"Adding a file whose parent directory is not versioned will\n"
411
"implicitly add the parent, and so on up to the root. This means\n"
412
"you should never need to explicitly add a directory, they'll just\n"
413
"get added when you add a file in the directory."
416
#: breezy/builtins.py:716
418
"--dry-run will show which files would be added, but not actually\n"
422
#: breezy/builtins.py:719
424
"--file-ids-from will try to use the file ids from the supplied path.\n"
425
"It looks up ids trying to find a matching parent directory with the\n"
426
"same filename, and then by pure path. This option is rarely needed\n"
427
"but can be useful when adding the same logical file into two\n"
428
"branches that will be merged later (without showing the two different\n"
429
"adds as a conflict). It is also useful when merging another project\n"
430
"into a subdirectory of this one."
433
#: breezy/builtins.py:727
435
"Any files matching patterns in the ignore list will not be added\n"
436
"unless they are explicitly mentioned."
439
#: breezy/builtins.py:730
441
"In recursive mode, files larger than the configuration option\n"
442
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
446
# help of 'no-recurse' option of 'add' command
447
#: breezy/builtins.py:737
448
msgid "Don't recursively add the contents of directories."
451
# help of 'file-ids-from' option of 'add' command
452
#: breezy/builtins.py:745
453
msgid "Lookup file ids from this tree."
456
#: breezy/builtins.py:757
458
"Ignoring --file-ids-from, since the tree does not support setting file ids."
461
#: breezy/builtins.py:788
462
#, python-brace-format
463
msgid "ignored {0} matching \"{1}\"\n"
466
#: breezy/builtins.py:793
467
msgid "Create a new versioned directory."
470
#: breezy/builtins.py:795
471
msgid "This is equivalent to creating the directory and then adding it."
474
# help of 'parents' option of 'mkdir' command
475
#: breezy/builtins.py:802
476
msgid "No error if existing, make parent directories as needed."
479
#: breezy/builtins.py:836
484
#: breezy/builtins.py:883
486
msgid "invalid kind %r specified"
489
#: breezy/builtins.py:921
493
#: breezy/builtins.py:923
494
msgid " brz cp SOURCE... DESTINATION"
497
#: breezy/builtins.py:925
499
"If the last argument is a versioned directory, all the other names\n"
500
"are copied into it. Otherwise, there must be exactly two arguments\n"
501
"and the file is copied to a new name."
504
#: breezy/builtins.py:929
506
"Files cannot be copied between branches. Only files can be copied\n"
510
#: breezy/builtins.py:945 breezy/builtins.py:1038
511
msgid "missing file argument"
514
#: breezy/builtins.py:951
515
msgid "can not copy root of branch"
518
#: breezy/builtins.py:959
519
msgid "to copy multiple files the destination must be a versioned directory"
522
#: breezy/builtins.py:973 breezy/builtins.py:989
524
msgid "Could not copy %s => %s: %s is not versioned."
527
#: breezy/builtins.py:977
529
msgid "Could not copy %s => %s . %s is not versioned\\."
532
#: breezy/builtins.py:981
534
msgid "Could not copy %s => %s . %s is a directory."
537
#: breezy/builtins.py:993
539
msgid "Could not copy to %s: %s is not a directory."
542
#: breezy/builtins.py:1000
543
msgid "Move or rename a file."
546
#: breezy/builtins.py:1002
547
msgid " brz mv SOURCE... DESTINATION"
550
#: breezy/builtins.py:1004
552
"If the last argument is a versioned directory, all the other names\n"
553
"are moved into it. Otherwise, there must be exactly two arguments\n"
554
"and the file is changed to a new name."
557
#: breezy/builtins.py:1008
559
"If OLDNAME does not exist on the filesystem but is versioned and\n"
560
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
561
"assumes that the file has been manually moved and only updates\n"
562
"its internal inventory to reflect that change.\n"
563
"The same is valid when moving many SOURCE files to a DESTINATION."
566
#: breezy/builtins.py:1014
567
msgid "Files cannot be moved between branches."
570
# help of 'after' option of 'mv' command
571
#: breezy/builtins.py:1021
573
"Move only the brz identifier of the file, because the file has already been "
577
# help of 'auto' option of 'mv' command
578
#: breezy/builtins.py:1023
579
msgid "Automatically guess renames."
582
# help of 'dry-run' option of 'mv' command
583
#: breezy/builtins.py:1025
584
msgid "Avoid making changes when guessing renames."
587
#: breezy/builtins.py:1034
588
msgid "--dry-run requires --auto."
591
#: breezy/builtins.py:1044
592
msgid "can not move root of branch"
595
#: breezy/builtins.py:1051
596
msgid "Only one path may be specified to --auto."
599
#: breezy/builtins.py:1054
600
msgid "--after cannot be specified with --auto."
603
#: breezy/builtins.py:1090
604
msgid "to mv multiple files the destination must be a versioned directory"
607
#: breezy/builtins.py:1143
608
msgid "Turn this branch into a mirror of another branch."
611
#: breezy/builtins.py:1145
613
"By default, this command only works on branches that have not diverged.\n"
614
"Branches are considered diverged if the destination branch's most recent\n"
615
"commit is one that has not been merged (directly or indirectly) into the\n"
619
#: breezy/builtins.py:1150
621
"If branches have diverged, you can use 'brz merge' to integrate the changes\n"
622
"from one into the other. Once one branch has merged, the other should\n"
623
"be able to pull it again."
626
#: breezy/builtins.py:1154
628
"If you want to replace your local changes and just want your branch to\n"
629
"match the remote one, use pull --overwrite. This will work even if the two\n"
630
"branches have diverged."
633
#: breezy/builtins.py:1158
635
"If there is no default location set, the first pull will set it (use\n"
636
"--no-remember to avoid setting it). After that, you can omit the\n"
637
"location to use the default. To change the default, use --remember. The\n"
638
"value will only be saved if the remote location can be accessed."
641
#: breezy/builtins.py:1163
643
"The --verbose option will display the revisions pulled using the log_format\n"
644
"configuration option. You can use a different format by overriding it with\n"
645
"-Olog_format=<other_format>."
648
#: breezy/builtins.py:1167
650
"Note: The location can be specified either in the form of a branch,\n"
651
"or in the form of a path to a file containing a merge directive generated\n"
655
# help of 'verbose' option of 'pull' command
656
#: breezy/builtins.py:1175
657
msgid "Show logs of pulled revisions."
660
# help of 'directory' option of 'pull' command
661
#: breezy/builtins.py:1177
663
"Branch to pull into, rather than the one containing the working directory."
666
# help of 'local' option of 'pull' command
667
#: breezy/builtins.py:1180
669
"Perform a local pull in a bound branch. Local pulls are not applied to the "
673
#: breezy/builtins.py:1217
674
msgid "No working tree, ignoring --show-base"
677
#: breezy/builtins.py:1233 breezy/plugins/rewrite/commands.py:479
678
msgid "No pull location known or specified."
681
#: breezy/builtins.py:1240
683
msgid "Using saved parent location: %s\n"
686
#: breezy/builtins.py:1247 breezy/builtins.py:4529
687
msgid "Cannot use -r with merge directives or bundles"
690
#: breezy/builtins.py:1290
691
msgid "Update a mirror of this branch."
694
#: breezy/builtins.py:1292
696
"The target branch will not have its working tree populated because this\n"
697
"is both expensive, and is not supported on remote file systems."
700
#: breezy/builtins.py:1295
702
"Some smart servers or protocols *may* put the working tree in place in\n"
706
#: breezy/builtins.py:1298
708
"This command only works on branches that have not diverged. Branches are\n"
709
"considered diverged if the destination branch's most recent commit is one\n"
710
"that has not been merged (directly or indirectly) by the source branch."
713
#: breezy/builtins.py:1302
715
"If branches have diverged, you can use 'brz push --overwrite' to replace\n"
716
"the other branch completely, discarding its unmerged changes."
719
#: breezy/builtins.py:1305
721
"If you want to ensure you have the different changes in the other branch,\n"
722
"do a merge (see brz help merge) from the other branch, and commit that.\n"
723
"After that you will be able to do a push without '--overwrite'."
726
#: breezy/builtins.py:1309
728
"If there is no default push location set, the first push will set it (use\n"
729
"--no-remember to avoid setting it). After that, you can omit the\n"
730
"location to use the default. To change the default, use --remember. The\n"
731
"value will only be saved if the remote location can be accessed."
734
#: breezy/builtins.py:1314
736
"The --verbose option will display the revisions pushed using the log_format\n"
737
"configuration option. You can use a different format by overriding it with\n"
738
"-Olog_format=<other_format>."
741
# help of 'directory' option of 'push' command
742
#: breezy/builtins.py:1325
744
"Branch to push from, rather than the one containing the working directory."
747
# help of 'use-existing-dir' option of 'push' command
748
#: breezy/builtins.py:1328
750
"By default push will fail if the target directory exists, but does not "
751
"already have a control directory. This flag will allow push to proceed."
754
# help of 'stacked' option of 'push' command
755
#: breezy/builtins.py:1333
757
"Create a stacked branch that references the public location of the parent "
761
# help of 'stacked-on' option of 'push' command
762
#: breezy/builtins.py:1336
764
"Create a stacked branch that refers to another branch for the commit "
765
"history. Only the work not present in the referenced branch is included in "
766
"the branch created."
769
# help of 'strict' option of 'push' command
770
#: breezy/builtins.py:1341
772
"Refuse to push if there are uncommitted changes in the working tree, --no-"
773
"strict disables the check."
776
# help of 'no-tree' option of 'push' command
777
#: breezy/builtins.py:1344
778
msgid "Don't populate the working tree, even for protocols that support it."
781
# help of 'overwrite-tags' option of 'pull' command
782
# help of 'overwrite-tags' option of 'push' command
783
#: breezy/builtins.py:1347
784
msgid "Overwrite tags only."
787
# help of 'lossy' option of 'push' command
788
#: breezy/builtins.py:1348
790
"Allow lossy push, i.e. dropping metadata that can't be represented in the "
794
#: breezy/builtins.py:1402
795
msgid "Could not determine branch to refer to."
798
#: breezy/builtins.py:1411
801
"No push location known or specified. To push to the parent branch (at %s), "
802
"use 'brz push :parent'."
805
#: breezy/builtins.py:1417
806
msgid "No push location known or specified."
809
#: breezy/builtins.py:1421
811
msgid "Using saved push location: %s"
814
#: breezy/builtins.py:1432
815
msgid "Create a new branch that is a copy of an existing branch."
818
#: breezy/builtins.py:1434
820
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
821
"be used. In other words, \"branch ../foo/bar\" will attempt to create ./"
823
"If the FROM_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
824
"is derived from the FROM_LOCATION by stripping a leading scheme or drive\n"
825
"identifier, if any. For example, \"branch lp:foo-bar\" will attempt to\n"
829
#: breezy/builtins.py:1441
831
"To retrieve the branch as of a particular revision, supply the --revision\n"
832
"parameter, as in \"branch foo/bar -r 5\"."
835
# help of 'no-tree' option of 'branch' command
836
#: breezy/builtins.py:1454
837
msgid "Create a branch without a working-tree."
840
# help of 'switch' option of 'branch' command
841
#: breezy/builtins.py:1456
842
msgid "Switch the checkout in the current directory to the new branch."
845
# help of 'stacked' option of 'branch' command
846
#: breezy/builtins.py:1459
848
"Create a stacked branch referring to the source branch. The new branch will "
849
"depend on the availability of the source branch for all operations."
852
# help of 'standalone' option of 'branch' command
853
#: breezy/builtins.py:1463
854
msgid "Do not use a shared repository, even if available."
857
# help of 'use-existing-dir' option of 'branch' command
858
#: breezy/builtins.py:1465
860
"By default branch will fail if the target directory exists, but does not "
861
"already have a control directory. This flag will allow branch to proceed."
864
# help of 'bind' option of 'branch' command
865
#: breezy/builtins.py:1470
866
msgid "Bind new branch to from location."
869
# help of 'colocated-branch' option of 'branch' command
870
#: breezy/builtins.py:1474
871
msgid "Name of colocated branch to sprout."
874
#: breezy/builtins.py:1515
876
msgid "Target directory \"%s\" already exists."
879
#: breezy/builtins.py:1527
881
msgid "Parent of \"%s\" does not exist."
884
#: breezy/builtins.py:1546
885
#, python-brace-format
886
msgid "The branch {0} has no revision {1}."
889
#: breezy/builtins.py:1563 breezy/push.py:54
891
msgid "Created new stacked branch referring to %s."
894
#: breezy/builtins.py:1569
896
msgid "Branched %d revision."
897
msgid_plural "Branched %d revisions."
901
#: breezy/builtins.py:1573 breezy/push.py:57
902
msgid "Created new branch."
905
#: breezy/builtins.py:1578
907
msgid "New branch bound to %s"
910
#: breezy/builtins.py:1583
912
msgid "Switched to branch: %s"
915
#: breezy/builtins.py:1588
916
msgid "List the branches available at the current location."
919
#: breezy/builtins.py:1590
921
"This command will print the names of all the branches at the current\n"
925
# help of 'recursive' option of 'branches' command
926
#: breezy/builtins.py:1597
928
"Recursively scan for branches rather than just looking in the specified "
932
#: breezy/builtins.py:1626
936
#: breezy/builtins.py:1638
937
msgid "Create a new checkout of an existing branch."
940
#: breezy/builtins.py:1640
942
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree\n"
943
"for the branch found in '.'. This is useful if you have removed the working\n"
944
"tree or if it was never created - i.e. if you pushed the branch to its\n"
945
"current location using SFTP."
948
#: breezy/builtins.py:1645
950
"If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION\n"
951
"will be used. In other words, \"checkout ../foo/bar\" will attempt to "
953
"./bar. If the BRANCH_LOCATION has no / or path separator embedded, the\n"
954
"TO_LOCATION is derived from the BRANCH_LOCATION by stripping a leading\n"
955
"scheme or drive identifier, if any. For example, \"checkout lp:foo-bar\" "
957
"attempt to create ./foo-bar."
960
#: breezy/builtins.py:1652
962
"To retrieve the branch as of a particular revision, supply the --revision\n"
963
"parameter, as in \"checkout foo/bar -r 5\". Note that this will be\n"
964
"immediately out of date [so you cannot commit] but it may be useful (i.e.\n"
965
"to examine old code.)"
968
# help of 'lightweight' option of 'checkout' command
969
#: breezy/builtins.py:1662
971
"Perform a lightweight checkout. Lightweight checkouts depend on access to "
972
"the branch for every operation. Normal checkouts can perform common "
973
"operations like diff and status without such access, and also support local "
977
# help of 'files-from' option of 'branch' command
978
# help of 'files-from' option of 'checkout' command
979
#: breezy/builtins.py:1669
980
msgid "Get file contents from this tree."
983
# help of 'hardlink' option of 'branch' command
984
# help of 'hardlink' option of 'checkout' command
985
#: breezy/builtins.py:1671
986
msgid "Hard-link working tree files where possible."
989
#: breezy/builtins.py:1711
991
"Clone a control directory.\n"
995
# help of 'no-recurse-nested' option of 'branch' command
996
# help of 'no-recurse-nested' option of 'clone' command
997
#: breezy/builtins.py:1717
998
msgid "Do not recursively check out nested trees."
1001
#: breezy/builtins.py:1739
1002
msgid "Created new control directory."
1005
#: breezy/builtins.py:1743
1007
"Show list of renamed files.\n"
1011
#: breezy/builtins.py:1771
1012
msgid "Update a working tree to a new revision."
1015
#: breezy/builtins.py:1773
1017
"This will perform a merge of the destination revision (the tip of the\n"
1018
"branch, or the specified revision) into the working tree, and then make\n"
1019
"that revision the basis revision for the working tree."
1022
#: breezy/builtins.py:1777
1024
"You can use this to visit an older revision, or to update a working tree\n"
1025
"that is out of date from its branch."
1028
#: breezy/builtins.py:1780
1030
"If there are any uncommitted changes in the tree, they will be carried\n"
1031
"across and remain as uncommitted changes after the update. To discard\n"
1032
"these changes, use 'brz revert'. The uncommitted changes may conflict\n"
1033
"with the changes brought in by the change in basis revision."
1036
#: breezy/builtins.py:1785
1038
"If the tree's branch is bound to a master branch, brz will also update\n"
1039
"the branch from the master."
1042
#: breezy/builtins.py:1788
1044
"You cannot update just a single file or directory, because each Breezy\n"
1045
"working tree has just a single basis revision. If you want to restore a\n"
1046
"file that has been removed locally, use 'brz revert' instead of 'brz\n"
1047
"update'. If you want to restore a file to its state in a previous\n"
1048
"revision, use 'brz revert' with a '-r' option, or use 'brz cat' to write\n"
1049
"out the old content of that file to a new location."
1052
#: breezy/builtins.py:1795
1054
"The 'dir' argument, if given, must be the location of the root of a\n"
1055
"working tree to update. By default, the working tree that contains the\n"
1056
"current working directory is used."
1059
#: breezy/builtins.py:1811
1060
msgid "brz update --revision takes exactly one revision"
1063
#: breezy/builtins.py:1819
1064
msgid "brz update can only update a whole tree, not a file or subdirectory"
1067
#: breezy/builtins.py:1849
1068
#, python-brace-format
1069
msgid "Tree is up to date at revision {0} of branch {1}"
1072
#: breezy/builtins.py:1865
1075
"branch has no revision %s\n"
1076
"brz update --revision only works for a revision in the branch history"
1079
#: breezy/builtins.py:1871
1080
#, python-brace-format
1081
msgid "Updated to revision {0} of branch {1}"
1084
#: breezy/builtins.py:1875
1086
"Your local commits will now show as pending merges with 'brz status', and "
1087
"can be committed with 'brz commit'."
1090
#: breezy/builtins.py:1884
1091
msgid "Show information about a working tree, branch or repository."
1094
#: breezy/builtins.py:1886
1096
"This command will show all known locations and formats associated to the\n"
1097
"tree, branch or repository."
1100
#: breezy/builtins.py:1889
1102
"In verbose mode, statistical information is included with each report.\n"
1103
"To see extended statistic information, use a verbosity level of 2 or\n"
1104
"higher by specifying the verbose option multiple times, e.g. -vv."
1107
#: breezy/builtins.py:1893
1108
msgid "Branches and working trees will also report any missing revisions."
1111
#: breezy/builtins.py:1895 breezy/builtins.py:3830 breezy/builtins.py:4997
1112
#: breezy/builtins.py:6591 breezy/plugins/fastimport/cmds.py:211
1113
#: breezy/plugins/fastimport/cmds.py:417 breezy/plugins/propose/cmds.py:285
1117
#: breezy/builtins.py:1897
1118
msgid " Display information on the format and related locations:"
1121
#: breezy/builtins.py:1899
1125
#: breezy/builtins.py:1901
1127
" Display the above together with extended format information and\n"
1128
" basic statistics (like the number of files in the working tree and\n"
1129
" number of revisions in the branch and repository):"
1132
#: breezy/builtins.py:1905
1133
msgid " brz info -v"
1136
#: breezy/builtins.py:1907
1137
msgid " Display the above together with number of committers to the branch:"
1140
#: breezy/builtins.py:1909
1141
msgid " brz info -vv"
1144
#: breezy/builtins.py:1928
1145
msgid "Remove files or directories."
1148
#: breezy/builtins.py:1930
1150
"This makes Breezy stop tracking changes to the specified files. Breezy will\n"
1151
"delete them if they can easily be recovered using revert otherwise they\n"
1152
"will be backed up (adding an extension of the form .~#~). If no options or\n"
1153
"parameters are given Breezy will scan for files that are being tracked by\n"
1154
"Breezy but missing in your tree and stop tracking them for you."
1157
# help of 'new' option of 'remove' command
1158
#: breezy/builtins.py:1939
1159
msgid "Only remove files that have never been committed."
1162
# help of 'file-deletion-strategy' option of 'remove' command
1163
#: breezy/builtins.py:1941
1164
msgid "The file deletion mode to be used."
1167
# title of 'file-deletion-strategy' option of 'remove' command
1168
#: breezy/builtins.py:1942
1169
msgid "Deletion Strategy"
1172
# help of 'file-deletion-strategy=safe' option of 'remove' command
1173
#: breezy/builtins.py:1943
1174
msgid "Backup changed files (default)."
1177
# help of 'file-deletion-strategy=keep' option of 'remove' command
1178
#: breezy/builtins.py:1944
1179
msgid "Delete from brz but leave the working copy."
1182
# help of 'file-deletion-strategy=no-backup' option of 'remove' command
1183
#: breezy/builtins.py:1945
1184
msgid "Don't backup changed files."
1187
#: breezy/builtins.py:1966
1188
msgid "No matching files."
1191
#: breezy/builtins.py:1983
1192
msgid "Reconcile brz metadata in a branch."
1195
#: breezy/builtins.py:1985
1197
"This can correct data mismatches that may have been caused by\n"
1198
"previous ghost operations or brz upgrades. You should only\n"
1199
"need to run this command if 'brz check' or a brz developer\n"
1200
"advises you to run it."
1203
#: breezy/builtins.py:1990
1205
"If a second branch is provided, cross-branch reconciliation is\n"
1206
"also attempted, which will check that data like the tree root\n"
1207
"id which was not present in very early brz versions is represented\n"
1208
"correctly in both branches."
1211
#: breezy/builtins.py:1995
1213
"At the same time it is run it may recompress data resulting in\n"
1214
"a potential saving in disk space or performance gain."
1217
#: breezy/builtins.py:1998
1218
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1221
# help of 'format=git-bare' option of 'init' command
1222
# help of 'format=git-bare' option of 'init-shared-repository' command
1223
# help of 'format=git-bare' option of 'upgrade' command
1224
#: breezy/builtins.py:2065 breezy/builtins.py:2186 breezy/builtins.py:3865
1225
msgid "Bare GIT repository (no working tree)."
1228
# help of 'format=2a' option of 'init' command
1229
# help of 'format=bzr' option of 'init' command
1230
# help of 'format=default' option of 'init' command
1231
# help of 'format=2a' option of 'init-shared-repository' command
1232
# help of 'format=bzr' option of 'init-shared-repository' command
1233
# help of 'format=default' option of 'init-shared-repository' command
1234
# help of 'format=2a' option of 'upgrade' command
1235
# help of 'format=bzr' option of 'upgrade' command
1236
# help of 'format=default' option of 'upgrade' command
1237
#: breezy/builtins.py:2065 breezy/builtins.py:2186 breezy/builtins.py:3865
1238
msgid "Format for the bzr 2.0 series.\n"
1241
# help of 'format=git' option of 'init' command
1242
# help of 'format=git' option of 'init-shared-repository' command
1243
# help of 'format=git' option of 'upgrade' command
1244
#: breezy/builtins.py:2065 breezy/builtins.py:2186 breezy/builtins.py:3865
1245
msgid "GIT repository."
1248
#: breezy/builtins.py:2066
1249
msgid "Make a directory into a versioned branch."
1252
#: breezy/builtins.py:2068
1254
"Use this to create an empty branch, or before importing an\n"
1258
#: breezy/builtins.py:2071
1260
"If there is a repository in a parent directory of the location, then\n"
1261
"the history of the branch will be stored in the repository. Otherwise\n"
1262
"init creates a standalone branch which carries its own history\n"
1263
"in the .bzr directory."
1266
#: breezy/builtins.py:2076
1268
"If there is already a branch at the location but it has no working tree,\n"
1269
"the tree can be populated with 'brz checkout'."
1272
#: breezy/builtins.py:2079
1273
msgid "Recipe for importing a tree of files::"
1276
#: breezy/builtins.py:2081
1282
" brz commit -m \"imported project\""
1285
# help of 'create-prefix' option of 'init' command
1286
# help of 'create-prefix' option of 'push' command
1287
#: breezy/builtins.py:2092
1288
msgid "Create the path leading up to the branch if it does not already exist."
1291
# help of 'format' option of 'init' command
1292
#: breezy/builtins.py:2095
1293
msgid "Specify a format for this branch. See \"help formats\" for a full list."
1296
# help of 'append-revisions-only' option of 'init' command
1297
#: breezy/builtins.py:2104
1298
msgid "Never change revnos or the existing log. Append revisions to it only."
1301
# help of 'no-tree' option of 'init' command
1302
#: breezy/builtins.py:2107
1303
msgid "Create a branch without a working tree."
1306
#: breezy/builtins.py:2128 breezy/push.py:112
1309
"Parent directory of %s does not exist.\n"
1310
"You may supply --create-prefix to create all leading parent directories."
1313
#: breezy/builtins.py:2163
1315
"This branch format cannot be set to append-revisions-only. Try --default."
1318
#: breezy/builtins.py:2174
1319
#, python-brace-format
1320
msgid "Created a {0} (format: {1})\n"
1323
#: breezy/builtins.py:2183
1325
msgid "Using shared repository: %s\n"
1328
#: breezy/builtins.py:2187
1329
msgid "Create a shared repository for branches to share storage space."
1332
#: breezy/builtins.py:2189
1334
"New branches created under the repository directory will store their\n"
1335
"revisions in the repository, not in the branch directory. For branches\n"
1336
"with shared history, this reduces the amount of storage needed and\n"
1337
"speeds up the creation of new branches."
1340
#: breezy/builtins.py:2194
1342
"If the --no-trees option is given then the branches in the repository\n"
1343
"will not have working trees by default. They will still exist as\n"
1344
"directories on disk, but they will not have separate copies of the\n"
1345
"files at a certain revision. This can be useful for repositories that\n"
1346
"store branches which are interacted with through checkouts or remote\n"
1347
"branches, such as on a server."
1350
#: breezy/builtins.py:2201
1353
" Create a shared repository holding just branches::"
1356
#: breezy/builtins.py:2204
1358
" brz init-shared-repo --no-trees repo\n"
1359
" brz init repo/trunk"
1362
#: breezy/builtins.py:2207
1363
msgid " Make a lightweight checkout elsewhere::"
1366
#: breezy/builtins.py:2209
1368
" brz checkout --lightweight repo/trunk trunk-checkout\n"
1369
" cd trunk-checkout\n"
1373
# help of 'format' option of 'init-shared-repository' command
1374
#: breezy/builtins.py:2217
1376
"Specify a format for this repository. See \"brz help formats\" for details."
1379
# title of 'format' option of 'init-shared-repository' command
1380
# title of 'format' option of 'fast-import' command
1381
#: breezy/builtins.py:2223 breezy/plugins/fastimport/cmds.py:287
1382
msgid "Repository format"
1385
# help of 'no-trees' option of 'init-shared-repository' command
1386
#: breezy/builtins.py:2225
1387
msgid "Branches in the repository will default to not having a working tree."
1390
# help of 'color' option of 'diff' command
1391
#: breezy/builtins.py:2255
1393
"Color mode to use. \"always\": Always colorize output (default). \"auto\": "
1394
"Only colorize output if terminal supports it and STDOUT is a TTY. \"never"
1395
"\": Never colorize output."
1398
#: breezy/builtins.py:2256
1399
msgid "Show differences in the working tree, between revisions or branches."
1402
#: breezy/builtins.py:2258
1404
"If no arguments are given, all changes for the current tree are listed.\n"
1405
"If files are given, only the changes in those files are listed.\n"
1406
"Remote and multiple branches can be compared by using the --old and\n"
1407
"--new options. If not provided, the default for both is derived from\n"
1408
"the first argument, if any, or the current tree if no arguments are\n"
1412
#: breezy/builtins.py:2265
1414
"\"brz diff -p1\" is equivalent to \"brz diff --prefix old/:new/\", and\n"
1415
"produces patches suitable for \"patch -p1\"."
1418
#: breezy/builtins.py:2268
1420
"Note that when using the -r argument with a range of revisions, the\n"
1421
"differences are computed between the two specified revisions. That\n"
1422
"is, the command does not show the changes introduced by the first\n"
1423
"revision in the range. This differs from the interpretation of\n"
1424
"revision ranges used by \"brz log\" which includes the first revision\n"
1428
#: breezy/builtins.py:2275
1432
" 2 - unrepresentable changes\n"
1437
#: breezy/builtins.py:2281
1440
" Shows the difference in the working tree versus the last commit::"
1443
#: breezy/builtins.py:2284
1447
#: breezy/builtins.py:2286
1448
msgid " Difference between the working tree and revision 1::"
1451
#: breezy/builtins.py:2288
1452
msgid " brz diff -r1"
1455
#: breezy/builtins.py:2290
1456
msgid " Difference between revision 3 and revision 1::"
1459
#: breezy/builtins.py:2292
1460
msgid " brz diff -r1..3"
1463
#: breezy/builtins.py:2294
1464
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1467
#: breezy/builtins.py:2296
1468
msgid " brz diff -r1..3 xxx"
1471
#: breezy/builtins.py:2298
1472
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1475
#: breezy/builtins.py:2300
1476
msgid " brz diff -c2"
1479
#: breezy/builtins.py:2302
1480
msgid " To see the changes introduced by revision X::"
1483
#: breezy/builtins.py:2304
1484
msgid " brz diff -cX"
1487
#: breezy/builtins.py:2306
1489
" Note that in the case of a merge, the -c option shows the changes\n"
1490
" compared to the left hand parent. To see the changes against\n"
1491
" another parent, use::"
1494
#: breezy/builtins.py:2310
1495
msgid " brz diff -r<chosen_parent>..X"
1498
#: breezy/builtins.py:2312
1500
" The changes between the current revision and the previous revision\n"
1501
" (equivalent to -c-1 and -r-2..-1)"
1504
#: breezy/builtins.py:2315
1505
msgid " brz diff -r-2.."
1508
#: breezy/builtins.py:2317
1509
msgid " Show just the differences for file NEWS::"
1512
#: breezy/builtins.py:2319
1513
msgid " brz diff NEWS"
1516
#: breezy/builtins.py:2321
1517
msgid " Show the differences in working tree xxx for file NEWS::"
1520
#: breezy/builtins.py:2323
1521
msgid " brz diff xxx/NEWS"
1524
#: breezy/builtins.py:2325
1525
msgid " Show the differences from branch xxx to this working tree:"
1528
#: breezy/builtins.py:2327
1529
msgid " brz diff --old xxx"
1532
#: breezy/builtins.py:2329
1533
msgid " Show the differences between two branches for file NEWS::"
1536
#: breezy/builtins.py:2331
1537
msgid " brz diff --old xxx --new yyy NEWS"
1540
#: breezy/builtins.py:2333
1541
msgid " Same as 'brz diff' but prefix paths with old/ and new/::"
1544
#: breezy/builtins.py:2335
1545
msgid " brz diff --prefix old/:new/"
1548
#: breezy/builtins.py:2337
1549
msgid " Show the differences using a custom diff program with options::"
1552
#: breezy/builtins.py:2339
1553
msgid " brz diff --using /usr/bin/diff --diff-options -wu"
1556
# help of 'diff-options' option of 'diff' command
1557
#: breezy/builtins.py:2345
1558
msgid "Pass these options to the external diff program."
1561
# help of 'prefix' option of 'diff' command
1562
#: breezy/builtins.py:2348
1564
"Set prefixes added to old and new filenames, as two values separated by a "
1565
"colon. (eg \"old/:new/\")."
1568
# help of 'old' option of 'diff' command
1569
#: breezy/builtins.py:2351
1570
msgid "Branch/tree to compare from."
1573
# help of 'new' option of 'diff' command
1574
#: breezy/builtins.py:2355
1575
msgid "Branch/tree to compare to."
1578
# help of 'using' option of 'diff' command
1579
#: breezy/builtins.py:2361
1580
msgid "Use this command to compare files."
1583
# help of 'format' option of 'diff' command
1584
#: breezy/builtins.py:2366
1585
msgid "Diff format to use."
1588
# title of 'format' option of 'diff' command
1589
#: breezy/builtins.py:2368
1593
# help of 'context' option of 'diff' command
1594
#: breezy/builtins.py:2370
1595
msgid "How many lines of context to show."
1598
# title of 'color' option of 'diff' command
1599
#: breezy/builtins.py:2376
1603
# help of 'check-style' option of 'diff' command
1604
#: breezy/builtins.py:2383
1605
msgid "Warn if trailing whitespace or spurious changes have been added."
1608
#: breezy/builtins.py:2408
1609
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1612
#: breezy/builtins.py:2412
1613
msgid "brz diff --revision takes exactly one or two revision specifiers"
1616
#: breezy/builtins.py:2417 breezy/builtins.py:2823 breezy/builtins.py:2831
1617
#, python-brace-format
1618
msgid "{0} and {1} are mutually exclusive"
1621
#: breezy/builtins.py:2447
1623
"List files deleted in the working tree.\n"
1627
#: breezy/builtins.py:2522
1628
msgid "Show the tree root directory."
1631
#: breezy/builtins.py:2524
1633
"The root is the nearest enclosing directory with a control\n"
1637
#: breezy/builtins.py:2540
1638
msgid "The limit argument must be an integer."
1641
#: breezy/builtins.py:2548
1642
msgid "The levels argument must be an integer."
1645
#: breezy/builtins.py:2553
1646
msgid "Show historical log for a branch or subset of a branch."
1649
#: breezy/builtins.py:2555
1651
"log is brz's default tool for exploring the history of a branch.\n"
1652
"The branch to use is taken from the first parameter. If no parameters\n"
1653
"are given, the branch containing the working directory is logged.\n"
1654
"Here are some simple examples::"
1657
#: breezy/builtins.py:2560
1659
" brz log log the current branch\n"
1660
" brz log foo.py log a file in its branch\n"
1661
" brz log http://server/branch log a branch on a server"
1664
#: breezy/builtins.py:2564
1666
"The filtering, ordering and information shown for each revision can\n"
1667
"be controlled as explained below. By default, all revisions are\n"
1668
"shown sorted (topologically) so that newer revisions appear before\n"
1669
"older ones and descendants always appear before ancestors. If displayed,\n"
1670
"merged revisions are shown indented under the revision in which they\n"
1674
#: breezy/builtins.py:2571
1675
msgid ":Output control:"
1678
#: breezy/builtins.py:2573
1680
" The log format controls how information about each revision is\n"
1681
" displayed. The standard log formats are called ``long``, ``short``\n"
1682
" and ``line``. The default is long. See ``brz help log-formats``\n"
1683
" for more details on log formats."
1686
#: breezy/builtins.py:2578
1688
" The following options can be used to control what information is\n"
1692
#: breezy/builtins.py:2581
1694
" -l N display a maximum of N revisions\n"
1695
" -n N display N levels of revisions (0 for all, 1 for collapsed)\n"
1696
" -v display a status summary (delta) for each revision\n"
1697
" -p display a diff (patch) for each revision\n"
1698
" --show-ids display revision-ids (and file-ids), not just revnos"
1701
#: breezy/builtins.py:2587
1703
" Note that the default number of levels to display is a function of the\n"
1704
" log format. If the -n option is not used, the standard log formats show\n"
1705
" just the top level (mainline)."
1708
#: breezy/builtins.py:2591
1710
" Status summaries are shown using status flags like A, M, etc. To see\n"
1711
" the changes explained using words like ``added`` and ``modified``\n"
1712
" instead, use the -vv option."
1715
#: breezy/builtins.py:2595
1716
msgid ":Ordering control:"
1719
#: breezy/builtins.py:2597
1721
" To display revisions from oldest to newest, use the --forward option.\n"
1722
" In most cases, using this option will have little impact on the total\n"
1723
" time taken to produce a log, though --forward does not incrementally\n"
1724
" display revisions like --reverse does when it can."
1727
#: breezy/builtins.py:2602
1728
msgid ":Revision filtering:"
1731
#: breezy/builtins.py:2604
1733
" The -r option can be used to specify what revision or range of revisions\n"
1734
" to filter against. The various forms are shown below::"
1737
#: breezy/builtins.py:2607
1739
" -rX display revision X\n"
1740
" -rX.. display revision X and later\n"
1741
" -r..Y display up to and including revision Y\n"
1742
" -rX..Y display from X to Y inclusive"
1745
#: breezy/builtins.py:2612
1747
" See ``brz help revisionspec`` for details on how to specify X and Y.\n"
1748
" Some common examples are given below::"
1751
#: breezy/builtins.py:2615
1753
" -r-1 show just the tip\n"
1754
" -r-10.. show the last 10 mainline revisions\n"
1755
" -rsubmit:.. show what's new on this branch\n"
1756
" -rancestor:path.. show changes since the common ancestor of this\n"
1757
" branch and the one at location path\n"
1758
" -rdate:yesterday.. show changes since yesterday"
1761
#: breezy/builtins.py:2622
1763
" When logging a range of revisions using -rX..Y, log starts at\n"
1764
" revision Y and searches back in history through the primary\n"
1765
" (\"left-hand\") parents until it finds X. When logging just the\n"
1766
" top level (using -n1), an error is reported if X is not found\n"
1767
" along the way. If multi-level logging is used (-n0), X may be\n"
1768
" a nested merge revision and the log will be truncated accordingly."
1771
#: breezy/builtins.py:2629
1772
msgid ":Path filtering:"
1775
#: breezy/builtins.py:2631
1777
" If parameters are given and the first one is not a branch, the log\n"
1778
" will be filtered to show only those revisions that changed the\n"
1779
" nominated files or directories."
1782
#: breezy/builtins.py:2635
1784
" Filenames are interpreted within their historical context. To log a\n"
1785
" deleted file, specify a revision range so that the file existed at\n"
1786
" the end or start of the range."
1789
#: breezy/builtins.py:2639
1791
" Historical context is also important when interpreting pathnames of\n"
1792
" renamed files/directories. Consider the following example:"
1795
#: breezy/builtins.py:2642
1797
" * revision 1: add tutorial.txt\n"
1798
" * revision 2: modify tutorial.txt\n"
1799
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1802
#: breezy/builtins.py:2646
1803
msgid " In this case:"
1806
#: breezy/builtins.py:2648
1807
msgid " * ``brz log guide.txt`` will log the file added in revision 1"
1810
#: breezy/builtins.py:2650
1811
msgid " * ``brz log tutorial.txt`` will log the new file added in revision 3"
1814
#: breezy/builtins.py:2652
1816
" * ``brz log -r2 -p tutorial.txt`` will show the changes made to\n"
1817
" the original file in revision 2."
1820
#: breezy/builtins.py:2655
1822
" * ``brz log -r2 -p guide.txt`` will display an error message as there\n"
1823
" was no file called guide.txt in revision 2."
1826
#: breezy/builtins.py:2658
1828
" Renames are always followed by log. By design, there is no need to\n"
1829
" explicitly ask for this (and no way to stop logging a file back\n"
1830
" until it was last renamed)."
1833
#: breezy/builtins.py:2662
1834
msgid ":Other filtering:"
1837
#: breezy/builtins.py:2664
1839
" The --match option can be used for finding revisions that match a\n"
1840
" regular expression in a commit message, committer, author or bug.\n"
1841
" Specifying the option several times will match any of the supplied\n"
1842
" expressions. --match-author, --match-bugs, --match-committer and\n"
1843
" --match-message can be used to only match a specific field."
1846
#: breezy/builtins.py:2670
1847
msgid ":Tips & tricks:"
1850
#: breezy/builtins.py:2672
1852
" GUI tools and IDEs are often better at exploring history than command\n"
1853
" line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\n"
1854
" bzr-explorer shell, or the Loggerhead web interface. See the Bazaar\n"
1855
" Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/> and\n"
1856
" <http://wiki.bazaar.canonical.com/IDEIntegration>."
1859
#: breezy/builtins.py:2678
1860
msgid " You may find it useful to add the aliases below to ``breezy.conf``::"
1863
#: breezy/builtins.py:2680
1867
" top = log -l10 --line\n"
1871
#: breezy/builtins.py:2685
1873
" ``brz tip`` will then show the latest revision while ``brz top``\n"
1874
" will show the last 10 mainline revisions. To see the details of a\n"
1875
" particular revision X, ``brz show -rX``."
1878
#: breezy/builtins.py:2689
1880
" If you are interested in looking deeper into a particular merge X,\n"
1881
" use ``brz log -n0 -rX``."
1884
#: breezy/builtins.py:2692
1886
" ``brz log -v`` on a branch with lots of history is currently\n"
1887
" very slow. A fix for this issue is currently under development.\n"
1888
" With or without that fix, it is recommended that a revision range\n"
1889
" be given when using the -v option."
1892
#: breezy/builtins.py:2697
1894
" brz has a generic full-text matching plugin, brz-search, that can be\n"
1895
" used to find revisions matching user names, commit messages, etc.\n"
1896
" Among other features, this plugin can find all revisions containing\n"
1897
" a list of words but not others."
1900
#: breezy/builtins.py:2702
1902
" When exploring non-mainline history on large projects with deep\n"
1903
" history, the performance of log can be greatly improved by installing\n"
1904
" the historycache plugin. This plugin buffers historical information\n"
1905
" trading disk space for faster speed."
1908
# help of 'forward' option of 'log' command
1909
#: breezy/builtins.py:2711
1910
msgid "Show from oldest to newest."
1913
# help of 'verbose' option of 'log' command
1914
#: breezy/builtins.py:2714
1915
msgid "Show files changed in each revision."
1918
# help of 'change' option of 'log' command
1919
#: breezy/builtins.py:2720
1920
msgid "Show just the specified revision. See also \"help revisionspec\"."
1923
# help of 'authors' option of 'log' command
1924
#: breezy/builtins.py:2724
1925
msgid "What names to list as authors - first, all or committer."
1928
# title of 'authors' option of 'log' command
1929
#: breezy/builtins.py:2725
1933
# help of 'levels' option of 'log' command
1934
#: breezy/builtins.py:2731
1935
msgid "Number of levels to display - 0 for all, 1 for flat."
1938
# help of 'limit' option of 'log' command
1939
#: breezy/builtins.py:2741
1940
msgid "Limit the output to the first N revisions."
1943
# help of 'show-diff' option of 'log' command
1944
#: breezy/builtins.py:2746
1945
msgid "Show changes made in each revision as a patch."
1948
# help of 'include-merged' option of 'log' command
1949
#: breezy/builtins.py:2748
1950
msgid "Show merged revisions like --levels 0 does."
1953
# help of 'omit-merges' option of 'log' command
1954
#: breezy/builtins.py:2752
1955
msgid "Do not report commits with more than one parent."
1958
# help of 'exclude-common-ancestry' option of 'log' command
1959
#: breezy/builtins.py:2754
1961
"Display only the revisions that are not part of both ancestries (require -"
1965
# help of 'signatures' option of 'log' command
1966
#: breezy/builtins.py:2758
1967
msgid "Show digital signature validity."
1970
# help of 'match' option of 'log' command
1971
#: breezy/builtins.py:2761
1972
msgid "Show revisions whose properties match this expression."
1975
# help of 'match-message' option of 'log' command
1976
#: breezy/builtins.py:2765
1977
msgid "Show revisions whose message matches this expression."
1980
# help of 'match-committer' option of 'log' command
1981
#: breezy/builtins.py:2769
1982
msgid "Show revisions whose committer matches this expression."
1985
# help of 'match-author' option of 'log' command
1986
#: breezy/builtins.py:2773
1987
msgid "Show revisions whose authors match this expression."
1990
# help of 'match-bugs' option of 'log' command
1991
#: breezy/builtins.py:2777
1992
msgid "Show revisions whose bugs match this expression."
1995
#: breezy/builtins.py:2817
1996
msgid "--exclude-common-ancestry requires -r with two revisions"
1999
#: breezy/builtins.py:2845
2001
msgid "Path unknown at end or start of revision range: %s"
2004
#: breezy/builtins.py:2963
2006
msgid "brz %s doesn't accept two revisions in different branches."
2009
#: breezy/builtins.py:2979
2011
msgid "brz %s --revision takes one or two values."
2014
#: breezy/builtins.py:3024
2016
"List files in a tree.\n"
2020
# help of 'recursive' option of 'ls' command
2021
#: breezy/builtins.py:3033
2022
msgid "Recurse into subdirectories."
2025
# help of 'from-root' option of 'ls' command
2026
#: breezy/builtins.py:3035
2027
msgid "Print paths relative to the root of the branch."
2030
# help of 'unknown' option of 'ls' command
2031
#: breezy/builtins.py:3037
2032
msgid "Print unknown files."
2035
# help of 'versioned' option of 'ls' command
2036
#: breezy/builtins.py:3038
2037
msgid "Print versioned files."
2040
# help of 'ignored' option of 'ls' command
2041
#: breezy/builtins.py:3041
2042
msgid "Print ignored files."
2045
# help of 'kind' option of 'ls' command
2046
#: breezy/builtins.py:3043
2048
"List entries of a particular kind: file, directory, symlink, tree-reference."
2051
#: breezy/builtins.py:3058
2052
msgid "invalid kind specified"
2055
#: breezy/builtins.py:3062
2056
msgid "Cannot set both --verbose and --null"
2059
#: breezy/builtins.py:3071
2060
msgid "cannot specify both --from-root and PATH"
2063
#: breezy/builtins.py:3158
2064
msgid "Ignore specified files or patterns."
2067
#: breezy/builtins.py:3160
2068
msgid "See ``brz help patterns`` for details on the syntax of patterns."
2071
#: breezy/builtins.py:3162
2073
"If a .bzrignore file does not exist, the ignore command\n"
2074
"will create one and add the specified files or patterns to the newly\n"
2075
"created file. The ignore command will also automatically add the\n"
2076
".bzrignore file to be versioned. Creating a .bzrignore file without\n"
2077
"the use of the ignore command will require an explicit add command."
2080
#: breezy/builtins.py:3168
2082
"To remove patterns from the ignore list, edit the .bzrignore file.\n"
2083
"After adding, editing or deleting that file either indirectly by\n"
2084
"using this command or directly by using an editor, be sure to commit\n"
2088
#: breezy/builtins.py:3173
2090
"Breezy also supports a global ignore file ~/.config/breezy/ignore. On\n"
2091
"Windows the global ignore file can be found in the application data\n"
2093
"C:\\Documents and Settings\\<user>\\Application Data\\Breezy\\3.0\\ignore.\n"
2094
"Global ignores are not touched by this command. The global ignore file\n"
2095
"can be edited directly using an editor."
2098
#: breezy/builtins.py:3180
2100
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
2101
"precedence over regular ignores. Such exceptions are used to specify\n"
2102
"files that should be versioned which would otherwise be ignored."
2105
#: breezy/builtins.py:3184
2107
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
2108
"precedence over the '!' exception patterns."
2111
#: breezy/builtins.py:3187
2115
#: breezy/builtins.py:3189
2117
"* Ignore patterns containing shell wildcards must be quoted from\n"
2118
" the shell on Unix."
2121
#: breezy/builtins.py:3192
2123
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
2124
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
2127
#: breezy/builtins.py:3195
2130
" Ignore the top level Makefile::"
2133
#: breezy/builtins.py:3198
2134
msgid " brz ignore ./Makefile"
2137
#: breezy/builtins.py:3200
2138
msgid " Ignore .class files in all directories...::"
2141
#: breezy/builtins.py:3202
2142
msgid " brz ignore \"*.class\""
2145
#: breezy/builtins.py:3204
2146
msgid " ...but do not ignore \"special.class\"::"
2149
#: breezy/builtins.py:3206
2150
msgid " brz ignore \"!special.class\""
2153
#: breezy/builtins.py:3208
2154
msgid " Ignore files whose name begins with the \"#\" character::"
2157
#: breezy/builtins.py:3210
2158
msgid " brz ignore \"RE:^#\""
2161
#: breezy/builtins.py:3212 breezy/builtins.py:3216
2162
msgid " Ignore .o files under the lib directory::"
2165
#: breezy/builtins.py:3214
2166
msgid " brz ignore \"lib/**/*.o\""
2169
#: breezy/builtins.py:3218
2170
msgid " brz ignore \"RE:lib/.*\\.o\""
2173
#: breezy/builtins.py:3220
2174
msgid " Ignore everything but the \"debian\" toplevel directory::"
2177
#: breezy/builtins.py:3222
2178
msgid " brz ignore \"RE:(?!debian/).*\""
2181
#: breezy/builtins.py:3224
2183
" Ignore everything except the \"local\" toplevel directory,\n"
2184
" but always ignore autosave files ending in ~, even under local/::"
2187
#: breezy/builtins.py:3227
2189
" brz ignore \"*\"\n"
2190
" brz ignore \"!./local\"\n"
2191
" brz ignore \"!!*~\""
2194
# help of 'default-rules' option of 'ignore' command
2195
#: breezy/builtins.py:3236
2196
msgid "Display the default ignore rules that brz uses."
2199
#: breezy/builtins.py:3248
2200
msgid "ignore requires at least one NAME_PATTERN or --default-rules."
2203
#: breezy/builtins.py:3259
2205
msgid "Invalid ignore pattern found. %s"
2206
msgid_plural "Invalid ignore patterns found. %s"
2210
#: breezy/builtins.py:3268
2211
msgid "NAME_PATTERN should not be an absolute path"
2214
#: breezy/builtins.py:3280
2217
"Warning: the following files are version controlled and match your ignore "
2220
"These files will continue to be version controlled unless you 'brz remove' "
2224
#: breezy/builtins.py:3287
2225
msgid "List ignored files and the patterns that matched them."
2228
#: breezy/builtins.py:3289
2230
"List all the ignored files and the ignore pattern that caused the file to\n"
2234
#: breezy/builtins.py:3292
2235
msgid "Alternatively, to list just the files::"
2238
#: breezy/builtins.py:3294
2239
msgid " brz ls --ignored"
2242
#: breezy/builtins.py:3328
2244
msgid "not a valid revision-number: %r"
2247
#: breezy/builtins.py:3336
2248
msgid "Export current or past revision to a destination directory or archive."
2251
#: breezy/builtins.py:3338
2252
msgid "If no revision is specified this exports the last committed revision."
2255
#: breezy/builtins.py:3340
2257
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
2258
"given, try to find the format with the extension. If no extension\n"
2259
"is found exports to a directory (equivalent to --format=dir)."
2262
#: breezy/builtins.py:3344
2264
"If root is supplied, it will be used as the root directory inside\n"
2265
"container formats (tar, zip, etc). If it is not supplied it will default\n"
2266
"to the exported filename. The root option has no effect for 'dir' format."
2269
#: breezy/builtins.py:3348
2271
"If branch is omitted then the branch containing the current working\n"
2272
"directory will be used."
2275
#: breezy/builtins.py:3351
2276
msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
2279
#: breezy/builtins.py:3353
2281
" ================= =========================\n"
2282
" Supported formats Autodetected by extension\n"
2283
" ================= =========================\n"
2286
" tbz2 .tar.bz2, .tbz2\n"
2287
" tgz .tar.gz, .tgz\n"
2289
" ================= ========================="
2292
# help of 'format' option of 'export' command
2293
#: breezy/builtins.py:3368
2294
msgid "Type of file to export to."
2297
# help of 'filters' option of 'export' command
2298
#: breezy/builtins.py:3371
2299
msgid "Apply content filters to export the convenient form."
2302
# help of 'root' option of 'export' command
2303
#: breezy/builtins.py:3375
2304
msgid "Name of the root directory inside the exported file."
2307
# help of 'per-file-timestamps' option of 'export' command
2308
#: breezy/builtins.py:3377
2310
"Set modification time of files to that of the last revision in which it was "
2314
# help of 'uncommitted' option of 'export' command
2315
#: breezy/builtins.py:3380
2316
msgid "Export the working tree contents rather than that of the last revision."
2319
#: breezy/builtins.py:3400
2320
msgid "--uncommitted requires a working tree"
2323
#: breezy/builtins.py:3428
2325
msgid "Unsupported export format: %s"
2328
#: breezy/builtins.py:3432
2329
msgid "Write the contents of a file as of a given revision to standard output."
2332
#: breezy/builtins.py:3434
2333
msgid "If no revision is nominated, the last revision is used."
2336
#: breezy/builtins.py:3436
2338
"Note: Take care to redirect standard output when using this command on a\n"
2342
# help of 'name-from-revision' option of 'cat' command
2343
#: breezy/builtins.py:3443
2344
msgid "The path name in the old tree."
2347
# help of 'filters' option of 'cat' command
2348
#: breezy/builtins.py:3444
2349
msgid "Apply content filters to display the convenience form."
2352
#: breezy/builtins.py:3455
2353
msgid "brz cat --revision takes exactly one revision specifier"
2356
#: breezy/builtins.py:3475 breezy/builtins.py:3489
2357
msgid "{0!r} is not present in revision {1}"
2360
#: breezy/builtins.py:3516
2361
msgid "Commit changes into a new revision."
2364
#: breezy/builtins.py:3518
2366
"An explanatory message needs to be given for each commit. This is\n"
2367
"often done by using the --message option (getting the message from the\n"
2368
"command line) or by using the --file option (getting the message from\n"
2369
"a file). If neither of these options is given, an editor is opened for\n"
2370
"the user to enter the message. To see the changed files in the\n"
2371
"boilerplate text loaded into the editor, use the --show-diff option."
2374
#: breezy/builtins.py:3525
2376
"By default, the entire tree is committed and the person doing the\n"
2377
"commit is assumed to be the author. These defaults can be overridden\n"
2378
"as explained below."
2381
#: breezy/builtins.py:3529
2382
msgid ":Selective commits:"
2385
#: breezy/builtins.py:3531
2387
" If selected files are specified, only changes to those files are\n"
2388
" committed. If a directory is specified then the directory and\n"
2389
" everything within it is committed."
2392
#: breezy/builtins.py:3535
2394
" When excludes are given, they take precedence over selected files.\n"
2395
" For example, to commit only changes within foo, but not changes\n"
2399
#: breezy/builtins.py:3539
2400
msgid " brz commit foo -x foo/bar"
2403
#: breezy/builtins.py:3541
2404
msgid " A selective commit after a merge is not yet supported."
2407
#: breezy/builtins.py:3543
2408
msgid ":Custom authors:"
2411
#: breezy/builtins.py:3545
2413
" If the author of the change is not the same person as the committer,\n"
2414
" you can specify the author's name using the --author option. The\n"
2415
" name should be in the same format as a committer-id, e.g.\n"
2416
" \"John Doe <jdoe@example.com>\". If there is more than one author of\n"
2417
" the change you can specify the option multiple times, once for each\n"
2421
#: breezy/builtins.py:3552
2425
#: breezy/builtins.py:3554
2427
" A common mistake is to forget to add a new file or directory before\n"
2428
" running the commit command. The --strict option checks for unknown\n"
2429
" files and aborts the commit if any are found. More advanced pre-commit\n"
2430
" checks can be implemented by defining hooks. See ``brz help hooks``\n"
2434
#: breezy/builtins.py:3560
2435
msgid ":Things to note:"
2438
#: breezy/builtins.py:3562
2440
" If you accidentally commit the wrong changes or make a spelling\n"
2441
" mistake in the commit message say, you can use the uncommit command\n"
2442
" to undo it. See ``brz help uncommit`` for details."
2445
#: breezy/builtins.py:3566
2447
" Hooks can also be configured to run after a commit. This allows you\n"
2448
" to trigger updates to external systems like bug trackers. The --fixes\n"
2449
" option can be used to record the association between a revision and\n"
2450
" one or more bugs. See ``brz help bugs`` for details."
2453
# help of 'exclude' option of 'commit' command
2454
#: breezy/builtins.py:3577
2455
msgid "Do not consider changes made to a given path."
2458
# help of 'message' option of 'commit' command
2459
#: breezy/builtins.py:3580
2460
msgid "Description of the new revision."
2463
# help of 'unchanged' option of 'commit' command
2464
#: breezy/builtins.py:3583
2465
msgid "Commit even if nothing has changed."
2468
# help of 'file' option of 'commit' command
2469
#: breezy/builtins.py:3587
2470
msgid "Take commit message from this file."
2473
# help of 'strict' option of 'commit' command
2474
#: breezy/builtins.py:3589
2475
msgid "Refuse to commit if there are unknown files in the working tree."
2478
# help of 'commit-time' option of 'commit' command
2479
#: breezy/builtins.py:3592
2481
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2485
# help of 'bugs' option of 'commit' command
2486
#: breezy/builtins.py:3596
2487
msgid "Link to a related bug. (see \"brz help bugs\")."
2490
# help of 'fixes' option of 'commit' command
2491
#: breezy/builtins.py:3599
2492
msgid "Mark a bug as being fixed by this revision (see \"brz help bugs\")."
2495
# help of 'author' option of 'commit' command
2496
#: breezy/builtins.py:3603
2497
msgid "Set the author's name, if it's different from the committer."
2500
# help of 'local' option of 'commit' command
2501
#: breezy/builtins.py:3606
2503
"Perform a local commit in a bound branch. Local commits are not pushed to "
2504
"the master branch until a normal commit is performed."
2507
# help of 'show-diff' option of 'commit' command
2508
#: breezy/builtins.py:3612
2510
"When no message is supplied, show the diff along with the status summary in "
2511
"the message editor."
2514
# help of 'lossy' option of 'commit' command
2515
#: breezy/builtins.py:3615
2517
"When committing to a foreign version control system do not push data that "
2518
"can not be natively represented."
2521
#: breezy/builtins.py:3632
2524
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2525
"default bug tracker using the `bugtracker` option.\n"
2526
"See \"brz help bugs\" for more information on this feature. Commit refused."
2529
#: breezy/builtins.py:3641
2532
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"brz help bugs\" "
2533
"for more information on this feature.\n"
2537
#: breezy/builtins.py:3650
2539
msgid "Unrecognized bug %s. Commit refused."
2542
#: breezy/builtins.py:3653
2549
#: breezy/builtins.py:3680
2550
msgid "Could not parse --commit-time: "
2553
#: breezy/builtins.py:3724
2554
msgid "please specify either --message or --file"
2557
#: breezy/builtins.py:3754
2558
msgid "please specify a commit message with either --message or --file"
2561
#: breezy/builtins.py:3757
2563
"Empty commit message specified. Please specify a commit message with either "
2564
"--message or --file or leave a blank message with --message \"\"."
2567
#: breezy/builtins.py:3777
2569
"No changes to commit. Please 'brz add' the files you want to commit, or use "
2570
"--unchanged to force an empty commit."
2573
#: breezy/builtins.py:3781
2575
"Conflicts detected in working tree. Use \"brz conflicts\" to list, \"brz "
2576
"resolve FILE\" to resolve."
2579
#: breezy/builtins.py:3785
2580
msgid "Commit refused because there are unknown files in the working tree."
2583
#: breezy/builtins.py:3788
2586
"To commit to master branch, run update and then commit.\n"
2587
"You can also pass --local to commit to continue working disconnected."
2590
#: breezy/builtins.py:3796
2592
"Validate working tree structure, branch consistency and repository history."
2595
#: breezy/builtins.py:3798
2597
"This command checks various invariants about branch and repository storage\n"
2598
"to detect data corruption or brz bugs."
2601
#: breezy/builtins.py:3801
2603
"The working tree and branch checks will only give output if a problem is\n"
2604
"detected. The output fields of the repository check are:"
2607
#: breezy/builtins.py:3804
2610
" This is just the number of revisions checked. It doesn't\n"
2611
" indicate a problem."
2614
#: breezy/builtins.py:3808
2617
" This is just the number of versionedfiles checked. It\n"
2618
" doesn't indicate a problem."
2621
#: breezy/builtins.py:3812
2623
"unreferenced ancestors\n"
2624
" Texts that are ancestors of other texts, but\n"
2625
" are not properly referenced by the revision ancestry. This is a\n"
2626
" subtle problem that Breezy can work around."
2629
#: breezy/builtins.py:3817
2631
"unique file texts\n"
2632
" This is the total number of unique file contents\n"
2633
" seen in the checked revisions. It does not indicate a problem."
2636
#: breezy/builtins.py:3821
2638
"repeated file texts\n"
2639
" This is the total number of repeated texts seen\n"
2640
" in the checked revisions. Texts can be repeated when their file\n"
2641
" entries are modified, but the file contents are not. It does not\n"
2642
" indicate a problem."
2645
#: breezy/builtins.py:3827
2647
"If no restrictions are specified, all data that is found at the given\n"
2648
"location will be checked."
2651
#: breezy/builtins.py:3832
2652
msgid " Check the tree and branch at 'foo'::"
2655
#: breezy/builtins.py:3834
2656
msgid " brz check --tree --branch foo"
2659
#: breezy/builtins.py:3836
2660
msgid " Check only the repository at 'bar'::"
2663
#: breezy/builtins.py:3838
2664
msgid " brz check --repo bar"
2667
#: breezy/builtins.py:3840
2668
msgid " Check everything at 'baz'::"
2671
#: breezy/builtins.py:3842
2672
msgid " brz check baz"
2675
# help of 'branch' option of 'check' command
2676
#: breezy/builtins.py:3848
2677
msgid "Check the branch related to the current directory."
2680
# help of 'repo' option of 'check' command
2681
#: breezy/builtins.py:3850
2682
msgid "Check the repository related to the current directory."
2685
# help of 'tree' option of 'check' command
2686
#: breezy/builtins.py:3852
2687
msgid "Check the working tree related to the current directory."
2690
#: breezy/builtins.py:3866
2691
msgid "Upgrade a repository, branch or working tree to a newer format."
2694
#: breezy/builtins.py:3868
2696
"When the default format has changed after a major new release of\n"
2697
"Bazaar/Breezy, you may be informed during certain operations that you\n"
2698
"should upgrade. Upgrading to a newer format may improve performance\n"
2699
"or make new features available. It may however limit interoperability\n"
2700
"with older repositories or with older versions of Bazaar or Breezy."
2703
#: breezy/builtins.py:3874
2705
"If you wish to upgrade to a particular format rather than the\n"
2706
"current default, that can be specified using the --format option.\n"
2707
"As a consequence, you can use the upgrade command this way to\n"
2708
"\"downgrade\" to an earlier format, though some conversions are\n"
2709
"a one way process (e.g. changing from the 1.x default to the\n"
2710
"2.x default) so downgrading is not always possible."
2713
#: breezy/builtins.py:3881
2715
"A backup.bzr.~#~ directory is created at the start of the conversion\n"
2716
"process (where # is a number). By default, this is left there on\n"
2717
"completion. If the conversion fails, delete the new .bzr directory\n"
2718
"and rename this one back in its place. Use the --clean option to ask\n"
2719
"for the backup.bzr directory to be removed on successful conversion.\n"
2720
"Alternatively, you can delete it by hand if everything looks good\n"
2724
#: breezy/builtins.py:3889
2726
"If the location given is a shared repository, dependent branches\n"
2727
"are also converted provided the repository converts successfully.\n"
2728
"If the conversion of a branch fails, remaining branches are still\n"
2732
#: breezy/builtins.py:3894
2734
"For more information on upgrades, see the Breezy Upgrade Guide,\n"
2735
"https://www.breezy-vcs.org/doc/en/upgrade-guide/."
2738
# help of 'format' option of 'upgrade' command
2739
#: breezy/builtins.py:3902
2740
msgid "Upgrade to a specific format. See \"brz help formats\" for details."
2743
# title of 'format' option of 'init' command
2744
# title of 'format' option of 'upgrade' command
2745
#: breezy/builtins.py:3907
2746
msgid "Branch format"
2749
# help of 'clean' option of 'upgrade' command
2750
#: breezy/builtins.py:3909
2751
msgid "Remove the backup.bzr directory if successful."
2754
# help of 'dry-run' option of 'add' command
2755
# help of 'dry-run' option of 'upgrade' command
2756
# help of 'dry-run' option of 'rebase' command
2757
#: breezy/builtins.py:3911 breezy/plugins/rewrite/commands.py:97
2758
msgid "Show what would be done, but don't actually do anything."
2761
#: breezy/builtins.py:3926
2762
msgid "Show or set brz user id."
2765
#: breezy/builtins.py:3928
2768
" Show the email of the current user::"
2771
#: breezy/builtins.py:3931
2772
msgid " brz whoami --email"
2775
#: breezy/builtins.py:3933
2776
msgid " Set the current user::"
2779
#: breezy/builtins.py:3935
2780
msgid " brz whoami \"Frank Chu <fchu@example.com>\""
2783
# help of 'email' option of 'whoami' command
2784
#: breezy/builtins.py:3939
2785
msgid "Display email address only."
2788
# help of 'branch' option of 'whoami' command
2789
#: breezy/builtins.py:3941
2790
msgid "Set identity for the current branch instead of globally."
2793
#: breezy/builtins.py:3967
2794
msgid "--email can only be used to display existing identity"
2797
#: breezy/builtins.py:3991
2798
msgid "Print or set the branch nickname."
2801
#: breezy/builtins.py:3993
2803
"If unset, the colocated branch name is used for colocated branches, and\n"
2804
"the branch directory name is used for other branches. To print the\n"
2805
"current nickname, execute with no argument."
2808
#: breezy/builtins.py:3997
2810
"Bound branches use the nickname of its master branch unless it is set\n"
2814
#: breezy/builtins.py:4018
2815
msgid "Set/unset and display aliases."
2818
#: breezy/builtins.py:4020
2821
" Show the current aliases::"
2824
#: breezy/builtins.py:4023
2828
#: breezy/builtins.py:4025
2829
msgid " Show the alias specified for 'll'::"
2832
#: breezy/builtins.py:4027
2833
msgid " brz alias ll"
2836
#: breezy/builtins.py:4029
2837
msgid " Set an alias for 'll'::"
2840
#: breezy/builtins.py:4031
2841
msgid " brz alias ll=\"log --line -r-10..-1\""
2844
#: breezy/builtins.py:4033
2845
msgid " To remove an alias for 'll'::"
2848
#: breezy/builtins.py:4035
2849
msgid " brz alias --remove ll"
2852
# help of 'remove' option of 'alias' command
2853
#: breezy/builtins.py:4040
2854
msgid "Remove the alias."
2857
#: breezy/builtins.py:4058
2858
msgid "brz alias --remove expects an alias to remove."
2861
#: breezy/builtins.py:4249
2862
msgid "subunit not available. subunit needs to be installed to use --subunit."
2865
#: breezy/builtins.py:4266
2866
msgid "subunit not available. subunit needs to be installed to use --subunit2."
2869
#: breezy/builtins.py:4275
2871
"--benchmark is no longer supported from brz 2.2; use bzr-usertest instead"
2874
#: breezy/builtins.py:4322
2875
msgid "Show version of brz."
2878
# help of 'short' option of 'version' command
2879
#: breezy/builtins.py:4326
2880
msgid "Print just the version number."
2883
#: breezy/builtins.py:4345
2884
msgid "It sure does!\n"
2887
#: breezy/builtins.py:4369
2889
msgid "merge base is revision %s\n"
2892
#: breezy/builtins.py:4374
2893
msgid "Perform a three-way merge."
2896
#: breezy/builtins.py:4376
2898
"The source of the merge can be specified either in the form of a branch,\n"
2899
"or in the form of a path to a file containing a merge directive generated\n"
2900
"with brz send. If neither is specified, the default is the upstream branch\n"
2901
"or the branch most recently merged using --remember. The source of the\n"
2902
"merge may also be specified in the form of a path to a file in another\n"
2903
"branch: in this case, only the modifications to that file are merged into\n"
2904
"the current working tree."
2907
#: breezy/builtins.py:4384
2909
"When merging from a branch, by default brz will try to merge in all new\n"
2910
"work from the other branch, automatically determining an appropriate base\n"
2911
"revision. If this fails, you may need to give an explicit base."
2914
#: breezy/builtins.py:4388
2916
"To pick a different ending revision, pass \"--revision OTHER\". brz will\n"
2917
"try to merge in all new work up to and including revision OTHER."
2920
#: breezy/builtins.py:4391
2922
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
2923
"through OTHER, excluding BASE but including OTHER, will be merged. If this\n"
2924
"causes some revisions to be skipped, i.e. if the destination branch does\n"
2925
"not already contain revision BASE, such a merge is commonly referred to as\n"
2926
"a \"cherrypick\". Unlike a normal merge, Breezy does not currently track\n"
2927
"cherrypicks. The changes look like a normal commit, and the history of the\n"
2928
"changes from the other branch is not stored in the commit."
2931
#: breezy/builtins.py:4399
2932
msgid "Revision numbers are always relative to the source branch."
2935
#: breezy/builtins.py:4401 breezy/conflicts.py:54 breezy/conflicts.py:111
2937
"Merge will do its best to combine the changes in two branches, but there\n"
2938
"are some kinds of problems only a human can fix. When it encounters those,\n"
2939
"it will mark a conflict. A conflict means that you need to fix something,\n"
2940
"before you can commit."
2943
#: breezy/builtins.py:4406
2944
msgid "Use brz resolve when you have fixed a problem. See also brz conflicts."
2947
#: breezy/builtins.py:4408
2949
"If there is no default branch set, the first merge will set it (use\n"
2950
"--no-remember to avoid setting it). After that, you can omit the branch\n"
2951
"to use the default. To change the default, use --remember. The value will\n"
2952
"only be saved if the remote location can be accessed."
2955
#: breezy/builtins.py:4413
2957
"The results of the merge are placed into the destination working\n"
2958
"directory, where they can be reviewed (with brz diff), tested, and then\n"
2959
"committed to record the result of the merge."
2962
#: breezy/builtins.py:4417
2964
"merge refuses to run if there are any uncommitted changes, unless\n"
2965
"--force is given. If --force is given, then the changes from the source\n"
2966
"will be merged with the current working tree, including any uncommitted\n"
2967
"changes in the tree. The --force option can also be used to create a\n"
2968
"merge revision which has more than two parents."
2971
#: breezy/builtins.py:4423
2973
"If one would like to merge changes from the working tree of the other\n"
2974
"branch without merging any committed revisions, the --uncommitted option\n"
2978
#: breezy/builtins.py:4427
2980
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2981
"you to apply each diff hunk and file change, similar to \"shelve\"."
2984
#: breezy/builtins.py:4430
2987
" To merge all new revisions from brz.dev::"
2990
#: breezy/builtins.py:4433
2991
msgid " brz merge ../brz.dev"
2994
#: breezy/builtins.py:4435
2995
msgid " To merge changes up to and including revision 82 from brz.dev::"
2998
#: breezy/builtins.py:4437
2999
msgid " brz merge -r 82 ../brz.dev"
3002
#: breezy/builtins.py:4439
3003
msgid " To merge the changes introduced by 82, without previous changes::"
3006
#: breezy/builtins.py:4441
3007
msgid " brz merge -r 81..82 ../brz.dev"
3010
#: breezy/builtins.py:4443
3011
msgid " To apply a merge directive contained in /tmp/merge::"
3014
#: breezy/builtins.py:4445
3015
msgid " brz merge /tmp/merge"
3018
#: breezy/builtins.py:4447
3020
" To create a merge revision with three parents from two branches\n"
3021
" feature1a and feature1b:"
3024
#: breezy/builtins.py:4450
3026
" brz merge ../feature1a\n"
3027
" brz merge ../feature1b --force\n"
3028
" brz commit -m 'revision with three parents'"
3031
# help of 'force' option of 'merge' command
3032
#: breezy/builtins.py:4462
3033
msgid "Merge even if the destination tree has uncommitted changes."
3036
# help of 'uncommitted' option of 'merge' command
3037
#: breezy/builtins.py:4468
3039
"Apply uncommitted changes from a working copy, instead of branch changes."
3042
# help of 'pull' option of 'merge' command
3043
#: breezy/builtins.py:4470
3045
"If the destination is already completely merged into the source, pull from "
3046
"the source rather than merging. When this happens, you do not need to "
3047
"commit the result."
3050
# help of 'directory' option of 'merge' command
3051
#: breezy/builtins.py:4475
3053
"Branch to merge into, rather than the one containing the working directory."
3056
# help of 'preview' option of 'merge' command
3057
#: breezy/builtins.py:4477
3058
msgid "Instead of merging, show a diff of the merge."
3061
# help of 'interactive' option of 'merge' command
3062
#: breezy/builtins.py:4479
3063
msgid "Select changes interactively."
3066
#: breezy/builtins.py:4502
3068
"Merging into empty branches not currently supported, https://bugs.launchpad."
3069
"net/bzr/+bug/308562"
3072
#: breezy/builtins.py:4524
3073
msgid "Cannot use --uncommitted with bundles or merge directives."
3076
#: breezy/builtins.py:4535
3077
msgid "Cannot use --uncommitted and --revision at the same time."
3080
#: breezy/builtins.py:4555
3084
#: breezy/builtins.py:4557 breezy/bzr/bundle/apply_bundle.py:65
3085
#: breezy/plugins/rewrite/commands.py:518
3086
msgid "Nothing to do."
3089
#: breezy/builtins.py:4562
3090
msgid "Cannot pull individual files"
3093
#: breezy/builtins.py:4570
3094
msgid "This branch has no commits. (perhaps you would prefer 'brz pull')"
3097
#: breezy/builtins.py:4628
3099
msgid "Show-base is not supported for this merge type. %s"
3102
#: breezy/builtins.py:4637
3104
msgid "Conflict reduction is not supported for merge type %s."
3107
#: breezy/builtins.py:4641
3108
msgid "Cannot do conflict reduction and show base."
3111
#: breezy/builtins.py:4650
3112
msgid "Plan file merge unsupported: Merge type incompatible with tree formats."
3115
#: breezy/builtins.py:4761
3116
msgid "No location specified or remembered"
3119
#: breezy/builtins.py:4763
3120
#, python-brace-format
3121
msgid "{0} remembered {1} location {2}"
3124
#: breezy/builtins.py:4769
3125
msgid "Redo a merge."
3128
#: breezy/builtins.py:4771
3130
"Use this if you want to try a different merge technique while resolving\n"
3131
"conflicts. Some merge techniques are better than others, and remerge\n"
3132
"lets you try different ones on different files."
3135
#: breezy/builtins.py:4775
3137
"The options for remerge have the same meaning and defaults as the ones for\n"
3138
"merge. The difference is that remerge can (only) be run when there is a\n"
3139
"pending merge, and it lets you specify particular files."
3142
#: breezy/builtins.py:4779
3145
" Re-do the merge of all conflicted files, and show the base text in\n"
3146
" conflict regions, in addition to the usual THIS and OTHER texts::"
3149
#: breezy/builtins.py:4783
3150
msgid " brz remerge --show-base"
3153
#: breezy/builtins.py:4785
3155
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
3156
" additional processing to reduce the size of conflict regions::"
3159
#: breezy/builtins.py:4788
3160
msgid " brz remerge --merge-type weave --reprocess foobar"
3163
# help of 'show-base' option of 'merge' command
3164
# help of 'show-base' option of 'pull' command
3165
# help of 'show-base' option of 'remerge' command
3166
# help of 'show-base' option of 'update' command
3167
#: breezy/builtins.py:4795
3168
msgid "Show base revision text in conflicts."
3171
#: breezy/builtins.py:4808
3173
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
3177
#: breezy/builtins.py:4862
3179
"Set files in the working tree back to the contents of a previous revision."
3182
#: breezy/builtins.py:4864
3184
"Giving a list of files will revert only those files. Otherwise, all files\n"
3185
"will be reverted. If the revision is not specified with '--revision', the\n"
3186
"working tree basis revision is used. A revert operation affects only the\n"
3187
"working tree, not any revision history like the branch and repository or\n"
3188
"the working tree basis revision."
3191
#: breezy/builtins.py:4870
3193
"To remove only some changes, without reverting to a prior version, use\n"
3194
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
3195
"will remove the changes introduced by the second last commit (-2), without\n"
3196
"affecting the changes introduced by the last commit (-1). To remove\n"
3197
"certain changes on a hunk-by-hunk basis, see the shelve command.\n"
3198
"To update the branch to a specific revision or the latest revision and\n"
3199
"update the working tree accordingly while preserving local changes, see the\n"
3203
#: breezy/builtins.py:4879
3205
"Uncommitted changes to files that are reverted will be discarded.\n"
3206
"However, by default, any files that have been manually changed will be\n"
3207
"backed up first. (Files changed only by merge are not backed up.) Backup\n"
3208
"files have '.~#~' appended to their name, where # is a number."
3211
#: breezy/builtins.py:4884
3213
"When you provide files, you can use their current pathname or the pathname\n"
3214
"from the target revision. So you can use revert to \"undelete\" a file by\n"
3215
"name. If you name a directory, all the contents of that directory will be\n"
3219
#: breezy/builtins.py:4889
3221
"If you have newly added files since the target revision, they will be\n"
3222
"removed. If the files to be removed have been changed, backups will be\n"
3223
"created as above. Directories containing unknown files will not be\n"
3227
#: breezy/builtins.py:4894
3229
"The working tree contains a list of revisions that have been merged but\n"
3230
"not yet committed. These revisions will be included as additional parents\n"
3231
"of the next commit. Normally, using revert clears that list as well as\n"
3232
"reverting the files. If any files are specified, revert leaves the list\n"
3233
"of uncommitted merges alone and reverts only the files. Use ``brz revert\n"
3234
".`` in the tree root to revert all files but keep the recorded merges,\n"
3235
"and ``brz revert --forget-merges`` to clear the pending merge list without\n"
3236
"reverting any files."
3239
#: breezy/builtins.py:4903
3241
"Using \"brz revert --forget-merges\", it is possible to apply all of the\n"
3242
"changes from a branch in a single revision. To do this, perform the merge\n"
3243
"as desired. Then doing revert with the \"--forget-merges\" option will "
3245
"the content of the tree as it was, but it will clear the list of pending\n"
3246
"merges. The next commit will then contain all of the changes that are\n"
3247
"present in the other branch, but without any other parent revisions.\n"
3248
"Because this technique forgets where these changes originated, it may\n"
3249
"cause additional conflicts on later merges involving the same source and\n"
3253
# help of 'no-backup' option of 'revert' command
3254
#: breezy/builtins.py:4918
3255
msgid "Do not save backups of reverted files."
3258
# help of 'forget-merges' option of 'revert' command
3259
#: breezy/builtins.py:4920
3260
msgid "Remove pending merge marker, without changing any files."
3263
#: breezy/builtins.py:4951
3265
"Show help on a command or other topic.\n"
3269
# help of 'long' option of 'help' command
3270
#: breezy/builtins.py:4956
3271
msgid "Show help on all commands."
3274
#: breezy/builtins.py:4985
3275
msgid "Show unmerged/unpulled revisions between two branches."
3278
#: breezy/builtins.py:4987
3279
msgid "OTHER_BRANCH may be local or remote."
3282
#: breezy/builtins.py:4989
3284
"To filter on a range of revisions, you can use the command -r begin..end\n"
3285
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
3289
#: breezy/builtins.py:4993
3292
" 1 - some missing revisions\n"
3293
" 0 - no missing revisions"
3296
#: breezy/builtins.py:4999
3298
" Determine the missing revisions between this and the branch at the\n"
3299
" remembered pull location::"
3302
#: breezy/builtins.py:5002
3303
msgid " brz missing"
3306
#: breezy/builtins.py:5004
3307
msgid " Determine the missing revisions between this and another branch::"
3310
#: breezy/builtins.py:5006
3311
msgid " brz missing http://server/branch"
3314
#: breezy/builtins.py:5008
3316
" Determine the missing revisions up to a specific revision on the other\n"
3320
#: breezy/builtins.py:5011
3321
msgid " brz missing -r ..-10"
3324
#: breezy/builtins.py:5013
3326
" Determine the missing revisions up to a specific revision on this\n"
3330
#: breezy/builtins.py:5016
3331
msgid " brz missing --my-revision ..-10"
3334
# help of 'reverse' option of 'missing' command
3335
#: breezy/builtins.py:5023
3336
msgid "Reverse the order of revisions."
3339
# help of 'mine-only' option of 'missing' command
3340
#: breezy/builtins.py:5025
3341
msgid "Display changes in the local branch only."
3344
# help of 'this' option of 'missing' command
3345
#: breezy/builtins.py:5026
3346
msgid "Same as --mine-only."
3349
# help of 'theirs-only' option of 'missing' command
3350
#: breezy/builtins.py:5028
3351
msgid "Display changes in the remote branch only."
3354
# help of 'other' option of 'missing' command
3355
#: breezy/builtins.py:5029
3356
msgid "Same as --theirs-only."
3359
# help of 'revision' option of 'missing' command
3360
#: breezy/builtins.py:5034
3362
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3366
# help of 'my-revision' option of 'missing' command
3367
#: breezy/builtins.py:5038
3369
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3373
# help of 'include-merged' option of 'missing' command
3374
#: breezy/builtins.py:5041
3375
msgid "Show all revisions in addition to the mainline ones."
3378
#: breezy/builtins.py:5082
3379
msgid "No peer location known or specified."
3382
#: breezy/builtins.py:5086
3383
#, python-brace-format
3384
msgid "Using saved parent location: {0}\n"
3387
#: breezy/builtins.py:5119
3389
msgid "You have %d extra revision:\n"
3390
msgid_plural "You have %d extra revisions:\n"
3394
#: breezy/builtins.py:5139
3396
msgid "You are missing %d revision:\n"
3397
msgid_plural "You are missing %d revisions:\n"
3401
#: breezy/builtins.py:5154
3402
msgid "This branch has no new revisions.\n"
3405
#: breezy/builtins.py:5157
3406
msgid "Other branch has no new revisions.\n"
3409
#: breezy/builtins.py:5162
3410
msgid "Branches are up to date.\n"
3413
#: breezy/builtins.py:5173
3414
msgid "Compress the data within a repository."
3417
#: breezy/builtins.py:5175
3419
"This operation compresses the data within a bazaar repository. As\n"
3420
"bazaar supports automatic packing of repository, this operation is\n"
3421
"normally not required to be done manually."
3424
#: breezy/builtins.py:5179
3426
"During the pack operation, bazaar takes a backup of existing repository\n"
3427
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3428
"automatically when it is safe to do so. To save disk space by removing\n"
3429
"the backed up pack files, the --clean-obsolete-packs option may be\n"
3433
#: breezy/builtins.py:5185
3435
"Warning: If you use --clean-obsolete-packs and your machine crashes\n"
3436
"during or immediately after repacking, you may be left with a state\n"
3437
"where the deletion has been written to disk but the new packs have not\n"
3438
"been. In this case the repository may be unusable."
3441
# help of 'clean-obsolete-packs' option of 'pack' command
3442
#: breezy/builtins.py:5195
3443
msgid "Delete obsolete packs to save disk space."
3446
#: breezy/builtins.py:5209
3447
msgid "List the installed plugins."
3450
#: breezy/builtins.py:5211
3452
"This command displays the list of installed plugins including\n"
3453
"version of plugin and a short description of each."
3456
#: breezy/builtins.py:5214
3457
msgid "--verbose shows the path where each plugin is located."
3460
#: breezy/builtins.py:5216
3462
"A plugin is an external component for Breezy that extends the\n"
3463
"revision control system, by adding or replacing code in Breezy.\n"
3464
"Plugins can do a variety of things, including overriding commands,\n"
3465
"adding new commands, providing additional network transports and\n"
3466
"customizing log output."
3469
#: breezy/builtins.py:5222
3471
"See the Bazaar Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/>\n"
3472
"for further information on plugins including where to find them and how to\n"
3473
"install them. Instructions are also provided there on how to write new\n"
3474
"plugins using the Python programming language."
3477
#: breezy/builtins.py:5238
3478
msgid "Show testament (signing-form) of a revision."
3481
# help of 'long' option of 'testament' command
3482
#: breezy/builtins.py:5241
3483
msgid "Produce long-format testament."
3486
# help of 'strict' option of 'testament' command
3487
#: breezy/builtins.py:5243
3488
msgid "Produce a strict-format testament."
3491
#: breezy/builtins.py:5271
3492
msgid "Show the origin of each line in a file."
3495
#: breezy/builtins.py:5273
3497
"This prints out the given file with an annotation on the left side\n"
3498
"indicating which revision, author and date introduced the change."
3501
#: breezy/builtins.py:5276
3503
"If the origin is the same for a run of consecutive lines, it is\n"
3504
"shown only at the top, unless the --all option is given."
3507
# help of 'all' option of 'annotate' command
3508
#: breezy/builtins.py:5284
3509
msgid "Show annotations on all lines."
3512
# help of 'long' option of 'annotate' command
3513
#: breezy/builtins.py:5285
3514
msgid "Show commit date in annotations."
3517
#: breezy/builtins.py:5362
3518
msgid "Cannot sign a range of non-revision-history revisions"
3521
#: breezy/builtins.py:5369
3522
msgid "Please supply either one revision, or a range."
3525
#: breezy/builtins.py:5373
3527
"Convert the current branch into a checkout of the supplied branch.\n"
3528
"If no branch is supplied, rebind to the last bound location."
3531
#: breezy/builtins.py:5376
3533
"Once converted into a checkout, commits must succeed on the master branch\n"
3534
"before they will be applied to the local branch."
3537
#: breezy/builtins.py:5379
3539
"Bound branches use the nickname of its master branch unless it is set\n"
3540
"locally, in which case binding will update the local nickname to be\n"
3541
"that of the master."
3544
#: breezy/builtins.py:5395
3545
msgid "No location supplied. This format does not remember old locations."
3548
#: breezy/builtins.py:5401
3549
msgid "Branch is already bound"
3552
#: breezy/builtins.py:5404
3553
msgid "No location supplied and no previous location known"
3556
#: breezy/builtins.py:5411
3557
msgid "These branches have diverged. Try merging, and then bind again."
3560
#: breezy/builtins.py:5418
3561
msgid "Convert the current checkout into a regular branch."
3564
#: breezy/builtins.py:5420
3566
"After unbinding, the local branch is considered independent and subsequent\n"
3567
"commits will be local only."
3570
#: breezy/builtins.py:5431
3571
msgid "Local branch is not bound"
3574
#: breezy/builtins.py:5435
3575
msgid "Remove the last committed revision."
3578
#: breezy/builtins.py:5437
3580
"--verbose will print out what is being removed.\n"
3581
"--dry-run will go through all the motions, but not actually\n"
3585
#: breezy/builtins.py:5441
3587
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3588
"specified revision. For example, \"brz uncommit -r 15\" will leave the\n"
3589
"branch at revision 15."
3592
#: breezy/builtins.py:5445
3594
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3595
"it may make is to restore any pending merges that were present before\n"
3599
# help of 'dry-run' option of 'uncommit' command
3600
#: breezy/builtins.py:5456
3601
msgid "Don't actually make changes."
3604
# help of 'force' option of 'uncommit' command
3605
#: breezy/builtins.py:5457
3606
msgid "Say yes to all questions."
3609
# help of 'keep-tags' option of 'uncommit' command
3610
#: breezy/builtins.py:5459
3611
msgid "Keep tags that point to removed revisions."
3614
# help of 'local' option of 'uncommit' command
3615
#: breezy/builtins.py:5461
3616
msgid "Only remove the commits from the local branch when in a checkout."
3619
#: breezy/builtins.py:5510
3620
msgid "No revisions to uncommit.\n"
3623
#: breezy/builtins.py:5525
3624
msgid "Dry-run, pretending to remove the above revisions.\n"
3627
#: breezy/builtins.py:5529
3628
msgid "The above revision(s) will be removed.\n"
3631
#: breezy/builtins.py:5533
3632
msgid "Uncommit these revisions"
3635
#: breezy/builtins.py:5536
3639
#: breezy/builtins.py:5545
3642
"You can restore the old tip by running:\n"
3643
" brz pull -d %s %s -r revid:%s\n"
3646
#: breezy/builtins.py:5550
3649
"You can restore the old tip by running:\n"
3650
" brz pull . -r revid:%s\n"
3653
#: breezy/builtins.py:5556
3654
msgid "Break a dead lock."
3657
#: breezy/builtins.py:5558
3659
"This command breaks a lock on a repository, branch, working directory or\n"
3663
#: breezy/builtins.py:5561
3665
"CAUTION: Locks should only be broken when you are sure that the process\n"
3666
"holding the lock has been stopped."
3669
#: breezy/builtins.py:5564
3671
"You can get information on what locks are open via the 'brz info\n"
3672
"[location]' command."
3675
#: breezy/builtins.py:5567
3679
" brz break-lock brz+ssh://example.com/brz/foo\n"
3680
" brz break-lock --conf ~/.config/breezy"
3683
# help of 'config' option of 'break-lock' command
3684
#: breezy/builtins.py:5576
3685
msgid "LOCATION is the directory where the config lock is."
3688
# help of 'force' option of 'break-lock' command
3689
#: breezy/builtins.py:5578
3690
msgid "Do not ask for confirmation before breaking the lock."
3693
# help of 'protocol=git' option of 'serve' command
3694
#: breezy/builtins.py:5613
3695
msgid "Git Smart server protocol over TCP. (default port: 9418)"
3698
# help of 'protocol=git-receive-pack' option of 'serve' command
3699
#: breezy/builtins.py:5613
3700
msgid "Git Smart server receive pack command. (inetd mode only)"
3703
# help of 'protocol=git-upload-pack' option of 'serve' command
3704
#: breezy/builtins.py:5613
3705
msgid "Git Smart server upload pack command. (inetd mode only)"
3708
# help of 'protocol=bzr' option of 'serve' command
3709
#: breezy/builtins.py:5613
3710
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3713
#: breezy/builtins.py:5614
3714
msgid "Run the brz server."
3717
# help of 'inet' option of 'serve' command
3718
#: breezy/builtins.py:5620
3719
msgid "Serve on stdin/out for use from inetd or sshd."
3722
# title of 'protocol' option of 'serve' command
3723
#: breezy/builtins.py:5621
3727
# help of 'protocol' option of 'serve' command
3728
#: breezy/builtins.py:5622
3729
msgid "Protocol to serve."
3732
# help of 'listen' option of 'serve' command
3733
#: breezy/builtins.py:5627
3734
msgid "Listen for connections on nominated address."
3737
# help of 'port' option of 'serve' command
3738
#: breezy/builtins.py:5630
3740
"Listen for connections on nominated port. Passing 0 as the port number will "
3741
"result in a dynamically allocated port. The default port depends on the "
3745
# help of 'directory' option of 'serve' command
3746
#: breezy/builtins.py:5635
3747
msgid "Serve contents of this directory."
3750
# help of 'allow-writes' option of 'serve' command
3751
#: breezy/builtins.py:5637
3753
"By default the server is a readonly server. Supplying --allow-writes "
3754
"enables write access to the contents of the served directory and below. "
3755
"Note that ``brz serve`` does not perform authentication, so unless some form "
3756
"of external authentication is arranged supplying this option leads to global "
3757
"uncontrolled write access to your file system."
3760
# help of 'client-timeout' option of 'serve' command
3761
#: breezy/builtins.py:5646
3762
msgid "Override the default idle client timeout (5min)."
3765
#: breezy/builtins.py:5664
3766
msgid "Combine a tree into its containing tree."
3769
#: breezy/builtins.py:5666
3770
msgid "This command requires the target tree to be in a rich-root format."
3773
#: breezy/builtins.py:5668
3775
"The TREE argument should be an independent tree, inside another tree, but\n"
3776
"not part of it. (Such trees can be produced by \"brz split\", but also by\n"
3777
"running \"brz branch\" with the target inside a tree.)"
3780
#: breezy/builtins.py:5672
3782
"The result is a combined tree, with the subtree no longer an independent\n"
3783
"part. This is marked as a merge of the subtree into the containing tree,\n"
3784
"and all history is preserved."
3787
#: breezy/builtins.py:5691
3790
"Can't join trees because %s doesn't support rich root data.\n"
3791
"You can use brz upgrade on the repository."
3794
#: breezy/builtins.py:5701 breezy/builtins.py:5707
3795
#, python-brace-format
3796
msgid "Cannot join {0}. {1}"
3799
#: breezy/builtins.py:5711
3800
msgid "Split a subdirectory of a tree into a separate tree."
3803
#: breezy/builtins.py:5713
3805
"This command will produce a target tree in a format that supports\n"
3806
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3807
"converted into earlier formats like 'dirstate-tags'."
3810
#: breezy/builtins.py:5717
3812
"The TREE argument should be a subdirectory of a working tree. That\n"
3813
"subdirectory will be converted into an independent tree, with its own\n"
3814
"branch. Commits in the top-level tree will not apply to the new subtree."
3817
#: breezy/builtins.py:5799
3818
msgid "No submit branch specified or known"
3821
#: breezy/builtins.py:5809 breezy/send.py:108
3822
msgid "No public branch specified or known"
3825
#: breezy/builtins.py:5814
3826
msgid "brz merge-directive takes at most two one revision identifiers"
3829
#: breezy/builtins.py:5823
3830
msgid "No revisions to bundle."
3833
#: breezy/builtins.py:5842
3834
msgid "Mail or create a merge-directive for submitting changes."
3837
#: breezy/builtins.py:5844
3838
msgid "A merge directive provides many things needed for requesting merges:"
3841
#: breezy/builtins.py:5846
3842
msgid "* A machine-readable description of the merge to perform"
3845
#: breezy/builtins.py:5848
3846
msgid "* An optional patch that is a preview of the changes requested"
3849
#: breezy/builtins.py:5850
3851
"* An optional bundle of revision data, so that the changes can be applied\n"
3852
" directly from the merge directive, without retrieving data from a\n"
3856
#: breezy/builtins.py:5854
3858
"`brz send` creates a compact data set that, when applied using brz\n"
3859
"merge, has the same effect as merging from the source branch."
3862
#: breezy/builtins.py:5857
3864
"By default the merge directive is self-contained and can be applied to any\n"
3865
"branch containing submit_branch in its ancestory without needing access to\n"
3866
"the source branch."
3869
#: breezy/builtins.py:5861
3871
"If --no-bundle is specified, then Breezy doesn't send the contents of the\n"
3872
"revisions, but only a structured request to merge from the\n"
3873
"public_location. In that case the public_branch is needed and it must be\n"
3874
"up-to-date and accessible to the recipient. The public_branch is always\n"
3875
"included if known, so that people can check it later."
3878
#: breezy/builtins.py:5867
3880
"The submit branch defaults to the parent of the source branch, but can be\n"
3881
"overridden. Both submit branch and public branch will be remembered in\n"
3882
"branch.conf the first time they are used for a particular branch. The\n"
3883
"source branch defaults to that containing the working directory, but can\n"
3884
"be changed using --from."
3887
#: breezy/builtins.py:5873
3889
"Both the submit branch and the public branch follow the usual behavior with\n"
3890
"respect to --remember: If there is no default location set, the first send\n"
3891
"will set it (use --no-remember to avoid setting it). After that, you can\n"
3892
"omit the location to use the default. To change the default, use\n"
3893
"--remember. The value will only be saved if the location can be accessed."
3896
#: breezy/builtins.py:5879
3898
"In order to calculate those changes, brz must analyse the submit branch.\n"
3899
"Therefore it is most efficient for the submit branch to be a local mirror.\n"
3900
"If a public location is known for the submit_branch, that location is used\n"
3901
"in the merge directive."
3904
#: breezy/builtins.py:5884
3906
"The default behaviour is to send the merge directive by mail, unless -o is\n"
3907
"given, in which case it is sent to a file."
3910
#: breezy/builtins.py:5887
3912
"Mail is sent using your preferred mail program. This should be transparent\n"
3913
"on Windows (it uses MAPI). On Unix, it requires the xdg-email utility.\n"
3914
"If the preferred client can't be found (or used), your editor will be used."
3917
#: breezy/builtins.py:5891
3919
"To use a specific mail program, set the mail_client configuration option.\n"
3920
"Supported values for specific clients are \"claws\", \"evolution\", \"kmail"
3922
"\"mail.app\" (MacOS X's Mail.app), \"mutt\", and \"thunderbird\"; generic "
3924
"are \"default\", \"editor\", \"emacsclient\", \"mapi\", and \"xdg-email\". "
3926
"may also add supported clients."
3929
#: breezy/builtins.py:5897
3931
"If mail is being sent, a to address is required. This can be supplied\n"
3932
"either on the commandline, by setting the submit_to configuration\n"
3933
"option in the branch itself or the child_submit_to configuration option\n"
3934
"in the submit branch."
3937
#: breezy/builtins.py:5902
3939
"The merge directives created by brz send may be applied using brz merge or\n"
3940
"brz pull by specifying a file containing a merge directive as the location."
3943
#: breezy/builtins.py:5905
3945
"brz send makes extensive use of public locations to map local locations "
3947
"URLs that can be used by other people. See `brz help configuration` to\n"
3948
"set them, and use `brz info` to display them."
3951
# help of 'output' option of 'send' command
3952
#: breezy/builtins.py:5929
3953
msgid "Write merge directive to this file or directory; use - for stdout."
3956
# help of 'strict' option of 'send' command
3957
#: breezy/builtins.py:5933
3959
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3960
"strict disables the check."
3963
# help of 'mail-to' option of 'send' command
3964
#: breezy/builtins.py:5935
3965
msgid "Mail the request to this address."
3968
# help of 'body' option of 'send' command
3969
#: breezy/builtins.py:5939
3970
msgid "Body for the email."
3973
# help of 'no-bundle' option of 'send' command
3974
#: breezy/builtins.py:5986
3975
msgid "Do not include a bundle in the merge directive."
3978
# help of 'no-patch' option of 'send' command
3979
#: breezy/builtins.py:5987
3980
msgid "Do not include a preview patch in the merge directive."
3983
# help of 'remember' option of 'send' command
3984
#: breezy/builtins.py:5990
3985
msgid "Remember submit and public branch."
3988
# help of 'from' option of 'send' command
3989
#: breezy/builtins.py:5992
3991
"Branch to generate the submission from, rather than the one containing the "
3992
"working directory."
3995
# title of 'format' option of 'send' command
3996
# title of 'format' option of 'version-info' command
3997
#: breezy/builtins.py:6002 breezy/cmd_version_info.py:79
4001
# help of 'format' option of 'send' command
4002
#: breezy/builtins.py:6003
4003
msgid "Use the specified output format."
4006
#: breezy/builtins.py:6025
4007
msgid "Create, remove or modify a tag naming a revision."
4010
#: breezy/builtins.py:6027
4012
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
4013
"(--revision) option can be given -rtag:X, where X is any previously\n"
4017
#: breezy/builtins.py:6031
4019
"Tags are stored in the branch. Tags are copied from one branch to another\n"
4020
"along when you branch, push, pull or merge."
4023
#: breezy/builtins.py:6034
4025
"It is an error to give a tag name that already exists unless you pass\n"
4026
"--force, in which case the tag is moved to point to the new revision."
4029
#: breezy/builtins.py:6037
4031
"To rename a tag (change the name but keep it on the same revsion), run "
4033
"tag new-name -r tag:old-name`` and then ``brz tag --delete oldname``."
4036
#: breezy/builtins.py:6040
4038
"If no tag name is specified it will be determined through the\n"
4039
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
4040
"upstream releases by reading configure.ac. See ``brz help hooks`` for\n"
4044
# help of 'delete' option of 'tag' command
4045
#: breezy/builtins.py:6050
4046
msgid "Delete this tag rather than placing it."
4049
# help of 'directory' option of 'tag' command
4050
#: breezy/builtins.py:6053
4051
msgid "Branch in which to place the tag."
4054
# help of 'force' option of 'tag' command
4055
#: breezy/builtins.py:6055
4056
msgid "Replace existing tags."
4059
#: breezy/builtins.py:6071
4060
msgid "No tag specified to delete."
4063
#: breezy/builtins.py:6073
4065
msgid "Deleted tag %s."
4068
#: breezy/builtins.py:6078
4069
msgid "Tags can only be placed on a single revision, not on a range"
4072
#: breezy/builtins.py:6087
4073
msgid "Please specify a tag name."
4076
#: breezy/builtins.py:6095
4078
msgid "Tag %s already exists for that revision."
4081
#: breezy/builtins.py:6099
4083
msgid "Created tag %s."
4086
#: breezy/builtins.py:6101
4088
msgid "Updated tag %s."
4091
#: breezy/builtins.py:6105
4095
#: breezy/builtins.py:6107
4097
"This command shows a table of tag names and the revisions they reference."
4100
# help of 'directory' option of 'tags' command
4101
#: breezy/builtins.py:6113
4102
msgid "Branch whose tags should be displayed."
4105
# help of 'sort' option of 'tags' command
4106
#: breezy/builtins.py:6115
4107
msgid "Sort tags by different criteria."
4110
# title of 'sort' option of 'tags' command
4111
#: breezy/builtins.py:6115
4115
#: breezy/builtins.py:6185
4116
msgid "Reconfigure the type of a brz directory."
4119
#: breezy/builtins.py:6187
4120
msgid "A target configuration must be specified."
4123
#: breezy/builtins.py:6189
4125
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
4126
"The order of preference is\n"
4127
"1. For a lightweight checkout, the current bound location.\n"
4128
"2. For branches that used to be checkouts, the previously-bound location.\n"
4129
"3. The push location.\n"
4130
"4. The parent location.\n"
4131
"If none of these is available, --bind-to must be specified."
4134
# title of 'tree_type' option of 'reconfigure' command
4135
#: breezy/builtins.py:6203
4139
# help of 'tree_type' option of 'reconfigure' command
4140
#: breezy/builtins.py:6204
4141
msgid "The relation between branch and tree."
4144
# help of 'tree_type=branch' option of 'reconfigure' command
4145
#: breezy/builtins.py:6206
4146
msgid "Reconfigure to be an unbound branch with no working tree."
4149
# help of 'tree_type=tree' option of 'reconfigure' command
4150
#: breezy/builtins.py:6207
4151
msgid "Reconfigure to be an unbound branch with a working tree."
4154
# help of 'tree_type=checkout' option of 'reconfigure' command
4155
#: breezy/builtins.py:6208
4156
msgid "Reconfigure to be a bound branch with a working tree."
4159
# help of 'tree_type=lightweight-checkout' option of 'reconfigure' command
4160
#: breezy/builtins.py:6209
4161
msgid "Reconfigure to be a lightweight checkout (with no local history)."
4164
# title of 'repository_type' option of 'reconfigure' command
4165
#: breezy/builtins.py:6214
4166
msgid "Repository type"
4169
# help of 'repository_type' option of 'reconfigure' command
4170
#: breezy/builtins.py:6215
4171
msgid "Location fo the repository."
4174
# help of 'repository_type=standalone' option of 'reconfigure' command
4175
#: breezy/builtins.py:6217
4177
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
4180
# help of 'repository_type=use-shared' option of 'reconfigure' command
4181
#: breezy/builtins.py:6219
4182
msgid "Reconfigure to use a shared repository."
4185
# title of 'repository_trees' option of 'reconfigure' command
4186
#: breezy/builtins.py:6223
4187
msgid "Trees in Repository"
4190
# help of 'repository_trees' option of 'reconfigure' command
4191
#: breezy/builtins.py:6224
4192
msgid "Whether new branches in the repository have trees."
4195
# help of 'repository_trees=with-trees' option of 'reconfigure' command
4196
#: breezy/builtins.py:6226
4197
msgid "Reconfigure repository to create working trees on branches by default."
4200
# help of 'repository_trees=with-no-trees' option of 'reconfigure' command
4201
#: breezy/builtins.py:6228
4203
"Reconfigure repository to not create working trees on branches by default."
4206
# help of 'bind-to' option of 'reconfigure' command
4207
#: breezy/builtins.py:6231
4208
msgid "Branch to bind checkout to."
4211
# help of 'force' option of 'reconfigure' command
4212
#: breezy/builtins.py:6233
4213
msgid "Perform reconfiguration even if local changes will be lost."
4216
# help of 'stacked-on' option of 'reconfigure' command
4217
#: breezy/builtins.py:6236
4218
msgid "Reconfigure a branch to be stacked on another branch."
4221
# help of 'unstacked' option of 'reconfigure' command
4222
#: breezy/builtins.py:6240
4224
"Reconfigure a branch to be unstacked. This may require copying substantial "
4228
#: breezy/builtins.py:6251
4229
msgid "Can't use both --stacked-on and --unstacked"
4232
#: breezy/builtins.py:6265
4233
msgid "No target configuration specified"
4236
#: breezy/builtins.py:6300
4237
msgid "Set the branch of a checkout and update."
4240
#: breezy/builtins.py:6302
4242
"For lightweight checkouts, this changes the branch being referenced.\n"
4243
"For heavyweight checkouts, this checks that there are no local commits\n"
4244
"versus the current bound branch, then it makes the local branch a mirror\n"
4245
"of the new location and binds to it."
4248
#: breezy/builtins.py:6307
4250
"In both cases, the working tree is updated and uncommitted changes\n"
4251
"are merged. The user can commit or revert these as they desire."
4254
#: breezy/builtins.py:6310
4255
msgid "Pending merges need to be committed or reverted before using switch."
4258
#: breezy/builtins.py:6312
4260
"The path to the branch to switch to can be specified relative to the parent\n"
4261
"directory of the current branch. For example, if you are currently in a\n"
4262
"checkout of /path/to/branch, specifying 'newbranch' will find a branch at\n"
4263
"/path/to/newbranch."
4266
#: breezy/builtins.py:6317
4268
"Bound branches use the nickname of its master branch unless it is set\n"
4269
"locally, in which case switching will update the local nickname to be\n"
4270
"that of the master."
4273
# help of 'force' option of 'switch' command
4274
#: breezy/builtins.py:6325
4275
msgid "Switch even if local commits will be lost."
4278
# help of 'create-branch' option of 'switch' command
4279
#: breezy/builtins.py:6328
4280
msgid "Create the target branch from this one before switching to it."
4283
# help of 'store' option of 'switch' command
4284
#: breezy/builtins.py:6331
4285
msgid "Store and restore uncommitted changes in the branch."
4288
#: breezy/builtins.py:6344
4289
msgid "You must supply either a revision or a location"
4292
#: breezy/builtins.py:6359
4293
msgid "cannot create branch without source branch"
4296
#: breezy/builtins.py:6387
4298
"switching would create a branch reference loop. Use the \"bzr up\" command "
4299
"to switch to a different revision."
4302
#: breezy/builtins.py:6395
4304
msgid "Switched to branch %s at %s"
4307
#: breezy/builtins.py:6398
4309
msgid "Switched to branch %s"
4312
#: breezy/builtins.py:6400
4314
msgid "Switched to branch at %s"
4317
#: breezy/builtins.py:6405
4318
msgid "Manage filtered views."
4321
#: breezy/builtins.py:6407
4323
"Views provide a mask over the tree so that users can focus on\n"
4324
"a subset of a tree when doing their work. After creating a view,\n"
4325
"commands that support a list of files - status, diff, commit, etc -\n"
4326
"effectively have that list of files implicitly given each time.\n"
4327
"An explicit list of files can still be given but those files\n"
4328
"must be within the current view."
4331
#: breezy/builtins.py:6414
4333
"In most cases, a view has a short life-span: it is created to make\n"
4334
"a selected change and is deleted once that change is committed.\n"
4335
"At other times, you may wish to create one or more named views\n"
4336
"and switch between them."
4339
#: breezy/builtins.py:6419
4341
"To disable the current view without deleting it, you can switch to\n"
4342
"the pseudo view called ``off``. This can be useful when you need\n"
4343
"to see the whole tree for an operation or two (e.g. merge) but\n"
4344
"want to switch back to your view after that."
4347
#: breezy/builtins.py:6424
4350
" To define the current view::"
4353
#: breezy/builtins.py:6427
4354
msgid " brz view file1 dir1 ..."
4357
#: breezy/builtins.py:6429
4358
msgid " To list the current view::"
4361
#: breezy/builtins.py:6431
4365
#: breezy/builtins.py:6433
4366
msgid " To delete the current view::"
4369
#: breezy/builtins.py:6435
4370
msgid " brz view --delete"
4373
#: breezy/builtins.py:6437
4374
msgid " To disable the current view without deleting it::"
4377
#: breezy/builtins.py:6439
4378
msgid " brz view --switch off"
4381
#: breezy/builtins.py:6441
4382
msgid " To define a named view and switch to it::"
4385
#: breezy/builtins.py:6443
4386
msgid " brz view --name view-name file1 dir1 ..."
4389
#: breezy/builtins.py:6445
4390
msgid " To list a named view::"
4393
#: breezy/builtins.py:6447
4394
msgid " brz view --name view-name"
4397
#: breezy/builtins.py:6449
4398
msgid " To delete a named view::"
4401
#: breezy/builtins.py:6451
4402
msgid " brz view --name view-name --delete"
4405
#: breezy/builtins.py:6453
4406
msgid " To switch to a named view::"
4409
#: breezy/builtins.py:6455
4410
msgid " brz view --switch view-name"
4413
#: breezy/builtins.py:6457
4414
msgid " To list all views defined::"
4417
#: breezy/builtins.py:6459
4418
msgid " brz view --all"
4421
#: breezy/builtins.py:6461
4422
msgid " To delete all views::"
4425
#: breezy/builtins.py:6463
4426
msgid " brz view --delete --all"
4429
# help of 'all' option of 'view' command
4430
#: breezy/builtins.py:6470
4431
msgid "Apply list or delete action to all views."
4434
# help of 'delete' option of 'view' command
4435
#: breezy/builtins.py:6473
4436
msgid "Delete the view."
4439
# help of 'name' option of 'view' command
4440
#: breezy/builtins.py:6476
4441
msgid "Name of the view to define, list or delete."
4444
# help of 'switch' option of 'view' command
4445
#: breezy/builtins.py:6480
4446
msgid "Name of the view to switch to."
4449
#: breezy/builtins.py:6499
4450
msgid "Both --delete and a file list specified"
4453
#: breezy/builtins.py:6502
4454
msgid "Both --delete and --switch specified"
4457
#: breezy/builtins.py:6505
4458
msgid "Deleted all views.\n"
4461
#: breezy/builtins.py:6508
4462
msgid "No current view to delete"
4465
#: breezy/builtins.py:6511
4467
msgid "Deleted '%s' view.\n"
4470
#: breezy/builtins.py:6515
4471
msgid "Both --switch and a file list specified"
4474
#: breezy/builtins.py:6518
4475
msgid "Both --switch and --all specified"
4478
#: breezy/builtins.py:6522
4479
msgid "No current view to disable"
4482
#: breezy/builtins.py:6524
4484
msgid "Disabled '%s' view.\n"
4487
#: breezy/builtins.py:6530 breezy/builtins.py:6553
4488
#, python-brace-format
4489
msgid "Using '{0}' view: {1}\n"
4492
#: breezy/builtins.py:6533
4493
msgid "Views defined:\n"
4496
#: breezy/builtins.py:6542
4497
msgid "No views defined.\n"
4500
#: breezy/builtins.py:6549
4501
msgid "Cannot change the 'off' pseudo view"
4504
#: breezy/builtins.py:6558
4505
msgid "No current view.\n"
4508
#: breezy/builtins.py:6562
4509
#, python-brace-format
4510
msgid "'{0}' view is: {1}\n"
4513
#: breezy/builtins.py:6582
4514
msgid " <no hooks installed>\n"
4517
#: breezy/builtins.py:6586
4518
msgid "Remove a branch."
4521
#: breezy/builtins.py:6588
4523
"This will remove the branch from the specified location but\n"
4524
"will keep any working tree or repository in place."
4527
#: breezy/builtins.py:6593
4528
msgid " Remove the branch at repo/trunk::"
4531
#: breezy/builtins.py:6595
4532
msgid " brz remove-branch repo/trunk"
4535
# help of 'force' option of 'remove-branch' command
4536
#: breezy/builtins.py:6602
4537
msgid "Remove branch even if it is the active branch."
4540
#: breezy/builtins.py:6616
4541
msgid "Branch is active. Use --force to remove it."
4544
# help of 'writer=plain' option of 'shelve' command
4545
#: breezy/builtins.py:6620
4546
msgid "Plaintext diff output."
4549
#: breezy/builtins.py:6621
4550
msgid "Temporarily set aside some changes from the current tree."
4553
#: breezy/builtins.py:6623
4555
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4556
"ie. out of the way, until a later time when you can bring them back from\n"
4557
"the shelf with the 'unshelve' command. The changes are stored alongside\n"
4558
"your working tree, and so they aren't propagated along with your branch nor\n"
4559
"will they survive its deletion."
4562
#: breezy/builtins.py:6629
4563
msgid "If shelve --list is specified, previously-shelved changes are listed."
4566
#: breezy/builtins.py:6631
4568
"Shelve is intended to help separate several sets of changes that have\n"
4569
"been inappropriately mingled. If you just want to get rid of all changes\n"
4570
"and you don't need to restore them later, use revert. If you want to\n"
4571
"shelve all text changes at once, use shelve --all."
4574
#: breezy/builtins.py:6636
4576
"If filenames are specified, only the changes to those files will be\n"
4577
"shelved. Other files will be left untouched."
4580
#: breezy/builtins.py:6639
4582
"If a revision is specified, changes since that revision will be shelved."
4585
#: breezy/builtins.py:6641
4587
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4588
"restore the most recently shelved changes."
4591
#: breezy/builtins.py:6644
4593
"For complicated changes, it is possible to edit the changes in a separate\n"
4594
"editor program to decide what the file remaining in the working copy\n"
4595
"should look like. To do this, add the configuration option"
4598
#: breezy/builtins.py:6648
4599
msgid " change_editor = PROGRAM {new_path} {old_path}"
4602
#: breezy/builtins.py:6650
4604
"where {new_path} is replaced with the path of the new version of the\n"
4605
"file and {old_path} is replaced with the path of the old version of\n"
4606
"the file. The PROGRAM should save the new file with the desired\n"
4607
"contents of the file in the working tree."
4610
# help of 'all' option of 'shelve' command
4611
#: breezy/builtins.py:6662
4612
msgid "Shelve all changes."
4615
# help of 'writer' option of 'shelve' command
4616
#: breezy/builtins.py:6664
4617
msgid "Method to use for writing diffs."
4620
# title of 'writer' option of 'shelve' command
4621
#: breezy/builtins.py:6664
4625
# help of 'list' option of 'shelve' command
4626
#: breezy/builtins.py:6668
4627
msgid "List shelved changes."
4630
# help of 'destroy' option of 'shelve' command
4631
#: breezy/builtins.py:6670
4632
msgid "Destroy removed changes instead of shelving them."
4635
#: breezy/builtins.py:6699
4636
msgid "No shelved changes."
4639
#: breezy/builtins.py:6710
4640
msgid "Restore shelved changes."
4643
#: breezy/builtins.py:6712
4645
"By default, the most recently shelved changes are restored. However if you\n"
4646
"specify a shelf by id those changes will be restored instead. This works\n"
4647
"best when the changes don't depend on each other."
4650
# help of 'action' option of 'unshelve' command
4651
#: breezy/builtins.py:6721
4652
msgid "The action to perform."
4655
# title of 'action' option of 'resolve' command
4656
# title of 'action' option of 'unshelve' command
4657
#: breezy/builtins.py:6721 breezy/conflicts.py:717
4661
# help of 'action=apply' option of 'unshelve' command
4662
#: breezy/builtins.py:6723
4663
msgid "Apply changes and remove from the shelf."
4666
# help of 'action=dry-run' option of 'unshelve' command
4667
#: breezy/builtins.py:6724
4668
msgid "Show changes, but do not apply or remove them."
4671
# help of 'action=preview' option of 'unshelve' command
4672
#: breezy/builtins.py:6725
4674
"Instead of unshelving the changes, show the diff that would result from "
4678
# help of 'action=delete-only' option of 'unshelve' command
4679
#: breezy/builtins.py:6727
4680
msgid "Delete changes without applying them."
4683
# help of 'action=keep' option of 'unshelve' command
4684
#: breezy/builtins.py:6728
4685
msgid "Apply changes but don't delete them."
4688
#: breezy/builtins.py:6743
4689
msgid "Remove unwanted files from working tree."
4692
#: breezy/builtins.py:6745
4694
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4695
"files are never deleted."
4698
#: breezy/builtins.py:6748
4700
"Another class is 'detritus', which includes files emitted by brz during\n"
4701
"normal operations and selftests. (The value of these files decreases with\n"
4705
#: breezy/builtins.py:6752
4707
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4708
"flags are respected, and may be combined."
4711
#: breezy/builtins.py:6755
4712
msgid "To check what clean-tree will do, use --dry-run."
4715
# help of 'ignored' option of 'clean-tree' command
4716
#: breezy/builtins.py:6758
4717
msgid "Delete all ignored files."
4720
# help of 'detritus' option of 'clean-tree' command
4721
#: breezy/builtins.py:6759
4723
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4726
# help of 'unknown' option of 'clean-tree' command
4727
#: breezy/builtins.py:6762
4728
msgid "Delete files unknown to brz (default)."
4731
# help of 'dry-run' option of 'clean-tree' command
4732
#: breezy/builtins.py:6763
4733
msgid "Show files to delete instead of deleting them."
4736
# help of 'force' option of 'clean-tree' command
4737
#: breezy/builtins.py:6765
4738
msgid "Do not prompt before deleting."
4741
#: breezy/builtins.py:6842
4742
msgid "Import sources from a directory, tarball or zip file"
4745
#: breezy/builtins.py:6844
4747
"This command will import a directory, tarball or zip file into a bzr\n"
4748
"tree, replacing any versioned files already present. If a directory is\n"
4749
"specified, it is used as the target. If the directory does not exist, or\n"
4750
"is not versioned, it is created."
4753
#: breezy/builtins.py:6849
4754
msgid "Tarballs may be gzip or bzip2 compressed. This is autodetected."
4757
#: breezy/builtins.py:6851
4759
"If the tarball or zip has a single root directory, that directory is\n"
4760
"stripped when extracting the tarball. This is not done for directories."
4763
#: breezy/builtins.py:6863
4764
msgid "Hardlink matching files to another tree."
4767
#: breezy/builtins.py:6865
4768
msgid "Only files with identical content and execute bit will be linked."
4771
#: breezy/builtins.py:6905
4772
msgid "Print lines matching PATTERN for specified files and revisions."
4775
#: breezy/builtins.py:6907
4777
"This command searches the specified files and revisions for a given\n"
4778
"pattern. The pattern is specified as a Python regular expressions[1]."
4781
#: breezy/builtins.py:6910
4783
"If the file name is not specified, the revisions starting with the\n"
4784
"current directory are searched recursively. If the revision number is\n"
4785
"not specified, the working copy is searched. To search the last committed\n"
4786
"revision, use the '-r -1' or '-r last:1' option."
4789
#: breezy/builtins.py:6915
4791
"Unversioned files are not searched unless explicitly specified on the\n"
4792
"command line. Unversioned directores are not searched."
4795
#: breezy/builtins.py:6918
4797
"When searching a pattern, the output is shown in the 'filepath:string'\n"
4798
"format. If a revision is explicitly searched, the output is shown as\n"
4799
"'filepath~N:string', where N is the revision number."
4802
#: breezy/builtins.py:6922
4804
"--include and --exclude options can be used to search only (or exclude\n"
4805
"from search) files with base name matches the specified Unix style GLOB\n"
4806
"pattern. The GLOB pattern an use *, ?, and [...] as wildcards, and \\\n"
4807
"to quote wildcard or backslash character literally. Note that the glob\n"
4808
"pattern is not a regular expression."
4811
#: breezy/builtins.py:6928
4812
msgid "[1] http://docs.python.org/library/re.html#regular-expression-syntax"
4815
# help of 'color' option of 'grep' command
4816
#: breezy/builtins.py:6937
4817
msgid "Show match in color. WHEN is never, always or auto."
4820
# help of 'diff' option of 'grep' command
4821
#: breezy/builtins.py:6939
4822
msgid "Grep for pattern in changeset for each revision."
4825
# help of 'exclude' option of 'grep' command
4826
#: breezy/builtins.py:6941
4827
msgid "Skip files whose base name matches GLOB."
4830
# help of 'include' option of 'grep' command
4831
#: breezy/builtins.py:6943
4832
msgid "Search only files whose base name matches GLOB."
4835
# help of 'files-with-matches' option of 'grep' command
4836
#: breezy/builtins.py:6945
4837
msgid "Print only the name of each input file in which PATTERN is found."
4840
# help of 'files-without-match' option of 'grep' command
4841
#: breezy/builtins.py:6948
4842
msgid "Print only the name of each input file in which PATTERN is not found."
4845
# help of 'fixed-string' option of 'grep' command
4846
#: breezy/builtins.py:6951
4847
msgid "Interpret PATTERN is a single fixed string (not regex)."
4850
# help of 'from-root' option of 'grep' command
4851
#: breezy/builtins.py:6953
4853
"Search for pattern starting from the root of the branch. (implies --"
4857
# help of 'ignore-case' option of 'grep' command
4858
#: breezy/builtins.py:6956
4859
msgid "Ignore case distinctions while matching."
4862
# help of 'levels' option of 'grep' command
4863
#: breezy/builtins.py:6958
4865
"Number of levels to display - 0 for all, 1 for collapsed (1 is default)."
4868
# help of 'line-number' option of 'grep' command
4869
#: breezy/builtins.py:6963
4870
msgid "Show 1-based line number."
4873
# help of 'no-recursive' option of 'grep' command
4874
#: breezy/builtins.py:6965
4875
msgid "Don't recurse into subdirectories. (default is --recursive)"
4878
# help of 'null' option of 'grep' command
4879
#: breezy/builtins.py:6967
4881
"Write an ASCII NUL (\\0) separator between output lines rather than a "
4885
#: breezy/builtins.py:7083
4886
msgid "Apply a named patch to the current tree."
4889
#: breezy/builtins.py:7085 breezy/plugins/propose/cmds.py:215
4893
# help of 'strip' option of 'patch' command
4894
#: breezy/builtins.py:7089
4896
"Strip the smallest prefix containing num leading slashes from filenames."
4899
# help of 'silent' option of 'patch' command
4900
#: breezy/builtins.py:7091
4901
msgid "Suppress chatter."
4904
#: breezy/bzr/bundle/apply_bundle.py:38
4905
msgid "Install revisions"
4908
#: breezy/bzr/bundle/commands.py:69
4909
msgid "--verbose requires a merge directive"
4912
#: breezy/bzr/bundle/commands.py:73
4913
msgid "Bundle format not supported"
4916
#: breezy/bzr/bundle/commands.py:83
4920
#: breezy/bzr/bundle/commands.py:87
4921
#, python-brace-format
4922
msgid "{0}: {1} ({2} multiparent)\n"
4925
#: breezy/bzr/bundle/commands.py:89
4927
msgid "unique files: %d\n"
4930
#: breezy/bzr/bundle/commands.py:98
4934
#: breezy/bzr/bundle/commands.py:99
4939
#: breezy/bzr/bundle/commands.py:101
4946
#: breezy/bzr/bundle/commands.py:110
4947
msgid "Decoded contents\n"
4950
#: breezy/bzr/bundle/serializer/v4.py:315
4952
msgid "Bundling %d revision."
4953
msgid_plural "Bundling %d revisions."
4957
#: breezy/bzr/bzrdir.py:508
4958
#, python-brace-format
4960
"making backup of {0}\n"
4964
#: breezy/bzr/bzrdir.py:529
4965
#, python-brace-format
4966
msgid "renamed {0} to {1}"
4969
#: breezy/bzr/bzrdir.py:1615
4972
"Source repository format does not support stacking, using format:\n"
4976
#: breezy/bzr/bzrdir.py:1635
4979
"Source branch format does not support stacking, using format:\n"
4983
#: breezy/bzr/bzrdir.py:1772
4984
msgid "starting repository conversion"
4987
#: breezy/bzr/bzrdir.py:1898
4988
#, python-brace-format
4989
msgid "Using default stacking branch {0} at {1}"
4992
#: breezy/bzr/check.py:99
4996
#: breezy/bzr/check.py:101
4997
msgid "checking revisions"
5000
#: breezy/bzr/check.py:103
5001
msgid "checking commit contents"
5004
#: breezy/bzr/check.py:105
5005
msgid "checking file graphs"
5008
#: breezy/bzr/check.py:109
5009
msgid "checking branches and trees"
5012
#: breezy/bzr/check.py:194
5013
#, python-brace-format
5014
msgid "checked repository {0} format {1}"
5017
#: breezy/bzr/check.py:197
5019
msgid "%6d revisions"
5022
#: breezy/bzr/check.py:198
5024
msgid "%6d file-ids"
5027
#: breezy/bzr/check.py:200
5029
msgid "%6d unreferenced text versions"
5032
#: breezy/bzr/check.py:204
5033
#, python-brace-format
5034
msgid "unreferenced version: {{{0}}} in {1}"
5037
#: breezy/bzr/check.py:207
5039
msgid "%6d revisions are missing inventory_sha1"
5042
#: breezy/bzr/check.py:210
5044
msgid "%6d revisions are mentioned but not present"
5047
#: breezy/bzr/check.py:213
5049
msgid "%6d ghost revisions"
5052
#: breezy/bzr/check.py:218
5054
msgid "%6d revisions missing parents in ancestry"
5057
#: breezy/bzr/check.py:222
5059
msgid " %s should be in the ancestry for:"
5062
#: breezy/bzr/check.py:227
5064
msgid "%6d inconsistent parents"
5067
#: breezy/bzr/check.py:232
5068
#, python-brace-format
5069
msgid " * {0} version {1} has parents ({2}) but should have ({3})"
5072
#: breezy/bzr/check.py:239
5074
msgid "%6d revisions have incorrect parents in the revision index"
5077
#: breezy/bzr/check.py:245
5078
#, python-brace-format
5079
msgid " {0} has wrong parents in index: ({1}) should be ({2})"
5082
#: breezy/bzr/check.py:261
5083
#, python-brace-format
5084
msgid "Mismatched internal revid {{{0}}} and index revid {{{1}}}"
5087
#: breezy/bzr/check.py:290
5088
#, python-brace-format
5090
"Multiple expected sha1s for {0}. {{{1}}} expects {{{2}}}, {{{3}}} expects "
5094
#: breezy/bzr/fetch.py:99
5095
msgid "Finding revisions"
5098
#: breezy/bzr/fetch.py:104
5099
msgid "Fetching revisions"
5102
#: breezy/bzr/groupcompress.py:1799
5104
msgid "Insert claimed random_id=True, but then inserted %r two times"
5107
#: breezy/bzr/knit.py:1879 breezy/bzr/knit.py:1917
5108
msgid "Walking content"
5111
#: breezy/bzr/knit.py:3465
5115
#: breezy/bzr/reconcile.py:97
5116
msgid "Reading inventory data"
5119
#: breezy/bzr/reconcile.py:117 breezy/bzr/reconcile.py:248
5120
msgid "Inventory ok."
5123
#: breezy/bzr/reconcile.py:119 breezy/bzr/reconcile.py:250
5124
msgid "Backing up inventory"
5127
#: breezy/bzr/reconcile.py:121
5128
msgid "Backup inventory created."
5131
#: breezy/bzr/reconcile.py:137 breezy/bzr/reconcile.py:269
5132
msgid "Writing weave"
5135
#: breezy/bzr/reconcile.py:140 breezy/bzr/reconcile.py:272
5136
msgid "Inventory regenerated."
5139
#: breezy/bzr/reconcile.py:235 breezy/bzr/reconcile.py:237
5140
#: breezy/bzr/reconcile.py:240
5141
msgid "Reading indexes"
5144
#: breezy/bzr/reconcile.py:244 breezy/bzr/reconcile.py:246
5145
msgid "Checking unused inventories"
5148
#: breezy/bzr/reconcile.py:252
5149
msgid "Backup Inventory created"
5152
#: breezy/bzr/reconcile.py:310
5153
msgid "Fixing text parents"
5156
#: breezy/bzr/reconcile.py:463
5157
#, python-brace-format
5158
msgid "Fixing last revision info {0} => {1}"
5161
#: breezy/bzr/reconcile.py:470
5162
msgid "revision_history ok."
5165
#: breezy/bzr/remote.py:1322
5167
msgid "bzr: ERROR (ignored): %s"
5170
#: breezy/bzr/remote.py:2644
5171
msgid "Copying repository content as tarball..."
5174
#: breezy/bzr/smart/medium.py:739
5175
#, python-brace-format
5176
msgid "HPSS calls: {0} ({1} vfs) {2}"
5179
#: breezy/bzr/smart/ping.py:34
5180
msgid "Pings a Bazaar smart server."
5183
#: breezy/bzr/smart/ping.py:36
5185
"This command sends a 'hello' request to the given location using the brz\n"
5186
"smart protocol, and reports the response."
5189
#: breezy/bzr/smart/server.py:169
5190
msgid "Requested to stop gracefully"
5193
#: breezy/bzr/smart/server.py:179
5195
msgid "Waiting for %d client(s) to finish"
5198
#: breezy/bzr/smart/server.py:185
5200
msgid "Still waiting for %d client(s) to finish"
5203
#: breezy/bzr/smart/server.py:219
5205
msgid "listening socket error: %s"
5208
#: breezy/bzr/smart/server.py:459
5210
msgid "listening on port: %s"
5213
#: breezy/bzr/vf_repository.py:801
5217
#: breezy/bzr/vf_repository.py:827
5221
#: breezy/bzr/vf_repository.py:1334 breezy/bzr/vf_repository.py:1344
5222
msgid "Calculating text parents"
5225
#: breezy/bzr/vf_repository.py:1422
5229
#: breezy/bzr/vf_repository.py:2301
5230
msgid "loading text store"
5233
#: breezy/bzr/vf_repository.py:2308
5234
msgid "checking text graph"
5237
#: breezy/bzr/vf_repository.py:2753 breezy/bzr/vf_repository.py:2767
5238
#: breezy/bzr/vf_repository.py:2880
5239
msgid "Transferring revisions"
5242
#: breezy/check.py:65
5244
msgid "Checking branch at '%s'."
5247
#: breezy/check.py:84
5249
msgid "Checking working tree at '%s'."
5252
#: breezy/check.py:134 breezy/check.py:148
5253
msgid "No branch found at specified location."
5256
#: breezy/check.py:136 breezy/check.py:146
5257
msgid "No working tree found at specified location."
5260
#: breezy/check.py:139
5262
msgid "Checking repository at '%s'."
5265
#: breezy/check.py:150
5266
msgid "No repository found at specified location."
5269
#: breezy/clean_tree.py:63
5270
msgid "Nothing to delete."
5273
#: breezy/clean_tree.py:68
5274
msgid "Are you sure you wish to delete these"
5277
#: breezy/clean_tree.py:70
5281
#: breezy/clean_tree.py:105
5283
msgid "unable to remove %s"
5286
#: breezy/clean_tree.py:109
5287
msgid "deleting paths:"
5290
#: breezy/clean_tree.py:123
5291
#, python-brace-format
5292
msgid "unable to remove \"{0}\": {1}."
5295
#: breezy/clean_tree.py:128
5296
msgid "No files deleted."
5299
#: breezy/cmd_version_info.py:51
5300
#, python-brace-format
5301
msgid "No known version info format {0}. Supported types are: {1}"
5304
# help of 'format=custom' option of 'version-info' command
5305
#: breezy/cmd_version_info.py:55
5306
msgid "Version info in Custom template-based format."
5309
# help of 'format=python' option of 'version-info' command
5310
#: breezy/cmd_version_info.py:55
5311
msgid "Version info in Python format."
5314
# help of 'format=rio' option of 'version-info' command
5315
#: breezy/cmd_version_info.py:55
5316
msgid "Version info in RIO (simple text) format (default)."
5319
#: breezy/cmd_version_info.py:56
5320
msgid "Show version information about this tree."
5323
#: breezy/cmd_version_info.py:58
5325
"You can use this command to add information about version into\n"
5326
"source code of an application. The output can be in one of the\n"
5327
"supported formats or in a custom format based on a template."
5330
#: breezy/cmd_version_info.py:62 en/help_topics/configuration.txt:699
5331
#: en/help_topics/configuration.txt:725
5332
msgid "For example::"
5335
#: breezy/cmd_version_info.py:64
5337
" brz version-info --custom \\\n"
5338
" --template=\"#define VERSION_INFO \\\"Project 1.2.3 (r{revno})\\\"\\n\""
5341
#: breezy/cmd_version_info.py:67
5343
"will produce a C header file with formatted string containing the\n"
5344
"current revision number. Other supported variables in templates are:"
5347
#: breezy/cmd_version_info.py:70
5349
" * {date} - date of the last revision\n"
5350
" * {build_date} - current date\n"
5351
" * {revno} - revision number\n"
5352
" * {revision_id} - revision id\n"
5353
" * {branch_nick} - branch nickname\n"
5354
" * {clean} - 0 if the source tree contains uncommitted changes,\n"
5358
# help of 'format' option of 'version-info' command
5359
#: breezy/cmd_version_info.py:80
5360
msgid "Select the output format."
5363
# help of 'all' option of 'version-info' command
5364
#: breezy/cmd_version_info.py:84
5365
msgid "Include all possible information."
5368
# help of 'check-clean' option of 'version-info' command
5369
#: breezy/cmd_version_info.py:85
5370
msgid "Check if tree is clean."
5373
# help of 'include-history' option of 'version-info' command
5374
#: breezy/cmd_version_info.py:87
5375
msgid "Include the revision-history."
5378
# help of 'include-file-revisions' option of 'version-info' command
5379
#: breezy/cmd_version_info.py:89
5380
msgid "Include the last revision for each file."
5383
# help of 'template' option of 'version-info' command
5384
#: breezy/cmd_version_info.py:91
5385
msgid "Template for the output."
5388
#: breezy/cmd_version_info.py:105
5389
msgid "brz version-info --revision takes exactly one revision specifier"
5392
#: breezy/commands.py:307
5394
msgid "unknown command \"%s\". Perhaps you meant \"%s\""
5397
#: breezy/commands.py:309
5399
msgid "unknown command \"%s\""
5402
#: breezy/commands.py:563
5403
msgid "No help for this command."
5406
#: breezy/commands.py:576
5408
msgid ":Purpose: %s\n"
5411
#: breezy/commands.py:578
5418
#: breezy/commands.py:580
5420
msgid ":Usage: %s\n"
5423
#: breezy/commands.py:600
5428
#: breezy/commands.py:611
5436
#: breezy/commands.py:621
5439
"See brz help %s for more details and examples.\n"
5443
#: breezy/commands.py:626
5447
#: breezy/commands.py:630
5449
msgid ":From: plugin \"%s\"\n"
5452
#: breezy/commands.py:642
5453
#, python-brace-format
5454
msgid ":doc:`{0} <{1}-help>`"
5457
#: breezy/commands.py:646
5459
msgid ":See also: %s"
5462
#: breezy/commands.py:919
5463
msgid "Only ASCII permitted in option names"
5466
#: breezy/commands.py:944 breezy/commands.py:952
5467
msgid "command {0!r} needs one or more {1}"
5470
#: breezy/commands.py:961
5471
msgid "command {0!r} requires argument {1}"
5474
#: breezy/commands.py:968
5475
#, python-brace-format
5476
msgid "extra argument to command {0}: {1}"
5479
#: breezy/commands.py:1044
5481
msgid "Profile data written to \"%s\"."
5484
#: breezy/commit.py:151 breezy/commit.py:715
5488
#: breezy/commit.py:151 breezy/commit.py:725
5492
#: breezy/commit.py:157
5494
msgid "Committing to: %s"
5497
#: breezy/commit.py:162
5499
msgid "Committed revision %d."
5502
#: breezy/commit.py:170
5504
msgid "Committed revid %s."
5507
#: breezy/commit.py:173
5512
#: breezy/commit.py:176
5517
#: breezy/commit.py:495
5518
#, python-brace-format
5520
"Conflicting tags in bound branch:\n"
5524
#: breezy/commit.py:717
5528
#: breezy/commit.py:782
5529
#, python-brace-format
5530
msgid "{0} [{1}] - Stage"
5533
#: breezy/commit.py:785
5538
#: breezy/commit_signature_commands.py:35
5539
msgid "Sign all commits by a given committer."
5542
#: breezy/commit_signature_commands.py:37
5544
"If location is not specified the local tree is used.\n"
5545
"If committer is not specified the default committer is used."
5548
#: breezy/commit_signature_commands.py:40
5549
msgid "This does not sign commits that already have signatures."
5552
# help of 'dry-run' option of 'sign-my-commits' command
5553
#: breezy/commit_signature_commands.py:48
5555
"Don't actually sign anything, just print the revisions that would be signed."
5558
#: breezy/commit_signature_commands.py:90
5560
msgid "Signed %d revision.\n"
5561
msgid_plural "Signed %d revisions.\n"
5565
#: breezy/commit_signature_commands.py:95
5566
msgid "Verify all commit signatures."
5569
#: breezy/commit_signature_commands.py:97
5570
msgid "Verifies that all commits in the branch are signed by known GnuPG keys."
5573
# help of 'acceptable-keys' option of 'verify-signatures' command
5574
#: breezy/commit_signature_commands.py:102
5576
"Comma separated list of GPG key patterns which are acceptable for "
5580
#: breezy/commit_signature_commands.py:141
5581
msgid "Cannot verify a range of non-revision-history revisions"
5584
#: breezy/commit_signature_commands.py:160
5585
msgid "All commits signed with verifiable keys"
5588
#: breezy/config.py:2256
5589
#, python-brace-format
5590
msgid "{0} is not an SI unit."
5593
#: breezy/config.py:2793
5594
#, python-brace-format
5596
"Option {0} in section {1} of {2} was changed from {3} to {4}. The {5} value "
5600
#: breezy/config.py:2938
5602
msgid "Invalid '%s', should be of the form 'name=value'"
5605
#: breezy/config.py:3881
5606
msgid "Display, set or remove a configuration option."
5609
#: breezy/config.py:3883
5610
msgid "Display the active value for option NAME."
5613
#: breezy/config.py:3885
5615
"If --all is specified, NAME is interpreted as a regular expression and all\n"
5616
"matching options are displayed mentioning their scope and without resolving\n"
5617
"option references in the value). The active value that bzr will take into\n"
5618
"account is the first one displayed for each option."
5621
#: breezy/config.py:3890
5623
"If NAME is not given, --all .* is implied (all options are displayed for "
5628
#: breezy/config.py:3893
5630
"Setting a value is achieved by using NAME=value without spaces. The value\n"
5631
"is set in the most relevant scope and can be checked by displaying the\n"
5635
#: breezy/config.py:3897
5636
msgid "Removing a value is achieved by using --remove NAME."
5639
# help of 'scope' option of 'config' command
5640
#: breezy/config.py:3907
5641
msgid "Reduce the scope to the specified configuration file."
5644
# help of 'all' option of 'config' command
5645
#: breezy/config.py:3911
5646
msgid "Display all the defined values for the matching options."
5649
# help of 'remove' option of 'config' command
5650
#: breezy/config.py:3913
5651
msgid "Remove the option from the configuration file."
5654
#: breezy/conflicts.py:52
5655
msgid "List files with conflicts."
5658
#: breezy/conflicts.py:59
5660
"Conflicts normally are listed as short, human-readable messages. If --text\n"
5661
"is supplied, the pathnames of files with text conflicts are listed,\n"
5662
"instead. (This is useful for editing all files with text conflicts.)"
5665
#: breezy/conflicts.py:63
5666
msgid "Use brz resolve when you have fixed a problem."
5669
# help of 'text' option of 'conflicts' command
5670
#: breezy/conflicts.py:68
5671
msgid "List paths of files with text conflicts."
5674
# help of 'action=auto' option of 'resolve' command
5675
#: breezy/conflicts.py:87
5676
msgid "Detect whether conflict has been resolved by user."
5679
# help of 'action=done' option of 'resolve' command
5680
#: breezy/conflicts.py:89
5681
msgid "Marks the conflict as resolved."
5684
# help of 'action=take-this' option of 'resolve' command
5685
#: breezy/conflicts.py:92
5686
msgid "Resolve the conflict preserving the version in the working tree."
5689
# help of 'action=take-other' option of 'resolve' command
5690
#: breezy/conflicts.py:95
5691
msgid "Resolve the conflict taking the merged version into account."
5694
# help of 'action' option of 'resolve' command
5695
#: breezy/conflicts.py:103
5696
msgid "How to resolve the conflict."
5699
#: breezy/conflicts.py:109
5700
msgid "Mark a conflict as resolved."
5703
#: breezy/conflicts.py:116
5705
"Once you have fixed a problem, use \"brz resolve\" to automatically mark\n"
5706
"text conflicts as fixed, \"brz resolve FILE\" to mark a specific conflict "
5708
"resolved, or \"brz resolve --all\" to mark all conflicts as resolved."
5711
# help of 'all' option of 'resolve' command
5712
#: breezy/conflicts.py:124
5713
msgid "Resolve all conflicts in this tree."
5716
#: breezy/conflicts.py:132
5717
msgid "If --all is specified, no FILE may be provided"
5720
#: breezy/conflicts.py:152
5722
msgid "%d conflict auto-resolved."
5723
msgid_plural "%d conflicts auto-resolved."
5727
#: breezy/conflicts.py:155
5728
msgid "Remaining conflicts:"
5731
#: breezy/conflicts.py:160
5732
msgid "All conflicts resolved."
5735
#: breezy/conflicts.py:163
5736
#, python-brace-format
5737
msgid "{0} conflict resolved, {1} remaining"
5738
msgid_plural "{0} conflicts resolved, {1} remaining"
5742
#: breezy/controldir.py:751
5743
#, python-brace-format
5744
msgid "{0} is{1} redirected to {2}"
5747
#: breezy/diff.py:474
5749
msgid "*** Ignoring files outside view. View is %s"
5752
#: breezy/errors.py:167
5754
"API %(api)s is not compatible; one of versions %(wanted)r is required, but "
5755
"current version is %(current)r."
5758
#: breezy/errors.py:178
5759
msgid "The transport '%(transport)s' is only accessible within this process."
5762
#: breezy/errors.py:196
5763
msgid "Invalid revision number %(revno)s"
5766
#: breezy/errors.py:205
5767
msgid "Invalid revision-id {%(revision_id)s} in %(branch)s"
5770
#: breezy/errors.py:216
5771
msgid "Reserved revision-id {%(revision_id)s}"
5774
#: breezy/errors.py:230
5775
msgid "There is no public branch set for \"%(branch_url)s\"."
5778
#: breezy/errors.py:240
5779
msgid "The file id \"%(file_id)s\" is not present in the tree %(tree)s."
5782
#: breezy/errors.py:250
5783
msgid "The branch '%(branch)s' is not stacked."
5786
#: breezy/errors.py:264
5787
msgid "No WorkingTree exists for \"%(base)s\"."
5790
#: breezy/errors.py:273
5791
msgid "%(url)s is not a local path."
5794
#: breezy/errors.py:289
5796
"Unable to determine your name.\n"
5797
"Please, set your name with the 'whoami' command.\n"
5798
"E.g. brz whoami \"Your Name <name@example.com>\""
5801
#: breezy/errors.py:308
5802
msgid "%(not_locked)r is not write locked but needs to be."
5805
#: breezy/errors.py:316
5806
msgid "Commit refused because there are unknown files in the tree"
5809
#: breezy/errors.py:327
5810
msgid "Generic path error: %(path)r%(extra)s)"
5813
#: breezy/errors.py:340
5814
msgid "No such file: %(path)r%(extra)s"
5817
#: breezy/errors.py:345
5818
msgid "File exists: %(path)r%(extra)s"
5821
#: breezy/errors.py:351
5823
"Could not rename %(source)s => %(dest)s because both files exist. (Use --"
5824
"after to tell brz about a rename that has already happened)%(extra)s"
5827
#: breezy/errors.py:367
5828
msgid "\"%(path)s\" is not a directory %(extra)s"
5831
#: breezy/errors.py:372
5832
msgid "\"%(path)s\" is not in the working directory %(extra)s"
5835
#: breezy/errors.py:377
5836
msgid "Directory not empty: \"%(path)s\"%(extra)s"
5839
#: breezy/errors.py:382
5840
msgid "Hard-linking \"%(path)s\" is not supported"
5843
#: breezy/errors.py:397
5844
msgid "Device or resource busy: \"%(path)s\"%(extra)s"
5847
#: breezy/errors.py:402
5848
msgid "Permission denied: \"%(path)s\"%(extra)s"
5851
#: breezy/errors.py:419
5852
msgid "Unsupported protocol for url \"%(path)s\"%(extra)s"
5855
#: breezy/errors.py:427
5856
msgid "The branch '%(branch_url)s' cannot be stacked on '%(target_url)s'."
5859
#: breezy/errors.py:437
5861
"The repository '%(url)s'(%(format)s) is not a stackable format. You will "
5862
"need to upgrade the repository to permit branch stacking."
5865
#: breezy/errors.py:448
5866
msgid "Error reading from %(path)r."
5869
#: breezy/errors.py:467
5870
msgid "Path \"%(path)s\" is not a child of path \"%(base)s\"%(extra)s"
5873
#: breezy/errors.py:483
5874
msgid "Path \"%(path)s\" is not unicode normalized"
5877
#: breezy/errors.py:491
5878
msgid "Not a branch: \"%(path)s\"%(detail)s."
5881
#: breezy/errors.py:533
5882
msgid "No submit branch available for branch \"%(path)s\""
5885
#: breezy/errors.py:542
5886
msgid "A control directory already exists: \"%(path)s\"."
5889
#: breezy/errors.py:547
5890
msgid "Already a branch: \"%(path)s\"."
5893
#: breezy/errors.py:552
5894
msgid "Invalid branch name: %(name)s"
5897
#: breezy/errors.py:561
5898
msgid "Parent branch already exists: \"%(path)s\"."
5901
#: breezy/errors.py:566
5903
"Directory contains a branch, but no working tree (use brz checkout if you "
5904
"wish to build a working tree): \"%(path)s\""
5907
#: breezy/errors.py:572
5909
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
5912
#: breezy/errors.py:582
5913
msgid "No repository present: \"%(path)s\""
5916
#: breezy/errors.py:591
5918
"Unsupported branch format: %(format)s\n"
5919
"Please run 'brz upgrade'"
5922
#: breezy/errors.py:596
5923
msgid "Unknown %(kind)s format: %(format)r"
5926
#: breezy/errors.py:605
5928
"Line ending corrupted for file: %(file)s; Maybe your files got corrupted in "
5932
#: breezy/errors.py:614
5933
msgid "Format %(format)s is not compatible with .bzr version %(controldir)s."
5936
#: breezy/errors.py:624
5937
msgid "Parse error on line %(lineno)d of %(format)s format: %(line)s"
5940
#: breezy/errors.py:642
5943
"is not compatible with\n"
5948
#: breezy/errors.py:655
5949
msgid "Revision is not compatible with %(repo_format)s"
5952
#: breezy/errors.py:665
5953
msgid "%(context_info)s%(path)s is already versioned."
5956
#: breezy/errors.py:686
5957
msgid "%(context_info)s%(path)s is not versioned."
5960
#: breezy/errors.py:707
5961
msgid "Path(s) are not versioned: %(paths_as_string)s"
5964
#: breezy/errors.py:718
5965
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5968
#: breezy/errors.py:737
5969
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5972
#: breezy/errors.py:745
5974
"Filename %(filename)r is not valid in your current filesystem encoding "
5978
#: breezy/errors.py:756
5979
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5982
#: breezy/errors.py:774
5983
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5986
#: breezy/errors.py:813
5987
msgid "Cannot lock %(lock)s: %(why)s"
5990
#: breezy/errors.py:823
5992
"A transaction related operation was attempted after the transaction finished."
5995
#: breezy/errors.py:850
5996
msgid "Cannot lock: transport is read only: %(transport)s"
5999
#: breezy/errors.py:858
6000
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
6003
#: breezy/errors.py:869
6004
msgid "Lock was broken while still open: %(lock)s - check storage consistency!"
6007
#: breezy/errors.py:880
6009
"Lock was released and re-acquired before being broken: %(lock)s: held by "
6010
"%(holder)r, wanted to break %(target)r"
6013
#: breezy/errors.py:893
6015
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
6016
"Use 'brz break-lock' to clear it"
6019
#: breezy/errors.py:905
6020
msgid "Lock not held: %(lock)s"
6023
#: breezy/errors.py:934
6024
msgid "Upgrade URL cannot work with readonly URLs."
6027
#: breezy/errors.py:939
6028
msgid "The branch format %(format)s is already at the most recent format."
6031
#: breezy/errors.py:957
6032
msgid "Option --change does not accept revision ranges"
6035
#: breezy/errors.py:962
6036
msgid "No namespace registered for string: %(spec)r"
6039
#: breezy/errors.py:981
6041
"Requested revision: '%(spec)s' does not exist in branch: %(branch_url)s"
6045
#: breezy/errors.py:995
6047
"Operation denied because it would change the main history, which is not "
6048
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
6051
#: breezy/errors.py:1007
6053
"These branches have diverged. Use the missing command to see how.\n"
6054
"Use the merge command to reconcile them."
6057
#: breezy/errors.py:1026
6059
"Branches have no common ancestor, and no merge base revision was specified."
6062
#: breezy/errors.py:1032
6064
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
6067
#: breezy/errors.py:1038
6068
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
6071
#: breezy/errors.py:1047
6073
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
6076
#: breezy/errors.py:1056
6077
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
6080
#: breezy/errors.py:1065
6081
msgid "Branch %(branch)s has no commits."
6084
#: breezy/errors.py:1082
6086
"Bound branch %(branch)s is out of date with master branch %(master)s."
6090
#: breezy/errors.py:1094
6092
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
6093
"bound to %(remote)s."
6096
#: breezy/errors.py:1106
6097
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
6100
#: breezy/errors.py:1115
6102
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
6106
#: breezy/errors.py:1127
6107
msgid "Versioned file error"
6110
#: breezy/errors.py:1132
6111
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
6114
#: breezy/errors.py:1142
6115
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
6118
#: breezy/errors.py:1152
6119
msgid "Text did not match its checksum: %(msg)s"
6122
#: breezy/errors.py:1204
6123
msgid "Export format %(format)r not supported"
6126
#: breezy/errors.py:1213
6127
msgid "Transport error: %(msg)s %(orig_error)s"
6130
#: breezy/errors.py:1239
6131
msgid "Generic bzr smart protocol error: %(details)s"
6134
#: breezy/errors.py:1247
6135
msgid "Received bad protocol version marker: %(marker)r"
6138
#: breezy/errors.py:1279
6139
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
6142
#: breezy/errors.py:1284
6143
msgid "Connection error: %(msg)s %(orig_error)s"
6146
#: breezy/errors.py:1289
6147
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
6150
#: breezy/errors.py:1310
6151
msgid "Connection closed: %(msg)s %(orig_error)s"
6154
#: breezy/errors.py:1315
6155
msgid "Connection Timeout: %(msg)s%(orig_error)s"
6158
#: breezy/errors.py:1320
6159
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
6162
#: breezy/errors.py:1330
6163
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
6166
#: breezy/errors.py:1345
6167
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
6170
#: breezy/errors.py:1359
6171
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
6174
#: breezy/errors.py:1367
6175
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
6178
#: breezy/errors.py:1376
6179
msgid "%(source)s is%(permanently)s redirected to %(target)s"
6182
#: breezy/errors.py:1390
6183
msgid "Too many redirections"
6186
#: breezy/errors.py:1395
6187
msgid "Working tree has conflicts."
6190
#: breezy/errors.py:1400
6191
msgid "Unable to import library \"%(library)s\": %(error)s"
6194
#: breezy/errors.py:1408
6196
"The working tree for %(basedir)s has changed since the last commit, but "
6197
"weave merge requires that it be unchanged"
6200
#: breezy/errors.py:1418
6201
msgid "Cycle in graph %(graph)r"
6204
#: breezy/errors.py:1446
6205
msgid "File %(filename)s is not conflicted."
6208
#: breezy/errors.py:1468
6209
msgid "No bundle was found in \"%(filename)s\"."
6212
#: breezy/errors.py:1477
6213
msgid "Unable to handle bundle version %(version)s: %(msg)s"
6216
#: breezy/errors.py:1487
6217
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
6220
#: breezy/errors.py:1500
6221
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
6224
#: breezy/errors.py:1510
6225
msgid "Key %(key)s is already present in map"
6228
#: breezy/errors.py:1515
6229
msgid "The prefix %(prefix)s is in the help search path twice."
6232
#: breezy/errors.py:1528
6234
"No final name for trans_id %(trans_id)r\n"
6235
"file-id: %(file_id)r\n"
6236
"root trans-id: %(root_trans_id)r\n"
6239
#: breezy/errors.py:1557
6240
msgid "Attempt to reuse a transform that has already been applied."
6243
#: breezy/errors.py:1562
6244
msgid "Moving the root directory is not supported at this time"
6247
#: breezy/errors.py:1567
6248
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
6251
#: breezy/errors.py:1578
6253
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6256
#: breezy/errors.py:1614
6258
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6261
#: breezy/errors.py:1644
6262
msgid "Unable to import paramiko (required for sftp support): %(error)s"
6265
#: breezy/errors.py:1652
6266
msgid "Nothing to merge."
6269
#: breezy/errors.py:1657
6270
msgid "Format %(format)s cannot be initialised by this version of brz."
6273
#: breezy/errors.py:1666
6275
"Cannot convert from format %(from_format)s to format %(format)s. "
6279
#: breezy/errors.py:1678
6280
msgid "Could not find an appropriate Differ for file \"%(path)s\""
6283
#: breezy/errors.py:1686
6284
msgid "%(exe_name)s could not be found on this machine"
6287
#: breezy/errors.py:1694
6288
msgid "Diff is not installed on this machine: %(msg)s"
6291
#: breezy/errors.py:1702
6292
msgid "Diff3 is not installed on this machine."
6295
#: breezy/errors.py:1708
6296
msgid "The content being inserted is already present."
6299
#: breezy/errors.py:1713
6301
"This tree contains left-over files from a failed operation.\n"
6302
" Please examine %(limbo_dir)s to see if it contains any files you wish "
6304
" keep, and delete it when you are done."
6307
#: breezy/errors.py:1724
6309
"This tree contains left-over files from a failed operation.\n"
6310
" Please examine %(pending_deletion)s to see if it contains any files you\n"
6311
" wish to keep, and delete it when you are done."
6314
#: breezy/errors.py:1734
6316
"Unable to delete transform temporary directory %(limbo_dir)s.\n"
6317
" Please examine %(limbo_dir)s to see if it contains any files you wish "
6319
" keep, and delete it when you are done."
6322
#: breezy/errors.py:1745
6324
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
6325
"examine %(pending_deletion)s to see if it contains any files you wish to "
6326
"keep, and delete it when you are done."
6329
#: breezy/errors.py:1755
6330
msgid "Working tree is out of date, please run 'brz update'.%(more)s"
6333
#: breezy/errors.py:1769
6334
msgid "Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
6337
#: breezy/errors.py:1782
6338
msgid "Error in merge modified format"
6341
#: breezy/errors.py:1787
6342
msgid "Format error in conflict listings"
6345
#: breezy/errors.py:1792
6347
"An error has been detected in the repository %(repo_path)s.\n"
6348
"Please run brz reconcile on this repository."
6351
#: breezy/errors.py:1803
6353
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
6354
"reason: %(reason)s"
6357
#: breezy/errors.py:1816
6359
"An inconsistent delta was supplied: %(delta)r\n"
6360
"reason: %(reason)s"
6363
#: breezy/errors.py:1827
6364
msgid "To use this feature you must upgrade your branch at %(path)s."
6367
#: breezy/errors.py:1836
6368
msgid "To use this feature you must upgrade your repository at %(path)s."
6371
#: breezy/errors.py:1841
6373
"To use this feature you must upgrade your branch at %(path)s to a format "
6374
"which supports rich roots."
6377
#: breezy/errors.py:1847
6378
msgid "Cannot perform local-only commits on unbound branches."
6381
#: breezy/errors.py:1852
6382
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
6385
#: breezy/errors.py:1876
6386
msgid "Shared repositories are not supported by %(format)r."
6389
#: breezy/errors.py:1884
6390
msgid "Ghost tags not supported by format %(format)r."
6393
#: breezy/errors.py:1892
6394
msgid "File is binary but should be text."
6397
#: breezy/errors.py:1897
6398
msgid "The path %(path)s is not permitted on this platform"
6401
#: breezy/errors.py:1906
6403
"Testament did not match expected value.\n"
6404
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
6408
#: breezy/errors.py:1918
6409
msgid "Not a bzr revision-bundle: %(text)r"
6412
#: breezy/errors.py:1927
6413
msgid "Bad bzr revision-bundle: %(text)r"
6416
#: breezy/errors.py:1936
6417
msgid "Malformed bzr revision-bundle header: %(text)r"
6420
#: breezy/errors.py:1941
6421
msgid "Malformed patches in bzr revision-bundle: %(text)r"
6424
#: breezy/errors.py:1946
6425
msgid "Malformed footer in bzr revision-bundle: %(text)r"
6428
#: breezy/errors.py:1951
6429
msgid "End of line marker was not \\n in bzr revision-bundle"
6432
#: breezy/errors.py:1961
6433
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
6436
#: breezy/errors.py:1971
6437
msgid "Root class for inventory serialization errors"
6440
#: breezy/errors.py:1976
6442
"The inventory was not in the expected format:\n"
6446
#: breezy/errors.py:1984
6447
msgid "This operation requires rich root data storage"
6450
#: breezy/errors.py:1997
6451
msgid "Unrecognised value for BRZ_SSH environment variable: %(vendor)s"
6454
#: breezy/errors.py:2006
6456
"Don't know how to handle SSH connections. Please set BRZ_SSH environment "
6460
#: breezy/errors.py:2013
6462
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
6463
"ghost at {%(ghost_revision_id)s}"
6466
#: breezy/errors.py:2023
6467
msgid "Ghost revision {%(revision_id)s} cannot be used here."
6470
#: breezy/errors.py:2040
6472
"A merge directive must provide either a bundle or a public branch location."
6475
#: breezy/errors.py:2047
6476
msgid "Bad merge directive payload %(start)r"
6479
#: breezy/errors.py:2057
6480
msgid "Preview patch does not match requested changes."
6483
#: breezy/errors.py:2063
6484
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
6487
#: breezy/errors.py:2073
6489
"Your branch does not have all of the revisions required in order to merge "
6490
"this merge directive and the target location specified in the merge "
6491
"directive is not a branch: %(location)s."
6494
#: breezy/errors.py:2085
6495
msgid "Unsupported entry kind %(kind)s"
6498
#: breezy/errors.py:2093
6499
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
6502
#: breezy/errors.py:2103
6503
msgid "Subsume target %(other_tree)s needs to be upgraded."
6506
#: breezy/errors.py:2111
6507
msgid "No such tag: %(tag_name)s"
6510
#: breezy/errors.py:2119
6512
"Tags not supported by %(branch)s; you may be able to use 'brz upgrade "
6516
#: breezy/errors.py:2129
6517
msgid "Tag %(tag_name)s already exists."
6520
#: breezy/errors.py:2137
6521
msgid "Could not understand response from smart server: %(response_tuple)r"
6524
#: breezy/errors.py:2176
6525
msgid "Server sent an unexpected error: %(error_tuple)r"
6528
#: breezy/errors.py:2195
6529
msgid "Unrecognised container format: %(container_format)r"
6532
#: breezy/errors.py:2203
6533
msgid "Unexpected end of container stream"
6536
#: breezy/errors.py:2208
6537
msgid "Unknown record type: %(record_type)r"
6540
#: breezy/errors.py:2216
6541
msgid "Invalid record: %(reason)s"
6544
#: breezy/errors.py:2224
6545
msgid "Container has data after end marker: %(excess)r"
6548
#: breezy/errors.py:2232
6549
msgid "Container has multiple records with the same name: %(name)s"
6552
#: breezy/errors.py:2240
6553
msgid "Corrupt or incompatible data stream: %(reason)s"
6556
#: breezy/errors.py:2248
6558
"Working tree \"%(display_url)s\" has uncommitted changes (See brz status)."
6562
#: breezy/errors.py:2267
6564
"Branch \"%(display_url)s\" does not support storing uncommitted changes."
6567
#: breezy/errors.py:2282
6569
"Working tree \"%(display_url)s\" has shelved changes (See brz shelve --list)."
6573
#: breezy/errors.py:2288
6575
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6578
#: breezy/errors.py:2300
6579
msgid "The alias \"%(alias_name)s\" does not exist."
6582
#: breezy/errors.py:2308
6583
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6586
#: breezy/errors.py:2321
6587
msgid "Tip change rejected: %(msg)s"
6590
#: breezy/errors.py:2329
6591
msgid "An attempt to access a url outside the server jail was made: '%(url)s'."
6594
#: breezy/errors.py:2337
6595
msgid "The user aborted the operation."
6598
#: breezy/errors.py:2389
6599
msgid "%(controldir)r does not support co-located branches."
6602
#: breezy/errors.py:2397
6604
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `brz "
6608
#: breezy/errors.py:2406
6610
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6614
#: breezy/errors.py:2418
6616
"Cannot store uncommitted changes because this branch already stores "
6617
"uncommitted changes."
6620
#: breezy/export_pot.py:256
6622
msgid "Exporting messages from builtin command: %s"
6625
#: breezy/export_pot.py:261
6627
msgid "Plugin %s is not loaded"
6630
#: breezy/export_pot.py:278
6631
#, python-brace-format
6632
msgid "Exporting messages from plugin command: {0} in {1}"
6635
#: breezy/export_pot.py:299
6637
msgid "Exporting message from error: %s"
6640
#: breezy/git/commands.py:125
6642
msgid "%r is not a git repository"
6645
#: breezy/git/commands.py:138
6646
msgid "Target repository doesn't support rich roots"
6649
#: breezy/git/commands.py:150
6650
msgid "creating branches"
6653
#: breezy/git/commands.py:172
6655
"Use 'bzr checkout' to create a working tree in the newly created branches."
6658
#: breezy/git/commands.py:214
6660
msgid "Object not found: %s"
6663
#: breezy/gpg.py:372
6664
#, python-brace-format
6665
msgid "No GnuPG key results for pattern: {0}"
6668
#: breezy/gpg.py:378
6669
#, python-brace-format
6670
msgid "{0} commits with valid signatures"
6673
#: breezy/gpg.py:384
6674
#, python-brace-format
6675
msgid "{0} commit with unknown key"
6676
msgid_plural "{0} commits with unknown keys"
6680
#: breezy/gpg.py:392
6681
#, python-brace-format
6682
msgid "{0} commit not valid"
6683
msgid_plural "{0} commits not valid"
6687
#: breezy/gpg.py:400
6688
#, python-brace-format
6689
msgid "{0} commit not signed"
6690
msgid_plural "{0} commits not signed"
6694
#: breezy/gpg.py:408
6695
#, python-brace-format
6696
msgid "{0} commit with key now expired"
6697
msgid_plural "{0} commits with key now expired"
6701
#: breezy/gpg.py:428
6702
#, python-brace-format
6703
msgid "{0} commit by author {1} with key {2} now expired"
6704
msgid_plural "{0} commits by author {1} with key {2} now expired"
6708
#: breezy/gpg.py:444
6709
#, python-brace-format
6710
msgid "{0} signed {1} commit"
6711
msgid_plural "{0} signed {1} commits"
6715
#: breezy/gpg.py:461 breezy/gpg.py:478
6716
#, python-brace-format
6717
msgid "{0} commit by author {1}"
6718
msgid_plural "{0} commits by author {1}"
6722
#: breezy/gpg.py:493
6723
#, python-brace-format
6724
msgid "Unknown key {0} signed {1} commit"
6725
msgid_plural "Unknown key {0} signed {1} commits"
6729
#: breezy/hooks.py:320
6731
msgid "Introduced in: %s"
6734
#: breezy/hooks.py:323
6736
msgid "Deprecated in: %s"
6739
#: breezy/lock.py:470
6740
msgid "{0!r} was {1} locked again"
6743
#: breezy/lockdir.py:322
6745
msgid "error removing pending lock: %s"
6748
#: breezy/lockdir.py:614
6749
msgid "Unable to obtain"
6752
#: breezy/lockdir.py:616
6753
msgid "Lock owner changed for"
6756
#: breezy/lockdir.py:618
6757
#, python-brace-format
6758
msgid "{0} lock {1} {2}."
6761
#: breezy/lockdir.py:625
6763
msgid "Will continue to try until %s, unless you press Ctrl-C."
6766
#: breezy/lockdir.py:627
6767
msgid "See \"brz help break-lock\" for more."
6770
#: breezy/lockdir.py:737
6773
"held by %(user)s on %(hostname)s (process #%(pid)s), acquired %(time_ago)s"
6776
#: breezy/log.py:411
6777
msgid "Further revision history missing."
6780
#: breezy/log.py:567
6781
msgid "--exclude-common-ancestry requires two different revisions"
6784
#: breezy/log.py:569
6786
msgid "invalid direction %r"
6789
#: breezy/log.py:657
6790
msgid "Start revision not found in history of end revision."
6793
#: breezy/log.py:1106 breezy/log.py:1164
6794
msgid "Logging revision 0 is invalid."
6797
#: breezy/log.py:1109 breezy/log.py:1166
6798
msgid "Start revision must be older than the end revision."
6801
#: breezy/log.py:1865
6803
msgid "unknown log formatter: %r"
6806
#: breezy/log.py:2162
6808
msgid_plural "fixes bugs"
6812
#: breezy/log.py:2165
6814
msgid_plural "related bugs"
6818
#: breezy/merge.py:666
6819
msgid "All changes applied successfully."
6822
#: breezy/merge.py:668
6824
msgid "%d conflicts encountered."
6827
#: breezy/merge.py:799 breezy/merge.py:1834
6828
msgid "Preparing file merge"
6831
#: breezy/mergeable.py:81
6832
msgid "A directory cannot be a bundle"
6835
#: breezy/multiparent.py:439
6836
msgid "Importing revisions"
6839
# help of 'help' option
6840
#: breezy/option.py:551
6841
msgid "Show help message."
6844
# help of 'quiet' option
6845
#: breezy/option.py:553
6846
msgid "Only display errors and warnings."
6849
# help of 'usage' option
6850
#: breezy/option.py:556
6851
msgid "Show usage message and options."
6854
# help of 'verbose' option
6855
#: breezy/option.py:558
6856
msgid "Display more information."
6859
# help of 'change' option
6860
#: breezy/option.py:566
6862
"Select changes introduced by the specified revision. See also \"help "
6866
# help of 'directory' option
6867
#: breezy/option.py:568
6868
msgid "Branch to operate on, instead of working directory."
6871
# help of 'log-format=long' option
6872
#: breezy/option.py:570
6873
msgid "Detailed log format."
6876
# help of 'log-format=gnu-changelog' option
6877
#: breezy/option.py:570
6878
msgid "Format used by GNU ChangeLog files."
6881
# help of 'log-format=line' option
6882
#: breezy/option.py:570
6883
msgid "Log format with one line per revision."
6886
# help of 'log-format=short' option
6887
#: breezy/option.py:570
6888
msgid "Moderately short log format."
6891
# help of 'log-format' option
6892
#: breezy/option.py:570
6893
msgid "Use specified log format."
6896
# title of 'log-format' option
6897
#: breezy/option.py:572
6901
# help of 'merge-type=lca' option
6902
#: breezy/option.py:574
6903
msgid "LCA-newness merge."
6906
# help of 'merge-type=diff3' option
6907
#: breezy/option.py:574
6908
msgid "Merge using external diff3."
6911
# help of 'merge-type=merge3' option
6912
#: breezy/option.py:574
6913
msgid "Native diff3-style merge."
6916
# help of 'merge-type' option
6917
#: breezy/option.py:574
6918
msgid "Select a particular merge algorithm."
6921
# help of 'merge-type=weave' option
6922
#: breezy/option.py:574
6923
msgid "Weave-based merge."
6926
# title of 'merge-type' option
6927
#: breezy/option.py:576
6928
msgid "Merge algorithm"
6931
# help of 'message' option
6932
#: breezy/option.py:579
6933
msgid "Message string."
6936
# help of 'null' option
6937
#: breezy/option.py:581
6938
msgid "Use an ASCII NUL (\\0) separator rather than a newline."
6941
# help of 'overwrite' option
6942
#: breezy/option.py:583
6943
msgid "Ignore differences between branches and overwrite unconditionally."
6946
# help of 'remember' option
6947
#: breezy/option.py:585
6948
msgid "Remember the specified location as a default."
6951
# help of 'reprocess' option
6952
#: breezy/option.py:587
6953
msgid "Reprocess to reduce spurious conflicts."
6956
# help of 'revision' option
6957
#: breezy/option.py:591
6958
msgid "See \"help revisionspec\" for details."
6961
# help of 'show-ids' option
6962
#: breezy/option.py:593
6963
msgid "Show internal object ids."
6966
# help of 'timezone' option
6967
#: breezy/option.py:596
6968
msgid "Display timezone as local, original, or utc."
6971
#: breezy/osutils.py:100
6972
msgid "Parameter {0!r} encoding is unsupported by {1} application locale."
6975
#: breezy/osutils.py:225
6976
msgid "lstat/stat of ({0!r}): {1!r}"
6979
#: breezy/osutils.py:1051 breezy/osutils.py:1062
6981
msgid "sorry, %r not allowed in path"
6984
#: breezy/osutils.py:1281
6986
msgid "%r is too short to calculate a relative path"
6989
# help of 'plugin' option of 'bash-completion' command
6990
# help of 'plugin' option of 'zsh-completion' command
6991
#: breezy/plugins/bash_completion/bashcomp.py:419
6992
#: breezy/plugins/zsh_completion/zshcomp.py:257
6993
msgid "Enable completions for the selected plugin (default: all plugins)"
6996
#: breezy/plugins/bash_completion/bashcomp.py:420
6997
msgid "Generate a shell function for bash command line completion."
7000
#: breezy/plugins/bash_completion/bashcomp.py:422
7002
"This command generates a shell function which can be used by bash to\n"
7003
"automatically complete the currently typed command when the user presses\n"
7004
"the completion key (usually tab)."
7007
#: breezy/plugins/bash_completion/bashcomp.py:426
7009
"Commonly used like this:\n"
7010
" eval \"`brz bash-completion`\""
7013
# help of 'function-name' option of 'bash-completion' command
7014
# help of 'function-name' option of 'zsh-completion' command
7015
#: breezy/plugins/bash_completion/bashcomp.py:432
7016
#: breezy/plugins/zsh_completion/zshcomp.py:270
7017
msgid "Name of the generated function (default: _brz)"
7020
# help of 'function-only' option of 'bash-completion' command
7021
#: breezy/plugins/bash_completion/bashcomp.py:434
7022
msgid "Generate only the shell function, don't enable it"
7025
#: breezy/plugins/fastimport/cmds.py:79
7026
msgid "Backend for fast Bazaar data importers."
7029
#: breezy/plugins/fastimport/cmds.py:81
7031
"This command reads a mixed command/data stream and creates\n"
7032
"branches in a Bazaar repository accordingly. The preferred\n"
7036
#: breezy/plugins/fastimport/cmds.py:85
7037
msgid " bzr fast-import project.fi project.bzr"
7040
#: breezy/plugins/fastimport/cmds.py:87
7042
"Numerous commands are provided for generating a fast-import file\n"
7043
"to use as input.\n"
7044
"To specify standard input as the input stream, use a\n"
7045
"source name of '-' (instead of project.fi). If the source name\n"
7046
"ends in '.gz', it is assumed to be compressed in gzip format."
7049
#: breezy/plugins/fastimport/cmds.py:93
7051
"project.bzr will be created if it doesn't exist. If it exists\n"
7052
"already, it should be empty or be an existing Bazaar repository\n"
7053
"or branch. If not specified, the current directory is assumed."
7056
#: breezy/plugins/fastimport/cmds.py:97
7058
"fast-import will intelligently select the format to use when\n"
7059
"creating a repository or branch. If you are running Bazaar 1.17\n"
7060
"up to Bazaar 2.0, the default format for Bazaar 2.x (\"2a\") is used.\n"
7061
"Otherwise, the current default format (\"pack-0.92\" for Bazaar 1.x)\n"
7062
"is used. If you wish to specify a custom format, use the `--format`\n"
7066
#: breezy/plugins/fastimport/cmds.py:104 breezy/plugins/fastimport/cmds.py:176
7067
#: breezy/plugins/fastimport/cmds.py:190 breezy/plugins/fastimport/cmds.py:373
7071
#: breezy/plugins/fastimport/cmds.py:106
7073
" To maintain backwards compatibility, fast-import lets you\n"
7074
" create the target repository or standalone branch yourself.\n"
7075
" It is recommended though that you let fast-import create\n"
7076
" these for you instead."
7079
#: breezy/plugins/fastimport/cmds.py:111
7080
msgid ":Branch mapping rules:"
7083
#: breezy/plugins/fastimport/cmds.py:113
7084
msgid " Git reference names are mapped to Bazaar branch names as follows:"
7087
#: breezy/plugins/fastimport/cmds.py:115
7089
" * refs/heads/foo is mapped to foo\n"
7090
" * refs/remotes/origin/foo is mapped to foo.remote\n"
7091
" * refs/tags/foo is mapped to foo.tag\n"
7092
" * */master is mapped to trunk, trunk.remote, etc.\n"
7093
" * */trunk is mapped to git-trunk, git-trunk.remote, etc."
7096
#: breezy/plugins/fastimport/cmds.py:121
7097
msgid ":Branch creation rules:"
7100
#: breezy/plugins/fastimport/cmds.py:123
7102
" When a shared repository is created or found at the destination,\n"
7103
" branches are created inside it. In the simple case of a single\n"
7104
" branch (refs/heads/master) inside the input file, the branch is\n"
7105
" project.bzr/trunk."
7108
#: breezy/plugins/fastimport/cmds.py:128
7110
" When a standalone branch is found at the destination, the trunk\n"
7111
" is imported there and warnings are output about any other branches\n"
7112
" found in the input file."
7115
#: breezy/plugins/fastimport/cmds.py:132
7117
" When a branch in a shared repository is found at the destination,\n"
7118
" that branch is made the trunk and other branches, if any, are\n"
7119
" created in sister directories."
7122
#: breezy/plugins/fastimport/cmds.py:136
7123
msgid ":Working tree updates:"
7126
#: breezy/plugins/fastimport/cmds.py:138
7128
" The working tree is generated for the trunk branch. If multiple\n"
7129
" branches are created, a message is output on completion explaining\n"
7130
" how to create the working trees for other branches."
7133
#: breezy/plugins/fastimport/cmds.py:142
7134
msgid ":Custom exporters:"
7137
#: breezy/plugins/fastimport/cmds.py:144
7139
" The fast-export-from-xxx commands typically call more advanced\n"
7140
" xxx-fast-export scripts. You are welcome to use the advanced\n"
7141
" scripts if you prefer."
7144
#: breezy/plugins/fastimport/cmds.py:148
7146
" If you wish to write a custom exporter for your project, see\n"
7147
" http://bazaar-vcs.org/BzrFastImport for the detailed protocol\n"
7148
" specification. In many cases, exporters can be written quite\n"
7149
" quickly using whatever scripting/programming language you like."
7152
#: breezy/plugins/fastimport/cmds.py:153
7153
msgid ":User mapping:"
7156
#: breezy/plugins/fastimport/cmds.py:155
7158
" Some source repositories store just the user name while Bazaar\n"
7159
" prefers a full email address. You can adjust user-ids while\n"
7160
" importing by using the --user-map option. The argument is a\n"
7161
" text file with lines in the format::"
7164
#: breezy/plugins/fastimport/cmds.py:160
7165
msgid " old-id = new-id"
7168
#: breezy/plugins/fastimport/cmds.py:162
7170
" Blank lines and lines beginning with # are ignored.\n"
7171
" If old-id has the special value '@', then users without an\n"
7172
" email address will get one created by using the matching new-id\n"
7173
" as the domain, unless a more explicit address is given for them.\n"
7174
" For example, given the user-map of::"
7177
#: breezy/plugins/fastimport/cmds.py:168
7179
" @ = example.com\n"
7180
" bill = William Jones <bill@example.com>"
7183
#: breezy/plugins/fastimport/cmds.py:171
7184
msgid " then user-ids are mapped as follows::"
7187
#: breezy/plugins/fastimport/cmds.py:173
7189
" maria => maria <maria@example.com>\n"
7190
" bill => William Jones <bill@example.com>"
7193
#: breezy/plugins/fastimport/cmds.py:178
7195
" User mapping is supported by both the fast-import and\n"
7196
" fast-import-filter commands."
7199
#: breezy/plugins/fastimport/cmds.py:181
7200
msgid ":Blob tracking:"
7203
#: breezy/plugins/fastimport/cmds.py:183
7205
" As some exporters (like git-fast-export) reuse blob data across\n"
7206
" commits, fast-import makes two passes over the input file by\n"
7207
" default. In the first pass, it collects data about what blobs are\n"
7208
" used when, along with some other statistics (e.g. total number of\n"
7209
" commits). In the second pass, it generates the repository and\n"
7213
#: breezy/plugins/fastimport/cmds.py:192
7215
" The initial pass isn't done if the --info option is used\n"
7216
" to explicitly pass in information about the input stream.\n"
7217
" It also isn't done if the source is standard input. In the\n"
7218
" latter case, memory consumption may be higher than otherwise\n"
7219
" because some blobs may be kept in memory longer than necessary."
7222
#: breezy/plugins/fastimport/cmds.py:198
7223
msgid ":Restarting an import:"
7226
#: breezy/plugins/fastimport/cmds.py:200
7228
" At checkpoints and on completion, the commit-id -> revision-id\n"
7229
" map is saved to a file called 'fastimport-id-map' in the control\n"
7230
" directory for the repository (e.g. .bzr/repository). If the import\n"
7231
" is interrupted or unexpectedly crashes, it can be started again\n"
7232
" and this file will be used to skip over already loaded revisions.\n"
7233
" As long as subsequent exports from the original source begin\n"
7234
" with exactly the same revisions, you can use this feature to\n"
7235
" maintain a mirror of a repository managed by a foreign tool.\n"
7236
" If and when Bazaar is used to manage the repository, this file\n"
7237
" can be safely deleted."
7240
#: breezy/plugins/fastimport/cmds.py:213
7241
msgid " Import a Subversion repository into Bazaar::"
7244
#: breezy/plugins/fastimport/cmds.py:215
7246
" svn-fast-export /svn/repo/path > project.fi\n"
7247
" bzr fast-import project.fi project.bzr"
7250
#: breezy/plugins/fastimport/cmds.py:218
7251
msgid " Import a CVS repository into Bazaar::"
7254
#: breezy/plugins/fastimport/cmds.py:220
7256
" cvs2git /cvs/repo/path > project.fi\n"
7257
" bzr fast-import project.fi project.bzr"
7260
#: breezy/plugins/fastimport/cmds.py:223
7261
msgid " Import a Git repository into Bazaar::"
7264
#: breezy/plugins/fastimport/cmds.py:225
7266
" cd /git/repo/path\n"
7267
" git fast-export --all > project.fi\n"
7268
" bzr fast-import project.fi project.bzr"
7271
#: breezy/plugins/fastimport/cmds.py:229
7272
msgid " Import a Mercurial repository into Bazaar::"
7275
#: breezy/plugins/fastimport/cmds.py:231
7277
" cd /hg/repo/path\n"
7278
" hg fast-export > project.fi\n"
7279
" bzr fast-import project.fi project.bzr"
7282
#: breezy/plugins/fastimport/cmds.py:235
7283
msgid " Import a Darcs repository into Bazaar::"
7286
#: breezy/plugins/fastimport/cmds.py:237
7288
" cd /darcs/repo/path\n"
7289
" darcs-fast-export > project.fi\n"
7290
" bzr fast-import project.fi project.bzr"
7293
# help of 'user-map' option of 'fast-import' command
7294
#: breezy/plugins/fastimport/cmds.py:246
7295
msgid "Path to file containing a map of user-ids."
7298
# help of 'info' option of 'fast-import' command
7299
#: breezy/plugins/fastimport/cmds.py:249
7300
msgid "Path to file containing caching hints."
7303
# help of 'trees' option of 'fast-import' command
7304
#: breezy/plugins/fastimport/cmds.py:252
7305
msgid "Update all working trees, not just trunk's."
7308
# help of 'count' option of 'fast-import' command
7309
#: breezy/plugins/fastimport/cmds.py:255
7310
msgid "Import this many revisions then exit."
7313
# help of 'checkpoint' option of 'fast-import' command
7314
#: breezy/plugins/fastimport/cmds.py:258
7315
msgid "Checkpoint automatically every N revisions. The default is 10000."
7318
# help of 'autopack' option of 'fast-import' command
7319
#: breezy/plugins/fastimport/cmds.py:262
7320
msgid "Pack every N checkpoints. The default is 4."
7323
# help of 'inv-cache' option of 'fast-import' command
7324
#: breezy/plugins/fastimport/cmds.py:265
7325
msgid "Number of inventories to cache."
7328
# help of 'mode' option of 'fast-import' command
7329
#: breezy/plugins/fastimport/cmds.py:268
7330
msgid "The import algorithm to use."
7333
# title of 'mode' option of 'fast-import' command
7334
#: breezy/plugins/fastimport/cmds.py:269
7335
msgid "Import Algorithm"
7338
# help of 'mode=default' option of 'fast-import' command
7339
#: breezy/plugins/fastimport/cmds.py:270
7340
msgid "Use the preferred algorithm (inventory deltas)."
7343
# help of 'mode=experimental' option of 'fast-import' command
7344
#: breezy/plugins/fastimport/cmds.py:271
7345
msgid "Enable experimental features."
7348
# help of 'format' option of 'fast-import' command
7349
#: breezy/plugins/fastimport/cmds.py:281
7351
"Specify a format for the created repository. See \"bzr help formats\" for "
7355
#: breezy/plugins/fastimport/cmds.py:347
7356
msgid "Generate a fast-import stream from a Bazaar branch."
7359
#: breezy/plugins/fastimport/cmds.py:349
7361
"This program generates a stream from a Bazaar branch in fast-import\n"
7362
"format used by tools such as bzr fast-import, git-fast-import and\n"
7366
#: breezy/plugins/fastimport/cmds.py:353
7368
"It takes two optional arguments: the source bzr branch to export and\n"
7369
"the destination to write the file to write the fastimport stream to."
7372
#: breezy/plugins/fastimport/cmds.py:356
7374
"If no source is specified, it will search for a branch in the\n"
7375
"current directory."
7378
#: breezy/plugins/fastimport/cmds.py:359
7380
"If no destination is given or the destination is '-', standard output\n"
7381
"is used. Otherwise, the destination is the name of a file. If the\n"
7382
"destination ends in '.gz', the output will be compressed into gzip\n"
7386
#: breezy/plugins/fastimport/cmds.py:364
7387
msgid ":Round-tripping:"
7390
#: breezy/plugins/fastimport/cmds.py:366
7392
" Recent versions of the fast-import specification support features\n"
7393
" that allow effective round-tripping most of the metadata in Bazaar\n"
7394
" branches. As such, fast-exporting a branch and fast-importing the data\n"
7395
" produced will create a new repository with roughly equivalent history, i."
7397
" \"bzr log -v -p --include-merges --forward\" on the old branch and\n"
7398
" new branch should produce similar, if not identical, results."
7401
#: breezy/plugins/fastimport/cmds.py:375
7403
" Be aware that the new repository may appear to have similar history\n"
7404
" but internally it is quite different with new revision-ids and\n"
7405
" file-ids assigned. As a consequence, the ability to easily merge\n"
7406
" with branches based on the old repository is lost. Depending on your\n"
7407
" reasons for producing a new repository, this may or may not be an\n"
7411
#: breezy/plugins/fastimport/cmds.py:382
7412
msgid ":Interoperability:"
7415
#: breezy/plugins/fastimport/cmds.py:384
7417
" fast-export can use the following \"extended features\" to\n"
7418
" produce a richer data stream:"
7421
#: breezy/plugins/fastimport/cmds.py:387
7423
" * *multiple-authors* - if a commit has multiple authors (as commonly\n"
7424
" occurs in pair-programming), all authors will be included in the\n"
7425
" output, not just the first author"
7428
#: breezy/plugins/fastimport/cmds.py:391
7430
" * *commit-properties* - custom metadata per commit that Bazaar stores\n"
7431
" in revision properties (e.g. branch-nick and bugs fixed by this\n"
7432
" change) will be included in the output."
7435
#: breezy/plugins/fastimport/cmds.py:395
7437
" * *empty-directories* - directories, even the empty ones, will be\n"
7438
" included in the output."
7441
#: breezy/plugins/fastimport/cmds.py:398
7443
" To disable these features and produce output acceptable to git 1.6,\n"
7444
" use the --plain option. To enable these features, use --no-plain.\n"
7445
" Currently, --plain is the default but that will change in the near\n"
7446
" future once the feature names and definitions are formally agreed\n"
7447
" to by the broader fast-import developer community."
7450
#: breezy/plugins/fastimport/cmds.py:404
7452
" Git has stricter naming rules for tags and fast-export --plain\n"
7453
" will skip tags which can't be imported into git. To replace characters\n"
7454
" unsupported in git with an underscore instead, specify\n"
7455
" --rewrite-tag-names."
7458
#: breezy/plugins/fastimport/cmds.py:409
7459
msgid ":History truncation:"
7462
#: breezy/plugins/fastimport/cmds.py:411
7464
" It is sometimes convenient to simply truncate the revision history at a\n"
7465
" certain point. The --baseline option, to be used in conjunction with -r,\n"
7466
" emits a baseline commit containing the state of the entire source tree at\n"
7467
" the first requested revision. This allows a user to produce a tree\n"
7468
" identical to the original without munging multiple exports."
7471
#: breezy/plugins/fastimport/cmds.py:419
7472
msgid " To produce data destined for import into Bazaar::"
7475
#: breezy/plugins/fastimport/cmds.py:421
7476
msgid " bzr fast-export --no-plain my-bzr-branch my.fi.gz"
7479
#: breezy/plugins/fastimport/cmds.py:423
7480
msgid " To produce data destined for Git 1.6::"
7483
#: breezy/plugins/fastimport/cmds.py:425
7484
msgid " bzr fast-export --plain my-bzr-branch my.fi"
7487
#: breezy/plugins/fastimport/cmds.py:427
7489
" To import several unmerged but related branches into the same repository,\n"
7490
" use the --{export,import}-marks options, and specify a name for the git\n"
7491
" branch like this::"
7494
#: breezy/plugins/fastimport/cmds.py:431
7496
" bzr fast-export --export-marks=marks.bzr project.dev |\n"
7497
" GIT_DIR=project/.git git-fast-import --export-marks=marks.git"
7500
#: breezy/plugins/fastimport/cmds.py:434
7502
" bzr fast-export --import-marks=marks.bzr -b other project.other |\n"
7503
" GIT_DIR=project/.git git-fast-import --import-marks=marks.git"
7506
#: breezy/plugins/fastimport/cmds.py:437
7508
" If you get a \"Missing space after source\" error from git-fast-import,\n"
7509
" see the top of the commands.py module for a work-around."
7512
#: breezy/plugins/fastimport/cmds.py:440
7514
" Since bzr uses per-branch tags and git/hg use per-repo tags, the\n"
7515
" way bzr fast-export presently emits tags (unconditional reset &\n"
7516
" new ref) may result in clashes when several different branches\n"
7517
" are imported into single git/hg repo. If this occurs, use the\n"
7518
" bzr fast-export option --no-tags during the export of one or more\n"
7519
" branches to avoid the issue."
7522
# help of 'git-branch' option of 'fast-export' command
7523
#: breezy/plugins/fastimport/cmds.py:453
7524
msgid "Name of the git branch to create (default=master)."
7527
# help of 'checkpoint' option of 'fast-export' command
7528
#: breezy/plugins/fastimport/cmds.py:456
7529
msgid "Checkpoint every N revisions (default=10000)."
7532
# help of 'marks' option of 'fast-export' command
7533
#: breezy/plugins/fastimport/cmds.py:459
7534
msgid "Import marks from and export marks to file."
7537
# help of 'import-marks' option of 'fast-export' command
7538
# help of 'import-marks' option of 'fast-import' command
7539
#: breezy/plugins/fastimport/cmds.py:462
7540
msgid "Import marks from file."
7543
# help of 'export-marks' option of 'fast-export' command
7544
# help of 'export-marks' option of 'fast-import' command
7545
#: breezy/plugins/fastimport/cmds.py:465
7546
msgid "Export marks to file."
7549
# help of 'plain' option of 'fast-export' command
7550
#: breezy/plugins/fastimport/cmds.py:468
7551
msgid "Exclude metadata to maximise interoperability."
7554
# help of 'rewrite-tag-names' option of 'fast-export' command
7555
#: breezy/plugins/fastimport/cmds.py:471
7556
msgid "Replace characters invalid in git with '_' (plain mode only)."
7559
# help of 'baseline' option of 'fast-export' command
7560
#: breezy/plugins/fastimport/cmds.py:475
7561
msgid "Export an 'absolute' baseline commit prior tothe first relative commit"
7564
# help of 'no-tags' option of 'fast-export' command
7565
#: breezy/plugins/fastimport/cmds.py:479
7566
msgid "Don't export tags"
7569
#: breezy/plugins/launchpad/account.py:66
7570
msgid "Setting ssh/sftp usernames for launchpad.net."
7573
#: breezy/plugins/launchpad/cmds.py:44
7574
msgid "Open a Launchpad branch page in your web browser."
7577
# help of 'dry-run' option of 'launchpad-open' command
7578
#: breezy/plugins/launchpad/cmds.py:49
7579
msgid "Do not actually open the browser. Just say the URL we would use."
7582
#: breezy/plugins/launchpad/cmds.py:85
7584
msgid "Opening %s in web browser"
7587
#: breezy/plugins/launchpad/cmds.py:93
7588
msgid "Show or set the Launchpad user ID."
7591
#: breezy/plugins/launchpad/cmds.py:95
7593
"When communicating with Launchpad, some commands need to know your\n"
7594
"Launchpad user ID. This command can be used to set or show the\n"
7595
"user ID that Bazaar will use for such communication."
7598
#: breezy/plugins/launchpad/cmds.py:99
7601
" Show the Launchpad ID of the current user::"
7604
#: breezy/plugins/launchpad/cmds.py:102
7605
msgid " brz launchpad-login"
7608
#: breezy/plugins/launchpad/cmds.py:104
7609
msgid " Set the Launchpad ID of the current user to 'bob'::"
7612
#: breezy/plugins/launchpad/cmds.py:106
7613
msgid " brz launchpad-login bob"
7616
# help of 'no-check' option of 'launchpad-login' command
7617
#: breezy/plugins/launchpad/cmds.py:113
7618
msgid "Don't check that the user name is valid."
7621
#: breezy/plugins/launchpad/cmds.py:128 breezy/plugins/launchpad/cmds.py:139
7622
msgid "Launchpad user ID exists and has SSH keys.\n"
7625
#: breezy/plugins/launchpad/cmds.py:131
7626
msgid "No Launchpad user ID configured.\n"
7629
#: breezy/plugins/launchpad/cmds.py:142
7631
msgid "Launchpad user ID set to '%s'.\n"
7634
#: breezy/plugins/launchpad/cmds.py:147
7635
msgid "Unset the Launchpad user ID."
7638
#: breezy/plugins/launchpad/cmds.py:149
7640
"When communicating with Launchpad, some commands need to know your\n"
7641
"Launchpad user ID. This command will log you out from Launchpad.\n"
7642
"This means that communication with Launchpad will happen over\n"
7643
"HTTPS, and will not require one of your SSH keys to be available."
7646
#: breezy/plugins/launchpad/cmds.py:161
7647
msgid "Not logged into Launchpad.\n"
7650
#: breezy/plugins/launchpad/cmds.py:166
7652
msgid "Launchpad user ID %s logged out.\n"
7655
#: breezy/plugins/launchpad/cmds.py:236
7656
msgid "Find the proposal to merge this revision."
7659
#: breezy/plugins/launchpad/cmds.py:238
7661
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
7662
"This works only if the if the merged_revno was recorded for the merge\n"
7663
"proposal. The proposal(s) are opened in a web browser."
7666
#: breezy/plugins/launchpad/cmds.py:242
7668
"Only the revision specified is searched for. To find the mainline\n"
7669
"revision that merged it into mainline, use the \"mainline\" revision spec."
7672
#: breezy/plugins/launchpad/cmds.py:245
7673
msgid "So, to find the merge proposal that reviewed line 1 of README::"
7676
#: breezy/plugins/launchpad/cmds.py:247
7677
msgid " brz lp-find-proposal -r mainline:annotate:README:1"
7680
#: breezy/plugins/launchpad/cmds.py:264
7681
msgid "No review found."
7684
#: breezy/plugins/launchpad/cmds.py:265
7686
msgid "%d proposals(s) found."
7689
#: breezy/plugins/launchpad/cmds.py:275
7690
msgid "Finding proposals"
7693
#: breezy/plugins/launchpad/lp_api.py:225
7694
#: breezy/plugins/launchpad/lp_api.py:230
7696
msgid "%s is not registered on Launchpad"
7699
#: breezy/plugins/launchpad/lp_api.py:240
7701
msgid "%s has no development focus."
7704
#: breezy/plugins/launchpad/lp_api.py:245
7706
msgid "development focus %s has no branch."
7709
#: breezy/plugins/launchpad/lp_api.py:250
7711
msgid "source package %s has no branch."
7714
#: breezy/plugins/launchpad/lp_api.py:254
7716
msgid "%s has no associated product or source package."
7719
#: breezy/plugins/launchpad/lp_api.py:265
7721
msgid "%s is already up-to-date."
7724
#: breezy/plugins/launchpad/lp_api.py:272
7726
msgid "Pushing to %s"
7729
#: breezy/plugins/launchpad/lp_directory.py:175
7730
#, python-brace-format
7732
"resolution for {0}\n"
7737
#: breezy/plugins/launchpad/lp_propose.py:150
7738
#: breezy/plugins/propose/cmds.py:207
7740
msgid "There is already a branch merge proposal: %s"
7743
#: breezy/plugins/propose/cmds.py:53
7744
msgid "Publish a derived branch."
7747
#: breezy/plugins/propose/cmds.py:55
7749
"Try to create a public copy of a local branch on a hosting site,\n"
7750
"derived from the specified base branch."
7753
#: breezy/plugins/propose/cmds.py:58
7755
"Reasonable defaults are picked for owner name, branch name and project\n"
7756
"name, but they can also be overridden from the command-line."
7759
# help of 'owner' option of 'publish-derived' command
7760
#: breezy/plugins/propose/cmds.py:64
7761
msgid "Owner of the new remote branch."
7764
# help of 'project' option of 'publish-derived' command
7765
#: breezy/plugins/propose/cmds.py:65
7766
msgid "Project name for the new remote branch."
7769
# help of 'overwrite' option of 'publish-derived' command
7770
#: breezy/plugins/propose/cmds.py:70
7771
msgid "Overwrite existing commits."
7774
#: breezy/plugins/propose/cmds.py:80
7776
msgid "Using submit branch %s"
7779
#: breezy/plugins/propose/cmds.py:83
7781
msgid "Using parent branch %s"
7784
#: breezy/plugins/propose/cmds.py:95
7786
msgid "Pushed to %s"
7789
#: breezy/plugins/propose/cmds.py:129
7790
msgid "Propose a branch for merging."
7793
#: breezy/plugins/propose/cmds.py:131
7795
"This command creates a merge proposal for the local\n"
7796
"branch to the target branch. The format of the merge\n"
7797
"proposal depends on the submit branch."
7800
# title of 'hoster' option of 'propose-merge' command
7801
#: breezy/plugins/propose/cmds.py:139
7805
# help of 'hoster' option of 'propose-merge' command
7806
#: breezy/plugins/propose/cmds.py:140
7807
msgid "Use the hoster."
7810
# help of 'reviewers' option of 'propose-merge' command
7811
#: breezy/plugins/propose/cmds.py:143
7812
msgid "Requested reviewers."
7815
# help of 'name' option of 'propose-merge' command
7816
# help of 'name' option of 'publish-derived' command
7817
#: breezy/plugins/propose/cmds.py:144
7818
msgid "Name of the new remote branch."
7821
# help of 'description' option of 'propose-merge' command
7822
#: breezy/plugins/propose/cmds.py:145
7823
msgid "Description of the change."
7826
# help of 'prerequisite' option of 'propose-merge' command
7827
#: breezy/plugins/propose/cmds.py:146
7828
msgid "Prerequisite branch."
7831
# help of 'wip' option of 'propose-merge' command
7832
#: breezy/plugins/propose/cmds.py:147
7833
msgid "Mark merge request as work-in-progress"
7836
# help of 'commit-message' option of 'propose-merge' command
7837
#: breezy/plugins/propose/cmds.py:150
7838
msgid "Set commit message for merge, if supported"
7841
# help of 'labels' option of 'propose-merge' command
7842
#: breezy/plugins/propose/cmds.py:152
7843
msgid "Labels to apply."
7846
# help of 'no-allow-lossy' option of 'propose-merge' command
7847
# help of 'no-allow-lossy' option of 'publish-derived' command
7848
#: breezy/plugins/propose/cmds.py:154
7849
msgid "Allow fallback to lossy push, if necessary."
7852
# help of 'allow-collaboration' option of 'propose-merge' command
7853
#: breezy/plugins/propose/cmds.py:156
7854
msgid "Allow collaboration from target branch maintainer(s)"
7857
#: breezy/plugins/propose/cmds.py:174 breezy/plugins/propose/cmds.py:233
7858
msgid "No target location specified or remembered"
7861
#: breezy/plugins/propose/cmds.py:187
7863
msgid "Published branch to %s"
7866
#: breezy/plugins/propose/cmds.py:209
7868
msgid "Merge proposal created: %s"
7871
#: breezy/plugins/propose/cmds.py:213
7872
msgid "Find a merge proposal."
7875
#: breezy/plugins/propose/cmds.py:238
7877
msgid "Merge proposal: %s\n"
7880
#: breezy/plugins/propose/cmds.py:242
7881
msgid "Log into GitHub."
7884
#: breezy/plugins/propose/cmds.py:244
7886
"When communicating with GitHub, some commands need to authenticate to\n"
7890
#: breezy/plugins/propose/cmds.py:279
7891
msgid "Log into a GitLab instance."
7894
#: breezy/plugins/propose/cmds.py:281
7896
"This command takes a GitLab instance URL (e.g. https://gitlab.com)\n"
7897
"as well as an optional private token. Private tokens can be created via the\n"
7901
#: breezy/plugins/propose/cmds.py:287
7902
msgid " Log into GNOME's GitLab (prompts for a token):"
7905
#: breezy/plugins/propose/cmds.py:289
7906
msgid " brz gitlab-login https://gitlab.gnome.org/"
7909
#: breezy/plugins/propose/cmds.py:291
7910
msgid " Log into Debian's salsa, using a token created earlier:"
7913
#: breezy/plugins/propose/cmds.py:293
7914
msgid " brz gitlab-login https://salsa.debian.org if4Theis6Eich7aef0zo"
7917
# help of 'name' option of 'gitlab-login' command
7918
#: breezy/plugins/propose/cmds.py:299
7919
msgid "Name for GitLab site in configuration."
7922
# help of 'no-check' option of 'gitlab-login' command
7923
#: breezy/plugins/propose/cmds.py:302
7924
msgid "Don't check that the token is valid."
7927
#: breezy/plugins/propose/cmds.py:364
7928
msgid "Land a merge proposal."
7931
# help of 'message' option of 'land-merge-proposal' command
7932
#: breezy/plugins/propose/cmds.py:368
7933
msgid "Commit message to use."
7936
#: breezy/plugins/propose/github.py:397
7938
msgid "Forking new repository %s from %s"
7941
#: breezy/plugins/propose/github.py:400
7943
msgid "Reusing existing repository %s"
7946
#: breezy/plugins/quilt/merge.py:113
7948
msgid "Applying %d quilt patches."
7951
#: breezy/plugins/quilt/merge.py:125
7953
msgid "Unapplying %d quilt patches."
7956
#: breezy/plugins/quilt/merge.py:141
7958
msgid "Committing with %d patches applied and %d patches unapplied."
7961
#: breezy/plugins/rewrite/commands.py:51
7963
"A conflict occurred replaying a commit. Resolve the conflict and run 'brz "
7964
"rebase-continue' or run 'brz rebase-abort'."
7967
#: breezy/plugins/rewrite/commands.py:59
7968
msgid "Re-base a branch."
7971
#: breezy/plugins/rewrite/commands.py:61
7973
"Rebasing is the process of taking a branch and modifying the history so\n"
7974
"that it appears to start from a different point. This can be useful\n"
7975
"to clean up the history before submitting your changes. The tree at the\n"
7976
"end of the process will be the same as if you had merged the other branch,\n"
7977
"but the history will be different."
7980
#: breezy/plugins/rewrite/commands.py:67
7982
"The command takes the location of another branch on to which the branch in\n"
7983
"the specified directory (by default, the current working directory)\n"
7984
"will be rebased. If a branch is not specified then the parent branch\n"
7985
"is used, and this is usually the desired result."
7988
#: breezy/plugins/rewrite/commands.py:72
7990
"The first step identifies the revisions that are in the current branch that\n"
7991
"are not in the parent branch. The current branch is then set to be at the\n"
7992
"same revision as the target branch, and each revision is replayed on top\n"
7993
"of the branch. At the end of the process it will appear as though your\n"
7994
"current branch was branched off the current last revision of the target."
7997
#: breezy/plugins/rewrite/commands.py:78
7999
"Each revision that is replayed may cause conflicts in the tree. If this\n"
8000
"happens the command will stop and allow you to fix them up. Resolve the\n"
8001
"commits as you would for a merge, and then run 'brz resolve' to marked\n"
8002
"them as resolved. Once you have resolved all the conflicts you should\n"
8003
"run 'brz rebase-continue' to continue the rebase operation."
8006
#: breezy/plugins/rewrite/commands.py:84
8008
"If conflicts are encountered and you decide that you do not wish to "
8010
"you can run 'brz rebase-abort'."
8013
#: breezy/plugins/rewrite/commands.py:87
8015
"The '--onto' option allows you to specify a different revision in the\n"
8016
"target branch to start at when replaying the revisions. This means that\n"
8017
"you can change the point at which the current branch will appear to be\n"
8018
"branched from when the operation completes."
8021
# help of 'always-rebase-merges' option of 'rebase' command
8022
#: breezy/plugins/rewrite/commands.py:100
8023
msgid "Don't skip revisions that merge already present revisions."
8026
# help of 'pending-merges' option of 'rebase' command
8027
#: breezy/plugins/rewrite/commands.py:103
8028
msgid "Rebase pending merges onto local branch."
8031
# help of 'onto' option of 'rebase' command
8032
#: breezy/plugins/rewrite/commands.py:105
8033
msgid "Different revision to replay onto."
8036
#: breezy/plugins/rewrite/commands.py:132
8037
msgid "--revision and --pending-merges are mutually exclusive"
8040
#: breezy/plugins/rewrite/commands.py:144
8041
msgid "No upstream branch specified."
8044
#: breezy/plugins/rewrite/commands.py:145
8046
msgid "Rebasing on %s"
8049
#: breezy/plugins/rewrite/commands.py:152
8051
"A rebase operation was interrupted. Continue using 'brz rebase-continue' or "
8052
"abort using 'brz rebase-abort'"
8055
#: breezy/plugins/rewrite/commands.py:169
8056
#: breezy/plugins/rewrite/commands.py:386
8057
msgid "--revision takes only one or two arguments"
8060
#: breezy/plugins/rewrite/commands.py:174
8061
msgid "No pending merges present."
8064
#: breezy/plugins/rewrite/commands.py:177
8065
msgid "Rebasing more than one pending merge not supported"
8068
#: breezy/plugins/rewrite/commands.py:203
8069
msgid "No revisions to rebase.\n"
8072
#: breezy/plugins/rewrite/commands.py:207
8073
msgid "Base branch is descendant of current branch. Pulling instead.\n"
8076
#: breezy/plugins/rewrite/commands.py:224
8078
msgid "%d revisions will be rebased:"
8081
#: breezy/plugins/rewrite/commands.py:240
8082
msgid "Abort an interrupted rebase."
8085
#: breezy/plugins/rewrite/commands.py:272
8086
msgid "Continue an interrupted rebase after resolving conflicts."
8089
#: breezy/plugins/rewrite/commands.py:295
8091
"There are still conflicts present. Resolve the conflicts and then run 'brz "
8092
"resolve' and try again."
8095
#: breezy/plugins/rewrite/commands.py:302
8096
msgid "No rebase to continue"
8099
#: breezy/plugins/rewrite/commands.py:313
8101
"Print list of revisions that still need to be replayed as part of the\n"
8102
"current rebase operation."
8105
#: breezy/plugins/rewrite/commands.py:337
8106
msgid "No rebase in progress"
8109
#: breezy/plugins/rewrite/commands.py:340
8111
msgid "Currently replaying: %s"
8114
#: breezy/plugins/rewrite/commands.py:342
8115
#, python-brace-format
8119
#: breezy/plugins/rewrite/commands.py:388
8120
msgid "--revision is mandatory"
8123
#: breezy/plugins/rewrite/commands.py:398
8124
msgid "replaying commits"
8127
#: breezy/plugins/rewrite/commands.py:429
8129
"Rebase revisions based on a branch created with a different import tool."
8132
#: breezy/plugins/rewrite/commands.py:431
8134
"This will change the identity of revisions whose parents\n"
8135
"were mapped from revisions in the other version control system."
8138
#: breezy/plugins/rewrite/commands.py:434
8140
"You are recommended to run \"brz check\" in the local repository\n"
8141
"after running this command."
8144
# help of 'idmap-file' option of 'rebase-foreign' command
8145
#: breezy/plugins/rewrite/commands.py:440
8146
msgid "Write map with old and new revision ids."
8149
# help of 'directory' option of 'rebase' command
8150
# help of 'directory' option of 'rebase-abort' command
8151
# help of 'directory' option of 'rebase-continue' command
8152
# help of 'directory' option of 'rebase-foreign' command
8153
# help of 'directory' option of 'rebase-todo' command
8154
#: breezy/plugins/rewrite/commands.py:445
8156
"Branch to replay onto, rather than the one containing the working directory."
8159
#: breezy/plugins/rewrite/commands.py:483
8161
msgid "Using saved location: %s\n"
8164
#: breezy/plugins/stats/cmds.py:241
8165
msgid "Generate statistics for LOCATION."
8168
# help of 'show-class' option of 'committer-statistics' command
8169
#: breezy/plugins/stats/cmds.py:246
8170
msgid "Show the class of contributions."
8173
#: breezy/plugins/stats/cmds.py:386
8174
msgid "Determine credits for LOCATION."
8177
#: breezy/plugins/upload/cmds.py:466
8178
msgid "Upload a working tree, as a whole or incrementally."
8181
#: breezy/plugins/upload/cmds.py:468
8183
"If no destination is specified use the last one used.\n"
8184
"If no revision is specified upload the changes since the last upload."
8187
#: breezy/plugins/upload/cmds.py:471
8188
msgid "Changes include files added, renamed, modified or removed."
8191
# help of 'full' option of 'upload' command
8192
#: breezy/plugins/upload/cmds.py:479
8193
msgid "Upload the full working tree."
8196
# help of 'quiet' option of 'upload' command
8197
#: breezy/plugins/upload/cmds.py:480
8198
msgid "Do not output what is being done."
8201
# help of 'directory' option of 'upload' command
8202
#: breezy/plugins/upload/cmds.py:483
8204
"Branch to upload from, rather than the one containing the working directory."
8207
# help of 'auto' option of 'upload' command
8208
#: breezy/plugins/upload/cmds.py:489
8209
msgid "Trigger an upload from this branch whenever the tip revision changes."
8212
#: breezy/plugins/weave_fmt/bzrdir.py:245
8213
msgid "pb parameter to convert() is deprecated"
8216
#: breezy/plugins/weave_fmt/bzrdir.py:247
8217
msgid "starting upgrade from format 4 to 5"
8220
#: breezy/plugins/weave_fmt/bzrdir.py:256
8221
msgid "note: upgrade may be faster if all store files are ungzipped first"
8224
#: breezy/plugins/weave_fmt/bzrdir.py:285
8225
msgid "converting revision"
8228
#: breezy/plugins/weave_fmt/bzrdir.py:290
8229
msgid "upgraded to weaves:"
8232
#: breezy/plugins/weave_fmt/bzrdir.py:291
8234
msgid "%6d revisions and inventories"
8237
#: breezy/plugins/weave_fmt/bzrdir.py:293
8239
msgid "%6d revisions not present"
8242
#: breezy/plugins/weave_fmt/bzrdir.py:295
8247
#: breezy/plugins/weave_fmt/bzrdir.py:332
8248
msgid "writing weave"
8251
#: breezy/plugins/weave_fmt/bzrdir.py:336
8252
#: breezy/plugins/weave_fmt/bzrdir.py:338
8256
#: breezy/plugins/weave_fmt/bzrdir.py:355
8257
msgid "write revision"
8260
#: breezy/plugins/weave_fmt/bzrdir.py:369
8261
msgid "loading revision"
8264
#: breezy/plugins/weave_fmt/bzrdir.py:374
8266
msgid "revision {%s} not present in branch; will be converted as a ghost"
8269
#: breezy/plugins/weave_fmt/bzrdir.py:506
8270
msgid "starting upgrade from format 5 to 6"
8273
#: breezy/plugins/weave_fmt/bzrdir.py:514
8275
msgid "adding prefixes to %s"
8278
#: breezy/plugins/weave_fmt/bzrdir.py:556
8279
msgid "starting upgrade from format 6 to metadir"
8282
#: breezy/plugins/weave_fmt/bzrdir.py:564
8283
msgid "Removing ancestry.weave"
8286
#: breezy/plugins/weave_fmt/bzrdir.py:569
8287
msgid "Finding branch files"
8290
#: breezy/plugins/weave_fmt/bzrdir.py:579
8291
msgid "Upgrading repository"
8294
#: breezy/plugins/weave_fmt/bzrdir.py:589
8295
msgid "Upgrading branch"
8298
#: breezy/plugins/weave_fmt/bzrdir.py:612
8299
msgid "No working tree."
8302
#: breezy/plugins/weave_fmt/bzrdir.py:619
8303
msgid "Upgrading working tree"
8306
#: breezy/plugins/weave_fmt/bzrdir.py:639
8308
msgid "Make %s lock"
8311
#: breezy/plugins/weave_fmt/bzrdir.py:650
8316
#: breezy/plugins/zsh_completion/zshcomp.py:258
8317
msgid "Generate a shell function for zsh command line completion."
8320
#: breezy/plugins/zsh_completion/zshcomp.py:260
8322
"This command generates a shell function which can be used by zsh to\n"
8323
"automatically complete the currently typed command when the user presses\n"
8324
"the completion key (usually tab)."
8327
#: breezy/plugins/zsh_completion/zshcomp.py:264
8329
"Commonly used like this:\n"
8330
" eval \"`brz zsh -completion`\""
8333
#: breezy/push.py:99
8336
"Target directory %s already contains a .bzr directory, but it is not valid."
8339
#: breezy/push.py:103
8342
"Target directory %s already exists, but does not have a .bzr directory. "
8343
"Supply --use-existing-dir to push there anyway."
8346
#: breezy/push.py:124
8348
msgid "Too many redirections trying to make %s."
8351
#: breezy/push.py:150
8353
"These branches have diverged. See \"brz help diverged-branches\" for more "
8357
#: breezy/push.py:155
8360
"It is not possible to losslessly push to %s. You may want to use --lossy."
8363
#: breezy/push.py:161
8366
"At %s you have a valid .bzr control directory, but not a branch or "
8367
"repository. This is an unsupported configuration. Please move the target "
8368
"directory out of the way and try again."
8371
#: breezy/reconcile.py:86
8373
msgid "Reconciling branch %s"
8376
#: breezy/reconcile.py:91
8378
msgid "Reconciling repository %s"
8381
#: breezy/reconcile.py:93
8382
msgid "Reconciling repository"
8385
#: breezy/reconcile.py:99
8387
msgid "%s cannot canonicalize CHKs."
8390
#: breezy/reconcile.py:105
8391
msgid "Reconcile aborted: revision index has inconsistent parents."
8394
#: breezy/reconcile.py:107
8395
msgid "Run \"brz check\" for more details."
8398
#: breezy/reconcile.py:109
8399
msgid "Reconciliation complete."
8402
#: breezy/reconfigure.py:126
8403
#, python-brace-format
8404
msgid "{0} is now stacked on {1}\n"
8407
#: breezy/reconfigure.py:138
8409
msgid "%s is now not stacked\n"
8412
#: breezy/rename_map.py:73
8413
msgid "Calculating hashes"
8416
#: breezy/rename_map.py:108
8417
msgid "Determining hash hits"
8420
#: breezy/rename_map.py:235
8421
#, python-brace-format
8425
#: breezy/repository.py:318
8427
msgid "brz: ERROR (ignored): %s"
8430
#: breezy/repository.py:1599
8431
msgid "Moving repository to repository.backup"
8434
#: breezy/repository.py:1607
8435
msgid "Creating new repository"
8438
#: breezy/repository.py:1611
8439
msgid "Copying content"
8442
#: breezy/repository.py:1613
8443
msgid "Deleting old repository content"
8446
#: breezy/repository.py:1615
8447
msgid "repository converted"
8450
#: breezy/revisionspec.py:858
8451
#, python-brace-format
8452
msgid "Using {0} {1}"
8455
#: breezy/send.py:58
8457
msgid "Mail client \"%s\" does not support specifying body"
8460
#: breezy/send.py:62
8461
msgid "--remember requires a branch to be specified."
8464
#: breezy/send.py:77
8465
msgid "No submit branch known or specified"
8468
#: breezy/send.py:80
8469
#, python-brace-format
8470
msgid "Using saved {0} location \"{1}\" to determine what changes to submit."
8473
#: breezy/send.py:98
8475
msgid "No such send format '%s'."
8478
#: breezy/send.py:114
8479
msgid "bzr send takes at most two one revision identifiers"
8482
#: breezy/send.py:127
8483
msgid "No revisions to submit."
8486
#: breezy/send.py:139
8488
"- not supported for merge directives that use more than one output file."
8491
#: breezy/send.py:180
8492
msgid "Format 0.9 does not permit bundle with no patch"
8495
#: breezy/shelf_ui.py:49
8497
msgid "Shelve adding file \"%(path)s\"?"
8500
#: breezy/shelf_ui.py:50
8501
msgid "Shelve binary changes?"
8504
#: breezy/shelf_ui.py:51
8505
msgid "Shelve changing \"%s\" from %(other)s to %(this)s?"
8508
#: breezy/shelf_ui.py:53
8510
msgid "Shelve removing file \"%(path)s\"?"
8513
#: breezy/shelf_ui.py:54
8515
msgid "Shelve %d change(s)?"
8518
#: breezy/shelf_ui.py:55
8522
#: breezy/shelf_ui.py:56
8525
"Shelve changing target of \"%(path)s\" from \"%(other)s\" to \"%(this)s\"?"
8528
#: breezy/shelf_ui.py:58
8530
msgid "Shelve renaming \"%(other)s\" => \"%(this)s\"?"
8533
#: breezy/shelf_ui.py:73
8535
msgid "Changes shelved with id \"%d\"."
8538
#: breezy/shelf_ui.py:77
8539
msgid "Selected changes destroyed."
8542
#: breezy/shelf_ui.py:81
8543
msgid "Selected changes:"
8546
#: breezy/shelf_ui.py:101
8548
msgid "Delete file \"%(path)s\"?"
8551
#: breezy/shelf_ui.py:102
8552
msgid "Apply binary changes?"
8555
#: breezy/shelf_ui.py:103
8557
msgid "Change \"%(path)s\" from %(this)s to %(other)s?"
8560
#: breezy/shelf_ui.py:105
8562
msgid "Add file \"%(path)s\"?"
8565
#: breezy/shelf_ui.py:106
8567
msgid "Apply %d change(s)?"
8570
#: breezy/shelf_ui.py:107
8571
msgid "Apply change?"
8574
#: breezy/shelf_ui.py:108
8576
msgid "Change target of \"%(path)s\" from \"%(this)s\" to \"%(other)s\"?"
8579
#: breezy/shelf_ui.py:110
8581
msgid "Rename \"%(this)s\" => \"%(other)s\"?"
8584
#: breezy/shelf_ui.py:407
8585
msgid "No changes are shelved."
8588
#: breezy/shelf_ui.py:464
8590
msgid "Using changes with id \"%d\"."
8593
#: breezy/shelf_ui.py:469
8598
#: breezy/shelf_ui.py:481
8600
msgid "Deleted changes with id \"%d\"."
8603
#: breezy/switch.py:71
8604
msgid "Pending merges must be committed or reverted before using switch."
8607
#: breezy/switch.py:104
8609
msgid "Tree is up to date at revision %d."
8612
#: breezy/switch.py:112
8614
msgid "Updated to revision %d."
8617
#: breezy/switch.py:143
8619
"Cannot switch as local commits found in the checkout. Commit these to the "
8620
"bound branch or use --force to throw them away."
8623
#: breezy/switch.py:148
8626
"Unable to connect to current master branch %(target)s: %(error)s To switch "
8627
"anyway, use --force."
8630
#: breezy/switch.py:169
8631
msgid "Cannot switch a branch, only a checkout."
8634
#: breezy/transform.py:1788 breezy/transform.py:1799 breezy/transform.py:1801
8638
#: breezy/transform.py:1824 breezy/transform.py:1887
8639
msgid "removing file"
8642
#: breezy/transform.py:1839 breezy/transform.py:1917
8646
#: breezy/transform.py:2648
8647
msgid "Building tree"
8650
#: breezy/transform.py:2741 breezy/transform.py:2762
8651
msgid "Adding file contents"
8654
#: breezy/transform.py:3066
8655
msgid "Resolution pass"
8658
#: breezy/tree.py:704
8659
msgid "*** {0} content-filter: {1} => {2!r}"
8662
#: breezy/upgrade.py:77
8664
msgid "This is a checkout. The branch (%s) needs to be upgraded separately."
8667
#: breezy/upgrade.py:100
8669
msgid "cannot upgrade from bzrdir format %s"
8672
#: breezy/upgrade.py:103
8674
msgid "starting upgrade of %s"
8677
#: breezy/upgrade.py:110
8681
#: breezy/upgrade.py:120
8682
msgid "Deleting backup.bzr"
8685
#: breezy/upgrade.py:148
8686
#, python-brace-format
8689
"SUMMARY: {0} upgrades attempted, {1} succeeded, {2} failed"
8692
#: breezy/upgrade.py:205
8694
msgid "Found %d dependent branches - upgrading ..."
8697
#: breezy/upgrade.py:275
8698
msgid "Upgrading bzrdirs"
8701
#: breezy/upgrade.py:281
8703
msgid "Upgrading %s"
8706
#: breezy/upgrade.py:283
8707
#, python-brace-format
8708
msgid "Upgrading {0} {1} ..."
8711
#: breezy/upgrade.py:301
8712
msgid "Removing backup ..."
8715
#: breezy/upgrade.py:306
8716
#, python-brace-format
8717
msgid "failed to clean-up {0}: {1}"
8720
#: breezy/win32utils.py:87
8721
msgid "Failed to GetProcessMemoryInfo()"
8724
#: breezy/win32utils.py:102
8725
msgid "Cannot debug memory on win32 without ctypes or win32process"
8728
#: breezy/win32utils.py:107
8729
#, python-brace-format
8730
msgid "WorkingSize {0:>7}KiB\tPeakWorking {1:>7}KiB\t{2}"
8733
#: breezy/win32utils.py:115
8735
msgid "WorkingSize %8d KiB"
8738
#: breezy/win32utils.py:117
8740
msgid "PeakWorking %8d KiB"
8743
#: breezy/win32utils.py:119
8745
msgid "PagefileUsage %8d KiB"
8748
#: breezy/win32utils.py:121
8750
msgid "PeakPagefileUsage %8d KiB"
8753
#: breezy/win32utils.py:123
8755
msgid "PrivateUsage %8d KiB"
8758
#: breezy/win32utils.py:125
8760
msgid "PageFaultCount %8d"
8763
#: breezy/workingtree.py:1167
8764
msgid "Rerun update after fixing the conflicts."
8767
#: dummy/help_topics/authentication/summary.txt:1
8768
msgid "Information on configuring authentication"
8771
#: dummy/help_topics/basic/detail.txt:1
8773
"Breezy 3.1a0 -- a free distributed version-control tool\n"
8774
"https://www.breezy-vcs.org/"
8777
#: dummy/help_topics/basic/detail.txt:4
8780
" brz init makes this directory a versioned branch\n"
8781
" brz branch make a copy of another branch"
8784
#: dummy/help_topics/basic/detail.txt:8
8786
" brz add make files or directories versioned\n"
8787
" brz ignore ignore a file or pattern\n"
8788
" brz mv move or rename a versioned file"
8791
#: dummy/help_topics/basic/detail.txt:12
8793
" brz status summarize changes in working copy\n"
8794
" brz diff show detailed diffs"
8797
#: dummy/help_topics/basic/detail.txt:15
8799
" brz merge pull in changes from another branch\n"
8800
" brz commit save some or all changes\n"
8801
" brz send send changes via email"
8804
#: dummy/help_topics/basic/detail.txt:19
8806
" brz log show history of changes\n"
8807
" brz check validate storage"
8810
#: dummy/help_topics/basic/detail.txt:22
8812
" brz help init more help on e.g. init command\n"
8813
" brz help commands list all commands\n"
8814
" brz help topics list all help topics\n"
8817
#: dummy/help_topics/basic/summary.txt:1
8818
msgid "Basic commands"
8821
#: dummy/help_topics/branches/detail.txt:1
8825
#: dummy/help_topics/branches/detail.txt:3
8827
"A branch consists of the state of a project, including all of its\n"
8828
"history. All branches have a repository associated (which is where the\n"
8829
"branch history is stored), but multiple branches may share the same\n"
8830
"repository (a shared repository). Branches can be copied and merged."
8833
#: dummy/help_topics/branches/detail.txt:8
8835
"In addition, one branch may be bound to another one. Binding to another\n"
8836
"branch indicates that commits which happen in this branch must also\n"
8837
"happen in the other branch. Breezy ensures consistency by not allowing\n"
8838
"commits when the two branches are out of date. In order for a commit\n"
8839
"to succeed, it may be necessary to update the current branch using\n"
8843
#: dummy/help_topics/branches/detail.txt:15
8844
#: dummy/help_topics/checkouts/detail.txt:66
8845
#: dummy/help_topics/repositories/detail.txt:36
8846
msgid "Related commands::"
8849
#: dummy/help_topics/branches/detail.txt:17
8851
" init Change a directory into a versioned branch.\n"
8852
" branch Create a new branch that is a copy of an existing branch.\n"
8853
" merge Perform a three-way merge.\n"
8854
" bind Bind a branch to another one.\n"
8857
#: dummy/help_topics/branches/summary.txt:1
8858
msgid "Information on what a branch is"
8861
#: dummy/help_topics/bugs/summary.txt:1
8862
msgid "Bug tracker settings"
8865
#: dummy/help_topics/checkouts/detail.txt:1
8869
#: dummy/help_topics/checkouts/detail.txt:3
8871
"Checkouts are source trees that are connected to a branch, so that when\n"
8872
"you commit in the source tree, the commit goes into that branch. They\n"
8873
"allow you to use a simpler, more centralized workflow, ignoring some of\n"
8874
"Breezy's decentralized features until you want them. Using checkouts\n"
8875
"with shared repositories is very similar to working with SVN or CVS, but\n"
8876
"doesn't have the same restrictions. And using checkouts still allows\n"
8877
"others working on the project to use whatever workflow they like."
8880
#: dummy/help_topics/checkouts/detail.txt:11
8882
"A checkout is created with the brz checkout command (see \"help checkout"
8884
"You pass it a reference to another branch, and it will create a local copy\n"
8885
"for you that still contains a reference to the branch you created the\n"
8886
"checkout from (the master branch). Then if you make any commits they will "
8888
"made on the other branch first. This creates an instant mirror of your work, "
8890
"facilitates lockstep development, where each developer is working together,\n"
8891
"continuously integrating the changes of others."
8894
#: dummy/help_topics/checkouts/detail.txt:19
8896
"However the checkout is still a first class branch in Breezy terms, so that\n"
8897
"you have the full history locally. As you have a first class branch you "
8899
"also commit locally if you want, for instance due to the temporary loss af "
8901
"network connection. Use the --local option to commit to do this. All the "
8903
"commits will then be made on the master branch the next time you do a non-"
8908
#: dummy/help_topics/checkouts/detail.txt:26
8910
"If you are using a checkout from a shared branch you will periodically want "
8912
"pull in all the changes made by others. This is done using the \"update\"\n"
8913
"command. The changes need to be applied before any non-local commit, but\n"
8914
"Breezy will tell you if there are any changes and suggest that you use this\n"
8915
"command when needed."
8918
#: dummy/help_topics/checkouts/detail.txt:32
8920
"It is also possible to create a \"lightweight\" checkout by passing the\n"
8921
"--lightweight flag to checkout. A lightweight checkout is even closer to an\n"
8922
"SVN checkout in that it is not a first class branch, it mainly consists of "
8924
"working tree. This means that any history operations must query the master\n"
8925
"branch, which could be slow if a network connection is involved. Also, as "
8927
"don't have a local branch, then you cannot commit locally."
8930
#: dummy/help_topics/checkouts/detail.txt:39
8932
"Lightweight checkouts work best when you have fast reliable access to the\n"
8933
"master branch. This means that if the master branch is on the same disk or "
8935
"a lightweight checkout will be faster than a heavyweight one for any "
8937
"that modify the revision history (as only one copy of the branch needs to\n"
8938
"be updated). Heavyweight checkouts will generally be faster for any command\n"
8939
"that uses the history but does not change it, but if the master branch is "
8941
"the same disk then there won't be a noticeable difference."
8944
#: dummy/help_topics/checkouts/detail.txt:47
8946
"Another possible use for a checkout is to use it with a treeless repository\n"
8947
"containing your branches, where you maintain only one working tree by\n"
8948
"switching the master branch that the checkout points to when you want to\n"
8949
"work on a different branch."
8952
#: dummy/help_topics/checkouts/detail.txt:52
8954
"Obviously to commit on a checkout you need to be able to write to the "
8956
"branch. This means that the master branch must be accessible over a "
8958
"protocol , such as sftp://, and that you have write permissions at the "
8960
"end. Checkouts also work on the local file system, so that all that matters "
8965
#: dummy/help_topics/checkouts/detail.txt:58
8967
"You can change the master of a checkout by using the \"switch\" command "
8969
"\"help switch\"). This will change the location that the commits are sent "
8971
"The \"bind\" command can also be used to turn a normal branch into a heavy\n"
8972
"checkout. If you would like to convert your heavy checkout into a normal\n"
8973
"branch so that every commit is local, you can use the \"unbind\" command. To "
8975
"whether or not a branch is bound or not you can use the \"info\" command. If "
8977
"branch is bound it will tell you the location of the bound branch."
8980
#: dummy/help_topics/checkouts/detail.txt:68
8982
" checkout Create a checkout. Pass --lightweight to get a lightweight\n"
8984
" update Pull any changes in the master branch in to your checkout\n"
8985
" commit Make a commit that is sent to the master branch. If you have\n"
8986
" a heavy checkout then the --local option will commit to the\n"
8987
" checkout without sending the commit to the master\n"
8988
" switch Change the master branch that the commits in the checkout "
8991
" bind Turn a standalone branch into a heavy checkout so that any\n"
8992
" commits will be sent to the master branch\n"
8993
" unbind Turn a heavy checkout into a standalone branch so that any\n"
8994
" commits are only made locally\n"
8995
" info Displays whether a branch is bound or unbound. If the branch "
8997
" bound, then it will also display the location of the bound "
9001
#: dummy/help_topics/checkouts/summary.txt:1
9002
msgid "Information on what a checkout is"
9005
#: dummy/help_topics/configuration/summary.txt:1
9006
msgid "Details on the configuration settings available"
9009
#: dummy/help_topics/conflict-types/summary.txt:1
9010
msgid "Types of conflicts and what to do about them"
9013
#: dummy/help_topics/content-filters/summary.txt:1
9014
msgid "Conversion of content into/from working trees"
9017
#: dummy/help_topics/criss-cross/detail.txt:1
9021
#: dummy/help_topics/criss-cross/detail.txt:3
9023
"A criss-cross in the branch history can cause the default merge technique\n"
9024
"to emit more conflicts than would normally be expected."
9027
#: dummy/help_topics/criss-cross/detail.txt:6
9029
"In complex merge cases, ``brz merge --lca`` or ``brz merge --weave`` may "
9031
"better results. You may wish to ``brz revert`` the working tree and merge\n"
9032
"again. Alternatively, use ``brz remerge`` on particular conflicted files."
9035
#: dummy/help_topics/criss-cross/detail.txt:10
9037
"Criss-crosses occur in a branch's history if two branches merge the same "
9039
"and then merge one another, or if two branches merge one another at the "
9041
"time. They can be avoided by having each branch only merge from or into a\n"
9042
"designated central branch (a \"star topology\")."
9045
#: dummy/help_topics/criss-cross/detail.txt:15
9047
"Criss-crosses cause problems because of the way merge works. Breezy's "
9049
"merge is a three-way merger; in order to merge OTHER into THIS, it must\n"
9050
"find a basis for comparison, BASE. Using BASE, it can determine whether\n"
9051
"differences between THIS and OTHER are due to one side adding lines, or\n"
9052
"from another side removing lines."
9055
#: dummy/help_topics/criss-cross/detail.txt:21
9057
"Criss-crosses mean there is no good choice for a base. Selecting the "
9059
"merge points could cause one side's changes to be silently discarded.\n"
9060
"Selecting older merge points (which Breezy does) mean that extra conflicts\n"
9064
#: dummy/help_topics/criss-cross/detail.txt:26
9066
"The ``weave`` merge type is not affected by this problem because it uses\n"
9067
"line-origin detection instead of a basis revision to determine the cause of\n"
9071
#: dummy/help_topics/criss-cross/summary.txt:1
9072
msgid "Information on criss-cross merging"
9075
#: dummy/help_topics/current-formats/summary.txt:1
9076
msgid "Current storage formats"
9079
#: dummy/help_topics/debug-flags/summary.txt:1
9080
msgid "Options to show or record debug information"
9083
#: dummy/help_topics/diverged-branches/summary.txt:1
9084
msgid "How to fix diverged branches"
9087
#: dummy/help_topics/env-variables/summary.txt:1
9088
msgid "Environment variable names and values"
9091
#: dummy/help_topics/eol/summary.txt:1
9092
msgid "Information on end-of-line handling"
9095
#: dummy/help_topics/files/detail.txt:1
9099
#: dummy/help_topics/files/detail.txt:3
9101
":On Unix: ~/.config/breezy/breezy.conf\n"
9102
":On Windows: %APPDATA%\\\\breezy\\\\breezy.conf"
9105
#: dummy/help_topics/files/detail.txt:6
9107
"Contains the user's default configuration. The section ``[DEFAULT]`` is\n"
9108
"used to define general configuration that will be applied everywhere.\n"
9109
"The section ``[ALIASES]`` can be used to create command aliases for\n"
9110
"commonly used options."
9113
#: dummy/help_topics/files/detail.txt:11
9114
msgid "A typical config file might look something like::"
9117
#: dummy/help_topics/files/detail.txt:13
9120
" email=John Doe <jdoe@isp.com>"
9123
#: dummy/help_topics/files/detail.txt:16
9126
" commit = commit --strict\n"
9127
" log10 = log --short -r -10..-1\n"
9130
#: dummy/help_topics/files/summary.txt:1
9131
msgid "Information on configuration and log files"
9134
#: dummy/help_topics/formats/detail.txt:1
9135
msgid "Storage Formats"
9138
#: dummy/help_topics/formats/detail.txt:3
9140
"To ensure that older clients do not access data incorrectly,\n"
9141
"Breezy's policy is to introduce a new storage format whenever\n"
9142
"new features requiring new metadata are added. New storage\n"
9143
"formats may also be introduced to improve performance and\n"
9147
#: dummy/help_topics/formats/detail.txt:9
9149
"The newest format, 2a, is highly recommended. If your\n"
9150
"project is not using 2a, then you should suggest to the\n"
9151
"project owner to upgrade."
9154
#: dummy/help_topics/formats/detail.txt:13
9160
#: dummy/help_topics/formats/detail.txt:16
9162
" Some of the older formats have two variants:\n"
9163
" a plain one and a rich-root one. The latter include an additional\n"
9164
" field about the root of the tree. There is no performance cost\n"
9165
" for using a rich-root format but you cannot easily merge changes\n"
9166
" from a rich-root format into a plain format. As a consequence,\n"
9167
" moving a project to a rich-root format takes some co-ordination\n"
9168
" in that all contributors need to upgrade their repositories\n"
9169
" around the same time. 2a and all future formats will be\n"
9170
" implicitly rich-root."
9173
#: dummy/help_topics/formats/detail.txt:26
9175
"See :doc:`current-formats-help` for the complete list of\n"
9176
"currently supported formats. See :doc:`other-formats-help` for\n"
9177
"descriptions of any available experimental and deprecated formats.\n"
9180
#: dummy/help_topics/formats/summary.txt:1
9181
msgid "Information on choosing a storage format"
9184
#: dummy/help_topics/git/detail.txt:1
9185
msgid "Using Bazaar with Git."
9188
#: dummy/help_topics/git/detail.txt:3
9190
"The bzr-git plugin provides support for using Bazaar with local and remote\n"
9191
"Git repositories, as just another format. You can clone, pull from and\n"
9192
"push to git repositories as you would with any native Bazaar branch."
9195
#: dummy/help_topics/git/detail.txt:7
9196
msgid "The bzr-git plugin also adds three new bzr subcommands:"
9199
#: dummy/help_topics/git/detail.txt:9
9201
" * bzr git-objects: Extracts Git objects out of a Bazaar repository\n"
9202
" * bzr git-refs: Display Git refs from a Bazaar branch or repository\n"
9203
" * bzr git-import: Imports a local or remote Git repository to a set of "
9208
#: dummy/help_topics/git/detail.txt:14
9210
"The 'git:' revision specifier can be used to find revisions by short or "
9215
#: dummy/help_topics/git/summary.txt:1
9216
msgid "Using Bazaar with Git"
9219
#: dummy/help_topics/global-options/detail.txt:1
9220
msgid "Global Options"
9223
#: dummy/help_topics/global-options/detail.txt:3
9225
"These options may be used with any command, and may appear in front of any\n"
9226
"command. (e.g. ``brz --profile help``)."
9229
#: dummy/help_topics/global-options/detail.txt:6
9231
"--version Print the version number. Must be supplied before the "
9233
"--no-aliases Do not process command aliases when running this command.\n"
9234
"--builtin Use the built-in version of a command, not the plugin "
9236
" This does not suppress other plugin effects.\n"
9237
"--no-plugins Do not process any plugins.\n"
9238
"--no-l10n Do not translate messages.\n"
9239
"--concurrency Number of processes that can be run concurrently (selftest)."
9242
#: dummy/help_topics/global-options/detail.txt:14
9244
"--profile Profile execution using the hotshot profiler.\n"
9245
"--lsprof Profile execution using the lsprof profiler.\n"
9246
"--lsprof-file Profile execution using the lsprof profiler, and write the\n"
9247
" results to a specified file. If the filename ends with \".txt"
9249
" text format will be used. If the filename either starts "
9251
" \"callgrind.out\" or end with \".callgrind\", the output will "
9253
" formatted for use with KCacheGrind. Otherwise, the output\n"
9254
" will be a pickle.\n"
9255
"--coverage Generate line coverage report in the specified directory."
9258
#: dummy/help_topics/global-options/detail.txt:24
9260
"-Oname=value Override the ``name`` config option setting it to ``value`` "
9262
" the duration of the command. This can be used multiple times "
9264
" several options need to be overridden."
9267
#: dummy/help_topics/global-options/detail.txt:28
9269
"See https://www.breezy-vcs.org/developers/profiling.html for more\n"
9270
"information on profiling."
9273
#: dummy/help_topics/global-options/detail.txt:31
9275
"A number of debug flags are also available to assist troubleshooting and\n"
9276
"development. See :doc:`debug-flags-help`.\n"
9279
#: dummy/help_topics/global-options/summary.txt:1
9280
msgid "Options that control how Breezy runs"
9283
#: dummy/help_topics/glossary/summary.txt:1
9287
#: dummy/help_topics/hooks/summary.txt:1
9288
msgid "Points at which custom processing can be added"
9291
#: dummy/help_topics/launchpad/detail.txt:1
9292
msgid "Integration with Launchpad.net"
9295
#: dummy/help_topics/launchpad/detail.txt:3
9297
"Launchpad.net provides free Bazaar branch hosting with integrated bug and\n"
9298
"specification tracking."
9301
#: dummy/help_topics/launchpad/detail.txt:6
9303
"The bzr client (through the plugin called 'launchpad') has special\n"
9304
"features to communicate with Launchpad:"
9307
#: dummy/help_topics/launchpad/detail.txt:9
9309
" * The launchpad-login command tells Bazaar your Launchpad user name. "
9311
" is then used by the 'lp:' transport to download your branches using\n"
9315
#: dummy/help_topics/launchpad/detail.txt:13
9317
" * The 'lp:' transport uses Launchpad as a directory service: for "
9319
" 'lp:bzr' and 'lp:python' refer to the main branches of the relevant\n"
9320
" projects and may be branched, logged, etc. You can also use the 'lp:'\n"
9321
" transport to refer to specific branches, e.g. lp:~bzr/bzr/trunk."
9324
#: dummy/help_topics/launchpad/detail.txt:18
9326
" * The 'lp:' bug tracker alias can expand launchpad bug numbers to their\n"
9327
" URLs for use with 'bzr commit --fixes', e.g. 'bzr commit --fixes "
9329
" will record a revision property that marks that revision as fixing\n"
9330
" Launchpad bug 12345. When you push that branch to Launchpad it will\n"
9331
" automatically be linked to the bug report."
9334
#: dummy/help_topics/launchpad/detail.txt:24
9335
msgid "For more information see http://help.launchpad.net/\n"
9338
#: dummy/help_topics/launchpad/summary.txt:1
9339
msgid "Using Bazaar with Launchpad.net"
9342
#: dummy/help_topics/location-alias/summary.txt:1
9343
msgid "Aliases for remembered locations"
9346
#: dummy/help_topics/log-formats/summary.txt:1
9347
msgid "Details on the logging formats available"
9350
#: dummy/help_topics/missing-extensions/summary.txt:1
9351
msgid "What to do when compiled extensions are missing"
9354
#: dummy/help_topics/other-formats/summary.txt:1
9355
msgid "Experimental and deprecated storage formats"
9358
#: dummy/help_topics/patterns/summary.txt:1
9359
msgid "Information on the pattern syntax"
9362
#: dummy/help_topics/repositories/detail.txt:1
9363
msgid "Repositories"
9366
#: dummy/help_topics/repositories/detail.txt:3
9368
"Repositories in Breezy are where committed information is stored. There is\n"
9369
"a repository associated with every branch."
9372
#: dummy/help_topics/repositories/detail.txt:6
9374
"Repositories are a form of database. Breezy will usually maintain this for\n"
9375
"good performance automatically, but in some situations (e.g. when doing\n"
9376
"very many commits in a short time period) you may want to ask brz to\n"
9377
"optimise the database indices. This can be done by the 'brz pack' command."
9380
#: dummy/help_topics/repositories/detail.txt:11
9382
"By default just running 'brz init' will create a repository within the new\n"
9383
"branch but it is possible to create a shared repository which allows "
9385
"branches to share their information in the same location. When a new branch "
9387
"created it will first look to see if there is a containing shared repository "
9392
#: dummy/help_topics/repositories/detail.txt:17
9394
"When two branches of the same project share a repository, there is\n"
9395
"generally a large space saving. For some operations (e.g. branching\n"
9396
"within the repository) this translates in to a large time saving."
9399
#: dummy/help_topics/repositories/detail.txt:21
9401
"To create a shared repository use the init-shared-repository command (or "
9403
"alias init-shared-repo). This command takes the location of the repository "
9405
"create. This means that 'brz init-shared-repository repo' will create a\n"
9406
"directory named 'repo', which contains a shared repository. Any new "
9408
"that are created in this directory will then use it for storage."
9411
#: dummy/help_topics/repositories/detail.txt:27
9413
"It is a good idea to create a repository whenever you might create more\n"
9414
"than one branch of a project. This is true for both working areas where you\n"
9415
"are doing the development, and any server areas that you use for hosting\n"
9416
"projects. In the latter case, it is common to want branches without working\n"
9417
"trees. Since the files in the branch will not be edited directly there is "
9419
"need to use up disk space for a working tree. To create a repository in "
9421
"the branches will not have working trees pass the '--no-trees' option to\n"
9422
"'init-shared-repository'."
9425
#: dummy/help_topics/repositories/detail.txt:38
9427
" init-shared-repository Create a shared repository. Use --no-trees to "
9429
" one in which new branches won't get a working "
9433
#: dummy/help_topics/repositories/summary.txt:1
9434
msgid "Basic information on shared repositories."
9437
#: dummy/help_topics/revisionspec/summary.txt:1
9438
msgid "Explain how to use --revision"
9441
#: dummy/help_topics/rules/summary.txt:1
9442
msgid "Information on defining rule-based preferences"
9445
#: dummy/help_topics/standalone-trees/detail.txt:1
9446
msgid "Standalone Trees"
9449
#: dummy/help_topics/standalone-trees/detail.txt:3
9451
"A standalone tree is a working tree with an associated repository. It\n"
9452
"is an independently usable branch, with no dependencies on any other.\n"
9453
"Creating a standalone tree (via brz init) is the quickest way to put\n"
9454
"an existing project under version control."
9457
#: dummy/help_topics/standalone-trees/detail.txt:8
9458
msgid "Related Commands::"
9461
#: dummy/help_topics/standalone-trees/detail.txt:10
9462
msgid " init Make a directory into a versioned branch.\n"
9465
#: dummy/help_topics/standalone-trees/summary.txt:1
9466
msgid "Information on what a standalone tree is"
9469
#: dummy/help_topics/standard-options/detail.txt:1
9470
msgid "Standard Options"
9473
#: dummy/help_topics/standard-options/detail.txt:3
9474
msgid "Standard options are legal for all commands."
9477
#: dummy/help_topics/standard-options/detail.txt:5
9479
"--help, -h Show help message.\n"
9480
"--verbose, -v Display more information.\n"
9481
"--quiet, -q Only display errors and warnings."
9484
#: dummy/help_topics/standard-options/detail.txt:9
9485
msgid "Unlike global options, standard options can be used in aliases.\n"
9488
#: dummy/help_topics/standard-options/summary.txt:1
9489
msgid "Options that can be used with any command"
9492
#: dummy/help_topics/status-flags/detail.txt:1
9493
msgid "Status Flags"
9496
#: dummy/help_topics/status-flags/detail.txt:3
9498
"Status flags are used to summarise changes to the working tree in a concise\n"
9499
"manner. They are in the form::"
9502
#: dummy/help_topics/status-flags/detail.txt:6
9503
msgid " xxx <filename>"
9506
#: dummy/help_topics/status-flags/detail.txt:8
9507
msgid "where the columns' meanings are as follows."
9510
#: dummy/help_topics/status-flags/detail.txt:10
9511
msgid "Column 1 - versioning/renames::"
9514
#: dummy/help_topics/status-flags/detail.txt:12
9516
" + File versioned\n"
9517
" - File unversioned\n"
9520
" X File nonexistent (and unknown to brz)\n"
9521
" C File has conflicts\n"
9522
" P Entry for a pending merge (not a file)"
9525
#: dummy/help_topics/status-flags/detail.txt:20
9526
msgid "Column 2 - contents::"
9529
#: dummy/help_topics/status-flags/detail.txt:22
9533
" K File kind changed\n"
9537
#: dummy/help_topics/status-flags/detail.txt:27
9538
msgid "Column 3 - execute::"
9541
#: dummy/help_topics/status-flags/detail.txt:29
9542
msgid " * The execute bit was changed\n"
9545
#: dummy/help_topics/status-flags/summary.txt:1
9546
msgid "Help on status flags"
9549
#: dummy/help_topics/sync-for-reconfigure/detail.txt:1
9550
msgid "Branches Out of Sync"
9553
#: dummy/help_topics/sync-for-reconfigure/detail.txt:3
9555
"When reconfiguring a checkout, tree or branch into a lightweight checkout,\n"
9556
"a local branch must be destroyed. (For checkouts, this is the local branch\n"
9557
"that serves primarily as a cache.) If the branch-to-be-destroyed does not\n"
9558
"have the same last revision as the new reference branch for the lightweight\n"
9559
"checkout, data could be lost, so Breezy refuses."
9562
#: dummy/help_topics/sync-for-reconfigure/detail.txt:9
9563
msgid "How you deal with this depends on *why* the branches are out of sync."
9566
#: dummy/help_topics/sync-for-reconfigure/detail.txt:11
9568
"If you have a checkout and have done local commits, you can get back in "
9570
"by running \"brz update\" (and possibly \"brz commit\")."
9573
#: dummy/help_topics/sync-for-reconfigure/detail.txt:14
9575
"If you have a branch and the remote branch is out-of-date, you can push\n"
9576
"the local changes using \"brz push\". If the local branch is out of date, "
9578
"can do \"brz pull\". If both branches have had changes, you can merge, "
9580
"and then push your changes. If you decide that some of the changes aren't\n"
9581
"useful, you can \"push --overwrite\" or \"pull --overwrite\" instead.\n"
9584
#: dummy/help_topics/sync-for-reconfigure/summary.txt:1
9585
msgid "Steps to resolve \"out-of-sync\" when reconfiguring"
9588
#: dummy/help_topics/topics/summary.txt:1
9592
#: dummy/help_topics/url-special-chars/summary.txt:1
9593
msgid "Special character handling in URLs"
9596
#: dummy/help_topics/urlspec/summary.txt:1
9597
msgid "Supported transport protocols"
9600
#: dummy/help_topics/working-trees/detail.txt:1
9601
msgid "Working Trees"
9604
#: dummy/help_topics/working-trees/detail.txt:3
9606
"A working tree is the contents of a branch placed on disk so that you can\n"
9607
"see the files and edit them. The working tree is where you make changes to "
9609
"branch, and when you commit the current state of the working tree is the\n"
9610
"snapshot that is recorded in the commit."
9613
#: dummy/help_topics/working-trees/detail.txt:8
9615
"When you push a branch to a remote system, a working tree will not be\n"
9616
"created. If one is already present the files will not be updated. The\n"
9617
"branch information will be updated and the working tree will be marked\n"
9618
"as out-of-date. Updating a working tree remotely is difficult, as there\n"
9619
"may be uncommitted changes or the update may cause content conflicts that "
9621
"difficult to deal with remotely."
9624
#: dummy/help_topics/working-trees/detail.txt:15
9626
"If you have a branch with no working tree you can use the 'checkout' "
9628
"to create a working tree. If you run 'brz checkout .' from the branch it "
9630
"create the working tree. If the branch is updated remotely, you can update "
9632
"working tree by running 'brz update' in that directory."
9635
#: dummy/help_topics/working-trees/detail.txt:20
9637
"If you have a branch with a working tree that you do not want the 'remove-"
9639
"command will remove the tree if it is safe. This can be done to avoid the\n"
9640
"warning about the remote working tree not being updated when pushing to the\n"
9641
"branch. It can also be useful when working with a '--no-trees' repository\n"
9642
"(see 'brz help repositories')."
9645
#: dummy/help_topics/working-trees/detail.txt:26
9647
"If you want to have a working tree on a remote machine that you push to you\n"
9648
"can either run 'brz update' in the remote branch after each push, or use "
9650
"other method to update the tree during the push. There is an 'rspush' "
9652
"that will update the working tree using rsync as well as doing a push. "
9654
"is also a 'push-and-update' plugin that automates running 'brz update' via "
9659
#: dummy/help_topics/working-trees/detail.txt:33
9660
msgid "Useful commands::"
9663
#: dummy/help_topics/working-trees/detail.txt:35
9665
" checkout Create a working tree when a branch does not have one.\n"
9666
" remove-tree Removes the working tree from a branch when it is safe to do "
9668
" update When a working tree is out of sync with its associated "
9670
" this will update the tree to match the branch.\n"
9673
#: dummy/help_topics/working-trees/summary.txt:1
9674
msgid "Information on working trees"
9677
#: en/help_topics/authentication.txt:1
9679
"Authentication Settings\n"
9680
"======================="
9683
#: en/help_topics/authentication.txt:4
9690
#: en/help_topics/authentication.txt:8
9692
"Many different authentication policies can be described in the\n"
9693
"``authentication.conf`` file but a particular user should need only a few\n"
9694
"definitions to cover his needs without having to specify a user and a "
9696
"for every branch he uses."
9699
#: en/help_topics/authentication.txt:13
9701
"The definitions found in this file are used to find the credentials to use "
9703
"a given url. The same credentials can generally be used for as many branches "
9705
"possible by grouping their declaration around the remote servers that need\n"
9706
"them. It's even possible to declare credentials that will be used by "
9711
#: en/help_topics/authentication.txt:19
9713
"The intent is to make this file as small as possible to minimize maintenance."
9716
#: en/help_topics/authentication.txt:21
9718
"Once the relevant credentials are declared in this file you may use branch "
9720
"without embedding passwords (security hazard) or even users (enabling "
9722
"of your urls with others)."
9725
#: en/help_topics/authentication.txt:25
9726
msgid "Instead of using::"
9729
#: en/help_topics/authentication.txt:27
9730
msgid " brz branch sftp://joe:secret@host.com/path/to/my/branch"
9733
#: en/help_topics/authentication.txt:29
9734
msgid "you simply use::"
9737
#: en/help_topics/authentication.txt:31
9738
msgid " brz branch sftp://host.com/path/to/my/branch"
9741
#: en/help_topics/authentication.txt:33
9742
msgid "provided you have created the following ``authentication.conf`` file::"
9745
#: en/help_topics/authentication.txt:35
9751
" password=secret\n"
9755
#: en/help_topics/authentication.txt:42
9757
"Authentication definitions\n"
9758
"--------------------------"
9761
#: en/help_topics/authentication.txt:45
9763
"There are two kinds of authentication used by the various schemes supported "
9768
#: en/help_topics/authentication.txt:48
9769
msgid "1. user and password"
9772
#: en/help_topics/authentication.txt:50
9774
"``FTP`` needs a (``user``, ``password``) to authenticate against a ``host``\n"
9775
"``SFTP`` can use either a password or a host key to authenticate. However,\n"
9776
"ssh agents are a better, more secure solution. So we have chosen to not "
9778
"our own less secure method."
9781
#: en/help_topics/authentication.txt:55
9782
msgid "2. user, realm and password"
9785
#: en/help_topics/authentication.txt:57
9787
"``HTTP`` and ``HTTPS`` needs a (``user, realm, password``) to authenticate\n"
9788
"against a host. But, by using ``.htaccess`` files, for example, it is "
9790
"to define several (``user, realm, password``) for a given ``host``. So what "
9792
"really needed is (``user``, ``password``, ``host``, ``path``). The ``realm`` "
9794
"not taken into account in the definitions, but will displayed if brz "
9796
"you for a password."
9799
#: en/help_topics/authentication.txt:64
9801
"``HTTP proxy`` can be handled as ``HTTP`` (or ``HTTPS``) by explicitly\n"
9802
"specifying the appropriate port."
9805
#: en/help_topics/authentication.txt:67
9807
"To take all schemes into account, the password will be deduced from a set "
9809
"authentication definitions (``scheme``, ``host``, ``port``, ``path``, "
9814
#: en/help_topics/authentication.txt:71
9816
" * ``scheme``: can be empty (meaning the rest of the definition can be "
9818
" for any scheme), ``SFTP`` and ``bzr+ssh`` should not be used here, "
9820
" should be used instead since this is the real scheme regarding\n"
9824
#: en/help_topics/authentication.txt:76
9825
msgid " * ``host``: can be empty (to act as a default for any host),"
9828
#: en/help_topics/authentication.txt:78
9830
" * ``port`` can be empty (useful when an host provides several servers for "
9832
" same scheme), only numerical values are allowed, this should be used "
9834
" when the server uses a port different than the scheme standard port,"
9837
#: en/help_topics/authentication.txt:82
9838
msgid " * ``path``: can be empty (FTP or SFTP will never user it),"
9841
#: en/help_topics/authentication.txt:84
9843
" * ``user``: can be empty (``bzr`` will default to python's\n"
9844
" ``getpass.get_user()``),"
9847
#: en/help_topics/authentication.txt:87
9849
" * ``password``: can be empty if you prefer to always be prompted for your\n"
9853
#: en/help_topics/authentication.txt:90
9855
"Multiple definitions can be provided and, for a given URL, brz will select "
9857
"(``user`` [, ``password``]) based on the following rules :"
9860
#: en/help_topics/authentication.txt:93
9861
msgid " 1. the first match wins,"
9864
#: en/help_topics/authentication.txt:95
9865
msgid " 2. empty fields match everything,"
9868
#: en/help_topics/authentication.txt:97
9870
" 3. ``scheme`` matches even if decorators are used in the requested URL,"
9873
#: en/help_topics/authentication.txt:99
9875
" 4. ``host`` matches exactly or act as a domain if it starts with '.'\n"
9876
" (``project.bzr.sf.net`` will match ``.bzr.sf.net`` but ``projectbzr.sf."
9878
" will not match ``bzr.sf.net``)."
9881
#: en/help_topics/authentication.txt:103
9883
" 5. ``port`` matches if included in the requested URL (exact matches only)"
9886
#: en/help_topics/authentication.txt:105
9888
" 6. ``path`` matches if included in the requested URL (and by rule #2 "
9890
" empty paths will match any provided path)."
9893
#: en/help_topics/authentication.txt:110
9899
#: en/help_topics/authentication.txt:113
9901
"The general rules for :doc:`configuration files <configuration-help>`\n"
9902
"apply except for the variable policies."
9905
#: en/help_topics/authentication.txt:116
9906
msgid "Each section describes an authentication definition."
9909
#: en/help_topics/authentication.txt:118
9911
"The section name is an arbitrary string, only the ``DEFAULT`` value is "
9913
"and should appear as the *last* section."
9916
#: en/help_topics/authentication.txt:121
9917
msgid "Each section should define:"
9920
#: en/help_topics/authentication.txt:123
9921
msgid "* ``user``: the login to be used,"
9924
#: en/help_topics/authentication.txt:125
9925
msgid "Each section could define:"
9928
#: en/help_topics/authentication.txt:127
9929
msgid "* ``host``: the remote server,"
9932
#: en/help_topics/authentication.txt:129
9933
msgid "* ``port``: the port the server is listening,"
9936
#: en/help_topics/authentication.txt:131
9937
msgid "* ``path``: the branch location,"
9940
#: en/help_topics/authentication.txt:133
9941
msgid "* ``password``: the password."
9944
#: en/help_topics/authentication.txt:135
9951
#: en/help_topics/authentication.txt:139
9954
"Personal projects hosted outside\n"
9955
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
9958
#: en/help_topics/authentication.txt:143
9960
"All connections are done with the same ``user`` (the remote one for which "
9962
"default brz one is not appropriate) and the password is always prompted "
9967
#: en/help_topics/authentication.txt:147
9969
" # Pet projects on hobby.net\n"
9971
" host=r.hobby.net\n"
9973
" password=obvious1234\n"
9980
" password=1essobV10us\n"
9983
" # Our local user is barbaz, on all remote sites we're known as "
9988
#: en/help_topics/authentication.txt:164
9991
"Source hosting provider\n"
9992
"~~~~~~~~~~~~~~~~~~~~~~~"
9995
#: en/help_topics/authentication.txt:168
9996
msgid "In the shp.net (fictitious) domain, each project has its own site::"
9999
#: en/help_topics/authentication.txt:170
10001
" [shpnet domain]\n"
10002
" # we use sftp, but ssh is the scheme used for authentication\n"
10004
" # The leading '.' ensures that 'shp.net' alone doesn't match\n"
10007
" # brz doesn't support supplying a password for sftp,\n"
10008
" # consider using an ssh agent if you don't want to supply\n"
10009
" # a password interactively. (pageant, ssh-agent, etc)"
10012
#: en/help_topics/authentication.txt:180
10014
"HTTPS, SFTP servers and their proxy\n"
10015
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10018
#: en/help_topics/authentication.txt:183
10020
"At company.com, the server hosting release and integration branches is "
10022
"proxy, and the two branches use different authentication policies::"
10025
#: en/help_topics/authentication.txt:186
10027
" [reference code]\n"
10029
" host=dev.company.com\n"
10035
#: en/help_topics/authentication.txt:193
10037
" # development branches on dev server\n"
10039
" scheme=ssh # bzr+ssh and sftp are available here\n"
10040
" host=dev.company.com\n"
10041
" path=/dev/integration\n"
10047
" host=proxy.company.com\n"
10049
" user=proxyuser1\n"
10050
" password=proxypass1"
10053
#: en/help_topics/authentication.txt:208
10056
"Planned enhancements\n"
10057
"--------------------"
10060
#: en/help_topics/authentication.txt:212
10062
"The following are not yet implemented but planned as parts of a work in\n"
10066
#: en/help_topics/authentication.txt:215
10067
msgid "* add a ``password_encoding`` field allowing:"
10070
#: en/help_topics/authentication.txt:217
10072
" - storing the passwords in various obfuscating encodings (base64 for one),"
10075
#: en/help_topics/authentication.txt:219
10076
msgid " - delegate password storage to plugins (.netrc for example)."
10079
#: en/help_topics/authentication.txt:221
10081
"* update the credentials when the user is prompted for user or password,"
10084
#: en/help_topics/authentication.txt:223
10085
msgid "* add a ``verify_certificates`` field for ``HTTPS``."
10088
#: en/help_topics/authentication.txt:225
10090
"The ``password_encoding`` and ``verify_certificates`` fields are recognized "
10092
"ignored in the actual implementation.\n"
10095
#: en/help_topics/bugs.txt:1
10096
msgid "Bug Tracker Settings"
10099
#: en/help_topics/bugs.txt:3
10101
"When making a commit, metadata about bugs fixed by that change can be\n"
10102
"recorded by using the ``--fixes`` option. For each bug marked as fixed, an\n"
10103
"entry is included in the 'bugs' revision property stating '<url> <status>'.\n"
10104
"(The only ``status`` value currently supported is ``fixed.``)"
10107
#: en/help_topics/bugs.txt:8
10109
"The ``--fixes`` option allows you to specify a bug tracker and a bug "
10111
"rather than a full URL. This looks like::"
10114
#: en/help_topics/bugs.txt:11
10115
msgid " bzr commit --fixes <tracker>:<id>"
10118
#: en/help_topics/bugs.txt:13 en/help_topics/configuration.txt:410
10122
#: en/help_topics/bugs.txt:15
10123
msgid " bzr commit --fixes <id>"
10126
#: en/help_topics/bugs.txt:17
10128
"where \"<tracker>\" is an identifier for the bug tracker, and \"<id>\" is "
10130
"identifier for that bug within the bugtracker, usually the bug number.\n"
10131
"If \"<tracker>\" is not specified the ``bugtracker`` set in the branch\n"
10132
"or global configuration is used."
10135
#: en/help_topics/bugs.txt:22
10137
"Bazaar knows about a few bug trackers that have many users. If\n"
10138
"you use one of these bug trackers then there is no setup required to\n"
10139
"use this feature, you just need to know the tracker identifier to use.\n"
10140
"These are the bugtrackers that are built in:"
10143
#: en/help_topics/bugs.txt:27
10145
" ============================ ============ ============\n"
10146
" URL Abbreviation Example\n"
10147
" ============================ ============ ============\n"
10148
" https://bugs.launchpad.net/ lp lp:12345\n"
10149
" http://bugs.debian.org/ deb deb:12345\n"
10150
" http://bugzilla.gnome.org/ gnome gnome:12345\n"
10151
" ============================ ============ ============"
10154
#: en/help_topics/bugs.txt:35
10156
"For the bug trackers not listed above configuration is required.\n"
10157
"Support for generating the URLs for any project using Bugzilla or Trac\n"
10158
"is built in, along with a template mechanism for other bugtrackers with\n"
10159
"simple URL schemes. If your bug tracker can't be described by one\n"
10160
"of the schemes described below then you can write a plugin to support\n"
10164
#: en/help_topics/bugs.txt:42
10166
"If you use Bugzilla or Trac, then you only need to set a configuration\n"
10167
"variable which contains the base URL of the bug tracker. These options\n"
10168
"can go into ``breezy.conf``, ``branch.conf`` or into a branch-specific\n"
10169
"configuration section in ``locations.conf``. You can set up these values\n"
10170
"for each of the projects you work on."
10173
#: en/help_topics/bugs.txt:48
10175
"Note: As you provide a short name for each tracker, you can specify one or\n"
10176
"more bugs in one or more trackers at commit time if you wish."
10179
#: en/help_topics/bugs.txt:51
10185
#: en/help_topics/bugs.txt:54
10186
msgid "Use ``bzr commit --fixes lp:2`` to record that this commit fixes bug 2."
10189
#: en/help_topics/bugs.txt:56
10191
"bugzilla_<tracker>_url\n"
10192
"----------------------"
10195
#: en/help_topics/bugs.txt:59
10197
"If present, the location of the Bugzilla bug tracker referred to by\n"
10198
"<tracker>. This option can then be used together with ``bzr commit\n"
10199
"--fixes`` to mark bugs in that tracker as being fixed by that commit. For\n"
10203
#: en/help_topics/bugs.txt:64
10204
msgid " bugzilla_squid_url = http://bugs.squid-cache.org"
10207
#: en/help_topics/bugs.txt:66
10209
"would allow ``bzr commit --fixes squid:1234`` to mark Squid's bug 1234 as\n"
10213
#: en/help_topics/bugs.txt:69
10215
"trac_<tracker>_url\n"
10216
"------------------"
10219
#: en/help_topics/bugs.txt:72
10221
"If present, the location of the Trac instance referred to by\n"
10222
"<tracker>. This option can then be used together with ``bzr commit\n"
10223
"--fixes`` to mark bugs in that tracker as being fixed by that commit. For\n"
10227
#: en/help_topics/bugs.txt:77
10228
msgid " trac_twisted_url = http://www.twistedmatrix.com/trac"
10231
#: en/help_topics/bugs.txt:79
10233
"would allow ``bzr commit --fixes twisted:1234`` to mark Twisted's bug 1234 "
10238
#: en/help_topics/bugs.txt:82
10240
"bugtracker_<tracker>_url\n"
10241
"------------------------"
10244
#: en/help_topics/bugs.txt:85
10246
"If present, the location of a generic bug tracker instance referred to by\n"
10247
"<tracker>. The location must contain an ``{id}`` placeholder,\n"
10248
"which will be replaced by a specific bug ID. This option can then be used\n"
10249
"together with ``bzr commit --fixes`` to mark bugs in that tracker as being\n"
10250
"fixed by that commit. For example::"
10253
#: en/help_topics/bugs.txt:91
10254
msgid " bugtracker_python_url = http://bugs.python.org/issue{id}"
10257
#: en/help_topics/bugs.txt:93
10259
"would allow ``bzr commit --fixes python:1234`` to mark bug 1234 in Python's\n"
10260
"Roundup bug tracker as fixed, or::"
10263
#: en/help_topics/bugs.txt:96
10265
" bugtracker_cpan_url = http://rt.cpan.org/Public/Bug/Display.html?id={id}"
10268
#: en/help_topics/bugs.txt:98
10270
"would allow ``bzr commit --fixes cpan:1234`` to mark bug 1234 in CPAN's\n"
10271
"RT bug tracker as fixed, or::"
10274
#: en/help_topics/bugs.txt:101
10275
msgid " bugtracker_hudson_url = http://issues.hudson-ci.org/browse/{id}"
10278
#: en/help_topics/bugs.txt:103
10280
"would allow ``bzr commit --fixes hudson:HUDSON-1234`` to mark bug "
10282
"in Hudson's JIRA bug tracker as fixed.\n"
10285
#: en/help_topics/configuration.txt:1
10287
"Configuration Settings\n"
10288
"======================="
10291
#: en/help_topics/configuration.txt:4
10293
"Environment settings\n"
10294
"---------------------"
10297
#: en/help_topics/configuration.txt:7
10299
"While most configuration is handled by configuration files, some options\n"
10300
"which may be semi-permanent can also be controlled through the environment."
10303
#: en/help_topics/configuration.txt:10
10309
#: en/help_topics/configuration.txt:13
10310
msgid "Override the email id used by Breezy. Typical format::"
10313
#: en/help_topics/configuration.txt:15
10314
msgid " \"John Doe <jdoe@example.com>\""
10317
#: en/help_topics/configuration.txt:17
10318
msgid "See also the ``email`` configuration option."
10321
#: en/help_topics/configuration.txt:19
10323
"BRZ_PROGRESS_BAR\n"
10327
#: en/help_topics/configuration.txt:22
10329
"Override the progress display. Possible values are \"none\" or \"text\". "
10331
"the value is \"none\" then no progress bar is displayed. The value \"text\" "
10333
"the ordinary command line progress bar."
10336
#: en/help_topics/configuration.txt:26
10338
"BRZ_SIGQUIT_PDB\n"
10342
#: en/help_topics/configuration.txt:29
10343
msgid "Control whether SIGQUIT behaves normally or invokes a breakin debugger."
10346
#: en/help_topics/configuration.txt:31
10348
"* 0 = Standard SIGQUIT behavior (normally, exit with a core dump)\n"
10349
"* 1 = Invoke breakin debugger (default)"
10352
#: en/help_topics/configuration.txt:34
10358
#: en/help_topics/configuration.txt:37
10359
msgid "Override the home directory used by Breezy."
10362
#: en/help_topics/configuration.txt:39
10368
#: en/help_topics/configuration.txt:42
10369
msgid "Select a different SSH implementation."
10372
#: en/help_topics/configuration.txt:44
10378
#: en/help_topics/configuration.txt:47
10379
msgid "Control whether to launch a debugger on error."
10382
#: en/help_topics/configuration.txt:49
10384
"* 0 = Standard behavior\n"
10385
"* 1 = Launch debugger"
10388
#: en/help_topics/configuration.txt:52
10390
"BZR_REMOTE_PATH\n"
10394
#: en/help_topics/configuration.txt:55
10396
"Path to the Bazaar or Breezy executable to use when using the bzr+ssh "
10400
#: en/help_topics/configuration.txt:57
10401
msgid "See also the ``bzr_remote_path`` configuration option."
10404
#: en/help_topics/configuration.txt:59
10410
#: en/help_topics/configuration.txt:62
10411
msgid "Path to the editor Breezy should use for commit messages, etc."
10414
#: en/help_topics/configuration.txt:64
10420
#: en/help_topics/configuration.txt:67
10422
"Location of the Breezy log file. You can check the current location by\n"
10423
"running ``bzr version``."
10426
#: en/help_topics/configuration.txt:70
10428
"The log file contains debug information that is useful for diagnosing or\n"
10429
"reporting problems with Breezy."
10432
#: en/help_topics/configuration.txt:73
10434
"Setting this to ``NUL`` on Windows or ``/dev/null`` on other platforms\n"
10435
"will disable logging."
10438
#: en/help_topics/configuration.txt:76
10441
"BRZ_PLUGIN_PATH\n"
10445
#: en/help_topics/configuration.txt:80
10447
"The path to the plugins directory that Breezy should use.\n"
10448
"If not set, Breezy will search for plugins in:"
10451
#: en/help_topics/configuration.txt:83
10452
msgid "* the user specific plugin directory (containing the ``user`` plugins),"
10455
#: en/help_topics/configuration.txt:85
10456
msgid "* the breezy directory (containing the ``core`` plugins),"
10459
#: en/help_topics/configuration.txt:87
10461
"* the site specific plugin directory if applicable (containing\n"
10462
" the ``site`` plugins)."
10465
#: en/help_topics/configuration.txt:90
10467
"If ``BZR_PLUGIN_PATH`` is set in any fashion, it will change the\n"
10468
"the way the plugin are searched. "
10471
#: en/help_topics/configuration.txt:93
10473
"As for the ``PATH`` variables, if multiple directories are\n"
10474
"specified in ``BZR_PLUGIN_PATH`` they should be separated by the\n"
10475
"platform specific appropriate character (':' on Unix,\n"
10479
#: en/help_topics/configuration.txt:98
10481
"By default if ``BZR_PLUGIN_PATH`` is set, it replaces searching\n"
10482
"in ``user``. However it will continue to search in ``core`` and\n"
10483
"``site`` unless they are explicitly removed."
10486
#: en/help_topics/configuration.txt:102
10488
"If you need to change the order or remove one of these\n"
10489
"directories, you should use special values:"
10492
#: en/help_topics/configuration.txt:105
10494
"* ``-user``, ``-core``, ``-site`` will remove the corresponding\n"
10495
" path from the default values,"
10498
#: en/help_topics/configuration.txt:108
10500
"* ``+user``, ``+core``, ``+site`` will add the corresponding path\n"
10501
" before the remaining default values (and also remove it from\n"
10502
" the default values)."
10505
#: en/help_topics/configuration.txt:112
10507
"Note that the special values 'user', 'core' and 'site' should be\n"
10508
"used literally, they will be substituted by the corresponding,\n"
10509
"platform specific, values."
10512
#: en/help_topics/configuration.txt:116
10514
"The examples below use ':' as the separator, windows users\n"
10518
#: en/help_topics/configuration.txt:119
10519
msgid "Overriding the default user plugin directory::"
10522
#: en/help_topics/configuration.txt:121
10523
msgid " BZR_PLUGIN_PATH='/path/to/my/other/plugins'"
10526
#: en/help_topics/configuration.txt:123
10527
msgid "Disabling the site directory while retaining the user directory::"
10530
#: en/help_topics/configuration.txt:125
10531
msgid " BZR_PLUGIN_PATH='-site:+user'"
10534
#: en/help_topics/configuration.txt:127
10535
msgid "Disabling all plugins (better achieved with --no-plugins)::"
10538
#: en/help_topics/configuration.txt:129
10539
msgid " BZR_PLUGIN_PATH='-user:-core:-site'"
10542
#: en/help_topics/configuration.txt:131
10543
msgid "Overriding the default site plugin directory::"
10546
#: en/help_topics/configuration.txt:133
10547
msgid " BZR_PLUGIN_PATH='/path/to/my/site/plugins:-site':+user"
10550
#: en/help_topics/configuration.txt:135
10552
"BRZ_DISABLE_PLUGINS\n"
10553
"~~~~~~~~~~~~~~~~~~~"
10556
#: en/help_topics/configuration.txt:138
10558
"Under special circumstances (mostly when trying to diagnose a\n"
10559
"bug), it's better to disable a plugin (or several) rather than\n"
10560
"uninstalling them completely. Such plugins can be specified in\n"
10561
"the ``BZR_DISABLE_PLUGINS`` environment variable."
10564
#: en/help_topics/configuration.txt:143
10566
"In that case, ``bzr`` will stop loading the specified plugins and\n"
10567
"will raise an import error if they are explicitly imported (by\n"
10568
"another plugin that depends on them for example)."
10571
#: en/help_topics/configuration.txt:147
10572
msgid "Disabling ``myplugin`` and ``yourplugin`` is achieved by::"
10575
#: en/help_topics/configuration.txt:149
10576
msgid " BZR_DISABLE_PLUGINS='myplugin:yourplugin'"
10579
#: en/help_topics/configuration.txt:151
10585
#: en/help_topics/configuration.txt:154
10587
"When adding a new feature or working on a bug in a plugin,\n"
10588
"developers often need to use a specific version of a given\n"
10589
"plugin. Since python requires that the directory containing the\n"
10590
"code is named like the plugin itself this make it impossible to\n"
10591
"use arbitrary directory names (using a two-level directory scheme\n"
10592
"is inconvenient). ``BZR_PLUGINS_AT`` allows such directories even\n"
10593
"if they don't appear in ``BZR_PLUGIN_PATH`` ."
10596
#: en/help_topics/configuration.txt:162
10598
"Plugins specified in this environment variable takes precedence\n"
10599
"over the ones in ``BZR_PLUGIN_PATH``."
10602
#: en/help_topics/configuration.txt:165
10604
"The variable specified a list of ``plugin_name@plugin path``,\n"
10605
"``plugin_name`` being the name of the plugin as it appears in\n"
10606
"python module paths, ``plugin_path`` being the path to the\n"
10607
"directory containing the plugin code itself\n"
10608
"(i.e. ``plugins/myplugin`` not ``plugins``). Use ':' as the list\n"
10609
"separator, use ';' on windows."
10612
#: en/help_topics/configuration.txt:172
10618
#: en/help_topics/configuration.txt:175
10620
"Using a specific version of ``myplugin``:\n"
10621
"``BZR_PLUGINS_AT='myplugin@/home/me/bugfixes/123456-myplugin``"
10624
#: en/help_topics/configuration.txt:178
10630
#: en/help_topics/configuration.txt:181
10631
msgid "The path where Breezy should look for shell plugin external commands."
10634
#: en/help_topics/configuration.txt:183
10637
"http_proxy, https_proxy\n"
10638
"~~~~~~~~~~~~~~~~~~~~~~~"
10641
#: en/help_topics/configuration.txt:187
10642
msgid "Specifies the network proxy for outgoing connections, for example::"
10645
#: en/help_topics/configuration.txt:189
10647
" http_proxy=http://proxy.example.com:3128/ \n"
10648
" https_proxy=http://proxy.example.com:3128/"
10651
#: en/help_topics/configuration.txt:192
10654
"Configuration files\n"
10655
"-------------------"
10658
#: en/help_topics/configuration.txt:196
10664
#: en/help_topics/configuration.txt:199
10666
"Configuration files are located in ``$HOME/.bazaar`` on Unix and\n"
10667
"``C:\\Documents and Settings\\<username>\\Application Data\\Breezy\\2.0`` "
10669
"Windows. (You can check the location for your system by using\n"
10670
"``bzr version``.)"
10673
#: en/help_topics/configuration.txt:204
10674
msgid "There are three primary configuration files in this location:"
10677
#: en/help_topics/configuration.txt:206
10678
msgid "* ``breezy.conf`` describes default configuration options,"
10681
#: en/help_topics/configuration.txt:208
10683
"* ``locations.conf`` describes configuration information for\n"
10684
" specific branch locations,"
10687
#: en/help_topics/configuration.txt:211
10689
"* ``authentication.conf`` describes credential information for\n"
10693
#: en/help_topics/configuration.txt:214
10695
"Each branch can also contain a configuration file that sets values specific\n"
10696
"to that branch. This file is found at ``.bzr/branch/branch.conf`` within "
10698
"branch. This file is visible to all users of a branch, if you wish to "
10700
"one of the values for a branch with a setting that is specific to you then "
10702
"can do so in ``locations.conf``."
10705
#: en/help_topics/configuration.txt:220
10711
#: en/help_topics/configuration.txt:223
10713
"An ini file has three types of contructs: section headers, section\n"
10714
"options and comments."
10717
#: en/help_topics/configuration.txt:226
10723
#: en/help_topics/configuration.txt:229
10725
"A comment is any line that starts with a \"#\" (sometimes called a \"hash\n"
10726
"mark\", \"pound sign\" or \"number sign\"). Comment lines are ignored by\n"
10727
"Breezy when parsing ini files."
10730
#: en/help_topics/configuration.txt:233
10732
"Section headers\n"
10736
#: en/help_topics/configuration.txt:236
10738
"A section header is a word enclosed in brackets that starts at the begining\n"
10739
"of a line. A typical section header looks like this::"
10742
#: en/help_topics/configuration.txt:239
10746
#: en/help_topics/configuration.txt:241
10748
"The only valid section headers for breezy.conf currently are [DEFAULT] and\n"
10749
"[ALIASES]. Section headers are case sensitive. The default section provides "
10751
"setting options which can be overridden with the branch config file."
10754
#: en/help_topics/configuration.txt:245
10756
"For ``locations.conf``, the options from the section with the\n"
10757
"longest matching section header are used to the exclusion of other\n"
10758
"potentially valid section headers. A section header uses the path for\n"
10759
"the branch as the section header. Some examples include::"
10762
#: en/help_topics/configuration.txt:250
10764
" [http://mybranches.isp.com/~jdoe/branchdir]\n"
10765
" [/home/jdoe/branches/]"
10768
#: en/help_topics/configuration.txt:253
10771
"Section options\n"
10775
#: en/help_topics/configuration.txt:257
10777
"A section option resides within a section. A section option contains an\n"
10778
"option name, an equals sign and a value. For example::"
10781
#: en/help_topics/configuration.txt:260
10783
" email = John Doe <jdoe@isp.com>\n"
10784
" gpg_signing_key = Amy Pond <amy@example.com>"
10787
#: en/help_topics/configuration.txt:263
10789
"A option can reference other options by enclosing them in curly brackets::"
10792
#: en/help_topics/configuration.txt:265
10794
" my_branch_name = feature_x\n"
10795
" my_server = bzr+ssh://example.com\n"
10796
" push_location = {my_server}/project/{my_branch_name}"
10799
#: en/help_topics/configuration.txt:269
10801
"Option policies\n"
10805
#: en/help_topics/configuration.txt:272
10807
"Options defined in a section affect the named directory or URL plus\n"
10808
"any locations they contain. Policies can be used to change how an\n"
10809
"option value is interpreted for contained locations. Currently\n"
10810
"there are three policies available:"
10813
#: en/help_topics/configuration.txt:277
10816
" the value is interpreted the same for contained locations. This is\n"
10817
" the default behaviour.\n"
10819
" the value is only used for the exact location specified by the\n"
10822
" for contained locations, any additional path components are\n"
10823
" appended to the value."
10826
#: en/help_topics/configuration.txt:287
10828
"Policies are specified by keys with names of the form \"<option_name>:policy"
10830
"For example, to define the push location for a tree of branches, the\n"
10831
"following could be used::"
10834
#: en/help_topics/configuration.txt:291
10836
" [/top/location]\n"
10837
" push_location = sftp://example.com/location\n"
10838
" push_location:policy = appendpath"
10841
#: en/help_topics/configuration.txt:295
10843
"With this configuration, the push location for ``/top/location/branch1``\n"
10844
"would be ``sftp://example.com/location/branch1``."
10847
#: en/help_topics/configuration.txt:298
10849
"Section local options\n"
10850
"^^^^^^^^^^^^^^^^^^^^^"
10853
#: en/help_topics/configuration.txt:301
10855
"Some options are defined automatically inside a given section and can be\n"
10856
"refered to in this section only. "
10859
#: en/help_topics/configuration.txt:304
10860
msgid "For example, the ``appendpath`` policy can be used like this::"
10863
#: en/help_topics/configuration.txt:306
10865
" [/home/vila/src/bzr/bugs]\n"
10866
" mypush = lp:~vila/bzr\n"
10867
" mypush:policy=appendpath"
10870
#: en/help_topics/configuration.txt:310
10871
msgid "Using ``relpath`` to achieve the same result is done like this::"
10874
#: en/help_topics/configuration.txt:312
10876
" [/home/vila/src/bzr/bugs]\n"
10877
" mypush = lp:~vila/bzr/{relpath}"
10880
#: en/help_topics/configuration.txt:315
10882
"In both cases, when used in a directory like\n"
10883
"``/home/vila/src/bzr/bugs/832013-expand-in-stack`` we'll get::"
10886
#: en/help_topics/configuration.txt:318 en/help_topics/configuration.txt:329
10888
" $ bzr config mypush\n"
10889
" lp:~vila/bzr/832013-expand-in-stack"
10892
#: en/help_topics/configuration.txt:321
10893
msgid "Another such option is ``basename`` which can be used like this::"
10896
#: en/help_topics/configuration.txt:323
10898
" [/home/vila/src/bzr]\n"
10899
" mypush = lp:~vila/bzr/{basename}"
10902
#: en/help_topics/configuration.txt:326
10904
"When used in a directory like\n"
10905
"``/home/vila/src/bzr/bugs/832013-expand-in-stack`` we'll get::"
10908
#: en/help_topics/configuration.txt:332
10910
"Note that ``basename`` here refers to the base name of ``relpath`` which\n"
10911
"itself is defined as the relative path between the section name and the\n"
10912
"location it matches."
10915
#: en/help_topics/configuration.txt:336
10917
"Another such option is ``branchname``, which refers to the name of a "
10919
"branch. For non-colocated branches, it behaves like basename. It can be "
10924
#: en/help_topics/configuration.txt:340
10926
" [/home/vila/src/bzr/bugs]\n"
10927
" mypush = lp:~vila/bzr/{branchname}"
10930
#: en/help_topics/configuration.txt:343
10932
"When used with a colocated branch named ``832013-expand-in-stack``, we'll "
10936
#: en/help_topics/configuration.txt:345
10938
" bzr config mypush\n"
10939
" lp:~vila/bzr/832013-expand-in-stack"
10942
#: en/help_topics/configuration.txt:348
10944
"When an option is local to a Section, it cannot be referred to from option\n"
10945
"values in any other section from the same ``Store`` nor from any other\n"
10949
#: en/help_topics/configuration.txt:352
10952
"The main configuration file, breezy.conf\n"
10953
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10956
#: en/help_topics/configuration.txt:356
10958
"``breezy.conf`` allows two sections: ``[DEFAULT]`` and ``[ALIASES]``.\n"
10959
"The default section contains the default\n"
10960
"configuration options for all branches. The default section can be\n"
10961
"overriden by providing a branch-specific section in ``locations.conf``."
10964
#: en/help_topics/configuration.txt:361
10965
msgid "A typical ``breezy.conf`` section often looks like the following::"
10968
#: en/help_topics/configuration.txt:363
10971
" email = John Doe <jdoe@isp.com>\n"
10972
" editor = /usr/bin/vim\n"
10973
" create_signatures = when-required"
10976
#: en/help_topics/configuration.txt:368
10979
"The branch location configuration file, locations.conf\n"
10980
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10983
#: en/help_topics/configuration.txt:372
10985
"``locations.conf`` allows one to specify overriding settings for\n"
10986
"a specific branch. The format is almost identical to the default section in\n"
10987
"breezy.conf with one significant change: The section header, instead of "
10989
"default, will be the path to a branch that you wish to override a value\n"
10990
"for. The '?' and '*' wildcards are supported::"
10993
#: en/help_topics/configuration.txt:378
10995
" [/home/jdoe/branches/nethack]\n"
10996
" email = Nethack Admin <nethack@nethack.com>"
10999
#: en/help_topics/configuration.txt:381
11001
" [http://hypothetical.site.com/branches/devel-branch]\n"
11002
" create_signatures = always"
11005
#: en/help_topics/configuration.txt:384
11007
"The authentication configuration file, authentication.conf\n"
11008
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
11011
#: en/help_topics/configuration.txt:387
11013
"``authentication.conf`` allows one to specify credentials for\n"
11014
"remote servers. This can be used for all the supported transports and any "
11016
"of bzr that requires authentication (smtp for example)."
11019
#: en/help_topics/configuration.txt:391
11021
"The syntax of the file obeys the same rules as the others except for the\n"
11022
"option policies which don't apply."
11025
#: en/help_topics/configuration.txt:394
11027
"For more information on the possible uses of the authentication "
11029
"file see :doc:`authentication-help`."
11032
#: en/help_topics/configuration.txt:397
11039
#: en/help_topics/configuration.txt:401
11045
#: en/help_topics/configuration.txt:404
11047
"A comma-separated list of debugging options to turn on. The same values\n"
11048
"can be used as with the -D command-line option (see `help global-options`).\n"
11052
#: en/help_topics/configuration.txt:408
11053
msgid " debug_flags = hpss"
11056
#: en/help_topics/configuration.txt:412
11057
msgid " debug_flags = hpss,evil"
11060
#: en/help_topics/configuration.txt:414
11066
#: en/help_topics/configuration.txt:417
11068
"The email address to use when committing a branch. Typically takes the form\n"
11072
#: en/help_topics/configuration.txt:420
11073
msgid " email = Full Name <account@hostname.tld>"
11076
#: en/help_topics/configuration.txt:422
11082
#: en/help_topics/configuration.txt:425
11084
"The path of the editor that you wish to use if *bzr commit* is run without\n"
11085
"a commit message. This setting is trumped by the environment variable\n"
11086
"``BZR_EDITOR``, and overrides the ``VISUAL`` and ``EDITOR`` environment\n"
11090
#: en/help_topics/configuration.txt:430
11096
#: en/help_topics/configuration.txt:433
11098
"The default log format to use. Standard log formats are ``long``, ``short``\n"
11099
"and ``line``. Additional formats may be provided by plugins. The default\n"
11100
"value is ``long``."
11103
#: en/help_topics/configuration.txt:437
11105
"check_signatures\n"
11109
#: en/help_topics/configuration.txt:440
11111
"Reserved for future use. These options will allow a policy for branches to\n"
11112
"require signatures."
11115
#: en/help_topics/configuration.txt:443
11118
" The gnupg signature for revisions must be present and must be valid."
11121
#: en/help_topics/configuration.txt:446
11124
" Do not check gnupg signatures of revisions."
11127
#: en/help_topics/configuration.txt:449
11129
"check-available\n"
11130
" (default) If gnupg signatures for revisions are present, check them.\n"
11131
" Breezy will fail if it finds a bad signature, but will not fail if\n"
11132
" no signature is present."
11135
#: en/help_topics/configuration.txt:454
11137
"create_signatures\n"
11138
"~~~~~~~~~~~~~~~~~"
11141
#: en/help_topics/configuration.txt:457
11143
"Defines the behaviour of signing revisions on commits. By default bzr will "
11145
"sign new commits."
11148
#: en/help_topics/configuration.txt:460
11151
" Sign every new revision that is committed. If the signing fails then "
11153
" commit will not be made."
11156
#: en/help_topics/configuration.txt:464
11159
" Reserved for future use."
11162
#: en/help_topics/configuration.txt:467
11165
" Reserved for future use."
11168
#: en/help_topics/configuration.txt:470
11170
"In future it is planned that ``when-required`` will sign newly\n"
11171
"committed revisions only when the branch requires them. ``never`` will "
11173
"to sign newly committed revisions, even if the branch requires signatures."
11176
#: en/help_topics/configuration.txt:474
11178
"dirstate.fdatasync\n"
11179
"~~~~~~~~~~~~~~~~~~"
11182
#: en/help_topics/configuration.txt:477
11184
"If true (default), working tree metadata changes are flushed through the\n"
11185
"OS buffers to physical disk. This is somewhat slower, but means data\n"
11186
"should not be lost if the machine crashes. See also repository.fdatasync."
11189
#: en/help_topics/configuration.txt:481
11191
"gpg_signing_key\n"
11195
#: en/help_topics/configuration.txt:484
11197
"The GnuPG user identity to use when signing commits. Can be an e-mail\n"
11198
"address, key fingerprint or full key ID. When unset or when set to\n"
11199
"\"default\" Breezy will use the user e-mail set with ``whoami``."
11202
#: en/help_topics/configuration.txt:488
11208
#: en/help_topics/configuration.txt:491
11210
"Only useful in ``locations.conf``. Defines whether or not the\n"
11211
"configuration for this section applies to subdirectories:"
11214
#: en/help_topics/configuration.txt:494
11217
" (default) This section applies to subdirectories as well."
11220
#: en/help_topics/configuration.txt:497
11223
" This section only applies to the branch at this directory and not\n"
11224
" branches below it."
11227
#: en/help_topics/configuration.txt:501
11229
"bzr_remote_path\n"
11233
#: en/help_topics/configuration.txt:504
11235
"(Default: \"bzr\"). The path to the command that should be used to run the "
11237
"server for bzr. This value may only be specified in locations.conf, because:"
11240
#: en/help_topics/configuration.txt:507
11242
"- it's needed before branch.conf is accessible\n"
11243
"- allowing remote branch.conf files to specify commands would be a security\n"
11247
#: en/help_topics/configuration.txt:511
11248
msgid "It is overridden by the BZR_REMOTE_PATH environment variable."
11251
#: en/help_topics/configuration.txt:513
11257
#: en/help_topics/configuration.txt:516
11259
"(Default: \"localhost\"). SMTP server to use when Breezy needs to send\n"
11260
"email, eg. with ``merge-directive --mail-to``, or the bzr-email plugin."
11263
#: en/help_topics/configuration.txt:519
11265
"smtp_username, smtp_password\n"
11266
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
11269
#: en/help_topics/configuration.txt:522
11271
"User and password to authenticate to the SMTP server. If smtp_username\n"
11272
"is set, and smtp_password is not, Breezy will prompt for a password.\n"
11273
"These settings are only needed if the SMTP server requires authentication\n"
11277
#: en/help_topics/configuration.txt:527
11279
"locks.steal_dead\n"
11283
#: en/help_topics/configuration.txt:530
11285
"By default, bzr will automatically break locks held by processes from\n"
11286
"the same machine and user that are no longer alive. If disabled, it will\n"
11287
"print a message and you can break the lock manually, if you are satisfied\n"
11288
"the object is no longer in use."
11291
#: en/help_topics/configuration.txt:535
11297
#: en/help_topics/configuration.txt:538
11299
"A mail client to use for sending merge requests.\n"
11300
"By default, bzr will try to use ``mapi`` on Windows. On other platforms, "
11302
"will try ``xdg-email``. If either of these fails, it will fall back to\n"
11306
#: en/help_topics/configuration.txt:543
11307
msgid "Supported values for specific clients:"
11310
#: en/help_topics/configuration.txt:545
11312
":claws: Use Claws. This skips a dialog for attaching files.\n"
11313
":evolution: Use Evolution.\n"
11314
":kmail: Use KMail.\n"
11315
":mutt: Use Mutt.\n"
11316
":thunderbird: Use Mozilla Thunderbird or Icedove. For Thunderbird/Icedove "
11318
" this works around some bugs that xdg-email doesn't handle."
11321
#: en/help_topics/configuration.txt:552
11322
msgid "Supported generic values are:"
11325
#: en/help_topics/configuration.txt:554
11327
":default: See above.\n"
11328
":editor: Use your editor to compose the merge request. This also uses\n"
11329
" your commit id, (see ``bzr whoami``), smtp_server and (optionally)\n"
11330
" smtp_username and smtp_password.\n"
11331
":mapi: Use your preferred e-mail client on Windows.\n"
11332
":xdg-email: Use xdg-email to run your preferred mail program"
11335
#: en/help_topics/configuration.txt:561
11337
"repository.fdatasync\n"
11338
"~~~~~~~~~~~~~~~~~~~~"
11341
#: en/help_topics/configuration.txt:564
11343
"If true (default), repository changes are flushed through the OS buffers\n"
11344
"to physical disk. This is somewhat slower, but means data should not be\n"
11345
"lost if the machine crashes. See also dirstate.fdatasync."
11348
#: en/help_topics/configuration.txt:568
11354
#: en/help_topics/configuration.txt:571
11356
"The branch you intend to submit your current work to. This is "
11358
"set by ``bzr send``, and is also used by the ``submit:`` revision spec. "
11360
"should usually be set on a per-branch or per-location basis."
11363
#: en/help_topics/configuration.txt:575
11369
#: en/help_topics/configuration.txt:578
11371
"A publically-accessible version of this branch (implying that this version "
11373
"not publically-accessible). Used (and set) by ``bzr send``."
11376
#: en/help_topics/configuration.txt:581
11378
"suppress_warnings\n"
11379
"~~~~~~~~~~~~~~~~~"
11382
#: en/help_topics/configuration.txt:584
11384
"A list of strings, each string represent a warning that can be emitted by\n"
11385
"bzr. Mentioning a warning in this list tells bzr to not emit it."
11388
#: en/help_topics/configuration.txt:587
11389
msgid "Valid values:"
11392
#: en/help_topics/configuration.txt:589
11394
"* ``format_deprecation``:\n"
11395
" whether the format deprecation warning is shown on repositories that "
11397
" using deprecated formats."
11400
#: en/help_topics/configuration.txt:593
11402
"* ``insecure_permissions``:\n"
11403
" whether a warning is shown if ``authentication.conf`` can be read\n"
11407
#: en/help_topics/configuration.txt:597
11413
#: en/help_topics/configuration.txt:600
11415
"A format name for the default format used when creating branches. See "
11417
"help formats`` for possible values."
11420
#: en/help_topics/configuration.txt:603
11423
"Unicode options\n"
11427
#: en/help_topics/configuration.txt:607
11429
"output_encoding\n"
11433
#: en/help_topics/configuration.txt:610
11435
"A Python unicode encoding name for text output from bzr, such as log\n"
11436
"information. Values include: utf8, cp850, ascii, iso-8859-1. The default\n"
11437
"is the terminal encoding prefered by the operating system."
11440
#: en/help_topics/configuration.txt:614
11443
"Branch type specific options\n"
11444
"----------------------------"
11447
#: en/help_topics/configuration.txt:618
11449
"These options apply only to branches that use the ``dirstate-tags`` or\n"
11450
"later format. They\n"
11451
"are usually set in ``.bzr/branch/branch.conf`` automatically, but may be\n"
11452
"manually set in ``locations.conf`` or ``breezy.conf``."
11455
#: en/help_topics/configuration.txt:623
11457
"append_revisions_only\n"
11458
"~~~~~~~~~~~~~~~~~~~~~"
11461
#: en/help_topics/configuration.txt:626
11463
"If set to \"True\" then revisions can only be appended to the log, not\n"
11464
"removed. A branch with this setting enabled can only pull from another\n"
11465
"branch if the other branch's log is a longer version of its own. This is\n"
11466
"normally set by ``bzr init --append-revisions-only``. If you set it\n"
11467
"manually, use either 'True' or 'False' (case-sensitive) to maintain\n"
11468
"compatibility with previous bzr versions (older than 2.2)."
11471
#: en/help_topics/configuration.txt:633
11473
"parent_location\n"
11477
#: en/help_topics/configuration.txt:636
11479
"If present, the location of the default branch for pull or merge. This "
11481
"is normally set when creating a branch, the first ``pull`` or by ``pull\n"
11485
#: en/help_topics/configuration.txt:640
11491
#: en/help_topics/configuration.txt:643
11493
"If present, the location of the default branch for push. This option\n"
11494
"is normally set by the first ``push`` or ``push --remember``."
11497
#: en/help_topics/configuration.txt:646
11503
#: en/help_topics/configuration.txt:649
11505
"If present, defines the ``--strict`` option default value for checking\n"
11506
"uncommitted changes before pushing."
11509
#: en/help_topics/configuration.txt:652
11515
#: en/help_topics/configuration.txt:655
11517
"The location that commits should go to when acting as a checkout.\n"
11518
"This option is normally set by ``bind``."
11521
#: en/help_topics/configuration.txt:658
11527
#: en/help_topics/configuration.txt:661
11529
"If set to \"True\", the branch should act as a checkout, and push each "
11531
"the bound_location. This option is normally set by ``bind``/``unbind``."
11534
#: en/help_topics/configuration.txt:664
11540
#: en/help_topics/configuration.txt:667
11542
"If present, defines the ``--strict`` option default value for checking\n"
11543
"uncommitted changes before sending a merge directive."
11546
#: en/help_topics/configuration.txt:670
11548
"add.maximum_file_size\n"
11549
"~~~~~~~~~~~~~~~~~~~~~"
11552
#: en/help_topics/configuration.txt:673
11554
"Defines the maximum file size the command line \"add\" operation will allow\n"
11555
"in recursive mode, with files larger than this value being skipped. You "
11557
"specify this value as an integer (in which case it is interpreted as "
11559
"or you may specify the value using SI units, i.e. 10KB, 20MB, 1G. A value of "
11561
"will disable skipping."
11564
#: en/help_topics/configuration.txt:679
11566
"External Merge Tools\n"
11567
"--------------------"
11570
#: en/help_topics/configuration.txt:682
11572
"bzr.mergetool.<name>\n"
11573
"~~~~~~~~~~~~~~~~~~~~"
11576
#: en/help_topics/configuration.txt:685
11578
"Defines an external merge tool called <name> with the given command-line.\n"
11579
"Arguments containing spaces should be quoted using single or double quotes. "
11581
"executable may omit its path if it can be found on the PATH."
11584
#: en/help_topics/configuration.txt:689
11586
"The following markers can be used in the command-line to substitute "
11588
"involved in the merge conflict::"
11591
#: en/help_topics/configuration.txt:692
11593
" {base} file.BASE\n"
11594
" {this} file.THIS\n"
11595
" {other} file.OTHER\n"
11596
" {result} output file\n"
11597
" {this_temp} temp copy of file.THIS, used to overwrite output file if "
11602
#: en/help_topics/configuration.txt:701
11603
msgid " bzr.mergetool.kdiff3 = kdiff3 {base} {this} {other} -o {result}"
11606
#: en/help_topics/configuration.txt:703
11608
"Because ``mergetool`` and ``config`` itself both use curly braces as\n"
11609
"interpolation markers, trying to display the mergetool line results in the\n"
11610
"following problem::"
11613
#: en/help_topics/configuration.txt:707
11616
" $ bzr config bzr.mergetool.kdiff3='kdiff3 {base} {this} {other} -o "
11618
" $ bzr config bzr.mergetool.kdiff3\n"
11619
" bzr: ERROR: Option base is not defined while expanding \"kdiff3 {base} "
11620
"{this} {other} -o {result}\"."
11623
#: en/help_topics/configuration.txt:712
11625
"To avoid this, ``config`` can be instructed not to try expanding variables::"
11628
#: en/help_topics/configuration.txt:714
11630
" $ bzr config --all bzr.mergetool.kdiff3\n"
11632
" bzr.mergetool.kdiff3 = kdiff3 {base} {this} {other} -o {result}"
11635
#: en/help_topics/configuration.txt:718
11638
"bzr.default_mergetool\n"
11639
"~~~~~~~~~~~~~~~~~~~~~"
11642
#: en/help_topics/configuration.txt:722
11644
"Specifies which external merge tool (as defined above) should be selected "
11646
"default in tools such as ``bzr qconflicts``."
11649
#: en/help_topics/configuration.txt:727
11650
msgid " bzr.default_mergetool = kdiff3\n"
11653
#: en/help_topics/conflict-types.txt:1
11659
#: en/help_topics/conflict-types.txt:4
11661
"Some operations, like merge, revert and pull, modify the contents of your\n"
11662
"working tree. These modifications are programmatically generated, and so "
11664
"may conflict with the current state of your working tree. "
11667
#: en/help_topics/conflict-types.txt:8
11669
"When conflicts are present in your working tree (as shown by ``brz\n"
11670
"conflicts``), you should resolve them and then inform brz that the "
11672
"have been resolved."
11675
#: en/help_topics/conflict-types.txt:12
11677
"Resolving conflicts is sometimes not obvious. Either because the user that\n"
11678
"should resolve them is not the one responsible for their occurrence, as is "
11680
"case when merging other people's work or because some conflicts are "
11682
"in a way that is not easy to understand."
11685
#: en/help_topics/conflict-types.txt:17
11687
"Bazaar tries to avoid conflicts ; its aim is to ask you to resolve the\n"
11688
"conflict if and only if there's an actual conceptual conflict in the source\n"
11689
"tree. Because Bazaar doesn't understand the real meaning of the files "
11691
"versioned, it can, when faced with ambiguities, fall short in either "
11693
"trying to resolve the conflict itself. Many kinds of changes can be "
11695
"programmatically, but sometimes only a human can determine the right thing "
11700
#: en/help_topics/conflict-types.txt:25
11702
"When Bazaar generates a conflict, it adds information into the working tree "
11704
"present the conflicting versions, and it's up to you to find the correct\n"
11708
#: en/help_topics/conflict-types.txt:29
11709
msgid "Whatever the conflict is, resolving it is roughly done in two steps:"
11712
#: en/help_topics/conflict-types.txt:31
11714
"1. Modify the working tree content so that the conflicted item is now in "
11716
" state you want to keep, then"
11719
#: en/help_topics/conflict-types.txt:34
11721
"2. Inform Bazaar that the conflict is now solved and ask to cleanup any\n"
11722
" remaining generated information (``brz resolve <item>``)."
11725
#: en/help_topics/conflict-types.txt:37
11727
"For most conflict types, there are some obvious ways to modify the working\n"
11728
"tree and put it into the desired state. For some types of conflicts, Bazaar\n"
11729
"itself already made a choice, when possible."
11732
#: en/help_topics/conflict-types.txt:41
11734
"Yet, whether Bazaar makes a choice or not, there are some other simple but\n"
11735
"different ways to resolve the conflict."
11738
#: en/help_topics/conflict-types.txt:44
11740
"Each type of conflict is explained below, and the action which must be done "
11742
"resolve the conflict is outlined."
11745
#: en/help_topics/conflict-types.txt:47
11747
"Various actions are available depending on the kind of conflict, for some "
11749
"these actions, Bazaar can provide some help. In the end you should at least\n"
11750
"inform Bazaar that you're done with the conflict with::"
11753
#: en/help_topics/conflict-types.txt:51
11754
msgid " ``brz resolve FILE --action=done'"
11757
#: en/help_topics/conflict-types.txt:53
11759
"Note that this is the default action when a single file is involved so you "
11764
#: en/help_topics/conflict-types.txt:56
11765
msgid " ``brz resolve FILE``"
11768
#: en/help_topics/conflict-types.txt:58
11769
msgid "See ``brz help resolve`` for more details."
11772
#: en/help_topics/conflict-types.txt:60
11778
#: en/help_topics/conflict-types.txt:63 en/help_topics/conflict-types.txt:120
11779
#: en/help_topics/conflict-types.txt:151 en/help_topics/conflict-types.txt:175
11780
#: en/help_topics/conflict-types.txt:198 en/help_topics/conflict-types.txt:213
11781
#: en/help_topics/conflict-types.txt:239 en/help_topics/conflict-types.txt:281
11782
#: en/help_topics/conflict-types.txt:303 en/help_topics/conflict-types.txt:339
11783
msgid "Typical message::"
11786
#: en/help_topics/conflict-types.txt:65
11787
msgid " Text conflict in FILE"
11790
#: en/help_topics/conflict-types.txt:67
11792
"These are produced when a text merge cannot completely reconcile two sets "
11794
"text changes. Bazaar will emit files for each version with the extensions\n"
11795
"THIS, OTHER, and BASE. THIS is the version of the file from the target "
11797
"i.e. the tree that you are merging changes into. OTHER is the version that "
11799
"are merging into the target. BASE is an older version that is used as a "
11804
#: en/help_topics/conflict-types.txt:74
11806
"In the main copy of the file, Bazaar will include all the changes that it\n"
11807
"could reconcile, and any un-reconciled conflicts are surrounded by\n"
11808
"\"herringbone\" markers like ``<<<<<<<``."
11811
#: en/help_topics/conflict-types.txt:78
11813
"Say the initial text is \"The project leader released it.\", and THIS "
11815
"to \"Martin Pool released it.\", while OTHER modifies it to \"The project "
11817
"released Bazaar.\" A conflict would look like this::"
11820
#: en/help_topics/conflict-types.txt:82
11823
" Martin Pool released it.\n"
11825
" The project leader released Bazaar.\n"
11826
" >>>>>>> MERGE-SOURCE"
11829
#: en/help_topics/conflict-types.txt:88
11830
msgid "The correct resolution would be \"Martin Pool released Bazaar.\""
11833
#: en/help_topics/conflict-types.txt:90
11835
"You can handle text conflicts either by editing the main copy of the file,\n"
11836
"or by invoking external tools on the THIS, OTHER and BASE versions. It's\n"
11837
"worth mentioning that resolving text conflicts rarely involves picking one\n"
11838
"set of changes over the other (but see below when you encounter these\n"
11839
"cases). More often, the two sets of changes must be intelligently combined."
11842
#: en/help_topics/conflict-types.txt:96
11844
"If you edit the main copy, be sure to remove the herringbone markers. When\n"
11845
"you are done editing, the file should look like it never had a conflict, and "
11850
#: en/help_topics/conflict-types.txt:100
11852
"When you have resolved text conflicts, just run ``brz resolve --auto``, and\n"
11853
"Bazaar will auto-detect which conflicts you have resolved."
11856
#: en/help_topics/conflict-types.txt:103
11858
"When the conflict is resolved, Bazaar deletes the previously generated\n"
11859
"``.BASE``, ``.THIS`` and ``.OTHER`` files if they are still present in the\n"
11863
#: en/help_topics/conflict-types.txt:107
11866
"When you want to pick one set of changes over the other, you can use ``brz\n"
11867
"resolve`` with one of the following actions:"
11870
#: en/help_topics/conflict-types.txt:111
11872
"* ``--action=take-this`` will issue ``mv FILE.THIS FILE``,\n"
11873
"* ``--action=take-other`` will issue ``mv FILE.OTHER FILE``."
11876
#: en/help_topics/conflict-types.txt:114
11878
"Note that if you have modified ``FILE.THIS`` or ``FILE.OTHER``, these\n"
11879
"modifications will be taken into account."
11882
#: en/help_topics/conflict-types.txt:117
11884
"Content conflicts\n"
11885
"-----------------"
11888
#: en/help_topics/conflict-types.txt:122
11889
msgid " Contents conflict in FILE"
11892
#: en/help_topics/conflict-types.txt:124
11894
"This conflict happens when there are conflicting changes in the working "
11896
"and the merge source, but the conflicted items are not text files. They "
11898
"be binary files, or symlinks, or directories. It can even happen with "
11900
"that are deleted on one side, and modified on the other."
11903
#: en/help_topics/conflict-types.txt:129
11905
"Like text conflicts, Bazaar will emit THIS, OTHER and BASE files. (They may "
11907
"regular files, symlinks or directories). But it will not include a \"main "
11909
"of the file with herringbone conflict markers. It will appear that the "
11911
"copy\" has been renamed to THIS or OTHER."
11914
#: en/help_topics/conflict-types.txt:134 en/help_topics/conflict-types.txt:182
11916
"To resolve that kind of conflict, you should rebuild FILE from either "
11918
"or a combination of both."
11921
#: en/help_topics/conflict-types.txt:137 en/help_topics/conflict-types.txt:185
11922
#: en/help_topics/conflict-types.txt:226 en/help_topics/conflict-types.txt:252
11923
#: en/help_topics/conflict-types.txt:291 en/help_topics/conflict-types.txt:326
11924
#: en/help_topics/conflict-types.txt:361
11925
msgid "``brz resolve`` recognizes the following actions:"
11928
#: en/help_topics/conflict-types.txt:139
11930
"* ``--action=take-this`` will issue ``brz mv FILE.THIS FILE``,\n"
11931
"* ``--action=take-other`` will issue ``brz mv FILE.OTHER FILE``,\n"
11932
"* ``--action=done`` will just mark the conflict as resolved."
11935
#: en/help_topics/conflict-types.txt:143
11937
"Any action will also delete the previously generated ``.BASE``, ``.THIS`` "
11939
"``.OTHER`` files if they are still present in the working tree."
11942
#: en/help_topics/conflict-types.txt:146 en/help_topics/conflict-types.txt:193
11943
#: en/help_topics/conflict-types.txt:234 en/help_topics/conflict-types.txt:276
11944
#: en/help_topics/conflict-types.txt:298 en/help_topics/conflict-types.txt:334
11945
#: en/help_topics/conflict-types.txt:369
11947
"Bazaar cannot auto-detect when conflicts of this kind have been resolved."
11950
#: en/help_topics/conflict-types.txt:148
11956
#: en/help_topics/conflict-types.txt:153
11958
" Conflicting tags:\n"
11962
#: en/help_topics/conflict-types.txt:156
11964
"When pulling from or pushing to another branch, Bazaar informs you about "
11966
"that conflict between the two branches; that is the same tag points to two\n"
11967
"different revisions. You need not resolve these conflicts, but subsequent\n"
11968
"uses of pull or push will result in the same message."
11971
#: en/help_topics/conflict-types.txt:161
11973
"To resolve the conflict, you must apply the correct tags to either the "
11975
"branch or the source branch as appropriate. Use \"brz tags --show-ids -d\n"
11976
"SOURCE_URL\" to see the tags in the source branch. If you want to make the\n"
11977
"target branch's tags match the source branch, then in the target branch do\n"
11978
"``brz tag --force -r revid:REVISION_ID CONFLICTING_TAG`` for each of the\n"
11979
"CONFLICTING_TAGs, where REVISION_ID comes from the list of tags in the "
11981
"branch. You need not call \"brz resolve\" after doing this. To resolve in\n"
11982
"favor of the target branch, you need to similarly use ``tag --force`` in "
11984
"source branch. (Note that pulling or pushing using --overwrite will "
11986
"all tags as well.)"
11989
#: en/help_topics/conflict-types.txt:172
11991
"Duplicate paths\n"
11995
#: en/help_topics/conflict-types.txt:177
11996
msgid " Conflict adding file FILE. Moved existing file to FILE.moved."
11999
#: en/help_topics/conflict-types.txt:179
12001
"Sometimes Bazaar will attempt to create a file using a pathname that has\n"
12002
"already been used. The existing file will be renamed to \"FILE.moved\". "
12005
#: en/help_topics/conflict-types.txt:187
12007
"* ``--action=take-this`` will issue ``brz rm FILE ; brz mv FILE.moved "
12009
"* ``--action=take-other`` will issue ``brz rm FILE.moved``,\n"
12010
"* ``--action=done`` will just mark the conflict as resolved."
12013
#: en/help_topics/conflict-types.txt:191
12015
"Note that you must get rid of FILE.moved before using ``--action=done``."
12018
#: en/help_topics/conflict-types.txt:195
12020
"Unversioned parent\n"
12021
"------------------"
12024
#: en/help_topics/conflict-types.txt:200
12025
msgid " Conflict because FILE is not versioned, but has versioned children."
12028
#: en/help_topics/conflict-types.txt:202
12030
"Sometimes Bazaar will attempt to create a file whose parent directory is "
12032
"versioned. This happens when the directory has been deleted in the target,\n"
12033
"but has a new child in the source, or vice versa. In this situation, "
12035
"will version the parent directory as well. Resolving this issue depends\n"
12036
"very much on the particular scenario. You may wish to rename or delete "
12038
"the file or the directory. When you are satisfied, you can run \"brz "
12040
"FILE\" to mark the conflict as resolved."
12043
#: en/help_topics/conflict-types.txt:210
12049
#: en/help_topics/conflict-types.txt:215
12050
msgid " Conflict adding files to FILE. Created directory."
12053
#: en/help_topics/conflict-types.txt:217
12055
"This happens when a directory has been deleted in the target, but has new\n"
12056
"children in the source. This is similar to the \"unversioned parent\" "
12058
"except that the parent directory does not *exist*, instead of just being\n"
12059
"unversioned. In this situation, Bazaar will create the missing parent.\n"
12060
"Resolving this issue depends very much on the particular scenario."
12063
#: en/help_topics/conflict-types.txt:223 en/help_topics/conflict-types.txt:249
12065
"To resolve that kind of conflict, you should either remove or rename the\n"
12066
"children or the directory or a combination of both."
12069
#: en/help_topics/conflict-types.txt:228
12071
"* ``--action=take-this`` will issue ``brz rm directory`` including the\n"
12073
"* ``--action=take-other`` will acknowledge Bazaar choice to keep the "
12075
" and restoring the directory,\n"
12076
"* ``--action=done`` will just mark the conflict as resolved."
12079
#: en/help_topics/conflict-types.txt:236
12081
"Deleting parent\n"
12085
#: en/help_topics/conflict-types.txt:241
12086
msgid " Conflict: can't delete DIR because it is not empty. Not deleting."
12089
#: en/help_topics/conflict-types.txt:243
12091
"This is the opposite of \"missing parent\". A directory is deleted in the\n"
12092
"source, but has new children in the target (either because a directory\n"
12093
"deletion is merged or because the merge introduce new children). Bazaar\n"
12094
"will retain the directory. Resolving this issue depends very much on the\n"
12095
"particular scenario."
12098
#: en/help_topics/conflict-types.txt:254
12100
"* ``--action=take-this`` will acknowledge Bazaar choice to keep the "
12104
#: en/help_topics/conflict-types.txt:256
12106
"* ``--action=take-other`` will issue ``brz rm directory`` including the \n"
12110
#: en/help_topics/conflict-types.txt:259
12111
msgid "* ``--action=done`` will just mark the conflict as resolved."
12114
#: en/help_topics/conflict-types.txt:261
12116
"Note that when merging a directory deletion, if unversioned files are\n"
12117
"present, they become potential orphans has they don't have a directory\n"
12121
#: en/help_topics/conflict-types.txt:265
12123
"Handling such orphans, *before* the conflict is created, is controlled by\n"
12124
"setting the ``brz.transform.orphan_policy`` configuration option."
12127
#: en/help_topics/conflict-types.txt:268
12128
msgid "There are two possible values for this option:"
12131
#: en/help_topics/conflict-types.txt:270
12133
"* ``conflict`` (the default): will leave the orphans in place and\n"
12134
" generate a conflicts,"
12137
#: en/help_topics/conflict-types.txt:273
12139
"* ``move``: will move the orphans to a ``brz-orphans`` directory at the "
12141
" of the working tree with names like ``<file>.~#~``."
12144
#: en/help_topics/conflict-types.txt:278
12150
#: en/help_topics/conflict-types.txt:283
12151
msgid " Path conflict: PATH1 / PATH2"
12154
#: en/help_topics/conflict-types.txt:285
12156
"This happens when the source and target have each modified the name or "
12158
"directory of a file. Bazaar will use the path elements from the source."
12161
#: en/help_topics/conflict-types.txt:288
12163
"To resolve that kind of conflict, you just have to decide what name should "
12165
"retained for the file involved."
12168
#: en/help_topics/conflict-types.txt:293
12170
"* ``--action=take-this`` will revert Bazaar choice and keep ``PATH1`` by\n"
12171
" issuing ``brz mv PATH2 PATH1``,\n"
12172
"* ``--action=take-other`` will acknowledge Bazaar choice of keeping "
12174
"* ``--action=done`` will just mark the conflict as resolved."
12177
#: en/help_topics/conflict-types.txt:300
12183
#: en/help_topics/conflict-types.txt:305
12184
msgid " Conflict moving FILE into DIRECTORY. Cancelled move."
12187
#: en/help_topics/conflict-types.txt:307
12189
"This happens when the source and the target have each moved directories, so\n"
12190
"that, if the change could be applied, a directory would be contained by "
12195
#: en/help_topics/conflict-types.txt:311
12198
" $ brz mkdir white\n"
12199
" $ brz mkdir black\n"
12200
" $ brz commit -m \"BASE\"\n"
12201
" $ brz branch . ../other\n"
12202
" $ brz mv white black\n"
12203
" $ brz commit -m \"THIS\"\n"
12204
" $ brz mv ../other/black ../other/white\n"
12205
" $ brz commit ../other -m \"OTHER\"\n"
12206
" $ brz merge ../other"
12209
#: en/help_topics/conflict-types.txt:322
12211
"In this situation, Bazaar will cancel the move, and leave ``white`` in\n"
12212
"``black``. To resolve that kind of conflict, you just have to decide what\n"
12213
"name should be retained for the directories involved."
12216
#: en/help_topics/conflict-types.txt:328
12218
"* ``--action=take-this`` will acknowledge Bazaar choice of leaving "
12221
"* ``--action=take-other`` will revert Bazaar choice and move ``black`` in\n"
12222
" ``white`` by issuing ``brz mv black/white white ; brz mv black white``,\n"
12223
"* ``--action=done`` will just mark the conflict as resolved."
12226
#: en/help_topics/conflict-types.txt:336
12228
"Non-directory parent\n"
12229
"--------------------"
12232
#: en/help_topics/conflict-types.txt:341
12234
" Conflict: foo.new is not a directory, but has files in it.\n"
12235
" Created directory."
12238
#: en/help_topics/conflict-types.txt:344
12240
"This happens when one side has added files to a directory, and the other "
12242
"has changed the directory into a file or symlink. For example::"
12245
#: en/help_topics/conflict-types.txt:347
12248
" $ brz mkdir foo\n"
12249
" $ brz commit -m \"BASE\"\n"
12250
" $ brz branch . ../other\n"
12253
" $ brz commit -m \"THIS\"\n"
12254
" $ brz mkdir ../other/foo/bar\n"
12255
" $ brz commit ../other -m \"OTHER\"\n"
12256
" $ brz merge ../other"
12259
#: en/help_topics/conflict-types.txt:358
12261
"To resolve that kind of conflict, you have to decide what name should be\n"
12262
"retained for the file, directory or symlink involved."
12265
#: en/help_topics/conflict-types.txt:363
12267
"* ``--action=take-this`` will issue ``brz rm --force foo.new`` and \n"
12268
" ``brz add foo``,\n"
12269
"* ``--action=take-other`` will issue ``brz rm --force foo`` and \n"
12270
" ``brz mv foo.new foo``,\n"
12271
"* ``--action=done`` will just mark the conflict as resolved."
12274
#: en/help_topics/conflict-types.txt:371
12276
"MalformedTransform\n"
12277
"------------------"
12280
#: en/help_topics/conflict-types.txt:374
12282
"It is possible (though very rare) for Bazaar to raise a MalformedTransform\n"
12283
"exception. This means that Bazaar encountered a filesystem conflict that it "
12285
"unable to resolve. This usually indicates a bug. Please let us know if "
12287
"encounter this. Our bug tracker is at https://launchpad.net/bzr/+bugs\n"
12290
#: en/help_topics/content-filters.txt:1
12292
"Content Filters\n"
12296
#: en/help_topics/content-filters.txt:4
12298
"Content formats\n"
12302
#: en/help_topics/content-filters.txt:7
12304
"Bazaar's content filtering allows you to store files in a different\n"
12305
"format from the copy in your working tree. This lets you, or your\n"
12306
"co-developers, use Windows development tools that expect CRLF files\n"
12307
"on projects that use other line-ending conventions. Among other things,\n"
12308
"content filters also let Unix developers more easily work on projects\n"
12309
"using Windows line-ending conventions, keyword expansion/compression,\n"
12310
"and trailing spaces on lines in text files to be implicitly stripped\n"
12314
#: en/help_topics/content-filters.txt:16
12315
msgid "To generalize, there are two content formats supported by Bazaar:"
12318
#: en/help_topics/content-filters.txt:18
12320
"* a canonical format - how files are stored internally\n"
12321
"* a convenience format - how files are created in a working tree."
12324
#: en/help_topics/content-filters.txt:21
12327
"Format conversion\n"
12328
"-----------------"
12331
#: en/help_topics/content-filters.txt:25
12333
"The conversion between these formats is done by content filters.\n"
12334
"A content filter has two parts:"
12337
#: en/help_topics/content-filters.txt:28
12339
"* a read converter - converts from convenience to canonical format\n"
12340
"* a write converter - converts from canonical to convenience format."
12343
#: en/help_topics/content-filters.txt:31
12345
"Many of these converters will provide *round-trip* conversion,\n"
12346
"i.e. applying the read converter followed by the write converter\n"
12347
"gives back the original content. However, others may provide an\n"
12348
"asymmetric conversion. For example, a read converter might strip\n"
12349
"trailing whitespace off lines in source code while the matching\n"
12350
"write converter might pass content through unchanged."
12353
#: en/help_topics/content-filters.txt:38
12356
"Enabling content filters\n"
12357
"------------------------"
12360
#: en/help_topics/content-filters.txt:42
12362
"Content filters are typically provided by plugins, so the first step\n"
12363
"in using them is to install the relevant plugins and read their\n"
12364
"documentation. Some plugins may be very specific about which files\n"
12365
"they filter, e.g. only files ending in ``.java`` or ``.php``.\n"
12366
"In other cases, the plugin may leave it in the user's hands to\n"
12367
"define which files are to be filtered. This is typically done\n"
12368
"using rule-based preferences. See ``brz help rules`` for general\n"
12369
"information about defining these."
12372
#: en/help_topics/content-filters.txt:51
12375
"Impact on commands\n"
12376
"------------------"
12379
#: en/help_topics/content-filters.txt:55
12381
"Read converters are only applied to commands that read content from\n"
12382
"a working tree, e.g. status, diff and commit. For example, ``brz diff``\n"
12383
"will apply read converters to files in the working tree, then compare\n"
12384
"the results to the content last committed."
12387
#: en/help_topics/content-filters.txt:60
12389
"Write converters are only applied by commands that **create files in a\n"
12390
"working tree**, e.g. branch, checkout, update. If you wish to see the\n"
12391
"canonical format of a file or tree, use ``brz cat`` or ``brz export``\n"
12395
#: en/help_topics/content-filters.txt:65
12397
"Note: ``brz commit`` does not implicitly apply write converters after\n"
12398
"comitting files. If this makes sense for a given plugin providing\n"
12399
"a content filter, the plugin can usually achieve this effect by using a\n"
12400
"``start_commit`` or ``post_commit`` hook say. See :doc:`hooks-help`\n"
12401
"for more information on hooks."
12404
#: en/help_topics/content-filters.txt:71
12407
"Refreshing your working tree\n"
12408
"----------------------------"
12411
#: en/help_topics/content-filters.txt:75
12413
"For performance reasons, Bazaar caches the timestamps of files in\n"
12414
"a working tree, and assumes files are unchanged if their timestamps\n"
12415
"match the cached values. As a consequence, there are times when\n"
12416
"you may need to explicitly ask for content filtering to be reapplied\n"
12417
"in one or both directions, e.g. after installing or reconfiguring\n"
12418
"plugins providing it."
12421
#: en/help_topics/content-filters.txt:82
12422
msgid "Here are some general guidelines for doing this:"
12425
#: en/help_topics/content-filters.txt:84
12427
" * To reapply read converters, ``touch`` files, i.e. update their\n"
12428
" timestamp. Operations like ``brz status`` should then reapply the\n"
12429
" relevant read converters and compare the end result with the\n"
12430
" canonical format."
12433
#: en/help_topics/content-filters.txt:89
12435
" * To reapply write converters, ensure there are no local changes,\n"
12436
" delete the relevant files and run ``brz revert`` on those files."
12439
#: en/help_topics/content-filters.txt:92
12441
"Note: In the future, it is likely that additional options will be added\n"
12442
"to commands to make this refreshing process faster and safer.\n"
12445
#: en/help_topics/current-formats.txt:1
12446
msgid "Current Storage Formats"
12449
#: en/help_topics/current-formats.txt:3
12452
" (native) (default) Format for the bzr 2.0 series."
12455
#: en/help_topics/current-formats.txt:6
12461
#: en/help_topics/current-formats.txt:9
12464
" Bare GIT repository (no working tree)."
12467
#: en/help_topics/current-formats.txt:12 en/help_topics/other-formats.txt:8
12470
"See :doc:`formats-help` for more about storage formats."
12473
#: en/help_topics/debug-flags.txt:1
12479
#: en/help_topics/debug-flags.txt:4
12481
"These flags can be passed on the brz command line or (without the ``-D``\n"
12482
"prefix) put in the ``debug_flags`` variable in ``breezy.conf``."
12485
#: en/help_topics/debug-flags.txt:7
12487
"-Dauth Trace authentication sections used.\n"
12488
"-Dbytes Print out how many bytes were transferred\n"
12489
"-Ddirstate Trace dirstate activity (verbose!)\n"
12490
"-Derror Instead of normal error handling, always print a "
12493
"-Devil Capture call sites that do expensive or badly-scaling\n"
12495
"-Dfetch Trace history copying between repositories.\n"
12496
"-Dfilters Emit information for debugging content filtering.\n"
12497
"-Dforceinvdeltas Force use of inventory deltas during generic streaming "
12499
"-Dgraph Trace graph traversal.\n"
12500
"-Dhashcache Log every time a working file is read to determine its "
12502
"-Dhooks Trace hook execution.\n"
12503
"-Dhpss Trace smart protocol requests and responses.\n"
12504
"-Dhpssdetail More hpss details.\n"
12505
"-Dhpssvfs Traceback on vfs access to Remote objects.\n"
12506
"-Dhttp Trace http connections, requests and responses.\n"
12507
"-Dindex Trace major index operations.\n"
12508
"-Dknit Trace knit operations.\n"
12509
"-Dlock Trace when lockdir locks are taken or released.\n"
12510
"-Dnoretry If a connection is reset, fail immediately rather than\n"
12511
" retrying the request.\n"
12512
"-Dprogress Trace progress bar operations.\n"
12513
"-Dmem_dump Dump memory to a file upon an out of memory error.\n"
12514
"-Dmerge Emit information for debugging merges.\n"
12515
"-Dno_apport Don't use apport to report crashes.\n"
12516
"-Dno_activity \t Don't show transport activity indicator in progress bar.\n"
12517
"-Dpack Emit information about pack operations.\n"
12518
"-Drelock Emit a message every time a branch or repository object "
12520
" unlocked then relocked the same way.\n"
12521
"-Dsftp Trace SFTP internals.\n"
12522
"-Dstatic_tuple Error when a tuple is used where a StaticTuple is "
12524
"-Dstream Trace fetch streams.\n"
12525
"-Dstrict_locks Trace when OS locks are potentially used in a non-"
12528
"-Dunlock Some errors during unlock are treated as warnings.\n"
12529
"-DIDS_never Never use InterDifferingSerializer when fetching.\n"
12530
"-DIDS_always Always use InterDifferingSerializer to fetch if "
12532
" for the format, even for non-local fetches.\n"
12535
#: en/help_topics/diverged-branches.txt:1
12537
"Diverged Branches\n"
12538
"================="
12541
#: en/help_topics/diverged-branches.txt:4
12543
"When Bazaar tries to push one branch onto another, it requires that the\n"
12544
"destination branch must be ready to receive the source branch. If this "
12546
"the case, then we say that the branches have ``diverged``. Branches are\n"
12547
"considered diverged if the destination branch's most recent commit is one "
12549
"has not been merged (directly or indirectly) by the source branch. To "
12551
"from diverged branches, one must merge the missing revisions into the "
12556
#: en/help_topics/diverged-branches.txt:12
12558
"This situation commonly arises when using a centralized workflow with local\n"
12559
"commits. If someone else has committed new work to the mainline since your\n"
12560
"last pull and you have local commits that have not yet been pushed to the\n"
12561
"mainline, then your local branch and the mainline have diverged."
12564
#: en/help_topics/diverged-branches.txt:17
12566
"Discovering What Has Diverged\n"
12567
"-----------------------------"
12570
#: en/help_topics/diverged-branches.txt:20
12572
"The ``brz missing`` command is used to find out what revisions are in "
12574
"branch that are not present in the current branch, and vice-versa. It shows "
12576
"summary of which extra revisions exist in each branch. If you want to see "
12578
"precise effects of those revisions, you can use ``brz diff --"
12579
"old=other_branch``\n"
12580
"to show the differences between other_branch and your current branch."
12583
#: en/help_topics/diverged-branches.txt:26
12589
#: en/help_topics/diverged-branches.txt:29
12591
"The solution is to merge the revisions from the mainline into your local\n"
12592
"branch. To do so, use ``brz merge`` to get the new revisions from the\n"
12593
"mainline. This merge may result in conflicts if the other developer's "
12595
"overlap with your changes. These conflicts should be resolved before\n"
12596
"continuing. After any conflicts have been resolved, or even if there were "
12598
"conflicts, Bazaar requires that you explicitly commit these new revisions\n"
12599
"to your local branch. This requirement gives you an opportunity to test "
12601
"resulting working tree for correctness, since the merged revisions could "
12603
"made arbitrary changes. After testing, you should commit the merge using\n"
12604
"``brz commit``. This clears up the diverged branches situation. Your "
12606
"branch can now be pushed to the mainline.\n"
12609
#: en/help_topics/env-variables.txt:1
12610
msgid "Environment Variables"
12613
#: en/help_topics/env-variables.txt:3
12614
msgid "See brz help configuration for more details."
12617
#: en/help_topics/env-variables.txt:5
12619
"=================== "
12620
"===========================================================\n"
12621
"BRZPATH Path where brz is to look for shell plugin external\n"
12623
"BRZ_EMAIL E-Mail address of the user. Overrides EMAIL.\n"
12624
"EMAIL E-Mail address of the user.\n"
12625
"BRZ_EDITOR Editor for editing commit messages. Overrides EDITOR.\n"
12626
"EDITOR Editor for editing commit messages.\n"
12627
"BRZ_PLUGIN_PATH Paths where brz should look for plugins.\n"
12628
"BRZ_DISABLE_PLUGINS Plugins that brz should not load.\n"
12629
"BRZ_PLUGINS_AT Plugins to load from a directory not in "
12630
"BRZ_PLUGIN_PATH.\n"
12631
"BRZ_HOME Directory holding breezy config dir. Overrides HOME.\n"
12632
"BRZ_HOME (Win32) Directory holding breezy config dir. Overrides APPDATA "
12635
"BZR_REMOTE_PATH Full name of remote 'brz' command (for brz+ssh:// "
12637
"BRZ_SSH Path to SSH client, or one of paramiko, openssh, "
12640
"BRZ_LOG Location of brz.log (use '/dev/null' to suppress log).\n"
12641
"BRZ_LOG (Win32) Location of brz.log (use 'NUL' to suppress log).\n"
12642
"BRZ_COLUMNS Override implicit terminal width.\n"
12643
"BRZ_CONCURRENCY Number of processes that can be run concurrently "
12645
"BRZ_PROGRESS_BAR Override the progress display. Values are 'none' or "
12647
"BRZ_PDB Control whether to launch a debugger on error.\n"
12648
"BRZ_SIGQUIT_PDB Control whether SIGQUIT behaves normally or invokes a\n"
12649
" breakin debugger.\n"
12650
"BRZ_TEXTUI_INPUT Force console input mode for prompts to line-based "
12652
" of char-based).\n"
12653
"=================== "
12654
"===========================================================\n"
12657
#: en/help_topics/eol.txt:1
12659
"End of Line Conversion\n"
12660
"======================"
12663
#: en/help_topics/eol.txt:4
12665
"EOL conversion is provided as a content filter where Bazaar internally\n"
12666
"stores a canonical format but outputs a convenience format. See\n"
12667
"``brz help content-filters`` for general information about using these."
12670
#: en/help_topics/eol.txt:8
12672
"Note: Content filtering is only supported in recently added formats,\n"
12673
"e.g. 1.14. Be sure that both the repository *and* the branch are\n"
12674
"in a recent format. (Just setting the format on the repository\n"
12675
"is not enough.) If content filtering does not appear to be working, use\n"
12676
"'brz info -v' to confirm that the branch is using \"Working tree format 5\"\n"
12680
#: en/help_topics/eol.txt:15
12682
"EOL conversion needs to be enabled for selected file patterns using\n"
12683
"rules. See ``brz help rules`` for general information on defining rules.\n"
12684
"Currently, rules are only supported in $brz_HOME/.bazaar/rules (or\n"
12685
"%brz_HOME%/bazaar/2.0/rules on Windows). Branch specific rules will be\n"
12686
"supported in a future verison of Bazaar."
12689
#: en/help_topics/eol.txt:21
12691
"To configure which files to filter, set ``eol`` to one of the values below.\n"
12692
"(If a value is not set, ``exact`` is the default.)"
12695
#: en/help_topics/eol.txt:24
12697
" ========== ===================================== ======================\n"
12698
" Value Checkout end-of-lines as Commit end-of-lines as\n"
12699
" ========== ===================================== ======================\n"
12700
" ``native`` ``crlf`` on Windows, ``lf`` otherwise ``lf``\n"
12701
" ---------- ------------------------------------- ----------------------\n"
12702
" ``lf`` ``lf`` ``lf``\n"
12703
" ---------- ------------------------------------- ----------------------\n"
12704
" ``crlf`` ``crlf`` ``lf``\n"
12705
" ---------- ------------------------------------- ----------------------\n"
12706
" ``exact`` No conversion Exactly as in file\n"
12707
" ========== ===================================== ======================"
12710
#: en/help_topics/eol.txt:36
12712
"Note: For safety reasons, no conversion is applied to any file where a null\n"
12713
"byte is detected in the file."
12716
#: en/help_topics/eol.txt:39
12718
"For users working on a cross-platform project, here is a suggested rule\n"
12719
"to use as a starting point::"
12722
#: en/help_topics/eol.txt:42 en/help_topics/eol.txt:52
12723
#: en/help_topics/eol.txt:67 en/help_topics/eol.txt:82
12729
#: en/help_topics/eol.txt:45
12731
"If you have binary files that do not contain a null byte though, be\n"
12732
"sure to add ``eol = exact`` rules for those as well. You can do this\n"
12733
"by giving more explicit patterns earlier in the rules file. For example::"
12736
#: en/help_topics/eol.txt:49
12742
#: en/help_topics/eol.txt:55
12744
"If your working tree is on a network drive shared by users on different\n"
12745
"operating systems, you typically want to force certain conventions for\n"
12746
"certain files. In that way, if a file is created with the wrong line\n"
12747
"endings or line endings get mixed during editing, it gets committed\n"
12748
"correctly and gets checked out correctly. For example::"
12751
#: en/help_topics/eol.txt:61
12757
#: en/help_topics/eol.txt:64
12763
#: en/help_topics/eol.txt:70
12765
"If you take the care to create files with their required endings, you can\n"
12766
"achieve *almost* the same thing by using ``eol = exact``. It is slightly\n"
12767
"safer to use ``lf`` and ``crlf`` though because edits accidentally\n"
12768
"introducing mixed line endings will be corrected during commit for files\n"
12769
"with those settings."
12772
#: en/help_topics/eol.txt:76
12774
"If you have sample test data that deliberately has text files with mixed\n"
12775
"newline conventions, you can ask for those to be left alone like this::"
12778
#: en/help_topics/eol.txt:79
12780
" [name test_data/]\n"
12784
#: en/help_topics/eol.txt:85
12786
"Note that ``exact`` does not imply the file is binary but it does mean\n"
12787
"that no conversion of end-of-lines will be done. (Bazaar currently relies\n"
12788
"of content analysis to detect binary files for commands like ``diff``.\n"
12789
"In the future, a ``binary = true`` rule may be added but it is not\n"
12793
#: en/help_topics/eol.txt:91
12795
"If you have an existing repository with text files already stored using\n"
12796
"Windows newline conventions (``crlf``), then you may want to keep using "
12798
"convention in the repository. Forcing certain files to this convention\n"
12799
"may also help users who do not have rules configured. To do this, set\n"
12800
"``eol`` to one of the values below."
12803
#: en/help_topics/eol.txt:97
12805
" ============================ ======================== "
12806
"======================\n"
12807
" Value Checkout end-of-lines as Commit end-of-lines "
12809
" ============================ ======================== "
12810
"======================\n"
12811
" ``native-with-crlf-in-repo`` ``crlf`` on Windows, ``crlf``\n"
12812
" ``lf`` otherwise\n"
12813
" ---------------------------- ------------------------ "
12814
"----------------------\n"
12815
" ``lf-with-crlf-in-repo`` ``lf`` ``crlf``\n"
12816
" ---------------------------- ------------------------ "
12817
"----------------------\n"
12818
" ``crlf-with-crlf-in-repo`` ``crlf`` ``crlf``\n"
12819
" ============================ ======================== ======================"
12822
#: en/help_topics/eol.txt:108
12824
"For users working on an existing project that uses Windows newline\n"
12825
"conventions in their Bazaar repository, this rule is suggested as a\n"
12829
#: en/help_topics/eol.txt:112
12832
" eol = native-with-crlf-in-repo"
12835
#: en/help_topics/eol.txt:115
12837
"For new projects, it is recommended that end-of-lines be stored as ``lf``\n"
12838
"and that users stick to the basic settings, i.e. ``native``, ``lf``,\n"
12839
"``crlf`` and ``exact``."
12842
#: en/help_topics/eol.txt:119
12844
"Note: Bazaar's EOL conversion will convert the content of files but\n"
12845
"never reject files because a given line ending or mixed line endings\n"
12846
"are found. A precommit hook should be used if you wish to validate\n"
12847
"(and not just convert) content before committing.\n"
12850
#: en/help_topics/glossary.txt:1
12856
#: en/help_topics/glossary.txt:4
12857
msgid ".. glossary::"
12860
#: en/help_topics/glossary.txt:6
12863
" An ancestor is one of any of the revisions that this revision is based "
12865
" The immediately prior revision has a special name, the\n"
12866
" :term:`parent revision`."
12869
#: en/help_topics/glossary.txt:11
12871
" ancestral parent\n"
12872
" Any branch that has been merged by another branch and then committed\n"
12873
" becomes that branches ancestral parent."
12876
#: en/help_topics/glossary.txt:15
12879
" a line of development. In the simplest of terms, a branch is the record "
12881
" all the commits that have been done. Every :term:`working tree` has a\n"
12882
" branch, but it may be in a different location. The actual revisions\n"
12883
" produced by the commits are stored in a repository, which is sometimes\n"
12884
" shared with other\n"
12888
#: en/help_topics/glossary.txt:23
12890
" A frequent activity done by users within the working tree of a branch is "
12892
" merge another branch. In this way users can share changes between two\n"
12893
" branches -- even if the branch is run by someone else."
12896
#: en/help_topics/glossary.txt:27
12898
" Bazaar's default behavior is to put the repository, branch, and working\n"
12899
" tree all in the same place. This combination is called a standalone "
12901
" If there is no tree, it is called a :term:`standalone branch`. If the\n"
12902
" repository is shared with other branches, it is called a repository "
12904
" A working tree in a different location from its branch is called a\n"
12908
#: en/help_topics/glossary.txt:34
12911
" A bound branch is a branch that does not commit a new revision until "
12913
" the revision has been applied to another branch and first."
12916
#: en/help_topics/glossary.txt:38
12917
msgid " A bound branch is a part of a :term:`heavyweight checkout`."
12920
#: en/help_topics/glossary.txt:40
12923
" A cherrypick is an operation in which the delta between two revisions "
12925
" applied to a working tree. The process is roughly similiar to generating "
12927
" diff between two revisions and applying it to a working tree."
12930
#: en/help_topics/glossary.txt:45
12932
" A cherrypick is a merge in which a range of revisions are selected and\n"
12933
" merged into a working tree . Performing a limited merge is different "
12935
" normal merge because normal merges imply all missing revisions should "
12937
" merged. One of the results of cherrypicking is the creation of "
12939
" ancestors, which are revisons that are missing one or more of their\n"
12943
#: en/help_topics/glossary.txt:52
12945
" A cherrypick in Bazaar is a bit more advanced than the cherrypick with "
12947
" other revision control systems, in that a three way merge is performed\n"
12948
" rather than a strict delta between revisions."
12951
#: en/help_topics/glossary.txt:56
12953
" The downside to cherrypicking is that Bazaar does not track "
12955
" revisions, although this feature is firmly on the wish list."
12958
#: en/help_topics/glossary.txt:59
12960
" A common use-case for cherrypicking is the back-porting of fixes from "
12962
" ongoing branch of development to stable release branches."
12965
#: en/help_topics/glossary.txt:62
12968
" A checkout is essentially a working tree that is linked to a branch at "
12970
" different location."
12973
#: en/help_topics/glossary.txt:66
12975
" Checkouts also have local branches, which function as a local cache. "
12977
" means that checkouts can be used effectively even with branches that "
12979
" accessed through the Internet. Normal checkouts are sometimes called\n"
12980
" heavyweight checkouts to distinguish them from lightweight checkouts."
12983
#: en/help_topics/glossary.txt:71
12985
" A lightweight checkout is a related construct that lacks the local "
12987
" Lightweight checkouts are smaller, but require fast access to the "
12989
" such as on a LAN or local hard disk."
12992
#: en/help_topics/glossary.txt:75
12994
" Checkouts provide a location for people to hack on code and commit. Once "
12996
" user commits, the associated branch is updated with a new revision that\n"
12997
" represents the changes for the commit."
13000
#: en/help_topics/glossary.txt:79
13003
" Directed Acyclic Graph. The graph of revisions where each revision is\n"
13004
" connected to its parent revisions."
13007
#: en/help_topics/glossary.txt:83
13010
" A delta is defined as the changes between two revisions. Any RCS that "
13012
" revisions typically builds a delta in order to perform a diff"
13015
#: en/help_topics/glossary.txt:87
13018
" Merging is the process of applying all the changes that were introduced "
13020
" one branch into another branch, without applying any changes that are\n"
13021
" already common to both branches. Sometimes a user will not want all of "
13023
" changes. For these cases, a user may instead prefer a cherrypick, which\n"
13024
" gives the user the option to apply only those revisions that are wanted."
13027
#: en/help_topics/glossary.txt:94
13029
" As well as altering the working tree, bzr's merge command will also get "
13031
" of the revisions that a branch has, and add metadata indicating that a\n"
13032
" merge has been performed."
13035
#: en/help_topics/glossary.txt:98
13037
" merge, criss-cross\n"
13038
" A failed type of merge caused by two branches merging each other at the\n"
13042
#: en/help_topics/glossary.txt:102
13044
" nuclear launch codes\n"
13045
" Nuclear launch codes are an example of data that has been committed to "
13047
" branch that must be removed at all costs. Imagine if one had access to "
13049
" launch codes for a nuclear warhead, accidentally committed them to a "
13051
" and then pushed the branch to a public place."
13054
#: en/help_topics/glossary.txt:108
13056
" In real world situations most people do not have access to nuclear\n"
13057
" launchcodes. Users may have data such as passwords, proprietary code "
13059
" other sensitive data. Accidental release of this type of data is\n"
13060
" potentially damaging to the branch owner -- perhaps damaging enough "
13062
" the developer may hope for a nuclear disaster!"
13065
#: en/help_topics/glossary.txt:114
13067
" A user dealing with a nuclear launch code problem needs specific data "
13069
" the branch to be exised at all costs and in a rapid manner."
13072
#: en/help_topics/glossary.txt:117
13075
" A library of revisions for branches."
13078
#: en/help_topics/glossary.txt:120
13081
" A revision is one state of the code."
13084
#: en/help_topics/glossary.txt:123
13086
" bzr is snapshot based, meaning that conceptually it stores the whole "
13088
" of the tree at each revision. This is in contrast to changeset based, "
13090
" a revision refers to just the changes that were made in that revision. "
13092
" said \"conceptually\", as internally bzr uses delta compression to "
13094
" amount of data that it stores, and so may only record the changes in a\n"
13095
" revision. However you must always think of a revision as referring to a\n"
13099
#: en/help_topics/glossary.txt:131
13101
" A revision also contains some metadata. In particular it stores the\n"
13102
" committer, and the timestamp when the commit was made, the log message "
13104
" was given, and the nick of the branch on which the commit was made. It "
13106
" stores pointers to the parent revisions, i.e. the revision preceeding "
13108
" and the tip revisions of any branches that were merged. Lastly it stores "
13110
" number of revision properties, these is extra information that can be\n"
13111
" stored with the revision and is immutable, some uses of them are to "
13113
" the author of the patch if it wasn't the committer (when given using "
13115
" --author option of bzr commit), or to store information about the bugs\n"
13116
" fixed in that revision if using the bug-tracker integration."
13119
#: en/help_topics/glossary.txt:142
13121
" A revision also has a name, referred to as a revision id. This is a\n"
13122
" globally unique identifier for the revision so that it can be referred "
13124
" without ambiguity. This means that two revisions are identical, if, and\n"
13125
" only if, they have the same revision id."
13128
#: en/help_topics/glossary.txt:147
13130
" A revision may also be referred to using a revision number, however this "
13132
" not a globally unique identifier, meaning that revision 14 of your "
13134
" may not be the same as revision 14 of my branch, even if they are the "
13136
" project. The only way to know if they are the same revision is to "
13138
" the revision ids. This means that when talking about a revision you "
13140
" either use it's revision id, or also explain which branch you are "
13142
" to when you specify a revision number."
13145
#: en/help_topics/glossary.txt:155
13147
" Tags point at a revision, and so they may also be used to when referring "
13149
" a commit, but again, two different branches may have the same tag name\n"
13150
" pointing to two different revisions, and so you should also give the "
13152
" to which you are referring when stating a tag name."
13155
#: en/help_topics/glossary.txt:160
13157
" revision, ancestor\n"
13158
" An ancestor is one of any of the revisions that this revision is based "
13160
" The immediately prior revision has a special name, the parent revision."
13163
#: en/help_topics/glossary.txt:164
13165
" revision, ghost\n"
13166
" A ghost :term:`revision`, also called a ghost, is a revision that a\n"
13167
" :term:`branch` knows about but does not have."
13170
#: en/help_topics/glossary.txt:168
13172
" Ghost revisions can occur in unusual situations such as the migration "
13174
" branches from foreign revision control systems into Bazaar format."
13177
#: en/help_topics/glossary.txt:171
13179
" Ghost revisions can be scary the first time that a user bumps into "
13181
" Thankfully though, revision ghosts are just like real ghosts (such as "
13183
" are) in that their discorporeal existence typically causes little, if "
13188
#: en/help_topics/glossary.txt:176
13190
" revision, parent\n"
13191
" The revision that comes immediately prior to this revision."
13194
#: en/help_topics/glossary.txt:179
13196
" shared repository\n"
13197
" A shared repository is similar to the traditional concept of a "
13199
" in other VCSs like CVS and Subversion. For example, in Subversion you "
13201
" a remote repository, which is where all of the history is stored, and\n"
13202
" locally you don't have any history information, only a checkout of the\n"
13203
" working tree files. Note that \"Shared\" in this context means shared "
13205
" branches. It *may* be shared between people, but standalone branches\n"
13206
" can also be shared between people."
13209
#: en/help_topics/glossary.txt:188
13211
" In Breezy_ terms, a \"Shared Repository\" is a location where multiple\n"
13212
" branches can **share** their revision history information. In order to\n"
13213
" support decentralized workflows, it is possible for every branch to\n"
13214
" store its own revision history information. But this is often\n"
13215
" inefficient, since related branches share history, and they might as\n"
13216
" well share the storage as well."
13219
#: en/help_topics/glossary.txt:195
13222
" A tag is a nickname for a particular :term:`revision`. The typical use "
13224
" release of the software so you can easily refer to it later."
13227
#: en/help_topics/glossary.txt:199
13230
" A working tree is a directory with project files that a user can edit."
13233
#: en/help_topics/glossary.txt:202
13235
" Unlike a normal directory, a working tree is associated with a\n"
13236
" :term:`branch`. The working tree is the space in which commands such as\n"
13237
" commit and revert operate.\n"
13240
#: en/help_topics/hooks.txt:1
13247
#: en/help_topics/hooks.txt:5 en/help_topics/rules.txt:4
13253
#: en/help_topics/hooks.txt:8
13254
msgid "A hook of type *xxx* of class *yyy* needs to be registered using::"
13257
#: en/help_topics/hooks.txt:10
13258
msgid " yyy.hooks.install_named_hook(\"xxx\", ...)"
13261
#: en/help_topics/hooks.txt:12
13263
"See :doc:`Using hooks<../user-guide/hooks>` in the User Guide for examples."
13266
#: en/help_topics/hooks.txt:14
13268
"The class that contains each hook is given before the hooks it supplies. "
13270
"instance, BranchHooks as the class is the hooks class for\n"
13271
"`breezy.branch.Branch.hooks`."
13274
#: en/help_topics/hooks.txt:18
13276
"Each description also indicates whether the hook runs on the client (the\n"
13277
"machine where bzr was invoked) or the server (the machine addressed by\n"
13278
"the branch URL). These may be, but are not necessarily, the same machine."
13281
#: en/help_topics/hooks.txt:22
13283
"Plugins (including hooks) are run on the server if all of these is true:"
13286
#: en/help_topics/hooks.txt:24
13288
" * The connection is via a smart server (accessed with a URL starting with\n"
13289
" \"bzr://\", \"bzr+ssh://\" or \"bzr+http://\", or accessed via a "
13291
" URL when a smart server is available via HTTP)."
13294
#: en/help_topics/hooks.txt:28
13296
" * The hook is either server specific or part of general infrastructure "
13298
" than client specific code (such as commit)."
13301
#: en/help_topics/hooks.txt:31
13308
#: en/help_topics/hooks.txt:35
13310
"automatic_tag_name\n"
13311
"~~~~~~~~~~~~~~~~~~"
13314
#: en/help_topics/hooks.txt:38 en/help_topics/hooks.txt:56
13315
#: en/help_topics/hooks.txt:102 en/help_topics/hooks.txt:315
13316
msgid "Introduced in: 2.2"
13319
#: en/help_topics/hooks.txt:40
13321
"Called to determine an automatic tag name for a revision.\n"
13322
"automatic_tag_name is called with (branch, revision_id) and should\n"
13323
"return a tag name or None if no tag name could be determined. The\n"
13324
"first non-None tag name returned will be used."
13327
#: en/help_topics/hooks.txt:45
13333
#: en/help_topics/hooks.txt:48 en/help_topics/hooks.txt:346
13334
#: en/help_topics/hooks.txt:360
13335
msgid "Introduced in: 1.8"
13338
#: en/help_topics/hooks.txt:50
13340
"Called with the Branch object that has been opened after a branch is\n"
13344
#: en/help_topics/hooks.txt:53
13346
"post_branch_init\n"
13350
#: en/help_topics/hooks.txt:58
13352
"Called after new branch initialization completes. post_branch_init is\n"
13353
"called with a breezy.branch.BranchInitHookParams. Note that init,\n"
13354
"branch and checkout (both heavyweight and lightweight) will all\n"
13355
"trigger this hook."
13358
#: en/help_topics/hooks.txt:63
13360
"post_change_branch_tip\n"
13361
"~~~~~~~~~~~~~~~~~~~~~~"
13364
#: en/help_topics/hooks.txt:66 en/help_topics/hooks.txt:474
13365
msgid "Introduced in: 1.4"
13368
#: en/help_topics/hooks.txt:68
13370
"Called in bzr client and server after a change to the tip of a branch\n"
13371
"is made. post_change_branch_tip is called with a\n"
13372
"breezy.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
13373
"uncommit will all trigger this hook."
13376
#: en/help_topics/hooks.txt:73 en/help_topics/hooks.txt:445
13382
#: en/help_topics/hooks.txt:76 en/help_topics/hooks.txt:86
13383
#: en/help_topics/hooks.txt:94 en/help_topics/hooks.txt:110
13384
msgid "Introduced in: 0.15"
13387
#: en/help_topics/hooks.txt:78
13389
"Called in the bzr client after a commit has completed. post_commit is\n"
13390
"called with (local, master, old_revno, old_revid, new_revno,\n"
13391
"new_revid). old_revid is NULL_REVISION for the first commit to a\n"
13395
#: en/help_topics/hooks.txt:83
13401
#: en/help_topics/hooks.txt:88
13403
"Called after a pull operation completes. post_pull is called with a\n"
13404
"breezy.branch.PullResult object and only runs in the bzr client."
13407
#: en/help_topics/hooks.txt:91
13413
#: en/help_topics/hooks.txt:96
13415
"Called after a push operation completes. post_push is called with a\n"
13416
"breezy.branch.BranchPushResult object and only runs in the bzr client."
13419
#: en/help_topics/hooks.txt:99
13425
#: en/help_topics/hooks.txt:104
13427
"Called after a checkout switches branch. post_switch is called with a\n"
13428
"breezy.branch.SwitchHookParams."
13431
#: en/help_topics/hooks.txt:107
13437
#: en/help_topics/hooks.txt:112
13439
"Called in the bzr client after an uncommit completes. post_uncommit is\n"
13440
"called with (local, master, old_revno, old_revid, new_revno,\n"
13441
"new_revid) where local is the local branch or None, master is the\n"
13442
"target branch, and an empty branch receives new_revno of 0, new_revid\n"
13446
#: en/help_topics/hooks.txt:118
13448
"pre_change_branch_tip\n"
13449
"~~~~~~~~~~~~~~~~~~~~~"
13452
#: en/help_topics/hooks.txt:121
13453
msgid "Introduced in: 1.6"
13456
#: en/help_topics/hooks.txt:123
13458
"Called in bzr client and server before a change to the tip of a branch\n"
13459
"is made. pre_change_branch_tip is called with a\n"
13460
"breezy.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
13461
"uncommit will all trigger this hook."
13464
#: en/help_topics/hooks.txt:128
13470
#: en/help_topics/hooks.txt:131
13471
msgid "Introduced in: 0.91"
13474
#: en/help_topics/hooks.txt:133
13476
"Called after a commit is calculated but before it is completed.\n"
13477
"pre_commit is called with (local, master, old_revno, old_revid,\n"
13478
"future_revno, future_revid, tree_delta, future_tree). old_revid is\n"
13479
"NULL_REVISION for the first commit to a branch, tree_delta is a\n"
13480
"TreeDelta object describing changes from the basis revision. hooks\n"
13481
"MUST NOT modify this delta. future_tree is an in-memory tree obtained\n"
13482
"from CommitBuilder.revision_tree() and hooks MUST NOT modify this\n"
13486
#: en/help_topics/hooks.txt:142
13488
"transform_fallback_location\n"
13489
"~~~~~~~~~~~~~~~~~~~~~~~~~~~"
13492
#: en/help_topics/hooks.txt:145
13493
msgid "Introduced in: 1.9"
13496
#: en/help_topics/hooks.txt:147
13498
"Called when a stacked branch is activating its fallback locations.\n"
13499
"transform_fallback_location is called with (branch, url), and should\n"
13500
"return a new url. Returning the same url allows it to be used as-is,\n"
13501
"returning a different one can be used to cause the branch to stack on\n"
13502
"a closer copy of that fallback_location. Note that the branch cannot\n"
13503
"have history accessing methods called on it during this hook because\n"
13504
"the fallback locations have not been activated. When there are\n"
13505
"multiple hooks installed for transform_fallback_location, all are\n"
13506
"called with the url returned from the previous hook.The order is\n"
13507
"however undefined."
13510
#: en/help_topics/hooks.txt:158
13512
"SmartClientHooks\n"
13516
#: en/help_topics/hooks.txt:161
13522
#: en/help_topics/hooks.txt:164
13523
msgid "Introduced in: unknown"
13526
#: en/help_topics/hooks.txt:166
13528
"Called when the smart client is submitting a request to the smart\n"
13529
"server. Called with a breezy.bzr.smart.client.CallHookParams object.\n"
13530
"Streaming request bodies, and responses, are not accessible."
13533
#: en/help_topics/hooks.txt:170
13535
"SmartServerHooks\n"
13539
#: en/help_topics/hooks.txt:173
13541
"server_exception\n"
13545
#: en/help_topics/hooks.txt:176 en/help_topics/hooks.txt:274
13546
#: en/help_topics/hooks.txt:282 en/help_topics/hooks.txt:289
13547
#: en/help_topics/hooks.txt:297 en/help_topics/hooks.txt:304
13548
#: en/help_topics/hooks.txt:426
13549
msgid "Introduced in: 2.4"
13552
#: en/help_topics/hooks.txt:178
13554
"Called by the bzr server when an exception occurs. server_exception is\n"
13555
"called with the sys.exc_info() tuple return true for the hook if the\n"
13556
"exception has been handled, in which case the server will exit\n"
13560
#: en/help_topics/hooks.txt:183
13566
#: en/help_topics/hooks.txt:186 en/help_topics/hooks.txt:205
13567
msgid "Introduced in: 0.16"
13570
#: en/help_topics/hooks.txt:188
13572
"Called by the bzr server when it starts serving a directory.\n"
13573
"server_started is called with (backing urls, public url), where\n"
13574
"backing_url is a list of URLs giving the server-specific directory\n"
13575
"locations, and public_url is the public URL for the directory being\n"
13579
#: en/help_topics/hooks.txt:194
13581
"server_started_ex\n"
13582
"~~~~~~~~~~~~~~~~~"
13585
#: en/help_topics/hooks.txt:197 en/help_topics/hooks.txt:226
13586
#: en/help_topics/hooks.txt:238 en/help_topics/hooks.txt:247
13587
msgid "Introduced in: 1.17"
13590
#: en/help_topics/hooks.txt:199
13592
"Called by the bzr server when it starts serving a directory.\n"
13593
"server_started is called with (backing_urls, server_obj)."
13596
#: en/help_topics/hooks.txt:202
13602
#: en/help_topics/hooks.txt:207
13604
"Called by the bzr server when it stops serving a directory.\n"
13605
"server_stopped is called with the same parameters as the\n"
13606
"server_started hook: (backing_urls, public_url)."
13609
#: en/help_topics/hooks.txt:211
13615
#: en/help_topics/hooks.txt:214
13621
#: en/help_topics/hooks.txt:217
13622
msgid "Introduced in: 1.13"
13625
#: en/help_topics/hooks.txt:219
13627
"Called after creating a command object to allow modifications such as\n"
13628
"adding or removing options, docs etc. Called with the new\n"
13629
"breezy.commands.Command object."
13632
#: en/help_topics/hooks.txt:223
13638
#: en/help_topics/hooks.txt:228
13640
"Called when creating a single command. Called with (cmd_or_None,\n"
13641
"command_name). get_command should either return the cmd_or_None\n"
13642
"parameter, or a replacement Command object that should be used for the\n"
13643
"command. Note that the Command.hooks hooks are core infrastructure.\n"
13644
"Many users will prefer to use breezy.commands.register_command or\n"
13645
"plugin_cmds.register_lazy."
13648
#: en/help_topics/hooks.txt:235
13650
"get_missing_command\n"
13651
"~~~~~~~~~~~~~~~~~~~"
13654
#: en/help_topics/hooks.txt:240
13656
"Called when creating a single command if no command could be found.\n"
13657
"Called with (command_name). get_missing_command should either return\n"
13658
"None, or a Command object to be used for the command."
13661
#: en/help_topics/hooks.txt:244
13667
#: en/help_topics/hooks.txt:249
13669
"Called when enumerating commands. Called with a set of cmd_name\n"
13670
"strings for all the commands found so far. This set is safe to mutate\n"
13671
"- e.g. to remove a command. list_commands should return the updated\n"
13672
"set of command names."
13675
#: en/help_topics/hooks.txt:254
13681
#: en/help_topics/hooks.txt:257 en/help_topics/hooks.txt:264
13682
msgid "Introduced in: 2.6"
13685
#: en/help_topics/hooks.txt:259
13686
msgid "Called after executing a command. Called with the command object."
13689
#: en/help_topics/hooks.txt:261
13695
#: en/help_topics/hooks.txt:266
13696
msgid "Called prior to executing a command. Called with the command object."
13699
#: en/help_topics/hooks.txt:268
13705
#: en/help_topics/hooks.txt:271
13711
#: en/help_topics/hooks.txt:276
13713
"Invoked when a config option is read. The signature is (stack, name,\n"
13717
#: en/help_topics/hooks.txt:279
13723
#: en/help_topics/hooks.txt:284
13724
msgid "Invoked when a config store is loaded. The signature is (store)."
13727
#: en/help_topics/hooks.txt:286
13733
#: en/help_topics/hooks.txt:291
13735
"Invoked when a config option is removed. The signature is (stack,\n"
13739
#: en/help_topics/hooks.txt:294
13745
#: en/help_topics/hooks.txt:299
13746
msgid "Invoked when a config store is saved. The signature is (store)."
13749
#: en/help_topics/hooks.txt:301
13755
#: en/help_topics/hooks.txt:306
13757
"Invoked when a config option is set. The signature is (stack, name,\n"
13761
#: en/help_topics/hooks.txt:309
13763
"ControlDirHooks\n"
13767
#: en/help_topics/hooks.txt:312
13773
#: en/help_topics/hooks.txt:317
13775
"Invoked after a repository has been initialized. post_repo_init is\n"
13776
"called with a breezy.controldir.RepoInitHookParams."
13779
#: en/help_topics/hooks.txt:320
13785
#: en/help_topics/hooks.txt:323
13786
msgid "Introduced in: 1.14"
13789
#: en/help_topics/hooks.txt:325
13791
"Invoked before attempting to open a ControlDir with the transport that\n"
13792
"the open will use."
13795
#: en/help_topics/hooks.txt:328
13801
#: en/help_topics/hooks.txt:331
13807
#: en/help_topics/hooks.txt:334 en/help_topics/hooks.txt:353
13808
#: en/help_topics/hooks.txt:524
13809
msgid "Introduced in: 1.15"
13812
#: en/help_topics/hooks.txt:336
13814
"Invoked when displaying the statistics for a repository. repository is\n"
13815
"called with a statistics dictionary as returned by the repository and\n"
13816
"a file-like object to write to."
13819
#: en/help_topics/hooks.txt:340
13825
#: en/help_topics/hooks.txt:343
13831
#: en/help_topics/hooks.txt:348
13832
msgid "Called with a breezy.lock.LockResult when a physical lock is acquired."
13835
#: en/help_topics/hooks.txt:350
13841
#: en/help_topics/hooks.txt:355
13842
msgid "Called with a breezy.lock.LockResult when a physical lock is broken."
13845
#: en/help_topics/hooks.txt:357
13851
#: en/help_topics/hooks.txt:362
13852
msgid "Called with a breezy.lock.LockResult when a physical lock is released."
13855
#: en/help_topics/hooks.txt:364
13861
#: en/help_topics/hooks.txt:367
13863
"merge_file_content\n"
13864
"~~~~~~~~~~~~~~~~~~"
13867
#: en/help_topics/hooks.txt:370
13868
msgid "Introduced in: 2.1"
13871
#: en/help_topics/hooks.txt:372
13873
"Called with a breezy.merge.Merger object to create a per file merge\n"
13874
"object when starting a merge. Should return either None or a subclass\n"
13875
"of ``breezy.merge.AbstractPerFileMerger``. Such objects will then be\n"
13876
"called per file that needs to be merged (including when one side has\n"
13877
"deleted the file and the other has changed it). See the\n"
13878
"AbstractPerFileMerger API docs for details on how it is used by merge."
13881
#: en/help_topics/hooks.txt:379
13887
#: en/help_topics/hooks.txt:382 en/help_topics/hooks.txt:390
13888
#: en/help_topics/hooks.txt:440 en/help_topics/hooks.txt:458
13889
#: en/help_topics/hooks.txt:466 en/help_topics/hooks.txt:512
13890
msgid "Introduced in: 2.5"
13893
#: en/help_topics/hooks.txt:384
13895
"Called after a merge. Receives a Merger object as the single argument.\n"
13896
"The return value is ignored."
13899
#: en/help_topics/hooks.txt:387
13905
#: en/help_topics/hooks.txt:392
13907
"Called before a merge. Receives a Merger object as the single\n"
13911
#: en/help_topics/hooks.txt:395
13913
"MergeDirectiveHooks\n"
13914
"-------------------"
13917
#: en/help_topics/hooks.txt:398
13919
"merge_request_body\n"
13920
"~~~~~~~~~~~~~~~~~~"
13923
#: en/help_topics/hooks.txt:401
13924
msgid "Introduced in: 1.15.0"
13927
#: en/help_topics/hooks.txt:403
13929
"Called with a MergeRequestBodyParams when a body is needed for a merge\n"
13930
"request. Callbacks must return a body. If more than one callback is\n"
13931
"registered, the output of one callback is provided to the next."
13934
#: en/help_topics/hooks.txt:407
13936
"MessageEditorHooks\n"
13937
"------------------"
13940
#: en/help_topics/hooks.txt:410
13942
"commit_message_template\n"
13943
"~~~~~~~~~~~~~~~~~~~~~~~"
13946
#: en/help_topics/hooks.txt:413
13947
msgid "Introduced in: 1.10"
13950
#: en/help_topics/hooks.txt:415
13952
"Called when a commit message is being generated.\n"
13953
"commit_message_template is called with the breezy.commit.Commit object\n"
13954
"and the message that is known so far. commit_message_template must\n"
13955
"return a new message to use (which could be the same as it was given).\n"
13956
"When there are multiple hooks registered for commit_message_template,\n"
13957
"they are chained with the result from the first passed into the\n"
13958
"second, and so on."
13961
#: en/help_topics/hooks.txt:423
13963
"set_commit_message\n"
13964
"~~~~~~~~~~~~~~~~~~"
13967
#: en/help_topics/hooks.txt:428
13969
"Set a fixed commit message. set_commit_message is called with the\n"
13970
"breezy.commit.Commit object (so you can also change e.g. revision\n"
13971
"properties by editing commit.builder._revprops) and the message so\n"
13972
"far. set_commit_message must return the message to use or None if it\n"
13973
"should use the message editor as normal."
13976
#: en/help_topics/hooks.txt:434
13978
"MutableTreeHooks\n"
13982
#: en/help_topics/hooks.txt:437
13984
"post_build_tree\n"
13988
#: en/help_topics/hooks.txt:442
13990
"Called after a completely new tree is built. The hook is called with\n"
13991
"the tree as its only argument."
13994
#: en/help_topics/hooks.txt:448
13995
msgid "Introduced in: 2.0"
13998
#: en/help_topics/hooks.txt:450
14000
"Called after a commit is performed on a tree. The hook is called with\n"
14001
"a breezy.mutabletree.PostCommitHookParams object. The mutable tree the\n"
14002
"commit was performed on is available via the mutable_tree attribute of\n"
14006
#: en/help_topics/hooks.txt:455
14012
#: en/help_topics/hooks.txt:460
14014
"Called after a tree transform has been performed on a tree. The hook\n"
14015
"is called with the tree that is being transformed and the transform."
14018
#: en/help_topics/hooks.txt:463
14024
#: en/help_topics/hooks.txt:468
14026
"Called before a tree transform on this tree. The hook is called with\n"
14027
"the tree that is being transformed and the transform."
14030
#: en/help_topics/hooks.txt:471
14036
#: en/help_topics/hooks.txt:476
14038
"Called before a commit is performed on a tree. The start commit hook\n"
14039
"is able to change the tree before the commit takes place. start_commit\n"
14040
"is called with the breezy.mutabletree.MutableTree that the commit is\n"
14041
"being performed on."
14044
#: en/help_topics/hooks.txt:481
14050
#: en/help_topics/hooks.txt:484
14056
#: en/help_topics/hooks.txt:487 en/help_topics/hooks.txt:498
14057
msgid "Introduced in: 2.3"
14060
#: en/help_topics/hooks.txt:489
14062
"Called with argument StatusHookParams after Bazaar has displayed the\n"
14063
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
14064
"to_file, versioned, show_ids, short, verbose). The last four arguments\n"
14065
"correspond to the command line options specified by the user for the\n"
14066
"status command. to_file is the output stream for writing."
14069
#: en/help_topics/hooks.txt:495
14075
#: en/help_topics/hooks.txt:500
14077
"Called with argument StatusHookParams before Bazaar displays the\n"
14078
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
14079
"to_file, versioned, show_ids, short, verbose). The last four arguments\n"
14080
"correspond to the command line options specified by the user for the\n"
14081
"status command. to_file is the output stream for writing."
14084
#: en/help_topics/hooks.txt:506
14090
#: en/help_topics/hooks.txt:509
14096
#: en/help_topics/hooks.txt:514
14098
"Called after a new connection is established or a reconnect occurs.\n"
14099
"The sole argument passed is either the connected transport or smart\n"
14103
#: en/help_topics/hooks.txt:518
14105
"RioVersionInfoBuilderHooks\n"
14106
"--------------------------"
14109
#: en/help_topics/hooks.txt:521
14115
#: en/help_topics/hooks.txt:526
14117
"Invoked when adding information about a revision to the RIO stanza\n"
14118
"that is printed. revision is called with a revision object and a RIO\n"
14122
#: en/help_topics/location-alias.txt:1
14124
"Location aliases\n"
14128
#: en/help_topics/location-alias.txt:4
14130
"Bazaar defines several aliases for locations associated with a branch. "
14132
"can be used with most commands that expect a location, such as `brz push`."
14135
#: en/help_topics/location-alias.txt:7
14136
msgid "The aliases are::"
14139
#: en/help_topics/location-alias.txt:9
14141
" :bound The branch this branch is bound to, for bound branches.\n"
14142
" :parent The parent of this branch.\n"
14143
" :public The public location of this branch.\n"
14144
" :push The saved location used for `brz push` with no arguments.\n"
14145
" :submit The submit branch for this branch.\n"
14146
" :this This branch."
14149
#: en/help_topics/location-alias.txt:16
14150
msgid "For example, to push to the parent location::"
14153
#: en/help_topics/location-alias.txt:18
14154
msgid " brz push :parent\n"
14157
#: en/help_topics/log-formats.txt:1
14163
#: en/help_topics/log-formats.txt:4
14165
"A log format controls how information about each revision is displayed.\n"
14166
"The standard log formats are compared below::"
14169
#: en/help_topics/log-formats.txt:7
14171
" Feature long short line\n"
14172
" ---------------------- ------------- ------------ -------------------\n"
14173
" design goal detailed view concise view 1 revision per line\n"
14174
" committer name+email name only name only\n"
14175
" author name+email - -\n"
14176
" date-time format full date only date only\n"
14177
" commit message full full top line\n"
14178
" tags yes yes yes\n"
14179
" merges indicator - yes -\n"
14180
" status/delta optional optional -\n"
14181
" diff/patch optional optional -\n"
14182
" revision-id optional optional -\n"
14183
" branch nick yes - -\n"
14184
" foreign vcs properties yes yes -\n"
14185
" preferred levels all 1 1\n"
14186
" digital signature optional - -"
14189
#: en/help_topics/log-formats.txt:24
14191
"The default format is ``long``. To change this, define the ``log_format``\n"
14192
"setting in the ``[DEFAULT]`` section of ``breezy.conf`` like this (say)::"
14195
#: en/help_topics/log-formats.txt:27
14198
" log_format = short"
14201
#: en/help_topics/log-formats.txt:30
14203
"Alternatively, to change the log format used for a given query, use the\n"
14204
"--long, --short or --line options."
14207
#: en/help_topics/log-formats.txt:33
14209
"If one of the standard log formats does not meet your needs, additional\n"
14210
"formats can be provided by plugins.\n"
14213
#: en/help_topics/missing-extensions.txt:1
14215
"Missing Extensions\n"
14216
"=================="
14219
#: en/help_topics/missing-extensions.txt:4
14221
"Breezy gives a warning if it failed to load some compiled extensions. (See\n"
14222
"http://bazaarvcs.wordpress.com/2009/09/17/extension-warnings/ for "
14226
#: en/help_topics/missing-extensions.txt:7
14228
"This may indicate either that there's been a problem installing or "
14230
"Breezy, or it may just be a case where you don't want to use the compiled\n"
14234
#: en/help_topics/missing-extensions.txt:11
14236
"1. If you installed Breezy from an official binary package or a "
14238
"and you're seeing this warning, please report a bug."
14241
#: en/help_topics/missing-extensions.txt:14
14243
"2. If you're running Breezy from a source tree or tarball, please run 'make' "
14245
"that directory to compile the extensions. You should do this every time you\n"
14246
"update the tree. To do this you will need some build dependencies installed\n"
14247
"including make, a C compiler, and the Python header files."
14250
#: en/help_topics/missing-extensions.txt:19
14252
"3. If you can't or don't want to build the extensions, add this line to\n"
14253
"breezy.conf (whose location is shown by 'brz --version')::"
14256
#: en/help_topics/missing-extensions.txt:22
14257
msgid " suppress_warnings=missing_extensions"
14260
#: en/help_topics/missing-extensions.txt:24
14261
msgid "Breezy will work normally but some operations may be slower."
14264
#: en/help_topics/missing-extensions.txt:26
14265
msgid "The specific modules that failed, and why, are listed in brz.log.\n"
14268
#: en/help_topics/other-formats.txt:1
14269
msgid "Other Storage Formats"
14272
#: en/help_topics/other-formats.txt:3
14273
msgid "No experimental formats are available."
14276
#: en/help_topics/other-formats.txt:5
14279
"No deprecated formats are available."
14282
#: en/help_topics/patterns.txt:1
14288
#: en/help_topics/patterns.txt:4
14290
"Bazaar uses patterns to match files at various times. For example,\n"
14291
"the ``add`` command skips over files that match ignore patterns\n"
14292
"and preferences can be associated with files using rule patterns.\n"
14293
"The pattern syntax is described below."
14296
#: en/help_topics/patterns.txt:9
14298
"Trailing slashes on patterns are ignored. If the pattern contains a\n"
14299
"slash or is a regular expression, it is compared to the whole path\n"
14300
"from the branch root. Otherwise, it is compared to only the last\n"
14301
"component of the path. To match a file only in the root directory,\n"
14302
"prepend ``./``. Patterns specifying absolute paths are not allowed."
14305
#: en/help_topics/patterns.txt:15
14306
msgid "Patterns may include globbing wildcards such as::"
14309
#: en/help_topics/patterns.txt:17
14311
" ? - Matches any single character except '/'\n"
14312
" * - Matches 0 or more characters except '/'\n"
14313
" /**/ - Matches 0 or more directories in a path\n"
14314
" [a-z] - Matches a single character from within a group of characters"
14317
#: en/help_topics/patterns.txt:22
14319
"Patterns may also be `Python regular expressions`_. Regular expression\n"
14320
"patterns are identified by a ``RE:`` prefix followed by the regular\n"
14321
"expression. Regular expression patterns may not include named or\n"
14325
#: en/help_topics/patterns.txt:27
14327
"Case insensitive ignore patterns can be specified with regular expressions\n"
14328
"by using the ``i`` (for ignore case) flag in the pattern."
14331
#: en/help_topics/patterns.txt:30
14332
msgid "For example, a case insensitive match for ``foo`` may be specified as::"
14335
#: en/help_topics/patterns.txt:32
14336
msgid " RE:(?i)foo"
14339
#: en/help_topics/patterns.txt:34
14341
"Ignore patterns may be prefixed with ``!``, which means that a filename\n"
14342
"matched by that pattern will not be ignored."
14345
#: en/help_topics/patterns.txt:37
14346
msgid ".. _Python regular expressions: http://docs.python.org/library/re.html"
14349
#: en/help_topics/revisionspec.txt:1
14350
msgid "Revision Identifiers"
14353
#: en/help_topics/revisionspec.txt:3
14355
"A revision identifier refers to a specific state of a branch's history. It\n"
14356
"can be expressed in several ways. It can begin with a keyword to\n"
14357
"unambiguously specify a given lookup type; some examples are 'last:1',\n"
14358
"'before:yesterday' and 'submit:'."
14361
#: en/help_topics/revisionspec.txt:8
14363
"Alternately, it can be given without a keyword, in which case it will be\n"
14364
"checked as a revision number, a tag, a revision id, a date specification, or "
14366
"branch specification, in that order. For example, 'date:today' could be\n"
14367
"written as simply 'today', though if you have a tag called 'today' that "
14372
#: en/help_topics/revisionspec.txt:14
14374
"If 'REV1' and 'REV2' are revision identifiers, then 'REV1..REV2' denotes a\n"
14375
"revision range. Examples: '3647..3649', 'date:yesterday..-1' and\n"
14376
"'branch:/path/to/branch1/..branch:/branch2' (note that there are no quotes "
14378
"spaces around the '..')."
14381
#: en/help_topics/revisionspec.txt:19
14383
"Ranges are interpreted differently by different commands. To the \"log\" "
14385
"a range is a sequence of log messages, but to the \"diff\" command, the "
14387
"denotes a change between revisions (and not a sequence of changes). In\n"
14388
"addition, \"log\" considers a closed range whereas \"diff\" and \"merge\" "
14390
"to be open-ended, that is, they include one end but not the other. For "
14392
"\"brz log -r 3647..3649\" shows the messages of revisions 3647, 3648 and "
14394
"while \"brz diff -r 3647..3649\" includes the changes done in revisions 3648 "
14396
"3649, but not 3647."
14399
#: en/help_topics/revisionspec.txt:28
14400
msgid "The keywords used as revision selection methods are the following:"
14403
#: en/help_topics/revisionspec.txt:30
14406
"\tSelects a revision using a number.\n"
14408
"\tSelects a revision using the revision id.\n"
14410
"\tSelects the nth revision from the end.\n"
14412
"\tSelects the parent of the revision specified.\n"
14414
"\tSelects a revision identified by a tag name.\n"
14416
"\tSelects a revision on the basis of a datestamp.\n"
14418
"\tSelects a common ancestor with a second branch.\n"
14420
"\tSelects the last revision of a specified branch.\n"
14422
"\tSelects a common ancestor with the submit branch.\n"
14424
"\tSelect the revision that last modified the specified line.\n"
14426
"\tSelect mainline revision that merged the specified revision.\n"
14428
"\tSelects a revision using a Git commit SHA1."
14431
#: en/help_topics/revisionspec.txt:55
14432
msgid "In addition, plugins can provide other keywords."
14435
#: en/help_topics/revisionspec.txt:57
14436
msgid "A detailed description of each keyword is given below."
14439
#: en/help_topics/revisionspec.txt:59
14443
#: en/help_topics/revisionspec.txt:61
14445
" Use an integer to specify a revision in the history of the branch.\n"
14446
" Optionally a branch can be specified. A negative number will count\n"
14447
" from the end of the branch (-1 is the last revision, -2 the previous\n"
14448
" one). If the negative number is larger than the branch's history, the\n"
14449
" first revision is returned.\n"
14453
#: en/help_topics/revisionspec.txt:68
14455
" revno:1 -> return the first revision of this branch\n"
14456
" revno:3:/path/to/branch -> return the 3rd revision of\n"
14457
" the branch '/path/to/branch'\n"
14458
" revno:-1 -> The last revision in a branch.\n"
14459
" -2:http://other/branch -> The second to last revision in the\n"
14460
" remote branch.\n"
14461
" -1000000 -> Most likely the first revision, unless\n"
14462
" your history is very long."
14465
#: en/help_topics/revisionspec.txt:77
14469
#: en/help_topics/revisionspec.txt:79
14471
" Supply a specific revision id, that can be used to specify any\n"
14472
" revision id in the ancestry of the branch.\n"
14473
" Including merges, and pending merges.\n"
14477
#: en/help_topics/revisionspec.txt:84
14479
" revid:aaaa@bbbb-123456789 -> Select revision 'aaaa@bbbb-123456789'"
14482
#: en/help_topics/revisionspec.txt:86
14486
#: en/help_topics/revisionspec.txt:88
14488
" Supply a positive number to get the nth revision from the end.\n"
14489
" This is the same as supplying negative numbers to the 'revno:' spec.\n"
14493
#: en/help_topics/revisionspec.txt:92
14495
" last:1 -> return the last revision\n"
14496
" last:3 -> return the revision 2 before the end."
14499
#: en/help_topics/revisionspec.txt:95
14503
#: en/help_topics/revisionspec.txt:97
14505
" Supply any revision spec to return the parent of that revision. This "
14507
" mostly useful when inspecting revisions that are not in the revision "
14512
#: en/help_topics/revisionspec.txt:101
14514
" It is an error to request the parent of the null revision (before:0)."
14517
#: en/help_topics/revisionspec.txt:103 en/help_topics/revisionspec.txt:128
14518
#: en/help_topics/revisionspec.txt:146 en/help_topics/revisionspec.txt:155
14519
#: en/help_topics/revisionspec.txt:170
14520
msgid " Examples::"
14523
#: en/help_topics/revisionspec.txt:105
14525
" before:1913 -> Return the parent of revno 1913 (revno 1912)\n"
14526
" before:revid:aaaa@bbbb-1234567890 -> return the parent of revision\n"
14527
" aaaa@bbbb-1234567890\n"
14528
" bzr diff -r before:1913..1913\n"
14529
" -> Find the changes between revision 1913 and its parent "
14531
" (What changes did revision 1913 introduce).\n"
14532
" This is equivalent to: bzr diff -c 1913"
14535
#: en/help_topics/revisionspec.txt:113
14539
#: en/help_topics/revisionspec.txt:115
14540
msgid " Tags are stored in the branch and created by the 'tag' command."
14543
#: en/help_topics/revisionspec.txt:117
14547
#: en/help_topics/revisionspec.txt:119
14549
" Supply a datestamp to select the first revision that matches the date.\n"
14550
" Date can be 'yesterday', 'today', 'tomorrow' or a YYYY-MM-DD string.\n"
14551
" Matches the first entry after a given date (either at midnight or\n"
14552
" at a specified time)."
14555
#: en/help_topics/revisionspec.txt:124
14556
msgid " One way to display all the changes since yesterday would be::"
14559
#: en/help_topics/revisionspec.txt:126
14560
msgid " brz log -r date:yesterday.."
14563
#: en/help_topics/revisionspec.txt:130
14565
" date:yesterday -> select the first revision since "
14567
" date:2006-08-14,17:10:14 -> select the first revision after\n"
14568
" August 14th, 2006 at 5:10pm."
14571
#: en/help_topics/revisionspec.txt:134
14575
#: en/help_topics/revisionspec.txt:136
14576
msgid " Supply the path to a branch to select the common ancestor."
14579
#: en/help_topics/revisionspec.txt:138 en/help_topics/revisionspec.txt:166
14581
" The common ancestor is the last revision that existed in both\n"
14582
" branches. Usually this is the branch point, but it could also be\n"
14583
" a revision that was merged."
14586
#: en/help_topics/revisionspec.txt:142
14588
" This is frequently used with 'diff' to return all of the changes\n"
14589
" that your branch introduces, while excluding the changes that you\n"
14590
" have not merged from the remote branch."
14593
#: en/help_topics/revisionspec.txt:148
14595
" ancestor:/path/to/branch\n"
14596
" $ bzr diff -r ancestor:../../mainline/branch"
14599
#: en/help_topics/revisionspec.txt:151
14603
#: en/help_topics/revisionspec.txt:153
14604
msgid " Supply the path to a branch to select its last revision."
14607
#: en/help_topics/revisionspec.txt:157
14608
msgid " branch:/path/to/branch"
14611
#: en/help_topics/revisionspec.txt:159
14615
#: en/help_topics/revisionspec.txt:161
14617
" Diffing against this shows all the changes that were made in this "
14619
" and is a good predictor of what merge will do. The submit branch is\n"
14620
" used by the bundle and merge directive commands. If no submit branch\n"
14621
" is specified, the parent branch is used instead."
14624
#: en/help_topics/revisionspec.txt:172
14625
msgid " $ bzr diff -r submit:"
14628
#: en/help_topics/revisionspec.txt:174
14632
#: en/help_topics/revisionspec.txt:176
14634
" Select the revision that last modified the specified line. Line is\n"
14635
" specified as path:number. Path is a relative path to the file. "
14637
" start at 1, and are relative to the current version, not the last-\n"
14638
" committed version of the file."
14641
#: en/help_topics/revisionspec.txt:181
14645
#: en/help_topics/revisionspec.txt:183
14647
" Select the revision that merged the specified revision into mainline."
14650
#: en/help_topics/revisionspec.txt:185
14654
#: en/help_topics/revisionspec.txt:187
14655
msgid " Selects a revision using a Git commit SHA1, short or long."
14658
#: en/help_topics/revisionspec.txt:189
14660
" This works for both native Git repositories and Git revisions\n"
14661
" imported into Bazaar repositories.\n"
14664
#: en/help_topics/rules.txt:1
14670
#: en/help_topics/rules.txt:7
14672
"Rules are defined in ini file format where the sections are file glob\n"
14673
"patterns and the contents of each section are the preferences for files\n"
14674
"matching that pattern(s). For example::"
14677
#: en/help_topics/rules.txt:11
14683
#: en/help_topics/rules.txt:14
14685
" [name *.html *.xml]\n"
14686
" keywords = xml_escape"
14689
#: en/help_topics/rules.txt:17
14691
"Preferences like these are useful for commands and plugins wishing to\n"
14692
"provide custom behaviour for selected files. For more information on \n"
14693
"end of line conversion see :doc:`eol-help`.\n"
14694
"Keyword support is provided by the `keywords plugin\n"
14695
"<http://doc.bazaar.canonical.com/plugins/en/keywords-plugin.html>`_."
14698
#: en/help_topics/rules.txt:23
14704
#: en/help_topics/rules.txt:26
14706
"Default rules for all branches are defined in the optional file\n"
14707
"``BRZ_HOME/rules``. "
14710
#: en/help_topics/rules.txt:29
14716
#: en/help_topics/rules.txt:32
14718
"Patterns are ordered and searching stops as soon as one matches.\n"
14719
"As a consequence, more explicit patterns should be placed towards\n"
14720
"the top of the file. Rule patterns use exactly the same conventions\n"
14721
"as ignore patterns. See :doc:`patterns-help` for details."
14724
#: en/help_topics/rules.txt:37
14728
#: en/help_topics/rules.txt:39
14730
" Patterns containing square brackets or spaces should be\n"
14731
" surrounded in quotes to ensure they are correctly parsed.\n"
14734
#: en/help_topics/topics.txt:1
14736
"authentication Information on configuring authentication\n"
14737
"basic Basic commands\n"
14738
"branches Information on what a branch is\n"
14739
"bugs Bug tracker settings\n"
14740
"checkouts Information on what a checkout is\n"
14741
"configuration Details on the configuration settings available\n"
14742
"conflict-types Types of conflicts and what to do about them\n"
14743
"content-filters Conversion of content into/from working trees\n"
14744
"criss-cross Information on criss-cross merging\n"
14745
"current-formats Current storage formats\n"
14746
"debug-flags Options to show or record debug information\n"
14747
"diverged-branches How to fix diverged branches\n"
14748
"env-variables Environment variable names and values\n"
14749
"eol Information on end-of-line handling\n"
14750
"files Information on configuration and log files\n"
14751
"formats Information on choosing a storage format\n"
14752
"git Using Bazaar with Git\n"
14753
"global-options Options that control how Breezy runs\n"
14754
"glossary Glossary\n"
14755
"hooks Points at which custom processing can be added\n"
14756
"launchpad Using Bazaar with Launchpad.net\n"
14757
"location-alias Aliases for remembered locations\n"
14758
"log-formats Details on the logging formats available\n"
14759
"missing-extensions What to do when compiled extensions are missing\n"
14760
"other-formats Experimental and deprecated storage formats\n"
14761
"patterns Information on the pattern syntax\n"
14762
"repositories Basic information on shared repositories.\n"
14763
"revisionspec Explain how to use --revision\n"
14764
"rules Information on defining rule-based preferences\n"
14765
"standalone-trees Information on what a standalone tree is\n"
14766
"standard-options Options that can be used with any command\n"
14767
"status-flags Help on status flags\n"
14768
"sync-for-reconfigure Steps to resolve \"out-of-sync\" when reconfiguring\n"
14769
"topics Topics list\n"
14770
"url-special-chars Special character handling in URLs\n"
14771
"urlspec Supported transport protocols\n"
14772
"working-trees Information on working trees\n"
14775
#: en/help_topics/url-special-chars.txt:1
14777
"Special character handling in URLs\n"
14778
"=================================="
14781
#: en/help_topics/url-special-chars.txt:4
14782
msgid "Bazaar allows locations to be specified in multiple ways, either:"
14785
#: en/help_topics/url-special-chars.txt:6
14786
msgid " * Fully qualified URLs"
14789
#: en/help_topics/url-special-chars.txt:8
14790
msgid " * File system paths, relative or absolute"
14793
#: en/help_topics/url-special-chars.txt:10
14795
"Internally brz treats all locations as URLs. For any file system paths\n"
14796
"that are specified it will automatically determine the appropriate URL\n"
14797
"representation, and escape special characters where necessary."
14800
#: en/help_topics/url-special-chars.txt:14
14802
"There are a few characters which have special meaning in URLs and need "
14804
"handling to avoid ambiguities. Characters can be escaped with a % and a hex\n"
14805
"value in URLs. Any non-ASCII characters in a file path will automatically "
14807
"urlencoded when the path is converted to a URL."
14810
#: en/help_topics/url-special-chars.txt:19
14812
"URLs represent non-ASCII characters in an encoding defined by the server, "
14814
"usually UTF-8. The % escapes should be of the UTF-8 bytes. Bazaar tries to "
14816
"generous in what it accepts as a URL and to print them in a way that\n"
14817
"will be readable."
14820
#: en/help_topics/url-special-chars.txt:24
14822
"For example, if you have a directory named '/tmp/%2False' these are all "
14824
"ways of accessing the content (0x2F, or 47, is the ASCII code for forward "
14828
#: en/help_topics/url-special-chars.txt:27
14831
" brz log /tmp/%2False\n"
14832
" brz log %2False\n"
14833
" brz log file:///tmp/%252False\n"
14834
" brz log file://localhost/tmp/%252False\n"
14835
" brz log file:%252False"
14838
#: en/help_topics/url-special-chars.txt:34
14839
msgid "These are valid but do not refer to the same file::"
14842
#: en/help_topics/url-special-chars.txt:36
14844
" brz log file:///tmp/%2False (refers to a file called /tmp/\\/alse)\n"
14845
" brz log %252False (refers to a file called /tmp/%252False)"
14848
#: en/help_topics/url-special-chars.txt:39
14850
"Comma also has special meaning in URLs, because it denotes `segment "
14854
#: en/help_topics/url-special-chars.txt:41
14856
"_`segment parameters`: http://www.ietf.org/rfc/rfc3986.txt (section 3.3)"
14859
#: en/help_topics/url-special-chars.txt:43
14861
"Comma is also special in any file system paths that are specified. To use a "
14863
"comma in a file system path, specify a URL and URL encode the comma::"
14866
#: en/help_topics/url-special-chars.txt:46
14868
" brz log foo,branch=bla # path \"foo\" with the segment parameter \"branch"
14869
"\" set to \"bla\"\n"
14870
" brz log file:foo%2Cbranch=bla # path \"foo,branch=bla\"\n"
14871
" brz log file:foo,branch=bla # path \"foo\" with segment parameter \"branch"
14872
"\" set to \"bla\"\n"
14875
#: en/help_topics/urlspec.txt:1
14876
msgid "URL Identifiers"
14879
#: en/help_topics/urlspec.txt:3
14880
msgid "Supported URL prefixes::"
14883
#: en/help_topics/urlspec.txt:5
14885
" bzr:// Fast access using the Bazaar smart server.\n"
14886
" bzr+ssh:// Fast access using the Bazaar smart server over SSH.\n"
14887
" cvs+pserver:// The pserver access protocol for CVS.\n"
14888
" file:// Access using the standard filesystem (default)\n"
14889
" git:// Access using the Git smart server protocol.\n"
14890
" git+ssh:// Access using the Git smart server protocol over SSH.\n"
14891
" http:// Read-only access of branches exported on the web.\n"
14892
" https:// Read-only access of branches exported on the web using "
14894
" sftp:// Access using SFTP (most SSH servers provide SFTP).\n"
14895
" svn:// Access using the Subversion smart server.\n"
14896
" svn+ssh:// Access using the Subversion smart server tunneled over "
14900
#: en/help_topics/urlspec.txt:17
14901
msgid "Supported modifiers::"
14904
#: en/help_topics/urlspec.txt:19
14905
msgid " gio+ Access using any GIO supported protocols."
14908
#: en/help_topics/urlspec.txt:21
14909
msgid "Breezy supports all of the standard parts within the URL::"
14912
#: en/help_topics/urlspec.txt:23
14913
msgid " <protocol>://[user[:password]@]host[:port]/[path]"
14916
#: en/help_topics/urlspec.txt:25
14917
msgid "allowing URLs such as::"
14920
#: en/help_topics/urlspec.txt:27
14921
msgid " http://brzuser:BadPass@brz.example.com:8080/brz/trunk"
14924
#: en/help_topics/urlspec.txt:29
14926
"For brz+ssh:// and sftp:// URLs, Breezy also supports paths that begin\n"
14927
"with '~' as meaning that the rest of the path should be interpreted\n"
14928
"relative to the remote user's home directory. For example if the user\n"
14929
"``remote`` has a home directory of ``/home/remote`` on the server\n"
14930
"shell.example.com, then::"
14933
#: en/help_topics/urlspec.txt:35
14934
msgid " brz+ssh://remote@shell.example.com/~/myproject/trunk"
14937
#: en/help_topics/urlspec.txt:37
14938
msgid "would refer to ``/home/remote/myproject/trunk``."
14941
#: en/help_topics/urlspec.txt:39
14943
"Many commands that accept URLs also accept location aliases too.\n"
14944
"See :doc:`location-alias-help` and :doc:`url-special-chars-help`.\n"