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