18
18
"Content-Transfer-Encoding: 8bit\n"
19
19
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
21
#: bzrlib/builtins.py:209
21
#: bzrlib/builtins.py:116 bzrlib/builtins.py:2758
23
msgid "Ignoring files outside view. View is %s"
26
#: bzrlib/builtins.py:125
28
msgid "bzr %s --revision takes exactly one revision identifier"
31
#: bzrlib/builtins.py:210
22
32
msgid "Display status summary."
25
#: bzrlib/builtins.py:211
35
#: bzrlib/builtins.py:212
27
37
"This reports on versioned and unknown files, reporting them\n"
28
38
"grouped by state. Possible states are:"
31
#: bzrlib/builtins.py:214
41
#: bzrlib/builtins.py:215
34
44
" Versioned in the working copy but not in the previous revision."
37
#: bzrlib/builtins.py:217
47
#: bzrlib/builtins.py:218
40
50
" Versioned in the previous revision but removed or deleted\n"
41
51
" in the working copy."
44
#: bzrlib/builtins.py:221
54
#: bzrlib/builtins.py:222
47
57
" Path of this file changed from the previous revision;\n"
120
130
# help of 'short' option of 'status' command
121
#: bzrlib/builtins.py:269
131
#: bzrlib/builtins.py:270
122
132
msgid "Use short status indicators."
125
135
# help of 'versioned' option of 'status' command
126
#: bzrlib/builtins.py:271
136
#: bzrlib/builtins.py:272
127
137
msgid "Only show versioned files."
130
140
# help of 'no-pending' option of 'status' command
131
#: bzrlib/builtins.py:273
141
#: bzrlib/builtins.py:274
132
142
msgid "Don't show pending merges."
135
145
# help of 'no-classify' option of 'status' command
136
#: bzrlib/builtins.py:276
146
#: bzrlib/builtins.py:277
137
147
msgid "Do not mark object type using indicator."
140
#: bzrlib/builtins.py:455
150
#: bzrlib/builtins.py:292
151
msgid "bzr status --revision takes exactly one or two revision specifiers"
154
#: bzrlib/builtins.py:336 bzrlib/builtins.py:4877
155
msgid "You can only supply one of revision_id or --revision"
158
#: bzrlib/builtins.py:339 bzrlib/builtins.py:4879
159
msgid "You must supply either --revision or a revision_id"
162
#: bzrlib/builtins.py:346
164
msgid "Repository %r does not support access to raw revision texts"
167
#: bzrlib/builtins.py:357
168
msgid "The repository {0} contains no revision {1}."
171
#: bzrlib/builtins.py:364
172
msgid "You cannot specify a NULL revision."
175
#: bzrlib/builtins.py:456
141
176
msgid "Remove the working tree from a given branch/checkout."
144
#: bzrlib/builtins.py:457
179
#: bzrlib/builtins.py:458
146
181
"Since a lightweight checkout is little more than a working tree\n"
147
182
"this will refuse to run against one."
150
#: bzrlib/builtins.py:460
185
#: bzrlib/builtins.py:461
151
186
msgid "To re-create the working tree, use \"bzr checkout\"."
154
189
# help of 'force' option of 'remove-tree' command
155
#: bzrlib/builtins.py:466
190
#: bzrlib/builtins.py:467
156
191
msgid "Remove the working tree even if it has uncommitted or shelved changes."
194
#: bzrlib/builtins.py:481
195
msgid "No working tree to remove"
198
#: bzrlib/builtins.py:483
199
msgid "You cannot remove the working tree of a remote path"
202
#: bzrlib/builtins.py:492
203
msgid "You cannot remove the working tree from a lightweight checkout"
206
#: bzrlib/builtins.py:532
208
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
209
"instead. Use \"--force\" if you are sure you want to reset the working tree."
212
#: bzrlib/builtins.py:543
214
", the header appears corrupt, try passing -r -1 to set the state to the last "
218
#: bzrlib/builtins.py:547
219
msgid "failed to reset the tree state{0}"
159
222
#: bzrlib/builtins.py:551
160
223
msgid "Show current revision number."
245
308
msgid "Lookup file ids from this tree."
248
#: bzrlib/builtins.py:731
311
#: bzrlib/builtins.py:727
312
msgid "ignored {0} matching \"{1}\"\n"
315
#: bzrlib/builtins.py:732
249
316
msgid "Create a new versioned directory."
252
#: bzrlib/builtins.py:733
319
#: bzrlib/builtins.py:734
253
320
msgid "This is equivalent to creating the directory and then adding it."
256
#: bzrlib/builtins.py:828
323
#: bzrlib/builtins.py:748
328
#: bzrlib/builtins.py:792
330
msgid "invalid kind %r specified"
333
#: bzrlib/builtins.py:829
257
334
msgid "Move or rename a file."
260
#: bzrlib/builtins.py:830
337
#: bzrlib/builtins.py:831
261
338
msgid " bzr mv SOURCE... DESTINATION"
264
#: bzrlib/builtins.py:832
341
#: bzrlib/builtins.py:833
266
343
"If the last argument is a versioned directory, all the other names\n"
267
344
"are moved into it. Otherwise, there must be exactly two arguments\n"
268
345
"and the file is changed to a new name."
271
#: bzrlib/builtins.py:836
348
#: bzrlib/builtins.py:837
273
350
"If OLDNAME does not exist on the filesystem but is versioned and\n"
274
351
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
277
354
"The same is valid when moving many SOURCE files to a DESTINATION."
280
#: bzrlib/builtins.py:842
357
#: bzrlib/builtins.py:843
281
358
msgid "Files cannot be moved between branches."
284
361
# help of 'after' option of 'mv' command
285
#: bzrlib/builtins.py:849
362
#: bzrlib/builtins.py:850
287
364
"Move only the bzr identifier of the file, because the file has already been "
291
368
# help of 'auto' option of 'mv' command
292
#: bzrlib/builtins.py:851
369
#: bzrlib/builtins.py:852
293
370
msgid "Automatically guess renames."
296
373
# help of 'dry-run' option of 'mv' command
297
#: bzrlib/builtins.py:852
374
#: bzrlib/builtins.py:853
298
375
msgid "Avoid making changes when guessing renames."
301
#: bzrlib/builtins.py:964
378
#: bzrlib/builtins.py:862
379
msgid "--dry-run requires --auto."
382
#: bzrlib/builtins.py:866
383
msgid "missing file argument"
386
#: bzrlib/builtins.py:873
387
msgid "Only one path may be specified to --auto."
390
#: bzrlib/builtins.py:876
391
msgid "--after cannot be specified with --auto."
394
#: bzrlib/builtins.py:913
395
msgid "to mv multiple files the destination must be a versioned directory"
398
#: bzrlib/builtins.py:965
302
399
msgid "Turn this branch into a mirror of another branch."
305
#: bzrlib/builtins.py:966
402
#: bzrlib/builtins.py:967
307
404
"By default, this command only works on branches that have not diverged.\n"
308
405
"Branches are considered diverged if the destination branch's most recent \n"
342
439
# help of 'verbose' option of 'pull' command
343
#: bzrlib/builtins.py:992
440
#: bzrlib/builtins.py:993
344
441
msgid "Show logs of pulled revisions."
347
444
# help of 'directory' option of 'pull' command
348
#: bzrlib/builtins.py:994
445
#: bzrlib/builtins.py:995
350
447
"Branch to pull into, rather than the one containing the working directory."
353
450
# help of 'local' option of 'pull' command
354
#: bzrlib/builtins.py:997
451
#: bzrlib/builtins.py:998
356
453
"Perform a local pull in a bound branch. Local pulls are not applied to the "
360
#: bzrlib/builtins.py:1096
457
#: bzrlib/builtins.py:1027
458
msgid "Need working tree for --show-base."
461
#: bzrlib/builtins.py:1043
462
msgid "No pull location known or specified."
465
#: bzrlib/builtins.py:1049
467
msgid "Using saved parent location: %s\n"
470
#: bzrlib/builtins.py:1056 bzrlib/builtins.py:4109
471
msgid "Cannot use -r with merge directives or bundles"
474
#: bzrlib/builtins.py:1097
361
475
msgid "Update a mirror of this branch."
364
#: bzrlib/builtins.py:1098
478
#: bzrlib/builtins.py:1099
366
480
"The target branch will not have its working tree populated because this\n"
367
481
"is both expensive, and is not supported on remote file systems."
370
#: bzrlib/builtins.py:1101
484
#: bzrlib/builtins.py:1102
372
486
"Some smart servers or protocols *may* put the working tree in place in\n"
376
#: bzrlib/builtins.py:1104
490
#: bzrlib/builtins.py:1105
378
492
"This command only works on branches that have not diverged. Branches are\n"
379
493
"considered diverged if the destination branch's most recent commit is one\n"
380
494
"that has not been merged (directly or indirectly) by the source branch."
383
#: bzrlib/builtins.py:1108
497
#: bzrlib/builtins.py:1109
385
499
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
386
500
"the other branch completely, discarding its unmerged changes."
389
#: bzrlib/builtins.py:1111
503
#: bzrlib/builtins.py:1112
391
505
"If you want to ensure you have the different changes in the other branch,\n"
392
506
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
393
507
"After that you will be able to do a push without '--overwrite'."
396
#: bzrlib/builtins.py:1115
510
#: bzrlib/builtins.py:1116
398
512
"If there is no default push location set, the first push will set it (use\n"
399
513
"--no-remember to avoid setting it). After that, you can omit the\n"
432
546
# help of 'strict' option of 'push' command
433
#: bzrlib/builtins.py:1143
547
#: bzrlib/builtins.py:1144
435
549
"Refuse to push if there are uncommitted changes in the working tree, --no-"
436
550
"strict disables the check."
439
553
# help of 'no-tree' option of 'push' command
440
#: bzrlib/builtins.py:1146
554
#: bzrlib/builtins.py:1147
441
555
msgid "Don't populate the working tree, even for protocols that support it."
444
#: bzrlib/builtins.py:1211
558
#: bzrlib/builtins.py:1191
559
msgid "Could not determine branch to refer to."
562
#: bzrlib/builtins.py:1198
563
msgid "No push location known or specified."
566
#: bzrlib/builtins.py:1202
568
msgid "Using saved push location: %s"
571
#: bzrlib/builtins.py:1212
445
572
msgid "Create a new branch that is a copy of an existing branch."
448
#: bzrlib/builtins.py:1213
575
#: bzrlib/builtins.py:1214
450
577
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
451
578
"be used. In other words, \"branch ../foo/bar\" will attempt to create ./"
456
583
"create ./foo-bar."
459
#: bzrlib/builtins.py:1220
586
#: bzrlib/builtins.py:1221
461
588
"To retrieve the branch as of a particular revision, supply the --revision\n"
462
589
"parameter, as in \"branch foo/bar -r 5\"."
465
#: bzrlib/builtins.py:1223
592
#: bzrlib/builtins.py:1224
466
593
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
469
596
# help of 'no-tree' option of 'branch' command
470
#: bzrlib/builtins.py:1233
597
#: bzrlib/builtins.py:1234
471
598
msgid "Create a branch without a working-tree."
474
601
# help of 'switch' option of 'branch' command
475
#: bzrlib/builtins.py:1235
602
#: bzrlib/builtins.py:1236
476
603
msgid "Switch the checkout in the current directory to the new branch."
479
606
# help of 'stacked' option of 'branch' command
480
#: bzrlib/builtins.py:1238
607
#: bzrlib/builtins.py:1239
482
609
"Create a stacked branch referring to the source branch. The new branch will "
483
610
"depend on the availability of the source branch for all operations."
486
613
# help of 'standalone' option of 'branch' command
487
#: bzrlib/builtins.py:1242
614
#: bzrlib/builtins.py:1243
488
615
msgid "Do not use a shared repository, even if available."
491
618
# help of 'use-existing-dir' option of 'branch' command
492
#: bzrlib/builtins.py:1244
619
#: bzrlib/builtins.py:1245
494
621
"By default branch will fail if the target directory exists, but does not "
495
622
"already have a control directory. This flag will allow branch to proceed."
498
625
# help of 'bind' option of 'branch' command
499
#: bzrlib/builtins.py:1249
626
#: bzrlib/builtins.py:1250
500
627
msgid "Bind new branch to from location."
503
#: bzrlib/builtins.py:1341
630
#: bzrlib/builtins.py:1291
632
msgid "Target directory \"%s\" already exists."
635
#: bzrlib/builtins.py:1301
637
msgid "Parent of \"%s\" does not exist."
640
#: bzrlib/builtins.py:1315
641
msgid "The branch {0} has no revision {1}."
644
#: bzrlib/builtins.py:1323
646
msgid "Created new stacked branch referring to %s."
649
#: bzrlib/builtins.py:1327
651
msgid "Branched %d revision(s)."
654
#: bzrlib/builtins.py:1332
656
msgid "New branch bound to %s"
659
#: bzrlib/builtins.py:1337 bzrlib/builtins.py:5918
661
msgid "Switched to branch: %s"
664
#: bzrlib/builtins.py:1342
504
665
msgid "List the branches available at the current location."
507
#: bzrlib/builtins.py:1343
668
#: bzrlib/builtins.py:1344
509
670
"This command will print the names of all the branches at the current "
513
#: bzrlib/builtins.py:1358
674
#: bzrlib/builtins.py:1353
678
#: bzrlib/builtins.py:1359
514
679
msgid "Create a new checkout of an existing branch."
517
#: bzrlib/builtins.py:1360
682
#: bzrlib/builtins.py:1361
519
684
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
558
723
# help of 'files-from' option of 'branch' command
559
#: bzrlib/builtins.py:1389
724
#: bzrlib/builtins.py:1390
560
725
msgid "Get file contents from this tree."
563
728
# help of 'hardlink' option of 'branch' command
564
#: bzrlib/builtins.py:1391
729
#: bzrlib/builtins.py:1392
565
730
msgid "Hard-link working tree files where possible."
568
#: bzrlib/builtins.py:1432
733
#: bzrlib/builtins.py:1433
570
735
"Show list of renamed files.\n"
574
#: bzrlib/builtins.py:1462
739
#: bzrlib/builtins.py:1463
575
740
msgid "Update a tree to have the latest code committed to its branch."
578
#: bzrlib/builtins.py:1464
743
#: bzrlib/builtins.py:1465
580
745
"This will perform a merge into the working tree, and may generate\n"
581
746
"conflicts. If you have any local changes, you will still\n"
582
747
"need to commit them after the update for the update to be complete."
585
#: bzrlib/builtins.py:1468
750
#: bzrlib/builtins.py:1469
587
752
"If you want to discard your local changes, you can just do a\n"
588
753
"'bzr revert' instead of 'bzr commit' after the update."
591
#: bzrlib/builtins.py:1471
756
#: bzrlib/builtins.py:1472
593
758
"If you want to restore a file that has been removed locally, use\n"
594
759
"'bzr revert' instead of 'bzr update'."
597
#: bzrlib/builtins.py:1474
762
#: bzrlib/builtins.py:1475
599
764
"If the tree's branch is bound to a master branch, it will also update\n"
600
765
"the branch from the master."
603
#: bzrlib/builtins.py:1555
768
#: bzrlib/builtins.py:1490
769
msgid "bzr update --revision takes exactly one revision"
772
#: bzrlib/builtins.py:1521
773
msgid "Tree is up to date at revision {0} of branch {1}"
776
#: bzrlib/builtins.py:1537
779
"branch has no revision %s\n"
780
"bzr update --revision only works for a revision in the branch history"
783
#: bzrlib/builtins.py:1543
784
msgid "Updated to revision {0} of branch {1}"
787
#: bzrlib/builtins.py:1547
789
"Your local commits will now show as pending merges with 'bzr status', and "
790
"can be committed with 'bzr commit'."
793
#: bzrlib/builtins.py:1556
604
794
msgid "Show information about a working tree, branch or repository."
607
#: bzrlib/builtins.py:1557
797
#: bzrlib/builtins.py:1558
609
799
"This command will show all known locations and formats associated to the\n"
610
800
"tree, branch or repository."
613
#: bzrlib/builtins.py:1560
803
#: bzrlib/builtins.py:1561
615
805
"In verbose mode, statistical information is included with each report.\n"
616
806
"To see extended statistic information, use a verbosity level of 2 or\n"
617
807
"higher by specifying the verbose option multiple times, e.g. -vv."
620
#: bzrlib/builtins.py:1564
810
#: bzrlib/builtins.py:1565
621
811
msgid "Branches and working trees will also report any missing revisions."
624
#: bzrlib/builtins.py:1568
814
#: bzrlib/builtins.py:1569
625
815
msgid " Display information on the format and related locations:"
628
#: bzrlib/builtins.py:1570
818
#: bzrlib/builtins.py:1571
629
819
msgid " bzr info"
632
#: bzrlib/builtins.py:1572
822
#: bzrlib/builtins.py:1573
634
824
" Display the above together with extended format information and\n"
635
825
" basic statistics (like the number of files in the working tree and\n"
636
826
" number of revisions in the branch and repository):"
639
#: bzrlib/builtins.py:1576
829
#: bzrlib/builtins.py:1577
640
830
msgid " bzr info -v"
643
#: bzrlib/builtins.py:1578
833
#: bzrlib/builtins.py:1579
644
834
msgid " Display the above together with number of committers to the branch:"
647
#: bzrlib/builtins.py:1580
837
#: bzrlib/builtins.py:1581
648
838
msgid " bzr info -vv"
651
#: bzrlib/builtins.py:1599
841
#: bzrlib/builtins.py:1600
652
842
msgid "Remove files or directories."
655
#: bzrlib/builtins.py:1601
845
#: bzrlib/builtins.py:1602
657
847
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
658
848
"delete them if they can easily be recovered using revert otherwise they\n"
664
854
# help of 'new' option of 'remove' command
665
#: bzrlib/builtins.py:1609
855
#: bzrlib/builtins.py:1610
666
856
msgid "Only remove files that have never been committed."
669
859
# help of 'file-deletion-strategy' option of 'remove' command
670
#: bzrlib/builtins.py:1611
860
#: bzrlib/builtins.py:1612
671
861
msgid "The file deletion mode to be used."
674
864
# title of 'file-deletion-strategy' option of 'remove' command
675
#: bzrlib/builtins.py:1612
865
#: bzrlib/builtins.py:1613
676
866
msgid "Deletion Strategy"
679
#: bzrlib/builtins.py:1703
869
#: bzrlib/builtins.py:1626
870
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
873
#: bzrlib/builtins.py:1643
874
msgid "No matching files."
877
#: bzrlib/builtins.py:1704
680
878
msgid "Reconcile bzr metadata in a branch."
683
#: bzrlib/builtins.py:1705
881
#: bzrlib/builtins.py:1706
685
883
"This can correct data mismatches that may have been caused by\n"
686
884
"previous ghost operations or bzr upgrades. You should only\n"
746
944
# help of 'create-prefix' option of 'init' command
747
#: bzrlib/builtins.py:1808
945
#: bzrlib/builtins.py:1809
748
946
msgid "Create the path leading up to the branch if it does not already exist."
751
949
# help of 'format' option of 'init' command
752
#: bzrlib/builtins.py:1811
950
#: bzrlib/builtins.py:1812
753
951
msgid "Specify a format for this branch. See \"help formats\"."
756
954
# help of 'append-revisions-only' option of 'init' command
757
#: bzrlib/builtins.py:1819
955
#: bzrlib/builtins.py:1820
758
956
msgid "Never change revnos or the existing log. Append revisions to it only."
761
959
# help of 'no-tree' option of 'init' command
762
#: bzrlib/builtins.py:1822
960
#: bzrlib/builtins.py:1823
763
961
msgid "Create a branch without a working tree."
766
#: bzrlib/builtins.py:1899
964
#: bzrlib/builtins.py:1843
967
"Parent directory of %s does not exist.\n"
968
"You may supply --create-prefix to create all leading parent directories."
971
#: bzrlib/builtins.py:1877
973
"This branch format cannot be set to append-revisions-only. Try --default."
976
#: bzrlib/builtins.py:1888
977
msgid "Created a {0} (format: {1})\n"
980
#: bzrlib/builtins.py:1897
982
msgid "Using shared repository: %s\n"
985
#: bzrlib/builtins.py:1901
767
986
msgid "Create a shared repository for branches to share storage space."
770
#: bzrlib/builtins.py:1901
989
#: bzrlib/builtins.py:1903
772
991
"New branches created under the repository directory will store their\n"
773
992
"revisions in the repository, not in the branch directory. For branches\n"
863
1082
" 0 - no change"
866
#: bzrlib/builtins.py:1984
1085
#: bzrlib/builtins.py:1986
869
1088
" Shows the difference in the working tree versus the last commit::"
872
#: bzrlib/builtins.py:1987
1091
#: bzrlib/builtins.py:1989
873
1092
msgid " bzr diff"
876
#: bzrlib/builtins.py:1989
1095
#: bzrlib/builtins.py:1991
877
1096
msgid " Difference between the working tree and revision 1::"
880
#: bzrlib/builtins.py:1991
1099
#: bzrlib/builtins.py:1993
881
1100
msgid " bzr diff -r1"
884
#: bzrlib/builtins.py:1993
1103
#: bzrlib/builtins.py:1995
885
1104
msgid " Difference between revision 3 and revision 1::"
888
#: bzrlib/builtins.py:1995
1107
#: bzrlib/builtins.py:1997
889
1108
msgid " bzr diff -r1..3"
892
#: bzrlib/builtins.py:1997
1111
#: bzrlib/builtins.py:1999
893
1112
msgid " Difference between revision 3 and revision 1 for branch xxx::"
896
#: bzrlib/builtins.py:1999
1115
#: bzrlib/builtins.py:2001
897
1116
msgid " bzr diff -r1..3 xxx"
900
#: bzrlib/builtins.py:2001
1119
#: bzrlib/builtins.py:2003
901
1120
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
904
#: bzrlib/builtins.py:2003
1123
#: bzrlib/builtins.py:2005
905
1124
msgid " bzr diff -c2"
908
#: bzrlib/builtins.py:2005
1127
#: bzrlib/builtins.py:2007
910
1129
" To see the changes introduced by revision X::\n"
915
#: bzrlib/builtins.py:2009
1134
#: bzrlib/builtins.py:2011
917
1136
" Note that in the case of a merge, the -c option shows the changes\n"
918
1137
" compared to the left hand parent. To see the changes against\n"
919
1138
" another parent, use::"
922
#: bzrlib/builtins.py:2013
1141
#: bzrlib/builtins.py:2015
923
1142
msgid " bzr diff -r<chosen_parent>..X"
926
#: bzrlib/builtins.py:2015
1145
#: bzrlib/builtins.py:2017
928
1147
" The changes between the current revision and the previous revision\n"
929
1148
" (equivalent to -c-1 and -r-2..-1)"
932
#: bzrlib/builtins.py:2018
1151
#: bzrlib/builtins.py:2020
933
1152
msgid " bzr diff -r-2.."
936
#: bzrlib/builtins.py:2020
1155
#: bzrlib/builtins.py:2022
937
1156
msgid " Show just the differences for file NEWS::"
940
#: bzrlib/builtins.py:2022
1159
#: bzrlib/builtins.py:2024
941
1160
msgid " bzr diff NEWS"
944
#: bzrlib/builtins.py:2024
1163
#: bzrlib/builtins.py:2026
945
1164
msgid " Show the differences in working tree xxx for file NEWS::"
948
#: bzrlib/builtins.py:2026
1167
#: bzrlib/builtins.py:2028
949
1168
msgid " bzr diff xxx/NEWS"
952
#: bzrlib/builtins.py:2028
1171
#: bzrlib/builtins.py:2030
953
1172
msgid " Show the differences from branch xxx to this working tree:"
956
#: bzrlib/builtins.py:2030
1175
#: bzrlib/builtins.py:2032
957
1176
msgid " bzr diff --old xxx"
960
#: bzrlib/builtins.py:2032
1179
#: bzrlib/builtins.py:2034
961
1180
msgid " Show the differences between two branches for file NEWS::"
964
#: bzrlib/builtins.py:2034
1183
#: bzrlib/builtins.py:2036
965
1184
msgid " bzr diff --old xxx --new yyy NEWS"
968
#: bzrlib/builtins.py:2036
1187
#: bzrlib/builtins.py:2038
969
1188
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
972
#: bzrlib/builtins.py:2038
1191
#: bzrlib/builtins.py:2040
974
1193
" bzr diff --prefix old/:new/\n"
981
1200
# help of 'diff-options' option of 'diff' command
982
#: bzrlib/builtins.py:2048
1201
#: bzrlib/builtins.py:2050
983
1202
msgid "Pass these options to the external diff program."
986
1205
# help of 'prefix' option of 'diff' command
987
#: bzrlib/builtins.py:2051
1206
#: bzrlib/builtins.py:2053
989
1208
"Set prefixes added to old and new filenames, as two values separated by a "
990
1209
"colon. (eg \"old/:new/\")."
993
1212
# help of 'old' option of 'diff' command
994
#: bzrlib/builtins.py:2054
1213
#: bzrlib/builtins.py:2056
995
1214
msgid "Branch/tree to compare from."
998
1217
# help of 'new' option of 'diff' command
999
#: bzrlib/builtins.py:2058
1218
#: bzrlib/builtins.py:2060
1000
1219
msgid "Branch/tree to compare to."
1003
1222
# help of 'using' option of 'diff' command
1004
#: bzrlib/builtins.py:2064
1223
#: bzrlib/builtins.py:2066
1005
1224
msgid "Use this command to compare files."
1008
1227
# help of 'format' option of 'diff' command
1009
#: bzrlib/builtins.py:2069
1228
#: bzrlib/builtins.py:2071
1010
1229
msgid "Diff format to use."
1013
1232
# title of 'format' option of 'diff' command
1014
#: bzrlib/builtins.py:2071
1233
#: bzrlib/builtins.py:2073
1015
1234
msgid "Diff format"
1018
#: bzrlib/builtins.py:2121
1237
#: bzrlib/builtins.py:2095
1238
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1241
#: bzrlib/builtins.py:2099
1242
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1245
#: bzrlib/builtins.py:2103
1246
msgid "--using and --format are mutually exclusive."
1249
#: bzrlib/builtins.py:2123
1020
1251
"List files deleted in the working tree.\n"
1024
#: bzrlib/builtins.py:2199
1255
#: bzrlib/builtins.py:2201
1025
1256
msgid "Show the tree root directory."
1028
#: bzrlib/builtins.py:2201
1259
#: bzrlib/builtins.py:2203
1030
1261
"The root is the nearest enclosing directory with a .bzr control\n"
1034
#: bzrlib/builtins.py:2229
1265
#: bzrlib/builtins.py:2218
1266
msgid "The limit argument must be an integer."
1269
#: bzrlib/builtins.py:2226
1270
msgid "The levels argument must be an integer."
1273
#: bzrlib/builtins.py:2231
1035
1274
msgid "Show historical log for a branch or subset of a branch."
1038
#: bzrlib/builtins.py:2231
1277
#: bzrlib/builtins.py:2233
1040
1279
"log is bzr's default tool for exploring the history of a branch.\n"
1041
1280
"The branch to use is taken from the first parameter. If no parameters\n"
1087
1326
" --show-ids display revision-ids (and file-ids), not just revnos"
1090
#: bzrlib/builtins.py:2263
1329
#: bzrlib/builtins.py:2265
1092
1331
" Note that the default number of levels to display is a function of the\n"
1093
1332
" log format. If the -n option is not used, the standard log formats show\n"
1094
1333
" just the top level (mainline)."
1097
#: bzrlib/builtins.py:2267
1336
#: bzrlib/builtins.py:2269
1099
1338
" Status summaries are shown using status flags like A, M, etc. To see\n"
1100
1339
" the changes explained using words like ``added`` and ``modified``\n"
1101
1340
" instead, use the -vv option."
1104
#: bzrlib/builtins.py:2271
1343
#: bzrlib/builtins.py:2273
1105
1344
msgid ":Ordering control:"
1108
#: bzrlib/builtins.py:2273
1347
#: bzrlib/builtins.py:2275
1110
1349
" To display revisions from oldest to newest, use the --forward option.\n"
1111
1350
" In most cases, using this option will have little impact on the total\n"
1157
1396
" a nested merge revision and the log will be truncated accordingly."
1160
#: bzrlib/builtins.py:2305
1399
#: bzrlib/builtins.py:2307
1161
1400
msgid ":Path filtering:"
1164
#: bzrlib/builtins.py:2307
1403
#: bzrlib/builtins.py:2309
1166
1405
" If parameters are given and the first one is not a branch, the log\n"
1167
1406
" will be filtered to show only those revisions that changed the\n"
1168
1407
" nominated files or directories."
1171
#: bzrlib/builtins.py:2311
1410
#: bzrlib/builtins.py:2313
1173
1412
" Filenames are interpreted within their historical context. To log a\n"
1174
1413
" deleted file, specify a revision range so that the file existed at\n"
1175
1414
" the end or start of the range."
1178
#: bzrlib/builtins.py:2315
1417
#: bzrlib/builtins.py:2317
1180
1419
" Historical context is also important when interpreting pathnames of\n"
1181
1420
" renamed files/directories. Consider the following example:"
1184
#: bzrlib/builtins.py:2318
1423
#: bzrlib/builtins.py:2320
1186
1425
" * revision 1: add tutorial.txt\n"
1187
1426
" * revision 2: modify tutorial.txt\n"
1188
1427
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1191
#: bzrlib/builtins.py:2322
1430
#: bzrlib/builtins.py:2324
1192
1431
msgid " In this case:"
1195
#: bzrlib/builtins.py:2324
1434
#: bzrlib/builtins.py:2326
1196
1435
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1199
#: bzrlib/builtins.py:2326
1438
#: bzrlib/builtins.py:2328
1200
1439
msgid " * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1203
#: bzrlib/builtins.py:2328
1442
#: bzrlib/builtins.py:2330
1205
1444
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1206
1445
" the original file in revision 2."
1209
#: bzrlib/builtins.py:2331
1448
#: bzrlib/builtins.py:2333
1211
1450
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1212
1451
" was no file called guide.txt in revision 2."
1215
#: bzrlib/builtins.py:2334
1454
#: bzrlib/builtins.py:2336
1217
1456
" Renames are always followed by log. By design, there is no need to\n"
1218
1457
" explicitly ask for this (and no way to stop logging a file back\n"
1219
1458
" until it was last renamed)."
1222
#: bzrlib/builtins.py:2338
1461
#: bzrlib/builtins.py:2340
1223
1462
msgid ":Other filtering:"
1226
#: bzrlib/builtins.py:2340
1465
#: bzrlib/builtins.py:2342
1228
1467
" The --match option can be used for finding revisions that match a\n"
1229
1468
" regular expression in a commit message, committer, author or bug.\n"
1297
1536
# help of 'forward' option of 'log' command
1298
#: bzrlib/builtins.py:2387
1537
#: bzrlib/builtins.py:2389
1299
1538
msgid "Show from oldest to newest."
1302
1541
# help of 'verbose' option of 'log' command
1303
#: bzrlib/builtins.py:2390
1542
#: bzrlib/builtins.py:2392
1304
1543
msgid "Show files changed in each revision."
1307
1546
# help of 'change' option of 'log' command
1308
#: bzrlib/builtins.py:2396
1547
#: bzrlib/builtins.py:2398
1309
1548
msgid "Show just the specified revision. See also \"help revisionspec\"."
1312
1551
# help of 'authors' option of 'log' command
1313
#: bzrlib/builtins.py:2400
1552
#: bzrlib/builtins.py:2402
1314
1553
msgid "What names to list as authors - first, all or committer."
1317
1556
# title of 'authors' option of 'log' command
1318
#: bzrlib/builtins.py:2401
1557
#: bzrlib/builtins.py:2403
1319
1558
msgid "Authors"
1322
1561
# help of 'levels' option of 'log' command
1323
#: bzrlib/builtins.py:2406
1562
#: bzrlib/builtins.py:2408
1324
1563
msgid "Number of levels to display - 0 for all, 1 for flat."
1327
1566
# help of 'limit' option of 'log' command
1328
#: bzrlib/builtins.py:2416
1567
#: bzrlib/builtins.py:2418
1329
1568
msgid "Limit the output to the first N revisions."
1332
1571
# help of 'show-diff' option of 'log' command
1333
#: bzrlib/builtins.py:2421
1572
#: bzrlib/builtins.py:2423
1334
1573
msgid "Show changes made in each revision as a patch."
1337
1576
# help of 'include-merges' option of 'log' command
1338
#: bzrlib/builtins.py:2423
1577
#: bzrlib/builtins.py:2425
1339
1578
msgid "Show merged revisions like --levels 0 does."
1342
1581
# help of 'exclude-common-ancestry' option of 'log' command
1343
#: bzrlib/builtins.py:2425
1582
#: bzrlib/builtins.py:2427
1345
1584
"Display only the revisions that are not part of both ancestries (require -"
1349
1588
# help of 'signatures' option of 'log' command
1350
#: bzrlib/builtins.py:2429
1589
#: bzrlib/builtins.py:2431
1351
1590
msgid "Show digital signature validity"
1354
1593
# help of 'match' option of 'log' command
1355
#: bzrlib/builtins.py:2432
1594
#: bzrlib/builtins.py:2434
1356
1595
msgid "Show revisions whose properties match this expression."
1359
1598
# help of 'match-message' option of 'log' command
1360
#: bzrlib/builtins.py:2436
1599
#: bzrlib/builtins.py:2438
1361
1600
msgid "Show revisions whose message matches this expression."
1364
1603
# help of 'match-committer' option of 'log' command
1365
#: bzrlib/builtins.py:2440
1604
#: bzrlib/builtins.py:2442
1366
1605
msgid "Show revisions whose committer matches this expression."
1369
1608
# help of 'match-author' option of 'log' command
1370
#: bzrlib/builtins.py:2444
1609
#: bzrlib/builtins.py:2446
1371
1610
msgid "Show revisions whose authors match this expression."
1374
1613
# help of 'match-bugs' option of 'log' command
1375
#: bzrlib/builtins.py:2448
1614
#: bzrlib/builtins.py:2450
1376
1615
msgid "Show revisions whose bugs match this expression."
1379
#: bzrlib/builtins.py:2689
1618
#: bzrlib/builtins.py:2487
1619
msgid "--exclude-common-ancestry requires -r with two revisions"
1622
#: bzrlib/builtins.py:2493
1623
msgid "--levels and --include-merges are mutually exclusive"
1626
#: bzrlib/builtins.py:2500
1627
msgid "--revision and --change are mutually exclusive"
1630
#: bzrlib/builtins.py:2513
1632
msgid "Path unknown at end or start of revision range: %s"
1635
#: bzrlib/builtins.py:2630
1637
msgid "bzr %s doesn't accept two revisions in different branches."
1640
#: bzrlib/builtins.py:2646
1642
msgid "bzr %s --revision takes one or two values."
1645
#: bzrlib/builtins.py:2691
1381
1647
"List files in a tree.\n"
1385
1651
# help of 'recursive' option of 'ls' command
1386
#: bzrlib/builtins.py:2698
1652
#: bzrlib/builtins.py:2700
1387
1653
msgid "Recurse into subdirectories."
1390
1656
# help of 'from-root' option of 'ls' command
1391
#: bzrlib/builtins.py:2700
1657
#: bzrlib/builtins.py:2702
1392
1658
msgid "Print paths relative to the root of the branch."
1395
1661
# help of 'unknown' option of 'ls' command
1396
#: bzrlib/builtins.py:2702
1662
#: bzrlib/builtins.py:2704
1397
1663
msgid "Print unknown files."
1400
1666
# help of 'versioned' option of 'ls' command
1401
#: bzrlib/builtins.py:2703
1667
#: bzrlib/builtins.py:2705
1402
1668
msgid "Print versioned files."
1405
1671
# help of 'ignored' option of 'ls' command
1406
#: bzrlib/builtins.py:2706
1672
#: bzrlib/builtins.py:2708
1407
1673
msgid "Print ignored files."
1410
1676
# help of 'kind' option of 'ls' command
1411
#: bzrlib/builtins.py:2708
1677
#: bzrlib/builtins.py:2710
1412
1678
msgid "List entries of a particular kind: file, directory, symlink."
1415
#: bzrlib/builtins.py:2820
1681
#: bzrlib/builtins.py:2723
1682
msgid "invalid kind specified"
1685
#: bzrlib/builtins.py:2726
1686
msgid "Cannot set both --verbose and --null"
1689
#: bzrlib/builtins.py:2735
1690
msgid "cannot specify both --from-root and PATH"
1693
#: bzrlib/builtins.py:2822
1416
1694
msgid "Ignore specified files or patterns."
1419
#: bzrlib/builtins.py:2822
1697
#: bzrlib/builtins.py:2824
1420
1698
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1423
#: bzrlib/builtins.py:2824
1701
#: bzrlib/builtins.py:2826
1425
1703
"If a .bzrignore file does not exist, the ignore command\n"
1426
1704
"will create one and add the specified files or patterns to the newly\n"
1467
1745
" the shell on Unix."
1470
#: bzrlib/builtins.py:2853
1748
#: bzrlib/builtins.py:2855
1472
1750
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1473
1751
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1476
#: bzrlib/builtins.py:2856
1754
#: bzrlib/builtins.py:2858
1479
1757
" Ignore the top level Makefile::"
1482
#: bzrlib/builtins.py:2859
1760
#: bzrlib/builtins.py:2861
1483
1761
msgid " bzr ignore ./Makefile"
1486
#: bzrlib/builtins.py:2861
1764
#: bzrlib/builtins.py:2863
1487
1765
msgid " Ignore .class files in all directories...::"
1490
#: bzrlib/builtins.py:2863
1768
#: bzrlib/builtins.py:2865
1491
1769
msgid " bzr ignore \"*.class\""
1494
#: bzrlib/builtins.py:2865
1772
#: bzrlib/builtins.py:2867
1495
1773
msgid " ...but do not ignore \"special.class\"::"
1498
#: bzrlib/builtins.py:2867
1776
#: bzrlib/builtins.py:2869
1499
1777
msgid " bzr ignore \"!special.class\""
1502
#: bzrlib/builtins.py:2869
1780
#: bzrlib/builtins.py:2871
1503
1781
msgid " Ignore files whose name begins with the \"#\" character::"
1506
#: bzrlib/builtins.py:2871
1784
#: bzrlib/builtins.py:2873
1507
1785
msgid " bzr ignore \"RE:^#\""
1510
#: bzrlib/builtins.py:2873
1788
#: bzrlib/builtins.py:2875
1511
1789
msgid " Ignore .o files under the lib directory::"
1514
#: bzrlib/builtins.py:2875
1792
#: bzrlib/builtins.py:2877
1515
1793
msgid " bzr ignore \"lib/**/*.o\""
1518
#: bzrlib/builtins.py:2879
1796
#: bzrlib/builtins.py:2881
1519
1797
msgid " bzr ignore \"RE:lib/.*\\.o\""
1522
#: bzrlib/builtins.py:2881
1800
#: bzrlib/builtins.py:2883
1523
1801
msgid " Ignore everything but the \"debian\" toplevel directory::"
1526
#: bzrlib/builtins.py:2883
1804
#: bzrlib/builtins.py:2885
1528
1806
" bzr ignore \"RE:(?!debian/).*\"\n"
1538
1816
# help of 'default-rules' option of 'ignore' command
1539
#: bzrlib/builtins.py:2897
1817
#: bzrlib/builtins.py:2899
1540
1818
msgid "Display the default ignore rules that bzr uses."
1543
#: bzrlib/builtins.py:2945
1821
#: bzrlib/builtins.py:2911
1822
msgid "ignore requires at least one NAME_PATTERN or --default-rules."
1825
#: bzrlib/builtins.py:2927
1826
msgid "NAME_PATTERN should not be an absolute path"
1829
#: bzrlib/builtins.py:2940
1832
"Warning: the following files are version controlled and match your ignore "
1835
"These files will continue to be version controlled unless you 'bzr remove' "
1839
#: bzrlib/builtins.py:2947
1544
1840
msgid "List ignored files and the patterns that matched them."
1547
#: bzrlib/builtins.py:2947
1843
#: bzrlib/builtins.py:2949
1549
1845
"List all the ignored files and the ignore pattern that caused the file to\n"
1553
#: bzrlib/builtins.py:2950
1849
#: bzrlib/builtins.py:2952
1554
1850
msgid "Alternatively, to list just the files::"
1557
#: bzrlib/builtins.py:2952
1853
#: bzrlib/builtins.py:2954
1558
1854
msgid " bzr ls --ignored"
1561
#: bzrlib/builtins.py:2993
1857
#: bzrlib/builtins.py:2988
1859
msgid "not a valid revision-number: %r"
1862
#: bzrlib/builtins.py:2995
1562
1863
msgid "Export current or past revision to a destination directory or archive."
1565
#: bzrlib/builtins.py:2995
1866
#: bzrlib/builtins.py:2997
1566
1867
msgid "If no revision is specified this exports the last committed revision."
1569
#: bzrlib/builtins.py:2997
1870
#: bzrlib/builtins.py:2999
1571
1872
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
1572
1873
"given, try to find the format with the extension. If no extension\n"
1573
1874
"is found exports to a directory (equivalent to --format=dir)."
1576
#: bzrlib/builtins.py:3001
1877
#: bzrlib/builtins.py:3003
1578
1879
"If root is supplied, it will be used as the root directory inside\n"
1579
1880
"container formats (tar, zip, etc). If it is not supplied it will default\n"
1580
1881
"to the exported filename. The root option has no effect for 'dir' format."
1583
#: bzrlib/builtins.py:3005
1884
#: bzrlib/builtins.py:3007
1585
1886
"If branch is omitted then the branch containing the current working\n"
1586
1887
"directory will be used."
1589
#: bzrlib/builtins.py:3008
1890
#: bzrlib/builtins.py:3010
1590
1891
msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
1593
#: bzrlib/builtins.py:3010
1894
#: bzrlib/builtins.py:3012
1595
1896
" ================= =========================\n"
1596
1897
" Supported formats Autodetected by extension\n"
1606
1907
# help of 'format' option of 'export' command
1607
#: bzrlib/builtins.py:3024
1908
#: bzrlib/builtins.py:3026
1608
1909
msgid "Type of file to export to."
1611
1912
# help of 'filters' option of 'export' command
1612
#: bzrlib/builtins.py:3027
1913
#: bzrlib/builtins.py:3029
1613
1914
msgid "Apply content filters to export the convenient form."
1616
1917
# help of 'root' option of 'export' command
1617
#: bzrlib/builtins.py:3031
1918
#: bzrlib/builtins.py:3033
1618
1919
msgid "Name of the root directory inside the exported file."
1621
1922
# help of 'per-file-timestamps' option of 'export' command
1622
#: bzrlib/builtins.py:3033
1923
#: bzrlib/builtins.py:3035
1624
1925
"Set modification time of files to that of the last revision in which it was "
1628
#: bzrlib/builtins.py:3057
1929
#: bzrlib/builtins.py:3059
1629
1930
msgid "Write the contents of a file as of a given revision to standard output."
1632
#: bzrlib/builtins.py:3059
1933
#: bzrlib/builtins.py:3061
1633
1934
msgid "If no revision is nominated, the last revision is used."
1636
#: bzrlib/builtins.py:3061
1937
#: bzrlib/builtins.py:3063
1638
1939
"Note: Take care to redirect standard output when using this command on a\n"
1642
1943
# help of 'filters' option of 'cat' command
1643
#: bzrlib/builtins.py:3068
1944
#: bzrlib/builtins.py:3070
1644
1945
msgid "Apply content filters to display the convenience form."
1647
#: bzrlib/builtins.py:3139
1948
#: bzrlib/builtins.py:3081
1949
msgid "bzr cat --revision takes exactly one revision specifier"
1952
#: bzrlib/builtins.py:3106 bzrlib/builtins.py:3118
1953
msgid "{0!r} is not present in revision {1}"
1956
#: bzrlib/builtins.py:3141
1648
1957
msgid "Commit changes into a new revision."
1651
#: bzrlib/builtins.py:3141
1960
#: bzrlib/builtins.py:3143
1653
1962
"An explanatory message needs to be given for each commit. This is\n"
1654
1963
"often done by using the --message option (getting the message from the\n"
1658
1967
"boilerplate text loaded into the editor, use the --show-diff option."
1661
#: bzrlib/builtins.py:3148
1970
#: bzrlib/builtins.py:3150
1663
1972
"By default, the entire tree is committed and the person doing the\n"
1664
1973
"commit is assumed to be the author. These defaults can be overridden\n"
1665
1974
"as explained below."
1668
#: bzrlib/builtins.py:3152
1977
#: bzrlib/builtins.py:3154
1669
1978
msgid ":Selective commits:"
1672
#: bzrlib/builtins.py:3154
1981
#: bzrlib/builtins.py:3156
1674
1983
" If selected files are specified, only changes to those files are\n"
1675
1984
" committed. If a directory is specified then the directory and\n"
1676
1985
" everything within it is committed."
1679
#: bzrlib/builtins.py:3158
1988
#: bzrlib/builtins.py:3160
1681
1990
" When excludes are given, they take precedence over selected files.\n"
1682
1991
" For example, to commit only changes within foo, but not changes\n"
1683
1992
" within foo/bar::"
1686
#: bzrlib/builtins.py:3162
1995
#: bzrlib/builtins.py:3164
1687
1996
msgid " bzr commit foo -x foo/bar"
1690
#: bzrlib/builtins.py:3164
1999
#: bzrlib/builtins.py:3166
1691
2000
msgid " A selective commit after a merge is not yet supported."
1694
#: bzrlib/builtins.py:3166
2003
#: bzrlib/builtins.py:3168
1695
2004
msgid ":Custom authors:"
1698
#: bzrlib/builtins.py:3168
2007
#: bzrlib/builtins.py:3170
1700
2009
" If the author of the change is not the same person as the committer,\n"
1701
2010
" you can specify the author's name using the --author option. The\n"
1740
2049
# help of 'exclude' option of 'commit' command
1741
#: bzrlib/builtins.py:3199
2050
#: bzrlib/builtins.py:3201
1742
2051
msgid "Do not consider changes made to a given path."
1745
2054
# help of 'message' option of 'commit' command
1746
#: bzrlib/builtins.py:3202
2055
#: bzrlib/builtins.py:3204
1747
2056
msgid "Description of the new revision."
1750
2059
# help of 'unchanged' option of 'commit' command
1751
#: bzrlib/builtins.py:3205
2060
#: bzrlib/builtins.py:3207
1752
2061
msgid "Commit even if nothing has changed."
1755
2064
# help of 'file' option of 'commit' command
1756
#: bzrlib/builtins.py:3209
2065
#: bzrlib/builtins.py:3211
1757
2066
msgid "Take commit message from this file."
1760
2069
# help of 'strict' option of 'commit' command
1761
#: bzrlib/builtins.py:3211
2070
#: bzrlib/builtins.py:3213
1762
2071
msgid "Refuse to commit if there are unknown files in the working tree."
1765
2074
# help of 'commit-time' option of 'commit' command
1766
#: bzrlib/builtins.py:3214
2075
#: bzrlib/builtins.py:3216
1768
2077
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
1769
2078
"08:00:00 +0100'."
1772
2081
# help of 'fixes' option of 'commit' command
1773
#: bzrlib/builtins.py:3217
2082
#: bzrlib/builtins.py:3219
1774
2083
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
1777
2086
# help of 'author' option of 'commit' command
1778
#: bzrlib/builtins.py:3220
2087
#: bzrlib/builtins.py:3222
1779
2088
msgid "Set the author's name, if it's different from the committer."
1782
2091
# help of 'local' option of 'commit' command
1783
#: bzrlib/builtins.py:3223
2092
#: bzrlib/builtins.py:3225
1785
2094
"Perform a local commit in a bound branch. Local commits are not pushed to "
1786
2095
"the master branch until a normal commit is performed."
1789
2098
# help of 'show-diff' option of 'commit' command
1790
#: bzrlib/builtins.py:3229
2099
#: bzrlib/builtins.py:3231
1792
2101
"When no message is supplied, show the diff along with the status summary in "
1793
2102
"the message editor."
1796
2105
# help of 'lossy' option of 'commit' command
1797
#: bzrlib/builtins.py:3232
2106
#: bzrlib/builtins.py:3234
1799
2108
"When committing to a foreign version control system do not push data that "
1800
2109
"can not be natively represented."
1803
#: bzrlib/builtins.py:3406
2112
#: bzrlib/builtins.py:3252
2115
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2116
"default bug tracker using the `bugtracker` option.\n"
2117
"See \"bzr help bugs\" for more information on this feature. Commit refused."
2120
#: bzrlib/builtins.py:3261
2123
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"bzr help bugs\" "
2124
"for more information on this feature.\n"
2128
#: bzrlib/builtins.py:3270
2130
msgid "Unrecognized bug %s. Commit refused."
2133
#: bzrlib/builtins.py:3273
2140
#: bzrlib/builtins.py:3297
2141
msgid "Could not parse --commit-time: "
2144
#: bzrlib/builtins.py:3337
2145
msgid "please specify either --message or --file"
2148
#: bzrlib/builtins.py:3366
2149
msgid "please specify a commit message with either --message or --file"
2152
#: bzrlib/builtins.py:3369
2154
"Empty commit message specified. Please specify a commit message with either "
2155
"--message or --file or leave a blank message with --message \"\"."
2158
#: bzrlib/builtins.py:3389
2160
"No changes to commit. Please 'bzr add' the files you want to commit, or use "
2161
"--unchanged to force an empty commit."
2164
#: bzrlib/builtins.py:3393
2166
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2167
"resolve FILE\" to resolve."
2170
#: bzrlib/builtins.py:3397
2171
msgid "Commit refused because there are unknown files in the working tree."
2174
#: bzrlib/builtins.py:3400
2177
"To commit to master branch, run update and then commit.\n"
2178
"You can also pass --local to commit to continue working disconnected."
2181
#: bzrlib/builtins.py:3408
1805
2183
"Validate working tree structure, branch consistency and repository history."
1808
#: bzrlib/builtins.py:3408
2186
#: bzrlib/builtins.py:3410
1810
2188
"This command checks various invariants about branch and repository storage\n"
1811
2189
"to detect data corruption or bzr bugs."
1814
#: bzrlib/builtins.py:3411
2192
#: bzrlib/builtins.py:3413
1816
2194
"The working tree and branch checks will only give output if a problem is\n"
1817
2195
"detected. The output fields of the repository check are:"
1820
#: bzrlib/builtins.py:3414
2198
#: bzrlib/builtins.py:3416
1823
2201
" This is just the number of revisions checked. It doesn't\n"
1824
2202
" indicate a problem."
1827
#: bzrlib/builtins.py:3418
2205
#: bzrlib/builtins.py:3420
1829
2207
"versionedfiles\n"
1830
2208
" This is just the number of versionedfiles checked. It\n"
1831
2209
" doesn't indicate a problem."
1834
#: bzrlib/builtins.py:3422
2212
#: bzrlib/builtins.py:3424
1836
2214
"unreferenced ancestors\n"
1837
2215
" Texts that are ancestors of other texts, but\n"
1855
2233
" indicate a problem."
1858
#: bzrlib/builtins.py:3437
2236
#: bzrlib/builtins.py:3439
1860
2238
"If no restrictions are specified, all Bazaar data that is found at the "
1862
2240
"location will be checked."
1865
#: bzrlib/builtins.py:3440
2243
#: bzrlib/builtins.py:3442
1866
2244
msgid ":Examples:"
1869
#: bzrlib/builtins.py:3442
2247
#: bzrlib/builtins.py:3444
1870
2248
msgid " Check the tree and branch at 'foo'::"
1873
#: bzrlib/builtins.py:3444
2251
#: bzrlib/builtins.py:3446
1874
2252
msgid " bzr check --tree --branch foo"
1877
#: bzrlib/builtins.py:3446
2255
#: bzrlib/builtins.py:3448
1878
2256
msgid " Check only the repository at 'bar'::"
1881
#: bzrlib/builtins.py:3448
2259
#: bzrlib/builtins.py:3450
1882
2260
msgid " bzr check --repo bar"
1885
#: bzrlib/builtins.py:3450
2263
#: bzrlib/builtins.py:3452
1886
2264
msgid " Check everything at 'baz'::"
1889
#: bzrlib/builtins.py:3452
2267
#: bzrlib/builtins.py:3454
1890
2268
msgid " bzr check baz"
1893
2271
# help of 'branch' option of 'check' command
1894
#: bzrlib/builtins.py:3458
2272
#: bzrlib/builtins.py:3460
1895
2273
msgid "Check the branch related to the current directory."
1898
2276
# help of 'repo' option of 'check' command
1899
#: bzrlib/builtins.py:3460
2277
#: bzrlib/builtins.py:3462
1900
2278
msgid "Check the repository related to the current directory."
1903
2281
# help of 'tree' option of 'check' command
1904
#: bzrlib/builtins.py:3462
2282
#: bzrlib/builtins.py:3464
1905
2283
msgid "Check the working tree related to the current directory."
1908
#: bzrlib/builtins.py:3476
2286
#: bzrlib/builtins.py:3478
1909
2287
msgid "Upgrade a repository, branch or working tree to a newer format."
1912
#: bzrlib/builtins.py:3478
2290
#: bzrlib/builtins.py:3480
1914
2292
"When the default format has changed after a major new release of\n"
1915
2293
"Bazaar, you may be informed during certain operations that you\n"
1950
#: bzrlib/builtins.py:3504
2328
#: bzrlib/builtins.py:3506
1952
2330
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
1953
2331
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
1956
2334
# help of 'format' option of 'upgrade' command
1957
#: bzrlib/builtins.py:3512
2335
#: bzrlib/builtins.py:3514
1958
2336
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
1961
2339
# title of 'format' option of 'init' command
1962
#: bzrlib/builtins.py:3516
2340
#: bzrlib/builtins.py:3518
1963
2341
msgid "Branch format"
1966
2344
# help of 'clean' option of 'upgrade' command
1967
#: bzrlib/builtins.py:3518
2345
#: bzrlib/builtins.py:3520
1968
2346
msgid "Remove the backup.bzr directory if successful."
1971
#: bzrlib/builtins.py:3535
2349
#: bzrlib/builtins.py:3537
1972
2350
msgid "Show or set bzr user id."
1975
#: bzrlib/builtins.py:3537
2353
#: bzrlib/builtins.py:3539
1978
2356
" Show the email of the current user::"
1981
#: bzrlib/builtins.py:3540
2359
#: bzrlib/builtins.py:3542
1982
2360
msgid " bzr whoami --email"
1985
#: bzrlib/builtins.py:3542
2363
#: bzrlib/builtins.py:3544
1986
2364
msgid " Set the current user::"
1989
#: bzrlib/builtins.py:3544
2367
#: bzrlib/builtins.py:3546
1990
2368
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
1993
2371
# help of 'email' option of 'whoami' command
1994
#: bzrlib/builtins.py:3548
2372
#: bzrlib/builtins.py:3550
1995
2373
msgid "Display email address only."
1998
2376
# help of 'branch' option of 'whoami' command
1999
#: bzrlib/builtins.py:3550
2377
#: bzrlib/builtins.py:3552
2000
2378
msgid "Set identity for the current branch instead of globally."
2003
#: bzrlib/builtins.py:3596
2381
#: bzrlib/builtins.py:3576
2382
msgid "--email can only be used to display existing identity"
2385
#: bzrlib/builtins.py:3598
2004
2386
msgid "Print or set the branch nickname."
2007
#: bzrlib/builtins.py:3598
2389
#: bzrlib/builtins.py:3600
2009
2391
"If unset, the tree root directory name is used as the nickname.\n"
2010
2392
"To print the current nickname, execute with no argument."
2013
#: bzrlib/builtins.py:3601
2395
#: bzrlib/builtins.py:3603
2015
2397
"Bound branches use the nickname of its master branch unless it is set\n"
2019
#: bzrlib/builtins.py:3621
2401
#: bzrlib/builtins.py:3623
2020
2402
msgid "Set/unset and display aliases."
2023
#: bzrlib/builtins.py:3623
2405
#: bzrlib/builtins.py:3625
2026
2408
" Show the current aliases::"
2029
#: bzrlib/builtins.py:3626
2411
#: bzrlib/builtins.py:3628
2030
2412
msgid " bzr alias"
2033
#: bzrlib/builtins.py:3628
2415
#: bzrlib/builtins.py:3630
2034
2416
msgid " Show the alias specified for 'll'::"
2037
#: bzrlib/builtins.py:3630
2419
#: bzrlib/builtins.py:3632
2038
2420
msgid " bzr alias ll"
2041
#: bzrlib/builtins.py:3632
2423
#: bzrlib/builtins.py:3634
2042
2424
msgid " Set an alias for 'll'::"
2045
#: bzrlib/builtins.py:3634
2427
#: bzrlib/builtins.py:3636
2046
2428
msgid " bzr alias ll=\"log --line -r-10..-1\""
2049
#: bzrlib/builtins.py:3636
2431
#: bzrlib/builtins.py:3638
2050
2432
msgid " To remove an alias for 'll'::"
2053
#: bzrlib/builtins.py:3638
2435
#: bzrlib/builtins.py:3640
2054
2436
msgid " bzr alias --remove ll"
2057
2439
# help of 'remove' option of 'alias' command
2058
#: bzrlib/builtins.py:3643
2440
#: bzrlib/builtins.py:3645
2059
2441
msgid "Remove the alias."
2062
#: bzrlib/builtins.py:3897
2444
#: bzrlib/builtins.py:3663
2445
msgid "bzr alias --remove expects an alias to remove."
2448
#: bzrlib/builtins.py:3835
2449
msgid "subunit not available. subunit needs to be installed to use --subunit."
2452
#: bzrlib/builtins.py:3852
2454
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2457
#: bzrlib/builtins.py:3899
2063
2458
msgid "Show version of bzr."
2066
2461
# help of 'short' option of 'version' command
2067
#: bzrlib/builtins.py:3901
2462
#: bzrlib/builtins.py:3903
2068
2463
msgid "Print just the version number."
2071
#: bzrlib/builtins.py:3948
2466
#: bzrlib/builtins.py:3922
2467
msgid "It sure does!\n"
2470
#: bzrlib/builtins.py:3946
2472
msgid "merge base is revision %s\n"
2475
#: bzrlib/builtins.py:3950
2072
2476
msgid "Perform a three-way merge."
2075
#: bzrlib/builtins.py:3950
2479
#: bzrlib/builtins.py:3952
2077
2481
"The source of the merge can be specified either in the form of a branch,\n"
2078
2482
"or in the form of a path to a file containing a merge directive generated\n"
2139
2543
"merge revision which has more than two parents."
2142
#: bzrlib/builtins.py:3997
2546
#: bzrlib/builtins.py:3999
2144
2548
"If one would like to merge changes from the working tree of the other\n"
2145
2549
"branch without merging any committed revisions, the --uncommitted option\n"
2146
2550
"can be given."
2149
#: bzrlib/builtins.py:4001
2553
#: bzrlib/builtins.py:4003
2151
2555
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2152
2556
"you to apply each diff hunk and file change, similar to \"shelve\"."
2155
#: bzrlib/builtins.py:4004
2559
#: bzrlib/builtins.py:4006
2158
2562
" To merge all new revisions from bzr.dev::"
2161
#: bzrlib/builtins.py:4007
2565
#: bzrlib/builtins.py:4009
2162
2566
msgid " bzr merge ../bzr.dev"
2165
#: bzrlib/builtins.py:4009
2569
#: bzrlib/builtins.py:4011
2166
2570
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2169
#: bzrlib/builtins.py:4011
2573
#: bzrlib/builtins.py:4013
2170
2574
msgid " bzr merge -r 82 ../bzr.dev"
2173
#: bzrlib/builtins.py:4013
2577
#: bzrlib/builtins.py:4015
2174
2578
msgid " To merge the changes introduced by 82, without previous changes::"
2177
#: bzrlib/builtins.py:4015
2581
#: bzrlib/builtins.py:4017
2178
2582
msgid " bzr merge -r 81..82 ../bzr.dev"
2181
#: bzrlib/builtins.py:4017
2585
#: bzrlib/builtins.py:4019
2182
2586
msgid " To apply a merge directive contained in /tmp/merge::"
2185
#: bzrlib/builtins.py:4019
2589
#: bzrlib/builtins.py:4021
2186
2590
msgid " bzr merge /tmp/merge"
2189
#: bzrlib/builtins.py:4021
2593
#: bzrlib/builtins.py:4023
2191
2595
" To create a merge revision with three parents from two branches\n"
2192
2596
" feature1a and feature1b:"
2195
#: bzrlib/builtins.py:4024
2599
#: bzrlib/builtins.py:4026
2197
2601
" bzr merge ../feature1a\n"
2198
2602
" bzr merge ../feature1b --force\n"
2221
2625
# help of 'directory' option of 'merge' command
2222
#: bzrlib/builtins.py:4049
2626
#: bzrlib/builtins.py:4051
2224
2628
"Branch to merge into, rather than the one containing the working directory."
2227
2631
# help of 'preview' option of 'merge' command
2228
#: bzrlib/builtins.py:4051
2632
#: bzrlib/builtins.py:4053
2229
2633
msgid "Instead of merging, show a diff of the merge."
2232
2636
# help of 'interactive' option of 'merge' command
2233
#: bzrlib/builtins.py:4053
2637
#: bzrlib/builtins.py:4055
2234
2638
msgid "Select changes interactively."
2237
#: bzrlib/builtins.py:4337
2641
#: bzrlib/builtins.py:4077
2643
"Merging into empty branches not currently supported, https://bugs.launchpad."
2644
"net/bzr/+bug/308562"
2647
#: bzrlib/builtins.py:4104
2648
msgid "Cannot use --uncommitted with bundles or merge directives."
2651
#: bzrlib/builtins.py:4115
2652
msgid "Cannot use --uncommitted and --revision at the same time."
2655
#: bzrlib/builtins.py:4135
2659
#: bzrlib/builtins.py:4137
2660
msgid "Nothing to do."
2663
#: bzrlib/builtins.py:4141
2664
msgid "Cannot pull individual files"
2667
#: bzrlib/builtins.py:4149
2668
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2671
#: bzrlib/builtins.py:4207
2673
msgid "Show-base is not supported for this merge type. %s"
2676
#: bzrlib/builtins.py:4216
2678
msgid "Conflict reduction is not supported for merge type %s."
2681
#: bzrlib/builtins.py:4220
2682
msgid "Cannot do conflict reduction and show base."
2685
#: bzrlib/builtins.py:4331
2686
msgid "No location specified or remembered"
2689
#: bzrlib/builtins.py:4333
2690
msgid "{0} remembered {1} location {2}"
2693
#: bzrlib/builtins.py:4339
2238
2694
msgid "Redo a merge."
2241
#: bzrlib/builtins.py:4339
2697
#: bzrlib/builtins.py:4341
2243
2699
"Use this if you want to try a different merge technique while resolving\n"
2244
2700
"conflicts. Some merge techniques are better than others, and remerge\n"
2245
2701
"lets you try different ones on different files."
2248
#: bzrlib/builtins.py:4343
2704
#: bzrlib/builtins.py:4345
2250
2706
"The options for remerge have the same meaning and defaults as the ones for\n"
2251
2707
"merge. The difference is that remerge can (only) be run when there is a\n"
2252
2708
"pending merge, and it lets you specify particular files."
2255
#: bzrlib/builtins.py:4347
2711
#: bzrlib/builtins.py:4349
2258
2714
" Re-do the merge of all conflicted files, and show the base text in\n"
2259
2715
" conflict regions, in addition to the usual THIS and OTHER texts::"
2262
#: bzrlib/builtins.py:4351
2718
#: bzrlib/builtins.py:4353
2263
2719
msgid " bzr remerge --show-base"
2266
#: bzrlib/builtins.py:4353
2722
#: bzrlib/builtins.py:4355
2268
2724
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2269
2725
" additional processing to reduce the size of conflict regions::"
2272
#: bzrlib/builtins.py:4356
2728
#: bzrlib/builtins.py:4358
2273
2729
msgid " bzr remerge --merge-type weave --reprocess foobar"
2276
2732
# help of 'show-base' option of 'merge' command
2277
#: bzrlib/builtins.py:4363
2733
#: bzrlib/builtins.py:4365
2278
2734
msgid "Show base revision text in conflicts."
2281
#: bzrlib/builtins.py:4431
2737
#: bzrlib/builtins.py:4377
2739
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2743
#: bzrlib/builtins.py:4433
2282
2744
msgid "Revert files to a previous revision."
2285
#: bzrlib/builtins.py:4433
2747
#: bzrlib/builtins.py:4435
2287
2749
"Giving a list of files will revert only those files. Otherwise, all files\n"
2288
2750
"will be reverted. If the revision is not specified with '--revision', the\n"
2289
2751
"last committed revision is used."
2292
#: bzrlib/builtins.py:4437
2754
#: bzrlib/builtins.py:4439
2294
2756
"To remove only some changes, without reverting to a prior version, use\n"
2295
2757
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2350
2812
# help of 'no-backup' option of 'revert' command
2351
#: bzrlib/builtins.py:4480
2813
#: bzrlib/builtins.py:4482
2352
2814
msgid "Do not save backups of reverted files."
2355
2817
# help of 'forget-merges' option of 'revert' command
2356
#: bzrlib/builtins.py:4482
2818
#: bzrlib/builtins.py:4484
2357
2819
msgid "Remove pending merge marker, without changing any files."
2360
#: bzrlib/builtins.py:4513
2822
#: bzrlib/builtins.py:4515
2362
2824
"Show help on a command or other topic.\n"
2366
2828
# help of 'long' option of 'help' command
2367
#: bzrlib/builtins.py:4518
2829
#: bzrlib/builtins.py:4520
2368
2830
msgid "Show help on all commands."
2371
#: bzrlib/builtins.py:4547
2833
#: bzrlib/builtins.py:4549
2372
2834
msgid "Show unmerged/unpulled revisions between two branches."
2375
#: bzrlib/builtins.py:4549
2837
#: bzrlib/builtins.py:4551
2376
2838
msgid "OTHER_BRANCH may be local or remote."
2379
#: bzrlib/builtins.py:4551
2841
#: bzrlib/builtins.py:4553
2381
2843
"To filter on a range of revisions, you can use the command -r begin..end\n"
2382
2844
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
2387
2849
" 0 - no missing revisions"
2390
#: bzrlib/builtins.py:4561
2852
#: bzrlib/builtins.py:4563
2392
2854
" Determine the missing revisions between this and the branch at the\n"
2393
2855
" remembered pull location::"
2396
#: bzrlib/builtins.py:4564
2858
#: bzrlib/builtins.py:4566
2397
2859
msgid " bzr missing"
2400
#: bzrlib/builtins.py:4566
2862
#: bzrlib/builtins.py:4568
2401
2863
msgid " Determine the missing revisions between this and another branch::"
2404
#: bzrlib/builtins.py:4568
2866
#: bzrlib/builtins.py:4570
2405
2867
msgid " bzr missing http://server/branch"
2408
#: bzrlib/builtins.py:4570
2870
#: bzrlib/builtins.py:4572
2410
2872
" Determine the missing revisions up to a specific revision on the other\n"
2414
#: bzrlib/builtins.py:4573
2876
#: bzrlib/builtins.py:4575
2415
2877
msgid " bzr missing -r ..-10"
2418
#: bzrlib/builtins.py:4575
2880
#: bzrlib/builtins.py:4577
2420
2882
" Determine the missing revisions up to a specific revision on this\n"
2424
#: bzrlib/builtins.py:4578
2886
#: bzrlib/builtins.py:4580
2425
2887
msgid " bzr missing --my-revision ..-10"
2428
2890
# help of 'reverse' option of 'missing' command
2429
#: bzrlib/builtins.py:4585
2891
#: bzrlib/builtins.py:4587
2430
2892
msgid "Reverse the order of revisions."
2433
2895
# help of 'mine-only' option of 'missing' command
2434
#: bzrlib/builtins.py:4587
2896
#: bzrlib/builtins.py:4589
2435
2897
msgid "Display changes in the local branch only."
2438
2900
# help of 'this' option of 'missing' command
2439
#: bzrlib/builtins.py:4588
2901
#: bzrlib/builtins.py:4590
2440
2902
msgid "Same as --mine-only."
2443
2905
# help of 'theirs-only' option of 'missing' command
2444
#: bzrlib/builtins.py:4590
2906
#: bzrlib/builtins.py:4592
2445
2907
msgid "Display changes in the remote branch only."
2448
2910
# help of 'other' option of 'missing' command
2449
#: bzrlib/builtins.py:4591
2911
#: bzrlib/builtins.py:4593
2450
2912
msgid "Same as --theirs-only."
2453
2915
# help of 'revision' option of 'missing' command
2454
#: bzrlib/builtins.py:4596
2916
#: bzrlib/builtins.py:4598
2456
2918
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
2460
2922
# help of 'my-revision' option of 'missing' command
2461
#: bzrlib/builtins.py:4600
2923
#: bzrlib/builtins.py:4602
2463
2925
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
2467
2929
# help of 'include-merges' option of 'missing' command
2468
#: bzrlib/builtins.py:4603
2930
#: bzrlib/builtins.py:4605
2469
2931
msgid "Show all revisions in addition to the mainline ones."
2472
#: bzrlib/builtins.py:4719
2934
#: bzrlib/builtins.py:4641
2935
msgid "No peer location known or specified."
2938
#: bzrlib/builtins.py:4645
2939
msgid "Using saved parent location: {0}\n"
2942
#: bzrlib/builtins.py:4678
2944
msgid "You have %d extra revision(s):\n"
2947
#: bzrlib/builtins.py:4692
2949
msgid "You are missing %d revision(s):\n"
2952
#: bzrlib/builtins.py:4702
2953
msgid "This branch has no new revisions.\n"
2956
#: bzrlib/builtins.py:4705
2957
msgid "Other branch has no new revisions.\n"
2960
#: bzrlib/builtins.py:4710
2961
msgid "Branches are up to date.\n"
2964
#: bzrlib/builtins.py:4721
2473
2965
msgid "Compress the data within a repository."
2476
#: bzrlib/builtins.py:4721
2968
#: bzrlib/builtins.py:4723
2478
2970
"This operation compresses the data within a bazaar repository. As\n"
2479
2971
"bazaar supports automatic packing of repository, this operation is\n"
2480
2972
"normally not required to be done manually."
2483
#: bzrlib/builtins.py:4725
2975
#: bzrlib/builtins.py:4727
2485
2977
"During the pack operation, bazaar takes a backup of existing repository\n"
2486
2978
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
2533
3025
"plugins using the Python programming language."
2536
#: bzrlib/builtins.py:4783
3028
#: bzrlib/builtins.py:4785
2537
3029
msgid "Show testament (signing-form) of a revision."
2540
3032
# help of 'long' option of 'testament' command
2541
#: bzrlib/builtins.py:4786
3033
#: bzrlib/builtins.py:4788
2542
3034
msgid "Produce long-format testament."
2545
3037
# help of 'strict' option of 'testament' command
2546
#: bzrlib/builtins.py:4788
3038
#: bzrlib/builtins.py:4790
2547
3039
msgid "Produce a strict-format testament."
2550
#: bzrlib/builtins.py:4814
3042
#: bzrlib/builtins.py:4816
2551
3043
msgid "Show the origin of each line in a file."
2554
#: bzrlib/builtins.py:4816
3046
#: bzrlib/builtins.py:4818
2556
3048
"This prints out the given file with an annotation on the left side\n"
2557
3049
"indicating which revision, author and date introduced the change."
2560
#: bzrlib/builtins.py:4819
3052
#: bzrlib/builtins.py:4821
2562
3054
"If the origin is the same for a run of consecutive lines, it is\n"
2563
3055
"shown only at the top, unless the --all option is given."
2566
3058
# help of 'all' option of 'annotate' command
2567
#: bzrlib/builtins.py:4827
3059
#: bzrlib/builtins.py:4829
2568
3060
msgid "Show annotations on all lines."
2571
3063
# help of 'long' option of 'annotate' command
2572
#: bzrlib/builtins.py:4828
3064
#: bzrlib/builtins.py:4830
2573
3065
msgid "Show commit date in annotations."
2576
#: bzrlib/builtins.py:4931
3068
#: bzrlib/builtins.py:4917
3069
msgid "Cannot sign a range of non-revision-history revisions"
3072
#: bzrlib/builtins.py:4929
3073
msgid "Please supply either one revision, or a range."
3076
#: bzrlib/builtins.py:4933
2578
3078
"Convert the current branch into a checkout of the supplied branch.\n"
2579
3079
"If no branch is supplied, rebind to the last bound location."
2582
#: bzrlib/builtins.py:4934
3082
#: bzrlib/builtins.py:4936
2584
3084
"Once converted into a checkout, commits must succeed on the master branch\n"
2585
3085
"before they will be applied to the local branch."
2588
#: bzrlib/builtins.py:4937
3088
#: bzrlib/builtins.py:4939
2590
3090
"Bound branches use the nickname of its master branch unless it is set\n"
2591
3091
"locally, in which case binding will update the local nickname to be\n"
2592
3092
"that of the master."
2595
#: bzrlib/builtins.py:4972
3095
#: bzrlib/builtins.py:4954
3096
msgid "No location supplied. This format does not remember old locations."
3099
#: bzrlib/builtins.py:4959
3100
msgid "Branch is already bound"
3103
#: bzrlib/builtins.py:4961
3104
msgid "No location supplied and no previous location known"
3107
#: bzrlib/builtins.py:4967
3108
msgid "These branches have diverged. Try merging, and then bind again."
3111
#: bzrlib/builtins.py:4974
2596
3112
msgid "Convert the current checkout into a regular branch."
2599
#: bzrlib/builtins.py:4974
3115
#: bzrlib/builtins.py:4976
2601
3117
"After unbinding, the local branch is considered independent and subsequent\n"
2602
3118
"commits will be local only."
2605
#: bzrlib/builtins.py:4989
3121
#: bzrlib/builtins.py:4987
3122
msgid "Local branch is not bound"
3125
#: bzrlib/builtins.py:4991
2606
3126
msgid "Remove the last committed revision."
2609
#: bzrlib/builtins.py:4991
3129
#: bzrlib/builtins.py:4993
2611
3131
"--verbose will print out what is being removed.\n"
2612
3132
"--dry-run will go through all the motions, but not actually\n"
2613
3133
"remove anything."
2616
#: bzrlib/builtins.py:4995
3136
#: bzrlib/builtins.py:4997
2618
3138
"If --revision is specified, uncommit revisions to leave the branch at the\n"
2619
3139
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
2620
3140
"branch at revision 15."
2623
#: bzrlib/builtins.py:4999
3143
#: bzrlib/builtins.py:5001
2625
3145
"Uncommit leaves the working tree ready for a new commit. The only change\n"
2626
3146
"it may make is to restore any pending merges that were present before\n"
2630
3150
# help of 'dry-run' option of 'uncommit' command
2631
#: bzrlib/builtins.py:5010
3151
#: bzrlib/builtins.py:5012
2632
3152
msgid "Don't actually make changes."
2635
3155
# help of 'force' option of 'uncommit' command
2636
#: bzrlib/builtins.py:5011
3156
#: bzrlib/builtins.py:5013
2637
3157
msgid "Say yes to all questions."
2640
3160
# help of 'keep-tags' option of 'uncommit' command
2641
#: bzrlib/builtins.py:5013
3161
#: bzrlib/builtins.py:5015
2642
3162
msgid "Keep tags that point to removed revisions."
2645
3165
# help of 'local' option of 'uncommit' command
2646
#: bzrlib/builtins.py:5015
3166
#: bzrlib/builtins.py:5017
2647
3167
msgid "Only remove the commits from the local branch when in a checkout."
2650
#: bzrlib/builtins.py:5101
3170
#: bzrlib/builtins.py:5066
3171
msgid "No revisions to uncommit.\n"
3174
#: bzrlib/builtins.py:5081
3175
msgid "Dry-run, pretending to remove the above revisions.\n"
3178
#: bzrlib/builtins.py:5084
3179
msgid "The above revision(s) will be removed.\n"
3182
#: bzrlib/builtins.py:5088
3183
msgid "Uncommit these revisions"
3186
#: bzrlib/builtins.py:5091
3190
#: bzrlib/builtins.py:5098
3193
"You can restore the old tip by running:\n"
3194
" bzr pull . -r revid:%s\n"
3197
#: bzrlib/builtins.py:5103
2651
3198
msgid "Break a dead lock."
2654
#: bzrlib/builtins.py:5103
3201
#: bzrlib/builtins.py:5105
2656
3203
"This command breaks a lock on a repository, branch, working directory or\n"
2660
#: bzrlib/builtins.py:5106
3207
#: bzrlib/builtins.py:5108
2662
3209
"CAUTION: Locks should only be broken when you are sure that the process\n"
2663
3210
"holding the lock has been stopped."
2666
#: bzrlib/builtins.py:5109
3213
#: bzrlib/builtins.py:5111
2668
3215
"You can get information on what locks are open via the 'bzr info\n"
2669
3216
"[location]' command."
2672
#: bzrlib/builtins.py:5112
3219
#: bzrlib/builtins.py:5114
2675
3222
" bzr break-lock\n"
2680
3227
# help of 'config' option of 'break-lock' command
2681
#: bzrlib/builtins.py:5121
3228
#: bzrlib/builtins.py:5123
2682
3229
msgid "LOCATION is the directory where the config lock is."
2685
3232
# help of 'force' option of 'break-lock' command
2686
#: bzrlib/builtins.py:5123
3233
#: bzrlib/builtins.py:5125
2687
3234
msgid "Do not ask for confirmation before breaking the lock."
2690
#: bzrlib/builtins.py:5159
3237
#: bzrlib/builtins.py:5161
2691
3238
msgid "Run the bzr server."
2694
3241
# help of 'inet' option of 'serve' command
2695
#: bzrlib/builtins.py:5165
3242
#: bzrlib/builtins.py:5167
2696
3243
msgid "Serve on stdin/out for use from inetd or sshd."
2699
3246
# title of 'protocol' option of 'serve' command
2700
#: bzrlib/builtins.py:5166
3247
#: bzrlib/builtins.py:5168
2701
3248
msgid "protocol"
2704
3251
# help of 'protocol' option of 'serve' command
2705
#: bzrlib/builtins.py:5167
3252
#: bzrlib/builtins.py:5169
2706
3253
msgid "Protocol to serve."
2709
3256
# help of 'port' option of 'serve' command
2710
#: bzrlib/builtins.py:5171
3257
#: bzrlib/builtins.py:5173
2712
3259
"Listen for connections on nominated port of the form [hostname:]portnumber. "
2713
3260
"Passing 0 as the port number will result in a dynamically allocated port. "
2729
3276
"uncontrolled write access to your file system."
2732
#: bzrlib/builtins.py:5224
3279
#: bzrlib/builtins.py:5226
2733
3280
msgid "Combine a tree into its containing tree."
2736
#: bzrlib/builtins.py:5226
3283
#: bzrlib/builtins.py:5228
2737
3284
msgid "This command requires the target tree to be in a rich-root format."
2740
#: bzrlib/builtins.py:5228
3287
#: bzrlib/builtins.py:5230
2742
3289
"The TREE argument should be an independent tree, inside another tree, but\n"
2743
3290
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
2744
3291
"running \"bzr branch\" with the target inside a tree.)"
2747
#: bzrlib/builtins.py:5232
3294
#: bzrlib/builtins.py:5234
2749
3296
"The result is a combined tree, with the subtree no longer an independent\n"
2750
3297
"part. This is marked as a merge of the subtree into the containing tree,\n"
2751
3298
"and all history is preserved."
2754
#: bzrlib/builtins.py:5270
3301
#: bzrlib/builtins.py:5252
3304
"Can't join trees because %s doesn't support rich root data.\n"
3305
"You can use bzr upgrade on the repository."
3308
#: bzrlib/builtins.py:5262 bzrlib/builtins.py:5268
3309
msgid "Cannot join {0}. {1}"
3312
#: bzrlib/builtins.py:5272
2755
3313
msgid "Split a subdirectory of a tree into a separate tree."
2758
#: bzrlib/builtins.py:5272
3316
#: bzrlib/builtins.py:5274
2760
3318
"This command will produce a target tree in a format that supports\n"
2761
3319
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
2762
3320
"converted into earlier formats like 'dirstate-tags'."
2765
#: bzrlib/builtins.py:5276
3323
#: bzrlib/builtins.py:5278
2767
3325
"The TREE argument should be a subdirectory of a working tree. That\n"
2768
3326
"subdirectory will be converted into an independent tree, with its own\n"
2769
3327
"branch. Commits in the top-level tree will not apply to the new subtree."
2772
#: bzrlib/builtins.py:5397
3330
#: bzrlib/builtins.py:5358
3331
msgid "No submit branch specified or known"
3334
#: bzrlib/builtins.py:5366
3335
msgid "No public branch specified or known"
3338
#: bzrlib/builtins.py:5371
3339
msgid "bzr merge-directive takes at most two one revision identifiers"
3342
#: bzrlib/builtins.py:5380
3343
msgid "No revisions to bundle."
3346
#: bzrlib/builtins.py:5399
2773
3347
msgid "Mail or create a merge-directive for submitting changes."
2776
#: bzrlib/builtins.py:5399
3350
#: bzrlib/builtins.py:5401
2777
3351
msgid "A merge directive provides many things needed for requesting merges:"
2780
#: bzrlib/builtins.py:5401
3354
#: bzrlib/builtins.py:5403
2781
3355
msgid "* A machine-readable description of the merge to perform"
2784
#: bzrlib/builtins.py:5403
3358
#: bzrlib/builtins.py:5405
2785
3359
msgid "* An optional patch that is a preview of the changes requested"
2788
#: bzrlib/builtins.py:5405
3362
#: bzrlib/builtins.py:5407
2790
3364
"* An optional bundle of revision data, so that the changes can be applied\n"
2791
3365
" directly from the merge directive, without retrieving data from a\n"
2795
#: bzrlib/builtins.py:5409
3369
#: bzrlib/builtins.py:5411
2797
3371
"`bzr send` creates a compact data set that, when applied using bzr\n"
2798
3372
"merge, has the same effect as merging from the source branch. "
2801
#: bzrlib/builtins.py:5412
3375
#: bzrlib/builtins.py:5414
2803
3377
"By default the merge directive is self-contained and can be applied to any\n"
2804
3378
"branch containing submit_branch in its ancestory without needing access to\n"
2805
3379
"the source branch."
2808
#: bzrlib/builtins.py:5416
3382
#: bzrlib/builtins.py:5418
2810
3384
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
2811
3385
"revisions, but only a structured request to merge from the\n"
2900
3474
# help of 'output' option of 'send' command
2901
#: bzrlib/builtins.py:5491
3475
#: bzrlib/builtins.py:5493
2902
3476
msgid "Write merge directive to this file or directory; use - for stdout."
2905
3479
# help of 'strict' option of 'send' command
2906
#: bzrlib/builtins.py:5495
3480
#: bzrlib/builtins.py:5497
2908
3482
"Refuse to send if there are uncommitted changes in the working tree, --no-"
2909
3483
"strict disables the check."
2912
3486
# help of 'mail-to' option of 'send' command
2913
#: bzrlib/builtins.py:5497
3487
#: bzrlib/builtins.py:5499
2914
3488
msgid "Mail the request to this address."
2917
3491
# help of 'body' option of 'send' command
2918
#: bzrlib/builtins.py:5501
3492
#: bzrlib/builtins.py:5503
2919
3493
msgid "Body for the email."
2922
3496
# help of 'no-bundle' option of 'send' command
2923
#: bzrlib/builtins.py:5554
3497
#: bzrlib/builtins.py:5556
2924
3498
msgid "Do not include a bundle in the merge directive."
2927
3501
# help of 'no-patch' option of 'send' command
2928
#: bzrlib/builtins.py:5555
3502
#: bzrlib/builtins.py:5557
2929
3503
msgid "Do not include a preview patch in the merge directive."
2932
3506
# help of 'remember' option of 'send' command
2933
#: bzrlib/builtins.py:5558
3507
#: bzrlib/builtins.py:5560
2934
3508
msgid "Remember submit and public branch."
2937
3511
# help of 'from' option of 'send' command
2938
#: bzrlib/builtins.py:5560
3512
#: bzrlib/builtins.py:5562
2940
3514
"Branch to generate the submission from, rather than the one containing the "
2941
3515
"working directory."
2944
3518
# title of 'format' option of 'send' command
2945
#: bzrlib/builtins.py:5570
3519
#: bzrlib/builtins.py:5572
2949
3523
# help of 'format' option of 'send' command
2950
#: bzrlib/builtins.py:5571
3524
#: bzrlib/builtins.py:5573
2951
3525
msgid "Use the specified output format."
2954
#: bzrlib/builtins.py:5593
3528
#: bzrlib/builtins.py:5595
2955
3529
msgid "Create, remove or modify a tag naming a revision."
2958
#: bzrlib/builtins.py:5595
3532
#: bzrlib/builtins.py:5597
2960
3534
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
2961
3535
"(--revision) option can be given -rtag:X, where X is any previously\n"
2965
#: bzrlib/builtins.py:5599
3539
#: bzrlib/builtins.py:5601
2967
3541
"Tags are stored in the branch. Tags are copied from one branch to another\n"
2968
3542
"along when you branch, push, pull or merge."
2971
#: bzrlib/builtins.py:5602
3545
#: bzrlib/builtins.py:5604
2973
3547
"It is an error to give a tag name that already exists unless you pass\n"
2974
3548
"--force, in which case the tag is moved to point to the new revision."
2977
#: bzrlib/builtins.py:5605
3551
#: bzrlib/builtins.py:5607
2979
3553
"To rename a tag (change the name but keep it on the same revsion), run "
2981
3555
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
2984
#: bzrlib/builtins.py:5608
3558
#: bzrlib/builtins.py:5610
2986
3560
"If no tag name is specified it will be determined through the \n"
2987
3561
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
2992
3566
# help of 'delete' option of 'tag' command
2993
#: bzrlib/builtins.py:5618
3567
#: bzrlib/builtins.py:5620
2994
3568
msgid "Delete this tag rather than placing it."
2997
3571
# help of 'directory' option of 'tag' command
2998
#: bzrlib/builtins.py:5621
3572
#: bzrlib/builtins.py:5623
2999
3573
msgid "Branch in which to place the tag."
3002
3576
# help of 'force' option of 'tag' command
3003
#: bzrlib/builtins.py:5623
3577
#: bzrlib/builtins.py:5625
3004
3578
msgid "Replace existing tags."
3007
#: bzrlib/builtins.py:5672
3581
#: bzrlib/builtins.py:5640
3582
msgid "No tag specified to delete."
3585
#: bzrlib/builtins.py:5642
3587
msgid "Deleted tag %s."
3590
#: bzrlib/builtins.py:5647
3591
msgid "Tags can only be placed on a single revision, not on a range"
3594
#: bzrlib/builtins.py:5656
3595
msgid "Please specify a tag name."
3598
#: bzrlib/builtins.py:5664
3600
msgid "Tag %s already exists for that revision."
3603
#: bzrlib/builtins.py:5668
3605
msgid "Created tag %s."
3608
#: bzrlib/builtins.py:5670
3610
msgid "Updated tag %s."
3613
#: bzrlib/builtins.py:5674
3008
3614
msgid "List tags."
3011
#: bzrlib/builtins.py:5674
3617
#: bzrlib/builtins.py:5676
3013
3619
"This command shows a table of tag names and the revisions they reference."
3016
3622
# help of 'directory' option of 'tags' command
3017
#: bzrlib/builtins.py:5680
3623
#: bzrlib/builtins.py:5682
3018
3624
msgid "Branch whose tags should be displayed."
3021
3627
# help of 'sort' option of 'tags' command
3022
#: bzrlib/builtins.py:5682
3628
#: bzrlib/builtins.py:5684
3023
3629
msgid "Sort tags by different criteria."
3026
3632
# title of 'sort' option of 'tags' command
3027
#: bzrlib/builtins.py:5682
3633
#: bzrlib/builtins.py:5684
3028
3634
msgid "Sorting"
3031
#: bzrlib/builtins.py:5727
3637
#: bzrlib/builtins.py:5729
3032
3638
msgid "Reconfigure the type of a bzr directory."
3035
#: bzrlib/builtins.py:5729
3641
#: bzrlib/builtins.py:5731
3036
3642
msgid "A target configuration must be specified."
3039
#: bzrlib/builtins.py:5731
3645
#: bzrlib/builtins.py:5733
3041
3647
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3042
3648
"The order of preference is\n"
3047
3653
"If none of these is available, --bind-to must be specified."
3050
# title of 'target_type' option of 'reconfigure' command
3051
#: bzrlib/builtins.py:5745
3055
# help of 'target_type' option of 'reconfigure' command
3056
#: bzrlib/builtins.py:5746
3057
msgid "The type to reconfigure the directory to."
3656
# title of 'tree_type' option of 'reconfigure' command
3657
#: bzrlib/builtins.py:5747
3661
# help of 'tree_type' option of 'reconfigure' command
3662
#: bzrlib/builtins.py:5748
3663
msgid "The relation between branch and tree."
3666
# title of 'repository_type' option of 'reconfigure' command
3667
#: bzrlib/builtins.py:5758
3668
msgid "Repository type"
3671
# help of 'repository_type' option of 'reconfigure' command
3672
#: bzrlib/builtins.py:5759
3673
msgid "Location fo the repository."
3676
# title of 'repository_trees' option of 'reconfigure' command
3677
#: bzrlib/builtins.py:5767
3678
msgid "Trees in Repository"
3681
# help of 'repository_trees' option of 'reconfigure' command
3682
#: bzrlib/builtins.py:5768
3683
msgid "Whether new branches in the repository have trees."
3060
3686
# help of 'bind-to' option of 'reconfigure' command
3061
#: bzrlib/builtins.py:5761
3687
#: bzrlib/builtins.py:5775
3062
3688
msgid "Branch to bind checkout to."
3065
3691
# help of 'force' option of 'reconfigure' command
3066
#: bzrlib/builtins.py:5763
3692
#: bzrlib/builtins.py:5777
3067
3693
msgid "Perform reconfiguration even if local changes will be lost."
3070
3696
# help of 'stacked-on' option of 'reconfigure' command
3071
#: bzrlib/builtins.py:5766
3697
#: bzrlib/builtins.py:5780
3072
3698
msgid "Reconfigure a branch to be stacked on another branch."
3075
3701
# help of 'unstacked' option of 'reconfigure' command
3076
#: bzrlib/builtins.py:5770
3702
#: bzrlib/builtins.py:5784
3078
3704
"Reconfigure a branch to be unstacked. This may require copying substantial "
3079
3705
"data into it."
3082
#: bzrlib/builtins.py:5818
3708
#: bzrlib/builtins.py:5794
3709
msgid "Can't use both --stacked-on and --unstacked"
3712
#: bzrlib/builtins.py:5808
3713
msgid "No target configuration specified"
3716
#: bzrlib/builtins.py:5843
3083
3717
msgid "Set the branch of a checkout and update."
3086
#: bzrlib/builtins.py:5820
3720
#: bzrlib/builtins.py:5845
3088
3722
"For lightweight checkouts, this changes the branch being referenced.\n"
3089
3723
"For heavyweight checkouts, this checks that there are no local commits\n"
3156
3798
"want to switch back to your view after that."
3159
#: bzrlib/builtins.py:5934
3801
#: bzrlib/builtins.py:5959
3162
3804
" To define the current view::"
3165
#: bzrlib/builtins.py:5937
3807
#: bzrlib/builtins.py:5962
3166
3808
msgid " bzr view file1 dir1 ..."
3169
#: bzrlib/builtins.py:5939
3811
#: bzrlib/builtins.py:5964
3170
3812
msgid " To list the current view::"
3173
#: bzrlib/builtins.py:5941
3815
#: bzrlib/builtins.py:5966
3174
3816
msgid " bzr view"
3177
#: bzrlib/builtins.py:5943
3819
#: bzrlib/builtins.py:5968
3178
3820
msgid " To delete the current view::"
3181
#: bzrlib/builtins.py:5945
3823
#: bzrlib/builtins.py:5970
3182
3824
msgid " bzr view --delete"
3185
#: bzrlib/builtins.py:5947
3827
#: bzrlib/builtins.py:5972
3186
3828
msgid " To disable the current view without deleting it::"
3189
#: bzrlib/builtins.py:5949
3831
#: bzrlib/builtins.py:5974
3190
3832
msgid " bzr view --switch off"
3193
#: bzrlib/builtins.py:5951
3835
#: bzrlib/builtins.py:5976
3194
3836
msgid " To define a named view and switch to it::"
3197
#: bzrlib/builtins.py:5953
3839
#: bzrlib/builtins.py:5978
3198
3840
msgid " bzr view --name view-name file1 dir1 ..."
3201
#: bzrlib/builtins.py:5955
3843
#: bzrlib/builtins.py:5980
3202
3844
msgid " To list a named view::"
3205
#: bzrlib/builtins.py:5957
3847
#: bzrlib/builtins.py:5982
3206
3848
msgid " bzr view --name view-name"
3209
#: bzrlib/builtins.py:5959
3851
#: bzrlib/builtins.py:5984
3210
3852
msgid " To delete a named view::"
3213
#: bzrlib/builtins.py:5961
3855
#: bzrlib/builtins.py:5986
3214
3856
msgid " bzr view --name view-name --delete"
3217
#: bzrlib/builtins.py:5963
3859
#: bzrlib/builtins.py:5988
3218
3860
msgid " To switch to a named view::"
3221
#: bzrlib/builtins.py:5965
3863
#: bzrlib/builtins.py:5990
3222
3864
msgid " bzr view --switch view-name"
3225
#: bzrlib/builtins.py:5967
3867
#: bzrlib/builtins.py:5992
3226
3868
msgid " To list all views defined::"
3229
#: bzrlib/builtins.py:5969
3871
#: bzrlib/builtins.py:5994
3230
3872
msgid " bzr view --all"
3233
#: bzrlib/builtins.py:5971
3875
#: bzrlib/builtins.py:5996
3234
3876
msgid " To delete all views::"
3237
#: bzrlib/builtins.py:5973
3879
#: bzrlib/builtins.py:5998
3238
3880
msgid " bzr view --delete --all"
3241
3883
# help of 'all' option of 'view' command
3242
#: bzrlib/builtins.py:5980
3884
#: bzrlib/builtins.py:6005
3243
3885
msgid "Apply list or delete action to all views."
3246
3888
# help of 'delete' option of 'view' command
3247
#: bzrlib/builtins.py:5983
3889
#: bzrlib/builtins.py:6008
3248
3890
msgid "Delete the view."
3251
3893
# help of 'name' option of 'view' command
3252
#: bzrlib/builtins.py:5986
3894
#: bzrlib/builtins.py:6011
3253
3895
msgid "Name of the view to define, list or delete."
3256
3898
# help of 'switch' option of 'view' command
3257
#: bzrlib/builtins.py:5990
3899
#: bzrlib/builtins.py:6015
3258
3900
msgid "Name of the view to switch to."
3261
#: bzrlib/builtins.py:6090
3903
#: bzrlib/builtins.py:6034
3904
msgid "Both --delete and a file list specified"
3907
#: bzrlib/builtins.py:6037
3908
msgid "Both --delete and --switch specified"
3911
#: bzrlib/builtins.py:6040
3912
msgid "Deleted all views.\n"
3915
#: bzrlib/builtins.py:6042
3916
msgid "No current view to delete"
3919
#: bzrlib/builtins.py:6045
3921
msgid "Deleted '%s' view.\n"
3924
#: bzrlib/builtins.py:6049
3925
msgid "Both --switch and a file list specified"
3928
#: bzrlib/builtins.py:6052
3929
msgid "Both --switch and --all specified"
3932
#: bzrlib/builtins.py:6055
3933
msgid "No current view to disable"
3936
#: bzrlib/builtins.py:6057
3938
msgid "Disabled '%s' view.\n"
3941
#: bzrlib/builtins.py:6061 bzrlib/builtins.py:6083
3942
msgid "Using '{0}' view: {1}\n"
3945
#: bzrlib/builtins.py:6064
3946
msgid "Views defined:\n"
3949
#: bzrlib/builtins.py:6073
3950
msgid "No views defined.\n"
3953
#: bzrlib/builtins.py:6080
3954
msgid "Cannot change the 'off' pseudo view"
3957
#: bzrlib/builtins.py:6088
3958
msgid "No current view.\n"
3961
#: bzrlib/builtins.py:6091
3962
msgid "'{0}' view is: {1}\n"
3965
#: bzrlib/builtins.py:6111
3966
msgid " <no hooks installed>\n"
3969
#: bzrlib/builtins.py:6115
3262
3970
msgid "Remove a branch."
3265
#: bzrlib/builtins.py:6092
3973
#: bzrlib/builtins.py:6117
3267
3975
"This will remove the branch from the specified location but \n"
3268
3976
"will keep any working tree or repository in place."
3271
#: bzrlib/builtins.py:6097
3979
#: bzrlib/builtins.py:6122
3272
3980
msgid " Remove the branch at repo/trunk::"
3275
#: bzrlib/builtins.py:6099
3983
#: bzrlib/builtins.py:6124
3276
3984
msgid " bzr remove-branch repo/trunk"
3279
#: bzrlib/builtins.py:6115
3987
#: bzrlib/builtins.py:6140
3280
3988
msgid "Temporarily set aside some changes from the current tree."
3283
#: bzrlib/builtins.py:6117
3991
#: bzrlib/builtins.py:6142
3285
3993
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
3286
3994
"ie. out of the way, until a later time when you can bring them back from\n"
3301
4009
"shelve all text changes at once, use shelve --all."
3304
#: bzrlib/builtins.py:6130
4012
#: bzrlib/builtins.py:6155
3306
4014
"If filenames are specified, only the changes to those files will be\n"
3307
4015
"shelved. Other files will be left untouched."
3310
#: bzrlib/builtins.py:6133
4018
#: bzrlib/builtins.py:6158
3312
4020
"If a revision is specified, changes since that revision will be shelved."
3315
#: bzrlib/builtins.py:6135
4023
#: bzrlib/builtins.py:6160
3317
4025
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
3318
4026
"restore the most recently shelved changes."
3321
#: bzrlib/builtins.py:6138
4029
#: bzrlib/builtins.py:6163
3323
4031
"For complicated changes, it is possible to edit the changes in a separate\n"
3324
4032
"editor program to decide what the file remaining in the working copy\n"
3325
4033
"should look like. To do this, add the configuration option"
3328
#: bzrlib/builtins.py:6142
4036
#: bzrlib/builtins.py:6167
3329
4037
msgid " change_editor = PROGRAM @new_path @old_path"
3332
#: bzrlib/builtins.py:6144
4040
#: bzrlib/builtins.py:6169
3334
4042
"where @new_path is replaced with the path of the new version of the \n"
3335
4043
"file and @old_path is replaced with the path of the old version of \n"
3341
4049
# help of 'all' option of 'shelve' command
3342
#: bzrlib/builtins.py:6156
4050
#: bzrlib/builtins.py:6181
3343
4051
msgid "Shelve all changes."
3346
4054
# help of 'writer' option of 'shelve' command
3347
#: bzrlib/builtins.py:6158
4055
#: bzrlib/builtins.py:6183
3348
4056
msgid "Method to use for writing diffs."
3351
4059
# title of 'writer' option of 'shelve' command
3352
#: bzrlib/builtins.py:6158
4060
#: bzrlib/builtins.py:6183
3356
4064
# help of 'list' option of 'shelve' command
3357
#: bzrlib/builtins.py:6162
4065
#: bzrlib/builtins.py:6187
3358
4066
msgid "List shelved changes."
3361
4069
# help of 'destroy' option of 'shelve' command
3362
#: bzrlib/builtins.py:6164
4070
#: bzrlib/builtins.py:6189
3363
4071
msgid "Destroy removed changes instead of shelving them."
3366
#: bzrlib/builtins.py:6204
4074
#: bzrlib/builtins.py:6218
4075
msgid "No shelved changes."
4078
#: bzrlib/builtins.py:6229
3367
4079
msgid "Restore shelved changes."
3370
#: bzrlib/builtins.py:6206
4082
#: bzrlib/builtins.py:6231
3372
4084
"By default, the most recently shelved changes are restored. However if you\n"
3373
4085
"specify a shelf by id those changes will be restored instead. This works\n"
3377
4089
# help of 'action' option of 'unshelve' command
3378
#: bzrlib/builtins.py:6215
4090
#: bzrlib/builtins.py:6240
3379
4091
msgid "The action to perform."
3382
#: bzrlib/builtins.py:6237
4094
#: bzrlib/builtins.py:6262
3383
4095
msgid "Remove unwanted files from working tree."
3386
#: bzrlib/builtins.py:6239
4098
#: bzrlib/builtins.py:6264
3388
4100
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
3389
4101
"files are never deleted."
3392
#: bzrlib/builtins.py:6242
4104
#: bzrlib/builtins.py:6267
3394
4106
"Another class is 'detritus', which includes files emitted by bzr during\n"
3395
4107
"normal operations and selftests. (The value of these files decreases with\n"
3399
#: bzrlib/builtins.py:6246
4111
#: bzrlib/builtins.py:6271
3401
4113
"If no options are specified, unknown files are deleted. Otherwise, option\n"
3402
4114
"flags are respected, and may be combined."
3405
#: bzrlib/builtins.py:6249
4117
#: bzrlib/builtins.py:6274
3406
4118
msgid "To check what clean-tree will do, use --dry-run."
3409
4121
# help of 'ignored' option of 'clean-tree' command
3410
#: bzrlib/builtins.py:6252
4122
#: bzrlib/builtins.py:6277
3411
4123
msgid "Delete all ignored files."
3414
4126
# help of 'detritus' option of 'clean-tree' command
3415
#: bzrlib/builtins.py:6253
4127
#: bzrlib/builtins.py:6278
3417
4129
"Delete conflict files, merge and revert backups, and failed selftest dirs."
3420
4132
# help of 'unknown' option of 'clean-tree' command
3421
#: bzrlib/builtins.py:6256
4133
#: bzrlib/builtins.py:6281
3422
4134
msgid "Delete files unknown to bzr (default)."
3425
4137
# help of 'dry-run' option of 'clean-tree' command
3426
#: bzrlib/builtins.py:6257
4138
#: bzrlib/builtins.py:6282
3427
4139
msgid "Show files to delete instead of deleting them."
3430
4142
# help of 'force' option of 'clean-tree' command
3431
#: bzrlib/builtins.py:6259
4143
#: bzrlib/builtins.py:6284
3432
4144
msgid "Do not prompt before deleting."
4899
5611
"%(arguments)s."
4902
#: bzrlib/gpg.py:126 bzrlib/gpg.py:464
5614
#: bzrlib/gpg.py:116 bzrlib/gpg.py:454
4903
5615
msgid "{0} commits with valid signatures"
4906
#: bzrlib/gpg.py:130 bzrlib/gpg.py:469
5618
#: bzrlib/gpg.py:120 bzrlib/gpg.py:459
4907
5619
msgid "{0} commit with unknown key"
4908
5620
msgid_plural "{0} commits with unknown keys"
4912
#: bzrlib/gpg.py:136 bzrlib/gpg.py:476
5624
#: bzrlib/gpg.py:126 bzrlib/gpg.py:466
4913
5625
msgid "{0} commit not valid"
4914
5626
msgid_plural "{0} commits not valid"
4918
#: bzrlib/gpg.py:142 bzrlib/gpg.py:483
5630
#: bzrlib/gpg.py:132 bzrlib/gpg.py:473
4919
5631
msgid "{0} commit not signed"
4920
5632
msgid_plural "{0} commits not signed"
4924
#: bzrlib/gpg.py:148 bzrlib/gpg.py:490
5636
#: bzrlib/gpg.py:138 bzrlib/gpg.py:480
4925
5637
msgid "{0} commit with key now expired"
4926
5638
msgid_plural "{0} commits with key now expired"
4930
#: bzrlib/gpg.py:346
4931
msgid "No GnuPG key results for pattern: {}"
5642
#: bzrlib/gpg.py:336
5643
msgid "No GnuPG key results for pattern: {0}"
4934
#: bzrlib/gpg.py:389
5646
#: bzrlib/gpg.py:379
4935
5647
msgid "{0} signed {1} commit"
4936
5648
msgid_plural "{0} signed {1} commits"
4940
#: bzrlib/gpg.py:406 bzrlib/gpg.py:422
5652
#: bzrlib/gpg.py:396 bzrlib/gpg.py:412
4941
5653
msgid "{0} commit by author {1}"
4942
5654
msgid_plural "{0} commits by author {1}"
4946
#: bzrlib/gpg.py:436
5658
#: bzrlib/gpg.py:426
4947
5659
msgid "Unknown key {0} signed {1} commit"
4948
5660
msgid_plural "Unknown key {0} signed {1} commits"
4952
#: bzrlib/gpg.py:454
5664
#: bzrlib/gpg.py:444
4953
5665
msgid "{0} commit by author {1} with key {2} now expired"
4954
5666
msgid_plural "{0} commits by author {1} with key {2} now expired"
4958
5670
# help of 'help' option
4959
#: bzrlib/option.py:515
5671
#: bzrlib/option.py:530
4960
5672
msgid "Show help message."
4963
5675
# help of 'usage' option
4964
#: bzrlib/option.py:517
5676
#: bzrlib/option.py:532
4965
5677
msgid "Show usage message and options."
4968
5680
# help of 'verbose' option
4969
#: bzrlib/option.py:519
5681
#: bzrlib/option.py:534
4970
5682
msgid "Display more information."
4973
5685
# help of 'quiet' option
4974
#: bzrlib/option.py:522
5686
#: bzrlib/option.py:537
4975
5687
msgid "Only display errors and warnings."
4978
5690
# help of 'overwrite' option
4979
#: bzrlib/option.py:527
5691
#: bzrlib/option.py:542
4980
5692
msgid "Ignore differences between branches and overwrite unconditionally."
4983
5695
# help of 'message' option
4984
#: bzrlib/option.py:538
5696
#: bzrlib/option.py:553
4985
5697
msgid "Message string."
4988
5700
# help of 'null' option
4989
#: bzrlib/option.py:541
5701
#: bzrlib/option.py:556
4990
5702
msgid "Use an ASCII NUL (\\0) separator rather than a newline."
4993
5705
# help of 'profile' option
4994
#: bzrlib/option.py:544
5706
#: bzrlib/option.py:559
4995
5707
msgid "Show performance profiling information."
4998
5710
# help of 'revision' option
4999
#: bzrlib/option.py:548
5711
#: bzrlib/option.py:563
5000
5712
msgid "See \"help revisionspec\" for details."
5003
5715
# help of 'change' option
5004
#: bzrlib/option.py:553
5716
#: bzrlib/option.py:568
5006
5718
"Select changes introduced by the specified revision. See also \"help "
5007
5719
"revisionspec\"."
5010
5722
# help of 'show-ids' option
5011
#: bzrlib/option.py:555
5723
#: bzrlib/option.py:570
5012
5724
msgid "Show internal object ids."
5015
5727
# help of 'timezone' option
5016
#: bzrlib/option.py:558
5728
#: bzrlib/option.py:573
5017
5729
msgid "Display timezone as local, original, or utc."
5020
5732
# help of 'log-format' option
5021
#: bzrlib/option.py:563
5733
#: bzrlib/option.py:578
5022
5734
msgid "Use specified log format."
5025
5737
# title of 'log-format' option
5026
#: bzrlib/option.py:565
5738
#: bzrlib/option.py:580
5027
5739
msgid "Log format"
5030
5742
# help of 'long' option
5031
#: bzrlib/option.py:567
5743
#: bzrlib/option.py:582
5032
5744
msgid "Use detailed log format. Same as --log-format long"
5035
5747
# help of 'short' option
5036
#: bzrlib/option.py:569
5748
#: bzrlib/option.py:584
5037
5749
msgid "Use moderately short log format. Same as --log-format short"
5040
5752
# help of 'line' option
5041
#: bzrlib/option.py:570
5753
#: bzrlib/option.py:585
5042
5754
msgid "Use log format with one line per revision. Same as --log-format line"
5045
5757
# help of 'merge-type' option
5046
#: bzrlib/option.py:573
5758
#: bzrlib/option.py:588
5047
5759
msgid "Select a particular merge algorithm."
5050
5762
# title of 'merge-type' option
5051
#: bzrlib/option.py:575
5763
#: bzrlib/option.py:590
5052
5764
msgid "Merge algorithm"
5055
5767
# help of 'remember' option
5056
#: bzrlib/option.py:577
5768
#: bzrlib/option.py:592
5057
5769
msgid "Remember the specified location as a default."
5060
5772
# help of 'reprocess' option
5061
#: bzrlib/option.py:579
5773
#: bzrlib/option.py:594
5062
5774
msgid "Reprocess to reduce spurious conflicts."
5065
5777
# help of 'dry-run' option
5066
#: bzrlib/option.py:582
5778
#: bzrlib/option.py:597
5067
5779
msgid "Show what would be done, but don't actually do anything."
5070
5782
# help of 'name-from-revision' option
5071
#: bzrlib/option.py:583
5783
#: bzrlib/option.py:598
5072
5784
msgid "The path name in the old tree."
5075
5787
# help of 'directory' option
5076
#: bzrlib/option.py:585
5788
#: bzrlib/option.py:600
5077
5789
msgid "Branch to operate on, instead of working directory"