525
#: bzrlib/builtins.py:1180
525
#: bzrlib/builtins.py:1189
526
526
msgid "Need working tree for --show-base."
529
#: bzrlib/builtins.py:1196
529
#: bzrlib/builtins.py:1205
530
530
msgid "No pull location known or specified."
533
#: bzrlib/builtins.py:1202
533
#: bzrlib/builtins.py:1211
535
535
msgid "Using saved parent location: %s\n"
538
#: bzrlib/builtins.py:1209 bzrlib/builtins.py:4406
538
#: bzrlib/builtins.py:1218 bzrlib/builtins.py:4425
539
539
msgid "Cannot use -r with merge directives or bundles"
542
#: bzrlib/builtins.py:1252
542
#: bzrlib/builtins.py:1261
543
543
msgid "Update a mirror of this branch."
546
#: bzrlib/builtins.py:1254
546
#: bzrlib/builtins.py:1263
548
548
"The target branch will not have its working tree populated because this\n"
549
549
"is both expensive, and is not supported on remote file systems."
552
#: bzrlib/builtins.py:1257
552
#: bzrlib/builtins.py:1266
554
554
"Some smart servers or protocols *may* put the working tree in place in\n"
558
#: bzrlib/builtins.py:1260
558
#: bzrlib/builtins.py:1269
560
560
"This command only works on branches that have not diverged. Branches are\n"
561
561
"considered diverged if the destination branch's most recent commit is one\n"
562
562
"that has not been merged (directly or indirectly) by the source branch."
565
#: bzrlib/builtins.py:1264
565
#: bzrlib/builtins.py:1273
567
567
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
568
568
"the other branch completely, discarding its unmerged changes."
571
#: bzrlib/builtins.py:1267
571
#: bzrlib/builtins.py:1276
573
573
"If you want to ensure you have the different changes in the other branch,\n"
574
574
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
575
575
"After that you will be able to do a push without '--overwrite'."
578
#: bzrlib/builtins.py:1271
578
#: bzrlib/builtins.py:1280
580
580
"If there is no default push location set, the first push will set it (use\n"
581
581
"--no-remember to avoid setting it). After that, you can omit the\n"
583
583
"value will only be saved if the remote location can be accessed."
586
#: bzrlib/builtins.py:1276
586
#: bzrlib/builtins.py:1285
588
588
"The --verbose option will display the revisions pushed using the log_format\n"
589
589
"configuration option. You can use a different format by overriding it with\n"
590
590
"-Olog_format=<other_format>."
593
#: bzrlib/builtins.py:1287 bzrlib/foreign.py:272
593
#: bzrlib/builtins.py:1296 bzrlib/foreign.py:272
595
595
"Branch to push from, rather than the one containing the working directory."
598
#: bzrlib/builtins.py:1290
598
#: bzrlib/builtins.py:1299
600
600
"By default push will fail if the target directory exists, but does not "
601
601
"already have a control directory. This flag will allow push to proceed."
604
#: bzrlib/builtins.py:1295
604
#: bzrlib/builtins.py:1304
606
606
"Create a stacked branch that references the public location of the parent "
610
#: bzrlib/builtins.py:1298
610
#: bzrlib/builtins.py:1307
612
612
"Create a stacked branch that refers to another branch for the commit "
613
613
"history. Only the work not present in the referenced branch is included in "
614
614
"the branch created."
617
#: bzrlib/builtins.py:1303 bzrlib/foreign.py:279
617
#: bzrlib/builtins.py:1312 bzrlib/foreign.py:279
619
619
"Refuse to push if there are uncommitted changes in the working tree, --no-"
620
620
"strict disables the check."
623
#: bzrlib/builtins.py:1306
623
#: bzrlib/builtins.py:1315
624
624
msgid "Don't populate the working tree, even for protocols that support it."
627
#: bzrlib/builtins.py:1350
627
#: bzrlib/builtins.py:1318
628
msgid "Overwrite tags only."
631
#: bzrlib/builtins.py:1369
628
632
msgid "Could not determine branch to refer to."
631
#: bzrlib/builtins.py:1359
635
#: bzrlib/builtins.py:1378
634
638
"No push location known or specified. To push to the parent branch (at %s), "
635
639
"use 'bzr push :parent'."
638
#: bzrlib/builtins.py:1365 bzrlib/foreign.py:306
642
#: bzrlib/builtins.py:1384 bzrlib/foreign.py:306
639
643
msgid "No push location known or specified."
642
#: bzrlib/builtins.py:1369
646
#: bzrlib/builtins.py:1388
644
648
msgid "Using saved push location: %s"
647
#: bzrlib/builtins.py:1379
651
#: bzrlib/builtins.py:1398
648
652
msgid "Create a new branch that is a copy of an existing branch."
651
#: bzrlib/builtins.py:1381
655
#: bzrlib/builtins.py:1400
653
657
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
654
658
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
659
663
"create ./foo-bar."
662
#: bzrlib/builtins.py:1388
666
#: bzrlib/builtins.py:1407
664
668
"To retrieve the branch as of a particular revision, supply the --revision\n"
665
669
"parameter, as in \"branch foo/bar -r 5\"."
668
#: bzrlib/builtins.py:1391
672
#: bzrlib/builtins.py:1410
669
673
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
672
#: bzrlib/builtins.py:1401
676
#: bzrlib/builtins.py:1420
673
677
msgid "Create a branch without a working-tree."
676
#: bzrlib/builtins.py:1403
680
#: bzrlib/builtins.py:1422
677
681
msgid "Switch the checkout in the current directory to the new branch."
680
#: bzrlib/builtins.py:1406
684
#: bzrlib/builtins.py:1425
682
686
"Create a stacked branch referring to the source branch. The new branch will "
683
687
"depend on the availability of the source branch for all operations."
686
#: bzrlib/builtins.py:1410
690
#: bzrlib/builtins.py:1429
687
691
msgid "Do not use a shared repository, even if available."
690
#: bzrlib/builtins.py:1412
694
#: bzrlib/builtins.py:1431
692
696
"By default branch will fail if the target directory exists, but does not "
693
697
"already have a control directory. This flag will allow branch to proceed."
696
#: bzrlib/builtins.py:1417
700
#: bzrlib/builtins.py:1436
697
701
msgid "Bind new branch to from location."
700
#: bzrlib/builtins.py:1464
704
#: bzrlib/builtins.py:1483
702
706
msgid "Target directory \"%s\" already exists."
705
#: bzrlib/builtins.py:1476
709
#: bzrlib/builtins.py:1495
707
711
msgid "Parent of \"%s\" does not exist."
710
#: bzrlib/builtins.py:1495
714
#: bzrlib/builtins.py:1514
711
715
msgid "The branch {0} has no revision {1}."
714
#: bzrlib/builtins.py:1510 bzrlib/push.py:53
718
#: bzrlib/builtins.py:1529 bzrlib/push.py:53
716
720
msgid "Created new stacked branch referring to %s."
719
#: bzrlib/builtins.py:1514
723
#: bzrlib/builtins.py:1533
721
725
msgid "Branched %d revision."
722
726
msgid_plural "Branched %d revisions."
726
#: bzrlib/builtins.py:1519
730
#: bzrlib/builtins.py:1538
728
732
msgid "New branch bound to %s"
731
#: bzrlib/builtins.py:1524 bzrlib/builtins.py:6247
735
#: bzrlib/builtins.py:1543 bzrlib/builtins.py:6280
733
737
msgid "Switched to branch: %s"
736
#: bzrlib/builtins.py:1529
740
#: bzrlib/builtins.py:1548
737
741
msgid "List the branches available at the current location."
740
#: bzrlib/builtins.py:1531
744
#: bzrlib/builtins.py:1550
742
746
"This command will print the names of all the branches at the current\n"
746
#: bzrlib/builtins.py:1538
750
#: bzrlib/builtins.py:1557
748
752
"Recursively scan for branches rather than just looking in the specified "
752
#: bzrlib/builtins.py:1567
756
#: bzrlib/builtins.py:1586
753
757
msgid "(default)"
756
#: bzrlib/builtins.py:1579
760
#: bzrlib/builtins.py:1598
757
761
msgid "Create a new checkout of an existing branch."
760
#: bzrlib/builtins.py:1581
764
#: bzrlib/builtins.py:1600
762
766
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
852
856
"out the old content of that file to a new location."
855
#: bzrlib/builtins.py:1705
859
#: bzrlib/builtins.py:1724
857
861
"The 'dir' argument, if given, must be the location of the root of a\n"
858
862
"working tree to update. By default, the working tree that contains the \n"
859
863
"current working directory is used."
862
#: bzrlib/builtins.py:1721
866
#: bzrlib/builtins.py:1740
863
867
msgid "bzr update --revision takes exactly one revision"
866
#: bzrlib/builtins.py:1729
870
#: bzrlib/builtins.py:1748
867
871
msgid "bzr update can only update a whole tree, not a file or subdirectory"
870
#: bzrlib/builtins.py:1760
874
#: bzrlib/builtins.py:1779
871
875
msgid "Tree is up to date at revision {0} of branch {1}"
874
#: bzrlib/builtins.py:1776
878
#: bzrlib/builtins.py:1795
877
881
"branch has no revision %s\n"
878
882
"bzr update --revision only works for a revision in the branch history"
881
#: bzrlib/builtins.py:1782
885
#: bzrlib/builtins.py:1801
882
886
msgid "Updated to revision {0} of branch {1}"
885
#: bzrlib/builtins.py:1786
889
#: bzrlib/builtins.py:1805
887
891
"Your local commits will now show as pending merges with 'bzr status', and "
888
892
"can be committed with 'bzr commit'."
891
#: bzrlib/builtins.py:1795
895
#: bzrlib/builtins.py:1814
892
896
msgid "Show information about a working tree, branch or repository."
895
#: bzrlib/builtins.py:1797
899
#: bzrlib/builtins.py:1816
897
901
"This command will show all known locations and formats associated to the\n"
898
902
"tree, branch or repository."
901
#: bzrlib/builtins.py:1800
905
#: bzrlib/builtins.py:1819
903
907
"In verbose mode, statistical information is included with each report.\n"
904
908
"To see extended statistic information, use a verbosity level of 2 or\n"
905
909
"higher by specifying the verbose option multiple times, e.g. -vv."
908
#: bzrlib/builtins.py:1804
912
#: bzrlib/builtins.py:1823
909
913
msgid "Branches and working trees will also report any missing revisions."
912
#: bzrlib/builtins.py:1806 bzrlib/builtins.py:3725 bzrlib/builtins.py:4859
913
#: bzrlib/builtins.py:6433
916
#: bzrlib/builtins.py:1825 bzrlib/builtins.py:3744 bzrlib/builtins.py:4885
917
#: bzrlib/builtins.py:6466
914
918
msgid ":Examples:"
917
#: bzrlib/builtins.py:1808
921
#: bzrlib/builtins.py:1827
918
922
msgid " Display information on the format and related locations:"
921
#: bzrlib/builtins.py:1810
925
#: bzrlib/builtins.py:1829
922
926
msgid " bzr info"
925
#: bzrlib/builtins.py:1812
929
#: bzrlib/builtins.py:1831
927
931
" Display the above together with extended format information and\n"
928
932
" basic statistics (like the number of files in the working tree and\n"
929
933
" number of revisions in the branch and repository):"
932
#: bzrlib/builtins.py:1816
936
#: bzrlib/builtins.py:1835
933
937
msgid " bzr info -v"
936
#: bzrlib/builtins.py:1818
940
#: bzrlib/builtins.py:1837
937
941
msgid " Display the above together with number of committers to the branch:"
940
#: bzrlib/builtins.py:1820
944
#: bzrlib/builtins.py:1839
941
945
msgid " bzr info -vv"
944
#: bzrlib/builtins.py:1839
948
#: bzrlib/builtins.py:1858
945
949
msgid "Remove files or directories."
948
#: bzrlib/builtins.py:1841
952
#: bzrlib/builtins.py:1860
950
954
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
951
955
"delete them if they can easily be recovered using revert otherwise they\n"
952
"will be backed up (adding an extention of the form .~#~). If no options or\n"
956
"will be backed up (adding an extension of the form .~#~). If no options or\n"
953
957
"parameters are given Bazaar will scan for files that are being tracked by\n"
954
958
"Bazaar but missing in your tree and stop tracking them for you."
957
#: bzrlib/builtins.py:1849
961
#: bzrlib/builtins.py:1868
958
962
msgid "Only remove files that have never been committed."
961
#: bzrlib/builtins.py:1851
965
#: bzrlib/builtins.py:1870
962
966
msgid "The file deletion mode to be used."
965
#: bzrlib/builtins.py:1852
969
#: bzrlib/builtins.py:1871
966
970
msgid "Deletion Strategy"
969
#: bzrlib/builtins.py:1853
973
#: bzrlib/builtins.py:1872
970
974
msgid "Backup changed files (default)."
973
#: bzrlib/builtins.py:1854
977
#: bzrlib/builtins.py:1873
974
978
msgid "Delete from bzr but leave the working copy."
977
#: bzrlib/builtins.py:1855
981
#: bzrlib/builtins.py:1874
978
982
msgid "Don't backup changed files."
981
#: bzrlib/builtins.py:1856
985
#: bzrlib/builtins.py:1875
983
987
"Delete all the specified files, even if they can not be recovered and even "
984
988
"if they are non-empty directories. (deprecated, use no-backup)"
987
#: bzrlib/builtins.py:1865
991
#: bzrlib/builtins.py:1884
988
992
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
991
#: bzrlib/builtins.py:1882
995
#: bzrlib/builtins.py:1901
992
996
msgid "No matching files."
995
#: bzrlib/builtins.py:1943
999
#: bzrlib/builtins.py:1962
996
1000
msgid "Reconcile bzr metadata in a branch."
999
#: bzrlib/builtins.py:1945
1003
#: bzrlib/builtins.py:1964
1001
1005
"This can correct data mismatches that may have been caused by\n"
1002
1006
"previous ghost operations or bzr upgrades. You should only\n"
1076
1080
" bzr commit -m \"imported project\""
1079
#: bzrlib/builtins.py:2052
1083
#: bzrlib/builtins.py:2071
1081
1085
"Create the path leading up to the branch if it does not already exist."
1084
#: bzrlib/builtins.py:2055
1088
#: bzrlib/builtins.py:2074
1085
1089
msgid "Specify a format for this branch. See \"help formats\"."
1088
#: bzrlib/builtins.py:2063
1092
#: bzrlib/builtins.py:2082
1090
1094
"Never change revnos or the existing log. Append revisions to it only."
1093
#: bzrlib/builtins.py:2066
1097
#: bzrlib/builtins.py:2085
1094
1098
msgid "Create a branch without a working tree."
1097
#: bzrlib/builtins.py:2086 bzrlib/push.py:110
1101
#: bzrlib/builtins.py:2105 bzrlib/push.py:110
1098
1102
#, python-format
1100
1104
"Parent directory of %s does not exist.\n"
1101
1105
"You may supply --create-prefix to create all leading parent directories."
1104
#: bzrlib/builtins.py:2120
1108
#: bzrlib/builtins.py:2139
1106
1110
"This branch format cannot be set to append-revisions-only. Try --default."
1109
#: bzrlib/builtins.py:2131
1113
#: bzrlib/builtins.py:2150
1110
1114
msgid "Created a {0} (format: {1})\n"
1113
#: bzrlib/builtins.py:2140
1117
#: bzrlib/builtins.py:2159
1114
1118
#, python-format
1115
1119
msgid "Using shared repository: %s\n"
1118
#: bzrlib/builtins.py:2144
1122
#: bzrlib/builtins.py:2163
1119
1123
msgid "Create a shared repository for branches to share storage space."
1122
#: bzrlib/builtins.py:2146
1126
#: bzrlib/builtins.py:2165
1124
1128
"New branches created under the repository directory will store their\n"
1125
1129
"revisions in the repository, not in the branch directory. For branches\n"
1212
1216
" 0 - no change"
1215
#: bzrlib/builtins.py:2231
1219
#: bzrlib/builtins.py:2250
1218
1222
" Shows the difference in the working tree versus the last commit::"
1221
#: bzrlib/builtins.py:2234
1225
#: bzrlib/builtins.py:2253
1222
1226
msgid " bzr diff"
1225
#: bzrlib/builtins.py:2236
1229
#: bzrlib/builtins.py:2255
1226
1230
msgid " Difference between the working tree and revision 1::"
1229
#: bzrlib/builtins.py:2238
1233
#: bzrlib/builtins.py:2257
1230
1234
msgid " bzr diff -r1"
1233
#: bzrlib/builtins.py:2240
1237
#: bzrlib/builtins.py:2259
1234
1238
msgid " Difference between revision 3 and revision 1::"
1237
#: bzrlib/builtins.py:2242
1241
#: bzrlib/builtins.py:2261
1238
1242
msgid " bzr diff -r1..3"
1241
#: bzrlib/builtins.py:2244
1245
#: bzrlib/builtins.py:2263
1242
1246
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1245
#: bzrlib/builtins.py:2246
1249
#: bzrlib/builtins.py:2265
1246
1250
msgid " bzr diff -r1..3 xxx"
1249
#: bzrlib/builtins.py:2248
1253
#: bzrlib/builtins.py:2267
1250
1254
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1253
#: bzrlib/builtins.py:2250
1257
#: bzrlib/builtins.py:2269
1254
1258
msgid " bzr diff -c2"
1257
#: bzrlib/builtins.py:2252
1261
#: bzrlib/builtins.py:2271
1259
1263
" To see the changes introduced by revision X::\n"
1261
1265
" bzr diff -cX"
1264
#: bzrlib/builtins.py:2256
1268
#: bzrlib/builtins.py:2275
1266
1270
" Note that in the case of a merge, the -c option shows the changes\n"
1267
1271
" compared to the left hand parent. To see the changes against\n"
1268
1272
" another parent, use::"
1271
#: bzrlib/builtins.py:2260
1275
#: bzrlib/builtins.py:2279
1272
1276
msgid " bzr diff -r<chosen_parent>..X"
1275
#: bzrlib/builtins.py:2262
1279
#: bzrlib/builtins.py:2281
1277
1281
" The changes between the current revision and the previous revision\n"
1278
1282
" (equivalent to -c-1 and -r-2..-1)"
1281
#: bzrlib/builtins.py:2265
1285
#: bzrlib/builtins.py:2284
1282
1286
msgid " bzr diff -r-2.."
1285
#: bzrlib/builtins.py:2267
1289
#: bzrlib/builtins.py:2286
1286
1290
msgid " Show just the differences for file NEWS::"
1289
#: bzrlib/builtins.py:2269
1293
#: bzrlib/builtins.py:2288
1290
1294
msgid " bzr diff NEWS"
1293
#: bzrlib/builtins.py:2271
1297
#: bzrlib/builtins.py:2290
1294
1298
msgid " Show the differences in working tree xxx for file NEWS::"
1297
#: bzrlib/builtins.py:2273
1301
#: bzrlib/builtins.py:2292
1298
1302
msgid " bzr diff xxx/NEWS"
1301
#: bzrlib/builtins.py:2275
1305
#: bzrlib/builtins.py:2294
1302
1306
msgid " Show the differences from branch xxx to this working tree:"
1305
#: bzrlib/builtins.py:2277
1309
#: bzrlib/builtins.py:2296
1306
1310
msgid " bzr diff --old xxx"
1309
#: bzrlib/builtins.py:2279
1313
#: bzrlib/builtins.py:2298
1310
1314
msgid " Show the differences between two branches for file NEWS::"
1313
#: bzrlib/builtins.py:2281
1317
#: bzrlib/builtins.py:2300
1314
1318
msgid " bzr diff --old xxx --new yyy NEWS"
1317
#: bzrlib/builtins.py:2283
1321
#: bzrlib/builtins.py:2302
1318
1322
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1321
#: bzrlib/builtins.py:2285
1325
#: bzrlib/builtins.py:2304
1323
1327
" bzr diff --prefix old/:new/\n"
1327
1331
" bzr diff --using /usr/bin/diff --diff-options -wu"
1330
#: bzrlib/builtins.py:2295
1334
#: bzrlib/builtins.py:2314
1331
1335
msgid "Pass these options to the external diff program."
1334
#: bzrlib/builtins.py:2298
1338
#: bzrlib/builtins.py:2317
1336
1340
"Set prefixes added to old and new filenames, as two values separated by a "
1337
1341
"colon. (eg \"old/:new/\")."
1340
#: bzrlib/builtins.py:2301
1344
#: bzrlib/builtins.py:2320
1341
1345
msgid "Branch/tree to compare from."
1344
#: bzrlib/builtins.py:2305
1348
#: bzrlib/builtins.py:2324
1345
1349
msgid "Branch/tree to compare to."
1348
#: bzrlib/builtins.py:2311
1352
#: bzrlib/builtins.py:2330
1349
1353
msgid "Use this command to compare files."
1352
#: bzrlib/builtins.py:2316
1356
#: bzrlib/builtins.py:2335
1353
1357
msgid "Diff format to use."
1356
#: bzrlib/builtins.py:2318
1360
#: bzrlib/builtins.py:2337
1357
1361
msgid "Diff format"
1360
#: bzrlib/builtins.py:2340
1364
#: bzrlib/builtins.py:2359
1361
1365
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1364
#: bzrlib/builtins.py:2344
1368
#: bzrlib/builtins.py:2363
1365
1369
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1368
#: bzrlib/builtins.py:2349 bzrlib/builtins.py:2746 bzrlib/builtins.py:2759
1369
#: bzrlib/builtins.py:2767 bzrlib/builtins.py:4933
1372
#: bzrlib/builtins.py:2368 bzrlib/builtins.py:2765 bzrlib/builtins.py:2778
1373
#: bzrlib/builtins.py:2786 bzrlib/builtins.py:4959
1370
1374
msgid "{0} and {1} are mutually exclusive"
1373
#: bzrlib/builtins.py:2369
1377
#: bzrlib/builtins.py:2388
1375
1379
"List files deleted in the working tree.\n"
1379
#: bzrlib/builtins.py:2446
1383
#: bzrlib/builtins.py:2465
1380
1384
msgid "Show the tree root directory."
1383
#: bzrlib/builtins.py:2448
1387
#: bzrlib/builtins.py:2467
1385
1389
"The root is the nearest enclosing directory with a .bzr control\n"
1389
#: bzrlib/builtins.py:2463
1393
#: bzrlib/builtins.py:2482
1390
1394
msgid "The limit argument must be an integer."
1393
#: bzrlib/builtins.py:2471
1397
#: bzrlib/builtins.py:2490
1394
1398
msgid "The levels argument must be an integer."
1397
#: bzrlib/builtins.py:2476
1401
#: bzrlib/builtins.py:2495
1398
1402
msgid "Show historical log for a branch or subset of a branch."
1401
#: bzrlib/builtins.py:2478
1405
#: bzrlib/builtins.py:2497
1403
1407
"log is bzr's default tool for exploring the history of a branch.\n"
1404
1408
"The branch to use is taken from the first parameter. If no parameters\n"
1520
1524
" a nested merge revision and the log will be truncated accordingly."
1523
#: bzrlib/builtins.py:2552
1527
#: bzrlib/builtins.py:2571
1524
1528
msgid ":Path filtering:"
1527
#: bzrlib/builtins.py:2554
1531
#: bzrlib/builtins.py:2573
1529
1533
" If parameters are given and the first one is not a branch, the log\n"
1530
1534
" will be filtered to show only those revisions that changed the\n"
1531
1535
" nominated files or directories."
1534
#: bzrlib/builtins.py:2558
1538
#: bzrlib/builtins.py:2577
1536
1540
" Filenames are interpreted within their historical context. To log a\n"
1537
1541
" deleted file, specify a revision range so that the file existed at\n"
1538
1542
" the end or start of the range."
1541
#: bzrlib/builtins.py:2562
1545
#: bzrlib/builtins.py:2581
1543
1547
" Historical context is also important when interpreting pathnames of\n"
1544
1548
" renamed files/directories. Consider the following example:"
1547
#: bzrlib/builtins.py:2565
1551
#: bzrlib/builtins.py:2584
1549
1553
" * revision 1: add tutorial.txt\n"
1550
1554
" * revision 2: modify tutorial.txt\n"
1551
1555
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1554
#: bzrlib/builtins.py:2569
1558
#: bzrlib/builtins.py:2588
1555
1559
msgid " In this case:"
1558
#: bzrlib/builtins.py:2571
1562
#: bzrlib/builtins.py:2590
1559
1563
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1562
#: bzrlib/builtins.py:2573
1566
#: bzrlib/builtins.py:2592
1564
1568
" * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1567
#: bzrlib/builtins.py:2575
1571
#: bzrlib/builtins.py:2594
1569
1573
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1570
1574
" the original file in revision 2."
1573
#: bzrlib/builtins.py:2578
1577
#: bzrlib/builtins.py:2597
1575
1579
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1576
1580
" was no file called guide.txt in revision 2."
1579
#: bzrlib/builtins.py:2581
1583
#: bzrlib/builtins.py:2600
1581
1585
" Renames are always followed by log. By design, there is no need to\n"
1582
1586
" explicitly ask for this (and no way to stop logging a file back\n"
1583
1587
" until it was last renamed)."
1586
#: bzrlib/builtins.py:2585
1590
#: bzrlib/builtins.py:2604
1587
1591
msgid ":Other filtering:"
1590
#: bzrlib/builtins.py:2587
1594
#: bzrlib/builtins.py:2606
1592
1596
" The --match option can be used for finding revisions that match a\n"
1593
1597
" regular expression in a commit message, committer, author or bug.\n"
1659
1663
" trading disk space for faster speed."
1662
#: bzrlib/builtins.py:2634
1666
#: bzrlib/builtins.py:2653
1663
1667
msgid "Show from oldest to newest."
1666
#: bzrlib/builtins.py:2637
1670
#: bzrlib/builtins.py:2656
1667
1671
msgid "Show files changed in each revision."
1670
#: bzrlib/builtins.py:2643
1674
#: bzrlib/builtins.py:2662
1671
1675
msgid "Show just the specified revision. See also \"help revisionspec\"."
1674
#: bzrlib/builtins.py:2647
1678
#: bzrlib/builtins.py:2666
1675
1679
msgid "What names to list as authors - first, all or committer."
1678
#: bzrlib/builtins.py:2648
1682
#: bzrlib/builtins.py:2667
1679
1683
msgid "Authors"
1682
#: bzrlib/builtins.py:2653
1686
#: bzrlib/builtins.py:2672
1683
1687
msgid "Number of levels to display - 0 for all, 1 for flat."
1686
#: bzrlib/builtins.py:2663
1690
#: bzrlib/builtins.py:2682
1687
1691
msgid "Limit the output to the first N revisions."
1690
#: bzrlib/builtins.py:2668
1694
#: bzrlib/builtins.py:2687
1691
1695
msgid "Show changes made in each revision as a patch."
1694
#: bzrlib/builtins.py:2670
1698
#: bzrlib/builtins.py:2689
1695
1699
msgid "Show merged revisions like --levels 0 does."
1698
#: bzrlib/builtins.py:2674
1702
#: bzrlib/builtins.py:2693
1699
1703
msgid "Do not report commits with more than one parent."
1702
#: bzrlib/builtins.py:2676
1706
#: bzrlib/builtins.py:2695
1704
1708
"Display only the revisions that are not part of both ancestries (require -"
1708
#: bzrlib/builtins.py:2680
1712
#: bzrlib/builtins.py:2699
1709
1713
msgid "Show digital signature validity."
1712
#: bzrlib/builtins.py:2683
1716
#: bzrlib/builtins.py:2702
1713
1717
msgid "Show revisions whose properties match this expression."
1716
#: bzrlib/builtins.py:2687
1720
#: bzrlib/builtins.py:2706
1717
1721
msgid "Show revisions whose message matches this expression."
1720
#: bzrlib/builtins.py:2691
1724
#: bzrlib/builtins.py:2710
1721
1725
msgid "Show revisions whose committer matches this expression."
1724
#: bzrlib/builtins.py:2695
1728
#: bzrlib/builtins.py:2714
1725
1729
msgid "Show revisions whose authors match this expression."
1728
#: bzrlib/builtins.py:2699
1732
#: bzrlib/builtins.py:2718
1729
1733
msgid "Show revisions whose bugs match this expression."
1732
#: bzrlib/builtins.py:2753
1736
#: bzrlib/builtins.py:2772
1733
1737
msgid "--exclude-common-ancestry requires -r with two revisions"
1736
#: bzrlib/builtins.py:2781
1740
#: bzrlib/builtins.py:2800
1737
1741
#, python-format
1738
1742
msgid "Path unknown at end or start of revision range: %s"
1741
#: bzrlib/builtins.py:2898
1745
#: bzrlib/builtins.py:2917
1742
1746
#, python-format
1743
1747
msgid "bzr %s doesn't accept two revisions in different branches."
1746
#: bzrlib/builtins.py:2914
1750
#: bzrlib/builtins.py:2933
1747
1751
#, python-format
1748
1752
msgid "bzr %s --revision takes one or two values."
1751
#: bzrlib/builtins.py:2959
1755
#: bzrlib/builtins.py:2978
1753
1757
"List files in a tree.\n"
1757
#: bzrlib/builtins.py:2968
1761
#: bzrlib/builtins.py:2987
1758
1762
msgid "Recurse into subdirectories."
1761
#: bzrlib/builtins.py:2970
1765
#: bzrlib/builtins.py:2989
1762
1766
msgid "Print paths relative to the root of the branch."
1765
#: bzrlib/builtins.py:2972
1769
#: bzrlib/builtins.py:2991
1766
1770
msgid "Print unknown files."
1769
#: bzrlib/builtins.py:2973
1773
#: bzrlib/builtins.py:2992
1770
1774
msgid "Print versioned files."
1773
#: bzrlib/builtins.py:2976
1777
#: bzrlib/builtins.py:2995
1774
1778
msgid "Print ignored files."
1777
#: bzrlib/builtins.py:2978
1781
#: bzrlib/builtins.py:2997
1778
1782
msgid "List entries of a particular kind: file, directory, symlink."
1781
#: bzrlib/builtins.py:2991
1785
#: bzrlib/builtins.py:3010
1782
1786
msgid "invalid kind specified"
1785
#: bzrlib/builtins.py:2994
1789
#: bzrlib/builtins.py:3013
1786
1790
msgid "Cannot set both --verbose and --null"
1789
#: bzrlib/builtins.py:3003
1793
#: bzrlib/builtins.py:3022
1790
1794
msgid "cannot specify both --from-root and PATH"
1793
#: bzrlib/builtins.py:3090
1797
#: bzrlib/builtins.py:3109
1794
1798
msgid "Ignore specified files or patterns."
1797
#: bzrlib/builtins.py:3092
1801
#: bzrlib/builtins.py:3111
1798
1802
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1801
#: bzrlib/builtins.py:3094
1805
#: bzrlib/builtins.py:3113
1803
1807
"If a .bzrignore file does not exist, the ignore command\n"
1804
1808
"will create one and add the specified files or patterns to the newly\n"
1845
1849
" the shell on Unix."
1848
#: bzrlib/builtins.py:3123
1852
#: bzrlib/builtins.py:3142
1850
1854
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1851
1855
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1854
#: bzrlib/builtins.py:3126
1858
#: bzrlib/builtins.py:3145
1857
1861
" Ignore the top level Makefile::"
1860
#: bzrlib/builtins.py:3129
1864
#: bzrlib/builtins.py:3148
1861
1865
msgid " bzr ignore ./Makefile"
1864
#: bzrlib/builtins.py:3131
1868
#: bzrlib/builtins.py:3150
1865
1869
msgid " Ignore .class files in all directories...::"
1868
#: bzrlib/builtins.py:3133
1872
#: bzrlib/builtins.py:3152
1869
1873
msgid " bzr ignore \"*.class\""
1872
#: bzrlib/builtins.py:3135
1876
#: bzrlib/builtins.py:3154
1873
1877
msgid " ...but do not ignore \"special.class\"::"
1876
#: bzrlib/builtins.py:3137
1880
#: bzrlib/builtins.py:3156
1877
1881
msgid " bzr ignore \"!special.class\""
1880
#: bzrlib/builtins.py:3139
1884
#: bzrlib/builtins.py:3158
1881
1885
msgid " Ignore files whose name begins with the \"#\" character::"
1884
#: bzrlib/builtins.py:3141
1888
#: bzrlib/builtins.py:3160
1885
1889
msgid " bzr ignore \"RE:^#\""
1888
#: bzrlib/builtins.py:3143 bzrlib/builtins.py:3147
1892
#: bzrlib/builtins.py:3162 bzrlib/builtins.py:3166
1889
1893
msgid " Ignore .o files under the lib directory::"
1892
#: bzrlib/builtins.py:3145
1896
#: bzrlib/builtins.py:3164
1893
1897
msgid " bzr ignore \"lib/**/*.o\""
1896
#: bzrlib/builtins.py:3149
1900
#: bzrlib/builtins.py:3168
1897
1901
msgid " bzr ignore \"RE:lib/.*\\.o\""
1900
#: bzrlib/builtins.py:3151
1904
#: bzrlib/builtins.py:3170
1901
1905
msgid " Ignore everything but the \"debian\" toplevel directory::"
1904
#: bzrlib/builtins.py:3153
1908
#: bzrlib/builtins.py:3172
1906
1910
" bzr ignore \"RE:(?!debian/).*\"\n"
1945
#: bzrlib/builtins.py:3219
1949
#: bzrlib/builtins.py:3238
1946
1950
msgid "List ignored files and the patterns that matched them."
1949
#: bzrlib/builtins.py:3221
1953
#: bzrlib/builtins.py:3240
1951
1955
"List all the ignored files and the ignore pattern that caused the file to\n"
1955
#: bzrlib/builtins.py:3224
1959
#: bzrlib/builtins.py:3243
1956
1960
msgid "Alternatively, to list just the files::"
1959
#: bzrlib/builtins.py:3226
1963
#: bzrlib/builtins.py:3245
1960
1964
msgid " bzr ls --ignored"
1963
#: bzrlib/builtins.py:3260
1967
#: bzrlib/builtins.py:3279
1964
1968
#, python-format
1965
1969
msgid "not a valid revision-number: %r"
1968
#: bzrlib/builtins.py:3267
1972
#: bzrlib/builtins.py:3286
1970
1974
"Export current or past revision to a destination directory or archive."
1973
#: bzrlib/builtins.py:3269
1977
#: bzrlib/builtins.py:3288
1974
1978
msgid "If no revision is specified this exports the last committed revision."
1977
#: bzrlib/builtins.py:3271
1981
#: bzrlib/builtins.py:3290
1979
1983
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
1980
1984
"given, try to find the format with the extension. If no extension\n"
1981
1985
"is found exports to a directory (equivalent to --format=dir)."
1984
#: bzrlib/builtins.py:3275
1988
#: bzrlib/builtins.py:3294
1986
1990
"If root is supplied, it will be used as the root directory inside\n"
1987
1991
"container formats (tar, zip, etc). If it is not supplied it will default\n"
1988
1992
"to the exported filename. The root option has no effect for 'dir' format."
1991
#: bzrlib/builtins.py:3279
1995
#: bzrlib/builtins.py:3298
1993
1997
"If branch is omitted then the branch containing the current working\n"
1994
1998
"directory will be used."
1997
#: bzrlib/builtins.py:3282
2001
#: bzrlib/builtins.py:3301
1999
2003
"Note: Export of tree with non-ASCII filenames to zip is not supported."
2002
#: bzrlib/builtins.py:3284
2006
#: bzrlib/builtins.py:3303
2004
2008
" ================= =========================\n"
2005
2009
" Supported formats Autodetected by extension\n"
2012
2016
" ================= ========================="
2015
#: bzrlib/builtins.py:3298
2019
#: bzrlib/builtins.py:3317
2016
2020
msgid "Type of file to export to."
2019
#: bzrlib/builtins.py:3301
2023
#: bzrlib/builtins.py:3320
2020
2024
msgid "Apply content filters to export the convenient form."
2023
#: bzrlib/builtins.py:3305
2027
#: bzrlib/builtins.py:3324
2024
2028
msgid "Name of the root directory inside the exported file."
2027
#: bzrlib/builtins.py:3307
2031
#: bzrlib/builtins.py:3326
2029
2033
"Set modification time of files to that of the last revision in which it was "
2033
#: bzrlib/builtins.py:3310
2037
#: bzrlib/builtins.py:3329
2035
2039
"Export the working tree contents rather than that of the last revision."
2038
#: bzrlib/builtins.py:3329
2042
#: bzrlib/builtins.py:3348
2039
2043
msgid "--uncommitted requires a working tree"
2042
#: bzrlib/builtins.py:3338
2046
#: bzrlib/builtins.py:3357
2043
2047
#, python-format
2044
2048
msgid "Unsupported export format: %s"
2047
#: bzrlib/builtins.py:3342
2051
#: bzrlib/builtins.py:3361
2049
2053
"Write the contents of a file as of a given revision to standard output."
2052
#: bzrlib/builtins.py:3344
2056
#: bzrlib/builtins.py:3363
2053
2057
msgid "If no revision is nominated, the last revision is used."
2056
#: bzrlib/builtins.py:3346
2060
#: bzrlib/builtins.py:3365
2058
2062
"Note: Take care to redirect standard output when using this command on a\n"
2062
#: bzrlib/builtins.py:3352
2066
#: bzrlib/builtins.py:3371
2063
2067
msgid "The path name in the old tree."
2066
#: bzrlib/builtins.py:3353
2070
#: bzrlib/builtins.py:3372
2067
2071
msgid "Apply content filters to display the convenience form."
2070
#: bzrlib/builtins.py:3364
2074
#: bzrlib/builtins.py:3383
2071
2075
msgid "bzr cat --revision takes exactly one revision specifier"
2074
#: bzrlib/builtins.py:3389 bzrlib/builtins.py:3401
2078
#: bzrlib/builtins.py:3408 bzrlib/builtins.py:3420
2075
2079
msgid "{0!r} is not present in revision {1}"
2078
#: bzrlib/builtins.py:3424
2082
#: bzrlib/builtins.py:3443
2079
2083
msgid "Commit changes into a new revision."
2082
#: bzrlib/builtins.py:3426
2086
#: bzrlib/builtins.py:3445
2084
2088
"An explanatory message needs to be given for each commit. This is\n"
2085
2089
"often done by using the --message option (getting the message from the\n"
2168
2172
" one or more bugs. See ``bzr help bugs`` for details."
2171
#: bzrlib/builtins.py:3484
2175
#: bzrlib/builtins.py:3503
2172
2176
msgid "Do not consider changes made to a given path."
2175
#: bzrlib/builtins.py:3487
2179
#: bzrlib/builtins.py:3506
2176
2180
msgid "Description of the new revision."
2179
#: bzrlib/builtins.py:3490
2183
#: bzrlib/builtins.py:3509
2180
2184
msgid "Commit even if nothing has changed."
2183
#: bzrlib/builtins.py:3494
2187
#: bzrlib/builtins.py:3513
2184
2188
msgid "Take commit message from this file."
2187
#: bzrlib/builtins.py:3496
2191
#: bzrlib/builtins.py:3515
2188
2192
msgid "Refuse to commit if there are unknown files in the working tree."
2191
#: bzrlib/builtins.py:3499
2195
#: bzrlib/builtins.py:3518
2193
2197
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2194
2198
"08:00:00 +0100'."
2197
#: bzrlib/builtins.py:3502
2201
#: bzrlib/builtins.py:3521
2198
2202
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2201
#: bzrlib/builtins.py:3505
2205
#: bzrlib/builtins.py:3524
2202
2206
msgid "Set the author's name, if it's different from the committer."
2205
#: bzrlib/builtins.py:3508
2209
#: bzrlib/builtins.py:3527
2207
2211
"Perform a local commit in a bound branch. Local commits are not pushed to "
2208
2212
"the master branch until a normal commit is performed."
2211
#: bzrlib/builtins.py:3514
2215
#: bzrlib/builtins.py:3533
2213
2217
"When no message is supplied, show the diff along with the status summary in "
2214
2218
"the message editor."
2217
#: bzrlib/builtins.py:3517
2221
#: bzrlib/builtins.py:3536
2219
2223
"When committing to a foreign version control system do not push data that "
2220
2224
"can not be natively represented."
2223
#: bzrlib/builtins.py:3535
2227
#: bzrlib/builtins.py:3554
2224
2228
#, python-format
2226
2230
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2236
2240
"Commit refused."
2239
#: bzrlib/builtins.py:3553
2243
#: bzrlib/builtins.py:3572
2240
2244
#, python-format
2241
2245
msgid "Unrecognized bug %s. Commit refused."
2244
#: bzrlib/builtins.py:3556
2248
#: bzrlib/builtins.py:3575
2245
2249
#, python-format
2248
2252
"Commit refused."
2251
#: bzrlib/builtins.py:3580
2255
#: bzrlib/builtins.py:3599
2252
2256
msgid "Could not parse --commit-time: "
2255
#: bzrlib/builtins.py:3620
2259
#: bzrlib/builtins.py:3639
2256
2260
msgid "please specify either --message or --file"
2259
#: bzrlib/builtins.py:3649
2263
#: bzrlib/builtins.py:3668
2260
2264
msgid "please specify a commit message with either --message or --file"
2263
#: bzrlib/builtins.py:3652
2267
#: bzrlib/builtins.py:3671
2265
2269
"Empty commit message specified. Please specify a commit message with either -"
2266
2270
"-message or --file or leave a blank message with --message \"\"."
2269
#: bzrlib/builtins.py:3672
2273
#: bzrlib/builtins.py:3691
2271
2275
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2272
2276
"-unchanged to force an empty commit."
2275
#: bzrlib/builtins.py:3676
2279
#: bzrlib/builtins.py:3695
2277
2281
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2278
2282
"resolve FILE\" to resolve."
2281
#: bzrlib/builtins.py:3680
2285
#: bzrlib/builtins.py:3699
2282
2286
msgid "Commit refused because there are unknown files in the working tree."
2285
#: bzrlib/builtins.py:3683
2289
#: bzrlib/builtins.py:3702
2288
2292
"To commit to master branch, run update and then commit.\n"
2289
2293
"You can also pass --local to commit to continue working disconnected."
2292
#: bzrlib/builtins.py:3691
2296
#: bzrlib/builtins.py:3710
2294
2298
"Validate working tree structure, branch consistency and repository history."
2297
#: bzrlib/builtins.py:3693
2301
#: bzrlib/builtins.py:3712
2299
2303
"This command checks various invariants about branch and repository storage\n"
2300
2304
"to detect data corruption or bzr bugs."
2303
#: bzrlib/builtins.py:3696
2307
#: bzrlib/builtins.py:3715
2305
2309
"The working tree and branch checks will only give output if a problem is\n"
2306
2310
"detected. The output fields of the repository check are:"
2309
#: bzrlib/builtins.py:3699
2313
#: bzrlib/builtins.py:3718
2312
2316
" This is just the number of revisions checked. It doesn't\n"
2313
2317
" indicate a problem."
2316
#: bzrlib/builtins.py:3703
2320
#: bzrlib/builtins.py:3722
2318
2322
"versionedfiles\n"
2319
2323
" This is just the number of versionedfiles checked. It\n"
2320
2324
" doesn't indicate a problem."
2323
#: bzrlib/builtins.py:3707
2327
#: bzrlib/builtins.py:3726
2325
2329
"unreferenced ancestors\n"
2326
2330
" Texts that are ancestors of other texts, but\n"
2344
2348
" indicate a problem."
2347
#: bzrlib/builtins.py:3722
2351
#: bzrlib/builtins.py:3741
2349
2353
"If no restrictions are specified, all Bazaar data that is found at the "
2351
2355
"location will be checked."
2354
#: bzrlib/builtins.py:3727
2358
#: bzrlib/builtins.py:3746
2355
2359
msgid " Check the tree and branch at 'foo'::"
2358
#: bzrlib/builtins.py:3729
2362
#: bzrlib/builtins.py:3748
2359
2363
msgid " bzr check --tree --branch foo"
2362
#: bzrlib/builtins.py:3731
2366
#: bzrlib/builtins.py:3750
2363
2367
msgid " Check only the repository at 'bar'::"
2366
#: bzrlib/builtins.py:3733
2370
#: bzrlib/builtins.py:3752
2367
2371
msgid " bzr check --repo bar"
2370
#: bzrlib/builtins.py:3735
2374
#: bzrlib/builtins.py:3754
2371
2375
msgid " Check everything at 'baz'::"
2374
#: bzrlib/builtins.py:3737
2378
#: bzrlib/builtins.py:3756
2375
2379
msgid " bzr check baz"
2378
#: bzrlib/builtins.py:3743
2382
#: bzrlib/builtins.py:3762
2379
2383
msgid "Check the branch related to the current directory."
2382
#: bzrlib/builtins.py:3745
2386
#: bzrlib/builtins.py:3764
2383
2387
msgid "Check the repository related to the current directory."
2386
#: bzrlib/builtins.py:3747
2390
#: bzrlib/builtins.py:3766
2387
2391
msgid "Check the working tree related to the current directory."
2390
#: bzrlib/builtins.py:3761
2394
#: bzrlib/builtins.py:3780
2391
2395
msgid "Upgrade a repository, branch or working tree to a newer format."
2394
#: bzrlib/builtins.py:3763
2398
#: bzrlib/builtins.py:3782
2396
2400
"When the default format has changed after a major new release of\n"
2397
2401
"Bazaar, you may be informed during certain operations that you\n"
2432
#: bzrlib/builtins.py:3789
2436
#: bzrlib/builtins.py:3808
2434
2438
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2435
2439
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2438
#: bzrlib/builtins.py:3797
2442
#: bzrlib/builtins.py:3816
2439
2443
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2442
#: bzrlib/builtins.py:3801
2446
#: bzrlib/builtins.py:3820
2443
2447
msgid "Branch format"
2446
#: bzrlib/builtins.py:3803
2450
#: bzrlib/builtins.py:3822
2447
2451
msgid "Remove the backup.bzr directory if successful."
2450
#: bzrlib/builtins.py:3805
2454
#: bzrlib/builtins.py:3824
2451
2455
msgid "Show what would be done, but don't actually do anything."
2454
#: bzrlib/builtins.py:3820
2458
#: bzrlib/builtins.py:3839
2455
2459
msgid "Show or set bzr user id."
2458
#: bzrlib/builtins.py:3822
2462
#: bzrlib/builtins.py:3841
2461
2465
" Show the email of the current user::"
2464
#: bzrlib/builtins.py:3825
2468
#: bzrlib/builtins.py:3844
2465
2469
msgid " bzr whoami --email"
2468
#: bzrlib/builtins.py:3827
2472
#: bzrlib/builtins.py:3846
2469
2473
msgid " Set the current user::"
2472
#: bzrlib/builtins.py:3829
2476
#: bzrlib/builtins.py:3848
2473
2477
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2476
#: bzrlib/builtins.py:3833
2480
#: bzrlib/builtins.py:3852
2477
2481
msgid "Display email address only."
2480
#: bzrlib/builtins.py:3835
2484
#: bzrlib/builtins.py:3854
2481
2485
msgid "Set identity for the current branch instead of globally."
2484
#: bzrlib/builtins.py:3861
2488
#: bzrlib/builtins.py:3880
2485
2489
msgid "--email can only be used to display existing identity"
2488
#: bzrlib/builtins.py:3885
2492
#: bzrlib/builtins.py:3904
2489
2493
msgid "Print or set the branch nickname."
2492
#: bzrlib/builtins.py:3887
2496
#: bzrlib/builtins.py:3906
2494
2498
"If unset, the colocated branch name is used for colocated branches, and\n"
2495
2499
"the branch directory name is used for other branches. To print the\n"
2496
2500
"current nickname, execute with no argument."
2499
#: bzrlib/builtins.py:3891
2503
#: bzrlib/builtins.py:3910
2501
2505
"Bound branches use the nickname of its master branch unless it is set\n"
2505
#: bzrlib/builtins.py:3911
2509
#: bzrlib/builtins.py:3930
2506
2510
msgid "Set/unset and display aliases."
2509
#: bzrlib/builtins.py:3913
2513
#: bzrlib/builtins.py:3932
2512
2516
" Show the current aliases::"
2515
#: bzrlib/builtins.py:3916
2519
#: bzrlib/builtins.py:3935
2516
2520
msgid " bzr alias"
2519
#: bzrlib/builtins.py:3918
2523
#: bzrlib/builtins.py:3937
2520
2524
msgid " Show the alias specified for 'll'::"
2523
#: bzrlib/builtins.py:3920
2527
#: bzrlib/builtins.py:3939
2524
2528
msgid " bzr alias ll"
2527
#: bzrlib/builtins.py:3922
2531
#: bzrlib/builtins.py:3941
2528
2532
msgid " Set an alias for 'll'::"
2531
#: bzrlib/builtins.py:3924
2535
#: bzrlib/builtins.py:3943
2532
2536
msgid " bzr alias ll=\"log --line -r-10..-1\""
2535
#: bzrlib/builtins.py:3926
2539
#: bzrlib/builtins.py:3945
2536
2540
msgid " To remove an alias for 'll'::"
2539
#: bzrlib/builtins.py:3928
2543
#: bzrlib/builtins.py:3947
2540
2544
msgid " bzr alias --remove ll"
2543
#: bzrlib/builtins.py:3933
2547
#: bzrlib/builtins.py:3952
2544
2548
msgid "Remove the alias."
2547
#: bzrlib/builtins.py:3951
2551
#: bzrlib/builtins.py:3970
2548
2552
msgid "bzr alias --remove expects an alias to remove."
2551
#: bzrlib/builtins.py:4132
2555
#: bzrlib/builtins.py:4151
2553
2557
"subunit not available. subunit needs to be installed to use --subunit."
2556
#: bzrlib/builtins.py:4149
2560
#: bzrlib/builtins.py:4168
2558
2562
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2561
#: bzrlib/builtins.py:4196
2565
#: bzrlib/builtins.py:4215
2562
2566
msgid "Show version of bzr."
2565
#: bzrlib/builtins.py:4200
2569
#: bzrlib/builtins.py:4219
2566
2570
msgid "Print just the version number."
2569
#: bzrlib/builtins.py:4219
2573
#: bzrlib/builtins.py:4238
2570
2574
msgid "It sure does!\n"
2573
#: bzrlib/builtins.py:4243
2577
#: bzrlib/builtins.py:4262
2574
2578
#, python-format
2575
2579
msgid "merge base is revision %s\n"
2578
#: bzrlib/builtins.py:4247
2582
#: bzrlib/builtins.py:4266
2579
2583
msgid "Perform a three-way merge."
2582
#: bzrlib/builtins.py:4249
2586
#: bzrlib/builtins.py:4268
2584
2588
"The source of the merge can be specified either in the form of a branch,\n"
2585
2589
"or in the form of a path to a file containing a merge directive generated\n"
2655
2659
"merge revision which has more than two parents."
2658
#: bzrlib/builtins.py:4296
2662
#: bzrlib/builtins.py:4315
2660
2664
"If one would like to merge changes from the working tree of the other\n"
2661
2665
"branch without merging any committed revisions, the --uncommitted option\n"
2662
2666
"can be given."
2665
#: bzrlib/builtins.py:4300
2669
#: bzrlib/builtins.py:4319
2667
2671
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2668
2672
"you to apply each diff hunk and file change, similar to \"shelve\"."
2671
#: bzrlib/builtins.py:4303
2675
#: bzrlib/builtins.py:4322
2674
2678
" To merge all new revisions from bzr.dev::"
2677
#: bzrlib/builtins.py:4306
2681
#: bzrlib/builtins.py:4325
2678
2682
msgid " bzr merge ../bzr.dev"
2681
#: bzrlib/builtins.py:4308
2685
#: bzrlib/builtins.py:4327
2682
2686
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2685
#: bzrlib/builtins.py:4310
2689
#: bzrlib/builtins.py:4329
2686
2690
msgid " bzr merge -r 82 ../bzr.dev"
2689
#: bzrlib/builtins.py:4312
2693
#: bzrlib/builtins.py:4331
2690
2694
msgid " To merge the changes introduced by 82, without previous changes::"
2693
#: bzrlib/builtins.py:4314
2697
#: bzrlib/builtins.py:4333
2694
2698
msgid " bzr merge -r 81..82 ../bzr.dev"
2697
#: bzrlib/builtins.py:4316
2701
#: bzrlib/builtins.py:4335
2698
2702
msgid " To apply a merge directive contained in /tmp/merge::"
2701
#: bzrlib/builtins.py:4318
2705
#: bzrlib/builtins.py:4337
2702
2706
msgid " bzr merge /tmp/merge"
2705
#: bzrlib/builtins.py:4320
2709
#: bzrlib/builtins.py:4339
2707
2711
" To create a merge revision with three parents from two branches\n"
2708
2712
" feature1a and feature1b:"
2711
#: bzrlib/builtins.py:4323
2715
#: bzrlib/builtins.py:4342
2713
2717
" bzr merge ../feature1a\n"
2714
2718
" bzr merge ../feature1b --force\n"
2715
2719
" bzr commit -m 'revision with three parents'"
2718
#: bzrlib/builtins.py:4335
2722
#: bzrlib/builtins.py:4354
2719
2723
msgid "Merge even if the destination tree has uncommitted changes."
2722
#: bzrlib/builtins.py:4341
2726
#: bzrlib/builtins.py:4360
2724
2728
"Apply uncommitted changes from a working copy, instead of branch changes."
2727
#: bzrlib/builtins.py:4343
2731
#: bzrlib/builtins.py:4362
2729
2733
"If the destination is already completely merged into the source, pull from "
2730
2734
"the source rather than merging. When this happens, you do not need to "
2731
2735
"commit the result."
2734
#: bzrlib/builtins.py:4348
2738
#: bzrlib/builtins.py:4367
2736
2740
"Branch to merge into, rather than the one containing the working directory."
2739
#: bzrlib/builtins.py:4350
2743
#: bzrlib/builtins.py:4369
2740
2744
msgid "Instead of merging, show a diff of the merge."
2743
#: bzrlib/builtins.py:4352
2747
#: bzrlib/builtins.py:4371
2744
2748
msgid "Select changes interactively."
2747
#: bzrlib/builtins.py:4374
2751
#: bzrlib/builtins.py:4393
2749
2753
"Merging into empty branches not currently supported, "
2750
2754
"https://bugs.launchpad.net/bzr/+bug/308562"
2753
#: bzrlib/builtins.py:4401
2757
#: bzrlib/builtins.py:4420
2754
2758
msgid "Cannot use --uncommitted with bundles or merge directives."
2757
#: bzrlib/builtins.py:4412
2761
#: bzrlib/builtins.py:4431
2758
2762
msgid "Cannot use --uncommitted and --revision at the same time."
2761
#: bzrlib/builtins.py:4432
2765
#: bzrlib/builtins.py:4451
2762
2766
msgid "merger: "
2765
#: bzrlib/builtins.py:4434 bzrlib/bundle/apply_bundle.py:71
2769
#: bzrlib/builtins.py:4453 bzrlib/bundle/apply_bundle.py:71
2766
2770
msgid "Nothing to do."
2769
#: bzrlib/builtins.py:4438
2773
#: bzrlib/builtins.py:4457
2770
2774
msgid "Cannot pull individual files"
2773
#: bzrlib/builtins.py:4446
2777
#: bzrlib/builtins.py:4465
2774
2778
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2777
#: bzrlib/builtins.py:4504
2781
#: bzrlib/builtins.py:4523
2778
2782
#, python-format
2779
2783
msgid "Show-base is not supported for this merge type. %s"
2782
#: bzrlib/builtins.py:4513
2786
#: bzrlib/builtins.py:4532
2783
2787
#, python-format
2784
2788
msgid "Conflict reduction is not supported for merge type %s."
2787
#: bzrlib/builtins.py:4517
2791
#: bzrlib/builtins.py:4536
2788
2792
msgid "Cannot do conflict reduction and show base."
2791
#: bzrlib/builtins.py:4628
2795
#: bzrlib/builtins.py:4647
2792
2796
msgid "No location specified or remembered"
2795
#: bzrlib/builtins.py:4630
2799
#: bzrlib/builtins.py:4649
2796
2800
msgid "{0} remembered {1} location {2}"
2799
#: bzrlib/builtins.py:4636
2803
#: bzrlib/builtins.py:4655
2800
2804
msgid "Redo a merge."
2803
#: bzrlib/builtins.py:4638
2807
#: bzrlib/builtins.py:4657
2805
2809
"Use this if you want to try a different merge technique while resolving\n"
2806
2810
"conflicts. Some merge techniques are better than others, and remerge\n"
2807
2811
"lets you try different ones on different files."
2810
#: bzrlib/builtins.py:4642
2814
#: bzrlib/builtins.py:4661
2812
2816
"The options for remerge have the same meaning and defaults as the ones for\n"
2813
2817
"merge. The difference is that remerge can (only) be run when there is a\n"
2814
2818
"pending merge, and it lets you specify particular files."
2817
#: bzrlib/builtins.py:4646
2821
#: bzrlib/builtins.py:4665
2820
2824
" Re-do the merge of all conflicted files, and show the base text in\n"
2821
2825
" conflict regions, in addition to the usual THIS and OTHER texts::"
2824
#: bzrlib/builtins.py:4650
2828
#: bzrlib/builtins.py:4669
2825
2829
msgid " bzr remerge --show-base"
2828
#: bzrlib/builtins.py:4652
2832
#: bzrlib/builtins.py:4671
2830
2834
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2831
2835
" additional processing to reduce the size of conflict regions::"
2834
#: bzrlib/builtins.py:4655
2838
#: bzrlib/builtins.py:4674
2835
2839
msgid " bzr remerge --merge-type weave --reprocess foobar"
2838
#: bzrlib/builtins.py:4662
2842
#: bzrlib/builtins.py:4681
2839
2843
msgid "Show base revision text in conflicts."
2842
#: bzrlib/builtins.py:4674
2846
#: bzrlib/builtins.py:4693
2844
2848
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2848
#: bzrlib/builtins.py:4731
2849
msgid "Revert files to a previous revision."
2852
#: bzrlib/builtins.py:4751
2854
"Set files in the working tree back to the contents of a previous revision."
2852
#: bzrlib/builtins.py:4733
2857
#: bzrlib/builtins.py:4753
2854
2859
"Giving a list of files will revert only those files. Otherwise, all files\n"
2855
2860
"will be reverted. If the revision is not specified with '--revision', the\n"
2856
"last committed revision is used."
2861
"working tree basis revision is used. A revert operation affects only the\n"
2862
"working tree, not any revision history like the branch and repository or\n"
2863
"the working tree basis revision."
2859
#: bzrlib/builtins.py:4737
2866
#: bzrlib/builtins.py:4759
2861
2868
"To remove only some changes, without reverting to a prior version, use\n"
2862
2869
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2863
2870
"will remove the changes introduced by the second last commit (-2), without\n"
2864
2871
"affecting the changes introduced by the last commit (-1). To remove\n"
2865
"certain changes on a hunk-by-hunk basis, see the shelve command."
2872
"certain changes on a hunk-by-hunk basis, see the shelve command.\n"
2873
"To update the branch to a specific revision or the latest revision and\n"
2874
"update the working tree accordingly while preserving local changes, see the\n"
2868
#: bzrlib/builtins.py:4743
2878
#: bzrlib/builtins.py:4768
2870
"By default, any files that have been manually changed will be backed up\n"
2871
"first. (Files changed only by merge are not backed up.) Backup files have\n"
2872
"'.~#~' appended to their name, where # is a number."
2880
"Uncommitted changes to files that are reverted will be discarded.\n"
2881
"Howver, by default, any files that have been manually changed will be\n"
2882
"backed up first. (Files changed only by merge are not backed up.) Backup\n"
2883
"files have '.~#~' appended to their name, where # is a number."
2875
#: bzrlib/builtins.py:4747
2886
#: bzrlib/builtins.py:4773
2877
2888
"When you provide files, you can use their current pathname or the pathname\n"
2878
2889
"from the target revision. So you can use revert to \"undelete\" a file by\n"
2951
2962
" 0 - no missing revisions"
2954
#: bzrlib/builtins.py:4861
2965
#: bzrlib/builtins.py:4887
2956
2967
" Determine the missing revisions between this and the branch at the\n"
2957
2968
" remembered pull location::"
2960
#: bzrlib/builtins.py:4864
2971
#: bzrlib/builtins.py:4890
2961
2972
msgid " bzr missing"
2964
#: bzrlib/builtins.py:4866
2975
#: bzrlib/builtins.py:4892
2965
2976
msgid " Determine the missing revisions between this and another branch::"
2968
#: bzrlib/builtins.py:4868
2979
#: bzrlib/builtins.py:4894
2969
2980
msgid " bzr missing http://server/branch"
2972
#: bzrlib/builtins.py:4870
2983
#: bzrlib/builtins.py:4896
2974
2985
" Determine the missing revisions up to a specific revision on the other\n"
2978
#: bzrlib/builtins.py:4873
2989
#: bzrlib/builtins.py:4899
2979
2990
msgid " bzr missing -r ..-10"
2982
#: bzrlib/builtins.py:4875
2993
#: bzrlib/builtins.py:4901
2984
2995
" Determine the missing revisions up to a specific revision on this\n"
2988
#: bzrlib/builtins.py:4878
2999
#: bzrlib/builtins.py:4904
2989
3000
msgid " bzr missing --my-revision ..-10"
2992
#: bzrlib/builtins.py:4885
3003
#: bzrlib/builtins.py:4911
2993
3004
msgid "Reverse the order of revisions."
2996
#: bzrlib/builtins.py:4887
3007
#: bzrlib/builtins.py:4913
2997
3008
msgid "Display changes in the local branch only."
3000
#: bzrlib/builtins.py:4888
3011
#: bzrlib/builtins.py:4914
3001
3012
msgid "Same as --mine-only."
3004
#: bzrlib/builtins.py:4890
3015
#: bzrlib/builtins.py:4916
3005
3016
msgid "Display changes in the remote branch only."
3008
#: bzrlib/builtins.py:4891
3019
#: bzrlib/builtins.py:4917
3009
3020
msgid "Same as --theirs-only."
3012
#: bzrlib/builtins.py:4896
3023
#: bzrlib/builtins.py:4922
3014
3025
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3018
#: bzrlib/builtins.py:4900
3029
#: bzrlib/builtins.py:4926
3020
3031
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3024
#: bzrlib/builtins.py:4903
3035
#: bzrlib/builtins.py:4929
3025
3036
msgid "Show all revisions in addition to the mainline ones."
3028
#: bzrlib/builtins.py:4957
3039
#: bzrlib/builtins.py:4983
3029
3040
msgid "No peer location known or specified."
3032
#: bzrlib/builtins.py:4961
3043
#: bzrlib/builtins.py:4987
3033
3044
msgid "Using saved parent location: {0}\n"
3036
#: bzrlib/builtins.py:4994
3047
#: bzrlib/builtins.py:5020
3037
3048
#, python-format
3038
3049
msgid "You have %d extra revision:\n"
3039
3050
msgid_plural "You have %d extra revisions:\n"
3043
#: bzrlib/builtins.py:5010
3054
#: bzrlib/builtins.py:5040
3044
3055
#, python-format
3045
3056
msgid "You are missing %d revision:\n"
3046
3057
msgid_plural "You are missing %d revisions:\n"
3050
#: bzrlib/builtins.py:5022
3061
#: bzrlib/builtins.py:5055
3051
3062
msgid "This branch has no new revisions.\n"
3054
#: bzrlib/builtins.py:5025
3065
#: bzrlib/builtins.py:5058
3055
3066
msgid "Other branch has no new revisions.\n"
3058
#: bzrlib/builtins.py:5030
3069
#: bzrlib/builtins.py:5063
3059
3070
msgid "Branches are up to date.\n"
3062
#: bzrlib/builtins.py:5041
3073
#: bzrlib/builtins.py:5074
3063
3074
msgid "Compress the data within a repository."
3066
#: bzrlib/builtins.py:5043
3077
#: bzrlib/builtins.py:5076
3068
3079
"This operation compresses the data within a bazaar repository. As\n"
3069
3080
"bazaar supports automatic packing of repository, this operation is\n"
3070
3081
"normally not required to be done manually."
3073
#: bzrlib/builtins.py:5047
3084
#: bzrlib/builtins.py:5080
3075
3086
"During the pack operation, bazaar takes a backup of existing repository\n"
3076
3087
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3122
3133
"plugins using the Python programming language."
3125
#: bzrlib/builtins.py:5105
3136
#: bzrlib/builtins.py:5138
3126
3137
msgid "Show testament (signing-form) of a revision."
3129
#: bzrlib/builtins.py:5108
3140
#: bzrlib/builtins.py:5141
3130
3141
msgid "Produce long-format testament."
3133
#: bzrlib/builtins.py:5110
3144
#: bzrlib/builtins.py:5143
3134
3145
msgid "Produce a strict-format testament."
3137
#: bzrlib/builtins.py:5136
3148
#: bzrlib/builtins.py:5169
3138
3149
msgid "Show the origin of each line in a file."
3141
#: bzrlib/builtins.py:5138
3152
#: bzrlib/builtins.py:5171
3143
3154
"This prints out the given file with an annotation on the left side\n"
3144
3155
"indicating which revision, author and date introduced the change."
3147
#: bzrlib/builtins.py:5141
3158
#: bzrlib/builtins.py:5174
3149
3160
"If the origin is the same for a run of consecutive lines, it is\n"
3150
3161
"shown only at the top, unless the --all option is given."
3153
#: bzrlib/builtins.py:5149
3164
#: bzrlib/builtins.py:5182
3154
3165
msgid "Show annotations on all lines."
3157
#: bzrlib/builtins.py:5150
3168
#: bzrlib/builtins.py:5183
3158
3169
msgid "Show commit date in annotations."
3161
#: bzrlib/builtins.py:5237
3172
#: bzrlib/builtins.py:5270
3162
3173
msgid "Cannot sign a range of non-revision-history revisions"
3165
#: bzrlib/builtins.py:5249
3176
#: bzrlib/builtins.py:5282
3166
3177
msgid "Please supply either one revision, or a range."
3169
#: bzrlib/builtins.py:5253
3180
#: bzrlib/builtins.py:5286
3171
3182
"Convert the current branch into a checkout of the supplied branch.\n"
3172
3183
"If no branch is supplied, rebind to the last bound location."
3175
#: bzrlib/builtins.py:5256
3186
#: bzrlib/builtins.py:5289
3177
3188
"Once converted into a checkout, commits must succeed on the master branch\n"
3178
3189
"before they will be applied to the local branch."
3181
#: bzrlib/builtins.py:5259
3192
#: bzrlib/builtins.py:5292
3183
3194
"Bound branches use the nickname of its master branch unless it is set\n"
3184
3195
"locally, in which case binding will update the local nickname to be\n"
3185
3196
"that of the master."
3188
#: bzrlib/builtins.py:5274
3199
#: bzrlib/builtins.py:5307
3189
3200
msgid "No location supplied. This format does not remember old locations."
3192
#: bzrlib/builtins.py:5280
3203
#: bzrlib/builtins.py:5313
3193
3204
msgid "Branch is already bound"
3196
#: bzrlib/builtins.py:5283
3207
#: bzrlib/builtins.py:5316
3197
3208
msgid "No location supplied and no previous location known"
3200
#: bzrlib/builtins.py:5289
3211
#: bzrlib/builtins.py:5322
3201
3212
msgid "These branches have diverged. Try merging, and then bind again."
3204
#: bzrlib/builtins.py:5296
3215
#: bzrlib/builtins.py:5329
3205
3216
msgid "Convert the current checkout into a regular branch."
3208
#: bzrlib/builtins.py:5298
3219
#: bzrlib/builtins.py:5331
3210
3221
"After unbinding, the local branch is considered independent and subsequent\n"
3211
3222
"commits will be local only."
3214
#: bzrlib/builtins.py:5309
3225
#: bzrlib/builtins.py:5342
3215
3226
msgid "Local branch is not bound"
3218
#: bzrlib/builtins.py:5313
3229
#: bzrlib/builtins.py:5346
3219
3230
msgid "Remove the last committed revision."
3222
#: bzrlib/builtins.py:5315
3233
#: bzrlib/builtins.py:5348
3224
3235
"--verbose will print out what is being removed.\n"
3225
3236
"--dry-run will go through all the motions, but not actually\n"
3226
3237
"remove anything."
3229
#: bzrlib/builtins.py:5319
3240
#: bzrlib/builtins.py:5352
3231
3242
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3232
3243
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3233
3244
"branch at revision 15."
3236
#: bzrlib/builtins.py:5323
3247
#: bzrlib/builtins.py:5356
3238
3249
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3239
3250
"it may make is to restore any pending merges that were present before\n"
3243
#: bzrlib/builtins.py:5334
3254
#: bzrlib/builtins.py:5367
3244
3255
msgid "Don't actually make changes."
3247
#: bzrlib/builtins.py:5335
3258
#: bzrlib/builtins.py:5368
3248
3259
msgid "Say yes to all questions."
3251
#: bzrlib/builtins.py:5337
3262
#: bzrlib/builtins.py:5370
3252
3263
msgid "Keep tags that point to removed revisions."
3255
#: bzrlib/builtins.py:5339
3266
#: bzrlib/builtins.py:5372
3256
3267
msgid "Only remove the commits from the local branch when in a checkout."
3259
#: bzrlib/builtins.py:5388
3270
#: bzrlib/builtins.py:5421
3260
3271
msgid "No revisions to uncommit.\n"
3263
#: bzrlib/builtins.py:5403
3274
#: bzrlib/builtins.py:5436
3264
3275
msgid "Dry-run, pretending to remove the above revisions.\n"
3267
#: bzrlib/builtins.py:5406
3278
#: bzrlib/builtins.py:5439
3268
3279
msgid "The above revision(s) will be removed.\n"
3271
#: bzrlib/builtins.py:5410
3282
#: bzrlib/builtins.py:5443
3272
3283
msgid "Uncommit these revisions"
3275
#: bzrlib/builtins.py:5413
3286
#: bzrlib/builtins.py:5446
3276
3287
msgid "Canceled\n"
3279
#: bzrlib/builtins.py:5420
3290
#: bzrlib/builtins.py:5453
3280
3291
#, python-format
3282
3293
"You can restore the old tip by running:\n"
3283
3294
" bzr pull . -r revid:%s\n"
3286
#: bzrlib/builtins.py:5425
3297
#: bzrlib/builtins.py:5458
3287
3298
msgid "Break a dead lock."
3290
#: bzrlib/builtins.py:5427
3301
#: bzrlib/builtins.py:5460
3292
3303
"This command breaks a lock on a repository, branch, working directory or\n"
3296
#: bzrlib/builtins.py:5430
3307
#: bzrlib/builtins.py:5463
3298
3309
"CAUTION: Locks should only be broken when you are sure that the process\n"
3299
3310
"holding the lock has been stopped."
3302
#: bzrlib/builtins.py:5433
3313
#: bzrlib/builtins.py:5466
3304
3315
"You can get information on what locks are open via the 'bzr info\n"
3305
3316
"[location]' command."
3308
#: bzrlib/builtins.py:5436
3319
#: bzrlib/builtins.py:5469
3311
3322
" bzr break-lock\n"
3313
3324
" bzr break-lock --conf ~/.bazaar"
3316
#: bzrlib/builtins.py:5445
3327
#: bzrlib/builtins.py:5478
3317
3328
msgid "LOCATION is the directory where the config lock is."
3320
#: bzrlib/builtins.py:5447
3331
#: bzrlib/builtins.py:5480
3321
3332
msgid "Do not ask for confirmation before breaking the lock."
3324
#: bzrlib/builtins.py:5482
3335
#: bzrlib/builtins.py:5515
3325
3336
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3328
#: bzrlib/builtins.py:5483
3339
#: bzrlib/builtins.py:5516
3329
3340
msgid "Run the bzr server."
3332
#: bzrlib/builtins.py:5489
3343
#: bzrlib/builtins.py:5522
3333
3344
msgid "Serve on stdin/out for use from inetd or sshd."
3336
#: bzrlib/builtins.py:5490
3347
#: bzrlib/builtins.py:5523
3337
3348
msgid "protocol"
3340
#: bzrlib/builtins.py:5491
3351
#: bzrlib/builtins.py:5524
3341
3352
msgid "Protocol to serve."
3344
#: bzrlib/builtins.py:5495
3355
#: bzrlib/builtins.py:5528
3345
3356
msgid "Listen for connections on nominated address."
3348
#: bzrlib/builtins.py:5497
3359
#: bzrlib/builtins.py:5530
3350
3361
"Listen for connections on nominated port. Passing 0 as the port number will "
3351
3362
"result in a dynamically allocated port. The default port depends on the "
3355
#: bzrlib/builtins.py:5502
3366
#: bzrlib/builtins.py:5535
3356
3367
msgid "Serve contents of this directory."
3359
#: bzrlib/builtins.py:5504
3370
#: bzrlib/builtins.py:5537
3361
3372
"By default the server is a readonly server. Supplying --allow-writes "
3362
3373
"enables write access to the contents of the served directory and below. "
3365
3376
"uncontrolled write access to your file system."
3368
#: bzrlib/builtins.py:5513
3379
#: bzrlib/builtins.py:5546
3369
3380
msgid "Override the default idle client timeout (5min)."
3372
#: bzrlib/builtins.py:5531
3383
#: bzrlib/builtins.py:5564
3373
3384
msgid "Combine a tree into its containing tree."
3376
#: bzrlib/builtins.py:5533
3387
#: bzrlib/builtins.py:5566
3377
3388
msgid "This command requires the target tree to be in a rich-root format."
3380
#: bzrlib/builtins.py:5535
3391
#: bzrlib/builtins.py:5568
3382
3393
"The TREE argument should be an independent tree, inside another tree, but\n"
3383
3394
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3384
3395
"running \"bzr branch\" with the target inside a tree.)"
3387
#: bzrlib/builtins.py:5539
3398
#: bzrlib/builtins.py:5572
3389
3400
"The result is a combined tree, with the subtree no longer an independent\n"
3390
3401
"part. This is marked as a merge of the subtree into the containing tree,\n"
3391
3402
"and all history is preserved."
3394
#: bzrlib/builtins.py:5557
3405
#: bzrlib/builtins.py:5590
3395
3406
#, python-format
3397
3408
"Can't join trees because %s doesn't support rich root data.\n"
3398
3409
"You can use bzr upgrade on the repository."
3401
#: bzrlib/builtins.py:5567 bzrlib/builtins.py:5573
3412
#: bzrlib/builtins.py:5600 bzrlib/builtins.py:5606
3402
3413
msgid "Cannot join {0}. {1}"
3405
#: bzrlib/builtins.py:5577
3416
#: bzrlib/builtins.py:5610
3406
3417
msgid "Split a subdirectory of a tree into a separate tree."
3409
#: bzrlib/builtins.py:5579
3420
#: bzrlib/builtins.py:5612
3411
3422
"This command will produce a target tree in a format that supports\n"
3412
3423
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3413
3424
"converted into earlier formats like 'dirstate-tags'."
3416
#: bzrlib/builtins.py:5583
3427
#: bzrlib/builtins.py:5616
3418
3429
"The TREE argument should be a subdirectory of a working tree. That\n"
3419
3430
"subdirectory will be converted into an independent tree, with its own\n"
3420
3431
"branch. Commits in the top-level tree will not apply to the new subtree."
3423
#: bzrlib/builtins.py:5663
3434
#: bzrlib/builtins.py:5696
3424
3435
msgid "No submit branch specified or known"
3427
#: bzrlib/builtins.py:5672 bzrlib/send.py:109
3438
#: bzrlib/builtins.py:5705 bzrlib/send.py:109
3428
3439
msgid "No public branch specified or known"
3431
#: bzrlib/builtins.py:5677
3442
#: bzrlib/builtins.py:5710
3432
3443
msgid "bzr merge-directive takes at most two one revision identifiers"
3435
#: bzrlib/builtins.py:5686
3446
#: bzrlib/builtins.py:5719
3436
3447
msgid "No revisions to bundle."
3439
#: bzrlib/builtins.py:5705
3450
#: bzrlib/builtins.py:5738
3440
3451
msgid "Mail or create a merge-directive for submitting changes."
3443
#: bzrlib/builtins.py:5707
3454
#: bzrlib/builtins.py:5740
3444
3455
msgid "A merge directive provides many things needed for requesting merges:"
3447
#: bzrlib/builtins.py:5709
3458
#: bzrlib/builtins.py:5742
3448
3459
msgid "* A machine-readable description of the merge to perform"
3451
#: bzrlib/builtins.py:5711
3462
#: bzrlib/builtins.py:5744
3452
3463
msgid "* An optional patch that is a preview of the changes requested"
3455
#: bzrlib/builtins.py:5713
3466
#: bzrlib/builtins.py:5746
3457
3468
"* An optional bundle of revision data, so that the changes can be applied\n"
3458
3469
" directly from the merge directive, without retrieving data from a\n"
3462
#: bzrlib/builtins.py:5717
3473
#: bzrlib/builtins.py:5750
3464
3475
"`bzr send` creates a compact data set that, when applied using bzr\n"
3465
3476
"merge, has the same effect as merging from the source branch. "
3468
#: bzrlib/builtins.py:5720
3479
#: bzrlib/builtins.py:5753
3470
3481
"By default the merge directive is self-contained and can be applied to any\n"
3471
3482
"branch containing submit_branch in its ancestory without needing access to\n"
3472
3483
"the source branch."
3475
#: bzrlib/builtins.py:5724
3486
#: bzrlib/builtins.py:5757
3477
3488
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3478
3489
"revisions, but only a structured request to merge from the\n"
3564
3575
"set them, and use `bzr info` to display them."
3567
#: bzrlib/builtins.py:5799
3578
#: bzrlib/builtins.py:5832
3568
3579
msgid "Write merge directive to this file or directory; use - for stdout."
3571
#: bzrlib/builtins.py:5803
3582
#: bzrlib/builtins.py:5836
3573
3584
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3574
3585
"strict disables the check."
3577
#: bzrlib/builtins.py:5805
3588
#: bzrlib/builtins.py:5838
3578
3589
msgid "Mail the request to this address."
3581
#: bzrlib/builtins.py:5809
3592
#: bzrlib/builtins.py:5842
3582
3593
msgid "Body for the email."
3585
#: bzrlib/builtins.py:5862
3596
#: bzrlib/builtins.py:5895
3586
3597
msgid "Do not include a bundle in the merge directive."
3589
#: bzrlib/builtins.py:5863
3600
#: bzrlib/builtins.py:5896
3590
3601
msgid "Do not include a preview patch in the merge directive."
3593
#: bzrlib/builtins.py:5866
3604
#: bzrlib/builtins.py:5899
3594
3605
msgid "Remember submit and public branch."
3597
#: bzrlib/builtins.py:5868
3608
#: bzrlib/builtins.py:5901
3599
3610
"Branch to generate the submission from, rather than the one containing the "
3600
3611
"working directory."
3603
#: bzrlib/builtins.py:5878 bzrlib/cmd_version_info.py:76
3614
#: bzrlib/builtins.py:5911 bzrlib/cmd_version_info.py:76
3607
#: bzrlib/builtins.py:5879
3618
#: bzrlib/builtins.py:5912
3608
3619
msgid "Use the specified output format."
3611
#: bzrlib/builtins.py:5901
3622
#: bzrlib/builtins.py:5934
3612
3623
msgid "Create, remove or modify a tag naming a revision."
3615
#: bzrlib/builtins.py:5903
3626
#: bzrlib/builtins.py:5936
3617
3628
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3618
3629
"(--revision) option can be given -rtag:X, where X is any previously\n"
3622
#: bzrlib/builtins.py:5907
3633
#: bzrlib/builtins.py:5940
3624
3635
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3625
3636
"along when you branch, push, pull or merge."
3628
#: bzrlib/builtins.py:5910
3639
#: bzrlib/builtins.py:5943
3630
3641
"It is an error to give a tag name that already exists unless you pass\n"
3631
3642
"--force, in which case the tag is moved to point to the new revision."
3634
#: bzrlib/builtins.py:5913
3645
#: bzrlib/builtins.py:5946
3636
3647
"To rename a tag (change the name but keep it on the same revsion), run "
3638
3649
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3641
#: bzrlib/builtins.py:5916
3652
#: bzrlib/builtins.py:5949
3643
3654
"If no tag name is specified it will be determined through the \n"
3644
3655
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3649
#: bzrlib/builtins.py:5926
3660
#: bzrlib/builtins.py:5959
3650
3661
msgid "Delete this tag rather than placing it."
3653
#: bzrlib/builtins.py:5929
3664
#: bzrlib/builtins.py:5962
3654
3665
msgid "Branch in which to place the tag."
3657
#: bzrlib/builtins.py:5931
3668
#: bzrlib/builtins.py:5964
3658
3669
msgid "Replace existing tags."
3661
#: bzrlib/builtins.py:5946
3672
#: bzrlib/builtins.py:5979
3662
3673
msgid "No tag specified to delete."
3665
#: bzrlib/builtins.py:5948
3676
#: bzrlib/builtins.py:5981
3666
3677
#, python-format
3667
3678
msgid "Deleted tag %s."
3670
#: bzrlib/builtins.py:5962
3681
#: bzrlib/builtins.py:5995
3671
3682
msgid "Please specify a tag name."
3674
#: bzrlib/builtins.py:5970
3685
#: bzrlib/builtins.py:6003
3675
3686
#, python-format
3676
3687
msgid "Tag %s already exists for that revision."
3679
#: bzrlib/builtins.py:5974
3690
#: bzrlib/builtins.py:6007
3680
3691
#, python-format
3681
3692
msgid "Created tag %s."
3684
#: bzrlib/builtins.py:5976
3695
#: bzrlib/builtins.py:6009
3685
3696
#, python-format
3686
3697
msgid "Updated tag %s."
3689
#: bzrlib/builtins.py:5980
3700
#: bzrlib/builtins.py:6013
3690
3701
msgid "List tags."
3693
#: bzrlib/builtins.py:5982
3704
#: bzrlib/builtins.py:6015
3695
3706
"This command shows a table of tag names and the revisions they reference."
3698
#: bzrlib/builtins.py:5988
3709
#: bzrlib/builtins.py:6021
3699
3710
msgid "Branch whose tags should be displayed."
3702
#: bzrlib/builtins.py:5990
3713
#: bzrlib/builtins.py:6023
3703
3714
msgid "Sort tags by different criteria."
3706
#: bzrlib/builtins.py:5990
3717
#: bzrlib/builtins.py:6023
3707
3718
msgid "Sorting"
3710
#: bzrlib/builtins.py:6059
3721
#: bzrlib/builtins.py:6092
3711
3722
msgid "Reconfigure the type of a bzr directory."
3714
#: bzrlib/builtins.py:6061
3725
#: bzrlib/builtins.py:6094
3715
3726
msgid "A target configuration must be specified."
3718
#: bzrlib/builtins.py:6063
3729
#: bzrlib/builtins.py:6096
3720
3731
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3721
3732
"The order of preference is\n"
3726
3737
"If none of these is available, --bind-to must be specified."
3729
#: bzrlib/builtins.py:6077
3740
#: bzrlib/builtins.py:6110
3730
3741
msgid "Tree type"
3733
#: bzrlib/builtins.py:6078
3744
#: bzrlib/builtins.py:6111
3734
3745
msgid "The relation between branch and tree."
3737
#: bzrlib/builtins.py:6080
3748
#: bzrlib/builtins.py:6113
3738
3749
msgid "Reconfigure to be an unbound branch with no working tree."
3741
#: bzrlib/builtins.py:6081
3752
#: bzrlib/builtins.py:6114
3742
3753
msgid "Reconfigure to be an unbound branch with a working tree."
3745
#: bzrlib/builtins.py:6082
3756
#: bzrlib/builtins.py:6115
3746
3757
msgid "Reconfigure to be a bound branch with a working tree."
3749
#: bzrlib/builtins.py:6083
3760
#: bzrlib/builtins.py:6116
3750
3761
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3753
#: bzrlib/builtins.py:6088
3764
#: bzrlib/builtins.py:6121
3754
3765
msgid "Repository type"
3757
#: bzrlib/builtins.py:6089
3768
#: bzrlib/builtins.py:6122
3758
3769
msgid "Location fo the repository."
3761
#: bzrlib/builtins.py:6091
3772
#: bzrlib/builtins.py:6124
3763
3774
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3766
#: bzrlib/builtins.py:6093
3777
#: bzrlib/builtins.py:6126
3767
3778
msgid "Reconfigure to use a shared repository."
3770
#: bzrlib/builtins.py:6097
3781
#: bzrlib/builtins.py:6130
3771
3782
msgid "Trees in Repository"
3774
#: bzrlib/builtins.py:6098
3785
#: bzrlib/builtins.py:6131
3775
3786
msgid "Whether new branches in the repository have trees."
3778
#: bzrlib/builtins.py:6100
3789
#: bzrlib/builtins.py:6133
3780
3791
"Reconfigure repository to create working trees on branches by default."
3783
#: bzrlib/builtins.py:6102
3794
#: bzrlib/builtins.py:6135
3785
3796
"Reconfigure repository to not create working trees on branches by default."
3788
#: bzrlib/builtins.py:6105
3799
#: bzrlib/builtins.py:6138
3789
3800
msgid "Branch to bind checkout to."
3792
#: bzrlib/builtins.py:6107
3803
#: bzrlib/builtins.py:6140
3793
3804
msgid "Perform reconfiguration even if local changes will be lost."
3796
#: bzrlib/builtins.py:6110
3807
#: bzrlib/builtins.py:6143
3797
3808
msgid "Reconfigure a branch to be stacked on another branch."
3800
#: bzrlib/builtins.py:6114
3811
#: bzrlib/builtins.py:6147
3802
3813
"Reconfigure a branch to be unstacked. This may require copying substantial "
3803
3814
"data into it."
3806
#: bzrlib/builtins.py:6124
3817
#: bzrlib/builtins.py:6157
3807
3818
msgid "Can't use both --stacked-on and --unstacked"
3810
#: bzrlib/builtins.py:6138
3821
#: bzrlib/builtins.py:6171
3811
3822
msgid "No target configuration specified"
3814
#: bzrlib/builtins.py:6173
3825
#: bzrlib/builtins.py:6206
3815
3826
msgid "Set the branch of a checkout and update."
3818
#: bzrlib/builtins.py:6175
3829
#: bzrlib/builtins.py:6208
3820
3831
"For lightweight checkouts, this changes the branch being referenced.\n"
3821
3832
"For heavyweight checkouts, this checks that there are no local commits\n"
3894
3905
"want to switch back to your view after that."
3897
#: bzrlib/builtins.py:6272
3908
#: bzrlib/builtins.py:6305
3900
3911
" To define the current view::"
3903
#: bzrlib/builtins.py:6275
3914
#: bzrlib/builtins.py:6308
3904
3915
msgid " bzr view file1 dir1 ..."
3907
#: bzrlib/builtins.py:6277
3918
#: bzrlib/builtins.py:6310
3908
3919
msgid " To list the current view::"
3911
#: bzrlib/builtins.py:6279
3922
#: bzrlib/builtins.py:6312
3912
3923
msgid " bzr view"
3915
#: bzrlib/builtins.py:6281
3926
#: bzrlib/builtins.py:6314
3916
3927
msgid " To delete the current view::"
3919
#: bzrlib/builtins.py:6283
3930
#: bzrlib/builtins.py:6316
3920
3931
msgid " bzr view --delete"
3923
#: bzrlib/builtins.py:6285
3934
#: bzrlib/builtins.py:6318
3924
3935
msgid " To disable the current view without deleting it::"
3927
#: bzrlib/builtins.py:6287
3938
#: bzrlib/builtins.py:6320
3928
3939
msgid " bzr view --switch off"
3931
#: bzrlib/builtins.py:6289
3942
#: bzrlib/builtins.py:6322
3932
3943
msgid " To define a named view and switch to it::"
3935
#: bzrlib/builtins.py:6291
3946
#: bzrlib/builtins.py:6324
3936
3947
msgid " bzr view --name view-name file1 dir1 ..."
3939
#: bzrlib/builtins.py:6293
3950
#: bzrlib/builtins.py:6326
3940
3951
msgid " To list a named view::"
3943
#: bzrlib/builtins.py:6295
3954
#: bzrlib/builtins.py:6328
3944
3955
msgid " bzr view --name view-name"
3947
#: bzrlib/builtins.py:6297
3958
#: bzrlib/builtins.py:6330
3948
3959
msgid " To delete a named view::"
3951
#: bzrlib/builtins.py:6299
3962
#: bzrlib/builtins.py:6332
3952
3963
msgid " bzr view --name view-name --delete"
3955
#: bzrlib/builtins.py:6301
3966
#: bzrlib/builtins.py:6334
3956
3967
msgid " To switch to a named view::"
3959
#: bzrlib/builtins.py:6303
3970
#: bzrlib/builtins.py:6336
3960
3971
msgid " bzr view --switch view-name"
3963
#: bzrlib/builtins.py:6305
3974
#: bzrlib/builtins.py:6338
3964
3975
msgid " To list all views defined::"
3967
#: bzrlib/builtins.py:6307
3978
#: bzrlib/builtins.py:6340
3968
3979
msgid " bzr view --all"
3971
#: bzrlib/builtins.py:6309
3982
#: bzrlib/builtins.py:6342
3972
3983
msgid " To delete all views::"
3975
#: bzrlib/builtins.py:6311
3986
#: bzrlib/builtins.py:6344
3976
3987
msgid " bzr view --delete --all"
3979
#: bzrlib/builtins.py:6318
3990
#: bzrlib/builtins.py:6351
3980
3991
msgid "Apply list or delete action to all views."
3983
#: bzrlib/builtins.py:6321
3994
#: bzrlib/builtins.py:6354
3984
3995
msgid "Delete the view."
3987
#: bzrlib/builtins.py:6324
3998
#: bzrlib/builtins.py:6357
3988
3999
msgid "Name of the view to define, list or delete."
3991
#: bzrlib/builtins.py:6328
4002
#: bzrlib/builtins.py:6361
3992
4003
msgid "Name of the view to switch to."
3995
#: bzrlib/builtins.py:6347
4006
#: bzrlib/builtins.py:6380
3996
4007
msgid "Both --delete and a file list specified"
3999
#: bzrlib/builtins.py:6350
4010
#: bzrlib/builtins.py:6383
4000
4011
msgid "Both --delete and --switch specified"
4003
#: bzrlib/builtins.py:6353
4014
#: bzrlib/builtins.py:6386
4004
4015
msgid "Deleted all views.\n"
4007
#: bzrlib/builtins.py:6355
4018
#: bzrlib/builtins.py:6388
4008
4019
msgid "No current view to delete"
4011
#: bzrlib/builtins.py:6358
4022
#: bzrlib/builtins.py:6391
4012
4023
#, python-format
4013
4024
msgid "Deleted '%s' view.\n"
4016
#: bzrlib/builtins.py:6362
4027
#: bzrlib/builtins.py:6395
4017
4028
msgid "Both --switch and a file list specified"
4020
#: bzrlib/builtins.py:6365
4031
#: bzrlib/builtins.py:6398
4021
4032
msgid "Both --switch and --all specified"
4024
#: bzrlib/builtins.py:6368
4035
#: bzrlib/builtins.py:6401
4025
4036
msgid "No current view to disable"
4028
#: bzrlib/builtins.py:6370
4039
#: bzrlib/builtins.py:6403
4029
4040
#, python-format
4030
4041
msgid "Disabled '%s' view.\n"
4033
#: bzrlib/builtins.py:6374 bzrlib/builtins.py:6396
4044
#: bzrlib/builtins.py:6407 bzrlib/builtins.py:6429
4034
4045
msgid "Using '{0}' view: {1}\n"
4037
#: bzrlib/builtins.py:6377
4048
#: bzrlib/builtins.py:6410
4038
4049
msgid "Views defined:\n"
4041
#: bzrlib/builtins.py:6386
4052
#: bzrlib/builtins.py:6419
4042
4053
msgid "No views defined.\n"
4045
#: bzrlib/builtins.py:6393
4056
#: bzrlib/builtins.py:6426
4046
4057
msgid "Cannot change the 'off' pseudo view"
4049
#: bzrlib/builtins.py:6401
4060
#: bzrlib/builtins.py:6434
4050
4061
msgid "No current view.\n"
4053
#: bzrlib/builtins.py:6404
4064
#: bzrlib/builtins.py:6437
4054
4065
msgid "'{0}' view is: {1}\n"
4057
#: bzrlib/builtins.py:6424
4068
#: bzrlib/builtins.py:6457
4058
4069
msgid " <no hooks installed>\n"
4061
#: bzrlib/builtins.py:6428
4072
#: bzrlib/builtins.py:6461
4062
4073
msgid "Remove a branch."
4065
#: bzrlib/builtins.py:6430
4076
#: bzrlib/builtins.py:6463
4067
4078
"This will remove the branch from the specified location but \n"
4068
4079
"will keep any working tree or repository in place."
4071
#: bzrlib/builtins.py:6435
4082
#: bzrlib/builtins.py:6468
4072
4083
msgid " Remove the branch at repo/trunk::"
4075
#: bzrlib/builtins.py:6437
4086
#: bzrlib/builtins.py:6470
4076
4087
msgid " bzr remove-branch repo/trunk"
4079
#: bzrlib/builtins.py:6444
4090
#: bzrlib/builtins.py:6477
4080
4091
msgid "Remove branch even if it is the active branch."
4083
#: bzrlib/builtins.py:6458
4094
#: bzrlib/builtins.py:6491
4084
4095
msgid "Branch is active. Use --force to remove it."
4087
#: bzrlib/builtins.py:6462
4098
#: bzrlib/builtins.py:6495
4088
4099
msgid "Plaintext diff output."
4091
#: bzrlib/builtins.py:6463
4102
#: bzrlib/builtins.py:6496
4092
4103
msgid "Temporarily set aside some changes from the current tree."
4095
#: bzrlib/builtins.py:6465
4106
#: bzrlib/builtins.py:6498
4097
4108
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4098
4109
"ie. out of the way, until a later time when you can bring them back from\n"
4153
#: bzrlib/builtins.py:6504
4164
#: bzrlib/builtins.py:6537
4154
4165
msgid "Shelve all changes."
4157
#: bzrlib/builtins.py:6506
4168
#: bzrlib/builtins.py:6539
4158
4169
msgid "Method to use for writing diffs."
4161
#: bzrlib/builtins.py:6506
4172
#: bzrlib/builtins.py:6539
4165
#: bzrlib/builtins.py:6510
4176
#: bzrlib/builtins.py:6543
4166
4177
msgid "List shelved changes."
4169
#: bzrlib/builtins.py:6512
4180
#: bzrlib/builtins.py:6545
4170
4181
msgid "Destroy removed changes instead of shelving them."
4173
#: bzrlib/builtins.py:6541
4184
#: bzrlib/builtins.py:6574
4174
4185
msgid "No shelved changes."
4177
#: bzrlib/builtins.py:6552
4188
#: bzrlib/builtins.py:6585
4178
4189
msgid "Restore shelved changes."
4181
#: bzrlib/builtins.py:6554
4192
#: bzrlib/builtins.py:6587
4183
4194
"By default, the most recently shelved changes are restored. However if you\n"
4184
4195
"specify a shelf by id those changes will be restored instead. This works\n"
4185
4196
"best when the changes don't depend on each other."
4188
#: bzrlib/builtins.py:6563
4199
#: bzrlib/builtins.py:6596
4189
4200
msgid "The action to perform."
4192
#: bzrlib/builtins.py:6563 bzrlib/conflicts.py:694
4203
#: bzrlib/builtins.py:6596 bzrlib/conflicts.py:694
4196
#: bzrlib/builtins.py:6565
4207
#: bzrlib/builtins.py:6598
4197
4208
msgid "Apply changes and remove from the shelf."
4200
#: bzrlib/builtins.py:6566
4211
#: bzrlib/builtins.py:6599
4201
4212
msgid "Show changes, but do not apply or remove them."
4204
#: bzrlib/builtins.py:6567
4215
#: bzrlib/builtins.py:6600
4206
4217
"Instead of unshelving the changes, show the diff that would result from "
4210
#: bzrlib/builtins.py:6569
4221
#: bzrlib/builtins.py:6602
4211
4222
msgid "Delete changes without applying them."
4214
#: bzrlib/builtins.py:6570
4225
#: bzrlib/builtins.py:6603
4215
4226
msgid "Apply changes but don't delete them."
4218
#: bzrlib/builtins.py:6585
4229
#: bzrlib/builtins.py:6618
4219
4230
msgid "Remove unwanted files from working tree."
4222
#: bzrlib/builtins.py:6587
4233
#: bzrlib/builtins.py:6620
4224
4235
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4225
4236
"files are never deleted."
4228
#: bzrlib/builtins.py:6590
4239
#: bzrlib/builtins.py:6623
4230
4241
"Another class is 'detritus', which includes files emitted by bzr during\n"
4231
4242
"normal operations and selftests. (The value of these files decreases with\n"
4235
#: bzrlib/builtins.py:6594
4246
#: bzrlib/builtins.py:6627
4237
4248
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4238
4249
"flags are respected, and may be combined."
4241
#: bzrlib/builtins.py:6597
4252
#: bzrlib/builtins.py:6630
4242
4253
msgid "To check what clean-tree will do, use --dry-run."
4245
#: bzrlib/builtins.py:6600
4256
#: bzrlib/builtins.py:6633
4246
4257
msgid "Delete all ignored files."
4249
#: bzrlib/builtins.py:6601
4260
#: bzrlib/builtins.py:6634
4251
4262
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4254
#: bzrlib/builtins.py:6604
4265
#: bzrlib/builtins.py:6637
4255
4266
msgid "Delete files unknown to bzr (default)."
4258
#: bzrlib/builtins.py:6605
4269
#: bzrlib/builtins.py:6638
4259
4270
msgid "Show files to delete instead of deleting them."
4262
#: bzrlib/builtins.py:6607
4273
#: bzrlib/builtins.py:6640
4263
4274
msgid "Do not prompt before deleting."
9820
9815
"of bzr that requires authentication (smtp for example)."
9823
#: en/help_topics/configuration.txt:379
9818
#: en/help_topics/configuration.txt:391
9825
9820
"The syntax of the file obeys the same rules as the others except for the\n"
9826
9821
"option policies which don't apply."
9829
#: en/help_topics/configuration.txt:382
9824
#: en/help_topics/configuration.txt:394
9831
9826
"For more information on the possible uses of the authentication "
9832
9827
"configuration\n"
9833
9828
"file see :doc:`authentication-help`."
9836
#: en/help_topics/configuration.txt:385
9831
#: en/help_topics/configuration.txt:397
9839
9834
"Common options\n"
9840
9835
"--------------"
9843
#: en/help_topics/configuration.txt:389
9838
#: en/help_topics/configuration.txt:401
9845
9840
"debug_flags\n"
9849
#: en/help_topics/configuration.txt:392
9844
#: en/help_topics/configuration.txt:404
9851
9846
"A comma-separated list of debugging options to turn on. The same values\n"
9852
9847
"can be used as with the -D command-line option (see `help global-options`).\n"
9853
9848
"For example::"
9856
#: en/help_topics/configuration.txt:396
9851
#: en/help_topics/configuration.txt:408
9857
9852
msgid " debug_flags = hpss"
9860
#: en/help_topics/configuration.txt:400
9855
#: en/help_topics/configuration.txt:412
9861
9856
msgid " debug_flags = hpss,evil"
9864
#: en/help_topics/configuration.txt:402
9859
#: en/help_topics/configuration.txt:414
9870
#: en/help_topics/configuration.txt:405
9865
#: en/help_topics/configuration.txt:417
9872
9867
"The email address to use when committing a branch. Typically takes the form\n"
9876
#: en/help_topics/configuration.txt:408
9871
#: en/help_topics/configuration.txt:420
9877
9872
msgid " email = Full Name <account@hostname.tld>"
9880
#: en/help_topics/configuration.txt:410
9875
#: en/help_topics/configuration.txt:422
9886
#: en/help_topics/configuration.txt:413
9881
#: en/help_topics/configuration.txt:425
9888
9883
"The path of the editor that you wish to use if *bzr commit* is run without\n"
9889
9884
"a commit message. This setting is trumped by the environment variable\n"
9977
9972
"to sign newly committed revisions, even if the branch requires signatures."
9980
#: en/help_topics/configuration.txt:462
9975
#: en/help_topics/configuration.txt:474
9982
9977
"dirstate.fdatasync\n"
9983
9978
"~~~~~~~~~~~~~~~~~~"
9986
#: en/help_topics/configuration.txt:465
9981
#: en/help_topics/configuration.txt:477
9988
9983
"If true (default), working tree metadata changes are flushed through the\n"
9989
9984
"OS buffers to physical disk. This is somewhat slower, but means data\n"
9990
9985
"should not be lost if the machine crashes. See also repository.fdatasync."
9993
#: en/help_topics/configuration.txt:469
9988
#: en/help_topics/configuration.txt:481
9995
9990
"gpg_signing_key\n"
9996
9991
"~~~~~~~~~~~~~~~"
9999
#: en/help_topics/configuration.txt:472
9994
#: en/help_topics/configuration.txt:484
10001
9996
"The GnuPG user identity to use when signing commits. Can be an e-mail\n"
10002
9997
"address, key fingerprint or full key ID. When unset or when set to\n"
10003
9998
"\"default\" Bazaar will use the user e-mail set with ``whoami``."
10006
#: en/help_topics/configuration.txt:476
10001
#: en/help_topics/configuration.txt:488
10012
#: en/help_topics/configuration.txt:479
10007
#: en/help_topics/configuration.txt:491
10014
10009
"Only useful in ``locations.conf``. Defines whether or not the\n"
10015
10010
"configuration for this section applies to subdirectories:"
10018
#: en/help_topics/configuration.txt:482
10013
#: en/help_topics/configuration.txt:494
10021
10016
" (default) This section applies to subdirectories as well."
10024
#: en/help_topics/configuration.txt:485
10019
#: en/help_topics/configuration.txt:497
10027
10022
" This section only applies to the branch at this directory and not\n"
10028
10023
" branches below it."
10031
#: en/help_topics/configuration.txt:489
10026
#: en/help_topics/configuration.txt:501
10033
10028
"gpg_signing_command\n"
10034
10029
"~~~~~~~~~~~~~~~~~~~"
10037
#: en/help_topics/configuration.txt:492
10032
#: en/help_topics/configuration.txt:504
10039
10034
"(Default: \"gpg\"). Which program should be used to sign and check "
10040
10035
"revisions.\n"
10041
10036
"For example::"
10044
#: en/help_topics/configuration.txt:495
10039
#: en/help_topics/configuration.txt:507
10045
10040
msgid " gpg_signing_command = /usr/bin/gnpg"
10048
#: en/help_topics/configuration.txt:497
10043
#: en/help_topics/configuration.txt:509
10050
10045
"The specified command must accept the options \"--clearsign\" and \"-u "
10054
#: en/help_topics/configuration.txt:499
10049
#: en/help_topics/configuration.txt:511
10056
10051
"bzr_remote_path\n"
10057
10052
"~~~~~~~~~~~~~~~"
10060
#: en/help_topics/configuration.txt:502
10055
#: en/help_topics/configuration.txt:514
10062
10057
"(Default: \"bzr\"). The path to the command that should be used to run the "
10064
10059
"server for bzr. This value may only be specified in locations.conf, because:"
10067
#: en/help_topics/configuration.txt:505
10062
#: en/help_topics/configuration.txt:517
10069
10064
"- it's needed before branch.conf is accessible\n"
10070
10065
"- allowing remote branch.conf files to specify commands would be a security\n"
10074
#: en/help_topics/configuration.txt:509
10069
#: en/help_topics/configuration.txt:521
10075
10070
msgid "It is overridden by the BZR_REMOTE_PATH environment variable."
10078
#: en/help_topics/configuration.txt:511
10073
#: en/help_topics/configuration.txt:523
10080
10075
"smtp_server\n"
10081
10076
"~~~~~~~~~~~"
10084
#: en/help_topics/configuration.txt:514
10079
#: en/help_topics/configuration.txt:526
10086
10081
"(Default: \"localhost\"). SMTP server to use when Bazaar needs to send\n"
10087
10082
"email, eg. with ``merge-directive --mail-to``, or the bzr-email plugin."
10090
#: en/help_topics/configuration.txt:517
10085
#: en/help_topics/configuration.txt:529
10092
10087
"smtp_username, smtp_password\n"
10093
10088
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10096
#: en/help_topics/configuration.txt:520
10091
#: en/help_topics/configuration.txt:532
10098
10093
"User and password to authenticate to the SMTP server. If smtp_username\n"
10099
10094
"is set, and smtp_password is not, Bazaar will prompt for a password.\n"
10302
10297
"--remember``."
10305
#: en/help_topics/configuration.txt:634
10300
#: en/help_topics/configuration.txt:646
10307
10302
"push_location\n"
10308
10303
"~~~~~~~~~~~~~"
10311
#: en/help_topics/configuration.txt:637
10306
#: en/help_topics/configuration.txt:649
10313
10308
"If present, the location of the default branch for push. This option\n"
10314
10309
"is normally set by the first ``push`` or ``push --remember``."
10317
#: en/help_topics/configuration.txt:640
10312
#: en/help_topics/configuration.txt:652
10319
10314
"push_strict\n"
10320
10315
"~~~~~~~~~~~"
10323
#: en/help_topics/configuration.txt:643
10318
#: en/help_topics/configuration.txt:655
10325
10320
"If present, defines the ``--strict`` option default value for checking\n"
10326
10321
"uncommitted changes before pushing."
10329
#: en/help_topics/configuration.txt:646
10324
#: en/help_topics/configuration.txt:658
10331
10326
"dpush_strict\n"
10332
10327
"~~~~~~~~~~~~"
10335
#: en/help_topics/configuration.txt:649
10330
#: en/help_topics/configuration.txt:661
10337
10332
"If present, defines the ``--strict`` option default value for checking\n"
10338
10333
"uncommitted changes before pushing into a different VCS without any\n"
10339
10334
"custom bzr metadata."
10342
#: en/help_topics/configuration.txt:653
10337
#: en/help_topics/configuration.txt:665
10344
10339
"bound_location\n"
10345
10340
"~~~~~~~~~~~~~~"
10348
#: en/help_topics/configuration.txt:656
10343
#: en/help_topics/configuration.txt:668
10350
10345
"The location that commits should go to when acting as a checkout.\n"
10351
10346
"This option is normally set by ``bind``."
10354
#: en/help_topics/configuration.txt:659
10349
#: en/help_topics/configuration.txt:671
10360
#: en/help_topics/configuration.txt:662
10355
#: en/help_topics/configuration.txt:674
10362
10357
"If set to \"True\", the branch should act as a checkout, and push each "
10363
10358
"commit to\n"
10364
10359
"the bound_location. This option is normally set by ``bind``/``unbind``."
10367
#: en/help_topics/configuration.txt:665
10362
#: en/help_topics/configuration.txt:677
10369
10364
"send_strict\n"
10370
10365
"~~~~~~~~~~~"
10373
#: en/help_topics/configuration.txt:668
10368
#: en/help_topics/configuration.txt:680
10375
10370
"If present, defines the ``--strict`` option default value for checking\n"
10376
10371
"uncommitted changes before sending a merge directive."
10379
#: en/help_topics/configuration.txt:671
10374
#: en/help_topics/configuration.txt:683
10381
10376
"add.maximum_file_size\n"
10382
10377
"~~~~~~~~~~~~~~~~~~~~~"
10385
#: en/help_topics/configuration.txt:674
10380
#: en/help_topics/configuration.txt:686
10387
10382
"Defines the maximum file size the command line \"add\" operation will allow\n"
10388
10383
"in recursive mode, with files larger than this value being skipped. You may "