578
#: bzrlib/builtins.py:1180
584
#: bzrlib/builtins.py:1189
579
585
msgid "Need working tree for --show-base."
582
#: bzrlib/builtins.py:1196
588
#: bzrlib/builtins.py:1205
583
589
msgid "No pull location known or specified."
586
#: bzrlib/builtins.py:1202
592
#: bzrlib/builtins.py:1211
588
594
msgid "Using saved parent location: %s\n"
591
#: bzrlib/builtins.py:1209 bzrlib/builtins.py:4406
597
#: bzrlib/builtins.py:1218 bzrlib/builtins.py:4425
592
598
msgid "Cannot use -r with merge directives or bundles"
595
#: bzrlib/builtins.py:1252
601
#: bzrlib/builtins.py:1261
596
602
msgid "Update a mirror of this branch."
599
#: bzrlib/builtins.py:1254
605
#: bzrlib/builtins.py:1263
601
607
"The target branch will not have its working tree populated because this\n"
602
608
"is both expensive, and is not supported on remote file systems."
605
#: bzrlib/builtins.py:1257
611
#: bzrlib/builtins.py:1266
607
613
"Some smart servers or protocols *may* put the working tree in place in\n"
611
#: bzrlib/builtins.py:1260
617
#: bzrlib/builtins.py:1269
613
619
"This command only works on branches that have not diverged. Branches are\n"
614
620
"considered diverged if the destination branch's most recent commit is one\n"
615
621
"that has not been merged (directly or indirectly) by the source branch."
618
#: bzrlib/builtins.py:1264
624
#: bzrlib/builtins.py:1273
620
626
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
621
627
"the other branch completely, discarding its unmerged changes."
624
#: bzrlib/builtins.py:1267
630
#: bzrlib/builtins.py:1276
626
632
"If you want to ensure you have the different changes in the other branch,\n"
627
633
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
628
634
"After that you will be able to do a push without '--overwrite'."
631
#: bzrlib/builtins.py:1271
637
#: bzrlib/builtins.py:1280
633
639
"If there is no default push location set, the first push will set it (use\n"
634
640
"--no-remember to avoid setting it). After that, you can omit the\n"
636
642
"value will only be saved if the remote location can be accessed."
639
#: bzrlib/builtins.py:1276
645
#: bzrlib/builtins.py:1285
641
647
"The --verbose option will display the revisions pushed using the log_format\n"
642
648
"configuration option. You can use a different format by overriding it with\n"
643
649
"-Olog_format=<other_format>."
646
#: bzrlib/builtins.py:1287 bzrlib/foreign.py:272
652
#: bzrlib/builtins.py:1296 bzrlib/foreign.py:272
648
654
"Branch to push from, rather than the one containing the working directory."
651
#: bzrlib/builtins.py:1290
657
#: bzrlib/builtins.py:1299
653
659
"By default push will fail if the target directory exists, but does not "
654
660
"already have a control directory. This flag will allow push to proceed."
657
#: bzrlib/builtins.py:1295
663
#: bzrlib/builtins.py:1304
659
665
"Create a stacked branch that references the public location of the parent "
663
#: bzrlib/builtins.py:1298
669
#: bzrlib/builtins.py:1307
665
671
"Create a stacked branch that refers to another branch for the commit "
666
672
"history. Only the work not present in the referenced branch is included in "
667
673
"the branch created."
670
#: bzrlib/builtins.py:1303 bzrlib/foreign.py:279
676
#: bzrlib/builtins.py:1312 bzrlib/foreign.py:279
672
678
"Refuse to push if there are uncommitted changes in the working tree, --no-"
673
679
"strict disables the check."
676
#: bzrlib/builtins.py:1306
682
#: bzrlib/builtins.py:1315
677
683
msgid "Don't populate the working tree, even for protocols that support it."
680
#: bzrlib/builtins.py:1350
686
#: bzrlib/builtins.py:1318
687
msgid "Overwrite tags only."
690
#: bzrlib/builtins.py:1369
681
691
msgid "Could not determine branch to refer to."
684
#: bzrlib/builtins.py:1359
694
#: bzrlib/builtins.py:1378
687
697
"No push location known or specified. To push to the parent branch (at %s), "
688
698
"use 'bzr push :parent'."
691
#: bzrlib/builtins.py:1365 bzrlib/foreign.py:306
701
#: bzrlib/builtins.py:1384 bzrlib/foreign.py:306
692
702
msgid "No push location known or specified."
695
#: bzrlib/builtins.py:1369
705
#: bzrlib/builtins.py:1388
697
707
msgid "Using saved push location: %s"
700
#: bzrlib/builtins.py:1379
710
#: bzrlib/builtins.py:1398
701
711
msgid "Create a new branch that is a copy of an existing branch."
704
#: bzrlib/builtins.py:1381
714
#: bzrlib/builtins.py:1400
706
716
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
707
717
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
712
722
"create ./foo-bar."
715
#: bzrlib/builtins.py:1388
725
#: bzrlib/builtins.py:1407
717
727
"To retrieve the branch as of a particular revision, supply the --revision\n"
718
728
"parameter, as in \"branch foo/bar -r 5\"."
721
#: bzrlib/builtins.py:1391
731
#: bzrlib/builtins.py:1410
722
732
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
725
#: bzrlib/builtins.py:1401
735
#: bzrlib/builtins.py:1420
726
736
msgid "Create a branch without a working-tree."
729
#: bzrlib/builtins.py:1403
739
#: bzrlib/builtins.py:1422
730
740
msgid "Switch the checkout in the current directory to the new branch."
733
#: bzrlib/builtins.py:1406
743
#: bzrlib/builtins.py:1425
735
745
"Create a stacked branch referring to the source branch. The new branch will "
736
746
"depend on the availability of the source branch for all operations."
739
#: bzrlib/builtins.py:1410
749
#: bzrlib/builtins.py:1429
740
750
msgid "Do not use a shared repository, even if available."
743
#: bzrlib/builtins.py:1412
753
#: bzrlib/builtins.py:1431
745
755
"By default branch will fail if the target directory exists, but does not "
746
756
"already have a control directory. This flag will allow branch to proceed."
749
#: bzrlib/builtins.py:1417
759
#: bzrlib/builtins.py:1436
750
760
msgid "Bind new branch to from location."
753
#: bzrlib/builtins.py:1464
763
#: bzrlib/builtins.py:1483
755
765
msgid "Target directory \"%s\" already exists."
758
#: bzrlib/builtins.py:1476
768
#: bzrlib/builtins.py:1495
760
770
msgid "Parent of \"%s\" does not exist."
763
#: bzrlib/builtins.py:1495
773
#: bzrlib/builtins.py:1514
764
774
msgid "The branch {0} has no revision {1}."
767
#: bzrlib/builtins.py:1510 bzrlib/push.py:53
777
#: bzrlib/builtins.py:1529 bzrlib/push.py:53
769
779
msgid "Created new stacked branch referring to %s."
772
#: bzrlib/builtins.py:1514
782
#: bzrlib/builtins.py:1533
774
784
msgid "Branched %d revision."
775
785
msgid_plural "Branched %d revisions."
779
#: bzrlib/builtins.py:1519
789
#: bzrlib/builtins.py:1538
781
791
msgid "New branch bound to %s"
784
#: bzrlib/builtins.py:1524 bzrlib/builtins.py:6247
794
#: bzrlib/builtins.py:1543 bzrlib/builtins.py:6280
786
796
msgid "Switched to branch: %s"
789
#: bzrlib/builtins.py:1529
799
#: bzrlib/builtins.py:1548
790
800
msgid "List the branches available at the current location."
793
#: bzrlib/builtins.py:1531
803
#: bzrlib/builtins.py:1550
795
805
"This command will print the names of all the branches at the current\n"
799
#: bzrlib/builtins.py:1538
809
#: bzrlib/builtins.py:1557
801
811
"Recursively scan for branches rather than just looking in the specified "
805
#: bzrlib/builtins.py:1567
815
#: bzrlib/builtins.py:1586
806
816
msgid "(default)"
809
#: bzrlib/builtins.py:1579
819
#: bzrlib/builtins.py:1598
810
820
msgid "Create a new checkout of an existing branch."
813
#: bzrlib/builtins.py:1581
823
#: bzrlib/builtins.py:1600
815
825
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
853
#: bzrlib/builtins.py:1610
863
#: bzrlib/builtins.py:1629
854
864
msgid "Get file contents from this tree."
857
#: bzrlib/builtins.py:1612
867
#: bzrlib/builtins.py:1631
858
868
msgid "Hard-link working tree files where possible."
861
#: bzrlib/builtins.py:1653
871
#: bzrlib/builtins.py:1672
863
873
"Show list of renamed files.\n"
867
#: bzrlib/builtins.py:1681
877
#: bzrlib/builtins.py:1700
868
878
msgid "Update a working tree to a new revision."
871
#: bzrlib/builtins.py:1683
881
#: bzrlib/builtins.py:1702
873
883
"This will perform a merge of the destination revision (the tip of the\n"
874
884
"branch, or the specified revision) into the working tree, and then make\n"
875
885
"that revision the basis revision for the working tree. "
878
#: bzrlib/builtins.py:1687
888
#: bzrlib/builtins.py:1706
880
890
"You can use this to visit an older revision, or to update a working tree\n"
881
891
"that is out of date from its branch."
884
#: bzrlib/builtins.py:1690
894
#: bzrlib/builtins.py:1709
886
896
"If there are any uncommitted changes in the tree, they will be carried\n"
887
897
"across and remain as uncommitted changes after the update. To discard\n"
905
915
"out the old content of that file to a new location."
908
#: bzrlib/builtins.py:1705
918
#: bzrlib/builtins.py:1724
910
920
"The 'dir' argument, if given, must be the location of the root of a\n"
911
921
"working tree to update. By default, the working tree that contains the \n"
912
922
"current working directory is used."
915
#: bzrlib/builtins.py:1721
925
#: bzrlib/builtins.py:1740
916
926
msgid "bzr update --revision takes exactly one revision"
919
#: bzrlib/builtins.py:1729
929
#: bzrlib/builtins.py:1748
920
930
msgid "bzr update can only update a whole tree, not a file or subdirectory"
923
#: bzrlib/builtins.py:1760
933
#: bzrlib/builtins.py:1779
924
934
msgid "Tree is up to date at revision {0} of branch {1}"
927
#: bzrlib/builtins.py:1776
937
#: bzrlib/builtins.py:1795
930
940
"branch has no revision %s\n"
931
941
"bzr update --revision only works for a revision in the branch history"
934
#: bzrlib/builtins.py:1782
944
#: bzrlib/builtins.py:1801
935
945
msgid "Updated to revision {0} of branch {1}"
938
#: bzrlib/builtins.py:1786
948
#: bzrlib/builtins.py:1805
940
950
"Your local commits will now show as pending merges with 'bzr status', and "
941
951
"can be committed with 'bzr commit'."
944
#: bzrlib/builtins.py:1795
954
#: bzrlib/builtins.py:1814
945
955
msgid "Show information about a working tree, branch or repository."
948
#: bzrlib/builtins.py:1797
958
#: bzrlib/builtins.py:1816
950
960
"This command will show all known locations and formats associated to the\n"
951
961
"tree, branch or repository."
954
#: bzrlib/builtins.py:1800
964
#: bzrlib/builtins.py:1819
956
966
"In verbose mode, statistical information is included with each report.\n"
957
967
"To see extended statistic information, use a verbosity level of 2 or\n"
958
968
"higher by specifying the verbose option multiple times, e.g. -vv."
961
#: bzrlib/builtins.py:1804
971
#: bzrlib/builtins.py:1823
962
972
msgid "Branches and working trees will also report any missing revisions."
965
#: bzrlib/builtins.py:1806 bzrlib/builtins.py:3725 bzrlib/builtins.py:4859
966
#: bzrlib/builtins.py:6433
975
#: bzrlib/builtins.py:1825 bzrlib/builtins.py:3744 bzrlib/builtins.py:4885
976
#: bzrlib/builtins.py:6466
967
977
msgid ":Examples:"
970
#: bzrlib/builtins.py:1808
980
#: bzrlib/builtins.py:1827
971
981
msgid " Display information on the format and related locations:"
974
#: bzrlib/builtins.py:1810
984
#: bzrlib/builtins.py:1829
975
985
msgid " bzr info"
978
#: bzrlib/builtins.py:1812
988
#: bzrlib/builtins.py:1831
980
990
" Display the above together with extended format information and\n"
981
991
" basic statistics (like the number of files in the working tree and\n"
982
992
" number of revisions in the branch and repository):"
985
#: bzrlib/builtins.py:1816
995
#: bzrlib/builtins.py:1835
986
996
msgid " bzr info -v"
989
#: bzrlib/builtins.py:1818
999
#: bzrlib/builtins.py:1837
990
1000
msgid " Display the above together with number of committers to the branch:"
993
#: bzrlib/builtins.py:1820
1003
#: bzrlib/builtins.py:1839
994
1004
msgid " bzr info -vv"
997
#: bzrlib/builtins.py:1839
1007
#: bzrlib/builtins.py:1858
998
1008
msgid "Remove files or directories."
1001
#: bzrlib/builtins.py:1841
1011
#: bzrlib/builtins.py:1860
1003
1013
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
1004
1014
"delete them if they can easily be recovered using revert otherwise they\n"
1005
"will be backed up (adding an extention of the form .~#~). If no options or\n"
1015
"will be backed up (adding an extension of the form .~#~). If no options or\n"
1006
1016
"parameters are given Bazaar will scan for files that are being tracked by\n"
1007
1017
"Bazaar but missing in your tree and stop tracking them for you."
1010
#: bzrlib/builtins.py:1849
1020
#: bzrlib/builtins.py:1868
1011
1021
msgid "Only remove files that have never been committed."
1014
#: bzrlib/builtins.py:1851
1024
#: bzrlib/builtins.py:1870
1015
1025
msgid "The file deletion mode to be used."
1018
#: bzrlib/builtins.py:1852
1028
#: bzrlib/builtins.py:1871
1019
1029
msgid "Deletion Strategy"
1022
#: bzrlib/builtins.py:1853
1032
#: bzrlib/builtins.py:1872
1023
1033
msgid "Backup changed files (default)."
1026
#: bzrlib/builtins.py:1854
1036
#: bzrlib/builtins.py:1873
1027
1037
msgid "Delete from bzr but leave the working copy."
1030
#: bzrlib/builtins.py:1855
1040
#: bzrlib/builtins.py:1874
1031
1041
msgid "Don't backup changed files."
1034
#: bzrlib/builtins.py:1856
1044
#: bzrlib/builtins.py:1875
1036
1046
"Delete all the specified files, even if they can not be recovered and even "
1037
1047
"if they are non-empty directories. (deprecated, use no-backup)"
1040
#: bzrlib/builtins.py:1865
1050
#: bzrlib/builtins.py:1884
1041
1051
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
1044
#: bzrlib/builtins.py:1882
1054
#: bzrlib/builtins.py:1901
1045
1055
msgid "No matching files."
1048
#: bzrlib/builtins.py:1943
1058
#: bzrlib/builtins.py:1962
1049
1059
msgid "Reconcile bzr metadata in a branch."
1052
#: bzrlib/builtins.py:1945
1062
#: bzrlib/builtins.py:1964
1054
1064
"This can correct data mismatches that may have been caused by\n"
1055
1065
"previous ghost operations or bzr upgrades. You should only\n"
1065
1075
"correctly in both branches."
1068
#: bzrlib/builtins.py:1955
1078
#: bzrlib/builtins.py:1974
1070
1080
"At the same time it is run it may recompress data resulting in\n"
1071
1081
"a potential saving in disk space or performance gain."
1074
#: bzrlib/builtins.py:1958
1084
#: bzrlib/builtins.py:1977
1075
1085
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1078
#: bzrlib/builtins.py:2025 bzrlib/builtins.py:2143 bzrlib/builtins.py:3760
1088
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1080
1090
"Format for the bzr 2.0 series.\n"
1081
1091
"Uses group-compress storage.\n"
1082
1092
"Provides rich roots which are a one-way transition.\n"
1085
#: bzrlib/builtins.py:2025 bzrlib/builtins.py:2143 bzrlib/builtins.py:3760
1095
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1087
1097
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1088
1098
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1091
#: bzrlib/builtins.py:2025 bzrlib/builtins.py:2143 bzrlib/builtins.py:3760
1101
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1092
1102
msgid "The 2a format with experimental support for colocated branches.\n"
1095
#: bzrlib/builtins.py:2026
1105
#: bzrlib/builtins.py:2045
1096
1106
msgid "Make a directory into a versioned branch."
1099
#: bzrlib/builtins.py:2028
1109
#: bzrlib/builtins.py:2047
1101
1111
"Use this to create an empty branch, or before importing an\n"
1102
1112
"existing project."
1105
#: bzrlib/builtins.py:2031
1115
#: bzrlib/builtins.py:2050
1107
1117
"If there is a repository in a parent directory of the location, then\n"
1108
1118
"the history of the branch will be stored in the repository. Otherwise\n"
1129
1139
" bzr commit -m \"imported project\""
1132
#: bzrlib/builtins.py:2052
1142
#: bzrlib/builtins.py:2071
1134
1144
"Create the path leading up to the branch if it does not already exist."
1137
#: bzrlib/builtins.py:2055
1147
#: bzrlib/builtins.py:2074
1138
1148
msgid "Specify a format for this branch. See \"help formats\"."
1141
#: bzrlib/builtins.py:2063
1151
#: bzrlib/builtins.py:2082
1143
1153
"Never change revnos or the existing log. Append revisions to it only."
1146
#: bzrlib/builtins.py:2066
1156
#: bzrlib/builtins.py:2085
1147
1157
msgid "Create a branch without a working tree."
1150
#: bzrlib/builtins.py:2086 bzrlib/push.py:110
1160
#: bzrlib/builtins.py:2105 bzrlib/push.py:110
1151
1161
#, python-format
1153
1163
"Parent directory of %s does not exist.\n"
1154
1164
"You may supply --create-prefix to create all leading parent directories."
1157
#: bzrlib/builtins.py:2120
1167
#: bzrlib/builtins.py:2139
1159
1169
"This branch format cannot be set to append-revisions-only. Try --default."
1162
#: bzrlib/builtins.py:2131
1172
#: bzrlib/builtins.py:2150
1163
1173
msgid "Created a {0} (format: {1})\n"
1166
#: bzrlib/builtins.py:2140
1176
#: bzrlib/builtins.py:2159
1167
1177
#, python-format
1168
1178
msgid "Using shared repository: %s\n"
1171
#: bzrlib/builtins.py:2144
1181
#: bzrlib/builtins.py:2163
1172
1182
msgid "Create a shared repository for branches to share storage space."
1175
#: bzrlib/builtins.py:2146
1185
#: bzrlib/builtins.py:2165
1177
1187
"New branches created under the repository directory will store their\n"
1178
1188
"revisions in the repository, not in the branch directory. For branches\n"
1190
1200
"branches, such as on a server."
1193
#: bzrlib/builtins.py:2158
1203
#: bzrlib/builtins.py:2177
1196
1206
" Create a shared repository holding just branches::"
1199
#: bzrlib/builtins.py:2161
1209
#: bzrlib/builtins.py:2180
1201
1211
" bzr init-repo --no-trees repo\n"
1202
1212
" bzr init repo/trunk"
1205
#: bzrlib/builtins.py:2164
1215
#: bzrlib/builtins.py:2183
1206
1216
msgid " Make a lightweight checkout elsewhere::"
1209
#: bzrlib/builtins.py:2166
1219
#: bzrlib/builtins.py:2185
1211
1221
" bzr checkout --lightweight repo/trunk trunk-checkout\n"
1212
1222
" cd trunk-checkout\n"
1213
1223
" (add files here)"
1216
#: bzrlib/builtins.py:2174
1226
#: bzrlib/builtins.py:2193
1218
1228
"Specify a format for this repository. See \"bzr help formats\" for details."
1221
#: bzrlib/builtins.py:2178
1231
#: bzrlib/builtins.py:2197
1222
1232
msgid "Repository format"
1225
#: bzrlib/builtins.py:2180
1235
#: bzrlib/builtins.py:2199
1226
1236
msgid "Branches in the repository will default to not having a working tree."
1229
#: bzrlib/builtins.py:2206
1239
#: bzrlib/builtins.py:2225
1230
1240
msgid "Show differences in the working tree, between revisions or branches."
1233
#: bzrlib/builtins.py:2208
1243
#: bzrlib/builtins.py:2227
1235
1245
"If no arguments are given, all changes for the current tree are listed.\n"
1236
1246
"If files are given, only the changes in those files are listed.\n"
1265
1275
" 0 - no change"
1268
#: bzrlib/builtins.py:2231
1278
#: bzrlib/builtins.py:2250
1271
1281
" Shows the difference in the working tree versus the last commit::"
1274
#: bzrlib/builtins.py:2234
1284
#: bzrlib/builtins.py:2253
1275
1285
msgid " bzr diff"
1278
#: bzrlib/builtins.py:2236
1288
#: bzrlib/builtins.py:2255
1279
1289
msgid " Difference between the working tree and revision 1::"
1282
#: bzrlib/builtins.py:2238
1292
#: bzrlib/builtins.py:2257
1283
1293
msgid " bzr diff -r1"
1286
#: bzrlib/builtins.py:2240
1296
#: bzrlib/builtins.py:2259
1287
1297
msgid " Difference between revision 3 and revision 1::"
1290
#: bzrlib/builtins.py:2242
1300
#: bzrlib/builtins.py:2261
1291
1301
msgid " bzr diff -r1..3"
1294
#: bzrlib/builtins.py:2244
1304
#: bzrlib/builtins.py:2263
1295
1305
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1298
#: bzrlib/builtins.py:2246
1308
#: bzrlib/builtins.py:2265
1299
1309
msgid " bzr diff -r1..3 xxx"
1302
#: bzrlib/builtins.py:2248
1312
#: bzrlib/builtins.py:2267
1303
1313
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1306
#: bzrlib/builtins.py:2250
1316
#: bzrlib/builtins.py:2269
1307
1317
msgid " bzr diff -c2"
1310
#: bzrlib/builtins.py:2252
1320
#: bzrlib/builtins.py:2271
1312
1322
" To see the changes introduced by revision X::\n"
1314
1324
" bzr diff -cX"
1317
#: bzrlib/builtins.py:2256
1327
#: bzrlib/builtins.py:2275
1319
1329
" Note that in the case of a merge, the -c option shows the changes\n"
1320
1330
" compared to the left hand parent. To see the changes against\n"
1321
1331
" another parent, use::"
1324
#: bzrlib/builtins.py:2260
1334
#: bzrlib/builtins.py:2279
1325
1335
msgid " bzr diff -r<chosen_parent>..X"
1328
#: bzrlib/builtins.py:2262
1338
#: bzrlib/builtins.py:2281
1330
1340
" The changes between the current revision and the previous revision\n"
1331
1341
" (equivalent to -c-1 and -r-2..-1)"
1334
#: bzrlib/builtins.py:2265
1344
#: bzrlib/builtins.py:2284
1335
1345
msgid " bzr diff -r-2.."
1338
#: bzrlib/builtins.py:2267
1348
#: bzrlib/builtins.py:2286
1339
1349
msgid " Show just the differences for file NEWS::"
1342
#: bzrlib/builtins.py:2269
1352
#: bzrlib/builtins.py:2288
1343
1353
msgid " bzr diff NEWS"
1346
#: bzrlib/builtins.py:2271
1356
#: bzrlib/builtins.py:2290
1347
1357
msgid " Show the differences in working tree xxx for file NEWS::"
1350
#: bzrlib/builtins.py:2273
1360
#: bzrlib/builtins.py:2292
1351
1361
msgid " bzr diff xxx/NEWS"
1354
#: bzrlib/builtins.py:2275
1364
#: bzrlib/builtins.py:2294
1355
1365
msgid " Show the differences from branch xxx to this working tree:"
1358
#: bzrlib/builtins.py:2277
1368
#: bzrlib/builtins.py:2296
1359
1369
msgid " bzr diff --old xxx"
1362
#: bzrlib/builtins.py:2279
1372
#: bzrlib/builtins.py:2298
1363
1373
msgid " Show the differences between two branches for file NEWS::"
1366
#: bzrlib/builtins.py:2281
1376
#: bzrlib/builtins.py:2300
1367
1377
msgid " bzr diff --old xxx --new yyy NEWS"
1370
#: bzrlib/builtins.py:2283
1380
#: bzrlib/builtins.py:2302
1371
1381
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1374
#: bzrlib/builtins.py:2285
1384
#: bzrlib/builtins.py:2304
1376
1386
" bzr diff --prefix old/:new/\n"
1380
1390
" bzr diff --using /usr/bin/diff --diff-options -wu"
1383
#: bzrlib/builtins.py:2295
1393
#: bzrlib/builtins.py:2314
1384
1394
msgid "Pass these options to the external diff program."
1387
#: bzrlib/builtins.py:2298
1397
#: bzrlib/builtins.py:2317
1389
1399
"Set prefixes added to old and new filenames, as two values separated by a "
1390
1400
"colon. (eg \"old/:new/\")."
1393
#: bzrlib/builtins.py:2301
1403
#: bzrlib/builtins.py:2320
1394
1404
msgid "Branch/tree to compare from."
1397
#: bzrlib/builtins.py:2305
1407
#: bzrlib/builtins.py:2324
1398
1408
msgid "Branch/tree to compare to."
1401
#: bzrlib/builtins.py:2311
1411
#: bzrlib/builtins.py:2330
1402
1412
msgid "Use this command to compare files."
1405
#: bzrlib/builtins.py:2316
1415
#: bzrlib/builtins.py:2335
1406
1416
msgid "Diff format to use."
1409
#: bzrlib/builtins.py:2318
1419
#: bzrlib/builtins.py:2337
1410
1420
msgid "Diff format"
1413
#: bzrlib/builtins.py:2340
1423
#: bzrlib/builtins.py:2359
1414
1424
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1417
#: bzrlib/builtins.py:2344
1427
#: bzrlib/builtins.py:2363
1418
1428
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1421
#: bzrlib/builtins.py:2349 bzrlib/builtins.py:2746 bzrlib/builtins.py:2759
1422
#: bzrlib/builtins.py:2767 bzrlib/builtins.py:4933
1431
#: bzrlib/builtins.py:2368 bzrlib/builtins.py:2765 bzrlib/builtins.py:2778
1432
#: bzrlib/builtins.py:2786 bzrlib/builtins.py:4959
1423
1433
msgid "{0} and {1} are mutually exclusive"
1426
#: bzrlib/builtins.py:2369
1436
#: bzrlib/builtins.py:2388
1428
1438
"List files deleted in the working tree.\n"
1432
#: bzrlib/builtins.py:2446
1442
#: bzrlib/builtins.py:2465
1433
1443
msgid "Show the tree root directory."
1436
#: bzrlib/builtins.py:2448
1446
#: bzrlib/builtins.py:2467
1438
1448
"The root is the nearest enclosing directory with a .bzr control\n"
1442
#: bzrlib/builtins.py:2463
1452
#: bzrlib/builtins.py:2482
1443
1453
msgid "The limit argument must be an integer."
1446
#: bzrlib/builtins.py:2471
1456
#: bzrlib/builtins.py:2490
1447
1457
msgid "The levels argument must be an integer."
1450
#: bzrlib/builtins.py:2476
1460
#: bzrlib/builtins.py:2495
1451
1461
msgid "Show historical log for a branch or subset of a branch."
1454
#: bzrlib/builtins.py:2478
1464
#: bzrlib/builtins.py:2497
1456
1466
"log is bzr's default tool for exploring the history of a branch.\n"
1457
1467
"The branch to use is taken from the first parameter. If no parameters\n"
1573
1583
" a nested merge revision and the log will be truncated accordingly."
1576
#: bzrlib/builtins.py:2552
1586
#: bzrlib/builtins.py:2571
1577
1587
msgid ":Path filtering:"
1580
#: bzrlib/builtins.py:2554
1590
#: bzrlib/builtins.py:2573
1582
1592
" If parameters are given and the first one is not a branch, the log\n"
1583
1593
" will be filtered to show only those revisions that changed the\n"
1584
1594
" nominated files or directories."
1587
#: bzrlib/builtins.py:2558
1597
#: bzrlib/builtins.py:2577
1589
1599
" Filenames are interpreted within their historical context. To log a\n"
1590
1600
" deleted file, specify a revision range so that the file existed at\n"
1591
1601
" the end or start of the range."
1594
#: bzrlib/builtins.py:2562
1604
#: bzrlib/builtins.py:2581
1596
1606
" Historical context is also important when interpreting pathnames of\n"
1597
1607
" renamed files/directories. Consider the following example:"
1600
#: bzrlib/builtins.py:2565
1610
#: bzrlib/builtins.py:2584
1602
1612
" * revision 1: add tutorial.txt\n"
1603
1613
" * revision 2: modify tutorial.txt\n"
1604
1614
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1607
#: bzrlib/builtins.py:2569
1617
#: bzrlib/builtins.py:2588
1608
1618
msgid " In this case:"
1611
#: bzrlib/builtins.py:2571
1621
#: bzrlib/builtins.py:2590
1612
1622
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1615
#: bzrlib/builtins.py:2573
1625
#: bzrlib/builtins.py:2592
1617
1627
" * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1620
#: bzrlib/builtins.py:2575
1630
#: bzrlib/builtins.py:2594
1622
1632
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1623
1633
" the original file in revision 2."
1626
#: bzrlib/builtins.py:2578
1636
#: bzrlib/builtins.py:2597
1628
1638
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1629
1639
" was no file called guide.txt in revision 2."
1632
#: bzrlib/builtins.py:2581
1642
#: bzrlib/builtins.py:2600
1634
1644
" Renames are always followed by log. By design, there is no need to\n"
1635
1645
" explicitly ask for this (and no way to stop logging a file back\n"
1636
1646
" until it was last renamed)."
1639
#: bzrlib/builtins.py:2585
1649
#: bzrlib/builtins.py:2604
1640
1650
msgid ":Other filtering:"
1643
#: bzrlib/builtins.py:2587
1653
#: bzrlib/builtins.py:2606
1645
1655
" The --match option can be used for finding revisions that match a\n"
1646
1656
" regular expression in a commit message, committer, author or bug.\n"
1712
1722
" trading disk space for faster speed."
1715
#: bzrlib/builtins.py:2634
1725
#: bzrlib/builtins.py:2653
1716
1726
msgid "Show from oldest to newest."
1719
#: bzrlib/builtins.py:2637
1729
#: bzrlib/builtins.py:2656
1720
1730
msgid "Show files changed in each revision."
1723
#: bzrlib/builtins.py:2643
1733
#: bzrlib/builtins.py:2662
1724
1734
msgid "Show just the specified revision. See also \"help revisionspec\"."
1727
#: bzrlib/builtins.py:2647
1737
#: bzrlib/builtins.py:2666
1728
1738
msgid "What names to list as authors - first, all or committer."
1731
#: bzrlib/builtins.py:2648
1741
#: bzrlib/builtins.py:2667
1732
1742
msgid "Authors"
1735
#: bzrlib/builtins.py:2653
1745
#: bzrlib/builtins.py:2672
1736
1746
msgid "Number of levels to display - 0 for all, 1 for flat."
1739
#: bzrlib/builtins.py:2663
1749
#: bzrlib/builtins.py:2682
1740
1750
msgid "Limit the output to the first N revisions."
1743
#: bzrlib/builtins.py:2668
1753
#: bzrlib/builtins.py:2687
1744
1754
msgid "Show changes made in each revision as a patch."
1747
#: bzrlib/builtins.py:2670
1757
#: bzrlib/builtins.py:2689
1748
1758
msgid "Show merged revisions like --levels 0 does."
1751
#: bzrlib/builtins.py:2674
1761
#: bzrlib/builtins.py:2693
1752
1762
msgid "Do not report commits with more than one parent."
1755
#: bzrlib/builtins.py:2676
1765
#: bzrlib/builtins.py:2695
1757
1767
"Display only the revisions that are not part of both ancestries (require -"
1761
#: bzrlib/builtins.py:2680
1771
#: bzrlib/builtins.py:2699
1762
1772
msgid "Show digital signature validity."
1765
#: bzrlib/builtins.py:2683
1775
#: bzrlib/builtins.py:2702
1766
1776
msgid "Show revisions whose properties match this expression."
1769
#: bzrlib/builtins.py:2687
1779
#: bzrlib/builtins.py:2706
1770
1780
msgid "Show revisions whose message matches this expression."
1773
#: bzrlib/builtins.py:2691
1783
#: bzrlib/builtins.py:2710
1774
1784
msgid "Show revisions whose committer matches this expression."
1777
#: bzrlib/builtins.py:2695
1787
#: bzrlib/builtins.py:2714
1778
1788
msgid "Show revisions whose authors match this expression."
1781
#: bzrlib/builtins.py:2699
1791
#: bzrlib/builtins.py:2718
1782
1792
msgid "Show revisions whose bugs match this expression."
1785
#: bzrlib/builtins.py:2753
1795
#: bzrlib/builtins.py:2772
1786
1796
msgid "--exclude-common-ancestry requires -r with two revisions"
1789
#: bzrlib/builtins.py:2781
1799
#: bzrlib/builtins.py:2800
1790
1800
#, python-format
1791
1801
msgid "Path unknown at end or start of revision range: %s"
1794
#: bzrlib/builtins.py:2898
1804
#: bzrlib/builtins.py:2917
1795
1805
#, python-format
1796
1806
msgid "bzr %s doesn't accept two revisions in different branches."
1799
#: bzrlib/builtins.py:2914
1809
#: bzrlib/builtins.py:2933
1800
1810
#, python-format
1801
1811
msgid "bzr %s --revision takes one or two values."
1804
#: bzrlib/builtins.py:2959
1814
#: bzrlib/builtins.py:2978
1806
1816
"List files in a tree.\n"
1810
#: bzrlib/builtins.py:2968
1820
#: bzrlib/builtins.py:2987
1811
1821
msgid "Recurse into subdirectories."
1814
#: bzrlib/builtins.py:2970
1824
#: bzrlib/builtins.py:2989
1815
1825
msgid "Print paths relative to the root of the branch."
1818
#: bzrlib/builtins.py:2972
1828
#: bzrlib/builtins.py:2991
1819
1829
msgid "Print unknown files."
1822
#: bzrlib/builtins.py:2973
1832
#: bzrlib/builtins.py:2992
1823
1833
msgid "Print versioned files."
1826
#: bzrlib/builtins.py:2976
1836
#: bzrlib/builtins.py:2995
1827
1837
msgid "Print ignored files."
1830
#: bzrlib/builtins.py:2978
1840
#: bzrlib/builtins.py:2997
1831
1841
msgid "List entries of a particular kind: file, directory, symlink."
1832
1842
msgstr "List entries of a particular type: file, directory, symlink."
1834
#: bzrlib/builtins.py:2991
1844
#: bzrlib/builtins.py:3010
1835
1845
msgid "invalid kind specified"
1836
1846
msgstr "invalid type specified"
1838
#: bzrlib/builtins.py:2994
1848
#: bzrlib/builtins.py:3013
1839
1849
msgid "Cannot set both --verbose and --null"
1842
#: bzrlib/builtins.py:3003
1852
#: bzrlib/builtins.py:3022
1843
1853
msgid "cannot specify both --from-root and PATH"
1846
#: bzrlib/builtins.py:3090
1856
#: bzrlib/builtins.py:3109
1847
1857
msgid "Ignore specified files or patterns."
1850
#: bzrlib/builtins.py:3092
1860
#: bzrlib/builtins.py:3111
1851
1861
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1854
#: bzrlib/builtins.py:3094
1864
#: bzrlib/builtins.py:3113
1856
1866
"If a .bzrignore file does not exist, the ignore command\n"
1857
1867
"will create one and add the specified files or patterns to the newly\n"
1898
1908
" the shell on Unix."
1901
#: bzrlib/builtins.py:3123
1911
#: bzrlib/builtins.py:3142
1903
1913
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1904
1914
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1907
#: bzrlib/builtins.py:3126
1917
#: bzrlib/builtins.py:3145
1910
1920
" Ignore the top level Makefile::"
1913
#: bzrlib/builtins.py:3129
1923
#: bzrlib/builtins.py:3148
1914
1924
msgid " bzr ignore ./Makefile"
1917
#: bzrlib/builtins.py:3131
1927
#: bzrlib/builtins.py:3150
1918
1928
msgid " Ignore .class files in all directories...::"
1921
#: bzrlib/builtins.py:3133
1931
#: bzrlib/builtins.py:3152
1922
1932
msgid " bzr ignore \"*.class\""
1925
#: bzrlib/builtins.py:3135
1935
#: bzrlib/builtins.py:3154
1926
1936
msgid " ...but do not ignore \"special.class\"::"
1929
#: bzrlib/builtins.py:3137
1939
#: bzrlib/builtins.py:3156
1930
1940
msgid " bzr ignore \"!special.class\""
1933
#: bzrlib/builtins.py:3139
1943
#: bzrlib/builtins.py:3158
1934
1944
msgid " Ignore files whose name begins with the \"#\" character::"
1937
#: bzrlib/builtins.py:3141
1947
#: bzrlib/builtins.py:3160
1938
1948
msgid " bzr ignore \"RE:^#\""
1941
#: bzrlib/builtins.py:3143 bzrlib/builtins.py:3147
1951
#: bzrlib/builtins.py:3162 bzrlib/builtins.py:3166
1942
1952
msgid " Ignore .o files under the lib directory::"
1945
#: bzrlib/builtins.py:3145
1955
#: bzrlib/builtins.py:3164
1946
1956
msgid " bzr ignore \"lib/**/*.o\""
1949
#: bzrlib/builtins.py:3149
1959
#: bzrlib/builtins.py:3168
1950
1960
msgid " bzr ignore \"RE:lib/.*\\.o\""
1953
#: bzrlib/builtins.py:3151
1963
#: bzrlib/builtins.py:3170
1954
1964
msgid " Ignore everything but the \"debian\" toplevel directory::"
1957
#: bzrlib/builtins.py:3153
1967
#: bzrlib/builtins.py:3172
1959
1969
" bzr ignore \"RE:(?!debian/).*\"\n"
1998
#: bzrlib/builtins.py:3219
2008
#: bzrlib/builtins.py:3238
1999
2009
msgid "List ignored files and the patterns that matched them."
2002
#: bzrlib/builtins.py:3221
2012
#: bzrlib/builtins.py:3240
2004
2014
"List all the ignored files and the ignore pattern that caused the file to\n"
2008
#: bzrlib/builtins.py:3224
2018
#: bzrlib/builtins.py:3243
2009
2019
msgid "Alternatively, to list just the files::"
2012
#: bzrlib/builtins.py:3226
2022
#: bzrlib/builtins.py:3245
2013
2023
msgid " bzr ls --ignored"
2016
#: bzrlib/builtins.py:3260
2026
#: bzrlib/builtins.py:3279
2017
2027
#, python-format
2018
2028
msgid "not a valid revision-number: %r"
2021
#: bzrlib/builtins.py:3267
2031
#: bzrlib/builtins.py:3286
2023
2033
"Export current or past revision to a destination directory or archive."
2026
#: bzrlib/builtins.py:3269
2036
#: bzrlib/builtins.py:3288
2027
2037
msgid "If no revision is specified this exports the last committed revision."
2030
#: bzrlib/builtins.py:3271
2040
#: bzrlib/builtins.py:3290
2032
2042
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
2033
2043
"given, try to find the format with the extension. If no extension\n"
2034
2044
"is found exports to a directory (equivalent to --format=dir)."
2037
#: bzrlib/builtins.py:3275
2047
#: bzrlib/builtins.py:3294
2039
2049
"If root is supplied, it will be used as the root directory inside\n"
2040
2050
"container formats (tar, zip, etc). If it is not supplied it will default\n"
2041
2051
"to the exported filename. The root option has no effect for 'dir' format."
2044
#: bzrlib/builtins.py:3279
2054
#: bzrlib/builtins.py:3298
2046
2056
"If branch is omitted then the branch containing the current working\n"
2047
2057
"directory will be used."
2050
#: bzrlib/builtins.py:3282
2060
#: bzrlib/builtins.py:3301
2052
2062
"Note: Export of tree with non-ASCII filenames to zip is not supported."
2055
#: bzrlib/builtins.py:3284
2065
#: bzrlib/builtins.py:3303
2057
2067
" ================= =========================\n"
2058
2068
" Supported formats Autodetected by extension\n"
2065
2075
" ================= ========================="
2068
#: bzrlib/builtins.py:3298
2078
#: bzrlib/builtins.py:3317
2069
2079
msgid "Type of file to export to."
2072
#: bzrlib/builtins.py:3301
2082
#: bzrlib/builtins.py:3320
2073
2083
msgid "Apply content filters to export the convenient form."
2076
#: bzrlib/builtins.py:3305
2086
#: bzrlib/builtins.py:3324
2077
2087
msgid "Name of the root directory inside the exported file."
2080
#: bzrlib/builtins.py:3307
2090
#: bzrlib/builtins.py:3326
2082
2092
"Set modification time of files to that of the last revision in which it was "
2086
#: bzrlib/builtins.py:3310
2096
#: bzrlib/builtins.py:3329
2088
2098
"Export the working tree contents rather than that of the last revision."
2091
#: bzrlib/builtins.py:3329
2101
#: bzrlib/builtins.py:3348
2092
2102
msgid "--uncommitted requires a working tree"
2095
#: bzrlib/builtins.py:3338
2105
#: bzrlib/builtins.py:3357
2096
2106
#, python-format
2097
2107
msgid "Unsupported export format: %s"
2100
#: bzrlib/builtins.py:3342
2110
#: bzrlib/builtins.py:3361
2102
2112
"Write the contents of a file as of a given revision to standard output."
2105
#: bzrlib/builtins.py:3344
2115
#: bzrlib/builtins.py:3363
2106
2116
msgid "If no revision is nominated, the last revision is used."
2109
#: bzrlib/builtins.py:3346
2119
#: bzrlib/builtins.py:3365
2111
2121
"Note: Take care to redirect standard output when using this command on a\n"
2115
#: bzrlib/builtins.py:3352
2125
#: bzrlib/builtins.py:3371
2116
2126
msgid "The path name in the old tree."
2119
#: bzrlib/builtins.py:3353
2129
#: bzrlib/builtins.py:3372
2120
2130
msgid "Apply content filters to display the convenience form."
2123
#: bzrlib/builtins.py:3364
2133
#: bzrlib/builtins.py:3383
2124
2134
msgid "bzr cat --revision takes exactly one revision specifier"
2127
#: bzrlib/builtins.py:3389 bzrlib/builtins.py:3401
2137
#: bzrlib/builtins.py:3408 bzrlib/builtins.py:3420
2128
2138
msgid "{0!r} is not present in revision {1}"
2131
#: bzrlib/builtins.py:3424
2141
#: bzrlib/builtins.py:3443
2132
2142
msgid "Commit changes into a new revision."
2135
#: bzrlib/builtins.py:3426
2145
#: bzrlib/builtins.py:3445
2137
2147
"An explanatory message needs to be given for each commit. This is\n"
2138
2148
"often done by using the --message option (getting the message from the\n"
2142
2152
"boilerplate text loaded into the editor, use the --show-diff option."
2145
#: bzrlib/builtins.py:3433
2155
#: bzrlib/builtins.py:3452
2147
2157
"By default, the entire tree is committed and the person doing the\n"
2148
2158
"commit is assumed to be the author. These defaults can be overridden\n"
2149
2159
"as explained below."
2152
#: bzrlib/builtins.py:3437
2162
#: bzrlib/builtins.py:3456
2153
2163
msgid ":Selective commits:"
2156
#: bzrlib/builtins.py:3439
2166
#: bzrlib/builtins.py:3458
2158
2168
" If selected files are specified, only changes to those files are\n"
2159
2169
" committed. If a directory is specified then the directory and\n"
2160
2170
" everything within it is committed."
2163
#: bzrlib/builtins.py:3443
2173
#: bzrlib/builtins.py:3462
2165
2175
" When excludes are given, they take precedence over selected files.\n"
2166
2176
" For example, to commit only changes within foo, but not changes\n"
2167
2177
" within foo/bar::"
2170
#: bzrlib/builtins.py:3447
2180
#: bzrlib/builtins.py:3466
2171
2181
msgid " bzr commit foo -x foo/bar"
2174
#: bzrlib/builtins.py:3449
2184
#: bzrlib/builtins.py:3468
2175
2185
msgid " A selective commit after a merge is not yet supported."
2178
#: bzrlib/builtins.py:3451
2188
#: bzrlib/builtins.py:3470
2179
2189
msgid ":Custom authors:"
2182
#: bzrlib/builtins.py:3453
2192
#: bzrlib/builtins.py:3472
2184
2194
" If the author of the change is not the same person as the committer,\n"
2185
2195
" you can specify the author's name using the --author option. The\n"
2221
2231
" one or more bugs. See ``bzr help bugs`` for details."
2224
#: bzrlib/builtins.py:3484
2234
#: bzrlib/builtins.py:3503
2225
2235
msgid "Do not consider changes made to a given path."
2228
#: bzrlib/builtins.py:3487
2238
#: bzrlib/builtins.py:3506
2229
2239
msgid "Description of the new revision."
2232
#: bzrlib/builtins.py:3490
2242
#: bzrlib/builtins.py:3509
2233
2243
msgid "Commit even if nothing has changed."
2236
#: bzrlib/builtins.py:3494
2246
#: bzrlib/builtins.py:3513
2237
2247
msgid "Take commit message from this file."
2240
#: bzrlib/builtins.py:3496
2250
#: bzrlib/builtins.py:3515
2241
2251
msgid "Refuse to commit if there are unknown files in the working tree."
2244
#: bzrlib/builtins.py:3499
2254
#: bzrlib/builtins.py:3518
2246
2256
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2247
2257
"08:00:00 +0100'."
2250
#: bzrlib/builtins.py:3502
2260
#: bzrlib/builtins.py:3521
2251
2261
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2254
#: bzrlib/builtins.py:3505
2264
#: bzrlib/builtins.py:3524
2255
2265
msgid "Set the author's name, if it's different from the committer."
2258
#: bzrlib/builtins.py:3508
2268
#: bzrlib/builtins.py:3527
2260
2270
"Perform a local commit in a bound branch. Local commits are not pushed to "
2261
2271
"the master branch until a normal commit is performed."
2264
#: bzrlib/builtins.py:3514
2274
#: bzrlib/builtins.py:3533
2266
2276
"When no message is supplied, show the diff along with the status summary in "
2267
2277
"the message editor."
2270
#: bzrlib/builtins.py:3517
2280
#: bzrlib/builtins.py:3536
2272
2282
"When committing to a foreign version control system do not push data that "
2273
2283
"can not be natively represented."
2276
#: bzrlib/builtins.py:3535
2286
#: bzrlib/builtins.py:3554
2277
2287
#, python-format
2279
2289
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2289
2299
"Commit refused."
2292
#: bzrlib/builtins.py:3553
2302
#: bzrlib/builtins.py:3572
2293
2303
#, python-format
2294
2304
msgid "Unrecognized bug %s. Commit refused."
2295
2305
msgstr "Unrecognised bug %s. Commit refused."
2297
#: bzrlib/builtins.py:3556
2307
#: bzrlib/builtins.py:3575
2298
2308
#, python-format
2301
2311
"Commit refused."
2304
#: bzrlib/builtins.py:3580
2314
#: bzrlib/builtins.py:3599
2305
2315
msgid "Could not parse --commit-time: "
2308
#: bzrlib/builtins.py:3620
2318
#: bzrlib/builtins.py:3639
2309
2319
msgid "please specify either --message or --file"
2312
#: bzrlib/builtins.py:3649
2322
#: bzrlib/builtins.py:3668
2313
2323
msgid "please specify a commit message with either --message or --file"
2316
#: bzrlib/builtins.py:3652
2326
#: bzrlib/builtins.py:3671
2318
2328
"Empty commit message specified. Please specify a commit message with either -"
2319
2329
"-message or --file or leave a blank message with --message \"\"."
2322
#: bzrlib/builtins.py:3672
2332
#: bzrlib/builtins.py:3691
2324
2334
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2325
2335
"-unchanged to force an empty commit."
2328
#: bzrlib/builtins.py:3676
2338
#: bzrlib/builtins.py:3695
2330
2340
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2331
2341
"resolve FILE\" to resolve."
2334
#: bzrlib/builtins.py:3680
2344
#: bzrlib/builtins.py:3699
2335
2345
msgid "Commit refused because there are unknown files in the working tree."
2338
#: bzrlib/builtins.py:3683
2348
#: bzrlib/builtins.py:3702
2341
2351
"To commit to master branch, run update and then commit.\n"
2342
2352
"You can also pass --local to commit to continue working disconnected."
2345
#: bzrlib/builtins.py:3691
2355
#: bzrlib/builtins.py:3710
2347
2357
"Validate working tree structure, branch consistency and repository history."
2350
#: bzrlib/builtins.py:3693
2360
#: bzrlib/builtins.py:3712
2352
2362
"This command checks various invariants about branch and repository storage\n"
2353
2363
"to detect data corruption or bzr bugs."
2356
#: bzrlib/builtins.py:3696
2366
#: bzrlib/builtins.py:3715
2358
2368
"The working tree and branch checks will only give output if a problem is\n"
2359
2369
"detected. The output fields of the repository check are:"
2362
#: bzrlib/builtins.py:3699
2372
#: bzrlib/builtins.py:3718
2365
2375
" This is just the number of revisions checked. It doesn't\n"
2366
2376
" indicate a problem."
2369
#: bzrlib/builtins.py:3703
2379
#: bzrlib/builtins.py:3722
2371
2381
"versionedfiles\n"
2372
2382
" This is just the number of versionedfiles checked. It\n"
2373
2383
" doesn't indicate a problem."
2376
#: bzrlib/builtins.py:3707
2386
#: bzrlib/builtins.py:3726
2378
2388
"unreferenced ancestors\n"
2379
2389
" Texts that are ancestors of other texts, but\n"
2397
2407
" indicate a problem."
2400
#: bzrlib/builtins.py:3722
2410
#: bzrlib/builtins.py:3741
2402
2412
"If no restrictions are specified, all Bazaar data that is found at the "
2404
2414
"location will be checked."
2407
#: bzrlib/builtins.py:3727
2417
#: bzrlib/builtins.py:3746
2408
2418
msgid " Check the tree and branch at 'foo'::"
2411
#: bzrlib/builtins.py:3729
2421
#: bzrlib/builtins.py:3748
2412
2422
msgid " bzr check --tree --branch foo"
2415
#: bzrlib/builtins.py:3731
2425
#: bzrlib/builtins.py:3750
2416
2426
msgid " Check only the repository at 'bar'::"
2419
#: bzrlib/builtins.py:3733
2429
#: bzrlib/builtins.py:3752
2420
2430
msgid " bzr check --repo bar"
2423
#: bzrlib/builtins.py:3735
2433
#: bzrlib/builtins.py:3754
2424
2434
msgid " Check everything at 'baz'::"
2427
#: bzrlib/builtins.py:3737
2437
#: bzrlib/builtins.py:3756
2428
2438
msgid " bzr check baz"
2431
#: bzrlib/builtins.py:3743
2441
#: bzrlib/builtins.py:3762
2432
2442
msgid "Check the branch related to the current directory."
2435
#: bzrlib/builtins.py:3745
2445
#: bzrlib/builtins.py:3764
2436
2446
msgid "Check the repository related to the current directory."
2439
#: bzrlib/builtins.py:3747
2449
#: bzrlib/builtins.py:3766
2440
2450
msgid "Check the working tree related to the current directory."
2443
#: bzrlib/builtins.py:3761
2453
#: bzrlib/builtins.py:3780
2444
2454
msgid "Upgrade a repository, branch or working tree to a newer format."
2447
#: bzrlib/builtins.py:3763
2457
#: bzrlib/builtins.py:3782
2449
2459
"When the default format has changed after a major new release of\n"
2450
2460
"Bazaar, you may be informed during certain operations that you\n"
2485
#: bzrlib/builtins.py:3789
2495
#: bzrlib/builtins.py:3808
2487
2497
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2488
2498
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2491
#: bzrlib/builtins.py:3797
2501
#: bzrlib/builtins.py:3816
2492
2502
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2495
#: bzrlib/builtins.py:3801
2505
#: bzrlib/builtins.py:3820
2496
2506
msgid "Branch format"
2499
#: bzrlib/builtins.py:3803
2509
#: bzrlib/builtins.py:3822
2500
2510
msgid "Remove the backup.bzr directory if successful."
2503
#: bzrlib/builtins.py:3805
2513
#: bzrlib/builtins.py:3824
2504
2514
msgid "Show what would be done, but don't actually do anything."
2507
#: bzrlib/builtins.py:3820
2517
#: bzrlib/builtins.py:3839
2508
2518
msgid "Show or set bzr user id."
2511
#: bzrlib/builtins.py:3822
2521
#: bzrlib/builtins.py:3841
2514
2524
" Show the email of the current user::"
2517
#: bzrlib/builtins.py:3825
2527
#: bzrlib/builtins.py:3844
2518
2528
msgid " bzr whoami --email"
2521
#: bzrlib/builtins.py:3827
2531
#: bzrlib/builtins.py:3846
2522
2532
msgid " Set the current user::"
2525
#: bzrlib/builtins.py:3829
2535
#: bzrlib/builtins.py:3848
2526
2536
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2529
#: bzrlib/builtins.py:3833
2539
#: bzrlib/builtins.py:3852
2530
2540
msgid "Display email address only."
2533
#: bzrlib/builtins.py:3835
2543
#: bzrlib/builtins.py:3854
2534
2544
msgid "Set identity for the current branch instead of globally."
2537
#: bzrlib/builtins.py:3861
2547
#: bzrlib/builtins.py:3880
2538
2548
msgid "--email can only be used to display existing identity"
2541
#: bzrlib/builtins.py:3885
2551
#: bzrlib/builtins.py:3904
2542
2552
msgid "Print or set the branch nickname."
2545
#: bzrlib/builtins.py:3887
2555
#: bzrlib/builtins.py:3906
2547
2557
"If unset, the colocated branch name is used for colocated branches, and\n"
2548
2558
"the branch directory name is used for other branches. To print the\n"
2549
2559
"current nickname, execute with no argument."
2552
#: bzrlib/builtins.py:3891
2562
#: bzrlib/builtins.py:3910
2554
2564
"Bound branches use the nickname of its master branch unless it is set\n"
2558
#: bzrlib/builtins.py:3911
2568
#: bzrlib/builtins.py:3930
2559
2569
msgid "Set/unset and display aliases."
2562
#: bzrlib/builtins.py:3913
2572
#: bzrlib/builtins.py:3932
2565
2575
" Show the current aliases::"
2568
#: bzrlib/builtins.py:3916
2578
#: bzrlib/builtins.py:3935
2569
2579
msgid " bzr alias"
2572
#: bzrlib/builtins.py:3918
2582
#: bzrlib/builtins.py:3937
2573
2583
msgid " Show the alias specified for 'll'::"
2576
#: bzrlib/builtins.py:3920
2586
#: bzrlib/builtins.py:3939
2577
2587
msgid " bzr alias ll"
2580
#: bzrlib/builtins.py:3922
2590
#: bzrlib/builtins.py:3941
2581
2591
msgid " Set an alias for 'll'::"
2584
#: bzrlib/builtins.py:3924
2594
#: bzrlib/builtins.py:3943
2585
2595
msgid " bzr alias ll=\"log --line -r-10..-1\""
2588
#: bzrlib/builtins.py:3926
2598
#: bzrlib/builtins.py:3945
2589
2599
msgid " To remove an alias for 'll'::"
2592
#: bzrlib/builtins.py:3928
2602
#: bzrlib/builtins.py:3947
2593
2603
msgid " bzr alias --remove ll"
2596
#: bzrlib/builtins.py:3933
2606
#: bzrlib/builtins.py:3952
2597
2607
msgid "Remove the alias."
2600
#: bzrlib/builtins.py:3951
2610
#: bzrlib/builtins.py:3970
2601
2611
msgid "bzr alias --remove expects an alias to remove."
2604
#: bzrlib/builtins.py:4132
2614
#: bzrlib/builtins.py:4151
2606
2616
"subunit not available. subunit needs to be installed to use --subunit."
2609
#: bzrlib/builtins.py:4149
2619
#: bzrlib/builtins.py:4168
2611
2621
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2614
#: bzrlib/builtins.py:4196
2624
#: bzrlib/builtins.py:4215
2615
2625
msgid "Show version of bzr."
2618
#: bzrlib/builtins.py:4200
2628
#: bzrlib/builtins.py:4219
2619
2629
msgid "Print just the version number."
2622
#: bzrlib/builtins.py:4219
2632
#: bzrlib/builtins.py:4238
2623
2633
msgid "It sure does!\n"
2626
#: bzrlib/builtins.py:4243
2636
#: bzrlib/builtins.py:4262
2627
2637
#, python-format
2628
2638
msgid "merge base is revision %s\n"
2631
#: bzrlib/builtins.py:4247
2641
#: bzrlib/builtins.py:4266
2632
2642
msgid "Perform a three-way merge."
2635
#: bzrlib/builtins.py:4249
2645
#: bzrlib/builtins.py:4268
2637
2647
"The source of the merge can be specified either in the form of a branch,\n"
2638
2648
"or in the form of a path to a file containing a merge directive generated\n"
2708
2718
"merge revision which has more than two parents."
2711
#: bzrlib/builtins.py:4296
2721
#: bzrlib/builtins.py:4315
2713
2723
"If one would like to merge changes from the working tree of the other\n"
2714
2724
"branch without merging any committed revisions, the --uncommitted option\n"
2715
2725
"can be given."
2718
#: bzrlib/builtins.py:4300
2728
#: bzrlib/builtins.py:4319
2720
2730
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2721
2731
"you to apply each diff hunk and file change, similar to \"shelve\"."
2724
#: bzrlib/builtins.py:4303
2734
#: bzrlib/builtins.py:4322
2727
2737
" To merge all new revisions from bzr.dev::"
2730
#: bzrlib/builtins.py:4306
2740
#: bzrlib/builtins.py:4325
2731
2741
msgid " bzr merge ../bzr.dev"
2734
#: bzrlib/builtins.py:4308
2744
#: bzrlib/builtins.py:4327
2735
2745
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2738
#: bzrlib/builtins.py:4310
2748
#: bzrlib/builtins.py:4329
2739
2749
msgid " bzr merge -r 82 ../bzr.dev"
2742
#: bzrlib/builtins.py:4312
2752
#: bzrlib/builtins.py:4331
2743
2753
msgid " To merge the changes introduced by 82, without previous changes::"
2746
#: bzrlib/builtins.py:4314
2756
#: bzrlib/builtins.py:4333
2747
2757
msgid " bzr merge -r 81..82 ../bzr.dev"
2750
#: bzrlib/builtins.py:4316
2760
#: bzrlib/builtins.py:4335
2751
2761
msgid " To apply a merge directive contained in /tmp/merge::"
2754
#: bzrlib/builtins.py:4318
2764
#: bzrlib/builtins.py:4337
2755
2765
msgid " bzr merge /tmp/merge"
2758
#: bzrlib/builtins.py:4320
2768
#: bzrlib/builtins.py:4339
2760
2770
" To create a merge revision with three parents from two branches\n"
2761
2771
" feature1a and feature1b:"
2764
#: bzrlib/builtins.py:4323
2774
#: bzrlib/builtins.py:4342
2766
2776
" bzr merge ../feature1a\n"
2767
2777
" bzr merge ../feature1b --force\n"
2768
2778
" bzr commit -m 'revision with three parents'"
2771
#: bzrlib/builtins.py:4335
2781
#: bzrlib/builtins.py:4354
2772
2782
msgid "Merge even if the destination tree has uncommitted changes."
2775
#: bzrlib/builtins.py:4341
2785
#: bzrlib/builtins.py:4360
2777
2787
"Apply uncommitted changes from a working copy, instead of branch changes."
2780
#: bzrlib/builtins.py:4343
2790
#: bzrlib/builtins.py:4362
2782
2792
"If the destination is already completely merged into the source, pull from "
2783
2793
"the source rather than merging. When this happens, you do not need to "
2784
2794
"commit the result."
2787
#: bzrlib/builtins.py:4348
2797
#: bzrlib/builtins.py:4367
2789
2799
"Branch to merge into, rather than the one containing the working directory."
2792
#: bzrlib/builtins.py:4350
2802
#: bzrlib/builtins.py:4369
2793
2803
msgid "Instead of merging, show a diff of the merge."
2796
#: bzrlib/builtins.py:4352
2806
#: bzrlib/builtins.py:4371
2797
2807
msgid "Select changes interactively."
2800
#: bzrlib/builtins.py:4374
2810
#: bzrlib/builtins.py:4393
2802
2812
"Merging into empty branches not currently supported, "
2803
2813
"https://bugs.launchpad.net/bzr/+bug/308562"
2806
#: bzrlib/builtins.py:4401
2816
#: bzrlib/builtins.py:4420
2807
2817
msgid "Cannot use --uncommitted with bundles or merge directives."
2810
#: bzrlib/builtins.py:4412
2820
#: bzrlib/builtins.py:4431
2811
2821
msgid "Cannot use --uncommitted and --revision at the same time."
2814
#: bzrlib/builtins.py:4432
2824
#: bzrlib/builtins.py:4451
2815
2825
msgid "merger: "
2818
#: bzrlib/builtins.py:4434 bzrlib/bundle/apply_bundle.py:71
2828
#: bzrlib/builtins.py:4453 bzrlib/bundle/apply_bundle.py:71
2819
2829
msgid "Nothing to do."
2822
#: bzrlib/builtins.py:4438
2832
#: bzrlib/builtins.py:4457
2823
2833
msgid "Cannot pull individual files"
2826
#: bzrlib/builtins.py:4446
2836
#: bzrlib/builtins.py:4465
2827
2837
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2830
#: bzrlib/builtins.py:4504
2840
#: bzrlib/builtins.py:4523
2831
2841
#, python-format
2832
2842
msgid "Show-base is not supported for this merge type. %s"
2835
#: bzrlib/builtins.py:4513
2845
#: bzrlib/builtins.py:4532
2836
2846
#, python-format
2837
2847
msgid "Conflict reduction is not supported for merge type %s."
2840
#: bzrlib/builtins.py:4517
2850
#: bzrlib/builtins.py:4536
2841
2851
msgid "Cannot do conflict reduction and show base."
2844
#: bzrlib/builtins.py:4628
2854
#: bzrlib/builtins.py:4647
2845
2855
msgid "No location specified or remembered"
2848
#: bzrlib/builtins.py:4630
2858
#: bzrlib/builtins.py:4649
2849
2859
msgid "{0} remembered {1} location {2}"
2852
#: bzrlib/builtins.py:4636
2862
#: bzrlib/builtins.py:4655
2853
2863
msgid "Redo a merge."
2856
#: bzrlib/builtins.py:4638
2866
#: bzrlib/builtins.py:4657
2858
2868
"Use this if you want to try a different merge technique while resolving\n"
2859
2869
"conflicts. Some merge techniques are better than others, and remerge\n"
2860
2870
"lets you try different ones on different files."
2863
#: bzrlib/builtins.py:4642
2873
#: bzrlib/builtins.py:4661
2865
2875
"The options for remerge have the same meaning and defaults as the ones for\n"
2866
2876
"merge. The difference is that remerge can (only) be run when there is a\n"
2867
2877
"pending merge, and it lets you specify particular files."
2870
#: bzrlib/builtins.py:4646
2880
#: bzrlib/builtins.py:4665
2873
2883
" Re-do the merge of all conflicted files, and show the base text in\n"
2874
2884
" conflict regions, in addition to the usual THIS and OTHER texts::"
2877
#: bzrlib/builtins.py:4650
2887
#: bzrlib/builtins.py:4669
2878
2888
msgid " bzr remerge --show-base"
2881
#: bzrlib/builtins.py:4652
2891
#: bzrlib/builtins.py:4671
2883
2893
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2884
2894
" additional processing to reduce the size of conflict regions::"
2886
2896
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2887
2897
" additional processing to reduce the size of conflict regions::"
2889
#: bzrlib/builtins.py:4655
2899
#: bzrlib/builtins.py:4674
2890
2900
msgid " bzr remerge --merge-type weave --reprocess foobar"
2893
#: bzrlib/builtins.py:4662
2903
#: bzrlib/builtins.py:4681
2894
2904
msgid "Show base revision text in conflicts."
2897
#: bzrlib/builtins.py:4674
2907
#: bzrlib/builtins.py:4693
2899
2909
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2903
#: bzrlib/builtins.py:4731
2904
msgid "Revert files to a previous revision."
2913
#: bzrlib/builtins.py:4751
2915
"Set files in the working tree back to the contents of a previous revision."
2907
#: bzrlib/builtins.py:4733
2918
#: bzrlib/builtins.py:4753
2909
2920
"Giving a list of files will revert only those files. Otherwise, all files\n"
2910
2921
"will be reverted. If the revision is not specified with '--revision', the\n"
2911
"last committed revision is used."
2922
"working tree basis revision is used. A revert operation affects only the\n"
2923
"working tree, not any revision history like the branch and repository or\n"
2924
"the working tree basis revision."
2914
#: bzrlib/builtins.py:4737
2927
#: bzrlib/builtins.py:4759
2916
2929
"To remove only some changes, without reverting to a prior version, use\n"
2917
2930
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2918
2931
"will remove the changes introduced by the second last commit (-2), without\n"
2919
2932
"affecting the changes introduced by the last commit (-1). To remove\n"
2920
"certain changes on a hunk-by-hunk basis, see the shelve command."
2933
"certain changes on a hunk-by-hunk basis, see the shelve command.\n"
2934
"To update the branch to a specific revision or the latest revision and\n"
2935
"update the working tree accordingly while preserving local changes, see the\n"
2923
#: bzrlib/builtins.py:4743
2939
#: bzrlib/builtins.py:4768
2925
"By default, any files that have been manually changed will be backed up\n"
2926
"first. (Files changed only by merge are not backed up.) Backup files have\n"
2927
"'.~#~' appended to their name, where # is a number."
2941
"Uncommitted changes to files that are reverted will be discarded.\n"
2942
"Howver, by default, any files that have been manually changed will be\n"
2943
"backed up first. (Files changed only by merge are not backed up.) Backup\n"
2944
"files have '.~#~' appended to their name, where # is a number."
2930
#: bzrlib/builtins.py:4747
2947
#: bzrlib/builtins.py:4773
2932
2949
"When you provide files, you can use their current pathname or the pathname\n"
2933
2950
"from the target revision. So you can use revert to \"undelete\" a file by\n"
3006
3023
" 0 - no missing revisions"
3009
#: bzrlib/builtins.py:4861
3026
#: bzrlib/builtins.py:4887
3011
3028
" Determine the missing revisions between this and the branch at the\n"
3012
3029
" remembered pull location::"
3015
#: bzrlib/builtins.py:4864
3032
#: bzrlib/builtins.py:4890
3016
3033
msgid " bzr missing"
3019
#: bzrlib/builtins.py:4866
3036
#: bzrlib/builtins.py:4892
3020
3037
msgid " Determine the missing revisions between this and another branch::"
3023
#: bzrlib/builtins.py:4868
3040
#: bzrlib/builtins.py:4894
3024
3041
msgid " bzr missing http://server/branch"
3027
#: bzrlib/builtins.py:4870
3044
#: bzrlib/builtins.py:4896
3029
3046
" Determine the missing revisions up to a specific revision on the other\n"
3033
#: bzrlib/builtins.py:4873
3050
#: bzrlib/builtins.py:4899
3034
3051
msgid " bzr missing -r ..-10"
3037
#: bzrlib/builtins.py:4875
3054
#: bzrlib/builtins.py:4901
3039
3056
" Determine the missing revisions up to a specific revision on this\n"
3043
#: bzrlib/builtins.py:4878
3060
#: bzrlib/builtins.py:4904
3044
3061
msgid " bzr missing --my-revision ..-10"
3047
#: bzrlib/builtins.py:4885
3064
#: bzrlib/builtins.py:4911
3048
3065
msgid "Reverse the order of revisions."
3051
#: bzrlib/builtins.py:4887
3068
#: bzrlib/builtins.py:4913
3052
3069
msgid "Display changes in the local branch only."
3055
#: bzrlib/builtins.py:4888
3072
#: bzrlib/builtins.py:4914
3056
3073
msgid "Same as --mine-only."
3059
#: bzrlib/builtins.py:4890
3076
#: bzrlib/builtins.py:4916
3060
3077
msgid "Display changes in the remote branch only."
3063
#: bzrlib/builtins.py:4891
3080
#: bzrlib/builtins.py:4917
3064
3081
msgid "Same as --theirs-only."
3067
#: bzrlib/builtins.py:4896
3084
#: bzrlib/builtins.py:4922
3069
3086
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3073
#: bzrlib/builtins.py:4900
3090
#: bzrlib/builtins.py:4926
3075
3092
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3079
#: bzrlib/builtins.py:4903
3096
#: bzrlib/builtins.py:4929
3080
3097
msgid "Show all revisions in addition to the mainline ones."
3083
#: bzrlib/builtins.py:4957
3100
#: bzrlib/builtins.py:4983
3084
3101
msgid "No peer location known or specified."
3087
#: bzrlib/builtins.py:4961
3104
#: bzrlib/builtins.py:4987
3088
3105
msgid "Using saved parent location: {0}\n"
3091
#: bzrlib/builtins.py:4994
3108
#: bzrlib/builtins.py:5020
3092
3109
#, python-format
3093
3110
msgid "You have %d extra revision:\n"
3094
3111
msgid_plural "You have %d extra revisions:\n"
3098
#: bzrlib/builtins.py:5010
3115
#: bzrlib/builtins.py:5040
3099
3116
#, python-format
3100
3117
msgid "You are missing %d revision:\n"
3101
3118
msgid_plural "You are missing %d revisions:\n"
3105
#: bzrlib/builtins.py:5022
3122
#: bzrlib/builtins.py:5055
3106
3123
msgid "This branch has no new revisions.\n"
3109
#: bzrlib/builtins.py:5025
3126
#: bzrlib/builtins.py:5058
3110
3127
msgid "Other branch has no new revisions.\n"
3113
#: bzrlib/builtins.py:5030
3130
#: bzrlib/builtins.py:5063
3114
3131
msgid "Branches are up to date.\n"
3117
#: bzrlib/builtins.py:5041
3134
#: bzrlib/builtins.py:5074
3118
3135
msgid "Compress the data within a repository."
3121
#: bzrlib/builtins.py:5043
3138
#: bzrlib/builtins.py:5076
3123
3140
"This operation compresses the data within a bazaar repository. As\n"
3124
3141
"bazaar supports automatic packing of repository, this operation is\n"
3125
3142
"normally not required to be done manually."
3128
#: bzrlib/builtins.py:5047
3145
#: bzrlib/builtins.py:5080
3130
3147
"During the pack operation, bazaar takes a backup of existing repository\n"
3131
3148
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3177
3194
"plugins using the Python programming language."
3180
#: bzrlib/builtins.py:5105
3197
#: bzrlib/builtins.py:5138
3181
3198
msgid "Show testament (signing-form) of a revision."
3184
#: bzrlib/builtins.py:5108
3201
#: bzrlib/builtins.py:5141
3185
3202
msgid "Produce long-format testament."
3188
#: bzrlib/builtins.py:5110
3205
#: bzrlib/builtins.py:5143
3189
3206
msgid "Produce a strict-format testament."
3192
#: bzrlib/builtins.py:5136
3209
#: bzrlib/builtins.py:5169
3193
3210
msgid "Show the origin of each line in a file."
3196
#: bzrlib/builtins.py:5138
3213
#: bzrlib/builtins.py:5171
3198
3215
"This prints out the given file with an annotation on the left side\n"
3199
3216
"indicating which revision, author and date introduced the change."
3202
#: bzrlib/builtins.py:5141
3219
#: bzrlib/builtins.py:5174
3204
3221
"If the origin is the same for a run of consecutive lines, it is\n"
3205
3222
"shown only at the top, unless the --all option is given."
3208
#: bzrlib/builtins.py:5149
3225
#: bzrlib/builtins.py:5182
3209
3226
msgid "Show annotations on all lines."
3212
#: bzrlib/builtins.py:5150
3229
#: bzrlib/builtins.py:5183
3213
3230
msgid "Show commit date in annotations."
3216
#: bzrlib/builtins.py:5237
3233
#: bzrlib/builtins.py:5270
3217
3234
msgid "Cannot sign a range of non-revision-history revisions"
3220
#: bzrlib/builtins.py:5249
3237
#: bzrlib/builtins.py:5282
3221
3238
msgid "Please supply either one revision, or a range."
3224
#: bzrlib/builtins.py:5253
3241
#: bzrlib/builtins.py:5286
3226
3243
"Convert the current branch into a checkout of the supplied branch.\n"
3227
3244
"If no branch is supplied, rebind to the last bound location."
3230
#: bzrlib/builtins.py:5256
3247
#: bzrlib/builtins.py:5289
3232
3249
"Once converted into a checkout, commits must succeed on the master branch\n"
3233
3250
"before they will be applied to the local branch."
3236
#: bzrlib/builtins.py:5259
3253
#: bzrlib/builtins.py:5292
3238
3255
"Bound branches use the nickname of its master branch unless it is set\n"
3239
3256
"locally, in which case binding will update the local nickname to be\n"
3240
3257
"that of the master."
3243
#: bzrlib/builtins.py:5274
3260
#: bzrlib/builtins.py:5307
3244
3261
msgid "No location supplied. This format does not remember old locations."
3247
#: bzrlib/builtins.py:5280
3264
#: bzrlib/builtins.py:5313
3248
3265
msgid "Branch is already bound"
3251
#: bzrlib/builtins.py:5283
3268
#: bzrlib/builtins.py:5316
3252
3269
msgid "No location supplied and no previous location known"
3255
#: bzrlib/builtins.py:5289
3272
#: bzrlib/builtins.py:5322
3256
3273
msgid "These branches have diverged. Try merging, and then bind again."
3259
#: bzrlib/builtins.py:5296
3276
#: bzrlib/builtins.py:5329
3260
3277
msgid "Convert the current checkout into a regular branch."
3263
#: bzrlib/builtins.py:5298
3280
#: bzrlib/builtins.py:5331
3265
3282
"After unbinding, the local branch is considered independent and subsequent\n"
3266
3283
"commits will be local only."
3269
#: bzrlib/builtins.py:5309
3286
#: bzrlib/builtins.py:5342
3270
3287
msgid "Local branch is not bound"
3273
#: bzrlib/builtins.py:5313
3290
#: bzrlib/builtins.py:5346
3274
3291
msgid "Remove the last committed revision."
3277
#: bzrlib/builtins.py:5315
3294
#: bzrlib/builtins.py:5348
3279
3296
"--verbose will print out what is being removed.\n"
3280
3297
"--dry-run will go through all the motions, but not actually\n"
3281
3298
"remove anything."
3284
#: bzrlib/builtins.py:5319
3301
#: bzrlib/builtins.py:5352
3286
3303
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3287
3304
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3288
3305
"branch at revision 15."
3291
#: bzrlib/builtins.py:5323
3308
#: bzrlib/builtins.py:5356
3293
3310
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3294
3311
"it may make is to restore any pending merges that were present before\n"
3298
#: bzrlib/builtins.py:5334
3315
#: bzrlib/builtins.py:5367
3299
3316
msgid "Don't actually make changes."
3302
#: bzrlib/builtins.py:5335
3319
#: bzrlib/builtins.py:5368
3303
3320
msgid "Say yes to all questions."
3306
#: bzrlib/builtins.py:5337
3323
#: bzrlib/builtins.py:5370
3307
3324
msgid "Keep tags that point to removed revisions."
3310
#: bzrlib/builtins.py:5339
3327
#: bzrlib/builtins.py:5372
3311
3328
msgid "Only remove the commits from the local branch when in a checkout."
3314
#: bzrlib/builtins.py:5388
3331
#: bzrlib/builtins.py:5421
3315
3332
msgid "No revisions to uncommit.\n"
3318
#: bzrlib/builtins.py:5403
3335
#: bzrlib/builtins.py:5436
3319
3336
msgid "Dry-run, pretending to remove the above revisions.\n"
3322
#: bzrlib/builtins.py:5406
3339
#: bzrlib/builtins.py:5439
3323
3340
msgid "The above revision(s) will be removed.\n"
3326
#: bzrlib/builtins.py:5410
3343
#: bzrlib/builtins.py:5443
3327
3344
msgid "Uncommit these revisions"
3330
#: bzrlib/builtins.py:5413
3347
#: bzrlib/builtins.py:5446
3331
3348
msgid "Canceled\n"
3334
#: bzrlib/builtins.py:5420
3351
#: bzrlib/builtins.py:5453
3335
3352
#, python-format
3337
3354
"You can restore the old tip by running:\n"
3338
3355
" bzr pull . -r revid:%s\n"
3341
#: bzrlib/builtins.py:5425
3358
#: bzrlib/builtins.py:5458
3342
3359
msgid "Break a dead lock."
3345
#: bzrlib/builtins.py:5427
3362
#: bzrlib/builtins.py:5460
3347
3364
"This command breaks a lock on a repository, branch, working directory or\n"
3351
#: bzrlib/builtins.py:5430
3368
#: bzrlib/builtins.py:5463
3353
3370
"CAUTION: Locks should only be broken when you are sure that the process\n"
3354
3371
"holding the lock has been stopped."
3357
#: bzrlib/builtins.py:5433
3374
#: bzrlib/builtins.py:5466
3359
3376
"You can get information on what locks are open via the 'bzr info\n"
3360
3377
"[location]' command."
3363
#: bzrlib/builtins.py:5436
3380
#: bzrlib/builtins.py:5469
3366
3383
" bzr break-lock\n"
3368
3385
" bzr break-lock --conf ~/.bazaar"
3371
#: bzrlib/builtins.py:5445
3388
#: bzrlib/builtins.py:5478
3372
3389
msgid "LOCATION is the directory where the config lock is."
3375
#: bzrlib/builtins.py:5447
3392
#: bzrlib/builtins.py:5480
3376
3393
msgid "Do not ask for confirmation before breaking the lock."
3379
#: bzrlib/builtins.py:5482
3396
#: bzrlib/builtins.py:5515
3380
3397
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3383
#: bzrlib/builtins.py:5483
3400
#: bzrlib/builtins.py:5516
3384
3401
msgid "Run the bzr server."
3387
#: bzrlib/builtins.py:5489
3404
#: bzrlib/builtins.py:5522
3388
3405
msgid "Serve on stdin/out for use from inetd or sshd."
3391
#: bzrlib/builtins.py:5490
3408
#: bzrlib/builtins.py:5523
3392
3409
msgid "protocol"
3395
#: bzrlib/builtins.py:5491
3412
#: bzrlib/builtins.py:5524
3396
3413
msgid "Protocol to serve."
3399
#: bzrlib/builtins.py:5495
3416
#: bzrlib/builtins.py:5528
3400
3417
msgid "Listen for connections on nominated address."
3403
#: bzrlib/builtins.py:5497
3420
#: bzrlib/builtins.py:5530
3405
3422
"Listen for connections on nominated port. Passing 0 as the port number will "
3406
3423
"result in a dynamically allocated port. The default port depends on the "
3410
#: bzrlib/builtins.py:5502
3427
#: bzrlib/builtins.py:5535
3411
3428
msgid "Serve contents of this directory."
3414
#: bzrlib/builtins.py:5504
3431
#: bzrlib/builtins.py:5537
3416
3433
"By default the server is a readonly server. Supplying --allow-writes "
3417
3434
"enables write access to the contents of the served directory and below. "
3420
3437
"uncontrolled write access to your file system."
3423
#: bzrlib/builtins.py:5513
3440
#: bzrlib/builtins.py:5546
3424
3441
msgid "Override the default idle client timeout (5min)."
3427
#: bzrlib/builtins.py:5531
3444
#: bzrlib/builtins.py:5564
3428
3445
msgid "Combine a tree into its containing tree."
3431
#: bzrlib/builtins.py:5533
3448
#: bzrlib/builtins.py:5566
3432
3449
msgid "This command requires the target tree to be in a rich-root format."
3435
#: bzrlib/builtins.py:5535
3452
#: bzrlib/builtins.py:5568
3437
3454
"The TREE argument should be an independent tree, inside another tree, but\n"
3438
3455
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3439
3456
"running \"bzr branch\" with the target inside a tree.)"
3442
#: bzrlib/builtins.py:5539
3459
#: bzrlib/builtins.py:5572
3444
3461
"The result is a combined tree, with the subtree no longer an independent\n"
3445
3462
"part. This is marked as a merge of the subtree into the containing tree,\n"
3446
3463
"and all history is preserved."
3449
#: bzrlib/builtins.py:5557
3466
#: bzrlib/builtins.py:5590
3450
3467
#, python-format
3452
3469
"Can't join trees because %s doesn't support rich root data.\n"
3453
3470
"You can use bzr upgrade on the repository."
3456
#: bzrlib/builtins.py:5567 bzrlib/builtins.py:5573
3473
#: bzrlib/builtins.py:5600 bzrlib/builtins.py:5606
3457
3474
msgid "Cannot join {0}. {1}"
3460
#: bzrlib/builtins.py:5577
3477
#: bzrlib/builtins.py:5610
3461
3478
msgid "Split a subdirectory of a tree into a separate tree."
3464
#: bzrlib/builtins.py:5579
3481
#: bzrlib/builtins.py:5612
3466
3483
"This command will produce a target tree in a format that supports\n"
3467
3484
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3468
3485
"converted into earlier formats like 'dirstate-tags'."
3471
#: bzrlib/builtins.py:5583
3488
#: bzrlib/builtins.py:5616
3473
3490
"The TREE argument should be a subdirectory of a working tree. That\n"
3474
3491
"subdirectory will be converted into an independent tree, with its own\n"
3475
3492
"branch. Commits in the top-level tree will not apply to the new subtree."
3478
#: bzrlib/builtins.py:5663
3495
#: bzrlib/builtins.py:5696
3479
3496
msgid "No submit branch specified or known"
3482
#: bzrlib/builtins.py:5672 bzrlib/send.py:109
3499
#: bzrlib/builtins.py:5705 bzrlib/send.py:109
3483
3500
msgid "No public branch specified or known"
3486
#: bzrlib/builtins.py:5677
3503
#: bzrlib/builtins.py:5710
3487
3504
msgid "bzr merge-directive takes at most two one revision identifiers"
3490
#: bzrlib/builtins.py:5686
3507
#: bzrlib/builtins.py:5719
3491
3508
msgid "No revisions to bundle."
3494
#: bzrlib/builtins.py:5705
3511
#: bzrlib/builtins.py:5738
3495
3512
msgid "Mail or create a merge-directive for submitting changes."
3498
#: bzrlib/builtins.py:5707
3515
#: bzrlib/builtins.py:5740
3499
3516
msgid "A merge directive provides many things needed for requesting merges:"
3502
#: bzrlib/builtins.py:5709
3519
#: bzrlib/builtins.py:5742
3503
3520
msgid "* A machine-readable description of the merge to perform"
3506
#: bzrlib/builtins.py:5711
3523
#: bzrlib/builtins.py:5744
3507
3524
msgid "* An optional patch that is a preview of the changes requested"
3510
#: bzrlib/builtins.py:5713
3527
#: bzrlib/builtins.py:5746
3512
3529
"* An optional bundle of revision data, so that the changes can be applied\n"
3513
3530
" directly from the merge directive, without retrieving data from a\n"
3517
#: bzrlib/builtins.py:5717
3534
#: bzrlib/builtins.py:5750
3519
3536
"`bzr send` creates a compact data set that, when applied using bzr\n"
3520
3537
"merge, has the same effect as merging from the source branch. "
3523
#: bzrlib/builtins.py:5720
3540
#: bzrlib/builtins.py:5753
3525
3542
"By default the merge directive is self-contained and can be applied to any\n"
3526
3543
"branch containing submit_branch in its ancestory without needing access to\n"
3527
3544
"the source branch."
3530
#: bzrlib/builtins.py:5724
3547
#: bzrlib/builtins.py:5757
3532
3549
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3533
3550
"revisions, but only a structured request to merge from the\n"
3619
3636
"set them, and use `bzr info` to display them."
3622
#: bzrlib/builtins.py:5799
3639
#: bzrlib/builtins.py:5832
3623
3640
msgid "Write merge directive to this file or directory; use - for stdout."
3626
#: bzrlib/builtins.py:5803
3643
#: bzrlib/builtins.py:5836
3628
3645
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3629
3646
"strict disables the check."
3632
#: bzrlib/builtins.py:5805
3649
#: bzrlib/builtins.py:5838
3633
3650
msgid "Mail the request to this address."
3636
#: bzrlib/builtins.py:5809
3653
#: bzrlib/builtins.py:5842
3637
3654
msgid "Body for the email."
3640
#: bzrlib/builtins.py:5862
3657
#: bzrlib/builtins.py:5895
3641
3658
msgid "Do not include a bundle in the merge directive."
3644
#: bzrlib/builtins.py:5863
3661
#: bzrlib/builtins.py:5896
3645
3662
msgid "Do not include a preview patch in the merge directive."
3648
#: bzrlib/builtins.py:5866
3665
#: bzrlib/builtins.py:5899
3649
3666
msgid "Remember submit and public branch."
3652
#: bzrlib/builtins.py:5868
3669
#: bzrlib/builtins.py:5901
3654
3671
"Branch to generate the submission from, rather than the one containing the "
3655
3672
"working directory."
3658
#: bzrlib/builtins.py:5878 bzrlib/cmd_version_info.py:76
3675
#: bzrlib/builtins.py:5911 bzrlib/cmd_version_info.py:76
3662
#: bzrlib/builtins.py:5879
3679
#: bzrlib/builtins.py:5912
3663
3680
msgid "Use the specified output format."
3666
#: bzrlib/builtins.py:5901
3683
#: bzrlib/builtins.py:5934
3667
3684
msgid "Create, remove or modify a tag naming a revision."
3670
#: bzrlib/builtins.py:5903
3687
#: bzrlib/builtins.py:5936
3672
3689
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3673
3690
"(--revision) option can be given -rtag:X, where X is any previously\n"
3677
#: bzrlib/builtins.py:5907
3694
#: bzrlib/builtins.py:5940
3679
3696
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3680
3697
"along when you branch, push, pull or merge."
3683
#: bzrlib/builtins.py:5910
3700
#: bzrlib/builtins.py:5943
3685
3702
"It is an error to give a tag name that already exists unless you pass\n"
3686
3703
"--force, in which case the tag is moved to point to the new revision."
3689
#: bzrlib/builtins.py:5913
3706
#: bzrlib/builtins.py:5946
3691
3708
"To rename a tag (change the name but keep it on the same revsion), run "
3693
3710
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3696
#: bzrlib/builtins.py:5916
3713
#: bzrlib/builtins.py:5949
3698
3715
"If no tag name is specified it will be determined through the \n"
3699
3716
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3704
#: bzrlib/builtins.py:5926
3721
#: bzrlib/builtins.py:5959
3705
3722
msgid "Delete this tag rather than placing it."
3708
#: bzrlib/builtins.py:5929
3725
#: bzrlib/builtins.py:5962
3709
3726
msgid "Branch in which to place the tag."
3712
#: bzrlib/builtins.py:5931
3729
#: bzrlib/builtins.py:5964
3713
3730
msgid "Replace existing tags."
3716
#: bzrlib/builtins.py:5946
3733
#: bzrlib/builtins.py:5979
3717
3734
msgid "No tag specified to delete."
3720
#: bzrlib/builtins.py:5948
3737
#: bzrlib/builtins.py:5981
3721
3738
#, python-format
3722
3739
msgid "Deleted tag %s."
3725
#: bzrlib/builtins.py:5962
3742
#: bzrlib/builtins.py:5995
3726
3743
msgid "Please specify a tag name."
3729
#: bzrlib/builtins.py:5970
3746
#: bzrlib/builtins.py:6003
3730
3747
#, python-format
3731
3748
msgid "Tag %s already exists for that revision."
3734
#: bzrlib/builtins.py:5974
3751
#: bzrlib/builtins.py:6007
3735
3752
#, python-format
3736
3753
msgid "Created tag %s."
3739
#: bzrlib/builtins.py:5976
3756
#: bzrlib/builtins.py:6009
3740
3757
#, python-format
3741
3758
msgid "Updated tag %s."
3744
#: bzrlib/builtins.py:5980
3761
#: bzrlib/builtins.py:6013
3745
3762
msgid "List tags."
3748
#: bzrlib/builtins.py:5982
3765
#: bzrlib/builtins.py:6015
3750
3767
"This command shows a table of tag names and the revisions they reference."
3753
#: bzrlib/builtins.py:5988
3770
#: bzrlib/builtins.py:6021
3754
3771
msgid "Branch whose tags should be displayed."
3757
#: bzrlib/builtins.py:5990
3774
#: bzrlib/builtins.py:6023
3758
3775
msgid "Sort tags by different criteria."
3761
#: bzrlib/builtins.py:5990
3778
#: bzrlib/builtins.py:6023
3762
3779
msgid "Sorting"
3765
#: bzrlib/builtins.py:6059
3782
#: bzrlib/builtins.py:6092
3766
3783
msgid "Reconfigure the type of a bzr directory."
3769
#: bzrlib/builtins.py:6061
3786
#: bzrlib/builtins.py:6094
3770
3787
msgid "A target configuration must be specified."
3773
#: bzrlib/builtins.py:6063
3790
#: bzrlib/builtins.py:6096
3775
3792
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3776
3793
"The order of preference is\n"
3781
3798
"If none of these is available, --bind-to must be specified."
3784
#: bzrlib/builtins.py:6077
3801
#: bzrlib/builtins.py:6110
3785
3802
msgid "Tree type"
3788
#: bzrlib/builtins.py:6078
3805
#: bzrlib/builtins.py:6111
3789
3806
msgid "The relation between branch and tree."
3792
#: bzrlib/builtins.py:6080
3809
#: bzrlib/builtins.py:6113
3793
3810
msgid "Reconfigure to be an unbound branch with no working tree."
3796
#: bzrlib/builtins.py:6081
3813
#: bzrlib/builtins.py:6114
3797
3814
msgid "Reconfigure to be an unbound branch with a working tree."
3800
#: bzrlib/builtins.py:6082
3817
#: bzrlib/builtins.py:6115
3801
3818
msgid "Reconfigure to be a bound branch with a working tree."
3804
#: bzrlib/builtins.py:6083
3821
#: bzrlib/builtins.py:6116
3805
3822
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3808
#: bzrlib/builtins.py:6088
3825
#: bzrlib/builtins.py:6121
3809
3826
msgid "Repository type"
3812
#: bzrlib/builtins.py:6089
3829
#: bzrlib/builtins.py:6122
3813
3830
msgid "Location fo the repository."
3816
#: bzrlib/builtins.py:6091
3833
#: bzrlib/builtins.py:6124
3818
3835
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3821
#: bzrlib/builtins.py:6093
3838
#: bzrlib/builtins.py:6126
3822
3839
msgid "Reconfigure to use a shared repository."
3825
#: bzrlib/builtins.py:6097
3842
#: bzrlib/builtins.py:6130
3826
3843
msgid "Trees in Repository"
3829
#: bzrlib/builtins.py:6098
3846
#: bzrlib/builtins.py:6131
3830
3847
msgid "Whether new branches in the repository have trees."
3833
#: bzrlib/builtins.py:6100
3850
#: bzrlib/builtins.py:6133
3835
3852
"Reconfigure repository to create working trees on branches by default."
3838
#: bzrlib/builtins.py:6102
3855
#: bzrlib/builtins.py:6135
3840
3857
"Reconfigure repository to not create working trees on branches by default."
3843
#: bzrlib/builtins.py:6105
3860
#: bzrlib/builtins.py:6138
3844
3861
msgid "Branch to bind checkout to."
3847
#: bzrlib/builtins.py:6107
3864
#: bzrlib/builtins.py:6140
3848
3865
msgid "Perform reconfiguration even if local changes will be lost."
3851
#: bzrlib/builtins.py:6110
3868
#: bzrlib/builtins.py:6143
3852
3869
msgid "Reconfigure a branch to be stacked on another branch."
3855
#: bzrlib/builtins.py:6114
3872
#: bzrlib/builtins.py:6147
3857
3874
"Reconfigure a branch to be unstacked. This may require copying substantial "
3858
3875
"data into it."
3861
#: bzrlib/builtins.py:6124
3878
#: bzrlib/builtins.py:6157
3862
3879
msgid "Can't use both --stacked-on and --unstacked"
3865
#: bzrlib/builtins.py:6138
3882
#: bzrlib/builtins.py:6171
3866
3883
msgid "No target configuration specified"
3869
#: bzrlib/builtins.py:6173
3886
#: bzrlib/builtins.py:6206
3870
3887
msgid "Set the branch of a checkout and update."
3873
#: bzrlib/builtins.py:6175
3890
#: bzrlib/builtins.py:6208
3875
3892
"For lightweight checkouts, this changes the branch being referenced.\n"
3876
3893
"For heavyweight checkouts, this checks that there are no local commits\n"
3949
3966
"want to switch back to your view after that."
3952
#: bzrlib/builtins.py:6272
3969
#: bzrlib/builtins.py:6305
3955
3972
" To define the current view::"
3958
#: bzrlib/builtins.py:6275
3975
#: bzrlib/builtins.py:6308
3959
3976
msgid " bzr view file1 dir1 ..."
3962
#: bzrlib/builtins.py:6277
3979
#: bzrlib/builtins.py:6310
3963
3980
msgid " To list the current view::"
3966
#: bzrlib/builtins.py:6279
3983
#: bzrlib/builtins.py:6312
3967
3984
msgid " bzr view"
3970
#: bzrlib/builtins.py:6281
3987
#: bzrlib/builtins.py:6314
3971
3988
msgid " To delete the current view::"
3974
#: bzrlib/builtins.py:6283
3991
#: bzrlib/builtins.py:6316
3975
3992
msgid " bzr view --delete"
3978
#: bzrlib/builtins.py:6285
3995
#: bzrlib/builtins.py:6318
3979
3996
msgid " To disable the current view without deleting it::"
3982
#: bzrlib/builtins.py:6287
3999
#: bzrlib/builtins.py:6320
3983
4000
msgid " bzr view --switch off"
3986
#: bzrlib/builtins.py:6289
4003
#: bzrlib/builtins.py:6322
3987
4004
msgid " To define a named view and switch to it::"
3990
#: bzrlib/builtins.py:6291
4007
#: bzrlib/builtins.py:6324
3991
4008
msgid " bzr view --name view-name file1 dir1 ..."
3994
#: bzrlib/builtins.py:6293
4011
#: bzrlib/builtins.py:6326
3995
4012
msgid " To list a named view::"
3998
#: bzrlib/builtins.py:6295
4015
#: bzrlib/builtins.py:6328
3999
4016
msgid " bzr view --name view-name"
4002
#: bzrlib/builtins.py:6297
4019
#: bzrlib/builtins.py:6330
4003
4020
msgid " To delete a named view::"
4006
#: bzrlib/builtins.py:6299
4023
#: bzrlib/builtins.py:6332
4007
4024
msgid " bzr view --name view-name --delete"
4010
#: bzrlib/builtins.py:6301
4027
#: bzrlib/builtins.py:6334
4011
4028
msgid " To switch to a named view::"
4014
#: bzrlib/builtins.py:6303
4031
#: bzrlib/builtins.py:6336
4015
4032
msgid " bzr view --switch view-name"
4018
#: bzrlib/builtins.py:6305
4035
#: bzrlib/builtins.py:6338
4019
4036
msgid " To list all views defined::"
4022
#: bzrlib/builtins.py:6307
4039
#: bzrlib/builtins.py:6340
4023
4040
msgid " bzr view --all"
4026
#: bzrlib/builtins.py:6309
4043
#: bzrlib/builtins.py:6342
4027
4044
msgid " To delete all views::"
4030
#: bzrlib/builtins.py:6311
4047
#: bzrlib/builtins.py:6344
4031
4048
msgid " bzr view --delete --all"
4034
#: bzrlib/builtins.py:6318
4051
#: bzrlib/builtins.py:6351
4035
4052
msgid "Apply list or delete action to all views."
4038
#: bzrlib/builtins.py:6321
4055
#: bzrlib/builtins.py:6354
4039
4056
msgid "Delete the view."
4042
#: bzrlib/builtins.py:6324
4059
#: bzrlib/builtins.py:6357
4043
4060
msgid "Name of the view to define, list or delete."
4046
#: bzrlib/builtins.py:6328
4063
#: bzrlib/builtins.py:6361
4047
4064
msgid "Name of the view to switch to."
4050
#: bzrlib/builtins.py:6347
4067
#: bzrlib/builtins.py:6380
4051
4068
msgid "Both --delete and a file list specified"
4054
#: bzrlib/builtins.py:6350
4071
#: bzrlib/builtins.py:6383
4055
4072
msgid "Both --delete and --switch specified"
4058
#: bzrlib/builtins.py:6353
4075
#: bzrlib/builtins.py:6386
4059
4076
msgid "Deleted all views.\n"
4062
#: bzrlib/builtins.py:6355
4079
#: bzrlib/builtins.py:6388
4063
4080
msgid "No current view to delete"
4066
#: bzrlib/builtins.py:6358
4083
#: bzrlib/builtins.py:6391
4067
4084
#, python-format
4068
4085
msgid "Deleted '%s' view.\n"
4071
#: bzrlib/builtins.py:6362
4088
#: bzrlib/builtins.py:6395
4072
4089
msgid "Both --switch and a file list specified"
4075
#: bzrlib/builtins.py:6365
4092
#: bzrlib/builtins.py:6398
4076
4093
msgid "Both --switch and --all specified"
4079
#: bzrlib/builtins.py:6368
4096
#: bzrlib/builtins.py:6401
4080
4097
msgid "No current view to disable"
4083
#: bzrlib/builtins.py:6370
4100
#: bzrlib/builtins.py:6403
4084
4101
#, python-format
4085
4102
msgid "Disabled '%s' view.\n"
4088
#: bzrlib/builtins.py:6374 bzrlib/builtins.py:6396
4105
#: bzrlib/builtins.py:6407 bzrlib/builtins.py:6429
4089
4106
msgid "Using '{0}' view: {1}\n"
4092
#: bzrlib/builtins.py:6377
4109
#: bzrlib/builtins.py:6410
4093
4110
msgid "Views defined:\n"
4096
#: bzrlib/builtins.py:6386
4113
#: bzrlib/builtins.py:6419
4097
4114
msgid "No views defined.\n"
4100
#: bzrlib/builtins.py:6393
4117
#: bzrlib/builtins.py:6426
4101
4118
msgid "Cannot change the 'off' pseudo view"
4104
#: bzrlib/builtins.py:6401
4121
#: bzrlib/builtins.py:6434
4105
4122
msgid "No current view.\n"
4108
#: bzrlib/builtins.py:6404
4125
#: bzrlib/builtins.py:6437
4109
4126
msgid "'{0}' view is: {1}\n"
4112
#: bzrlib/builtins.py:6424
4129
#: bzrlib/builtins.py:6457
4113
4130
msgid " <no hooks installed>\n"
4116
#: bzrlib/builtins.py:6428
4133
#: bzrlib/builtins.py:6461
4117
4134
msgid "Remove a branch."
4120
#: bzrlib/builtins.py:6430
4137
#: bzrlib/builtins.py:6463
4122
4139
"This will remove the branch from the specified location but \n"
4123
4140
"will keep any working tree or repository in place."
4126
#: bzrlib/builtins.py:6435
4143
#: bzrlib/builtins.py:6468
4127
4144
msgid " Remove the branch at repo/trunk::"
4130
#: bzrlib/builtins.py:6437
4147
#: bzrlib/builtins.py:6470
4131
4148
msgid " bzr remove-branch repo/trunk"
4134
#: bzrlib/builtins.py:6444
4151
#: bzrlib/builtins.py:6477
4135
4152
msgid "Remove branch even if it is the active branch."
4138
#: bzrlib/builtins.py:6458
4155
#: bzrlib/builtins.py:6491
4139
4156
msgid "Branch is active. Use --force to remove it."
4142
#: bzrlib/builtins.py:6462
4159
#: bzrlib/builtins.py:6495
4143
4160
msgid "Plaintext diff output."
4146
#: bzrlib/builtins.py:6463
4163
#: bzrlib/builtins.py:6496
4147
4164
msgid "Temporarily set aside some changes from the current tree."
4150
#: bzrlib/builtins.py:6465
4167
#: bzrlib/builtins.py:6498
4152
4169
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4153
4170
"ie. out of the way, until a later time when you can bring them back from\n"
4168
4185
"shelve all text changes at once, use shelve --all."
4171
#: bzrlib/builtins.py:6478
4188
#: bzrlib/builtins.py:6511
4173
4190
"If filenames are specified, only the changes to those files will be\n"
4174
4191
"shelved. Other files will be left untouched."
4177
#: bzrlib/builtins.py:6481
4194
#: bzrlib/builtins.py:6514
4179
4196
"If a revision is specified, changes since that revision will be shelved."
4182
#: bzrlib/builtins.py:6483
4199
#: bzrlib/builtins.py:6516
4184
4201
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4185
4202
"restore the most recently shelved changes."
4188
#: bzrlib/builtins.py:6486
4205
#: bzrlib/builtins.py:6519
4190
4207
"For complicated changes, it is possible to edit the changes in a separate\n"
4191
4208
"editor program to decide what the file remaining in the working copy\n"
4192
4209
"should look like. To do this, add the configuration option"
4195
#: bzrlib/builtins.py:6490
4212
#: bzrlib/builtins.py:6523
4196
4213
msgid " change_editor = PROGRAM @new_path @old_path"
4199
#: bzrlib/builtins.py:6492
4216
#: bzrlib/builtins.py:6525
4201
4218
"where @new_path is replaced with the path of the new version of the \n"
4202
4219
"file and @old_path is replaced with the path of the old version of \n"
4208
#: bzrlib/builtins.py:6504
4225
#: bzrlib/builtins.py:6537
4209
4226
msgid "Shelve all changes."
4212
#: bzrlib/builtins.py:6506
4229
#: bzrlib/builtins.py:6539
4213
4230
msgid "Method to use for writing diffs."
4216
#: bzrlib/builtins.py:6506
4233
#: bzrlib/builtins.py:6539
4220
#: bzrlib/builtins.py:6510
4237
#: bzrlib/builtins.py:6543
4221
4238
msgid "List shelved changes."
4224
#: bzrlib/builtins.py:6512
4241
#: bzrlib/builtins.py:6545
4225
4242
msgid "Destroy removed changes instead of shelving them."
4228
#: bzrlib/builtins.py:6541
4245
#: bzrlib/builtins.py:6574
4229
4246
msgid "No shelved changes."
4232
#: bzrlib/builtins.py:6552
4249
#: bzrlib/builtins.py:6585
4233
4250
msgid "Restore shelved changes."
4236
#: bzrlib/builtins.py:6554
4253
#: bzrlib/builtins.py:6587
4238
4255
"By default, the most recently shelved changes are restored. However if you\n"
4239
4256
"specify a shelf by id those changes will be restored instead. This works\n"
4240
4257
"best when the changes don't depend on each other."
4243
#: bzrlib/builtins.py:6563
4260
#: bzrlib/builtins.py:6596
4244
4261
msgid "The action to perform."
4247
#: bzrlib/builtins.py:6563 bzrlib/conflicts.py:694
4264
#: bzrlib/builtins.py:6596 bzrlib/conflicts.py:694
4251
#: bzrlib/builtins.py:6565
4268
#: bzrlib/builtins.py:6598
4252
4269
msgid "Apply changes and remove from the shelf."
4255
#: bzrlib/builtins.py:6566
4272
#: bzrlib/builtins.py:6599
4256
4273
msgid "Show changes, but do not apply or remove them."
4259
#: bzrlib/builtins.py:6567
4276
#: bzrlib/builtins.py:6600
4261
4278
"Instead of unshelving the changes, show the diff that would result from "
4265
#: bzrlib/builtins.py:6569
4282
#: bzrlib/builtins.py:6602
4266
4283
msgid "Delete changes without applying them."
4269
#: bzrlib/builtins.py:6570
4286
#: bzrlib/builtins.py:6603
4270
4287
msgid "Apply changes but don't delete them."
4273
#: bzrlib/builtins.py:6585
4290
#: bzrlib/builtins.py:6618
4274
4291
msgid "Remove unwanted files from working tree."
4277
#: bzrlib/builtins.py:6587
4294
#: bzrlib/builtins.py:6620
4279
4296
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4280
4297
"files are never deleted."
4283
#: bzrlib/builtins.py:6590
4300
#: bzrlib/builtins.py:6623
4285
4302
"Another class is 'detritus', which includes files emitted by bzr during\n"
4286
4303
"normal operations and selftests. (The value of these files decreases with\n"
4290
#: bzrlib/builtins.py:6594
4307
#: bzrlib/builtins.py:6627
4292
4309
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4293
4310
"flags are respected, and may be combined."
4296
#: bzrlib/builtins.py:6597
4313
#: bzrlib/builtins.py:6630
4297
4314
msgid "To check what clean-tree will do, use --dry-run."
4300
#: bzrlib/builtins.py:6600
4317
#: bzrlib/builtins.py:6633
4301
4318
msgid "Delete all ignored files."
4304
#: bzrlib/builtins.py:6601
4321
#: bzrlib/builtins.py:6634
4306
4323
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4309
#: bzrlib/builtins.py:6604
4326
#: bzrlib/builtins.py:6637
4310
4327
msgid "Delete files unknown to bzr (default)."
4313
#: bzrlib/builtins.py:6605
4330
#: bzrlib/builtins.py:6638
4314
4331
msgid "Show files to delete instead of deleting them."
4317
#: bzrlib/builtins.py:6607
4334
#: bzrlib/builtins.py:6640
4318
4335
msgid "Do not prompt before deleting."
7876
7893
msgid "How to fix diverged branches"
7879
#: dummy/help_topics/env-variables/detail.txt:1
7880
msgid "Environment Variables"
7883
#: dummy/help_topics/env-variables/detail.txt:3
7885
"=================== "
7886
"===========================================================\n"
7887
"BZRPATH Path where bzr is to look for shell plugin external\n"
7889
"BZR_EMAIL E-Mail address of the user. Overrides EMAIL.\n"
7890
"EMAIL E-Mail address of the user.\n"
7891
"BZR_EDITOR Editor for editing commit messages. Overrides EDITOR.\n"
7892
"EDITOR Editor for editing commit messages.\n"
7893
"BZR_PLUGIN_PATH Paths where bzr should look for plugins.\n"
7894
"BZR_DISABLE_PLUGINS Plugins that bzr should not load.\n"
7895
"BZR_PLUGINS_AT Plugins to load from a directory not in "
7896
"BZR_PLUGIN_PATH.\n"
7897
"BZR_HOME Directory holding .bazaar config dir. Overrides HOME.\n"
7898
"BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA "
7901
"BZR_REMOTE_PATH Full name of remote 'bzr' command (for bzr+ssh:// "
7903
"BZR_SSH Path to SSH client, or one of paramiko, openssh, "
7906
"BZR_LOG Location of .bzr.log (use '/dev/null' to suppress log).\n"
7907
"BZR_LOG (Win32) Location of .bzr.log (use 'NUL' to suppress log).\n"
7908
"BZR_COLUMNS Override implicit terminal width.\n"
7909
"BZR_CONCURRENCY Number of processes that can be run concurrently "
7911
"BZR_PROGRESS_BAR Override the progress display. Values are 'none' or "
7913
"BZR_PDB Control whether to launch a debugger on error.\n"
7914
"BZR_SIGQUIT_PDB Control whether SIGQUIT behaves normally or invokes a\n"
7915
" breakin debugger.\n"
7916
"BZR_TEXTUI_INPUT Force console input mode for prompts to line-based "
7918
" of char-based).\n"
7919
"=================== "
7920
"===========================================================\n"
7923
7896
#: dummy/help_topics/env-variables/summary.txt:1
7924
7897
msgid "Environment variable names and values"
9899
9900
"of bzr that requires authentication (smtp for example)."
9902
#: en/help_topics/configuration.txt:379
9903
#: en/help_topics/configuration.txt:391
9904
9905
"The syntax of the file obeys the same rules as the others except for the\n"
9905
9906
"option policies which don't apply."
9908
#: en/help_topics/configuration.txt:382
9909
#: en/help_topics/configuration.txt:394
9910
9911
"For more information on the possible uses of the authentication "
9911
9912
"configuration\n"
9912
9913
"file see :doc:`authentication-help`."
9915
#: en/help_topics/configuration.txt:385
9916
#: en/help_topics/configuration.txt:397
9918
9919
"Common options\n"
9919
9920
"--------------"
9922
#: en/help_topics/configuration.txt:389
9923
#: en/help_topics/configuration.txt:401
9924
9925
"debug_flags\n"
9928
#: en/help_topics/configuration.txt:392
9929
#: en/help_topics/configuration.txt:404
9930
9931
"A comma-separated list of debugging options to turn on. The same values\n"
9931
9932
"can be used as with the -D command-line option (see `help global-options`).\n"
9932
9933
"For example::"
9935
#: en/help_topics/configuration.txt:396
9936
#: en/help_topics/configuration.txt:408
9936
9937
msgid " debug_flags = hpss"
9939
#: en/help_topics/configuration.txt:400
9940
#: en/help_topics/configuration.txt:412
9940
9941
msgid " debug_flags = hpss,evil"
9943
#: en/help_topics/configuration.txt:402
9944
#: en/help_topics/configuration.txt:414
9949
#: en/help_topics/configuration.txt:405
9950
#: en/help_topics/configuration.txt:417
9951
9952
"The email address to use when committing a branch. Typically takes the form\n"
9955
#: en/help_topics/configuration.txt:408
9956
#: en/help_topics/configuration.txt:420
9956
9957
msgid " email = Full Name <account@hostname.tld>"
9959
#: en/help_topics/configuration.txt:410
9960
#: en/help_topics/configuration.txt:422
9965
#: en/help_topics/configuration.txt:413
9966
#: en/help_topics/configuration.txt:425
9967
9968
"The path of the editor that you wish to use if *bzr commit* is run without\n"
9968
9969
"a commit message. This setting is trumped by the environment variable\n"
10056
10057
"to sign newly committed revisions, even if the branch requires signatures."
10059
#: en/help_topics/configuration.txt:462
10060
#: en/help_topics/configuration.txt:474
10061
10062
"dirstate.fdatasync\n"
10062
10063
"~~~~~~~~~~~~~~~~~~"
10065
#: en/help_topics/configuration.txt:465
10066
#: en/help_topics/configuration.txt:477
10067
10068
"If true (default), working tree metadata changes are flushed through the\n"
10068
10069
"OS buffers to physical disk. This is somewhat slower, but means data\n"
10069
10070
"should not be lost if the machine crashes. See also repository.fdatasync."
10072
#: en/help_topics/configuration.txt:469
10073
#: en/help_topics/configuration.txt:481
10074
10075
"gpg_signing_key\n"
10075
10076
"~~~~~~~~~~~~~~~"
10078
#: en/help_topics/configuration.txt:472
10079
#: en/help_topics/configuration.txt:484
10080
10081
"The GnuPG user identity to use when signing commits. Can be an e-mail\n"
10081
10082
"address, key fingerprint or full key ID. When unset or when set to\n"
10082
10083
"\"default\" Bazaar will use the user e-mail set with ``whoami``."
10085
#: en/help_topics/configuration.txt:476
10086
#: en/help_topics/configuration.txt:488
10091
#: en/help_topics/configuration.txt:479
10092
#: en/help_topics/configuration.txt:491
10093
10094
"Only useful in ``locations.conf``. Defines whether or not the\n"
10094
10095
"configuration for this section applies to subdirectories:"
10097
#: en/help_topics/configuration.txt:482
10098
#: en/help_topics/configuration.txt:494
10100
10101
" (default) This section applies to subdirectories as well."
10103
#: en/help_topics/configuration.txt:485
10104
#: en/help_topics/configuration.txt:497
10106
10107
" This section only applies to the branch at this directory and not\n"
10107
10108
" branches below it."
10110
#: en/help_topics/configuration.txt:489
10111
#: en/help_topics/configuration.txt:501
10112
10113
"gpg_signing_command\n"
10113
10114
"~~~~~~~~~~~~~~~~~~~"
10116
#: en/help_topics/configuration.txt:492
10117
#: en/help_topics/configuration.txt:504
10118
10119
"(Default: \"gpg\"). Which program should be used to sign and check "
10119
10120
"revisions.\n"
10120
10121
"For example::"
10123
#: en/help_topics/configuration.txt:495
10124
#: en/help_topics/configuration.txt:507
10124
10125
msgid " gpg_signing_command = /usr/bin/gnpg"
10127
#: en/help_topics/configuration.txt:497
10128
#: en/help_topics/configuration.txt:509
10129
10130
"The specified command must accept the options \"--clearsign\" and \"-u "
10133
#: en/help_topics/configuration.txt:499
10134
#: en/help_topics/configuration.txt:511
10135
10136
"bzr_remote_path\n"
10136
10137
"~~~~~~~~~~~~~~~"
10139
#: en/help_topics/configuration.txt:502
10140
#: en/help_topics/configuration.txt:514
10141
10142
"(Default: \"bzr\"). The path to the command that should be used to run the "
10143
10144
"server for bzr. This value may only be specified in locations.conf, because:"
10146
#: en/help_topics/configuration.txt:505
10147
#: en/help_topics/configuration.txt:517
10148
10149
"- it's needed before branch.conf is accessible\n"
10149
10150
"- allowing remote branch.conf files to specify commands would be a security\n"
10153
#: en/help_topics/configuration.txt:509
10154
#: en/help_topics/configuration.txt:521
10154
10155
msgid "It is overridden by the BZR_REMOTE_PATH environment variable."
10157
#: en/help_topics/configuration.txt:511
10158
#: en/help_topics/configuration.txt:523
10159
10160
"smtp_server\n"
10160
10161
"~~~~~~~~~~~"
10163
#: en/help_topics/configuration.txt:514
10164
#: en/help_topics/configuration.txt:526
10165
10166
"(Default: \"localhost\"). SMTP server to use when Bazaar needs to send\n"
10166
10167
"email, eg. with ``merge-directive --mail-to``, or the bzr-email plugin."
10169
#: en/help_topics/configuration.txt:517
10170
#: en/help_topics/configuration.txt:529
10171
10172
"smtp_username, smtp_password\n"
10172
10173
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10175
#: en/help_topics/configuration.txt:520
10176
#: en/help_topics/configuration.txt:532
10177
10178
"User and password to authenticate to the SMTP server. If smtp_username\n"
10178
10179
"is set, and smtp_password is not, Bazaar will prompt for a password.\n"
10303
10304
" using deprecated formats."
10306
#: en/help_topics/configuration.txt:591
10307
#: en/help_topics/configuration.txt:603
10308
10309
"default_format\n"
10309
10310
"~~~~~~~~~~~~~~"
10312
#: en/help_topics/configuration.txt:594
10313
#: en/help_topics/configuration.txt:606
10314
10315
"A format name for the default format used when creating branches. See "
10316
10317
"help formats`` for possible values."
10319
#: en/help_topics/configuration.txt:597
10320
#: en/help_topics/configuration.txt:609
10322
10323
"Unicode options\n"
10323
10324
"---------------"
10326
#: en/help_topics/configuration.txt:601
10327
#: en/help_topics/configuration.txt:613
10328
10329
"output_encoding\n"
10329
10330
"~~~~~~~~~~~~~~~"
10332
#: en/help_topics/configuration.txt:604
10333
#: en/help_topics/configuration.txt:616
10334
10335
"A Python unicode encoding name for text output from bzr, such as log\n"
10335
10336
"information. Values include: utf8, cp850, ascii, iso-8859-1. The default\n"
10336
10337
"is the terminal encoding prefered by the operating system."
10339
#: en/help_topics/configuration.txt:608
10340
#: en/help_topics/configuration.txt:620
10342
10343
"Branch type specific options\n"
10343
10344
"----------------------------"
10346
#: en/help_topics/configuration.txt:612
10347
#: en/help_topics/configuration.txt:624
10348
10349
"These options apply only to branches that use the ``dirstate-tags`` or\n"
10349
10350
"later format. They\n"
10381
10382
"--remember``."
10384
#: en/help_topics/configuration.txt:634
10385
#: en/help_topics/configuration.txt:646
10386
10387
"push_location\n"
10387
10388
"~~~~~~~~~~~~~"
10390
#: en/help_topics/configuration.txt:637
10391
#: en/help_topics/configuration.txt:649
10392
10393
"If present, the location of the default branch for push. This option\n"
10393
10394
"is normally set by the first ``push`` or ``push --remember``."
10396
#: en/help_topics/configuration.txt:640
10397
#: en/help_topics/configuration.txt:652
10398
10399
"push_strict\n"
10399
10400
"~~~~~~~~~~~"
10402
#: en/help_topics/configuration.txt:643
10403
#: en/help_topics/configuration.txt:655
10404
10405
"If present, defines the ``--strict`` option default value for checking\n"
10405
10406
"uncommitted changes before pushing."
10408
#: en/help_topics/configuration.txt:646
10409
#: en/help_topics/configuration.txt:658
10410
10411
"dpush_strict\n"
10411
10412
"~~~~~~~~~~~~"
10414
#: en/help_topics/configuration.txt:649
10415
#: en/help_topics/configuration.txt:661
10416
10417
"If present, defines the ``--strict`` option default value for checking\n"
10417
10418
"uncommitted changes before pushing into a different VCS without any\n"
10418
10419
"custom bzr metadata."
10421
#: en/help_topics/configuration.txt:653
10422
#: en/help_topics/configuration.txt:665
10423
10424
"bound_location\n"
10424
10425
"~~~~~~~~~~~~~~"
10427
#: en/help_topics/configuration.txt:656
10428
#: en/help_topics/configuration.txt:668
10429
10430
"The location that commits should go to when acting as a checkout.\n"
10430
10431
"This option is normally set by ``bind``."
10433
#: en/help_topics/configuration.txt:659
10434
#: en/help_topics/configuration.txt:671
10439
#: en/help_topics/configuration.txt:662
10440
#: en/help_topics/configuration.txt:674
10441
10442
"If set to \"True\", the branch should act as a checkout, and push each "
10442
10443
"commit to\n"
10443
10444
"the bound_location. This option is normally set by ``bind``/``unbind``."
10446
#: en/help_topics/configuration.txt:665
10447
#: en/help_topics/configuration.txt:677
10448
10449
"send_strict\n"
10449
10450
"~~~~~~~~~~~"
10452
#: en/help_topics/configuration.txt:668
10453
#: en/help_topics/configuration.txt:680
10454
10455
"If present, defines the ``--strict`` option default value for checking\n"
10455
10456
"uncommitted changes before sending a merge directive."
10458
#: en/help_topics/configuration.txt:671
10460
"add.maximum_file_size\n"
10461
"~~~~~~~~~~~~~~~~~~~~~"
10463
"add.maximum_file_size\n"
10464
"~~~~~~~~~~~~~~~~~~~~~"
10466
#: en/help_topics/configuration.txt:674
10468
"Defines the maximum file size the command line \"add\" operation will allow\n"
10469
"in recursive mode, with files larger than this value being skipped. You may "
10471
"specify this value as an integer (in which case it is interpreted as bytes), "
10473
"or you may specify the value using SI units, i.e. 10KB, 20MB, 1G. A value of "
10475
"will disable skipping."
10477
"Defines the maximum file size the command line \"add\" operation will allow\n"
10478
"in recursive mode, with files larger than this value being skipped. You may "
10480
"specify this value as an integer (in which case it is interpreted as bytes), "
10482
"or you may specify the value using SI units, i.e. 10KB, 20MB, 1G. A value of "
10484
"will disable skipping."
10486
#: en/help_topics/configuration.txt:680
10459
#: en/help_topics/configuration.txt:683
10461
"add.maximum_file_size\n"
10462
"~~~~~~~~~~~~~~~~~~~~~"
10464
"add.maximum_file_size\n"
10465
"~~~~~~~~~~~~~~~~~~~~~"
10467
#: en/help_topics/configuration.txt:686
10469
"Defines the maximum file size the command line \"add\" operation will allow\n"
10470
"in recursive mode, with files larger than this value being skipped. You may "
10472
"specify this value as an integer (in which case it is interpreted as bytes), "
10474
"or you may specify the value using SI units, i.e. 10KB, 20MB, 1G. A value of "
10476
"will disable skipping."
10478
"Defines the maximum file size the command line \"add\" operation will allow\n"
10479
"in recursive mode, with files larger than this value being skipped. You may "
10481
"specify this value as an integer (in which case it is interpreted as bytes), "
10483
"or you may specify the value using SI units, i.e. 10KB, 20MB, 1G. A value of "
10485
"will disable skipping."
10487
#: en/help_topics/configuration.txt:692
10488
10489
"External Merge Tools\n"
10489
10490
"--------------------"
10492
#: en/help_topics/configuration.txt:683
10493
#: en/help_topics/configuration.txt:695
10494
10495
"bzr.mergetool.<name>\n"
10495
10496
"~~~~~~~~~~~~~~~~~~~~"
10498
#: en/help_topics/configuration.txt:686
10499
#: en/help_topics/configuration.txt:698
10500
10501
"Defines an external merge tool called <name> with the given command-line.\n"
10501
10502
"Arguments containing spaces should be quoted using single or double quotes. "
11568
11569
"branch can now be pushed to the mainline.\n"
11572
#: en/help_topics/env-variables.txt:1
11573
msgid "Environment Variables"
11576
#: en/help_topics/env-variables.txt:3
11578
"=================== "
11579
"===========================================================\n"
11580
"BZRPATH Path where bzr is to look for shell plugin external\n"
11582
"BZR_EMAIL E-Mail address of the user. Overrides EMAIL.\n"
11583
"EMAIL E-Mail address of the user.\n"
11584
"BZR_EDITOR Editor for editing commit messages. Overrides EDITOR.\n"
11585
"EDITOR Editor for editing commit messages.\n"
11586
"BZR_PLUGIN_PATH Paths where bzr should look for plugins.\n"
11587
"BZR_DISABLE_PLUGINS Plugins that bzr should not load.\n"
11588
"BZR_PLUGINS_AT Plugins to load from a directory not in "
11589
"BZR_PLUGIN_PATH.\n"
11590
"BZR_HOME Directory holding .bazaar config dir. Overrides HOME.\n"
11591
"BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA "
11594
"BZR_REMOTE_PATH Full name of remote 'bzr' command (for bzr+ssh:// "
11596
"BZR_SSH Path to SSH client, or one of paramiko, openssh, "
11599
"BZR_LOG Location of .bzr.log (use '/dev/null' to suppress log).\n"
11600
"BZR_LOG (Win32) Location of .bzr.log (use 'NUL' to suppress log).\n"
11601
"BZR_COLUMNS Override implicit terminal width.\n"
11602
"BZR_CONCURRENCY Number of processes that can be run concurrently "
11604
"BZR_PROGRESS_BAR Override the progress display. Values are 'none' or "
11606
"BZR_PDB Control whether to launch a debugger on error.\n"
11607
"BZR_SIGQUIT_PDB Control whether SIGQUIT behaves normally or invokes a\n"
11608
" breakin debugger.\n"
11609
"BZR_TEXTUI_INPUT Force console input mode for prompts to line-based "
11611
" of char-based).\n"
11612
"=================== "
11613
"===========================================================\n"
11571
11616
#: en/help_topics/eol.txt:1
11573
11618
"End of Line Conversion\n"