167
120
# help of 'short' option of 'status' command
168
#: bzrlib/builtins.py:270
121
#: bzrlib/builtins.py:269
169
122
msgid "Use short status indicators."
172
125
# help of 'versioned' option of 'status' command
173
#: bzrlib/builtins.py:272
126
#: bzrlib/builtins.py:271
174
127
msgid "Only show versioned files."
177
130
# help of 'no-pending' option of 'status' command
178
#: bzrlib/builtins.py:274
131
#: bzrlib/builtins.py:273
179
132
msgid "Don't show pending merges."
182
135
# help of 'no-classify' option of 'status' command
183
#: bzrlib/builtins.py:277
136
#: bzrlib/builtins.py:276
184
137
msgid "Do not mark object type using indicator."
187
#: bzrlib/builtins.py:292
188
msgid "bzr status --revision takes exactly one or two revision specifiers"
191
#: bzrlib/builtins.py:336 bzrlib/builtins.py:4927
192
msgid "You can only supply one of revision_id or --revision"
195
#: bzrlib/builtins.py:339 bzrlib/builtins.py:4929
196
msgid "You must supply either --revision or a revision_id"
199
#: bzrlib/builtins.py:346
201
msgid "Repository %r does not support access to raw revision texts"
204
#: bzrlib/builtins.py:357
205
msgid "The repository {0} contains no revision {1}."
208
#: bzrlib/builtins.py:364
209
msgid "You cannot specify a NULL revision."
212
#: bzrlib/builtins.py:456
140
#: bzrlib/builtins.py:455
213
141
msgid "Remove the working tree from a given branch/checkout."
216
#: bzrlib/builtins.py:458
144
#: bzrlib/builtins.py:457
218
146
"Since a lightweight checkout is little more than a working tree\n"
219
147
"this will refuse to run against one."
222
#: bzrlib/builtins.py:461
150
#: bzrlib/builtins.py:460
223
151
msgid "To re-create the working tree, use \"bzr checkout\"."
226
154
# help of 'force' option of 'remove-tree' command
227
#: bzrlib/builtins.py:467
155
#: bzrlib/builtins.py:466
228
156
msgid "Remove the working tree even if it has uncommitted or shelved changes."
231
#: bzrlib/builtins.py:481
232
msgid "No working tree to remove"
235
#: bzrlib/builtins.py:483
236
msgid "You cannot remove the working tree of a remote path"
239
#: bzrlib/builtins.py:492
240
msgid "You cannot remove the working tree from a lightweight checkout"
243
#: bzrlib/builtins.py:532
245
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
246
"instead. Use \"--force\" if you are sure you want to reset the working tree."
249
#: bzrlib/builtins.py:543
251
", the header appears corrupt, try passing -r -1 to set the state to the last "
255
#: bzrlib/builtins.py:547
256
msgid "failed to reset the tree state{0}"
259
159
#: bzrlib/builtins.py:551
260
160
msgid "Show current revision number."
391
277
"The same is valid when moving many SOURCE files to a DESTINATION."
394
#: bzrlib/builtins.py:843
280
#: bzrlib/builtins.py:842
395
281
msgid "Files cannot be moved between branches."
398
284
# help of 'after' option of 'mv' command
399
#: bzrlib/builtins.py:850
285
#: bzrlib/builtins.py:849
401
287
"Move only the bzr identifier of the file, because the file has already been "
405
291
# help of 'auto' option of 'mv' command
406
#: bzrlib/builtins.py:852
292
#: bzrlib/builtins.py:851
407
293
msgid "Automatically guess renames."
410
296
# help of 'dry-run' option of 'mv' command
411
#: bzrlib/builtins.py:853
297
#: bzrlib/builtins.py:852
412
298
msgid "Avoid making changes when guessing renames."
415
#: bzrlib/builtins.py:862
416
msgid "--dry-run requires --auto."
419
#: bzrlib/builtins.py:866
420
msgid "missing file argument"
423
#: bzrlib/builtins.py:873
424
msgid "Only one path may be specified to --auto."
427
#: bzrlib/builtins.py:876
428
msgid "--after cannot be specified with --auto."
431
#: bzrlib/builtins.py:913
432
msgid "to mv multiple files the destination must be a versioned directory"
435
#: bzrlib/builtins.py:965
301
#: bzrlib/builtins.py:964
436
302
msgid "Turn this branch into a mirror of another branch."
439
#: bzrlib/builtins.py:967
305
#: bzrlib/builtins.py:966
441
307
"By default, this command only works on branches that have not diverged.\n"
442
308
"Branches are considered diverged if the destination branch's most recent \n"
476
342
# help of 'verbose' option of 'pull' command
477
#: bzrlib/builtins.py:993
343
#: bzrlib/builtins.py:992
478
344
msgid "Show logs of pulled revisions."
481
347
# help of 'directory' option of 'pull' command
482
#: bzrlib/builtins.py:995
348
#: bzrlib/builtins.py:994
484
350
"Branch to pull into, rather than the one containing the working directory."
487
353
# help of 'local' option of 'pull' command
488
#: bzrlib/builtins.py:998
354
#: bzrlib/builtins.py:997
490
356
"Perform a local pull in a bound branch. Local pulls are not applied to the "
494
#: bzrlib/builtins.py:1027
495
msgid "Need working tree for --show-base."
498
#: bzrlib/builtins.py:1043
499
msgid "No pull location known or specified."
502
#: bzrlib/builtins.py:1049
504
msgid "Using saved parent location: %s\n"
507
#: bzrlib/builtins.py:1056 bzrlib/builtins.py:4137
508
msgid "Cannot use -r with merge directives or bundles"
511
#: bzrlib/builtins.py:1097
360
#: bzrlib/builtins.py:1096
512
361
msgid "Update a mirror of this branch."
515
#: bzrlib/builtins.py:1099
364
#: bzrlib/builtins.py:1098
517
366
"The target branch will not have its working tree populated because this\n"
518
367
"is both expensive, and is not supported on remote file systems."
521
#: bzrlib/builtins.py:1102
370
#: bzrlib/builtins.py:1101
523
372
"Some smart servers or protocols *may* put the working tree in place in\n"
527
#: bzrlib/builtins.py:1105
376
#: bzrlib/builtins.py:1104
529
378
"This command only works on branches that have not diverged. Branches are\n"
530
379
"considered diverged if the destination branch's most recent commit is one\n"
531
380
"that has not been merged (directly or indirectly) by the source branch."
534
#: bzrlib/builtins.py:1109
383
#: bzrlib/builtins.py:1108
536
385
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
537
386
"the other branch completely, discarding its unmerged changes."
540
#: bzrlib/builtins.py:1112
389
#: bzrlib/builtins.py:1111
542
391
"If you want to ensure you have the different changes in the other branch,\n"
543
392
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
544
393
"After that you will be able to do a push without '--overwrite'."
547
#: bzrlib/builtins.py:1116
396
#: bzrlib/builtins.py:1115
549
398
"If there is no default push location set, the first push will set it (use\n"
550
399
"--no-remember to avoid setting it). After that, you can omit the\n"
620
456
"create ./foo-bar."
623
#: bzrlib/builtins.py:1221
459
#: bzrlib/builtins.py:1220
625
461
"To retrieve the branch as of a particular revision, supply the --revision\n"
626
462
"parameter, as in \"branch foo/bar -r 5\"."
629
#: bzrlib/builtins.py:1224
465
#: bzrlib/builtins.py:1223
630
466
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
633
469
# help of 'no-tree' option of 'branch' command
634
#: bzrlib/builtins.py:1234
470
#: bzrlib/builtins.py:1233
635
471
msgid "Create a branch without a working-tree."
638
474
# help of 'switch' option of 'branch' command
639
#: bzrlib/builtins.py:1236
475
#: bzrlib/builtins.py:1235
640
476
msgid "Switch the checkout in the current directory to the new branch."
643
479
# help of 'stacked' option of 'branch' command
644
#: bzrlib/builtins.py:1239
480
#: bzrlib/builtins.py:1238
646
482
"Create a stacked branch referring to the source branch. The new branch will "
647
483
"depend on the availability of the source branch for all operations."
650
486
# help of 'standalone' option of 'branch' command
651
#: bzrlib/builtins.py:1243
487
#: bzrlib/builtins.py:1242
652
488
msgid "Do not use a shared repository, even if available."
655
491
# help of 'use-existing-dir' option of 'branch' command
656
#: bzrlib/builtins.py:1245
492
#: bzrlib/builtins.py:1244
658
494
"By default branch will fail if the target directory exists, but does not "
659
495
"already have a control directory. This flag will allow branch to proceed."
662
498
# help of 'bind' option of 'branch' command
663
#: bzrlib/builtins.py:1250
499
#: bzrlib/builtins.py:1249
664
500
msgid "Bind new branch to from location."
667
#: bzrlib/builtins.py:1291
669
msgid "Target directory \"%s\" already exists."
672
#: bzrlib/builtins.py:1301
674
msgid "Parent of \"%s\" does not exist."
677
#: bzrlib/builtins.py:1315
678
msgid "The branch {0} has no revision {1}."
681
#: bzrlib/builtins.py:1323 bzrlib/push.py:51
683
msgid "Created new stacked branch referring to %s."
686
#: bzrlib/builtins.py:1327
688
msgid "Branched %d revision."
689
msgid_plural "Branched %d revisions."
693
#: bzrlib/builtins.py:1332
695
msgid "New branch bound to %s"
698
#: bzrlib/builtins.py:1337 bzrlib/builtins.py:5968
700
msgid "Switched to branch: %s"
703
#: bzrlib/builtins.py:1342
503
#: bzrlib/builtins.py:1341
704
504
msgid "List the branches available at the current location."
707
#: bzrlib/builtins.py:1344
507
#: bzrlib/builtins.py:1343
709
509
"This command will print the names of all the branches at the current "
713
#: bzrlib/builtins.py:1353
717
#: bzrlib/builtins.py:1359
513
#: bzrlib/builtins.py:1358
718
514
msgid "Create a new checkout of an existing branch."
721
#: bzrlib/builtins.py:1361
517
#: bzrlib/builtins.py:1360
723
519
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
762
558
# help of 'files-from' option of 'branch' command
763
#: bzrlib/builtins.py:1390
559
#: bzrlib/builtins.py:1389
764
560
msgid "Get file contents from this tree."
767
563
# help of 'hardlink' option of 'branch' command
768
#: bzrlib/builtins.py:1392
564
#: bzrlib/builtins.py:1391
769
565
msgid "Hard-link working tree files where possible."
772
#: bzrlib/builtins.py:1433
568
#: bzrlib/builtins.py:1432
774
570
"Show list of renamed files.\n"
778
#: bzrlib/builtins.py:1463
574
#: bzrlib/builtins.py:1462
779
575
msgid "Update a tree to have the latest code committed to its branch."
782
#: bzrlib/builtins.py:1465
578
#: bzrlib/builtins.py:1464
784
580
"This will perform a merge into the working tree, and may generate\n"
785
581
"conflicts. If you have any local changes, you will still\n"
786
582
"need to commit them after the update for the update to be complete."
789
#: bzrlib/builtins.py:1469
585
#: bzrlib/builtins.py:1468
791
587
"If you want to discard your local changes, you can just do a\n"
792
588
"'bzr revert' instead of 'bzr commit' after the update."
795
#: bzrlib/builtins.py:1472
591
#: bzrlib/builtins.py:1471
797
593
"If you want to restore a file that has been removed locally, use\n"
798
594
"'bzr revert' instead of 'bzr update'."
801
#: bzrlib/builtins.py:1475
597
#: bzrlib/builtins.py:1474
803
599
"If the tree's branch is bound to a master branch, it will also update\n"
804
600
"the branch from the master."
807
#: bzrlib/builtins.py:1490
808
msgid "bzr update --revision takes exactly one revision"
811
#: bzrlib/builtins.py:1521
812
msgid "Tree is up to date at revision {0} of branch {1}"
815
#: bzrlib/builtins.py:1537
818
"branch has no revision %s\n"
819
"bzr update --revision only works for a revision in the branch history"
822
#: bzrlib/builtins.py:1543
823
msgid "Updated to revision {0} of branch {1}"
826
#: bzrlib/builtins.py:1547
828
"Your local commits will now show as pending merges with 'bzr status', and "
829
"can be committed with 'bzr commit'."
832
#: bzrlib/builtins.py:1556
603
#: bzrlib/builtins.py:1555
833
604
msgid "Show information about a working tree, branch or repository."
836
#: bzrlib/builtins.py:1558
607
#: bzrlib/builtins.py:1557
838
609
"This command will show all known locations and formats associated to the\n"
839
610
"tree, branch or repository."
842
#: bzrlib/builtins.py:1561
613
#: bzrlib/builtins.py:1560
844
615
"In verbose mode, statistical information is included with each report.\n"
845
616
"To see extended statistic information, use a verbosity level of 2 or\n"
846
617
"higher by specifying the verbose option multiple times, e.g. -vv."
849
#: bzrlib/builtins.py:1565
620
#: bzrlib/builtins.py:1564
850
621
msgid "Branches and working trees will also report any missing revisions."
853
#: bzrlib/builtins.py:1569
624
#: bzrlib/builtins.py:1568
854
625
msgid " Display information on the format and related locations:"
857
#: bzrlib/builtins.py:1571
628
#: bzrlib/builtins.py:1570
858
629
msgid " bzr info"
861
#: bzrlib/builtins.py:1573
632
#: bzrlib/builtins.py:1572
863
634
" Display the above together with extended format information and\n"
864
635
" basic statistics (like the number of files in the working tree and\n"
865
636
" number of revisions in the branch and repository):"
868
#: bzrlib/builtins.py:1577
639
#: bzrlib/builtins.py:1576
869
640
msgid " bzr info -v"
872
#: bzrlib/builtins.py:1579
643
#: bzrlib/builtins.py:1578
873
644
msgid " Display the above together with number of committers to the branch:"
876
#: bzrlib/builtins.py:1581
647
#: bzrlib/builtins.py:1580
877
648
msgid " bzr info -vv"
880
#: bzrlib/builtins.py:1600
651
#: bzrlib/builtins.py:1599
881
652
msgid "Remove files or directories."
884
#: bzrlib/builtins.py:1602
655
#: bzrlib/builtins.py:1601
886
657
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
887
658
"delete them if they can easily be recovered using revert otherwise they\n"
983
746
# help of 'create-prefix' option of 'init' command
984
#: bzrlib/builtins.py:1809
747
#: bzrlib/builtins.py:1808
985
748
msgid "Create the path leading up to the branch if it does not already exist."
988
751
# help of 'format' option of 'init' command
989
#: bzrlib/builtins.py:1812
752
#: bzrlib/builtins.py:1811
990
753
msgid "Specify a format for this branch. See \"help formats\"."
993
756
# help of 'append-revisions-only' option of 'init' command
994
#: bzrlib/builtins.py:1820
757
#: bzrlib/builtins.py:1819
995
758
msgid "Never change revnos or the existing log. Append revisions to it only."
998
761
# help of 'no-tree' option of 'init' command
999
#: bzrlib/builtins.py:1823
762
#: bzrlib/builtins.py:1822
1000
763
msgid "Create a branch without a working tree."
1003
#: bzrlib/builtins.py:1843 bzrlib/push.py:108
1006
"Parent directory of %s does not exist.\n"
1007
"You may supply --create-prefix to create all leading parent directories."
1010
#: bzrlib/builtins.py:1877
1012
"This branch format cannot be set to append-revisions-only. Try --default."
1015
#: bzrlib/builtins.py:1888
1016
msgid "Created a {0} (format: {1})\n"
1019
#: bzrlib/builtins.py:1897
1021
msgid "Using shared repository: %s\n"
766
#: bzrlib/builtins.py:1899
767
msgid "Create a shared repository for branches to share storage space."
1024
770
#: bzrlib/builtins.py:1901
1025
msgid "Create a shared repository for branches to share storage space."
1028
#: bzrlib/builtins.py:1903
1030
772
"New branches created under the repository directory will store their\n"
1031
773
"revisions in the repository, not in the branch directory. For branches\n"
1121
863
" 0 - no change"
1124
#: bzrlib/builtins.py:1986
866
#: bzrlib/builtins.py:1984
1127
869
" Shows the difference in the working tree versus the last commit::"
872
#: bzrlib/builtins.py:1987
1130
876
#: bzrlib/builtins.py:1989
877
msgid " Difference between the working tree and revision 1::"
1134
880
#: bzrlib/builtins.py:1991
1135
msgid " Difference between the working tree and revision 1::"
881
msgid " bzr diff -r1"
1138
884
#: bzrlib/builtins.py:1993
1139
msgid " bzr diff -r1"
885
msgid " Difference between revision 3 and revision 1::"
1142
888
#: bzrlib/builtins.py:1995
1143
msgid " Difference between revision 3 and revision 1::"
889
msgid " bzr diff -r1..3"
1146
892
#: bzrlib/builtins.py:1997
1147
msgid " bzr diff -r1..3"
893
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1150
896
#: bzrlib/builtins.py:1999
1151
msgid " Difference between revision 3 and revision 1 for branch xxx::"
897
msgid " bzr diff -r1..3 xxx"
1154
900
#: bzrlib/builtins.py:2001
1155
msgid " bzr diff -r1..3 xxx"
901
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1158
904
#: bzrlib/builtins.py:2003
1159
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
905
msgid " bzr diff -c2"
1162
908
#: bzrlib/builtins.py:2005
1163
msgid " bzr diff -c2"
1166
#: bzrlib/builtins.py:2007
1168
910
" To see the changes introduced by revision X::\n"
1173
#: bzrlib/builtins.py:2011
915
#: bzrlib/builtins.py:2009
1175
917
" Note that in the case of a merge, the -c option shows the changes\n"
1176
918
" compared to the left hand parent. To see the changes against\n"
1177
919
" another parent, use::"
922
#: bzrlib/builtins.py:2013
923
msgid " bzr diff -r<chosen_parent>..X"
1180
926
#: bzrlib/builtins.py:2015
1181
msgid " bzr diff -r<chosen_parent>..X"
1184
#: bzrlib/builtins.py:2017
1186
928
" The changes between the current revision and the previous revision\n"
1187
929
" (equivalent to -c-1 and -r-2..-1)"
932
#: bzrlib/builtins.py:2018
933
msgid " bzr diff -r-2.."
1190
936
#: bzrlib/builtins.py:2020
1191
msgid " bzr diff -r-2.."
937
msgid " Show just the differences for file NEWS::"
1194
940
#: bzrlib/builtins.py:2022
1195
msgid " Show just the differences for file NEWS::"
941
msgid " bzr diff NEWS"
1198
944
#: bzrlib/builtins.py:2024
1199
msgid " bzr diff NEWS"
945
msgid " Show the differences in working tree xxx for file NEWS::"
1202
948
#: bzrlib/builtins.py:2026
1203
msgid " Show the differences in working tree xxx for file NEWS::"
949
msgid " bzr diff xxx/NEWS"
1206
952
#: bzrlib/builtins.py:2028
1207
msgid " bzr diff xxx/NEWS"
953
msgid " Show the differences from branch xxx to this working tree:"
1210
956
#: bzrlib/builtins.py:2030
1211
msgid " Show the differences from branch xxx to this working tree:"
957
msgid " bzr diff --old xxx"
1214
960
#: bzrlib/builtins.py:2032
1215
msgid " bzr diff --old xxx"
961
msgid " Show the differences between two branches for file NEWS::"
1218
964
#: bzrlib/builtins.py:2034
1219
msgid " Show the differences between two branches for file NEWS::"
965
msgid " bzr diff --old xxx --new yyy NEWS"
1222
968
#: bzrlib/builtins.py:2036
1223
msgid " bzr diff --old xxx --new yyy NEWS"
969
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1226
972
#: bzrlib/builtins.py:2038
1227
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1230
#: bzrlib/builtins.py:2040
1232
974
" bzr diff --prefix old/:new/\n"
1239
981
# help of 'diff-options' option of 'diff' command
1240
#: bzrlib/builtins.py:2050
982
#: bzrlib/builtins.py:2048
1241
983
msgid "Pass these options to the external diff program."
1244
986
# help of 'prefix' option of 'diff' command
1245
#: bzrlib/builtins.py:2053
987
#: bzrlib/builtins.py:2051
1247
989
"Set prefixes added to old and new filenames, as two values separated by a "
1248
990
"colon. (eg \"old/:new/\")."
1251
993
# help of 'old' option of 'diff' command
1252
#: bzrlib/builtins.py:2056
994
#: bzrlib/builtins.py:2054
1253
995
msgid "Branch/tree to compare from."
1256
998
# help of 'new' option of 'diff' command
1257
#: bzrlib/builtins.py:2060
999
#: bzrlib/builtins.py:2058
1258
1000
msgid "Branch/tree to compare to."
1261
1003
# help of 'using' option of 'diff' command
1262
#: bzrlib/builtins.py:2066
1004
#: bzrlib/builtins.py:2064
1263
1005
msgid "Use this command to compare files."
1266
1008
# help of 'format' option of 'diff' command
1267
#: bzrlib/builtins.py:2071
1009
#: bzrlib/builtins.py:2069
1268
1010
msgid "Diff format to use."
1271
1013
# title of 'format' option of 'diff' command
1272
#: bzrlib/builtins.py:2073
1014
#: bzrlib/builtins.py:2071
1273
1015
msgid "Diff format"
1276
#: bzrlib/builtins.py:2095
1277
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1280
#: bzrlib/builtins.py:2099
1281
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1284
#: bzrlib/builtins.py:2104 bzrlib/builtins.py:2502 bzrlib/builtins.py:2515
1285
#: bzrlib/builtins.py:2523 bzrlib/builtins.py:4663
1286
msgid "{0} and {1} are mutually exclusive"
1289
#: bzrlib/builtins.py:2124
1018
#: bzrlib/builtins.py:2121
1291
1020
"List files deleted in the working tree.\n"
1295
#: bzrlib/builtins.py:2202
1024
#: bzrlib/builtins.py:2199
1296
1025
msgid "Show the tree root directory."
1299
#: bzrlib/builtins.py:2204
1028
#: bzrlib/builtins.py:2201
1301
1030
"The root is the nearest enclosing directory with a .bzr control\n"
1305
#: bzrlib/builtins.py:2219
1306
msgid "The limit argument must be an integer."
1309
#: bzrlib/builtins.py:2227
1310
msgid "The levels argument must be an integer."
1313
#: bzrlib/builtins.py:2232
1034
#: bzrlib/builtins.py:2229
1314
1035
msgid "Show historical log for a branch or subset of a branch."
1317
#: bzrlib/builtins.py:2234
1038
#: bzrlib/builtins.py:2231
1319
1040
"log is bzr's default tool for exploring the history of a branch.\n"
1320
1041
"The branch to use is taken from the first parameter. If no parameters\n"
1436
1157
" a nested merge revision and the log will be truncated accordingly."
1439
#: bzrlib/builtins.py:2308
1160
#: bzrlib/builtins.py:2305
1440
1161
msgid ":Path filtering:"
1443
#: bzrlib/builtins.py:2310
1164
#: bzrlib/builtins.py:2307
1445
1166
" If parameters are given and the first one is not a branch, the log\n"
1446
1167
" will be filtered to show only those revisions that changed the\n"
1447
1168
" nominated files or directories."
1450
#: bzrlib/builtins.py:2314
1171
#: bzrlib/builtins.py:2311
1452
1173
" Filenames are interpreted within their historical context. To log a\n"
1453
1174
" deleted file, specify a revision range so that the file existed at\n"
1454
1175
" the end or start of the range."
1457
#: bzrlib/builtins.py:2318
1178
#: bzrlib/builtins.py:2315
1459
1180
" Historical context is also important when interpreting pathnames of\n"
1460
1181
" renamed files/directories. Consider the following example:"
1463
#: bzrlib/builtins.py:2321
1184
#: bzrlib/builtins.py:2318
1465
1186
" * revision 1: add tutorial.txt\n"
1466
1187
" * revision 2: modify tutorial.txt\n"
1467
1188
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1470
#: bzrlib/builtins.py:2325
1191
#: bzrlib/builtins.py:2322
1471
1192
msgid " In this case:"
1474
#: bzrlib/builtins.py:2327
1195
#: bzrlib/builtins.py:2324
1475
1196
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1478
#: bzrlib/builtins.py:2329
1199
#: bzrlib/builtins.py:2326
1479
1200
msgid " * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1482
#: bzrlib/builtins.py:2331
1203
#: bzrlib/builtins.py:2328
1484
1205
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1485
1206
" the original file in revision 2."
1488
#: bzrlib/builtins.py:2334
1209
#: bzrlib/builtins.py:2331
1490
1211
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1491
1212
" was no file called guide.txt in revision 2."
1494
#: bzrlib/builtins.py:2337
1215
#: bzrlib/builtins.py:2334
1496
1217
" Renames are always followed by log. By design, there is no need to\n"
1497
1218
" explicitly ask for this (and no way to stop logging a file back\n"
1498
1219
" until it was last renamed)."
1501
#: bzrlib/builtins.py:2341
1222
#: bzrlib/builtins.py:2338
1502
1223
msgid ":Other filtering:"
1505
#: bzrlib/builtins.py:2343
1226
#: bzrlib/builtins.py:2340
1507
1228
" The --match option can be used for finding revisions that match a\n"
1508
1229
" regular expression in a commit message, committer, author or bug.\n"
1576
1297
# help of 'forward' option of 'log' command
1577
#: bzrlib/builtins.py:2390
1298
#: bzrlib/builtins.py:2387
1578
1299
msgid "Show from oldest to newest."
1581
1302
# help of 'verbose' option of 'log' command
1582
#: bzrlib/builtins.py:2393
1303
#: bzrlib/builtins.py:2390
1583
1304
msgid "Show files changed in each revision."
1586
1307
# help of 'change' option of 'log' command
1587
#: bzrlib/builtins.py:2399
1308
#: bzrlib/builtins.py:2396
1588
1309
msgid "Show just the specified revision. See also \"help revisionspec\"."
1591
1312
# help of 'authors' option of 'log' command
1592
#: bzrlib/builtins.py:2403
1313
#: bzrlib/builtins.py:2400
1593
1314
msgid "What names to list as authors - first, all or committer."
1596
1317
# title of 'authors' option of 'log' command
1597
#: bzrlib/builtins.py:2404
1318
#: bzrlib/builtins.py:2401
1598
1319
msgid "Authors"
1601
1322
# help of 'levels' option of 'log' command
1602
#: bzrlib/builtins.py:2409
1323
#: bzrlib/builtins.py:2406
1603
1324
msgid "Number of levels to display - 0 for all, 1 for flat."
1606
1327
# help of 'limit' option of 'log' command
1607
#: bzrlib/builtins.py:2419
1328
#: bzrlib/builtins.py:2416
1608
1329
msgid "Limit the output to the first N revisions."
1611
1332
# help of 'show-diff' option of 'log' command
1612
#: bzrlib/builtins.py:2424
1333
#: bzrlib/builtins.py:2421
1613
1334
msgid "Show changes made in each revision as a patch."
1616
# help of 'include-merged' option of 'log' command
1617
#: bzrlib/builtins.py:2426
1337
# help of 'include-merges' option of 'log' command
1338
#: bzrlib/builtins.py:2423
1618
1339
msgid "Show merged revisions like --levels 0 does."
1621
# help of 'omit-merges' option of 'log' command
1622
#: bzrlib/builtins.py:2430
1623
msgid "Do not report commits with more than one parent."
1626
1342
# help of 'exclude-common-ancestry' option of 'log' command
1627
#: bzrlib/builtins.py:2432
1343
#: bzrlib/builtins.py:2425
1629
1345
"Display only the revisions that are not part of both ancestries (require -"
1633
1349
# help of 'signatures' option of 'log' command
1634
#: bzrlib/builtins.py:2436
1350
#: bzrlib/builtins.py:2429
1635
1351
msgid "Show digital signature validity"
1638
1354
# help of 'match' option of 'log' command
1639
#: bzrlib/builtins.py:2439
1355
#: bzrlib/builtins.py:2432
1640
1356
msgid "Show revisions whose properties match this expression."
1643
1359
# help of 'match-message' option of 'log' command
1644
#: bzrlib/builtins.py:2443
1360
#: bzrlib/builtins.py:2436
1645
1361
msgid "Show revisions whose message matches this expression."
1648
1364
# help of 'match-committer' option of 'log' command
1649
#: bzrlib/builtins.py:2447
1365
#: bzrlib/builtins.py:2440
1650
1366
msgid "Show revisions whose committer matches this expression."
1653
1369
# help of 'match-author' option of 'log' command
1654
#: bzrlib/builtins.py:2451
1370
#: bzrlib/builtins.py:2444
1655
1371
msgid "Show revisions whose authors match this expression."
1658
1374
# help of 'match-bugs' option of 'log' command
1659
#: bzrlib/builtins.py:2455
1375
#: bzrlib/builtins.py:2448
1660
1376
msgid "Show revisions whose bugs match this expression."
1663
#: bzrlib/builtins.py:2509
1664
msgid "--exclude-common-ancestry requires -r with two revisions"
1667
#: bzrlib/builtins.py:2537
1669
msgid "Path unknown at end or start of revision range: %s"
1672
#: bzrlib/builtins.py:2654
1674
msgid "bzr %s doesn't accept two revisions in different branches."
1677
#: bzrlib/builtins.py:2670
1679
msgid "bzr %s --revision takes one or two values."
1682
#: bzrlib/builtins.py:2715
1379
#: bzrlib/builtins.py:2689
1684
1381
"List files in a tree.\n"
1688
1385
# help of 'recursive' option of 'ls' command
1689
#: bzrlib/builtins.py:2724
1386
#: bzrlib/builtins.py:2698
1690
1387
msgid "Recurse into subdirectories."
1693
1390
# help of 'from-root' option of 'ls' command
1694
#: bzrlib/builtins.py:2726
1391
#: bzrlib/builtins.py:2700
1695
1392
msgid "Print paths relative to the root of the branch."
1698
1395
# help of 'unknown' option of 'ls' command
1699
#: bzrlib/builtins.py:2728
1396
#: bzrlib/builtins.py:2702
1700
1397
msgid "Print unknown files."
1703
1400
# help of 'versioned' option of 'ls' command
1704
#: bzrlib/builtins.py:2729
1401
#: bzrlib/builtins.py:2703
1705
1402
msgid "Print versioned files."
1708
1405
# help of 'ignored' option of 'ls' command
1709
#: bzrlib/builtins.py:2732
1406
#: bzrlib/builtins.py:2706
1710
1407
msgid "Print ignored files."
1713
1410
# help of 'kind' option of 'ls' command
1714
#: bzrlib/builtins.py:2734
1411
#: bzrlib/builtins.py:2708
1715
1412
msgid "List entries of a particular kind: file, directory, symlink."
1718
#: bzrlib/builtins.py:2747
1719
msgid "invalid kind specified"
1722
#: bzrlib/builtins.py:2750
1723
msgid "Cannot set both --verbose and --null"
1726
#: bzrlib/builtins.py:2759
1727
msgid "cannot specify both --from-root and PATH"
1730
#: bzrlib/builtins.py:2846
1415
#: bzrlib/builtins.py:2820
1731
1416
msgid "Ignore specified files or patterns."
1734
#: bzrlib/builtins.py:2848
1419
#: bzrlib/builtins.py:2822
1735
1420
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1738
#: bzrlib/builtins.py:2850
1423
#: bzrlib/builtins.py:2824
1740
1425
"If a .bzrignore file does not exist, the ignore command\n"
1741
1426
"will create one and add the specified files or patterns to the newly\n"
1782
1467
" the shell on Unix."
1785
#: bzrlib/builtins.py:2879
1470
#: bzrlib/builtins.py:2853
1787
1472
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1788
1473
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1791
#: bzrlib/builtins.py:2882
1476
#: bzrlib/builtins.py:2856
1794
1479
" Ignore the top level Makefile::"
1797
#: bzrlib/builtins.py:2885
1482
#: bzrlib/builtins.py:2859
1798
1483
msgid " bzr ignore ./Makefile"
1801
#: bzrlib/builtins.py:2887
1486
#: bzrlib/builtins.py:2861
1802
1487
msgid " Ignore .class files in all directories...::"
1805
#: bzrlib/builtins.py:2889
1490
#: bzrlib/builtins.py:2863
1806
1491
msgid " bzr ignore \"*.class\""
1809
#: bzrlib/builtins.py:2891
1494
#: bzrlib/builtins.py:2865
1810
1495
msgid " ...but do not ignore \"special.class\"::"
1813
#: bzrlib/builtins.py:2893
1498
#: bzrlib/builtins.py:2867
1814
1499
msgid " bzr ignore \"!special.class\""
1817
#: bzrlib/builtins.py:2895
1502
#: bzrlib/builtins.py:2869
1818
1503
msgid " Ignore files whose name begins with the \"#\" character::"
1821
#: bzrlib/builtins.py:2897
1506
#: bzrlib/builtins.py:2871
1822
1507
msgid " bzr ignore \"RE:^#\""
1825
#: bzrlib/builtins.py:2899
1510
#: bzrlib/builtins.py:2873
1826
1511
msgid " Ignore .o files under the lib directory::"
1829
#: bzrlib/builtins.py:2901
1514
#: bzrlib/builtins.py:2875
1830
1515
msgid " bzr ignore \"lib/**/*.o\""
1833
#: bzrlib/builtins.py:2905
1518
#: bzrlib/builtins.py:2879
1834
1519
msgid " bzr ignore \"RE:lib/.*\\.o\""
1837
#: bzrlib/builtins.py:2907
1522
#: bzrlib/builtins.py:2881
1838
1523
msgid " Ignore everything but the \"debian\" toplevel directory::"
1841
#: bzrlib/builtins.py:2909
1526
#: bzrlib/builtins.py:2883
1843
1528
" bzr ignore \"RE:(?!debian/).*\"\n"
1853
1538
# help of 'default-rules' option of 'ignore' command
1854
#: bzrlib/builtins.py:2923
1539
#: bzrlib/builtins.py:2897
1855
1540
msgid "Display the default ignore rules that bzr uses."
1858
#: bzrlib/builtins.py:2935
1859
msgid "ignore requires at least one NAME_PATTERN or --default-rules."
1862
#: bzrlib/builtins.py:2946
1864
msgid "Invalid ignore pattern found. %s"
1865
msgid_plural "Invalid ignore patterns found. %s"
1869
#: bzrlib/builtins.py:2955
1870
msgid "NAME_PATTERN should not be an absolute path"
1873
#: bzrlib/builtins.py:2968
1876
"Warning: the following files are version controlled and match your ignore "
1879
"These files will continue to be version controlled unless you 'bzr remove' "
1883
#: bzrlib/builtins.py:2975
1543
#: bzrlib/builtins.py:2945
1884
1544
msgid "List ignored files and the patterns that matched them."
1887
#: bzrlib/builtins.py:2977
1547
#: bzrlib/builtins.py:2947
1889
1549
"List all the ignored files and the ignore pattern that caused the file to\n"
1893
#: bzrlib/builtins.py:2980
1553
#: bzrlib/builtins.py:2950
1894
1554
msgid "Alternatively, to list just the files::"
1897
#: bzrlib/builtins.py:2982
1557
#: bzrlib/builtins.py:2952
1898
1558
msgid " bzr ls --ignored"
1901
#: bzrlib/builtins.py:3016
1903
msgid "not a valid revision-number: %r"
1906
#: bzrlib/builtins.py:3023
1561
#: bzrlib/builtins.py:2993
1907
1562
msgid "Export current or past revision to a destination directory or archive."
1910
#: bzrlib/builtins.py:3025
1565
#: bzrlib/builtins.py:2995
1911
1566
msgid "If no revision is specified this exports the last committed revision."
1914
#: bzrlib/builtins.py:3027
1569
#: bzrlib/builtins.py:2997
1916
1571
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
1917
1572
"given, try to find the format with the extension. If no extension\n"
1918
1573
"is found exports to a directory (equivalent to --format=dir)."
1921
#: bzrlib/builtins.py:3031
1576
#: bzrlib/builtins.py:3001
1923
1578
"If root is supplied, it will be used as the root directory inside\n"
1924
1579
"container formats (tar, zip, etc). If it is not supplied it will default\n"
1925
1580
"to the exported filename. The root option has no effect for 'dir' format."
1928
#: bzrlib/builtins.py:3035
1583
#: bzrlib/builtins.py:3005
1930
1585
"If branch is omitted then the branch containing the current working\n"
1931
1586
"directory will be used."
1934
#: bzrlib/builtins.py:3038
1589
#: bzrlib/builtins.py:3008
1935
1590
msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
1938
#: bzrlib/builtins.py:3040
1593
#: bzrlib/builtins.py:3010
1940
1595
" ================= =========================\n"
1941
1596
" Supported formats Autodetected by extension\n"
1951
1606
# help of 'format' option of 'export' command
1952
#: bzrlib/builtins.py:3054
1607
#: bzrlib/builtins.py:3024
1953
1608
msgid "Type of file to export to."
1956
1611
# help of 'filters' option of 'export' command
1957
#: bzrlib/builtins.py:3057
1612
#: bzrlib/builtins.py:3027
1958
1613
msgid "Apply content filters to export the convenient form."
1961
1616
# help of 'root' option of 'export' command
1962
#: bzrlib/builtins.py:3061
1617
#: bzrlib/builtins.py:3031
1963
1618
msgid "Name of the root directory inside the exported file."
1966
1621
# help of 'per-file-timestamps' option of 'export' command
1967
#: bzrlib/builtins.py:3063
1622
#: bzrlib/builtins.py:3033
1969
1624
"Set modification time of files to that of the last revision in which it was "
1973
#: bzrlib/builtins.py:3083
1975
msgid "Unsupported export format: %s"
1978
#: bzrlib/builtins.py:3087
1628
#: bzrlib/builtins.py:3057
1979
1629
msgid "Write the contents of a file as of a given revision to standard output."
1982
#: bzrlib/builtins.py:3089
1632
#: bzrlib/builtins.py:3059
1983
1633
msgid "If no revision is nominated, the last revision is used."
1986
#: bzrlib/builtins.py:3091
1636
#: bzrlib/builtins.py:3061
1988
1638
"Note: Take care to redirect standard output when using this command on a\n"
1992
1642
# help of 'filters' option of 'cat' command
1993
#: bzrlib/builtins.py:3098
1643
#: bzrlib/builtins.py:3068
1994
1644
msgid "Apply content filters to display the convenience form."
1997
#: bzrlib/builtins.py:3109
1998
msgid "bzr cat --revision takes exactly one revision specifier"
2001
#: bzrlib/builtins.py:3134 bzrlib/builtins.py:3146
2002
msgid "{0!r} is not present in revision {1}"
2005
#: bzrlib/builtins.py:3169
1647
#: bzrlib/builtins.py:3139
2006
1648
msgid "Commit changes into a new revision."
2009
#: bzrlib/builtins.py:3171
1651
#: bzrlib/builtins.py:3141
2011
1653
"An explanatory message needs to be given for each commit. This is\n"
2012
1654
"often done by using the --message option (getting the message from the\n"
2016
1658
"boilerplate text loaded into the editor, use the --show-diff option."
2019
#: bzrlib/builtins.py:3178
1661
#: bzrlib/builtins.py:3148
2021
1663
"By default, the entire tree is committed and the person doing the\n"
2022
1664
"commit is assumed to be the author. These defaults can be overridden\n"
2023
1665
"as explained below."
2026
#: bzrlib/builtins.py:3182
1668
#: bzrlib/builtins.py:3152
2027
1669
msgid ":Selective commits:"
2030
#: bzrlib/builtins.py:3184
1672
#: bzrlib/builtins.py:3154
2032
1674
" If selected files are specified, only changes to those files are\n"
2033
1675
" committed. If a directory is specified then the directory and\n"
2034
1676
" everything within it is committed."
2037
#: bzrlib/builtins.py:3188
1679
#: bzrlib/builtins.py:3158
2039
1681
" When excludes are given, they take precedence over selected files.\n"
2040
1682
" For example, to commit only changes within foo, but not changes\n"
2041
1683
" within foo/bar::"
2044
#: bzrlib/builtins.py:3192
1686
#: bzrlib/builtins.py:3162
2045
1687
msgid " bzr commit foo -x foo/bar"
2048
#: bzrlib/builtins.py:3194
1690
#: bzrlib/builtins.py:3164
2049
1691
msgid " A selective commit after a merge is not yet supported."
2052
#: bzrlib/builtins.py:3196
1694
#: bzrlib/builtins.py:3166
2053
1695
msgid ":Custom authors:"
2056
#: bzrlib/builtins.py:3198
1698
#: bzrlib/builtins.py:3168
2058
1700
" If the author of the change is not the same person as the committer,\n"
2059
1701
" you can specify the author's name using the --author option. The\n"
2098
1740
# help of 'exclude' option of 'commit' command
2099
#: bzrlib/builtins.py:3229
1741
#: bzrlib/builtins.py:3199
2100
1742
msgid "Do not consider changes made to a given path."
2103
1745
# help of 'message' option of 'commit' command
2104
#: bzrlib/builtins.py:3232
1746
#: bzrlib/builtins.py:3202
2105
1747
msgid "Description of the new revision."
2108
1750
# help of 'unchanged' option of 'commit' command
2109
#: bzrlib/builtins.py:3235
1751
#: bzrlib/builtins.py:3205
2110
1752
msgid "Commit even if nothing has changed."
2113
1755
# help of 'file' option of 'commit' command
2114
#: bzrlib/builtins.py:3239
1756
#: bzrlib/builtins.py:3209
2115
1757
msgid "Take commit message from this file."
2118
1760
# help of 'strict' option of 'commit' command
2119
#: bzrlib/builtins.py:3241
1761
#: bzrlib/builtins.py:3211
2120
1762
msgid "Refuse to commit if there are unknown files in the working tree."
2123
1765
# help of 'commit-time' option of 'commit' command
2124
#: bzrlib/builtins.py:3244
1766
#: bzrlib/builtins.py:3214
2126
1768
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2127
1769
"08:00:00 +0100'."
2130
1772
# help of 'fixes' option of 'commit' command
2131
#: bzrlib/builtins.py:3247
1773
#: bzrlib/builtins.py:3217
2132
1774
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2135
1777
# help of 'author' option of 'commit' command
2136
#: bzrlib/builtins.py:3250
1778
#: bzrlib/builtins.py:3220
2137
1779
msgid "Set the author's name, if it's different from the committer."
2140
1782
# help of 'local' option of 'commit' command
2141
#: bzrlib/builtins.py:3253
1783
#: bzrlib/builtins.py:3223
2143
1785
"Perform a local commit in a bound branch. Local commits are not pushed to "
2144
1786
"the master branch until a normal commit is performed."
2147
1789
# help of 'show-diff' option of 'commit' command
2148
#: bzrlib/builtins.py:3259
1790
#: bzrlib/builtins.py:3229
2150
1792
"When no message is supplied, show the diff along with the status summary in "
2151
1793
"the message editor."
2154
1796
# help of 'lossy' option of 'commit' command
2155
#: bzrlib/builtins.py:3262
1797
#: bzrlib/builtins.py:3232
2157
1799
"When committing to a foreign version control system do not push data that "
2158
1800
"can not be natively represented."
2161
#: bzrlib/builtins.py:3280
2164
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2165
"default bug tracker using the `bugtracker` option.\n"
2166
"See \"bzr help bugs\" for more information on this feature. Commit refused."
2169
#: bzrlib/builtins.py:3289
2172
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"bzr help bugs\" "
2173
"for more information on this feature.\n"
2177
#: bzrlib/builtins.py:3298
2179
msgid "Unrecognized bug %s. Commit refused."
2182
#: bzrlib/builtins.py:3301
2189
#: bzrlib/builtins.py:3325
2190
msgid "Could not parse --commit-time: "
2193
#: bzrlib/builtins.py:3365
2194
msgid "please specify either --message or --file"
2197
#: bzrlib/builtins.py:3394
2198
msgid "please specify a commit message with either --message or --file"
2201
#: bzrlib/builtins.py:3397
2203
"Empty commit message specified. Please specify a commit message with either "
2204
"--message or --file or leave a blank message with --message \"\"."
2207
#: bzrlib/builtins.py:3417
2209
"No changes to commit. Please 'bzr add' the files you want to commit, or use "
2210
"--unchanged to force an empty commit."
2213
#: bzrlib/builtins.py:3421
2215
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2216
"resolve FILE\" to resolve."
2219
#: bzrlib/builtins.py:3425
2220
msgid "Commit refused because there are unknown files in the working tree."
2223
#: bzrlib/builtins.py:3428
2226
"To commit to master branch, run update and then commit.\n"
2227
"You can also pass --local to commit to continue working disconnected."
2230
#: bzrlib/builtins.py:3436
1803
#: bzrlib/builtins.py:3406
2232
1805
"Validate working tree structure, branch consistency and repository history."
2235
#: bzrlib/builtins.py:3438
1808
#: bzrlib/builtins.py:3408
2237
1810
"This command checks various invariants about branch and repository storage\n"
2238
1811
"to detect data corruption or bzr bugs."
2241
#: bzrlib/builtins.py:3441
1814
#: bzrlib/builtins.py:3411
2243
1816
"The working tree and branch checks will only give output if a problem is\n"
2244
1817
"detected. The output fields of the repository check are:"
2247
#: bzrlib/builtins.py:3444
1820
#: bzrlib/builtins.py:3414
2250
1823
" This is just the number of revisions checked. It doesn't\n"
2251
1824
" indicate a problem."
2254
#: bzrlib/builtins.py:3448
1827
#: bzrlib/builtins.py:3418
2256
1829
"versionedfiles\n"
2257
1830
" This is just the number of versionedfiles checked. It\n"
2258
1831
" doesn't indicate a problem."
2261
#: bzrlib/builtins.py:3452
1834
#: bzrlib/builtins.py:3422
2263
1836
"unreferenced ancestors\n"
2264
1837
" Texts that are ancestors of other texts, but\n"
2282
1855
" indicate a problem."
2285
#: bzrlib/builtins.py:3467
1858
#: bzrlib/builtins.py:3437
2287
1860
"If no restrictions are specified, all Bazaar data that is found at the "
2289
1862
"location will be checked."
2292
#: bzrlib/builtins.py:3470
1865
#: bzrlib/builtins.py:3440
2293
1866
msgid ":Examples:"
2296
#: bzrlib/builtins.py:3472
1869
#: bzrlib/builtins.py:3442
2297
1870
msgid " Check the tree and branch at 'foo'::"
2300
#: bzrlib/builtins.py:3474
1873
#: bzrlib/builtins.py:3444
2301
1874
msgid " bzr check --tree --branch foo"
2304
#: bzrlib/builtins.py:3476
1877
#: bzrlib/builtins.py:3446
2305
1878
msgid " Check only the repository at 'bar'::"
2308
#: bzrlib/builtins.py:3478
1881
#: bzrlib/builtins.py:3448
2309
1882
msgid " bzr check --repo bar"
2312
#: bzrlib/builtins.py:3480
1885
#: bzrlib/builtins.py:3450
2313
1886
msgid " Check everything at 'baz'::"
2316
#: bzrlib/builtins.py:3482
1889
#: bzrlib/builtins.py:3452
2317
1890
msgid " bzr check baz"
2320
1893
# help of 'branch' option of 'check' command
2321
#: bzrlib/builtins.py:3488
1894
#: bzrlib/builtins.py:3458
2322
1895
msgid "Check the branch related to the current directory."
2325
1898
# help of 'repo' option of 'check' command
2326
#: bzrlib/builtins.py:3490
1899
#: bzrlib/builtins.py:3460
2327
1900
msgid "Check the repository related to the current directory."
2330
1903
# help of 'tree' option of 'check' command
2331
#: bzrlib/builtins.py:3492
1904
#: bzrlib/builtins.py:3462
2332
1905
msgid "Check the working tree related to the current directory."
2335
#: bzrlib/builtins.py:3506
1908
#: bzrlib/builtins.py:3476
2336
1909
msgid "Upgrade a repository, branch or working tree to a newer format."
2339
#: bzrlib/builtins.py:3508
1912
#: bzrlib/builtins.py:3478
2341
1914
"When the default format has changed after a major new release of\n"
2342
1915
"Bazaar, you may be informed during certain operations that you\n"
2377
#: bzrlib/builtins.py:3534
1950
#: bzrlib/builtins.py:3504
2379
1952
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2380
1953
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2383
1956
# help of 'format' option of 'upgrade' command
2384
#: bzrlib/builtins.py:3542
1957
#: bzrlib/builtins.py:3512
2385
1958
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2388
1961
# title of 'format' option of 'init' command
2389
#: bzrlib/builtins.py:3546
1962
#: bzrlib/builtins.py:3516
2390
1963
msgid "Branch format"
2393
1966
# help of 'clean' option of 'upgrade' command
2394
#: bzrlib/builtins.py:3548
1967
#: bzrlib/builtins.py:3518
2395
1968
msgid "Remove the backup.bzr directory if successful."
2398
#: bzrlib/builtins.py:3565
1971
#: bzrlib/builtins.py:3535
2399
1972
msgid "Show or set bzr user id."
2402
#: bzrlib/builtins.py:3567
1975
#: bzrlib/builtins.py:3537
2405
1978
" Show the email of the current user::"
2408
#: bzrlib/builtins.py:3570
1981
#: bzrlib/builtins.py:3540
2409
1982
msgid " bzr whoami --email"
2412
#: bzrlib/builtins.py:3572
1985
#: bzrlib/builtins.py:3542
2413
1986
msgid " Set the current user::"
2416
#: bzrlib/builtins.py:3574
1989
#: bzrlib/builtins.py:3544
2417
1990
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2420
1993
# help of 'email' option of 'whoami' command
2421
#: bzrlib/builtins.py:3578
1994
#: bzrlib/builtins.py:3548
2422
1995
msgid "Display email address only."
2425
1998
# help of 'branch' option of 'whoami' command
2426
#: bzrlib/builtins.py:3580
1999
#: bzrlib/builtins.py:3550
2427
2000
msgid "Set identity for the current branch instead of globally."
2430
#: bzrlib/builtins.py:3604
2431
msgid "--email can only be used to display existing identity"
2434
#: bzrlib/builtins.py:3626
2003
#: bzrlib/builtins.py:3596
2435
2004
msgid "Print or set the branch nickname."
2438
#: bzrlib/builtins.py:3628
2007
#: bzrlib/builtins.py:3598
2440
2009
"If unset, the tree root directory name is used as the nickname.\n"
2441
2010
"To print the current nickname, execute with no argument."
2444
#: bzrlib/builtins.py:3631
2013
#: bzrlib/builtins.py:3601
2446
2015
"Bound branches use the nickname of its master branch unless it is set\n"
2450
#: bzrlib/builtins.py:3651
2019
#: bzrlib/builtins.py:3621
2451
2020
msgid "Set/unset and display aliases."
2454
#: bzrlib/builtins.py:3653
2023
#: bzrlib/builtins.py:3623
2457
2026
" Show the current aliases::"
2460
#: bzrlib/builtins.py:3656
2029
#: bzrlib/builtins.py:3626
2461
2030
msgid " bzr alias"
2464
#: bzrlib/builtins.py:3658
2033
#: bzrlib/builtins.py:3628
2465
2034
msgid " Show the alias specified for 'll'::"
2468
#: bzrlib/builtins.py:3660
2037
#: bzrlib/builtins.py:3630
2469
2038
msgid " bzr alias ll"
2472
#: bzrlib/builtins.py:3662
2041
#: bzrlib/builtins.py:3632
2473
2042
msgid " Set an alias for 'll'::"
2476
#: bzrlib/builtins.py:3664
2045
#: bzrlib/builtins.py:3634
2477
2046
msgid " bzr alias ll=\"log --line -r-10..-1\""
2480
#: bzrlib/builtins.py:3666
2049
#: bzrlib/builtins.py:3636
2481
2050
msgid " To remove an alias for 'll'::"
2484
#: bzrlib/builtins.py:3668
2053
#: bzrlib/builtins.py:3638
2485
2054
msgid " bzr alias --remove ll"
2488
2057
# help of 'remove' option of 'alias' command
2489
#: bzrlib/builtins.py:3673
2058
#: bzrlib/builtins.py:3643
2490
2059
msgid "Remove the alias."
2493
#: bzrlib/builtins.py:3691
2494
msgid "bzr alias --remove expects an alias to remove."
2497
#: bzrlib/builtins.py:3863
2498
msgid "subunit not available. subunit needs to be installed to use --subunit."
2501
#: bzrlib/builtins.py:3880
2503
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2506
#: bzrlib/builtins.py:3927
2062
#: bzrlib/builtins.py:3897
2507
2063
msgid "Show version of bzr."
2510
2066
# help of 'short' option of 'version' command
2511
#: bzrlib/builtins.py:3931
2067
#: bzrlib/builtins.py:3901
2512
2068
msgid "Print just the version number."
2071
#: bzrlib/builtins.py:3948
2072
msgid "Perform a three-way merge."
2515
2075
#: bzrlib/builtins.py:3950
2516
msgid "It sure does!\n"
2519
#: bzrlib/builtins.py:3974
2521
msgid "merge base is revision %s\n"
2524
#: bzrlib/builtins.py:3978
2525
msgid "Perform a three-way merge."
2528
#: bzrlib/builtins.py:3980
2530
2077
"The source of the merge can be specified either in the form of a branch,\n"
2531
2078
"or in the form of a path to a file containing a merge directive generated\n"
2592
2139
"merge revision which has more than two parents."
2595
#: bzrlib/builtins.py:4027
2142
#: bzrlib/builtins.py:3997
2597
2144
"If one would like to merge changes from the working tree of the other\n"
2598
2145
"branch without merging any committed revisions, the --uncommitted option\n"
2599
2146
"can be given."
2602
#: bzrlib/builtins.py:4031
2149
#: bzrlib/builtins.py:4001
2604
2151
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2605
2152
"you to apply each diff hunk and file change, similar to \"shelve\"."
2608
#: bzrlib/builtins.py:4034
2155
#: bzrlib/builtins.py:4004
2611
2158
" To merge all new revisions from bzr.dev::"
2614
#: bzrlib/builtins.py:4037
2161
#: bzrlib/builtins.py:4007
2615
2162
msgid " bzr merge ../bzr.dev"
2618
#: bzrlib/builtins.py:4039
2165
#: bzrlib/builtins.py:4009
2619
2166
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2622
#: bzrlib/builtins.py:4041
2169
#: bzrlib/builtins.py:4011
2623
2170
msgid " bzr merge -r 82 ../bzr.dev"
2626
#: bzrlib/builtins.py:4043
2173
#: bzrlib/builtins.py:4013
2627
2174
msgid " To merge the changes introduced by 82, without previous changes::"
2630
#: bzrlib/builtins.py:4045
2177
#: bzrlib/builtins.py:4015
2631
2178
msgid " bzr merge -r 81..82 ../bzr.dev"
2634
#: bzrlib/builtins.py:4047
2181
#: bzrlib/builtins.py:4017
2635
2182
msgid " To apply a merge directive contained in /tmp/merge::"
2638
#: bzrlib/builtins.py:4049
2185
#: bzrlib/builtins.py:4019
2639
2186
msgid " bzr merge /tmp/merge"
2642
#: bzrlib/builtins.py:4051
2189
#: bzrlib/builtins.py:4021
2644
2191
" To create a merge revision with three parents from two branches\n"
2645
2192
" feature1a and feature1b:"
2648
#: bzrlib/builtins.py:4054
2195
#: bzrlib/builtins.py:4024
2650
2197
" bzr merge ../feature1a\n"
2651
2198
" bzr merge ../feature1b --force\n"
2674
2221
# help of 'directory' option of 'merge' command
2675
#: bzrlib/builtins.py:4079
2222
#: bzrlib/builtins.py:4049
2677
2224
"Branch to merge into, rather than the one containing the working directory."
2680
2227
# help of 'preview' option of 'merge' command
2681
#: bzrlib/builtins.py:4081
2228
#: bzrlib/builtins.py:4051
2682
2229
msgid "Instead of merging, show a diff of the merge."
2685
2232
# help of 'interactive' option of 'merge' command
2686
#: bzrlib/builtins.py:4083
2233
#: bzrlib/builtins.py:4053
2687
2234
msgid "Select changes interactively."
2690
#: bzrlib/builtins.py:4105
2692
"Merging into empty branches not currently supported, https://bugs.launchpad."
2693
"net/bzr/+bug/308562"
2696
#: bzrlib/builtins.py:4132
2697
msgid "Cannot use --uncommitted with bundles or merge directives."
2700
#: bzrlib/builtins.py:4143
2701
msgid "Cannot use --uncommitted and --revision at the same time."
2704
#: bzrlib/builtins.py:4163
2708
#: bzrlib/builtins.py:4165 bzrlib/bundle/apply_bundle.py:67
2709
msgid "Nothing to do."
2712
#: bzrlib/builtins.py:4169
2713
msgid "Cannot pull individual files"
2716
#: bzrlib/builtins.py:4177
2717
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2720
#: bzrlib/builtins.py:4235
2722
msgid "Show-base is not supported for this merge type. %s"
2725
#: bzrlib/builtins.py:4244
2727
msgid "Conflict reduction is not supported for merge type %s."
2730
#: bzrlib/builtins.py:4248
2731
msgid "Cannot do conflict reduction and show base."
2734
#: bzrlib/builtins.py:4359
2735
msgid "No location specified or remembered"
2738
#: bzrlib/builtins.py:4361
2739
msgid "{0} remembered {1} location {2}"
2742
#: bzrlib/builtins.py:4367
2237
#: bzrlib/builtins.py:4337
2743
2238
msgid "Redo a merge."
2746
#: bzrlib/builtins.py:4369
2241
#: bzrlib/builtins.py:4339
2748
2243
"Use this if you want to try a different merge technique while resolving\n"
2749
2244
"conflicts. Some merge techniques are better than others, and remerge\n"
2750
2245
"lets you try different ones on different files."
2753
#: bzrlib/builtins.py:4373
2248
#: bzrlib/builtins.py:4343
2755
2250
"The options for remerge have the same meaning and defaults as the ones for\n"
2756
2251
"merge. The difference is that remerge can (only) be run when there is a\n"
2757
2252
"pending merge, and it lets you specify particular files."
2760
#: bzrlib/builtins.py:4377
2255
#: bzrlib/builtins.py:4347
2763
2258
" Re-do the merge of all conflicted files, and show the base text in\n"
2764
2259
" conflict regions, in addition to the usual THIS and OTHER texts::"
2767
#: bzrlib/builtins.py:4381
2262
#: bzrlib/builtins.py:4351
2768
2263
msgid " bzr remerge --show-base"
2771
#: bzrlib/builtins.py:4383
2266
#: bzrlib/builtins.py:4353
2773
2268
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2774
2269
" additional processing to reduce the size of conflict regions::"
2777
#: bzrlib/builtins.py:4386
2272
#: bzrlib/builtins.py:4356
2778
2273
msgid " bzr remerge --merge-type weave --reprocess foobar"
2781
2276
# help of 'show-base' option of 'merge' command
2782
#: bzrlib/builtins.py:4393
2277
#: bzrlib/builtins.py:4363
2783
2278
msgid "Show base revision text in conflicts."
2786
#: bzrlib/builtins.py:4405
2788
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2792
#: bzrlib/builtins.py:4461
2281
#: bzrlib/builtins.py:4431
2793
2282
msgid "Revert files to a previous revision."
2796
#: bzrlib/builtins.py:4463
2285
#: bzrlib/builtins.py:4433
2798
2287
"Giving a list of files will revert only those files. Otherwise, all files\n"
2799
2288
"will be reverted. If the revision is not specified with '--revision', the\n"
2800
2289
"last committed revision is used."
2803
#: bzrlib/builtins.py:4467
2292
#: bzrlib/builtins.py:4437
2805
2294
"To remove only some changes, without reverting to a prior version, use\n"
2806
2295
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2898
2387
" 0 - no missing revisions"
2901
#: bzrlib/builtins.py:4591
2390
#: bzrlib/builtins.py:4561
2903
2392
" Determine the missing revisions between this and the branch at the\n"
2904
2393
" remembered pull location::"
2907
#: bzrlib/builtins.py:4594
2396
#: bzrlib/builtins.py:4564
2908
2397
msgid " bzr missing"
2911
#: bzrlib/builtins.py:4596
2400
#: bzrlib/builtins.py:4566
2912
2401
msgid " Determine the missing revisions between this and another branch::"
2915
#: bzrlib/builtins.py:4598
2404
#: bzrlib/builtins.py:4568
2916
2405
msgid " bzr missing http://server/branch"
2919
#: bzrlib/builtins.py:4600
2408
#: bzrlib/builtins.py:4570
2921
2410
" Determine the missing revisions up to a specific revision on the other\n"
2925
#: bzrlib/builtins.py:4603
2414
#: bzrlib/builtins.py:4573
2926
2415
msgid " bzr missing -r ..-10"
2929
#: bzrlib/builtins.py:4605
2418
#: bzrlib/builtins.py:4575
2931
2420
" Determine the missing revisions up to a specific revision on this\n"
2935
#: bzrlib/builtins.py:4608
2424
#: bzrlib/builtins.py:4578
2936
2425
msgid " bzr missing --my-revision ..-10"
2939
2428
# help of 'reverse' option of 'missing' command
2940
#: bzrlib/builtins.py:4615
2429
#: bzrlib/builtins.py:4585
2941
2430
msgid "Reverse the order of revisions."
2944
2433
# help of 'mine-only' option of 'missing' command
2945
#: bzrlib/builtins.py:4617
2434
#: bzrlib/builtins.py:4587
2946
2435
msgid "Display changes in the local branch only."
2949
2438
# help of 'this' option of 'missing' command
2950
#: bzrlib/builtins.py:4618
2439
#: bzrlib/builtins.py:4588
2951
2440
msgid "Same as --mine-only."
2954
2443
# help of 'theirs-only' option of 'missing' command
2955
#: bzrlib/builtins.py:4620
2444
#: bzrlib/builtins.py:4590
2956
2445
msgid "Display changes in the remote branch only."
2959
2448
# help of 'other' option of 'missing' command
2960
#: bzrlib/builtins.py:4621
2449
#: bzrlib/builtins.py:4591
2961
2450
msgid "Same as --theirs-only."
2964
2453
# help of 'revision' option of 'missing' command
2965
#: bzrlib/builtins.py:4626
2454
#: bzrlib/builtins.py:4596
2967
2456
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
2971
2460
# help of 'my-revision' option of 'missing' command
2972
#: bzrlib/builtins.py:4630
2461
#: bzrlib/builtins.py:4600
2974
2463
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
2978
# help of 'include-merged' option of 'missing' command
2979
#: bzrlib/builtins.py:4633
2467
# help of 'include-merges' option of 'missing' command
2468
#: bzrlib/builtins.py:4603
2980
2469
msgid "Show all revisions in addition to the mainline ones."
2983
#: bzrlib/builtins.py:4687
2984
msgid "No peer location known or specified."
2987
#: bzrlib/builtins.py:4691
2988
msgid "Using saved parent location: {0}\n"
2991
#: bzrlib/builtins.py:4724
2993
msgid "You have %d extra revision:\n"
2994
msgid_plural "You have %d extra revisions:\n"
2998
#: bzrlib/builtins.py:4740
3000
msgid "You are missing %d revision:\n"
3001
msgid_plural "You are missing %d revisions:\n"
3005
#: bzrlib/builtins.py:4752
3006
msgid "This branch has no new revisions.\n"
3009
#: bzrlib/builtins.py:4755
3010
msgid "Other branch has no new revisions.\n"
3013
#: bzrlib/builtins.py:4760
3014
msgid "Branches are up to date.\n"
3017
#: bzrlib/builtins.py:4771
2472
#: bzrlib/builtins.py:4719
3018
2473
msgid "Compress the data within a repository."
3021
#: bzrlib/builtins.py:4773
2476
#: bzrlib/builtins.py:4721
3023
2478
"This operation compresses the data within a bazaar repository. As\n"
3024
2479
"bazaar supports automatic packing of repository, this operation is\n"
3025
2480
"normally not required to be done manually."
3028
#: bzrlib/builtins.py:4777
2483
#: bzrlib/builtins.py:4725
3030
2485
"During the pack operation, bazaar takes a backup of existing repository\n"
3031
2486
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3078
2533
"plugins using the Python programming language."
3081
#: bzrlib/builtins.py:4835
2536
#: bzrlib/builtins.py:4783
3082
2537
msgid "Show testament (signing-form) of a revision."
3085
2540
# help of 'long' option of 'testament' command
3086
#: bzrlib/builtins.py:4838
2541
#: bzrlib/builtins.py:4786
3087
2542
msgid "Produce long-format testament."
3090
2545
# help of 'strict' option of 'testament' command
3091
#: bzrlib/builtins.py:4840
2546
#: bzrlib/builtins.py:4788
3092
2547
msgid "Produce a strict-format testament."
3095
#: bzrlib/builtins.py:4866
2550
#: bzrlib/builtins.py:4814
3096
2551
msgid "Show the origin of each line in a file."
3099
#: bzrlib/builtins.py:4868
2554
#: bzrlib/builtins.py:4816
3101
2556
"This prints out the given file with an annotation on the left side\n"
3102
2557
"indicating which revision, author and date introduced the change."
3105
#: bzrlib/builtins.py:4871
2560
#: bzrlib/builtins.py:4819
3107
2562
"If the origin is the same for a run of consecutive lines, it is\n"
3108
2563
"shown only at the top, unless the --all option is given."
3111
2566
# help of 'all' option of 'annotate' command
3112
#: bzrlib/builtins.py:4879
2567
#: bzrlib/builtins.py:4827
3113
2568
msgid "Show annotations on all lines."
3116
2571
# help of 'long' option of 'annotate' command
3117
#: bzrlib/builtins.py:4880
2572
#: bzrlib/builtins.py:4828
3118
2573
msgid "Show commit date in annotations."
3121
#: bzrlib/builtins.py:4967
3122
msgid "Cannot sign a range of non-revision-history revisions"
3125
#: bzrlib/builtins.py:4979
3126
msgid "Please supply either one revision, or a range."
3129
#: bzrlib/builtins.py:4983
2576
#: bzrlib/builtins.py:4931
3131
2578
"Convert the current branch into a checkout of the supplied branch.\n"
3132
2579
"If no branch is supplied, rebind to the last bound location."
3135
#: bzrlib/builtins.py:4986
2582
#: bzrlib/builtins.py:4934
3137
2584
"Once converted into a checkout, commits must succeed on the master branch\n"
3138
2585
"before they will be applied to the local branch."
3141
#: bzrlib/builtins.py:4989
2588
#: bzrlib/builtins.py:4937
3143
2590
"Bound branches use the nickname of its master branch unless it is set\n"
3144
2591
"locally, in which case binding will update the local nickname to be\n"
3145
2592
"that of the master."
3148
#: bzrlib/builtins.py:5004
3149
msgid "No location supplied. This format does not remember old locations."
3152
#: bzrlib/builtins.py:5009
3153
msgid "Branch is already bound"
3156
#: bzrlib/builtins.py:5011
3157
msgid "No location supplied and no previous location known"
3160
#: bzrlib/builtins.py:5017
3161
msgid "These branches have diverged. Try merging, and then bind again."
3164
#: bzrlib/builtins.py:5024
2595
#: bzrlib/builtins.py:4972
3165
2596
msgid "Convert the current checkout into a regular branch."
3168
#: bzrlib/builtins.py:5026
2599
#: bzrlib/builtins.py:4974
3170
2601
"After unbinding, the local branch is considered independent and subsequent\n"
3171
2602
"commits will be local only."
3174
#: bzrlib/builtins.py:5037
3175
msgid "Local branch is not bound"
3178
#: bzrlib/builtins.py:5041
2605
#: bzrlib/builtins.py:4989
3179
2606
msgid "Remove the last committed revision."
3182
#: bzrlib/builtins.py:5043
2609
#: bzrlib/builtins.py:4991
3184
2611
"--verbose will print out what is being removed.\n"
3185
2612
"--dry-run will go through all the motions, but not actually\n"
3186
2613
"remove anything."
3189
#: bzrlib/builtins.py:5047
2616
#: bzrlib/builtins.py:4995
3191
2618
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3192
2619
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3193
2620
"branch at revision 15."
3196
#: bzrlib/builtins.py:5051
2623
#: bzrlib/builtins.py:4999
3198
2625
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3199
2626
"it may make is to restore any pending merges that were present before\n"
3203
2630
# help of 'dry-run' option of 'uncommit' command
3204
#: bzrlib/builtins.py:5062
2631
#: bzrlib/builtins.py:5010
3205
2632
msgid "Don't actually make changes."
3208
2635
# help of 'force' option of 'uncommit' command
3209
#: bzrlib/builtins.py:5063
2636
#: bzrlib/builtins.py:5011
3210
2637
msgid "Say yes to all questions."
3213
2640
# help of 'keep-tags' option of 'uncommit' command
3214
#: bzrlib/builtins.py:5065
2641
#: bzrlib/builtins.py:5013
3215
2642
msgid "Keep tags that point to removed revisions."
3218
2645
# help of 'local' option of 'uncommit' command
3219
#: bzrlib/builtins.py:5067
2646
#: bzrlib/builtins.py:5015
3220
2647
msgid "Only remove the commits from the local branch when in a checkout."
3223
#: bzrlib/builtins.py:5116
3224
msgid "No revisions to uncommit.\n"
3227
#: bzrlib/builtins.py:5131
3228
msgid "Dry-run, pretending to remove the above revisions.\n"
3231
#: bzrlib/builtins.py:5134
3232
msgid "The above revision(s) will be removed.\n"
3235
#: bzrlib/builtins.py:5138
3236
msgid "Uncommit these revisions"
3239
#: bzrlib/builtins.py:5141
3243
#: bzrlib/builtins.py:5148
3246
"You can restore the old tip by running:\n"
3247
" bzr pull . -r revid:%s\n"
3250
#: bzrlib/builtins.py:5153
2650
#: bzrlib/builtins.py:5101
3251
2651
msgid "Break a dead lock."
3254
#: bzrlib/builtins.py:5155
2654
#: bzrlib/builtins.py:5103
3256
2656
"This command breaks a lock on a repository, branch, working directory or\n"
3260
#: bzrlib/builtins.py:5158
2660
#: bzrlib/builtins.py:5106
3262
2662
"CAUTION: Locks should only be broken when you are sure that the process\n"
3263
2663
"holding the lock has been stopped."
3266
#: bzrlib/builtins.py:5161
2666
#: bzrlib/builtins.py:5109
3268
2668
"You can get information on what locks are open via the 'bzr info\n"
3269
2669
"[location]' command."
3272
#: bzrlib/builtins.py:5164
2672
#: bzrlib/builtins.py:5112
3275
2675
" bzr break-lock\n"
3329
2729
"uncontrolled write access to your file system."
3332
#: bzrlib/builtins.py:5276
2732
#: bzrlib/builtins.py:5224
3333
2733
msgid "Combine a tree into its containing tree."
3336
#: bzrlib/builtins.py:5278
2736
#: bzrlib/builtins.py:5226
3337
2737
msgid "This command requires the target tree to be in a rich-root format."
3340
#: bzrlib/builtins.py:5280
2740
#: bzrlib/builtins.py:5228
3342
2742
"The TREE argument should be an independent tree, inside another tree, but\n"
3343
2743
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3344
2744
"running \"bzr branch\" with the target inside a tree.)"
3347
#: bzrlib/builtins.py:5284
2747
#: bzrlib/builtins.py:5232
3349
2749
"The result is a combined tree, with the subtree no longer an independent\n"
3350
2750
"part. This is marked as a merge of the subtree into the containing tree,\n"
3351
2751
"and all history is preserved."
3354
#: bzrlib/builtins.py:5302
3357
"Can't join trees because %s doesn't support rich root data.\n"
3358
"You can use bzr upgrade on the repository."
3361
#: bzrlib/builtins.py:5312 bzrlib/builtins.py:5318
3362
msgid "Cannot join {0}. {1}"
3365
#: bzrlib/builtins.py:5322
2754
#: bzrlib/builtins.py:5270
3366
2755
msgid "Split a subdirectory of a tree into a separate tree."
3369
#: bzrlib/builtins.py:5324
2758
#: bzrlib/builtins.py:5272
3371
2760
"This command will produce a target tree in a format that supports\n"
3372
2761
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3373
2762
"converted into earlier formats like 'dirstate-tags'."
3376
#: bzrlib/builtins.py:5328
2765
#: bzrlib/builtins.py:5276
3378
2767
"The TREE argument should be a subdirectory of a working tree. That\n"
3379
2768
"subdirectory will be converted into an independent tree, with its own\n"
3380
2769
"branch. Commits in the top-level tree will not apply to the new subtree."
3383
#: bzrlib/builtins.py:5408
3384
msgid "No submit branch specified or known"
3387
#: bzrlib/builtins.py:5416 bzrlib/send.py:105
3388
msgid "No public branch specified or known"
3391
#: bzrlib/builtins.py:5421
3392
msgid "bzr merge-directive takes at most two one revision identifiers"
3395
#: bzrlib/builtins.py:5430
3396
msgid "No revisions to bundle."
3399
#: bzrlib/builtins.py:5449
2772
#: bzrlib/builtins.py:5397
3400
2773
msgid "Mail or create a merge-directive for submitting changes."
3403
#: bzrlib/builtins.py:5451
2776
#: bzrlib/builtins.py:5399
3404
2777
msgid "A merge directive provides many things needed for requesting merges:"
3407
#: bzrlib/builtins.py:5453
2780
#: bzrlib/builtins.py:5401
3408
2781
msgid "* A machine-readable description of the merge to perform"
3411
#: bzrlib/builtins.py:5455
2784
#: bzrlib/builtins.py:5403
3412
2785
msgid "* An optional patch that is a preview of the changes requested"
3415
#: bzrlib/builtins.py:5457
2788
#: bzrlib/builtins.py:5405
3417
2790
"* An optional bundle of revision data, so that the changes can be applied\n"
3418
2791
" directly from the merge directive, without retrieving data from a\n"
3422
#: bzrlib/builtins.py:5461
2795
#: bzrlib/builtins.py:5409
3424
2797
"`bzr send` creates a compact data set that, when applied using bzr\n"
3425
2798
"merge, has the same effect as merging from the source branch. "
3428
#: bzrlib/builtins.py:5464
2801
#: bzrlib/builtins.py:5412
3430
2803
"By default the merge directive is self-contained and can be applied to any\n"
3431
2804
"branch containing submit_branch in its ancestory without needing access to\n"
3432
2805
"the source branch."
3435
#: bzrlib/builtins.py:5468
2808
#: bzrlib/builtins.py:5416
3437
2810
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3438
2811
"revisions, but only a structured request to merge from the\n"
3527
2900
# help of 'output' option of 'send' command
3528
#: bzrlib/builtins.py:5543
2901
#: bzrlib/builtins.py:5491
3529
2902
msgid "Write merge directive to this file or directory; use - for stdout."
3532
2905
# help of 'strict' option of 'send' command
3533
#: bzrlib/builtins.py:5547
2906
#: bzrlib/builtins.py:5495
3535
2908
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3536
2909
"strict disables the check."
3539
2912
# help of 'mail-to' option of 'send' command
3540
#: bzrlib/builtins.py:5549
2913
#: bzrlib/builtins.py:5497
3541
2914
msgid "Mail the request to this address."
3544
2917
# help of 'body' option of 'send' command
3545
#: bzrlib/builtins.py:5553
2918
#: bzrlib/builtins.py:5501
3546
2919
msgid "Body for the email."
3549
2922
# help of 'no-bundle' option of 'send' command
3550
#: bzrlib/builtins.py:5606
2923
#: bzrlib/builtins.py:5554
3551
2924
msgid "Do not include a bundle in the merge directive."
3554
2927
# help of 'no-patch' option of 'send' command
3555
#: bzrlib/builtins.py:5607
2928
#: bzrlib/builtins.py:5555
3556
2929
msgid "Do not include a preview patch in the merge directive."
3559
2932
# help of 'remember' option of 'send' command
3560
#: bzrlib/builtins.py:5610
2933
#: bzrlib/builtins.py:5558
3561
2934
msgid "Remember submit and public branch."
3564
2937
# help of 'from' option of 'send' command
3565
#: bzrlib/builtins.py:5612
2938
#: bzrlib/builtins.py:5560
3567
2940
"Branch to generate the submission from, rather than the one containing the "
3568
2941
"working directory."
3571
2944
# title of 'format' option of 'send' command
3572
#: bzrlib/builtins.py:5622
2945
#: bzrlib/builtins.py:5570
3576
2949
# help of 'format' option of 'send' command
3577
#: bzrlib/builtins.py:5623
2950
#: bzrlib/builtins.py:5571
3578
2951
msgid "Use the specified output format."
3581
#: bzrlib/builtins.py:5645
2954
#: bzrlib/builtins.py:5593
3582
2955
msgid "Create, remove or modify a tag naming a revision."
3585
#: bzrlib/builtins.py:5647
2958
#: bzrlib/builtins.py:5595
3587
2960
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3588
2961
"(--revision) option can be given -rtag:X, where X is any previously\n"
3592
#: bzrlib/builtins.py:5651
2965
#: bzrlib/builtins.py:5599
3594
2967
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3595
2968
"along when you branch, push, pull or merge."
3598
#: bzrlib/builtins.py:5654
2971
#: bzrlib/builtins.py:5602
3600
2973
"It is an error to give a tag name that already exists unless you pass\n"
3601
2974
"--force, in which case the tag is moved to point to the new revision."
3604
#: bzrlib/builtins.py:5657
2977
#: bzrlib/builtins.py:5605
3606
2979
"To rename a tag (change the name but keep it on the same revsion), run "
3608
2981
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3611
#: bzrlib/builtins.py:5660
2984
#: bzrlib/builtins.py:5608
3613
2986
"If no tag name is specified it will be determined through the \n"
3614
2987
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3619
2992
# help of 'delete' option of 'tag' command
3620
#: bzrlib/builtins.py:5670
2993
#: bzrlib/builtins.py:5618
3621
2994
msgid "Delete this tag rather than placing it."
3624
2997
# help of 'directory' option of 'tag' command
3625
#: bzrlib/builtins.py:5673
2998
#: bzrlib/builtins.py:5621
3626
2999
msgid "Branch in which to place the tag."
3629
3002
# help of 'force' option of 'tag' command
3630
#: bzrlib/builtins.py:5675
3003
#: bzrlib/builtins.py:5623
3631
3004
msgid "Replace existing tags."
3634
#: bzrlib/builtins.py:5690
3635
msgid "No tag specified to delete."
3638
#: bzrlib/builtins.py:5692
3640
msgid "Deleted tag %s."
3643
#: bzrlib/builtins.py:5697
3644
msgid "Tags can only be placed on a single revision, not on a range"
3647
#: bzrlib/builtins.py:5706
3648
msgid "Please specify a tag name."
3651
#: bzrlib/builtins.py:5714
3653
msgid "Tag %s already exists for that revision."
3656
#: bzrlib/builtins.py:5718
3658
msgid "Created tag %s."
3661
#: bzrlib/builtins.py:5720
3663
msgid "Updated tag %s."
3666
#: bzrlib/builtins.py:5724
3007
#: bzrlib/builtins.py:5672
3667
3008
msgid "List tags."
3670
#: bzrlib/builtins.py:5726
3011
#: bzrlib/builtins.py:5674
3672
3013
"This command shows a table of tag names and the revisions they reference."
3675
3016
# help of 'directory' option of 'tags' command
3676
#: bzrlib/builtins.py:5732
3017
#: bzrlib/builtins.py:5680
3677
3018
msgid "Branch whose tags should be displayed."
3680
3021
# help of 'sort' option of 'tags' command
3681
#: bzrlib/builtins.py:5734
3022
#: bzrlib/builtins.py:5682
3682
3023
msgid "Sort tags by different criteria."
3685
3026
# title of 'sort' option of 'tags' command
3686
#: bzrlib/builtins.py:5734
3027
#: bzrlib/builtins.py:5682
3687
3028
msgid "Sorting"
3690
#: bzrlib/builtins.py:5779
3031
#: bzrlib/builtins.py:5727
3691
3032
msgid "Reconfigure the type of a bzr directory."
3694
#: bzrlib/builtins.py:5781
3035
#: bzrlib/builtins.py:5729
3695
3036
msgid "A target configuration must be specified."
3698
#: bzrlib/builtins.py:5783
3039
#: bzrlib/builtins.py:5731
3700
3041
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3701
3042
"The order of preference is\n"
3706
3047
"If none of these is available, --bind-to must be specified."
3709
# title of 'tree_type' option of 'reconfigure' command
3710
#: bzrlib/builtins.py:5797
3714
# help of 'tree_type' option of 'reconfigure' command
3715
#: bzrlib/builtins.py:5798
3716
msgid "The relation between branch and tree."
3719
# title of 'repository_type' option of 'reconfigure' command
3720
#: bzrlib/builtins.py:5808
3721
msgid "Repository type"
3724
# help of 'repository_type' option of 'reconfigure' command
3725
#: bzrlib/builtins.py:5809
3726
msgid "Location fo the repository."
3729
# title of 'repository_trees' option of 'reconfigure' command
3730
#: bzrlib/builtins.py:5817
3731
msgid "Trees in Repository"
3734
# help of 'repository_trees' option of 'reconfigure' command
3735
#: bzrlib/builtins.py:5818
3736
msgid "Whether new branches in the repository have trees."
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."
3739
3060
# help of 'bind-to' option of 'reconfigure' command
3740
#: bzrlib/builtins.py:5825
3061
#: bzrlib/builtins.py:5761
3741
3062
msgid "Branch to bind checkout to."
3744
3065
# help of 'force' option of 'reconfigure' command
3745
#: bzrlib/builtins.py:5827
3066
#: bzrlib/builtins.py:5763
3746
3067
msgid "Perform reconfiguration even if local changes will be lost."
3749
3070
# help of 'stacked-on' option of 'reconfigure' command
3750
#: bzrlib/builtins.py:5830
3071
#: bzrlib/builtins.py:5766
3751
3072
msgid "Reconfigure a branch to be stacked on another branch."
3754
3075
# help of 'unstacked' option of 'reconfigure' command
3755
#: bzrlib/builtins.py:5834
3076
#: bzrlib/builtins.py:5770
3757
3078
"Reconfigure a branch to be unstacked. This may require copying substantial "
3758
3079
"data into it."
3761
#: bzrlib/builtins.py:5844
3762
msgid "Can't use both --stacked-on and --unstacked"
3765
#: bzrlib/builtins.py:5858
3766
msgid "No target configuration specified"
3769
#: bzrlib/builtins.py:5893
3082
#: bzrlib/builtins.py:5818
3770
3083
msgid "Set the branch of a checkout and update."
3773
#: bzrlib/builtins.py:5895
3086
#: bzrlib/builtins.py:5820
3775
3088
"For lightweight checkouts, this changes the branch being referenced.\n"
3776
3089
"For heavyweight checkouts, this checks that there are no local commits\n"
3851
3156
"want to switch back to your view after that."
3854
#: bzrlib/builtins.py:6009
3159
#: bzrlib/builtins.py:5934
3857
3162
" To define the current view::"
3860
#: bzrlib/builtins.py:6012
3165
#: bzrlib/builtins.py:5937
3861
3166
msgid " bzr view file1 dir1 ..."
3864
#: bzrlib/builtins.py:6014
3169
#: bzrlib/builtins.py:5939
3865
3170
msgid " To list the current view::"
3868
#: bzrlib/builtins.py:6016
3173
#: bzrlib/builtins.py:5941
3869
3174
msgid " bzr view"
3872
#: bzrlib/builtins.py:6018
3177
#: bzrlib/builtins.py:5943
3873
3178
msgid " To delete the current view::"
3876
#: bzrlib/builtins.py:6020
3181
#: bzrlib/builtins.py:5945
3877
3182
msgid " bzr view --delete"
3880
#: bzrlib/builtins.py:6022
3185
#: bzrlib/builtins.py:5947
3881
3186
msgid " To disable the current view without deleting it::"
3884
#: bzrlib/builtins.py:6024
3189
#: bzrlib/builtins.py:5949
3885
3190
msgid " bzr view --switch off"
3888
#: bzrlib/builtins.py:6026
3193
#: bzrlib/builtins.py:5951
3889
3194
msgid " To define a named view and switch to it::"
3892
#: bzrlib/builtins.py:6028
3197
#: bzrlib/builtins.py:5953
3893
3198
msgid " bzr view --name view-name file1 dir1 ..."
3896
#: bzrlib/builtins.py:6030
3201
#: bzrlib/builtins.py:5955
3897
3202
msgid " To list a named view::"
3900
#: bzrlib/builtins.py:6032
3205
#: bzrlib/builtins.py:5957
3901
3206
msgid " bzr view --name view-name"
3904
#: bzrlib/builtins.py:6034
3209
#: bzrlib/builtins.py:5959
3905
3210
msgid " To delete a named view::"
3908
#: bzrlib/builtins.py:6036
3213
#: bzrlib/builtins.py:5961
3909
3214
msgid " bzr view --name view-name --delete"
3912
#: bzrlib/builtins.py:6038
3217
#: bzrlib/builtins.py:5963
3913
3218
msgid " To switch to a named view::"
3916
#: bzrlib/builtins.py:6040
3221
#: bzrlib/builtins.py:5965
3917
3222
msgid " bzr view --switch view-name"
3920
#: bzrlib/builtins.py:6042
3225
#: bzrlib/builtins.py:5967
3921
3226
msgid " To list all views defined::"
3924
#: bzrlib/builtins.py:6044
3229
#: bzrlib/builtins.py:5969
3925
3230
msgid " bzr view --all"
3928
#: bzrlib/builtins.py:6046
3233
#: bzrlib/builtins.py:5971
3929
3234
msgid " To delete all views::"
3932
#: bzrlib/builtins.py:6048
3237
#: bzrlib/builtins.py:5973
3933
3238
msgid " bzr view --delete --all"
3936
3241
# help of 'all' option of 'view' command
3937
#: bzrlib/builtins.py:6055
3242
#: bzrlib/builtins.py:5980
3938
3243
msgid "Apply list or delete action to all views."
3941
3246
# help of 'delete' option of 'view' command
3942
#: bzrlib/builtins.py:6058
3247
#: bzrlib/builtins.py:5983
3943
3248
msgid "Delete the view."
3946
3251
# help of 'name' option of 'view' command
3947
#: bzrlib/builtins.py:6061
3252
#: bzrlib/builtins.py:5986
3948
3253
msgid "Name of the view to define, list or delete."
3951
3256
# help of 'switch' option of 'view' command
3952
#: bzrlib/builtins.py:6065
3257
#: bzrlib/builtins.py:5990
3953
3258
msgid "Name of the view to switch to."
3956
#: bzrlib/builtins.py:6084
3957
msgid "Both --delete and a file list specified"
3960
#: bzrlib/builtins.py:6087
3961
msgid "Both --delete and --switch specified"
3964
3261
#: bzrlib/builtins.py:6090
3965
msgid "Deleted all views.\n"
3262
msgid "Remove a branch."
3968
3265
#: bzrlib/builtins.py:6092
3969
msgid "No current view to delete"
3972
#: bzrlib/builtins.py:6095
3974
msgid "Deleted '%s' view.\n"
3977
#: bzrlib/builtins.py:6099
3978
msgid "Both --switch and a file list specified"
3981
#: bzrlib/builtins.py:6102
3982
msgid "Both --switch and --all specified"
3985
#: bzrlib/builtins.py:6105
3986
msgid "No current view to disable"
3989
#: bzrlib/builtins.py:6107
3991
msgid "Disabled '%s' view.\n"
3994
#: bzrlib/builtins.py:6111 bzrlib/builtins.py:6133
3995
msgid "Using '{0}' view: {1}\n"
3998
#: bzrlib/builtins.py:6114
3999
msgid "Views defined:\n"
4002
#: bzrlib/builtins.py:6123
4003
msgid "No views defined.\n"
4006
#: bzrlib/builtins.py:6130
4007
msgid "Cannot change the 'off' pseudo view"
4010
#: bzrlib/builtins.py:6138
4011
msgid "No current view.\n"
4014
#: bzrlib/builtins.py:6141
4015
msgid "'{0}' view is: {1}\n"
4018
#: bzrlib/builtins.py:6161
4019
msgid " <no hooks installed>\n"
4022
#: bzrlib/builtins.py:6165
4023
msgid "Remove a branch."
4026
#: bzrlib/builtins.py:6167
4028
3267
"This will remove the branch from the specified location but \n"
4029
3268
"will keep any working tree or repository in place."
4032
#: bzrlib/builtins.py:6172
3271
#: bzrlib/builtins.py:6097
4033
3272
msgid " Remove the branch at repo/trunk::"
4036
#: bzrlib/builtins.py:6174
3275
#: bzrlib/builtins.py:6099
4037
3276
msgid " bzr remove-branch repo/trunk"
4040
#: bzrlib/builtins.py:6190
3279
#: bzrlib/builtins.py:6115
4041
3280
msgid "Temporarily set aside some changes from the current tree."
4044
#: bzrlib/builtins.py:6192
3283
#: bzrlib/builtins.py:6117
4046
3285
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4047
3286
"ie. out of the way, until a later time when you can bring them back from\n"
4142
3377
# help of 'action' option of 'unshelve' command
4143
#: bzrlib/builtins.py:6290
3378
#: bzrlib/builtins.py:6215
4144
3379
msgid "The action to perform."
4147
#: bzrlib/builtins.py:6312
3382
#: bzrlib/builtins.py:6237
4148
3383
msgid "Remove unwanted files from working tree."
4151
#: bzrlib/builtins.py:6314
3386
#: bzrlib/builtins.py:6239
4153
3388
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4154
3389
"files are never deleted."
4157
#: bzrlib/builtins.py:6317
3392
#: bzrlib/builtins.py:6242
4159
3394
"Another class is 'detritus', which includes files emitted by bzr during\n"
4160
3395
"normal operations and selftests. (The value of these files decreases with\n"
4164
#: bzrlib/builtins.py:6321
3399
#: bzrlib/builtins.py:6246
4166
3401
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4167
3402
"flags are respected, and may be combined."
4170
#: bzrlib/builtins.py:6324
3405
#: bzrlib/builtins.py:6249
4171
3406
msgid "To check what clean-tree will do, use --dry-run."
4174
3409
# help of 'ignored' option of 'clean-tree' command
4175
#: bzrlib/builtins.py:6327
3410
#: bzrlib/builtins.py:6252
4176
3411
msgid "Delete all ignored files."
4179
3414
# help of 'detritus' option of 'clean-tree' command
4180
#: bzrlib/builtins.py:6328
3415
#: bzrlib/builtins.py:6253
4182
3417
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4185
3420
# help of 'unknown' option of 'clean-tree' command
4186
#: bzrlib/builtins.py:6331
3421
#: bzrlib/builtins.py:6256
4187
3422
msgid "Delete files unknown to bzr (default)."
4190
3425
# help of 'dry-run' option of 'clean-tree' command
4191
#: bzrlib/builtins.py:6332
3426
#: bzrlib/builtins.py:6257
4192
3427
msgid "Show files to delete instead of deleting them."
4195
3430
# help of 'force' option of 'clean-tree' command
4196
#: bzrlib/builtins.py:6334
3431
#: bzrlib/builtins.py:6259
4197
3432
msgid "Do not prompt before deleting."
4200
#: bzrlib/bundle/__init__.py:57
4201
msgid "A directory cannot be a bundle"
4204
#: bzrlib/bundle/serializer/v4.py:326
4206
msgid "Bundling %d revision."
4207
msgid_plural "Bundling %d revisions."
4211
#: bzrlib/bzrdir.py:636
4213
"making backup of {0}\n"
4217
#: bzrlib/bzrdir.py:659
4218
msgid "renamed {0} to {1}"
4221
#: bzrlib/bzrdir.py:851
4222
msgid "{0} is{1} redirected to {2}"
4225
#: bzrlib/bzrdir.py:1727
4228
"Source repository format does not support stacking, using format:\n"
4232
#: bzrlib/bzrdir.py:1747
4235
"Source branch format does not support stacking, using format:\n"
4239
#: bzrlib/bzrdir.py:1858
4240
msgid "starting repository conversion"
4243
#: bzrlib/check.py:106
4247
#: bzrlib/check.py:108
4248
msgid "checking revisions"
4251
#: bzrlib/check.py:110
4252
msgid "checking commit contents"
4255
#: bzrlib/check.py:112
4256
msgid "checking file graphs"
4259
#: bzrlib/check.py:116
4260
msgid "checking branches and trees"
4263
#: bzrlib/check.py:203
4264
msgid "checked repository {0} format {1}"
4267
#: bzrlib/check.py:206
4269
msgid "%6d revisions"
4272
#: bzrlib/check.py:207
4274
msgid "%6d file-ids"
4277
#: bzrlib/check.py:209
4279
msgid "%6d unreferenced text versions"
4282
#: bzrlib/check.py:213
4283
msgid "unreferenced version: {{{0}}} in {1}"
4286
#: bzrlib/check.py:216
4288
msgid "%6d revisions are missing inventory_sha1"
4291
#: bzrlib/check.py:219
4293
msgid "%6d revisions are mentioned but not present"
4296
#: bzrlib/check.py:222
4298
msgid "%6d ghost revisions"
4301
#: bzrlib/check.py:227
4303
msgid "%6d revisions missing parents in ancestry"
4306
#: bzrlib/check.py:231
4308
msgid " %s should be in the ancestry for:"
4311
#: bzrlib/check.py:235
4313
msgid "%6d inconsistent parents"
4316
#: bzrlib/check.py:239
4317
msgid " * {0} version {1} has parents {2!r} but should have {3!r}"
4320
#: bzrlib/check.py:245
4322
msgid "%6d revisions have incorrect parents in the revision index"
4325
#: bzrlib/check.py:251
4326
msgid " {0} has wrong parents in index: {1!r} should be {2!r}"
4329
#: bzrlib/check.py:265
4330
msgid "Mismatched internal revid {{{0}}} and index revid {{{1}}}"
4333
#: bzrlib/check.py:294
4335
"Multiple expected sha1s for {0}. {{{1}}} expects {{{2}}}, {{{3}}} expects "
4339
#: bzrlib/check.py:352
4341
msgid "Checking branch at '%s'."
4344
#: bzrlib/check.py:372
4346
msgid "Checking working tree at '%s'."
4349
#: bzrlib/check.py:425 bzrlib/check.py:439
4350
msgid "No branch found at specified location."
4353
#: bzrlib/check.py:427 bzrlib/check.py:437
4354
msgid "No working tree found at specified location."
4357
#: bzrlib/check.py:430
4359
msgid "Checking repository at '%s'."
4362
#: bzrlib/check.py:441
4363
msgid "No repository found at specified location."
4366
#: bzrlib/clean_tree.py:62
4367
msgid "Nothing to delete."
4370
#: bzrlib/clean_tree.py:108
4372
msgid "unable to remove %s"
4375
#: bzrlib/clean_tree.py:112
4376
msgid "deleting paths:"
4379
#: bzrlib/clean_tree.py:126
4380
msgid "unable to remove \"{0}\": {1}."
4383
#: bzrlib/clean_tree.py:131
4384
msgid "No files deleted."
4387
#: bzrlib/cmd_version_info.py:45
4388
msgid "No known version info format {0}. Supported types are: {1}"
4391
#: bzrlib/cmd_version_info.py:51
3435
#: bzrlib/cmd_version_info.py:50
4392
3436
msgid "Show version information about this tree."
4395
#: bzrlib/cmd_version_info.py:53
3439
#: bzrlib/cmd_version_info.py:52
4397
3441
"You can use this command to add information about version into\n"
4398
3442
"source code of an application. The output can be in one of the\n"
4399
3443
"supported formats or in a custom format based on a template."
4402
#: bzrlib/cmd_version_info.py:57
3446
#: bzrlib/cmd_version_info.py:56
4403
3447
msgid "For example::"
4406
#: bzrlib/cmd_version_info.py:59
3450
#: bzrlib/cmd_version_info.py:58
4408
3452
" bzr version-info --custom \\\n"
4409
3453
" --template=\"#define VERSION_INFO \\\"Project 1.2.3 (r{revno})\\\"\\n\""
4412
#: bzrlib/cmd_version_info.py:62
3456
#: bzrlib/cmd_version_info.py:61
4414
3458
"will produce a C header file with formatted string containing the\n"
4415
3459
"current revision number. Other supported variables in templates are:"
4418
#: bzrlib/cmd_version_info.py:65
3462
#: bzrlib/cmd_version_info.py:64
4420
3464
" * {date} - date of the last revision\n"
4421
3465
" * {build_date} - current date\n"
5969
4899
"%(arguments)s."
5972
#: bzrlib/export_pot.py:123 bzrlib/export_pot.py:129
5974
msgid "%r is not found in bzrlib/option.py"
5977
#: bzrlib/export_pot.py:185
5979
msgid "Exporting messages from builtin command: %s"
5982
#: bzrlib/export_pot.py:201
5983
msgid "Exporting messages from plugin command: {0} in {1}"
5986
#: bzrlib/export_pot.py:226
5988
msgid "Exporting message from error: %s"
5991
#: bzrlib/fetch.py:97
5992
msgid "Finding revisions"
5995
#: bzrlib/fetch.py:102
5996
msgid "Fetching revisions"
5999
#: bzrlib/foreign.py:311
6001
msgid "Using saved location: %s\n"
6004
#: bzrlib/foreign.py:321
6006
"{0!r} and {1!r} are in the same VCS, lossy push not necessary. Please use "
6010
#: bzrlib/gpg.py:116 bzrlib/gpg.py:454
4902
#: bzrlib/gpg.py:126 bzrlib/gpg.py:464
6011
4903
msgid "{0} commits with valid signatures"
6014
#: bzrlib/gpg.py:120 bzrlib/gpg.py:459
4906
#: bzrlib/gpg.py:130 bzrlib/gpg.py:469
6015
4907
msgid "{0} commit with unknown key"
6016
4908
msgid_plural "{0} commits with unknown keys"
6020
#: bzrlib/gpg.py:126 bzrlib/gpg.py:466
4912
#: bzrlib/gpg.py:136 bzrlib/gpg.py:476
6021
4913
msgid "{0} commit not valid"
6022
4914
msgid_plural "{0} commits not valid"
6026
#: bzrlib/gpg.py:132 bzrlib/gpg.py:473
4918
#: bzrlib/gpg.py:142 bzrlib/gpg.py:483
6027
4919
msgid "{0} commit not signed"
6028
4920
msgid_plural "{0} commits not signed"
6032
#: bzrlib/gpg.py:138 bzrlib/gpg.py:480
4924
#: bzrlib/gpg.py:148 bzrlib/gpg.py:490
6033
4925
msgid "{0} commit with key now expired"
6034
4926
msgid_plural "{0} commits with key now expired"
6038
#: bzrlib/gpg.py:336
6039
msgid "No GnuPG key results for pattern: {0}"
4930
#: bzrlib/gpg.py:346
4931
msgid "No GnuPG key results for pattern: {}"
6042
#: bzrlib/gpg.py:379
4934
#: bzrlib/gpg.py:389
6043
4935
msgid "{0} signed {1} commit"
6044
4936
msgid_plural "{0} signed {1} commits"
6048
#: bzrlib/gpg.py:396 bzrlib/gpg.py:412
4940
#: bzrlib/gpg.py:406 bzrlib/gpg.py:422
6049
4941
msgid "{0} commit by author {1}"
6050
4942
msgid_plural "{0} commits by author {1}"
6054
#: bzrlib/gpg.py:426
4946
#: bzrlib/gpg.py:436
6055
4947
msgid "Unknown key {0} signed {1} commit"
6056
4948
msgid_plural "Unknown key {0} signed {1} commits"
6060
#: bzrlib/gpg.py:444
4952
#: bzrlib/gpg.py:454
6061
4953
msgid "{0} commit by author {1} with key {2} now expired"
6062
4954
msgid_plural "{0} commits by author {1} with key {2} now expired"
6066
#: bzrlib/groupcompress.py:1758
6068
msgid "Insert claimed random_id=True, but then inserted %r two times"
6071
#: bzrlib/knit.py:1764 bzrlib/knit.py:1800
6072
msgid "Walking content"
6075
#: bzrlib/knit.py:3467
6079
#: bzrlib/lock.py:547
6080
msgid "{0!r} was {1} locked again"
6083
#: bzrlib/log.py:569
6084
msgid "--exclude-common-ancestry requires two different revisions"
6087
#: bzrlib/log.py:571
6089
msgid "invalid direction %r"
6092
#: bzrlib/log.py:618
6093
msgid "Start revision not found in left-hand history of end revision."
6096
#: bzrlib/log.py:664
6097
msgid "Start revision not found in history of end revision."
6100
#: bzrlib/log.py:1082 bzrlib/log.py:1140
6101
msgid "Logging revision 0 is invalid."
6104
#: bzrlib/log.py:1084 bzrlib/log.py:1142
6105
msgid "Start revision must be older than the end revision."
6108
#: bzrlib/log.py:1828
6110
msgid "unknown log formatter: %r"
6113
#: bzrlib/log.py:2123
6115
msgid_plural "fixes bugs"
6119
#: bzrlib/merge.py:715
6120
msgid "All changes applied successfully."
6123
#: bzrlib/merge.py:717
6125
msgid "%d conflicts encountered."
6128
#: bzrlib/merge.py:862 bzrlib/merge.py:1910
6129
msgid "Preparing file merge"
6132
#: bzrlib/multiparent.py:424
6133
msgid "Importing revisions"
6136
4958
# help of 'help' option
6137
#: bzrlib/option.py:530
4959
#: bzrlib/option.py:515
6138
4960
msgid "Show help message."
6141
4963
# help of 'usage' option
6142
#: bzrlib/option.py:532
4964
#: bzrlib/option.py:517
6143
4965
msgid "Show usage message and options."
6146
4968
# help of 'verbose' option
6147
#: bzrlib/option.py:534
4969
#: bzrlib/option.py:519
6148
4970
msgid "Display more information."
6151
4973
# help of 'quiet' option
6152
#: bzrlib/option.py:537
4974
#: bzrlib/option.py:522
6153
4975
msgid "Only display errors and warnings."
6156
4978
# help of 'overwrite' option
6157
#: bzrlib/option.py:542
4979
#: bzrlib/option.py:527
6158
4980
msgid "Ignore differences between branches and overwrite unconditionally."
6161
4983
# help of 'message' option
6162
#: bzrlib/option.py:553
4984
#: bzrlib/option.py:538
6163
4985
msgid "Message string."
6166
4988
# help of 'null' option
6167
#: bzrlib/option.py:556
4989
#: bzrlib/option.py:541
6168
4990
msgid "Use an ASCII NUL (\\0) separator rather than a newline."
6171
4993
# help of 'profile' option
6172
#: bzrlib/option.py:559
4994
#: bzrlib/option.py:544
6173
4995
msgid "Show performance profiling information."
6176
4998
# help of 'revision' option
6177
#: bzrlib/option.py:563
4999
#: bzrlib/option.py:548
6178
5000
msgid "See \"help revisionspec\" for details."
6181
5003
# help of 'change' option
6182
#: bzrlib/option.py:568
5004
#: bzrlib/option.py:553
6184
5006
"Select changes introduced by the specified revision. See also \"help "
6185
5007
"revisionspec\"."
6188
5010
# help of 'show-ids' option
6189
#: bzrlib/option.py:570
5011
#: bzrlib/option.py:555
6190
5012
msgid "Show internal object ids."
6193
5015
# help of 'timezone' option
6194
#: bzrlib/option.py:573
5016
#: bzrlib/option.py:558
6195
5017
msgid "Display timezone as local, original, or utc."
6198
5020
# help of 'log-format' option
6199
#: bzrlib/option.py:578
5021
#: bzrlib/option.py:563
6200
5022
msgid "Use specified log format."
6203
5025
# title of 'log-format' option
6204
#: bzrlib/option.py:580
5026
#: bzrlib/option.py:565
6205
5027
msgid "Log format"
6208
5030
# help of 'long' option
6209
#: bzrlib/option.py:582
5031
#: bzrlib/option.py:567
6210
5032
msgid "Use detailed log format. Same as --log-format long"
6213
5035
# help of 'short' option
6214
#: bzrlib/option.py:584
5036
#: bzrlib/option.py:569
6215
5037
msgid "Use moderately short log format. Same as --log-format short"
6218
5040
# help of 'line' option
6219
#: bzrlib/option.py:585
5041
#: bzrlib/option.py:570
6220
5042
msgid "Use log format with one line per revision. Same as --log-format line"
6223
5045
# help of 'merge-type' option
6224
#: bzrlib/option.py:588
5046
#: bzrlib/option.py:573
6225
5047
msgid "Select a particular merge algorithm."
6228
5050
# title of 'merge-type' option
6229
#: bzrlib/option.py:590
5051
#: bzrlib/option.py:575
6230
5052
msgid "Merge algorithm"
6233
5055
# help of 'remember' option
6234
#: bzrlib/option.py:592
5056
#: bzrlib/option.py:577
6235
5057
msgid "Remember the specified location as a default."
6238
5060
# help of 'reprocess' option
6239
#: bzrlib/option.py:594
5061
#: bzrlib/option.py:579
6240
5062
msgid "Reprocess to reduce spurious conflicts."
6243
5065
# help of 'dry-run' option
6244
#: bzrlib/option.py:597
5066
#: bzrlib/option.py:582
6245
5067
msgid "Show what would be done, but don't actually do anything."
6248
5070
# help of 'name-from-revision' option
6249
#: bzrlib/option.py:598
5071
#: bzrlib/option.py:583
6250
5072
msgid "The path name in the old tree."
6253
5075
# help of 'directory' option
6254
#: bzrlib/option.py:600
5076
#: bzrlib/option.py:585
6255
5077
msgid "Branch to operate on, instead of working directory"
6258
#: bzrlib/osutils.py:93
6259
msgid "Parameter {0!r} encoding is unsupported by {1} application locale."
6262
#: bzrlib/osutils.py:194
6263
msgid "lstat/stat of ({0!r}): {1!r}"
6266
#: bzrlib/osutils.py:929 bzrlib/osutils.py:940
6268
msgid "sorry, %r not allowed in path"
6271
#: bzrlib/osutils.py:1158
6273
msgid "%r is too short to calculate a relative path"
6276
5080
# help of 'plugin' option of 'bash-completion' command
6277
5081
#: bzrlib/plugins/bash_completion/bashcomp.py:407
6278
5082
msgid "Enable completions for the selected plugin (default: all plugins)"
6506
5310
msgid " bzr lp-find-proposal -r annotate:README:1"
6509
#: bzrlib/push.py:54
6510
msgid "Created new branch."
6513
#: bzrlib/push.py:96
6516
"Target directory %s already contains a .bzr directory, but it is not valid."
6519
#: bzrlib/push.py:99
6522
"Target directory %s already exists, but does not have a .bzr directory. "
6523
"Supply --use-existing-dir to push there anyway."
6526
#: bzrlib/push.py:120
6528
msgid "Too many redirections trying to make %s."
6531
#: bzrlib/push.py:145
6533
"These branches have diverged. See \"bzr help diverged-branches\" for more "
6537
#: bzrlib/push.py:149
6540
"It is not possible to losslessly push to %s. You may want to use dpush "
6544
#: bzrlib/push.py:155
6547
"At %s you have a valid .bzr control directory, but not a branch or "
6548
"repository. This is an unsupported configuration. Please move the target "
6549
"directory out of the way and try again."
6552
#: bzrlib/reconcile.py:96
6554
msgid "Reconciling branch %s"
6557
#: bzrlib/reconcile.py:102
6559
msgid "Reconciling repository %s"
6562
#: bzrlib/reconcile.py:104
6563
msgid "Reconciling repository"
6566
#: bzrlib/reconcile.py:110
6568
msgid "%s cannot canonicalize CHKs."
6571
#: bzrlib/reconcile.py:118
6572
msgid "Reconcile aborted: revision index has inconsistent parents."
6575
#: bzrlib/reconcile.py:120
6576
msgid "Run \"bzr check\" for more details."
6579
#: bzrlib/reconcile.py:122
6580
msgid "Reconciliation complete."
6583
#: bzrlib/reconcile.py:165
6584
msgid "Fixing last revision info {0} => {1}"
6587
#: bzrlib/reconcile.py:172
6588
msgid "revision_history ok."
6591
#: bzrlib/reconcile.py:233
6592
msgid "Reading inventory data"
6595
#: bzrlib/reconcile.py:253 bzrlib/reconcile.py:383
6596
msgid "Inventory ok."
6599
#: bzrlib/reconcile.py:255 bzrlib/reconcile.py:385
6600
msgid "Backing up inventory"
6603
#: bzrlib/reconcile.py:257
6604
msgid "Backup inventory created."
6607
#: bzrlib/reconcile.py:273 bzrlib/reconcile.py:404
6608
msgid "Writing weave"
6611
#: bzrlib/reconcile.py:276 bzrlib/reconcile.py:407
6612
msgid "Inventory regenerated."
6615
#: bzrlib/reconcile.py:370 bzrlib/reconcile.py:372 bzrlib/reconcile.py:375
6616
msgid "Reading indexes"
6619
#: bzrlib/reconcile.py:379 bzrlib/reconcile.py:381
6620
msgid "Checking unused inventories"
6623
#: bzrlib/reconcile.py:387
6624
msgid "Backup Inventory created"
6627
#: bzrlib/reconcile.py:445
6628
msgid "Fixing text parents"
6631
#: bzrlib/reconfigure.py:52
6632
msgid "{0} is now stacked on {1}\n"
6635
#: bzrlib/reconfigure.py:67
6637
msgid "%s is now not stacked\n"
6640
#: bzrlib/remote.py:1886
6641
msgid "Copying repository content as tarball..."
6644
#: bzrlib/rename_map.py:68
6645
msgid "Calculating hashes"
6648
#: bzrlib/rename_map.py:106
6649
msgid "Determining hash hits"
6652
#: bzrlib/rename_map.py:241
6656
#: bzrlib/repository.py:284
6658
msgid "bzr: ERROR (ignored): %s"
6661
#: bzrlib/repository.py:1806
6662
msgid "Moving repository to repository.backup"
6665
#: bzrlib/repository.py:1813
6666
msgid "Creating new repository"
6669
#: bzrlib/repository.py:1818
6670
msgid "Copying content"
6673
#: bzrlib/repository.py:1822
6674
msgid "Deleting old repository content"
6677
#: bzrlib/repository.py:1824
6678
msgid "repository converted"
6681
#: bzrlib/revisionspec.py:914
6682
msgid "Using {0} {1}"
6685
#: bzrlib/send.py:56
6687
msgid "Mail client \"%s\" does not support specifying body"
6690
#: bzrlib/send.py:60
6691
msgid "--remember requires a branch to be specified."
6694
#: bzrlib/send.py:74
6695
msgid "No submit branch known or specified"
6698
#: bzrlib/send.py:77
6699
msgid "Using saved {0} location \"{1}\" to determine what changes to submit."
6702
#: bzrlib/send.py:94
6704
msgid "No such send format '%s'."
6707
#: bzrlib/send.py:111
6708
msgid "bzr send takes at most two one revision identifiers"
6711
#: bzrlib/send.py:124
6712
msgid "No revisions to submit."
6715
#: bzrlib/send.py:135
6717
"- not supported for merge directives that use more than one output file."
6720
#: bzrlib/send.py:177
6721
msgid "Format 0.9 does not permit bundle with no patch"
6724
#: bzrlib/shelf_ui.py:45
6726
msgid "Shelve adding file \"%(path)s\"?"
6729
#: bzrlib/shelf_ui.py:46
6730
msgid "Shelve binary changes?"
6733
#: bzrlib/shelf_ui.py:47
6734
msgid "Shelve changing \"%s\" from %(other)s to %(this)s?"
6737
#: bzrlib/shelf_ui.py:49
6739
msgid "Shelve removing file \"%(path)s\"?"
6742
#: bzrlib/shelf_ui.py:50
6744
msgid "Shelve %d change(s)?"
6747
#: bzrlib/shelf_ui.py:51
6751
#: bzrlib/shelf_ui.py:52
6754
"Shelve changing target of \"%(path)s\" from \"%(other)s\" to \"%(this)s\"?"
6757
#: bzrlib/shelf_ui.py:54
6759
msgid "Shelve renaming \"%(other)s\" => \"%(this)s\"?"
6762
#: bzrlib/shelf_ui.py:69
6764
msgid "Changes shelved with id \"%d\"."
6767
#: bzrlib/shelf_ui.py:73
6768
msgid "Selected changes destroyed."
6771
#: bzrlib/shelf_ui.py:77
6772
msgid "Selected changes:"
6775
#: bzrlib/shelf_ui.py:97
6777
msgid "Delete file \"%(path)s\"?"
6780
#: bzrlib/shelf_ui.py:98
6781
msgid "Apply binary changes?"
6784
#: bzrlib/shelf_ui.py:99
6786
msgid "Change \"%(path)s\" from %(this)s to %(other)s?"
6789
#: bzrlib/shelf_ui.py:101
6791
msgid "Add file \"%(path)s\"?"
6794
#: bzrlib/shelf_ui.py:102
6796
msgid "Apply %d change(s)?"
6799
#: bzrlib/shelf_ui.py:103
6800
msgid "Apply change?"
6803
#: bzrlib/shelf_ui.py:104
6805
msgid "Change target of \"%(path)s\" from \"%(this)s\" to \"%(other)s\"?"
6808
#: bzrlib/shelf_ui.py:106
6810
msgid "Rename \"%(this)s\" => \"%(other)s\"?"
6813
#: bzrlib/shelf_ui.py:265
6814
msgid "You need a controlling terminal."
6817
#: bzrlib/shelf_ui.py:415
6818
msgid "No changes are shelved."
6821
#: bzrlib/shelf_ui.py:473
6823
msgid "Using changes with id \"%d\"."
6826
#: bzrlib/shelf_ui.py:477
6831
#: bzrlib/shelf_ui.py:489
6833
msgid "Deleted changes with id \"%d\"."
6836
#: bzrlib/smart/medium.py:565
6837
msgid "HPSS calls: {0} ({1} vfs) {2}"
6840
#: bzrlib/smart/server.py:355
6842
msgid "listening on port: %s"
6845
#: bzrlib/switch.py:67
6846
msgid "Pending merges must be committed or reverted before using switch."
6849
#: bzrlib/switch.py:94
6851
"Cannot switch as local commits found in the checkout. Commit these to the "
6852
"bound branch or use --force to throw them away."
6855
#: bzrlib/switch.py:99
6858
"Unable to connect to current master branch %(target)s: %(error)s To switch "
6859
"anyway, use --force."
6862
#: bzrlib/switch.py:108
6863
msgid "Cannot switch a branch, only a checkout."
6866
#: bzrlib/switch.py:144
6868
msgid "Tree is up to date at revision %d."
6871
#: bzrlib/switch.py:150
6873
msgid "Updated to revision %d."
6876
#: bzrlib/transform.py:1730 bzrlib/transform.py:1741 bzrlib/transform.py:1743
6880
#: bzrlib/transform.py:1769 bzrlib/transform.py:1837
6881
msgid "removing file"
6884
#: bzrlib/transform.py:1787 bzrlib/transform.py:1872
6888
#: bzrlib/transform.py:2587
6889
msgid "Building tree"
6892
#: bzrlib/transform.py:2677 bzrlib/transform.py:2704
6893
msgid "Adding file contents"
6896
#: bzrlib/transform.py:3051
6897
msgid "Resolution pass"
6900
#: bzrlib/tree.py:635
6901
msgid "*** {0} content-filter: {1} => {2!r}"
6904
#: bzrlib/upgrade.py:76
6906
msgid "This is a checkout. The branch (%s) needs to be upgraded separately."
6909
#: bzrlib/upgrade.py:99
6911
msgid "cannot upgrade from bzrdir format %s"
6914
#: bzrlib/upgrade.py:102
6916
msgid "starting upgrade of %s"
6919
#: bzrlib/upgrade.py:109
6923
#: bzrlib/upgrade.py:119
6924
msgid "Deleting backup.bzr"
6927
#: bzrlib/upgrade.py:150
6930
"SUMMARY: {0} upgrades attempted, {1} succeeded, {2} failed"
6933
#: bzrlib/upgrade.py:207
6935
msgid "Found %d dependent branches - upgrading ..."
6938
#: bzrlib/upgrade.py:275
6939
msgid "Upgrading bzrdirs"
6942
#: bzrlib/upgrade.py:281
6944
msgid "Upgrading %s"
6947
#: bzrlib/upgrade.py:282
6948
msgid "Upgrading {0} {1} ..."
6951
#: bzrlib/upgrade.py:296
6952
msgid "Removing backup ..."
6955
#: bzrlib/upgrade.py:300
6956
msgid "failed to clean-up {0}: {1}"
6959
#: bzrlib/vf_repository.py:1091
6963
#: bzrlib/vf_repository.py:1117
6967
#: bzrlib/vf_repository.py:1572 bzrlib/vf_repository.py:1581
6968
msgid "Calculating text parents"
6971
#: bzrlib/vf_repository.py:1657
6975
#: bzrlib/vf_repository.py:2468
6976
msgid "loading text store"
6979
#: bzrlib/vf_repository.py:2474
6980
msgid "checking text graph"
6983
#: bzrlib/vf_repository.py:2924 bzrlib/vf_repository.py:2938
6984
#: bzrlib/vf_repository.py:3053
6985
msgid "Transferring revisions"
6988
#: bzrlib/win32utils.py:132
6989
msgid "Failed to GetProcessMemoryInfo()"
6992
#: bzrlib/win32utils.py:153
6993
msgid "Cannot debug memory on win32 without ctypes or win32process"
6996
#: bzrlib/win32utils.py:158
6997
msgid "WorkingSize {0:>7}KiB\tPeakWorking {1:>7}KiB\t{2}"
7000
#: bzrlib/win32utils.py:166
7002
msgid "WorkingSize %8d KiB"
7005
#: bzrlib/win32utils.py:167
7007
msgid "PeakWorking %8d KiB"
7010
#: bzrlib/win32utils.py:168
7012
msgid "PagefileUsage %8d KiB"
7015
#: bzrlib/win32utils.py:169
7017
msgid "PeakPagefileUsage %8d KiB"
7020
#: bzrlib/win32utils.py:171
7022
msgid "PrivateUsage %8d KiB"
7025
#: bzrlib/win32utils.py:172
7027
msgid "PageFaultCount %8d"
7030
#: bzrlib/workingtree.py:1502
7031
msgid "Rerun update after fixing the conflicts."
7034
5313
#: dummy/help_topics/authentication/summary.txt:1
7035
5314
msgid "Information on configuring authentication"
7038
5317
#: dummy/help_topics/basic/detail.txt:1
7040
"Bazaar 2.5.0dev2 -- a free distributed version-control tool\n"
5319
"Bazaar 2.5.0dev1 -- a free distributed version-control tool\n"
7041
5320
"http://bazaar.canonical.com/"