524
#: bzrlib/builtins.py:1189
524
#: bzrlib/builtins.py:1180
525
525
msgid "Need working tree for --show-base."
528
#: bzrlib/builtins.py:1205
528
#: bzrlib/builtins.py:1196
529
529
msgid "No pull location known or specified."
532
#: bzrlib/builtins.py:1211
532
#: bzrlib/builtins.py:1202
534
534
msgid "Using saved parent location: %s\n"
537
#: bzrlib/builtins.py:1218 bzrlib/builtins.py:4425
537
#: bzrlib/builtins.py:1209 bzrlib/builtins.py:4406
538
538
msgid "Cannot use -r with merge directives or bundles"
541
#: bzrlib/builtins.py:1261
541
#: bzrlib/builtins.py:1252
542
542
msgid "Update a mirror of this branch."
545
#: bzrlib/builtins.py:1263
545
#: bzrlib/builtins.py:1254
547
547
"The target branch will not have its working tree populated because this\n"
548
548
"is both expensive, and is not supported on remote file systems."
551
#: bzrlib/builtins.py:1266
551
#: bzrlib/builtins.py:1257
553
553
"Some smart servers or protocols *may* put the working tree in place in\n"
557
#: bzrlib/builtins.py:1269
557
#: bzrlib/builtins.py:1260
559
559
"This command only works on branches that have not diverged. Branches are\n"
560
560
"considered diverged if the destination branch's most recent commit is one\n"
561
561
"that has not been merged (directly or indirectly) by the source branch."
564
#: bzrlib/builtins.py:1273
564
#: bzrlib/builtins.py:1264
566
566
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
567
567
"the other branch completely, discarding its unmerged changes."
570
#: bzrlib/builtins.py:1276
570
#: bzrlib/builtins.py:1267
572
572
"If you want to ensure you have the different changes in the other branch,\n"
573
573
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
574
574
"After that you will be able to do a push without '--overwrite'."
577
#: bzrlib/builtins.py:1280
577
#: bzrlib/builtins.py:1271
579
579
"If there is no default push location set, the first push will set it (use\n"
580
580
"--no-remember to avoid setting it). After that, you can omit the\n"
621
621
# help of 'strict' option of 'dpush' command
622
622
# help of 'strict' option of 'push' command
623
#: bzrlib/builtins.py:1312 bzrlib/foreign.py:279
623
#: bzrlib/builtins.py:1303 bzrlib/foreign.py:279
625
625
"Refuse to push if there are uncommitted changes in the working tree, --no-"
626
626
"strict disables the check."
629
629
# help of 'no-tree' option of 'push' command
630
#: bzrlib/builtins.py:1315
630
#: bzrlib/builtins.py:1306
631
631
msgid "Don't populate the working tree, even for protocols that support it."
634
# help of 'overwrite-tags' option of 'pull' command
635
# help of 'overwrite-tags' option of 'push' command
636
#: bzrlib/builtins.py:1318
637
msgid "Overwrite tags only."
640
#: bzrlib/builtins.py:1369
634
#: bzrlib/builtins.py:1350
641
635
msgid "Could not determine branch to refer to."
644
#: bzrlib/builtins.py:1378
638
#: bzrlib/builtins.py:1359
647
641
"No push location known or specified. To push to the parent branch (at %s), "
648
642
"use 'bzr push :parent'."
651
#: bzrlib/builtins.py:1384 bzrlib/foreign.py:306
645
#: bzrlib/builtins.py:1365 bzrlib/foreign.py:306
652
646
msgid "No push location known or specified."
655
#: bzrlib/builtins.py:1388
649
#: bzrlib/builtins.py:1369
657
651
msgid "Using saved push location: %s"
660
#: bzrlib/builtins.py:1398
654
#: bzrlib/builtins.py:1379
661
655
msgid "Create a new branch that is a copy of an existing branch."
664
#: bzrlib/builtins.py:1400
658
#: bzrlib/builtins.py:1381
666
660
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
667
661
"be used. In other words, \"branch ../foo/bar\" will attempt to create ./"
672
666
"create ./foo-bar."
675
#: bzrlib/builtins.py:1407
669
#: bzrlib/builtins.py:1388
677
671
"To retrieve the branch as of a particular revision, supply the --revision\n"
678
672
"parameter, as in \"branch foo/bar -r 5\"."
681
#: bzrlib/builtins.py:1410
675
#: bzrlib/builtins.py:1391
682
676
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
685
679
# help of 'no-tree' option of 'branch' command
686
#: bzrlib/builtins.py:1420
680
#: bzrlib/builtins.py:1401
687
681
msgid "Create a branch without a working-tree."
690
684
# help of 'switch' option of 'branch' command
691
#: bzrlib/builtins.py:1422
685
#: bzrlib/builtins.py:1403
692
686
msgid "Switch the checkout in the current directory to the new branch."
695
689
# help of 'stacked' option of 'branch' command
696
#: bzrlib/builtins.py:1425
690
#: bzrlib/builtins.py:1406
698
692
"Create a stacked branch referring to the source branch. The new branch will "
699
693
"depend on the availability of the source branch for all operations."
702
696
# help of 'standalone' option of 'branch' command
703
#: bzrlib/builtins.py:1429
697
#: bzrlib/builtins.py:1410
704
698
msgid "Do not use a shared repository, even if available."
707
701
# help of 'use-existing-dir' option of 'branch' command
708
#: bzrlib/builtins.py:1431
702
#: bzrlib/builtins.py:1412
710
704
"By default branch will fail if the target directory exists, but does not "
711
705
"already have a control directory. This flag will allow branch to proceed."
714
708
# help of 'bind' option of 'branch' command
715
#: bzrlib/builtins.py:1436
709
#: bzrlib/builtins.py:1417
716
710
msgid "Bind new branch to from location."
719
#: bzrlib/builtins.py:1483
713
#: bzrlib/builtins.py:1464
721
715
msgid "Target directory \"%s\" already exists."
718
#: bzrlib/builtins.py:1476
720
msgid "Parent of \"%s\" does not exist."
724
723
#: bzrlib/builtins.py:1495
726
msgid "Parent of \"%s\" does not exist."
729
#: bzrlib/builtins.py:1514
730
724
msgid "The branch {0} has no revision {1}."
733
#: bzrlib/builtins.py:1529 bzrlib/push.py:53
727
#: bzrlib/builtins.py:1510 bzrlib/push.py:53
735
729
msgid "Created new stacked branch referring to %s."
738
#: bzrlib/builtins.py:1533
732
#: bzrlib/builtins.py:1514
740
734
msgid "Branched %d revision."
741
735
msgid_plural "Branched %d revisions."
745
#: bzrlib/builtins.py:1538
739
#: bzrlib/builtins.py:1519
747
741
msgid "New branch bound to %s"
750
#: bzrlib/builtins.py:1543 bzrlib/builtins.py:6280
744
#: bzrlib/builtins.py:1524 bzrlib/builtins.py:6247
752
746
msgid "Switched to branch: %s"
755
#: bzrlib/builtins.py:1548
749
#: bzrlib/builtins.py:1529
756
750
msgid "List the branches available at the current location."
759
#: bzrlib/builtins.py:1550
753
#: bzrlib/builtins.py:1531
761
755
"This command will print the names of all the branches at the current\n"
765
759
# help of 'recursive' option of 'branches' command
766
#: bzrlib/builtins.py:1557
760
#: bzrlib/builtins.py:1538
768
762
"Recursively scan for branches rather than just looking in the specified "
772
#: bzrlib/builtins.py:1586
766
#: bzrlib/builtins.py:1567
773
767
msgid "(default)"
776
#: bzrlib/builtins.py:1598
770
#: bzrlib/builtins.py:1579
777
771
msgid "Create a new checkout of an existing branch."
780
#: bzrlib/builtins.py:1600
774
#: bzrlib/builtins.py:1581
782
776
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
821
815
# help of 'files-from' option of 'branch' command
822
816
# help of 'files-from' option of 'checkout' command
823
#: bzrlib/builtins.py:1629
817
#: bzrlib/builtins.py:1610
824
818
msgid "Get file contents from this tree."
827
821
# help of 'hardlink' option of 'branch' command
828
822
# help of 'hardlink' option of 'checkout' command
829
#: bzrlib/builtins.py:1631
823
#: bzrlib/builtins.py:1612
830
824
msgid "Hard-link working tree files where possible."
833
#: bzrlib/builtins.py:1672
827
#: bzrlib/builtins.py:1653
835
829
"Show list of renamed files.\n"
839
#: bzrlib/builtins.py:1700
833
#: bzrlib/builtins.py:1681
840
834
msgid "Update a working tree to a new revision."
843
#: bzrlib/builtins.py:1702
837
#: bzrlib/builtins.py:1683
845
839
"This will perform a merge of the destination revision (the tip of the\n"
846
840
"branch, or the specified revision) into the working tree, and then make\n"
847
841
"that revision the basis revision for the working tree. "
850
#: bzrlib/builtins.py:1706
844
#: bzrlib/builtins.py:1687
852
846
"You can use this to visit an older revision, or to update a working tree\n"
853
847
"that is out of date from its branch."
856
#: bzrlib/builtins.py:1709
850
#: bzrlib/builtins.py:1690
858
852
"If there are any uncommitted changes in the tree, they will be carried\n"
859
853
"across and remain as uncommitted changes after the update. To discard\n"
877
871
"out the old content of that file to a new location."
880
#: bzrlib/builtins.py:1724
874
#: bzrlib/builtins.py:1705
882
876
"The 'dir' argument, if given, must be the location of the root of a\n"
883
877
"working tree to update. By default, the working tree that contains the \n"
884
878
"current working directory is used."
887
#: bzrlib/builtins.py:1740
881
#: bzrlib/builtins.py:1721
888
882
msgid "bzr update --revision takes exactly one revision"
891
#: bzrlib/builtins.py:1748
885
#: bzrlib/builtins.py:1729
892
886
msgid "bzr update can only update a whole tree, not a file or subdirectory"
895
#: bzrlib/builtins.py:1779
889
#: bzrlib/builtins.py:1760
896
890
msgid "Tree is up to date at revision {0} of branch {1}"
899
#: bzrlib/builtins.py:1795
893
#: bzrlib/builtins.py:1776
902
896
"branch has no revision %s\n"
903
897
"bzr update --revision only works for a revision in the branch history"
906
#: bzrlib/builtins.py:1801
900
#: bzrlib/builtins.py:1782
907
901
msgid "Updated to revision {0} of branch {1}"
910
#: bzrlib/builtins.py:1805
904
#: bzrlib/builtins.py:1786
912
906
"Your local commits will now show as pending merges with 'bzr status', and "
913
907
"can be committed with 'bzr commit'."
916
#: bzrlib/builtins.py:1814
910
#: bzrlib/builtins.py:1795
917
911
msgid "Show information about a working tree, branch or repository."
920
#: bzrlib/builtins.py:1816
914
#: bzrlib/builtins.py:1797
922
916
"This command will show all known locations and formats associated to the\n"
923
917
"tree, branch or repository."
926
#: bzrlib/builtins.py:1819
920
#: bzrlib/builtins.py:1800
928
922
"In verbose mode, statistical information is included with each report.\n"
929
923
"To see extended statistic information, use a verbosity level of 2 or\n"
930
924
"higher by specifying the verbose option multiple times, e.g. -vv."
933
#: bzrlib/builtins.py:1823
927
#: bzrlib/builtins.py:1804
934
928
msgid "Branches and working trees will also report any missing revisions."
937
#: bzrlib/builtins.py:1825 bzrlib/builtins.py:3744 bzrlib/builtins.py:4885
938
#: bzrlib/builtins.py:6466
931
#: bzrlib/builtins.py:1806 bzrlib/builtins.py:3725 bzrlib/builtins.py:4859
932
#: bzrlib/builtins.py:6433
939
933
msgid ":Examples:"
942
#: bzrlib/builtins.py:1827
936
#: bzrlib/builtins.py:1808
943
937
msgid " Display information on the format and related locations:"
946
#: bzrlib/builtins.py:1829
940
#: bzrlib/builtins.py:1810
947
941
msgid " bzr info"
950
#: bzrlib/builtins.py:1831
944
#: bzrlib/builtins.py:1812
952
946
" Display the above together with extended format information and\n"
953
947
" basic statistics (like the number of files in the working tree and\n"
954
948
" number of revisions in the branch and repository):"
957
#: bzrlib/builtins.py:1835
951
#: bzrlib/builtins.py:1816
958
952
msgid " bzr info -v"
961
#: bzrlib/builtins.py:1837
955
#: bzrlib/builtins.py:1818
962
956
msgid " Display the above together with number of committers to the branch:"
959
#: bzrlib/builtins.py:1820
960
msgid " bzr info -vv"
965
963
#: bzrlib/builtins.py:1839
966
msgid " bzr info -vv"
969
#: bzrlib/builtins.py:1858
970
964
msgid "Remove files or directories."
973
#: bzrlib/builtins.py:1860
967
#: bzrlib/builtins.py:1841
975
969
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
976
970
"delete them if they can easily be recovered using revert otherwise they\n"
977
"will be backed up (adding an extension of the form .~#~). If no options or\n"
971
"will be backed up (adding an extention of the form .~#~). If no options or\n"
978
972
"parameters are given Bazaar will scan for files that are being tracked by\n"
979
973
"Bazaar but missing in your tree and stop tracking them for you."
982
976
# help of 'new' option of 'remove' command
983
#: bzrlib/builtins.py:1868
977
#: bzrlib/builtins.py:1849
984
978
msgid "Only remove files that have never been committed."
987
981
# help of 'file-deletion-strategy' option of 'remove' command
988
#: bzrlib/builtins.py:1870
982
#: bzrlib/builtins.py:1851
989
983
msgid "The file deletion mode to be used."
992
986
# title of 'file-deletion-strategy' option of 'remove' command
993
#: bzrlib/builtins.py:1871
987
#: bzrlib/builtins.py:1852
994
988
msgid "Deletion Strategy"
997
991
# help of 'file-deletion-strategy=safe' option of 'remove' command
998
#: bzrlib/builtins.py:1872
992
#: bzrlib/builtins.py:1853
999
993
msgid "Backup changed files (default)."
1002
996
# help of 'file-deletion-strategy=keep' option of 'remove' command
1003
#: bzrlib/builtins.py:1873
997
#: bzrlib/builtins.py:1854
1004
998
msgid "Delete from bzr but leave the working copy."
1007
1001
# help of 'file-deletion-strategy=no-backup' option of 'remove' command
1008
#: bzrlib/builtins.py:1874
1002
#: bzrlib/builtins.py:1855
1009
1003
msgid "Don't backup changed files."
1012
1006
# help of 'file-deletion-strategy=force' option of 'remove' command
1013
#: bzrlib/builtins.py:1875
1007
#: bzrlib/builtins.py:1856
1015
1009
"Delete all the specified files, even if they can not be recovered and even "
1016
1010
"if they are non-empty directories. (deprecated, use no-backup)"
1019
#: bzrlib/builtins.py:1884
1013
#: bzrlib/builtins.py:1865
1020
1014
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
1023
#: bzrlib/builtins.py:1901
1017
#: bzrlib/builtins.py:1882
1024
1018
msgid "No matching files."
1027
#: bzrlib/builtins.py:1962
1021
#: bzrlib/builtins.py:1943
1028
1022
msgid "Reconcile bzr metadata in a branch."
1031
#: bzrlib/builtins.py:1964
1025
#: bzrlib/builtins.py:1945
1033
1027
"This can correct data mismatches that may have been caused by\n"
1034
1028
"previous ghost operations or bzr upgrades. You should only\n"
1123
1117
# help of 'create-prefix' option of 'init' command
1124
1118
# help of 'create-prefix' option of 'push' command
1125
#: bzrlib/builtins.py:2071
1119
#: bzrlib/builtins.py:2052
1126
1120
msgid "Create the path leading up to the branch if it does not already exist."
1129
1123
# help of 'format' option of 'init' command
1130
#: bzrlib/builtins.py:2074
1124
#: bzrlib/builtins.py:2055
1131
1125
msgid "Specify a format for this branch. See \"help formats\"."
1134
1128
# help of 'append-revisions-only' option of 'init' command
1135
#: bzrlib/builtins.py:2082
1129
#: bzrlib/builtins.py:2063
1136
1130
msgid "Never change revnos or the existing log. Append revisions to it only."
1139
1133
# help of 'no-tree' option of 'init' command
1140
#: bzrlib/builtins.py:2085
1134
#: bzrlib/builtins.py:2066
1141
1135
msgid "Create a branch without a working tree."
1144
#: bzrlib/builtins.py:2105 bzrlib/push.py:110
1138
#: bzrlib/builtins.py:2086 bzrlib/push.py:110
1145
1139
#, python-format
1147
1141
"Parent directory of %s does not exist.\n"
1148
1142
"You may supply --create-prefix to create all leading parent directories."
1151
#: bzrlib/builtins.py:2139
1145
#: bzrlib/builtins.py:2120
1153
1147
"This branch format cannot be set to append-revisions-only. Try --default."
1156
#: bzrlib/builtins.py:2150
1150
#: bzrlib/builtins.py:2131
1157
1151
msgid "Created a {0} (format: {1})\n"
1160
#: bzrlib/builtins.py:2159
1154
#: bzrlib/builtins.py:2140
1161
1155
#, python-format
1162
1156
msgid "Using shared repository: %s\n"
1165
#: bzrlib/builtins.py:2163
1159
#: bzrlib/builtins.py:2144
1166
1160
msgid "Create a shared repository for branches to share storage space."
1169
#: bzrlib/builtins.py:2165
1163
#: bzrlib/builtins.py:2146
1171
1165
"New branches created under the repository directory will store their\n"
1172
1166
"revisions in the repository, not in the branch directory. For branches\n"
1262
1256
" 0 - no change"
1265
#: bzrlib/builtins.py:2250
1259
#: bzrlib/builtins.py:2231
1268
1262
" Shows the difference in the working tree versus the last commit::"
1271
#: bzrlib/builtins.py:2253
1265
#: bzrlib/builtins.py:2234
1272
1266
msgid " bzr diff"
1275
#: bzrlib/builtins.py:2255
1269
#: bzrlib/builtins.py:2236
1276
1270
msgid " Difference between the working tree and revision 1::"
1279
#: bzrlib/builtins.py:2257
1273
#: bzrlib/builtins.py:2238
1280
1274
msgid " bzr diff -r1"
1283
#: bzrlib/builtins.py:2259
1277
#: bzrlib/builtins.py:2240
1284
1278
msgid " Difference between revision 3 and revision 1::"
1287
#: bzrlib/builtins.py:2261
1281
#: bzrlib/builtins.py:2242
1288
1282
msgid " bzr diff -r1..3"
1291
#: bzrlib/builtins.py:2263
1285
#: bzrlib/builtins.py:2244
1292
1286
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1295
#: bzrlib/builtins.py:2265
1289
#: bzrlib/builtins.py:2246
1296
1290
msgid " bzr diff -r1..3 xxx"
1299
#: bzrlib/builtins.py:2267
1293
#: bzrlib/builtins.py:2248
1300
1294
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1303
#: bzrlib/builtins.py:2269
1297
#: bzrlib/builtins.py:2250
1304
1298
msgid " bzr diff -c2"
1307
#: bzrlib/builtins.py:2271
1301
#: bzrlib/builtins.py:2252
1309
1303
" To see the changes introduced by revision X::\n"
1311
1305
" bzr diff -cX"
1314
#: bzrlib/builtins.py:2275
1308
#: bzrlib/builtins.py:2256
1316
1310
" Note that in the case of a merge, the -c option shows the changes\n"
1317
1311
" compared to the left hand parent. To see the changes against\n"
1318
1312
" another parent, use::"
1321
#: bzrlib/builtins.py:2279
1315
#: bzrlib/builtins.py:2260
1322
1316
msgid " bzr diff -r<chosen_parent>..X"
1325
#: bzrlib/builtins.py:2281
1319
#: bzrlib/builtins.py:2262
1327
1321
" The changes between the current revision and the previous revision\n"
1328
1322
" (equivalent to -c-1 and -r-2..-1)"
1331
#: bzrlib/builtins.py:2284
1325
#: bzrlib/builtins.py:2265
1332
1326
msgid " bzr diff -r-2.."
1335
#: bzrlib/builtins.py:2286
1329
#: bzrlib/builtins.py:2267
1336
1330
msgid " Show just the differences for file NEWS::"
1339
#: bzrlib/builtins.py:2288
1333
#: bzrlib/builtins.py:2269
1340
1334
msgid " bzr diff NEWS"
1343
#: bzrlib/builtins.py:2290
1337
#: bzrlib/builtins.py:2271
1344
1338
msgid " Show the differences in working tree xxx for file NEWS::"
1347
#: bzrlib/builtins.py:2292
1341
#: bzrlib/builtins.py:2273
1348
1342
msgid " bzr diff xxx/NEWS"
1351
#: bzrlib/builtins.py:2294
1345
#: bzrlib/builtins.py:2275
1352
1346
msgid " Show the differences from branch xxx to this working tree:"
1355
#: bzrlib/builtins.py:2296
1349
#: bzrlib/builtins.py:2277
1356
1350
msgid " bzr diff --old xxx"
1359
#: bzrlib/builtins.py:2298
1353
#: bzrlib/builtins.py:2279
1360
1354
msgid " Show the differences between two branches for file NEWS::"
1363
#: bzrlib/builtins.py:2300
1357
#: bzrlib/builtins.py:2281
1364
1358
msgid " bzr diff --old xxx --new yyy NEWS"
1367
#: bzrlib/builtins.py:2302
1361
#: bzrlib/builtins.py:2283
1368
1362
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1371
#: bzrlib/builtins.py:2304
1365
#: bzrlib/builtins.py:2285
1373
1367
" bzr diff --prefix old/:new/\n"
1380
1374
# help of 'diff-options' option of 'diff' command
1381
#: bzrlib/builtins.py:2314
1375
#: bzrlib/builtins.py:2295
1382
1376
msgid "Pass these options to the external diff program."
1385
1379
# help of 'prefix' option of 'diff' command
1386
#: bzrlib/builtins.py:2317
1380
#: bzrlib/builtins.py:2298
1388
1382
"Set prefixes added to old and new filenames, as two values separated by a "
1389
1383
"colon. (eg \"old/:new/\")."
1392
1386
# help of 'old' option of 'diff' command
1393
#: bzrlib/builtins.py:2320
1387
#: bzrlib/builtins.py:2301
1394
1388
msgid "Branch/tree to compare from."
1397
1391
# help of 'new' option of 'diff' command
1398
#: bzrlib/builtins.py:2324
1392
#: bzrlib/builtins.py:2305
1399
1393
msgid "Branch/tree to compare to."
1402
1396
# help of 'using' option of 'diff' command
1403
#: bzrlib/builtins.py:2330
1397
#: bzrlib/builtins.py:2311
1404
1398
msgid "Use this command to compare files."
1407
1401
# help of 'format' option of 'diff' command
1408
#: bzrlib/builtins.py:2335
1402
#: bzrlib/builtins.py:2316
1409
1403
msgid "Diff format to use."
1412
1406
# title of 'format' option of 'diff' command
1413
#: bzrlib/builtins.py:2337
1407
#: bzrlib/builtins.py:2318
1414
1408
msgid "Diff format"
1417
#: bzrlib/builtins.py:2359
1411
#: bzrlib/builtins.py:2340
1418
1412
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1421
#: bzrlib/builtins.py:2363
1415
#: bzrlib/builtins.py:2344
1422
1416
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1425
#: bzrlib/builtins.py:2368 bzrlib/builtins.py:2765 bzrlib/builtins.py:2778
1426
#: bzrlib/builtins.py:2786 bzrlib/builtins.py:4959
1419
#: bzrlib/builtins.py:2349 bzrlib/builtins.py:2746 bzrlib/builtins.py:2759
1420
#: bzrlib/builtins.py:2767 bzrlib/builtins.py:4933
1427
1421
msgid "{0} and {1} are mutually exclusive"
1430
#: bzrlib/builtins.py:2388
1424
#: bzrlib/builtins.py:2369
1432
1426
"List files deleted in the working tree.\n"
1436
#: bzrlib/builtins.py:2465
1430
#: bzrlib/builtins.py:2446
1437
1431
msgid "Show the tree root directory."
1440
#: bzrlib/builtins.py:2467
1434
#: bzrlib/builtins.py:2448
1442
1436
"The root is the nearest enclosing directory with a .bzr control\n"
1446
#: bzrlib/builtins.py:2482
1440
#: bzrlib/builtins.py:2463
1447
1441
msgid "The limit argument must be an integer."
1450
#: bzrlib/builtins.py:2490
1444
#: bzrlib/builtins.py:2471
1451
1445
msgid "The levels argument must be an integer."
1454
#: bzrlib/builtins.py:2495
1448
#: bzrlib/builtins.py:2476
1455
1449
msgid "Show historical log for a branch or subset of a branch."
1458
#: bzrlib/builtins.py:2497
1452
#: bzrlib/builtins.py:2478
1460
1454
"log is bzr's default tool for exploring the history of a branch.\n"
1461
1455
"The branch to use is taken from the first parameter. If no parameters\n"
1577
1571
" a nested merge revision and the log will be truncated accordingly."
1580
#: bzrlib/builtins.py:2571
1574
#: bzrlib/builtins.py:2552
1581
1575
msgid ":Path filtering:"
1584
#: bzrlib/builtins.py:2573
1578
#: bzrlib/builtins.py:2554
1586
1580
" If parameters are given and the first one is not a branch, the log\n"
1587
1581
" will be filtered to show only those revisions that changed the\n"
1588
1582
" nominated files or directories."
1591
#: bzrlib/builtins.py:2577
1585
#: bzrlib/builtins.py:2558
1593
1587
" Filenames are interpreted within their historical context. To log a\n"
1594
1588
" deleted file, specify a revision range so that the file existed at\n"
1595
1589
" the end or start of the range."
1598
#: bzrlib/builtins.py:2581
1592
#: bzrlib/builtins.py:2562
1600
1594
" Historical context is also important when interpreting pathnames of\n"
1601
1595
" renamed files/directories. Consider the following example:"
1604
#: bzrlib/builtins.py:2584
1598
#: bzrlib/builtins.py:2565
1606
1600
" * revision 1: add tutorial.txt\n"
1607
1601
" * revision 2: modify tutorial.txt\n"
1608
1602
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1611
#: bzrlib/builtins.py:2588
1605
#: bzrlib/builtins.py:2569
1612
1606
msgid " In this case:"
1615
#: bzrlib/builtins.py:2590
1609
#: bzrlib/builtins.py:2571
1616
1610
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1619
#: bzrlib/builtins.py:2592
1613
#: bzrlib/builtins.py:2573
1620
1614
msgid " * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1623
#: bzrlib/builtins.py:2594
1617
#: bzrlib/builtins.py:2575
1625
1619
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1626
1620
" the original file in revision 2."
1629
#: bzrlib/builtins.py:2597
1623
#: bzrlib/builtins.py:2578
1631
1625
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1632
1626
" was no file called guide.txt in revision 2."
1635
#: bzrlib/builtins.py:2600
1629
#: bzrlib/builtins.py:2581
1637
1631
" Renames are always followed by log. By design, there is no need to\n"
1638
1632
" explicitly ask for this (and no way to stop logging a file back\n"
1639
1633
" until it was last renamed)."
1642
#: bzrlib/builtins.py:2604
1636
#: bzrlib/builtins.py:2585
1643
1637
msgid ":Other filtering:"
1646
#: bzrlib/builtins.py:2606
1640
#: bzrlib/builtins.py:2587
1648
1642
" The --match option can be used for finding revisions that match a\n"
1649
1643
" regular expression in a commit message, committer, author or bug.\n"
1717
1711
# help of 'forward' option of 'log' command
1718
#: bzrlib/builtins.py:2653
1712
#: bzrlib/builtins.py:2634
1719
1713
msgid "Show from oldest to newest."
1722
1716
# help of 'verbose' option of 'log' command
1723
#: bzrlib/builtins.py:2656
1717
#: bzrlib/builtins.py:2637
1724
1718
msgid "Show files changed in each revision."
1727
1721
# help of 'change' option of 'log' command
1728
#: bzrlib/builtins.py:2662
1722
#: bzrlib/builtins.py:2643
1729
1723
msgid "Show just the specified revision. See also \"help revisionspec\"."
1732
1726
# help of 'authors' option of 'log' command
1733
#: bzrlib/builtins.py:2666
1727
#: bzrlib/builtins.py:2647
1734
1728
msgid "What names to list as authors - first, all or committer."
1737
1731
# title of 'authors' option of 'log' command
1738
#: bzrlib/builtins.py:2667
1732
#: bzrlib/builtins.py:2648
1739
1733
msgid "Authors"
1742
1736
# help of 'levels' option of 'log' command
1743
#: bzrlib/builtins.py:2672
1737
#: bzrlib/builtins.py:2653
1744
1738
msgid "Number of levels to display - 0 for all, 1 for flat."
1747
1741
# help of 'limit' option of 'log' command
1748
#: bzrlib/builtins.py:2682
1742
#: bzrlib/builtins.py:2663
1749
1743
msgid "Limit the output to the first N revisions."
1752
1746
# help of 'show-diff' option of 'log' command
1753
#: bzrlib/builtins.py:2687
1747
#: bzrlib/builtins.py:2668
1754
1748
msgid "Show changes made in each revision as a patch."
1757
1751
# help of 'include-merged' option of 'log' command
1758
#: bzrlib/builtins.py:2689
1752
#: bzrlib/builtins.py:2670
1759
1753
msgid "Show merged revisions like --levels 0 does."
1762
1756
# help of 'omit-merges' option of 'log' command
1763
#: bzrlib/builtins.py:2693
1757
#: bzrlib/builtins.py:2674
1764
1758
msgid "Do not report commits with more than one parent."
1767
1761
# help of 'exclude-common-ancestry' option of 'log' command
1768
#: bzrlib/builtins.py:2695
1762
#: bzrlib/builtins.py:2676
1770
1764
"Display only the revisions that are not part of both ancestries (require -"
1774
1768
# help of 'signatures' option of 'log' command
1775
#: bzrlib/builtins.py:2699
1769
#: bzrlib/builtins.py:2680
1776
1770
msgid "Show digital signature validity."
1779
1773
# help of 'match' option of 'log' command
1780
#: bzrlib/builtins.py:2702
1774
#: bzrlib/builtins.py:2683
1781
1775
msgid "Show revisions whose properties match this expression."
1784
1778
# help of 'match-message' option of 'log' command
1785
#: bzrlib/builtins.py:2706
1779
#: bzrlib/builtins.py:2687
1786
1780
msgid "Show revisions whose message matches this expression."
1789
1783
# help of 'match-committer' option of 'log' command
1790
#: bzrlib/builtins.py:2710
1784
#: bzrlib/builtins.py:2691
1791
1785
msgid "Show revisions whose committer matches this expression."
1794
1788
# help of 'match-author' option of 'log' command
1795
#: bzrlib/builtins.py:2714
1789
#: bzrlib/builtins.py:2695
1796
1790
msgid "Show revisions whose authors match this expression."
1799
1793
# help of 'match-bugs' option of 'log' command
1800
#: bzrlib/builtins.py:2718
1794
#: bzrlib/builtins.py:2699
1801
1795
msgid "Show revisions whose bugs match this expression."
1804
#: bzrlib/builtins.py:2772
1798
#: bzrlib/builtins.py:2753
1805
1799
msgid "--exclude-common-ancestry requires -r with two revisions"
1808
#: bzrlib/builtins.py:2800
1802
#: bzrlib/builtins.py:2781
1809
1803
#, python-format
1810
1804
msgid "Path unknown at end or start of revision range: %s"
1813
#: bzrlib/builtins.py:2917
1807
#: bzrlib/builtins.py:2898
1814
1808
#, python-format
1815
1809
msgid "bzr %s doesn't accept two revisions in different branches."
1818
#: bzrlib/builtins.py:2933
1812
#: bzrlib/builtins.py:2914
1819
1813
#, python-format
1820
1814
msgid "bzr %s --revision takes one or two values."
1823
#: bzrlib/builtins.py:2978
1817
#: bzrlib/builtins.py:2959
1825
1819
"List files in a tree.\n"
1829
1823
# help of 'recursive' option of 'ls' command
1830
#: bzrlib/builtins.py:2987
1824
#: bzrlib/builtins.py:2968
1831
1825
msgid "Recurse into subdirectories."
1834
1828
# help of 'from-root' option of 'ls' command
1835
#: bzrlib/builtins.py:2989
1829
#: bzrlib/builtins.py:2970
1836
1830
msgid "Print paths relative to the root of the branch."
1839
1833
# help of 'unknown' option of 'ls' command
1840
#: bzrlib/builtins.py:2991
1834
#: bzrlib/builtins.py:2972
1841
1835
msgid "Print unknown files."
1844
1838
# help of 'versioned' option of 'ls' command
1845
#: bzrlib/builtins.py:2992
1839
#: bzrlib/builtins.py:2973
1846
1840
msgid "Print versioned files."
1849
1843
# help of 'ignored' option of 'ls' command
1850
#: bzrlib/builtins.py:2995
1844
#: bzrlib/builtins.py:2976
1851
1845
msgid "Print ignored files."
1854
1848
# help of 'kind' option of 'ls' command
1855
#: bzrlib/builtins.py:2997
1849
#: bzrlib/builtins.py:2978
1856
1850
msgid "List entries of a particular kind: file, directory, symlink."
1859
#: bzrlib/builtins.py:3010
1853
#: bzrlib/builtins.py:2991
1860
1854
msgid "invalid kind specified"
1863
#: bzrlib/builtins.py:3013
1857
#: bzrlib/builtins.py:2994
1864
1858
msgid "Cannot set both --verbose and --null"
1867
#: bzrlib/builtins.py:3022
1861
#: bzrlib/builtins.py:3003
1868
1862
msgid "cannot specify both --from-root and PATH"
1871
#: bzrlib/builtins.py:3109
1865
#: bzrlib/builtins.py:3090
1872
1866
msgid "Ignore specified files or patterns."
1875
#: bzrlib/builtins.py:3111
1869
#: bzrlib/builtins.py:3092
1876
1870
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1879
#: bzrlib/builtins.py:3113
1873
#: bzrlib/builtins.py:3094
1881
1875
"If a .bzrignore file does not exist, the ignore command\n"
1882
1876
"will create one and add the specified files or patterns to the newly\n"
1923
1917
" the shell on Unix."
1926
#: bzrlib/builtins.py:3142
1920
#: bzrlib/builtins.py:3123
1928
1922
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1929
1923
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1932
#: bzrlib/builtins.py:3145
1926
#: bzrlib/builtins.py:3126
1935
1929
" Ignore the top level Makefile::"
1938
#: bzrlib/builtins.py:3148
1932
#: bzrlib/builtins.py:3129
1939
1933
msgid " bzr ignore ./Makefile"
1942
#: bzrlib/builtins.py:3150
1936
#: bzrlib/builtins.py:3131
1943
1937
msgid " Ignore .class files in all directories...::"
1946
#: bzrlib/builtins.py:3152
1940
#: bzrlib/builtins.py:3133
1947
1941
msgid " bzr ignore \"*.class\""
1950
#: bzrlib/builtins.py:3154
1944
#: bzrlib/builtins.py:3135
1951
1945
msgid " ...but do not ignore \"special.class\"::"
1954
#: bzrlib/builtins.py:3156
1948
#: bzrlib/builtins.py:3137
1955
1949
msgid " bzr ignore \"!special.class\""
1958
#: bzrlib/builtins.py:3158
1952
#: bzrlib/builtins.py:3139
1959
1953
msgid " Ignore files whose name begins with the \"#\" character::"
1962
#: bzrlib/builtins.py:3160
1956
#: bzrlib/builtins.py:3141
1963
1957
msgid " bzr ignore \"RE:^#\""
1966
#: bzrlib/builtins.py:3162 bzrlib/builtins.py:3166
1960
#: bzrlib/builtins.py:3143 bzrlib/builtins.py:3147
1967
1961
msgid " Ignore .o files under the lib directory::"
1970
#: bzrlib/builtins.py:3164
1964
#: bzrlib/builtins.py:3145
1971
1965
msgid " bzr ignore \"lib/**/*.o\""
1974
#: bzrlib/builtins.py:3168
1968
#: bzrlib/builtins.py:3149
1975
1969
msgid " bzr ignore \"RE:lib/.*\\.o\""
1978
#: bzrlib/builtins.py:3170
1972
#: bzrlib/builtins.py:3151
1979
1973
msgid " Ignore everything but the \"debian\" toplevel directory::"
1982
#: bzrlib/builtins.py:3172
1976
#: bzrlib/builtins.py:3153
1984
1978
" bzr ignore \"RE:(?!debian/).*\"\n"
2024
#: bzrlib/builtins.py:3238
2018
#: bzrlib/builtins.py:3219
2025
2019
msgid "List ignored files and the patterns that matched them."
2028
#: bzrlib/builtins.py:3240
2022
#: bzrlib/builtins.py:3221
2030
2024
"List all the ignored files and the ignore pattern that caused the file to\n"
2034
#: bzrlib/builtins.py:3243
2028
#: bzrlib/builtins.py:3224
2035
2029
msgid "Alternatively, to list just the files::"
2038
#: bzrlib/builtins.py:3245
2032
#: bzrlib/builtins.py:3226
2039
2033
msgid " bzr ls --ignored"
2042
#: bzrlib/builtins.py:3279
2036
#: bzrlib/builtins.py:3260
2043
2037
#, python-format
2044
2038
msgid "not a valid revision-number: %r"
2047
#: bzrlib/builtins.py:3286
2041
#: bzrlib/builtins.py:3267
2048
2042
msgid "Export current or past revision to a destination directory or archive."
2051
#: bzrlib/builtins.py:3288
2045
#: bzrlib/builtins.py:3269
2052
2046
msgid "If no revision is specified this exports the last committed revision."
2055
#: bzrlib/builtins.py:3290
2049
#: bzrlib/builtins.py:3271
2057
2051
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
2058
2052
"given, try to find the format with the extension. If no extension\n"
2059
2053
"is found exports to a directory (equivalent to --format=dir)."
2062
#: bzrlib/builtins.py:3294
2056
#: bzrlib/builtins.py:3275
2064
2058
"If root is supplied, it will be used as the root directory inside\n"
2065
2059
"container formats (tar, zip, etc). If it is not supplied it will default\n"
2066
2060
"to the exported filename. The root option has no effect for 'dir' format."
2069
#: bzrlib/builtins.py:3298
2063
#: bzrlib/builtins.py:3279
2071
2065
"If branch is omitted then the branch containing the current working\n"
2072
2066
"directory will be used."
2075
#: bzrlib/builtins.py:3301
2069
#: bzrlib/builtins.py:3282
2076
2070
msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
2079
#: bzrlib/builtins.py:3303
2073
#: bzrlib/builtins.py:3284
2081
2075
" ================= =========================\n"
2082
2076
" Supported formats Autodetected by extension\n"
2092
2086
# help of 'format' option of 'export' command
2093
#: bzrlib/builtins.py:3317
2087
#: bzrlib/builtins.py:3298
2094
2088
msgid "Type of file to export to."
2097
2091
# help of 'filters' option of 'export' command
2098
#: bzrlib/builtins.py:3320
2092
#: bzrlib/builtins.py:3301
2099
2093
msgid "Apply content filters to export the convenient form."
2102
2096
# help of 'root' option of 'export' command
2103
#: bzrlib/builtins.py:3324
2097
#: bzrlib/builtins.py:3305
2104
2098
msgid "Name of the root directory inside the exported file."
2107
2101
# help of 'per-file-timestamps' option of 'export' command
2108
#: bzrlib/builtins.py:3326
2102
#: bzrlib/builtins.py:3307
2110
2104
"Set modification time of files to that of the last revision in which it was "
2114
2108
# help of 'uncommitted' option of 'export' command
2109
#: bzrlib/builtins.py:3310
2110
msgid "Export the working tree contents rather than that of the last revision."
2115
2113
#: bzrlib/builtins.py:3329
2116
msgid "Export the working tree contents rather than that of the last revision."
2119
#: bzrlib/builtins.py:3348
2120
2114
msgid "--uncommitted requires a working tree"
2123
#: bzrlib/builtins.py:3357
2117
#: bzrlib/builtins.py:3338
2124
2118
#, python-format
2125
2119
msgid "Unsupported export format: %s"
2128
#: bzrlib/builtins.py:3361
2122
#: bzrlib/builtins.py:3342
2129
2123
msgid "Write the contents of a file as of a given revision to standard output."
2132
#: bzrlib/builtins.py:3363
2126
#: bzrlib/builtins.py:3344
2133
2127
msgid "If no revision is nominated, the last revision is used."
2136
#: bzrlib/builtins.py:3365
2130
#: bzrlib/builtins.py:3346
2138
2132
"Note: Take care to redirect standard output when using this command on a\n"
2142
2136
# help of 'name-from-revision' option of 'cat' command
2143
#: bzrlib/builtins.py:3371
2137
#: bzrlib/builtins.py:3352
2144
2138
msgid "The path name in the old tree."
2147
2141
# help of 'filters' option of 'cat' command
2148
#: bzrlib/builtins.py:3372
2142
#: bzrlib/builtins.py:3353
2149
2143
msgid "Apply content filters to display the convenience form."
2152
#: bzrlib/builtins.py:3383
2146
#: bzrlib/builtins.py:3364
2153
2147
msgid "bzr cat --revision takes exactly one revision specifier"
2156
#: bzrlib/builtins.py:3408 bzrlib/builtins.py:3420
2150
#: bzrlib/builtins.py:3389 bzrlib/builtins.py:3401
2157
2151
msgid "{0!r} is not present in revision {1}"
2160
#: bzrlib/builtins.py:3443
2154
#: bzrlib/builtins.py:3424
2161
2155
msgid "Commit changes into a new revision."
2164
#: bzrlib/builtins.py:3445
2158
#: bzrlib/builtins.py:3426
2166
2160
"An explanatory message needs to be given for each commit. This is\n"
2167
2161
"often done by using the --message option (getting the message from the\n"
2171
2165
"boilerplate text loaded into the editor, use the --show-diff option."
2174
#: bzrlib/builtins.py:3452
2168
#: bzrlib/builtins.py:3433
2176
2170
"By default, the entire tree is committed and the person doing the\n"
2177
2171
"commit is assumed to be the author. These defaults can be overridden\n"
2178
2172
"as explained below."
2181
#: bzrlib/builtins.py:3456
2175
#: bzrlib/builtins.py:3437
2182
2176
msgid ":Selective commits:"
2185
#: bzrlib/builtins.py:3458
2179
#: bzrlib/builtins.py:3439
2187
2181
" If selected files are specified, only changes to those files are\n"
2188
2182
" committed. If a directory is specified then the directory and\n"
2189
2183
" everything within it is committed."
2192
#: bzrlib/builtins.py:3462
2186
#: bzrlib/builtins.py:3443
2194
2188
" When excludes are given, they take precedence over selected files.\n"
2195
2189
" For example, to commit only changes within foo, but not changes\n"
2196
2190
" within foo/bar::"
2199
#: bzrlib/builtins.py:3466
2193
#: bzrlib/builtins.py:3447
2200
2194
msgid " bzr commit foo -x foo/bar"
2203
#: bzrlib/builtins.py:3468
2197
#: bzrlib/builtins.py:3449
2204
2198
msgid " A selective commit after a merge is not yet supported."
2207
#: bzrlib/builtins.py:3470
2201
#: bzrlib/builtins.py:3451
2208
2202
msgid ":Custom authors:"
2211
#: bzrlib/builtins.py:3472
2205
#: bzrlib/builtins.py:3453
2213
2207
" If the author of the change is not the same person as the committer,\n"
2214
2208
" you can specify the author's name using the --author option. The\n"
2253
2247
# help of 'exclude' option of 'commit' command
2254
#: bzrlib/builtins.py:3503
2248
#: bzrlib/builtins.py:3484
2255
2249
msgid "Do not consider changes made to a given path."
2258
2252
# help of 'message' option of 'commit' command
2259
#: bzrlib/builtins.py:3506
2253
#: bzrlib/builtins.py:3487
2260
2254
msgid "Description of the new revision."
2263
2257
# help of 'unchanged' option of 'commit' command
2264
#: bzrlib/builtins.py:3509
2258
#: bzrlib/builtins.py:3490
2265
2259
msgid "Commit even if nothing has changed."
2268
2262
# help of 'file' option of 'commit' command
2269
#: bzrlib/builtins.py:3513
2263
#: bzrlib/builtins.py:3494
2270
2264
msgid "Take commit message from this file."
2273
2267
# help of 'strict' option of 'commit' command
2274
#: bzrlib/builtins.py:3515
2268
#: bzrlib/builtins.py:3496
2275
2269
msgid "Refuse to commit if there are unknown files in the working tree."
2278
2272
# help of 'commit-time' option of 'commit' command
2279
#: bzrlib/builtins.py:3518
2273
#: bzrlib/builtins.py:3499
2281
2275
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2282
2276
"08:00:00 +0100'."
2285
2279
# help of 'fixes' option of 'commit' command
2286
#: bzrlib/builtins.py:3521
2280
#: bzrlib/builtins.py:3502
2287
2281
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2290
2284
# help of 'author' option of 'commit' command
2291
#: bzrlib/builtins.py:3524
2285
#: bzrlib/builtins.py:3505
2292
2286
msgid "Set the author's name, if it's different from the committer."
2295
2289
# help of 'local' option of 'commit' command
2296
#: bzrlib/builtins.py:3527
2290
#: bzrlib/builtins.py:3508
2298
2292
"Perform a local commit in a bound branch. Local commits are not pushed to "
2299
2293
"the master branch until a normal commit is performed."
2302
2296
# help of 'show-diff' option of 'commit' command
2303
#: bzrlib/builtins.py:3533
2297
#: bzrlib/builtins.py:3514
2305
2299
"When no message is supplied, show the diff along with the status summary in "
2306
2300
"the message editor."
2309
2303
# help of 'lossy' option of 'commit' command
2310
#: bzrlib/builtins.py:3536
2304
#: bzrlib/builtins.py:3517
2312
2306
"When committing to a foreign version control system do not push data that "
2313
2307
"can not be natively represented."
2316
#: bzrlib/builtins.py:3554
2310
#: bzrlib/builtins.py:3535
2317
2311
#, python-format
2319
2313
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2329
2323
"Commit refused."
2332
#: bzrlib/builtins.py:3572
2326
#: bzrlib/builtins.py:3553
2333
2327
#, python-format
2334
2328
msgid "Unrecognized bug %s. Commit refused."
2337
#: bzrlib/builtins.py:3575
2331
#: bzrlib/builtins.py:3556
2338
2332
#, python-format
2341
2335
"Commit refused."
2344
#: bzrlib/builtins.py:3599
2338
#: bzrlib/builtins.py:3580
2345
2339
msgid "Could not parse --commit-time: "
2348
#: bzrlib/builtins.py:3639
2342
#: bzrlib/builtins.py:3620
2349
2343
msgid "please specify either --message or --file"
2352
#: bzrlib/builtins.py:3668
2346
#: bzrlib/builtins.py:3649
2353
2347
msgid "please specify a commit message with either --message or --file"
2356
#: bzrlib/builtins.py:3671
2350
#: bzrlib/builtins.py:3652
2358
2352
"Empty commit message specified. Please specify a commit message with either "
2359
2353
"--message or --file or leave a blank message with --message \"\"."
2362
#: bzrlib/builtins.py:3691
2356
#: bzrlib/builtins.py:3672
2364
2358
"No changes to commit. Please 'bzr add' the files you want to commit, or use "
2365
2359
"--unchanged to force an empty commit."
2368
#: bzrlib/builtins.py:3695
2362
#: bzrlib/builtins.py:3676
2370
2364
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2371
2365
"resolve FILE\" to resolve."
2374
#: bzrlib/builtins.py:3699
2368
#: bzrlib/builtins.py:3680
2375
2369
msgid "Commit refused because there are unknown files in the working tree."
2378
#: bzrlib/builtins.py:3702
2372
#: bzrlib/builtins.py:3683
2381
2375
"To commit to master branch, run update and then commit.\n"
2382
2376
"You can also pass --local to commit to continue working disconnected."
2385
#: bzrlib/builtins.py:3710
2379
#: bzrlib/builtins.py:3691
2387
2381
"Validate working tree structure, branch consistency and repository history."
2390
#: bzrlib/builtins.py:3712
2384
#: bzrlib/builtins.py:3693
2392
2386
"This command checks various invariants about branch and repository storage\n"
2393
2387
"to detect data corruption or bzr bugs."
2396
#: bzrlib/builtins.py:3715
2390
#: bzrlib/builtins.py:3696
2398
2392
"The working tree and branch checks will only give output if a problem is\n"
2399
2393
"detected. The output fields of the repository check are:"
2402
#: bzrlib/builtins.py:3718
2396
#: bzrlib/builtins.py:3699
2405
2399
" This is just the number of revisions checked. It doesn't\n"
2406
2400
" indicate a problem."
2409
#: bzrlib/builtins.py:3722
2403
#: bzrlib/builtins.py:3703
2411
2405
"versionedfiles\n"
2412
2406
" This is just the number of versionedfiles checked. It\n"
2413
2407
" doesn't indicate a problem."
2416
#: bzrlib/builtins.py:3726
2410
#: bzrlib/builtins.py:3707
2418
2412
"unreferenced ancestors\n"
2419
2413
" Texts that are ancestors of other texts, but\n"
2437
2431
" indicate a problem."
2440
#: bzrlib/builtins.py:3741
2434
#: bzrlib/builtins.py:3722
2442
2436
"If no restrictions are specified, all Bazaar data that is found at the "
2444
2438
"location will be checked."
2447
#: bzrlib/builtins.py:3746
2441
#: bzrlib/builtins.py:3727
2448
2442
msgid " Check the tree and branch at 'foo'::"
2451
#: bzrlib/builtins.py:3748
2445
#: bzrlib/builtins.py:3729
2452
2446
msgid " bzr check --tree --branch foo"
2455
#: bzrlib/builtins.py:3750
2449
#: bzrlib/builtins.py:3731
2456
2450
msgid " Check only the repository at 'bar'::"
2459
#: bzrlib/builtins.py:3752
2453
#: bzrlib/builtins.py:3733
2460
2454
msgid " bzr check --repo bar"
2463
#: bzrlib/builtins.py:3754
2457
#: bzrlib/builtins.py:3735
2464
2458
msgid " Check everything at 'baz'::"
2467
#: bzrlib/builtins.py:3756
2461
#: bzrlib/builtins.py:3737
2468
2462
msgid " bzr check baz"
2471
2465
# help of 'branch' option of 'check' command
2472
#: bzrlib/builtins.py:3762
2466
#: bzrlib/builtins.py:3743
2473
2467
msgid "Check the branch related to the current directory."
2476
2470
# help of 'repo' option of 'check' command
2477
#: bzrlib/builtins.py:3764
2471
#: bzrlib/builtins.py:3745
2478
2472
msgid "Check the repository related to the current directory."
2481
2475
# help of 'tree' option of 'check' command
2482
#: bzrlib/builtins.py:3766
2476
#: bzrlib/builtins.py:3747
2483
2477
msgid "Check the working tree related to the current directory."
2486
#: bzrlib/builtins.py:3780
2480
#: bzrlib/builtins.py:3761
2487
2481
msgid "Upgrade a repository, branch or working tree to a newer format."
2490
#: bzrlib/builtins.py:3782
2484
#: bzrlib/builtins.py:3763
2492
2486
"When the default format has changed after a major new release of\n"
2493
2487
"Bazaar, you may be informed during certain operations that you\n"
2528
#: bzrlib/builtins.py:3808
2522
#: bzrlib/builtins.py:3789
2530
2524
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2531
2525
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2534
2528
# help of 'format' option of 'upgrade' command
2535
#: bzrlib/builtins.py:3816
2529
#: bzrlib/builtins.py:3797
2536
2530
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2539
2533
# title of 'format' option of 'init' command
2540
2534
# title of 'format' option of 'upgrade' command
2541
#: bzrlib/builtins.py:3820
2535
#: bzrlib/builtins.py:3801
2542
2536
msgid "Branch format"
2545
2539
# help of 'clean' option of 'upgrade' command
2546
#: bzrlib/builtins.py:3822
2540
#: bzrlib/builtins.py:3803
2547
2541
msgid "Remove the backup.bzr directory if successful."
2550
2544
# help of 'dry-run' option of 'add' command
2551
2545
# help of 'dry-run' option of 'upgrade' command
2552
#: bzrlib/builtins.py:3824
2546
#: bzrlib/builtins.py:3805
2553
2547
msgid "Show what would be done, but don't actually do anything."
2556
#: bzrlib/builtins.py:3839
2550
#: bzrlib/builtins.py:3820
2557
2551
msgid "Show or set bzr user id."
2560
#: bzrlib/builtins.py:3841
2554
#: bzrlib/builtins.py:3822
2563
2557
" Show the email of the current user::"
2566
#: bzrlib/builtins.py:3844
2560
#: bzrlib/builtins.py:3825
2567
2561
msgid " bzr whoami --email"
2570
#: bzrlib/builtins.py:3846
2564
#: bzrlib/builtins.py:3827
2571
2565
msgid " Set the current user::"
2574
#: bzrlib/builtins.py:3848
2568
#: bzrlib/builtins.py:3829
2575
2569
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2578
2572
# help of 'email' option of 'whoami' command
2579
#: bzrlib/builtins.py:3852
2573
#: bzrlib/builtins.py:3833
2580
2574
msgid "Display email address only."
2583
2577
# help of 'branch' option of 'whoami' command
2584
#: bzrlib/builtins.py:3854
2578
#: bzrlib/builtins.py:3835
2585
2579
msgid "Set identity for the current branch instead of globally."
2588
#: bzrlib/builtins.py:3880
2582
#: bzrlib/builtins.py:3861
2589
2583
msgid "--email can only be used to display existing identity"
2592
#: bzrlib/builtins.py:3904
2586
#: bzrlib/builtins.py:3885
2593
2587
msgid "Print or set the branch nickname."
2596
#: bzrlib/builtins.py:3906
2590
#: bzrlib/builtins.py:3887
2598
2592
"If unset, the colocated branch name is used for colocated branches, and\n"
2599
2593
"the branch directory name is used for other branches. To print the\n"
2600
2594
"current nickname, execute with no argument."
2603
#: bzrlib/builtins.py:3910
2597
#: bzrlib/builtins.py:3891
2605
2599
"Bound branches use the nickname of its master branch unless it is set\n"
2609
#: bzrlib/builtins.py:3930
2603
#: bzrlib/builtins.py:3911
2610
2604
msgid "Set/unset and display aliases."
2613
#: bzrlib/builtins.py:3932
2607
#: bzrlib/builtins.py:3913
2616
2610
" Show the current aliases::"
2619
#: bzrlib/builtins.py:3935
2613
#: bzrlib/builtins.py:3916
2620
2614
msgid " bzr alias"
2623
#: bzrlib/builtins.py:3937
2617
#: bzrlib/builtins.py:3918
2624
2618
msgid " Show the alias specified for 'll'::"
2627
#: bzrlib/builtins.py:3939
2621
#: bzrlib/builtins.py:3920
2628
2622
msgid " bzr alias ll"
2631
#: bzrlib/builtins.py:3941
2625
#: bzrlib/builtins.py:3922
2632
2626
msgid " Set an alias for 'll'::"
2635
#: bzrlib/builtins.py:3943
2629
#: bzrlib/builtins.py:3924
2636
2630
msgid " bzr alias ll=\"log --line -r-10..-1\""
2639
#: bzrlib/builtins.py:3945
2633
#: bzrlib/builtins.py:3926
2640
2634
msgid " To remove an alias for 'll'::"
2643
#: bzrlib/builtins.py:3947
2637
#: bzrlib/builtins.py:3928
2644
2638
msgid " bzr alias --remove ll"
2647
2641
# help of 'remove' option of 'alias' command
2648
#: bzrlib/builtins.py:3952
2642
#: bzrlib/builtins.py:3933
2649
2643
msgid "Remove the alias."
2652
#: bzrlib/builtins.py:3970
2646
#: bzrlib/builtins.py:3951
2653
2647
msgid "bzr alias --remove expects an alias to remove."
2656
#: bzrlib/builtins.py:4151
2650
#: bzrlib/builtins.py:4132
2657
2651
msgid "subunit not available. subunit needs to be installed to use --subunit."
2660
#: bzrlib/builtins.py:4168
2654
#: bzrlib/builtins.py:4149
2662
2656
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2665
#: bzrlib/builtins.py:4215
2659
#: bzrlib/builtins.py:4196
2666
2660
msgid "Show version of bzr."
2669
2663
# help of 'short' option of 'version' command
2664
#: bzrlib/builtins.py:4200
2665
msgid "Print just the version number."
2670
2668
#: bzrlib/builtins.py:4219
2671
msgid "Print just the version number."
2674
#: bzrlib/builtins.py:4238
2675
2669
msgid "It sure does!\n"
2678
#: bzrlib/builtins.py:4262
2672
#: bzrlib/builtins.py:4243
2679
2673
#, python-format
2680
2674
msgid "merge base is revision %s\n"
2683
#: bzrlib/builtins.py:4266
2677
#: bzrlib/builtins.py:4247
2684
2678
msgid "Perform a three-way merge."
2687
#: bzrlib/builtins.py:4268
2681
#: bzrlib/builtins.py:4249
2689
2683
"The source of the merge can be specified either in the form of a branch,\n"
2690
2684
"or in the form of a path to a file containing a merge directive generated\n"
2759
2753
"merge revision which has more than two parents."
2762
#: bzrlib/builtins.py:4315
2756
#: bzrlib/builtins.py:4296
2764
2758
"If one would like to merge changes from the working tree of the other\n"
2765
2759
"branch without merging any committed revisions, the --uncommitted option\n"
2766
2760
"can be given."
2769
#: bzrlib/builtins.py:4319
2763
#: bzrlib/builtins.py:4300
2771
2765
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2772
2766
"you to apply each diff hunk and file change, similar to \"shelve\"."
2775
#: bzrlib/builtins.py:4322
2769
#: bzrlib/builtins.py:4303
2778
2772
" To merge all new revisions from bzr.dev::"
2781
#: bzrlib/builtins.py:4325
2775
#: bzrlib/builtins.py:4306
2782
2776
msgid " bzr merge ../bzr.dev"
2785
#: bzrlib/builtins.py:4327
2779
#: bzrlib/builtins.py:4308
2786
2780
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2789
#: bzrlib/builtins.py:4329
2783
#: bzrlib/builtins.py:4310
2790
2784
msgid " bzr merge -r 82 ../bzr.dev"
2793
#: bzrlib/builtins.py:4331
2787
#: bzrlib/builtins.py:4312
2794
2788
msgid " To merge the changes introduced by 82, without previous changes::"
2797
#: bzrlib/builtins.py:4333
2791
#: bzrlib/builtins.py:4314
2798
2792
msgid " bzr merge -r 81..82 ../bzr.dev"
2801
#: bzrlib/builtins.py:4335
2795
#: bzrlib/builtins.py:4316
2802
2796
msgid " To apply a merge directive contained in /tmp/merge::"
2805
#: bzrlib/builtins.py:4337
2799
#: bzrlib/builtins.py:4318
2806
2800
msgid " bzr merge /tmp/merge"
2809
#: bzrlib/builtins.py:4339
2803
#: bzrlib/builtins.py:4320
2811
2805
" To create a merge revision with three parents from two branches\n"
2812
2806
" feature1a and feature1b:"
2815
#: bzrlib/builtins.py:4342
2809
#: bzrlib/builtins.py:4323
2817
2811
" bzr merge ../feature1a\n"
2818
2812
" bzr merge ../feature1b --force\n"
2841
2835
# help of 'directory' option of 'merge' command
2842
#: bzrlib/builtins.py:4367
2836
#: bzrlib/builtins.py:4348
2844
2838
"Branch to merge into, rather than the one containing the working directory."
2847
2841
# help of 'preview' option of 'merge' command
2848
#: bzrlib/builtins.py:4369
2842
#: bzrlib/builtins.py:4350
2849
2843
msgid "Instead of merging, show a diff of the merge."
2852
2846
# help of 'interactive' option of 'merge' command
2853
#: bzrlib/builtins.py:4371
2847
#: bzrlib/builtins.py:4352
2854
2848
msgid "Select changes interactively."
2857
#: bzrlib/builtins.py:4393
2851
#: bzrlib/builtins.py:4374
2859
2853
"Merging into empty branches not currently supported, https://bugs.launchpad."
2860
2854
"net/bzr/+bug/308562"
2863
#: bzrlib/builtins.py:4420
2857
#: bzrlib/builtins.py:4401
2864
2858
msgid "Cannot use --uncommitted with bundles or merge directives."
2867
#: bzrlib/builtins.py:4431
2861
#: bzrlib/builtins.py:4412
2868
2862
msgid "Cannot use --uncommitted and --revision at the same time."
2871
#: bzrlib/builtins.py:4451
2865
#: bzrlib/builtins.py:4432
2872
2866
msgid "merger: "
2875
#: bzrlib/builtins.py:4453 bzrlib/bundle/apply_bundle.py:71
2869
#: bzrlib/builtins.py:4434 bzrlib/bundle/apply_bundle.py:71
2876
2870
msgid "Nothing to do."
2879
#: bzrlib/builtins.py:4457
2873
#: bzrlib/builtins.py:4438
2880
2874
msgid "Cannot pull individual files"
2883
#: bzrlib/builtins.py:4465
2877
#: bzrlib/builtins.py:4446
2884
2878
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2887
#: bzrlib/builtins.py:4523
2881
#: bzrlib/builtins.py:4504
2888
2882
#, python-format
2889
2883
msgid "Show-base is not supported for this merge type. %s"
2892
#: bzrlib/builtins.py:4532
2886
#: bzrlib/builtins.py:4513
2893
2887
#, python-format
2894
2888
msgid "Conflict reduction is not supported for merge type %s."
2897
#: bzrlib/builtins.py:4536
2891
#: bzrlib/builtins.py:4517
2898
2892
msgid "Cannot do conflict reduction and show base."
2901
#: bzrlib/builtins.py:4647
2895
#: bzrlib/builtins.py:4628
2902
2896
msgid "No location specified or remembered"
2905
#: bzrlib/builtins.py:4649
2899
#: bzrlib/builtins.py:4630
2906
2900
msgid "{0} remembered {1} location {2}"
2909
#: bzrlib/builtins.py:4655
2903
#: bzrlib/builtins.py:4636
2910
2904
msgid "Redo a merge."
2913
#: bzrlib/builtins.py:4657
2907
#: bzrlib/builtins.py:4638
2915
2909
"Use this if you want to try a different merge technique while resolving\n"
2916
2910
"conflicts. Some merge techniques are better than others, and remerge\n"
2917
2911
"lets you try different ones on different files."
2920
#: bzrlib/builtins.py:4661
2914
#: bzrlib/builtins.py:4642
2922
2916
"The options for remerge have the same meaning and defaults as the ones for\n"
2923
2917
"merge. The difference is that remerge can (only) be run when there is a\n"
2924
2918
"pending merge, and it lets you specify particular files."
2927
#: bzrlib/builtins.py:4665
2921
#: bzrlib/builtins.py:4646
2930
2924
" Re-do the merge of all conflicted files, and show the base text in\n"
2931
2925
" conflict regions, in addition to the usual THIS and OTHER texts::"
2934
#: bzrlib/builtins.py:4669
2928
#: bzrlib/builtins.py:4650
2935
2929
msgid " bzr remerge --show-base"
2938
#: bzrlib/builtins.py:4671
2932
#: bzrlib/builtins.py:4652
2940
2934
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2941
2935
" additional processing to reduce the size of conflict regions::"
2944
#: bzrlib/builtins.py:4674
2938
#: bzrlib/builtins.py:4655
2945
2939
msgid " bzr remerge --merge-type weave --reprocess foobar"
2949
2943
# help of 'show-base' option of 'pull' command
2950
2944
# help of 'show-base' option of 'remerge' command
2951
2945
# help of 'show-base' option of 'update' command
2952
#: bzrlib/builtins.py:4681
2946
#: bzrlib/builtins.py:4662
2953
2947
msgid "Show base revision text in conflicts."
2956
#: bzrlib/builtins.py:4693
2950
#: bzrlib/builtins.py:4674
2958
2952
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2962
#: bzrlib/builtins.py:4751
2964
"Set files in the working tree back to the contents of a previous revision."
2956
#: bzrlib/builtins.py:4731
2957
msgid "Revert files to a previous revision."
2967
#: bzrlib/builtins.py:4753
2960
#: bzrlib/builtins.py:4733
2969
2962
"Giving a list of files will revert only those files. Otherwise, all files\n"
2970
2963
"will be reverted. If the revision is not specified with '--revision', the\n"
2971
"working tree basis revision is used. A revert operation affects only the\n"
2972
"working tree, not any revision history like the branch and repository or\n"
2973
"the working tree basis revision."
2964
"last committed revision is used."
2976
#: bzrlib/builtins.py:4759
2967
#: bzrlib/builtins.py:4737
2978
2969
"To remove only some changes, without reverting to a prior version, use\n"
2979
2970
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2980
2971
"will remove the changes introduced by the second last commit (-2), without\n"
2981
2972
"affecting the changes introduced by the last commit (-1). To remove\n"
2982
"certain changes on a hunk-by-hunk basis, see the shelve command.\n"
2983
"To update the branch to a specific revision or the latest revision and\n"
2984
"update the working tree accordingly while preserving local changes, see the\n"
2973
"certain changes on a hunk-by-hunk basis, see the shelve command."
2988
#: bzrlib/builtins.py:4768
2976
#: bzrlib/builtins.py:4743
2990
"Uncommitted changes to files that are reverted will be discarded.\n"
2991
"Howver, by default, any files that have been manually changed will be\n"
2992
"backed up first. (Files changed only by merge are not backed up.) Backup\n"
2993
"files have '.~#~' appended to their name, where # is a number."
2978
"By default, any files that have been manually changed will be backed up\n"
2979
"first. (Files changed only by merge are not backed up.) Backup files have\n"
2980
"'.~#~' appended to their name, where # is a number."
2996
#: bzrlib/builtins.py:4773
2983
#: bzrlib/builtins.py:4747
2998
2985
"When you provide files, you can use their current pathname or the pathname\n"
2999
2986
"from the target revision. So you can use revert to \"undelete\" a file by\n"
3075
3062
" 0 - no missing revisions"
3078
#: bzrlib/builtins.py:4887
3065
#: bzrlib/builtins.py:4861
3080
3067
" Determine the missing revisions between this and the branch at the\n"
3081
3068
" remembered pull location::"
3084
#: bzrlib/builtins.py:4890
3071
#: bzrlib/builtins.py:4864
3085
3072
msgid " bzr missing"
3088
#: bzrlib/builtins.py:4892
3075
#: bzrlib/builtins.py:4866
3089
3076
msgid " Determine the missing revisions between this and another branch::"
3092
#: bzrlib/builtins.py:4894
3079
#: bzrlib/builtins.py:4868
3093
3080
msgid " bzr missing http://server/branch"
3096
#: bzrlib/builtins.py:4896
3083
#: bzrlib/builtins.py:4870
3098
3085
" Determine the missing revisions up to a specific revision on the other\n"
3102
#: bzrlib/builtins.py:4899
3089
#: bzrlib/builtins.py:4873
3103
3090
msgid " bzr missing -r ..-10"
3106
#: bzrlib/builtins.py:4901
3093
#: bzrlib/builtins.py:4875
3108
3095
" Determine the missing revisions up to a specific revision on this\n"
3112
#: bzrlib/builtins.py:4904
3099
#: bzrlib/builtins.py:4878
3113
3100
msgid " bzr missing --my-revision ..-10"
3116
3103
# help of 'reverse' option of 'missing' command
3117
#: bzrlib/builtins.py:4911
3104
#: bzrlib/builtins.py:4885
3118
3105
msgid "Reverse the order of revisions."
3121
3108
# help of 'mine-only' option of 'missing' command
3122
#: bzrlib/builtins.py:4913
3109
#: bzrlib/builtins.py:4887
3123
3110
msgid "Display changes in the local branch only."
3126
3113
# help of 'this' option of 'missing' command
3127
#: bzrlib/builtins.py:4914
3114
#: bzrlib/builtins.py:4888
3128
3115
msgid "Same as --mine-only."
3131
3118
# help of 'theirs-only' option of 'missing' command
3132
#: bzrlib/builtins.py:4916
3119
#: bzrlib/builtins.py:4890
3133
3120
msgid "Display changes in the remote branch only."
3136
3123
# help of 'other' option of 'missing' command
3137
#: bzrlib/builtins.py:4917
3124
#: bzrlib/builtins.py:4891
3138
3125
msgid "Same as --theirs-only."
3141
3128
# help of 'revision' option of 'missing' command
3142
#: bzrlib/builtins.py:4922
3129
#: bzrlib/builtins.py:4896
3144
3131
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3148
3135
# help of 'my-revision' option of 'missing' command
3149
#: bzrlib/builtins.py:4926
3136
#: bzrlib/builtins.py:4900
3151
3138
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3155
3142
# help of 'include-merged' option of 'missing' command
3156
#: bzrlib/builtins.py:4929
3143
#: bzrlib/builtins.py:4903
3157
3144
msgid "Show all revisions in addition to the mainline ones."
3160
#: bzrlib/builtins.py:4983
3147
#: bzrlib/builtins.py:4957
3161
3148
msgid "No peer location known or specified."
3164
#: bzrlib/builtins.py:4987
3151
#: bzrlib/builtins.py:4961
3165
3152
msgid "Using saved parent location: {0}\n"
3168
#: bzrlib/builtins.py:5020
3155
#: bzrlib/builtins.py:4994
3169
3156
#, python-format
3170
3157
msgid "You have %d extra revision:\n"
3171
3158
msgid_plural "You have %d extra revisions:\n"
3175
#: bzrlib/builtins.py:5040
3162
#: bzrlib/builtins.py:5010
3176
3163
#, python-format
3177
3164
msgid "You are missing %d revision:\n"
3178
3165
msgid_plural "You are missing %d revisions:\n"
3182
#: bzrlib/builtins.py:5055
3169
#: bzrlib/builtins.py:5022
3183
3170
msgid "This branch has no new revisions.\n"
3186
#: bzrlib/builtins.py:5058
3173
#: bzrlib/builtins.py:5025
3187
3174
msgid "Other branch has no new revisions.\n"
3190
#: bzrlib/builtins.py:5063
3177
#: bzrlib/builtins.py:5030
3191
3178
msgid "Branches are up to date.\n"
3194
#: bzrlib/builtins.py:5074
3181
#: bzrlib/builtins.py:5041
3195
3182
msgid "Compress the data within a repository."
3198
#: bzrlib/builtins.py:5076
3185
#: bzrlib/builtins.py:5043
3200
3187
"This operation compresses the data within a bazaar repository. As\n"
3201
3188
"bazaar supports automatic packing of repository, this operation is\n"
3202
3189
"normally not required to be done manually."
3205
#: bzrlib/builtins.py:5080
3192
#: bzrlib/builtins.py:5047
3207
3194
"During the pack operation, bazaar takes a backup of existing repository\n"
3208
3195
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3255
3242
"plugins using the Python programming language."
3258
#: bzrlib/builtins.py:5138
3245
#: bzrlib/builtins.py:5105
3259
3246
msgid "Show testament (signing-form) of a revision."
3262
3249
# help of 'long' option of 'testament' command
3263
#: bzrlib/builtins.py:5141
3250
#: bzrlib/builtins.py:5108
3264
3251
msgid "Produce long-format testament."
3267
3254
# help of 'strict' option of 'testament' command
3268
#: bzrlib/builtins.py:5143
3255
#: bzrlib/builtins.py:5110
3269
3256
msgid "Produce a strict-format testament."
3272
#: bzrlib/builtins.py:5169
3259
#: bzrlib/builtins.py:5136
3273
3260
msgid "Show the origin of each line in a file."
3276
#: bzrlib/builtins.py:5171
3263
#: bzrlib/builtins.py:5138
3278
3265
"This prints out the given file with an annotation on the left side\n"
3279
3266
"indicating which revision, author and date introduced the change."
3282
#: bzrlib/builtins.py:5174
3269
#: bzrlib/builtins.py:5141
3284
3271
"If the origin is the same for a run of consecutive lines, it is\n"
3285
3272
"shown only at the top, unless the --all option is given."
3288
3275
# help of 'all' option of 'annotate' command
3289
#: bzrlib/builtins.py:5182
3276
#: bzrlib/builtins.py:5149
3290
3277
msgid "Show annotations on all lines."
3293
3280
# help of 'long' option of 'annotate' command
3294
#: bzrlib/builtins.py:5183
3281
#: bzrlib/builtins.py:5150
3295
3282
msgid "Show commit date in annotations."
3298
#: bzrlib/builtins.py:5270
3285
#: bzrlib/builtins.py:5237
3299
3286
msgid "Cannot sign a range of non-revision-history revisions"
3302
#: bzrlib/builtins.py:5282
3289
#: bzrlib/builtins.py:5249
3303
3290
msgid "Please supply either one revision, or a range."
3306
#: bzrlib/builtins.py:5286
3293
#: bzrlib/builtins.py:5253
3308
3295
"Convert the current branch into a checkout of the supplied branch.\n"
3309
3296
"If no branch is supplied, rebind to the last bound location."
3312
#: bzrlib/builtins.py:5289
3299
#: bzrlib/builtins.py:5256
3314
3301
"Once converted into a checkout, commits must succeed on the master branch\n"
3315
3302
"before they will be applied to the local branch."
3318
#: bzrlib/builtins.py:5292
3305
#: bzrlib/builtins.py:5259
3320
3307
"Bound branches use the nickname of its master branch unless it is set\n"
3321
3308
"locally, in which case binding will update the local nickname to be\n"
3322
3309
"that of the master."
3325
#: bzrlib/builtins.py:5307
3312
#: bzrlib/builtins.py:5274
3326
3313
msgid "No location supplied. This format does not remember old locations."
3329
#: bzrlib/builtins.py:5313
3316
#: bzrlib/builtins.py:5280
3330
3317
msgid "Branch is already bound"
3333
#: bzrlib/builtins.py:5316
3320
#: bzrlib/builtins.py:5283
3334
3321
msgid "No location supplied and no previous location known"
3337
#: bzrlib/builtins.py:5322
3324
#: bzrlib/builtins.py:5289
3338
3325
msgid "These branches have diverged. Try merging, and then bind again."
3341
#: bzrlib/builtins.py:5329
3328
#: bzrlib/builtins.py:5296
3342
3329
msgid "Convert the current checkout into a regular branch."
3345
#: bzrlib/builtins.py:5331
3332
#: bzrlib/builtins.py:5298
3347
3334
"After unbinding, the local branch is considered independent and subsequent\n"
3348
3335
"commits will be local only."
3351
#: bzrlib/builtins.py:5342
3338
#: bzrlib/builtins.py:5309
3352
3339
msgid "Local branch is not bound"
3355
#: bzrlib/builtins.py:5346
3342
#: bzrlib/builtins.py:5313
3356
3343
msgid "Remove the last committed revision."
3359
#: bzrlib/builtins.py:5348
3346
#: bzrlib/builtins.py:5315
3361
3348
"--verbose will print out what is being removed.\n"
3362
3349
"--dry-run will go through all the motions, but not actually\n"
3363
3350
"remove anything."
3366
#: bzrlib/builtins.py:5352
3353
#: bzrlib/builtins.py:5319
3368
3355
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3369
3356
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3370
3357
"branch at revision 15."
3373
#: bzrlib/builtins.py:5356
3360
#: bzrlib/builtins.py:5323
3375
3362
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3376
3363
"it may make is to restore any pending merges that were present before\n"
3380
3367
# help of 'dry-run' option of 'uncommit' command
3381
#: bzrlib/builtins.py:5367
3368
#: bzrlib/builtins.py:5334
3382
3369
msgid "Don't actually make changes."
3385
3372
# help of 'force' option of 'uncommit' command
3386
#: bzrlib/builtins.py:5368
3373
#: bzrlib/builtins.py:5335
3387
3374
msgid "Say yes to all questions."
3390
3377
# help of 'keep-tags' option of 'uncommit' command
3391
#: bzrlib/builtins.py:5370
3378
#: bzrlib/builtins.py:5337
3392
3379
msgid "Keep tags that point to removed revisions."
3395
3382
# help of 'local' option of 'uncommit' command
3396
#: bzrlib/builtins.py:5372
3383
#: bzrlib/builtins.py:5339
3397
3384
msgid "Only remove the commits from the local branch when in a checkout."
3400
#: bzrlib/builtins.py:5421
3387
#: bzrlib/builtins.py:5388
3401
3388
msgid "No revisions to uncommit.\n"
3404
#: bzrlib/builtins.py:5436
3391
#: bzrlib/builtins.py:5403
3405
3392
msgid "Dry-run, pretending to remove the above revisions.\n"
3408
#: bzrlib/builtins.py:5439
3395
#: bzrlib/builtins.py:5406
3409
3396
msgid "The above revision(s) will be removed.\n"
3412
#: bzrlib/builtins.py:5443
3399
#: bzrlib/builtins.py:5410
3413
3400
msgid "Uncommit these revisions"
3416
#: bzrlib/builtins.py:5446
3403
#: bzrlib/builtins.py:5413
3417
3404
msgid "Canceled\n"
3420
#: bzrlib/builtins.py:5453
3407
#: bzrlib/builtins.py:5420
3421
3408
#, python-format
3423
3410
"You can restore the old tip by running:\n"
3424
3411
" bzr pull . -r revid:%s\n"
3427
#: bzrlib/builtins.py:5458
3414
#: bzrlib/builtins.py:5425
3428
3415
msgid "Break a dead lock."
3431
#: bzrlib/builtins.py:5460
3418
#: bzrlib/builtins.py:5427
3433
3420
"This command breaks a lock on a repository, branch, working directory or\n"
3437
#: bzrlib/builtins.py:5463
3424
#: bzrlib/builtins.py:5430
3439
3426
"CAUTION: Locks should only be broken when you are sure that the process\n"
3440
3427
"holding the lock has been stopped."
3443
#: bzrlib/builtins.py:5466
3430
#: bzrlib/builtins.py:5433
3445
3432
"You can get information on what locks are open via the 'bzr info\n"
3446
3433
"[location]' command."
3449
#: bzrlib/builtins.py:5469
3436
#: bzrlib/builtins.py:5436
3452
3439
" bzr break-lock\n"
3457
3444
# help of 'config' option of 'break-lock' command
3458
#: bzrlib/builtins.py:5478
3445
#: bzrlib/builtins.py:5445
3459
3446
msgid "LOCATION is the directory where the config lock is."
3462
3449
# help of 'force' option of 'break-lock' command
3463
#: bzrlib/builtins.py:5480
3450
#: bzrlib/builtins.py:5447
3464
3451
msgid "Do not ask for confirmation before breaking the lock."
3467
3454
# help of 'protocol=bzr' option of 'serve' command
3468
#: bzrlib/builtins.py:5515
3455
#: bzrlib/builtins.py:5482
3469
3456
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3472
#: bzrlib/builtins.py:5516
3459
#: bzrlib/builtins.py:5483
3473
3460
msgid "Run the bzr server."
3476
3463
# help of 'inet' option of 'serve' command
3477
#: bzrlib/builtins.py:5522
3464
#: bzrlib/builtins.py:5489
3478
3465
msgid "Serve on stdin/out for use from inetd or sshd."
3481
3468
# title of 'protocol' option of 'serve' command
3482
#: bzrlib/builtins.py:5523
3469
#: bzrlib/builtins.py:5490
3483
3470
msgid "protocol"
3486
3473
# help of 'protocol' option of 'serve' command
3487
#: bzrlib/builtins.py:5524
3474
#: bzrlib/builtins.py:5491
3488
3475
msgid "Protocol to serve."
3491
3478
# help of 'listen' option of 'serve' command
3492
#: bzrlib/builtins.py:5528
3479
#: bzrlib/builtins.py:5495
3493
3480
msgid "Listen for connections on nominated address."
3496
3483
# help of 'port' option of 'serve' command
3497
#: bzrlib/builtins.py:5530
3484
#: bzrlib/builtins.py:5497
3499
3486
"Listen for connections on nominated port. Passing 0 as the port number will "
3500
3487
"result in a dynamically allocated port. The default port depends on the "
3519
3506
# help of 'client-timeout' option of 'serve' command
3520
#: bzrlib/builtins.py:5546
3507
#: bzrlib/builtins.py:5513
3521
3508
msgid "Override the default idle client timeout (5min)."
3524
#: bzrlib/builtins.py:5564
3511
#: bzrlib/builtins.py:5531
3525
3512
msgid "Combine a tree into its containing tree."
3528
#: bzrlib/builtins.py:5566
3515
#: bzrlib/builtins.py:5533
3529
3516
msgid "This command requires the target tree to be in a rich-root format."
3532
#: bzrlib/builtins.py:5568
3519
#: bzrlib/builtins.py:5535
3534
3521
"The TREE argument should be an independent tree, inside another tree, but\n"
3535
3522
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3536
3523
"running \"bzr branch\" with the target inside a tree.)"
3539
#: bzrlib/builtins.py:5572
3526
#: bzrlib/builtins.py:5539
3541
3528
"The result is a combined tree, with the subtree no longer an independent\n"
3542
3529
"part. This is marked as a merge of the subtree into the containing tree,\n"
3543
3530
"and all history is preserved."
3546
#: bzrlib/builtins.py:5590
3533
#: bzrlib/builtins.py:5557
3547
3534
#, python-format
3549
3536
"Can't join trees because %s doesn't support rich root data.\n"
3550
3537
"You can use bzr upgrade on the repository."
3553
#: bzrlib/builtins.py:5600 bzrlib/builtins.py:5606
3540
#: bzrlib/builtins.py:5567 bzrlib/builtins.py:5573
3554
3541
msgid "Cannot join {0}. {1}"
3557
#: bzrlib/builtins.py:5610
3544
#: bzrlib/builtins.py:5577
3558
3545
msgid "Split a subdirectory of a tree into a separate tree."
3561
#: bzrlib/builtins.py:5612
3548
#: bzrlib/builtins.py:5579
3563
3550
"This command will produce a target tree in a format that supports\n"
3564
3551
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3565
3552
"converted into earlier formats like 'dirstate-tags'."
3568
#: bzrlib/builtins.py:5616
3555
#: bzrlib/builtins.py:5583
3570
3557
"The TREE argument should be a subdirectory of a working tree. That\n"
3571
3558
"subdirectory will be converted into an independent tree, with its own\n"
3572
3559
"branch. Commits in the top-level tree will not apply to the new subtree."
3575
#: bzrlib/builtins.py:5696
3562
#: bzrlib/builtins.py:5663
3576
3563
msgid "No submit branch specified or known"
3579
#: bzrlib/builtins.py:5705 bzrlib/send.py:109
3566
#: bzrlib/builtins.py:5672 bzrlib/send.py:109
3580
3567
msgid "No public branch specified or known"
3583
#: bzrlib/builtins.py:5710
3570
#: bzrlib/builtins.py:5677
3584
3571
msgid "bzr merge-directive takes at most two one revision identifiers"
3587
#: bzrlib/builtins.py:5719
3574
#: bzrlib/builtins.py:5686
3588
3575
msgid "No revisions to bundle."
3591
#: bzrlib/builtins.py:5738
3578
#: bzrlib/builtins.py:5705
3592
3579
msgid "Mail or create a merge-directive for submitting changes."
3595
#: bzrlib/builtins.py:5740
3582
#: bzrlib/builtins.py:5707
3596
3583
msgid "A merge directive provides many things needed for requesting merges:"
3599
#: bzrlib/builtins.py:5742
3586
#: bzrlib/builtins.py:5709
3600
3587
msgid "* A machine-readable description of the merge to perform"
3603
#: bzrlib/builtins.py:5744
3590
#: bzrlib/builtins.py:5711
3604
3591
msgid "* An optional patch that is a preview of the changes requested"
3607
#: bzrlib/builtins.py:5746
3594
#: bzrlib/builtins.py:5713
3609
3596
"* An optional bundle of revision data, so that the changes can be applied\n"
3610
3597
" directly from the merge directive, without retrieving data from a\n"
3614
#: bzrlib/builtins.py:5750
3601
#: bzrlib/builtins.py:5717
3616
3603
"`bzr send` creates a compact data set that, when applied using bzr\n"
3617
3604
"merge, has the same effect as merging from the source branch. "
3620
#: bzrlib/builtins.py:5753
3607
#: bzrlib/builtins.py:5720
3622
3609
"By default the merge directive is self-contained and can be applied to any\n"
3623
3610
"branch containing submit_branch in its ancestory without needing access to\n"
3624
3611
"the source branch."
3627
#: bzrlib/builtins.py:5757
3614
#: bzrlib/builtins.py:5724
3629
3616
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3630
3617
"revisions, but only a structured request to merge from the\n"
3719
3706
# help of 'output' option of 'send' command
3720
#: bzrlib/builtins.py:5832
3707
#: bzrlib/builtins.py:5799
3721
3708
msgid "Write merge directive to this file or directory; use - for stdout."
3724
3711
# help of 'strict' option of 'send' command
3725
#: bzrlib/builtins.py:5836
3712
#: bzrlib/builtins.py:5803
3727
3714
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3728
3715
"strict disables the check."
3731
3718
# help of 'mail-to' option of 'send' command
3732
#: bzrlib/builtins.py:5838
3719
#: bzrlib/builtins.py:5805
3733
3720
msgid "Mail the request to this address."
3736
3723
# help of 'body' option of 'send' command
3737
#: bzrlib/builtins.py:5842
3724
#: bzrlib/builtins.py:5809
3738
3725
msgid "Body for the email."
3741
3728
# help of 'no-bundle' option of 'send' command
3742
#: bzrlib/builtins.py:5895
3729
#: bzrlib/builtins.py:5862
3743
3730
msgid "Do not include a bundle in the merge directive."
3746
3733
# help of 'no-patch' option of 'send' command
3747
#: bzrlib/builtins.py:5896
3734
#: bzrlib/builtins.py:5863
3748
3735
msgid "Do not include a preview patch in the merge directive."
3751
3738
# help of 'remember' option of 'send' command
3752
#: bzrlib/builtins.py:5899
3739
#: bzrlib/builtins.py:5866
3753
3740
msgid "Remember submit and public branch."
3756
3743
# help of 'from' option of 'send' command
3757
#: bzrlib/builtins.py:5901
3744
#: bzrlib/builtins.py:5868
3759
3746
"Branch to generate the submission from, rather than the one containing the "
3760
3747
"working directory."
3763
3750
# title of 'format' option of 'send' command
3764
3751
# title of 'format' option of 'version-info' command
3765
#: bzrlib/builtins.py:5911 bzrlib/cmd_version_info.py:76
3752
#: bzrlib/builtins.py:5878 bzrlib/cmd_version_info.py:76
3769
3756
# help of 'format' option of 'send' command
3770
#: bzrlib/builtins.py:5912
3757
#: bzrlib/builtins.py:5879
3771
3758
msgid "Use the specified output format."
3774
#: bzrlib/builtins.py:5934
3761
#: bzrlib/builtins.py:5901
3775
3762
msgid "Create, remove or modify a tag naming a revision."
3778
#: bzrlib/builtins.py:5936
3765
#: bzrlib/builtins.py:5903
3780
3767
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3781
3768
"(--revision) option can be given -rtag:X, where X is any previously\n"
3785
#: bzrlib/builtins.py:5940
3772
#: bzrlib/builtins.py:5907
3787
3774
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3788
3775
"along when you branch, push, pull or merge."
3791
#: bzrlib/builtins.py:5943
3778
#: bzrlib/builtins.py:5910
3793
3780
"It is an error to give a tag name that already exists unless you pass\n"
3794
3781
"--force, in which case the tag is moved to point to the new revision."
3797
#: bzrlib/builtins.py:5946
3784
#: bzrlib/builtins.py:5913
3799
3786
"To rename a tag (change the name but keep it on the same revsion), run "
3801
3788
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3804
#: bzrlib/builtins.py:5949
3791
#: bzrlib/builtins.py:5916
3806
3793
"If no tag name is specified it will be determined through the \n"
3807
3794
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3812
3799
# help of 'delete' option of 'tag' command
3813
#: bzrlib/builtins.py:5959
3800
#: bzrlib/builtins.py:5926
3814
3801
msgid "Delete this tag rather than placing it."
3817
3804
# help of 'directory' option of 'tag' command
3818
#: bzrlib/builtins.py:5962
3805
#: bzrlib/builtins.py:5929
3819
3806
msgid "Branch in which to place the tag."
3822
3809
# help of 'force' option of 'tag' command
3823
#: bzrlib/builtins.py:5964
3810
#: bzrlib/builtins.py:5931
3824
3811
msgid "Replace existing tags."
3827
#: bzrlib/builtins.py:5979
3814
#: bzrlib/builtins.py:5946
3828
3815
msgid "No tag specified to delete."
3831
#: bzrlib/builtins.py:5981
3818
#: bzrlib/builtins.py:5948
3832
3819
#, python-format
3833
3820
msgid "Deleted tag %s."
3836
#: bzrlib/builtins.py:5995
3823
#: bzrlib/builtins.py:5962
3837
3824
msgid "Please specify a tag name."
3840
#: bzrlib/builtins.py:6003
3827
#: bzrlib/builtins.py:5970
3841
3828
#, python-format
3842
3829
msgid "Tag %s already exists for that revision."
3845
#: bzrlib/builtins.py:6007
3832
#: bzrlib/builtins.py:5974
3846
3833
#, python-format
3847
3834
msgid "Created tag %s."
3850
#: bzrlib/builtins.py:6009
3837
#: bzrlib/builtins.py:5976
3851
3838
#, python-format
3852
3839
msgid "Updated tag %s."
3855
#: bzrlib/builtins.py:6013
3842
#: bzrlib/builtins.py:5980
3856
3843
msgid "List tags."
3859
#: bzrlib/builtins.py:6015
3846
#: bzrlib/builtins.py:5982
3861
3848
"This command shows a table of tag names and the revisions they reference."
3864
3851
# help of 'directory' option of 'tags' command
3865
#: bzrlib/builtins.py:6021
3852
#: bzrlib/builtins.py:5988
3866
3853
msgid "Branch whose tags should be displayed."
3869
3856
# help of 'sort' option of 'tags' command
3870
#: bzrlib/builtins.py:6023
3857
#: bzrlib/builtins.py:5990
3871
3858
msgid "Sort tags by different criteria."
3874
3861
# title of 'sort' option of 'tags' command
3875
#: bzrlib/builtins.py:6023
3862
#: bzrlib/builtins.py:5990
3876
3863
msgid "Sorting"
3879
#: bzrlib/builtins.py:6092
3866
#: bzrlib/builtins.py:6059
3880
3867
msgid "Reconfigure the type of a bzr directory."
3883
#: bzrlib/builtins.py:6094
3870
#: bzrlib/builtins.py:6061
3884
3871
msgid "A target configuration must be specified."
3887
#: bzrlib/builtins.py:6096
3874
#: bzrlib/builtins.py:6063
3889
3876
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3890
3877
"The order of preference is\n"
3898
3885
# title of 'tree_type' option of 'reconfigure' command
3899
#: bzrlib/builtins.py:6110
3886
#: bzrlib/builtins.py:6077
3900
3887
msgid "Tree type"
3903
3890
# help of 'tree_type' option of 'reconfigure' command
3904
#: bzrlib/builtins.py:6111
3891
#: bzrlib/builtins.py:6078
3905
3892
msgid "The relation between branch and tree."
3908
3895
# help of 'tree_type=branch' option of 'reconfigure' command
3909
#: bzrlib/builtins.py:6113
3896
#: bzrlib/builtins.py:6080
3910
3897
msgid "Reconfigure to be an unbound branch with no working tree."
3913
3900
# help of 'tree_type=tree' option of 'reconfigure' command
3914
#: bzrlib/builtins.py:6114
3901
#: bzrlib/builtins.py:6081
3915
3902
msgid "Reconfigure to be an unbound branch with a working tree."
3918
3905
# help of 'tree_type=checkout' option of 'reconfigure' command
3919
#: bzrlib/builtins.py:6115
3906
#: bzrlib/builtins.py:6082
3920
3907
msgid "Reconfigure to be a bound branch with a working tree."
3923
3910
# help of 'tree_type=lightweight-checkout' option of 'reconfigure' command
3924
#: bzrlib/builtins.py:6116
3911
#: bzrlib/builtins.py:6083
3925
3912
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3928
3915
# title of 'repository_type' option of 'reconfigure' command
3929
#: bzrlib/builtins.py:6121
3916
#: bzrlib/builtins.py:6088
3930
3917
msgid "Repository type"
3933
3920
# help of 'repository_type' option of 'reconfigure' command
3934
#: bzrlib/builtins.py:6122
3921
#: bzrlib/builtins.py:6089
3935
3922
msgid "Location fo the repository."
3938
3925
# help of 'repository_type=standalone' option of 'reconfigure' command
3939
#: bzrlib/builtins.py:6124
3926
#: bzrlib/builtins.py:6091
3941
3928
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3944
3931
# help of 'repository_type=use-shared' option of 'reconfigure' command
3945
#: bzrlib/builtins.py:6126
3932
#: bzrlib/builtins.py:6093
3946
3933
msgid "Reconfigure to use a shared repository."
3949
3936
# title of 'repository_trees' option of 'reconfigure' command
3950
#: bzrlib/builtins.py:6130
3937
#: bzrlib/builtins.py:6097
3951
3938
msgid "Trees in Repository"
3954
3941
# help of 'repository_trees' option of 'reconfigure' command
3955
#: bzrlib/builtins.py:6131
3942
#: bzrlib/builtins.py:6098
3956
3943
msgid "Whether new branches in the repository have trees."
3959
3946
# help of 'repository_trees=with-trees' option of 'reconfigure' command
3960
#: bzrlib/builtins.py:6133
3947
#: bzrlib/builtins.py:6100
3961
3948
msgid "Reconfigure repository to create working trees on branches by default."
3964
3951
# help of 'repository_trees=with-no-trees' option of 'reconfigure' command
3965
#: bzrlib/builtins.py:6135
3952
#: bzrlib/builtins.py:6102
3967
3954
"Reconfigure repository to not create working trees on branches by default."
3970
3957
# help of 'bind-to' option of 'reconfigure' command
3971
#: bzrlib/builtins.py:6138
3958
#: bzrlib/builtins.py:6105
3972
3959
msgid "Branch to bind checkout to."
3975
3962
# help of 'force' option of 'reconfigure' command
3976
#: bzrlib/builtins.py:6140
3963
#: bzrlib/builtins.py:6107
3977
3964
msgid "Perform reconfiguration even if local changes will be lost."
3980
3967
# help of 'stacked-on' option of 'reconfigure' command
3981
#: bzrlib/builtins.py:6143
3968
#: bzrlib/builtins.py:6110
3982
3969
msgid "Reconfigure a branch to be stacked on another branch."
3985
3972
# help of 'unstacked' option of 'reconfigure' command
3986
#: bzrlib/builtins.py:6147
3973
#: bzrlib/builtins.py:6114
3988
3975
"Reconfigure a branch to be unstacked. This may require copying substantial "
3989
3976
"data into it."
3992
#: bzrlib/builtins.py:6157
3979
#: bzrlib/builtins.py:6124
3993
3980
msgid "Can't use both --stacked-on and --unstacked"
3996
#: bzrlib/builtins.py:6171
3983
#: bzrlib/builtins.py:6138
3997
3984
msgid "No target configuration specified"
4000
#: bzrlib/builtins.py:6206
3987
#: bzrlib/builtins.py:6173
4001
3988
msgid "Set the branch of a checkout and update."
4004
#: bzrlib/builtins.py:6208
3991
#: bzrlib/builtins.py:6175
4006
3993
"For lightweight checkouts, this changes the branch being referenced.\n"
4007
3994
"For heavyweight checkouts, this checks that there are no local commits\n"
4082
4069
"want to switch back to your view after that."
4085
#: bzrlib/builtins.py:6305
4072
#: bzrlib/builtins.py:6272
4088
4075
" To define the current view::"
4091
#: bzrlib/builtins.py:6308
4078
#: bzrlib/builtins.py:6275
4092
4079
msgid " bzr view file1 dir1 ..."
4095
#: bzrlib/builtins.py:6310
4082
#: bzrlib/builtins.py:6277
4096
4083
msgid " To list the current view::"
4099
#: bzrlib/builtins.py:6312
4086
#: bzrlib/builtins.py:6279
4100
4087
msgid " bzr view"
4103
#: bzrlib/builtins.py:6314
4090
#: bzrlib/builtins.py:6281
4104
4091
msgid " To delete the current view::"
4107
#: bzrlib/builtins.py:6316
4094
#: bzrlib/builtins.py:6283
4108
4095
msgid " bzr view --delete"
4111
#: bzrlib/builtins.py:6318
4098
#: bzrlib/builtins.py:6285
4112
4099
msgid " To disable the current view without deleting it::"
4115
#: bzrlib/builtins.py:6320
4102
#: bzrlib/builtins.py:6287
4116
4103
msgid " bzr view --switch off"
4119
#: bzrlib/builtins.py:6322
4106
#: bzrlib/builtins.py:6289
4120
4107
msgid " To define a named view and switch to it::"
4123
#: bzrlib/builtins.py:6324
4110
#: bzrlib/builtins.py:6291
4124
4111
msgid " bzr view --name view-name file1 dir1 ..."
4127
#: bzrlib/builtins.py:6326
4114
#: bzrlib/builtins.py:6293
4128
4115
msgid " To list a named view::"
4131
#: bzrlib/builtins.py:6328
4118
#: bzrlib/builtins.py:6295
4132
4119
msgid " bzr view --name view-name"
4135
#: bzrlib/builtins.py:6330
4122
#: bzrlib/builtins.py:6297
4136
4123
msgid " To delete a named view::"
4139
#: bzrlib/builtins.py:6332
4126
#: bzrlib/builtins.py:6299
4140
4127
msgid " bzr view --name view-name --delete"
4143
#: bzrlib/builtins.py:6334
4130
#: bzrlib/builtins.py:6301
4144
4131
msgid " To switch to a named view::"
4147
#: bzrlib/builtins.py:6336
4134
#: bzrlib/builtins.py:6303
4148
4135
msgid " bzr view --switch view-name"
4151
#: bzrlib/builtins.py:6338
4138
#: bzrlib/builtins.py:6305
4152
4139
msgid " To list all views defined::"
4155
#: bzrlib/builtins.py:6340
4142
#: bzrlib/builtins.py:6307
4156
4143
msgid " bzr view --all"
4159
#: bzrlib/builtins.py:6342
4146
#: bzrlib/builtins.py:6309
4160
4147
msgid " To delete all views::"
4163
#: bzrlib/builtins.py:6344
4150
#: bzrlib/builtins.py:6311
4164
4151
msgid " bzr view --delete --all"
4167
4154
# help of 'all' option of 'view' command
4168
#: bzrlib/builtins.py:6351
4155
#: bzrlib/builtins.py:6318
4169
4156
msgid "Apply list or delete action to all views."
4172
4159
# help of 'delete' option of 'view' command
4173
#: bzrlib/builtins.py:6354
4160
#: bzrlib/builtins.py:6321
4174
4161
msgid "Delete the view."
4177
4164
# help of 'name' option of 'view' command
4178
#: bzrlib/builtins.py:6357
4165
#: bzrlib/builtins.py:6324
4179
4166
msgid "Name of the view to define, list or delete."
4182
4169
# help of 'switch' option of 'view' command
4183
#: bzrlib/builtins.py:6361
4170
#: bzrlib/builtins.py:6328
4184
4171
msgid "Name of the view to switch to."
4187
#: bzrlib/builtins.py:6380
4174
#: bzrlib/builtins.py:6347
4188
4175
msgid "Both --delete and a file list specified"
4191
#: bzrlib/builtins.py:6383
4178
#: bzrlib/builtins.py:6350
4192
4179
msgid "Both --delete and --switch specified"
4195
#: bzrlib/builtins.py:6386
4182
#: bzrlib/builtins.py:6353
4196
4183
msgid "Deleted all views.\n"
4199
#: bzrlib/builtins.py:6388
4186
#: bzrlib/builtins.py:6355
4200
4187
msgid "No current view to delete"
4203
#: bzrlib/builtins.py:6391
4190
#: bzrlib/builtins.py:6358
4204
4191
#, python-format
4205
4192
msgid "Deleted '%s' view.\n"
4208
#: bzrlib/builtins.py:6395
4195
#: bzrlib/builtins.py:6362
4209
4196
msgid "Both --switch and a file list specified"
4212
#: bzrlib/builtins.py:6398
4199
#: bzrlib/builtins.py:6365
4213
4200
msgid "Both --switch and --all specified"
4216
#: bzrlib/builtins.py:6401
4203
#: bzrlib/builtins.py:6368
4217
4204
msgid "No current view to disable"
4220
#: bzrlib/builtins.py:6403
4207
#: bzrlib/builtins.py:6370
4221
4208
#, python-format
4222
4209
msgid "Disabled '%s' view.\n"
4225
#: bzrlib/builtins.py:6407 bzrlib/builtins.py:6429
4212
#: bzrlib/builtins.py:6374 bzrlib/builtins.py:6396
4226
4213
msgid "Using '{0}' view: {1}\n"
4229
#: bzrlib/builtins.py:6410
4216
#: bzrlib/builtins.py:6377
4230
4217
msgid "Views defined:\n"
4233
#: bzrlib/builtins.py:6419
4220
#: bzrlib/builtins.py:6386
4234
4221
msgid "No views defined.\n"
4237
#: bzrlib/builtins.py:6426
4224
#: bzrlib/builtins.py:6393
4238
4225
msgid "Cannot change the 'off' pseudo view"
4241
#: bzrlib/builtins.py:6434
4228
#: bzrlib/builtins.py:6401
4242
4229
msgid "No current view.\n"
4245
#: bzrlib/builtins.py:6437
4232
#: bzrlib/builtins.py:6404
4246
4233
msgid "'{0}' view is: {1}\n"
4249
#: bzrlib/builtins.py:6457
4236
#: bzrlib/builtins.py:6424
4250
4237
msgid " <no hooks installed>\n"
4253
#: bzrlib/builtins.py:6461
4240
#: bzrlib/builtins.py:6428
4254
4241
msgid "Remove a branch."
4257
#: bzrlib/builtins.py:6463
4244
#: bzrlib/builtins.py:6430
4259
4246
"This will remove the branch from the specified location but \n"
4260
4247
"will keep any working tree or repository in place."
4263
#: bzrlib/builtins.py:6468
4250
#: bzrlib/builtins.py:6435
4264
4251
msgid " Remove the branch at repo/trunk::"
4267
#: bzrlib/builtins.py:6470
4254
#: bzrlib/builtins.py:6437
4268
4255
msgid " bzr remove-branch repo/trunk"
4271
4258
# help of 'force' option of 'remove-branch' command
4272
#: bzrlib/builtins.py:6477
4259
#: bzrlib/builtins.py:6444
4273
4260
msgid "Remove branch even if it is the active branch."
4276
#: bzrlib/builtins.py:6491
4263
#: bzrlib/builtins.py:6458
4277
4264
msgid "Branch is active. Use --force to remove it."
4280
4267
# help of 'writer=plain' option of 'shelve' command
4281
#: bzrlib/builtins.py:6495
4268
#: bzrlib/builtins.py:6462
4282
4269
msgid "Plaintext diff output."
4285
#: bzrlib/builtins.py:6496
4272
#: bzrlib/builtins.py:6463
4286
4273
msgid "Temporarily set aside some changes from the current tree."
4289
#: bzrlib/builtins.py:6498
4276
#: bzrlib/builtins.py:6465
4291
4278
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4292
4279
"ie. out of the way, until a later time when you can bring them back from\n"
4307
4294
"shelve all text changes at once, use shelve --all."
4310
#: bzrlib/builtins.py:6511
4297
#: bzrlib/builtins.py:6478
4312
4299
"If filenames are specified, only the changes to those files will be\n"
4313
4300
"shelved. Other files will be left untouched."
4316
#: bzrlib/builtins.py:6514
4303
#: bzrlib/builtins.py:6481
4318
4305
"If a revision is specified, changes since that revision will be shelved."
4321
#: bzrlib/builtins.py:6516
4308
#: bzrlib/builtins.py:6483
4323
4310
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4324
4311
"restore the most recently shelved changes."
4327
#: bzrlib/builtins.py:6519
4314
#: bzrlib/builtins.py:6486
4329
4316
"For complicated changes, it is possible to edit the changes in a separate\n"
4330
4317
"editor program to decide what the file remaining in the working copy\n"
4331
4318
"should look like. To do this, add the configuration option"
4334
#: bzrlib/builtins.py:6523
4321
#: bzrlib/builtins.py:6490
4335
4322
msgid " change_editor = PROGRAM @new_path @old_path"
4338
#: bzrlib/builtins.py:6525
4325
#: bzrlib/builtins.py:6492
4340
4327
"where @new_path is replaced with the path of the new version of the \n"
4341
4328
"file and @old_path is replaced with the path of the old version of \n"
4347
4334
# help of 'all' option of 'shelve' command
4348
#: bzrlib/builtins.py:6537
4335
#: bzrlib/builtins.py:6504
4349
4336
msgid "Shelve all changes."
4352
4339
# help of 'writer' option of 'shelve' command
4353
#: bzrlib/builtins.py:6539
4340
#: bzrlib/builtins.py:6506
4354
4341
msgid "Method to use for writing diffs."
4357
4344
# title of 'writer' option of 'shelve' command
4358
#: bzrlib/builtins.py:6539
4345
#: bzrlib/builtins.py:6506
4362
4349
# help of 'list' option of 'shelve' command
4363
#: bzrlib/builtins.py:6543
4350
#: bzrlib/builtins.py:6510
4364
4351
msgid "List shelved changes."
4367
4354
# help of 'destroy' option of 'shelve' command
4368
#: bzrlib/builtins.py:6545
4355
#: bzrlib/builtins.py:6512
4369
4356
msgid "Destroy removed changes instead of shelving them."
4372
#: bzrlib/builtins.py:6574
4359
#: bzrlib/builtins.py:6541
4373
4360
msgid "No shelved changes."
4376
#: bzrlib/builtins.py:6585
4363
#: bzrlib/builtins.py:6552
4377
4364
msgid "Restore shelved changes."
4380
#: bzrlib/builtins.py:6587
4367
#: bzrlib/builtins.py:6554
4382
4369
"By default, the most recently shelved changes are restored. However if you\n"
4383
4370
"specify a shelf by id those changes will be restored instead. This works\n"
4387
4374
# help of 'action' option of 'unshelve' command
4388
#: bzrlib/builtins.py:6596
4375
#: bzrlib/builtins.py:6563
4389
4376
msgid "The action to perform."
4392
4379
# title of 'action' option of 'resolve' command
4393
4380
# title of 'action' option of 'unshelve' command
4394
#: bzrlib/builtins.py:6596 bzrlib/conflicts.py:694
4381
#: bzrlib/builtins.py:6563 bzrlib/conflicts.py:694
4398
4385
# help of 'action=apply' option of 'unshelve' command
4399
#: bzrlib/builtins.py:6598
4386
#: bzrlib/builtins.py:6565
4400
4387
msgid "Apply changes and remove from the shelf."
4403
4390
# help of 'action=dry-run' option of 'unshelve' command
4404
#: bzrlib/builtins.py:6599
4391
#: bzrlib/builtins.py:6566
4405
4392
msgid "Show changes, but do not apply or remove them."
4408
4395
# help of 'action=preview' option of 'unshelve' command
4409
#: bzrlib/builtins.py:6600
4396
#: bzrlib/builtins.py:6567
4411
4398
"Instead of unshelving the changes, show the diff that would result from "
4415
4402
# help of 'action=delete-only' option of 'unshelve' command
4416
#: bzrlib/builtins.py:6602
4403
#: bzrlib/builtins.py:6569
4417
4404
msgid "Delete changes without applying them."
4420
4407
# help of 'action=keep' option of 'unshelve' command
4421
#: bzrlib/builtins.py:6603
4408
#: bzrlib/builtins.py:6570
4422
4409
msgid "Apply changes but don't delete them."
4425
#: bzrlib/builtins.py:6618
4412
#: bzrlib/builtins.py:6585
4426
4413
msgid "Remove unwanted files from working tree."
4429
#: bzrlib/builtins.py:6620
4416
#: bzrlib/builtins.py:6587
4431
4418
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4432
4419
"files are never deleted."
4435
#: bzrlib/builtins.py:6623
4422
#: bzrlib/builtins.py:6590
4437
4424
"Another class is 'detritus', which includes files emitted by bzr during\n"
4438
4425
"normal operations and selftests. (The value of these files decreases with\n"
4442
#: bzrlib/builtins.py:6627
4429
#: bzrlib/builtins.py:6594
4444
4431
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4445
4432
"flags are respected, and may be combined."
4448
#: bzrlib/builtins.py:6630
4435
#: bzrlib/builtins.py:6597
4449
4436
msgid "To check what clean-tree will do, use --dry-run."
4452
4439
# help of 'ignored' option of 'clean-tree' command
4453
#: bzrlib/builtins.py:6633
4440
#: bzrlib/builtins.py:6600
4454
4441
msgid "Delete all ignored files."
4457
4444
# help of 'detritus' option of 'clean-tree' command
4458
#: bzrlib/builtins.py:6634
4445
#: bzrlib/builtins.py:6601
4460
4447
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4463
4450
# help of 'unknown' option of 'clean-tree' command
4464
#: bzrlib/builtins.py:6637
4451
#: bzrlib/builtins.py:6604
4465
4452
msgid "Delete files unknown to bzr (default)."
4468
4455
# help of 'dry-run' option of 'clean-tree' command
4469
#: bzrlib/builtins.py:6638
4456
#: bzrlib/builtins.py:6605
4470
4457
msgid "Show files to delete instead of deleting them."
4473
4460
# help of 'force' option of 'clean-tree' command
4474
#: bzrlib/builtins.py:6640
4461
#: bzrlib/builtins.py:6607
4475
4462
msgid "Do not prompt before deleting."
8080
8067
msgid "How to fix diverged branches"
8070
#: dummy/help_topics/env-variables/detail.txt:1
8071
msgid "Environment Variables"
8074
#: dummy/help_topics/env-variables/detail.txt:3
8076
"=================== "
8077
"===========================================================\n"
8078
"BZRPATH Path where bzr is to look for shell plugin external\n"
8080
"BZR_EMAIL E-Mail address of the user. Overrides EMAIL.\n"
8081
"EMAIL E-Mail address of the user.\n"
8082
"BZR_EDITOR Editor for editing commit messages. Overrides EDITOR.\n"
8083
"EDITOR Editor for editing commit messages.\n"
8084
"BZR_PLUGIN_PATH Paths where bzr should look for plugins.\n"
8085
"BZR_DISABLE_PLUGINS Plugins that bzr should not load.\n"
8086
"BZR_PLUGINS_AT Plugins to load from a directory not in "
8087
"BZR_PLUGIN_PATH.\n"
8088
"BZR_HOME Directory holding .bazaar config dir. Overrides HOME.\n"
8089
"BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA "
8092
"BZR_REMOTE_PATH Full name of remote 'bzr' command (for bzr+ssh:// "
8094
"BZR_SSH Path to SSH client, or one of paramiko, openssh, "
8097
"BZR_LOG Location of .bzr.log (use '/dev/null' to suppress log).\n"
8098
"BZR_LOG (Win32) Location of .bzr.log (use 'NUL' to suppress log).\n"
8099
"BZR_COLUMNS Override implicit terminal width.\n"
8100
"BZR_CONCURRENCY Number of processes that can be run concurrently "
8102
"BZR_PROGRESS_BAR Override the progress display. Values are 'none' or "
8104
"BZR_PDB Control whether to launch a debugger on error.\n"
8105
"BZR_SIGQUIT_PDB Control whether SIGQUIT behaves normally or invokes a\n"
8106
" breakin debugger.\n"
8107
"BZR_TEXTUI_INPUT Force console input mode for prompts to line-based "
8109
" of char-based).\n"
8110
"=================== "
8111
"===========================================================\n"
8083
8114
#: dummy/help_topics/env-variables/summary.txt:1
8084
8115
msgid "Environment variable names and values"
10072
10075
"of bzr that requires authentication (smtp for example)."
10075
#: en/help_topics/configuration.txt:391
10078
#: en/help_topics/configuration.txt:379
10077
10080
"The syntax of the file obeys the same rules as the others except for the\n"
10078
10081
"option policies which don't apply."
10081
#: en/help_topics/configuration.txt:394
10084
#: en/help_topics/configuration.txt:382
10083
10086
"For more information on the possible uses of the authentication "
10084
10087
"configuration\n"
10085
10088
"file see :doc:`authentication-help`."
10088
#: en/help_topics/configuration.txt:397
10091
#: en/help_topics/configuration.txt:385
10091
10094
"Common options\n"
10092
10095
"--------------"
10095
#: en/help_topics/configuration.txt:401
10098
#: en/help_topics/configuration.txt:389
10097
10100
"debug_flags\n"
10098
10101
"~~~~~~~~~~~"
10101
#: en/help_topics/configuration.txt:404
10104
#: en/help_topics/configuration.txt:392
10103
10106
"A comma-separated list of debugging options to turn on. The same values\n"
10104
10107
"can be used as with the -D command-line option (see `help global-options`).\n"
10105
10108
"For example::"
10108
#: en/help_topics/configuration.txt:408
10111
#: en/help_topics/configuration.txt:396
10109
10112
msgid " debug_flags = hpss"
10112
#: en/help_topics/configuration.txt:412
10115
#: en/help_topics/configuration.txt:400
10113
10116
msgid " debug_flags = hpss,evil"
10116
#: en/help_topics/configuration.txt:414
10119
#: en/help_topics/configuration.txt:402
10122
#: en/help_topics/configuration.txt:417
10125
#: en/help_topics/configuration.txt:405
10124
10127
"The email address to use when committing a branch. Typically takes the form\n"
10128
#: en/help_topics/configuration.txt:420
10131
#: en/help_topics/configuration.txt:408
10129
10132
msgid " email = Full Name <account@hostname.tld>"
10132
#: en/help_topics/configuration.txt:422
10135
#: en/help_topics/configuration.txt:410
10138
#: en/help_topics/configuration.txt:425
10141
#: en/help_topics/configuration.txt:413
10140
10143
"The path of the editor that you wish to use if *bzr commit* is run without\n"
10141
10144
"a commit message. This setting is trumped by the environment variable\n"
10229
10232
"to sign newly committed revisions, even if the branch requires signatures."
10232
#: en/help_topics/configuration.txt:474
10235
#: en/help_topics/configuration.txt:462
10234
10237
"dirstate.fdatasync\n"
10235
10238
"~~~~~~~~~~~~~~~~~~"
10238
#: en/help_topics/configuration.txt:477
10241
#: en/help_topics/configuration.txt:465
10240
10243
"If true (default), working tree metadata changes are flushed through the\n"
10241
10244
"OS buffers to physical disk. This is somewhat slower, but means data\n"
10242
10245
"should not be lost if the machine crashes. See also repository.fdatasync."
10245
#: en/help_topics/configuration.txt:481
10248
#: en/help_topics/configuration.txt:469
10247
10250
"gpg_signing_key\n"
10248
10251
"~~~~~~~~~~~~~~~"
10251
#: en/help_topics/configuration.txt:484
10254
#: en/help_topics/configuration.txt:472
10253
10256
"The GnuPG user identity to use when signing commits. Can be an e-mail\n"
10254
10257
"address, key fingerprint or full key ID. When unset or when set to\n"
10255
10258
"\"default\" Bazaar will use the user e-mail set with ``whoami``."
10258
#: en/help_topics/configuration.txt:488
10261
#: en/help_topics/configuration.txt:476
10264
#: en/help_topics/configuration.txt:491
10267
#: en/help_topics/configuration.txt:479
10266
10269
"Only useful in ``locations.conf``. Defines whether or not the\n"
10267
10270
"configuration for this section applies to subdirectories:"
10270
#: en/help_topics/configuration.txt:494
10273
#: en/help_topics/configuration.txt:482
10273
10276
" (default) This section applies to subdirectories as well."
10276
#: en/help_topics/configuration.txt:497
10279
#: en/help_topics/configuration.txt:485
10279
10282
" This section only applies to the branch at this directory and not\n"
10280
10283
" branches below it."
10283
#: en/help_topics/configuration.txt:501
10286
#: en/help_topics/configuration.txt:489
10285
10288
"gpg_signing_command\n"
10286
10289
"~~~~~~~~~~~~~~~~~~~"
10289
#: en/help_topics/configuration.txt:504
10292
#: en/help_topics/configuration.txt:492
10291
10294
"(Default: \"gpg\"). Which program should be used to sign and check "
10292
10295
"revisions.\n"
10293
10296
"For example::"
10296
#: en/help_topics/configuration.txt:507
10299
#: en/help_topics/configuration.txt:495
10297
10300
msgid " gpg_signing_command = /usr/bin/gnpg"
10300
#: en/help_topics/configuration.txt:509
10303
#: en/help_topics/configuration.txt:497
10302
10305
"The specified command must accept the options \"--clearsign\" and \"-u "
10306
#: en/help_topics/configuration.txt:511
10309
#: en/help_topics/configuration.txt:499
10308
10311
"bzr_remote_path\n"
10309
10312
"~~~~~~~~~~~~~~~"
10312
#: en/help_topics/configuration.txt:514
10315
#: en/help_topics/configuration.txt:502
10314
10317
"(Default: \"bzr\"). The path to the command that should be used to run the "
10316
10319
"server for bzr. This value may only be specified in locations.conf, because:"
10319
#: en/help_topics/configuration.txt:517
10322
#: en/help_topics/configuration.txt:505
10321
10324
"- it's needed before branch.conf is accessible\n"
10322
10325
"- allowing remote branch.conf files to specify commands would be a security\n"
10326
#: en/help_topics/configuration.txt:521
10329
#: en/help_topics/configuration.txt:509
10327
10330
msgid "It is overridden by the BZR_REMOTE_PATH environment variable."
10330
#: en/help_topics/configuration.txt:523
10333
#: en/help_topics/configuration.txt:511
10332
10335
"smtp_server\n"
10333
10336
"~~~~~~~~~~~"
10336
#: en/help_topics/configuration.txt:526
10339
#: en/help_topics/configuration.txt:514
10338
10341
"(Default: \"localhost\"). SMTP server to use when Bazaar needs to send\n"
10339
10342
"email, eg. with ``merge-directive --mail-to``, or the bzr-email plugin."
10342
#: en/help_topics/configuration.txt:529
10345
#: en/help_topics/configuration.txt:517
10344
10347
"smtp_username, smtp_password\n"
10345
10348
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10348
#: en/help_topics/configuration.txt:532
10351
#: en/help_topics/configuration.txt:520
10350
10353
"User and password to authenticate to the SMTP server. If smtp_username\n"
10351
10354
"is set, and smtp_password is not, Bazaar will prompt for a password.\n"
10554
10557
"--remember``."
10557
#: en/help_topics/configuration.txt:646
10560
#: en/help_topics/configuration.txt:634
10559
10562
"push_location\n"
10560
10563
"~~~~~~~~~~~~~"
10563
#: en/help_topics/configuration.txt:649
10566
#: en/help_topics/configuration.txt:637
10565
10568
"If present, the location of the default branch for push. This option\n"
10566
10569
"is normally set by the first ``push`` or ``push --remember``."
10569
#: en/help_topics/configuration.txt:652
10572
#: en/help_topics/configuration.txt:640
10571
10574
"push_strict\n"
10572
10575
"~~~~~~~~~~~"
10575
#: en/help_topics/configuration.txt:655
10578
#: en/help_topics/configuration.txt:643
10577
10580
"If present, defines the ``--strict`` option default value for checking\n"
10578
10581
"uncommitted changes before pushing."
10581
#: en/help_topics/configuration.txt:658
10584
#: en/help_topics/configuration.txt:646
10583
10586
"dpush_strict\n"
10584
10587
"~~~~~~~~~~~~"
10587
#: en/help_topics/configuration.txt:661
10590
#: en/help_topics/configuration.txt:649
10589
10592
"If present, defines the ``--strict`` option default value for checking\n"
10590
10593
"uncommitted changes before pushing into a different VCS without any\n"
10591
10594
"custom bzr metadata."
10594
#: en/help_topics/configuration.txt:665
10597
#: en/help_topics/configuration.txt:653
10596
10599
"bound_location\n"
10597
10600
"~~~~~~~~~~~~~~"
10600
#: en/help_topics/configuration.txt:668
10603
#: en/help_topics/configuration.txt:656
10602
10605
"The location that commits should go to when acting as a checkout.\n"
10603
10606
"This option is normally set by ``bind``."
10606
#: en/help_topics/configuration.txt:671
10609
#: en/help_topics/configuration.txt:659
10612
#: en/help_topics/configuration.txt:674
10615
#: en/help_topics/configuration.txt:662
10614
10617
"If set to \"True\", the branch should act as a checkout, and push each "
10615
10618
"commit to\n"
10616
10619
"the bound_location. This option is normally set by ``bind``/``unbind``."
10619
#: en/help_topics/configuration.txt:677
10622
#: en/help_topics/configuration.txt:665
10621
10624
"send_strict\n"
10622
10625
"~~~~~~~~~~~"
10625
#: en/help_topics/configuration.txt:680
10628
#: en/help_topics/configuration.txt:668
10627
10630
"If present, defines the ``--strict`` option default value for checking\n"
10628
10631
"uncommitted changes before sending a merge directive."
10631
#: en/help_topics/configuration.txt:683
10634
#: en/help_topics/configuration.txt:671
10633
10636
"add.maximum_file_size\n"
10634
10637
"~~~~~~~~~~~~~~~~~~~~~"
10637
#: en/help_topics/configuration.txt:686
10640
#: en/help_topics/configuration.txt:674
10639
10642
"Defines the maximum file size the command line \"add\" operation will allow\n"
10640
10643
"in recursive mode, with files larger than this value being skipped. You "
11651
11654
"branch can now be pushed to the mainline.\n"
11654
#: en/help_topics/env-variables.txt:1
11655
msgid "Environment Variables"
11658
#: en/help_topics/env-variables.txt:3
11660
"=================== "
11661
"===========================================================\n"
11662
"BZRPATH Path where bzr is to look for shell plugin external\n"
11664
"BZR_EMAIL E-Mail address of the user. Overrides EMAIL.\n"
11665
"EMAIL E-Mail address of the user.\n"
11666
"BZR_EDITOR Editor for editing commit messages. Overrides EDITOR.\n"
11667
"EDITOR Editor for editing commit messages.\n"
11668
"BZR_PLUGIN_PATH Paths where bzr should look for plugins.\n"
11669
"BZR_DISABLE_PLUGINS Plugins that bzr should not load.\n"
11670
"BZR_PLUGINS_AT Plugins to load from a directory not in "
11671
"BZR_PLUGIN_PATH.\n"
11672
"BZR_HOME Directory holding .bazaar config dir. Overrides HOME.\n"
11673
"BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA "
11676
"BZR_REMOTE_PATH Full name of remote 'bzr' command (for bzr+ssh:// "
11678
"BZR_SSH Path to SSH client, or one of paramiko, openssh, "
11681
"BZR_LOG Location of .bzr.log (use '/dev/null' to suppress log).\n"
11682
"BZR_LOG (Win32) Location of .bzr.log (use 'NUL' to suppress log).\n"
11683
"BZR_COLUMNS Override implicit terminal width.\n"
11684
"BZR_CONCURRENCY Number of processes that can be run concurrently "
11686
"BZR_PROGRESS_BAR Override the progress display. Values are 'none' or "
11688
"BZR_PDB Control whether to launch a debugger on error.\n"
11689
"BZR_SIGQUIT_PDB Control whether SIGQUIT behaves normally or invokes a\n"
11690
" breakin debugger.\n"
11691
"BZR_TEXTUI_INPUT Force console input mode for prompts to line-based "
11693
" of char-based).\n"
11694
"=================== "
11695
"===========================================================\n"
11698
11657
#: en/help_topics/eol.txt:1
11700
11659
"End of Line Conversion\n"