510
#: bzrlib/builtins.py:1180
510
#: bzrlib/builtins.py:1189
511
511
msgid "Need working tree for --show-base."
514
#: bzrlib/builtins.py:1196
514
#: bzrlib/builtins.py:1205
515
515
msgid "No pull location known or specified."
518
#: bzrlib/builtins.py:1202
518
#: bzrlib/builtins.py:1211
520
520
msgid "Using saved parent location: %s\n"
523
#: bzrlib/builtins.py:1209 bzrlib/builtins.py:4406
523
#: bzrlib/builtins.py:1218 bzrlib/builtins.py:4425
524
524
msgid "Cannot use -r with merge directives or bundles"
527
#: bzrlib/builtins.py:1252
527
#: bzrlib/builtins.py:1261
528
528
msgid "Update a mirror of this branch."
531
#: bzrlib/builtins.py:1254
531
#: bzrlib/builtins.py:1263
533
533
"The target branch will not have its working tree populated because this\n"
534
534
"is both expensive, and is not supported on remote file systems."
537
#: bzrlib/builtins.py:1257
537
#: bzrlib/builtins.py:1266
539
539
"Some smart servers or protocols *may* put the working tree in place in\n"
543
#: bzrlib/builtins.py:1260
543
#: bzrlib/builtins.py:1269
545
545
"This command only works on branches that have not diverged. Branches are\n"
546
546
"considered diverged if the destination branch's most recent commit is one\n"
547
547
"that has not been merged (directly or indirectly) by the source branch."
550
#: bzrlib/builtins.py:1264
550
#: bzrlib/builtins.py:1273
552
552
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
553
553
"the other branch completely, discarding its unmerged changes."
556
#: bzrlib/builtins.py:1267
556
#: bzrlib/builtins.py:1276
558
558
"If you want to ensure you have the different changes in the other branch,\n"
559
559
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
560
560
"After that you will be able to do a push without '--overwrite'."
563
#: bzrlib/builtins.py:1271
563
#: bzrlib/builtins.py:1280
565
565
"If there is no default push location set, the first push will set it (use\n"
566
566
"--no-remember to avoid setting it). After that, you can omit the\n"
568
568
"value will only be saved if the remote location can be accessed."
571
#: bzrlib/builtins.py:1276
571
#: bzrlib/builtins.py:1285
573
573
"The --verbose option will display the revisions pushed using the log_format\n"
574
574
"configuration option. You can use a different format by overriding it with\n"
575
575
"-Olog_format=<other_format>."
578
#: bzrlib/builtins.py:1287 bzrlib/foreign.py:272
578
#: bzrlib/builtins.py:1296 bzrlib/foreign.py:272
580
580
"Branch to push from, rather than the one containing the working directory."
583
#: bzrlib/builtins.py:1290
583
#: bzrlib/builtins.py:1299
585
585
"By default push will fail if the target directory exists, but does not "
586
586
"already have a control directory. This flag will allow push to proceed."
589
#: bzrlib/builtins.py:1295
589
#: bzrlib/builtins.py:1304
591
591
"Create a stacked branch that references the public location of the parent "
595
#: bzrlib/builtins.py:1298
595
#: bzrlib/builtins.py:1307
597
597
"Create a stacked branch that refers to another branch for the commit "
598
598
"history. Only the work not present in the referenced branch is included in "
599
599
"the branch created."
602
#: bzrlib/builtins.py:1303 bzrlib/foreign.py:279
602
#: bzrlib/builtins.py:1312 bzrlib/foreign.py:279
604
604
"Refuse to push if there are uncommitted changes in the working tree, --no-"
605
605
"strict disables the check."
608
#: bzrlib/builtins.py:1306
608
#: bzrlib/builtins.py:1315
609
609
msgid "Don't populate the working tree, even for protocols that support it."
612
#: bzrlib/builtins.py:1350
612
#: bzrlib/builtins.py:1318
613
msgid "Overwrite tags only."
616
#: bzrlib/builtins.py:1369
613
617
msgid "Could not determine branch to refer to."
616
#: bzrlib/builtins.py:1359
620
#: bzrlib/builtins.py:1378
619
623
"No push location known or specified. To push to the parent branch (at %s), "
620
624
"use 'bzr push :parent'."
623
#: bzrlib/builtins.py:1365 bzrlib/foreign.py:306
627
#: bzrlib/builtins.py:1384 bzrlib/foreign.py:306
624
628
msgid "No push location known or specified."
627
#: bzrlib/builtins.py:1369
631
#: bzrlib/builtins.py:1388
629
633
msgid "Using saved push location: %s"
632
#: bzrlib/builtins.py:1379
636
#: bzrlib/builtins.py:1398
633
637
msgid "Create a new branch that is a copy of an existing branch."
636
#: bzrlib/builtins.py:1381
640
#: bzrlib/builtins.py:1400
638
642
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
639
643
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
644
648
"create ./foo-bar."
647
#: bzrlib/builtins.py:1388
651
#: bzrlib/builtins.py:1407
649
653
"To retrieve the branch as of a particular revision, supply the --revision\n"
650
654
"parameter, as in \"branch foo/bar -r 5\"."
653
#: bzrlib/builtins.py:1391
657
#: bzrlib/builtins.py:1410
654
658
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
657
#: bzrlib/builtins.py:1401
661
#: bzrlib/builtins.py:1420
658
662
msgid "Create a branch without a working-tree."
661
#: bzrlib/builtins.py:1403
665
#: bzrlib/builtins.py:1422
662
666
msgid "Switch the checkout in the current directory to the new branch."
665
#: bzrlib/builtins.py:1406
669
#: bzrlib/builtins.py:1425
667
671
"Create a stacked branch referring to the source branch. The new branch will "
668
672
"depend on the availability of the source branch for all operations."
671
#: bzrlib/builtins.py:1410
675
#: bzrlib/builtins.py:1429
672
676
msgid "Do not use a shared repository, even if available."
675
#: bzrlib/builtins.py:1412
679
#: bzrlib/builtins.py:1431
677
681
"By default branch will fail if the target directory exists, but does not "
678
682
"already have a control directory. This flag will allow branch to proceed."
681
#: bzrlib/builtins.py:1417
685
#: bzrlib/builtins.py:1436
682
686
msgid "Bind new branch to from location."
685
#: bzrlib/builtins.py:1464
689
#: bzrlib/builtins.py:1483
687
691
msgid "Target directory \"%s\" already exists."
690
#: bzrlib/builtins.py:1476
694
#: bzrlib/builtins.py:1495
692
696
msgid "Parent of \"%s\" does not exist."
695
#: bzrlib/builtins.py:1495
699
#: bzrlib/builtins.py:1514
696
700
msgid "The branch {0} has no revision {1}."
699
#: bzrlib/builtins.py:1510 bzrlib/push.py:53
703
#: bzrlib/builtins.py:1529 bzrlib/push.py:53
701
705
msgid "Created new stacked branch referring to %s."
704
#: bzrlib/builtins.py:1514
708
#: bzrlib/builtins.py:1533
706
710
msgid "Branched %d revision."
707
711
msgid_plural "Branched %d revisions."
711
#: bzrlib/builtins.py:1519
715
#: bzrlib/builtins.py:1538
713
717
msgid "New branch bound to %s"
716
#: bzrlib/builtins.py:1524 bzrlib/builtins.py:6247
720
#: bzrlib/builtins.py:1543 bzrlib/builtins.py:6280
718
722
msgid "Switched to branch: %s"
721
#: bzrlib/builtins.py:1529
725
#: bzrlib/builtins.py:1548
722
726
msgid "List the branches available at the current location."
725
#: bzrlib/builtins.py:1531
729
#: bzrlib/builtins.py:1550
727
731
"This command will print the names of all the branches at the current\n"
731
#: bzrlib/builtins.py:1538
735
#: bzrlib/builtins.py:1557
733
737
"Recursively scan for branches rather than just looking in the specified "
737
#: bzrlib/builtins.py:1567
741
#: bzrlib/builtins.py:1586
738
742
msgid "(default)"
741
#: bzrlib/builtins.py:1579
745
#: bzrlib/builtins.py:1598
742
746
msgid "Create a new checkout of an existing branch."
745
#: bzrlib/builtins.py:1581
749
#: bzrlib/builtins.py:1600
747
751
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
837
841
"out the old content of that file to a new location."
840
#: bzrlib/builtins.py:1705
844
#: bzrlib/builtins.py:1724
842
846
"The 'dir' argument, if given, must be the location of the root of a\n"
843
847
"working tree to update. By default, the working tree that contains the \n"
844
848
"current working directory is used."
847
#: bzrlib/builtins.py:1721
851
#: bzrlib/builtins.py:1740
848
852
msgid "bzr update --revision takes exactly one revision"
851
#: bzrlib/builtins.py:1729
855
#: bzrlib/builtins.py:1748
852
856
msgid "bzr update can only update a whole tree, not a file or subdirectory"
855
#: bzrlib/builtins.py:1760
859
#: bzrlib/builtins.py:1779
856
860
msgid "Tree is up to date at revision {0} of branch {1}"
859
#: bzrlib/builtins.py:1776
863
#: bzrlib/builtins.py:1795
862
866
"branch has no revision %s\n"
863
867
"bzr update --revision only works for a revision in the branch history"
866
#: bzrlib/builtins.py:1782
870
#: bzrlib/builtins.py:1801
867
871
msgid "Updated to revision {0} of branch {1}"
870
#: bzrlib/builtins.py:1786
874
#: bzrlib/builtins.py:1805
872
876
"Your local commits will now show as pending merges with 'bzr status', and "
873
877
"can be committed with 'bzr commit'."
876
#: bzrlib/builtins.py:1795
880
#: bzrlib/builtins.py:1814
877
881
msgid "Show information about a working tree, branch or repository."
880
#: bzrlib/builtins.py:1797
884
#: bzrlib/builtins.py:1816
882
886
"This command will show all known locations and formats associated to the\n"
883
887
"tree, branch or repository."
886
#: bzrlib/builtins.py:1800
890
#: bzrlib/builtins.py:1819
888
892
"In verbose mode, statistical information is included with each report.\n"
889
893
"To see extended statistic information, use a verbosity level of 2 or\n"
890
894
"higher by specifying the verbose option multiple times, e.g. -vv."
893
#: bzrlib/builtins.py:1804
897
#: bzrlib/builtins.py:1823
894
898
msgid "Branches and working trees will also report any missing revisions."
897
#: bzrlib/builtins.py:1806 bzrlib/builtins.py:3725 bzrlib/builtins.py:4859
898
#: bzrlib/builtins.py:6433
901
#: bzrlib/builtins.py:1825 bzrlib/builtins.py:3744 bzrlib/builtins.py:4885
902
#: bzrlib/builtins.py:6466
899
903
msgid ":Examples:"
902
#: bzrlib/builtins.py:1808
906
#: bzrlib/builtins.py:1827
903
907
msgid " Display information on the format and related locations:"
906
#: bzrlib/builtins.py:1810
910
#: bzrlib/builtins.py:1829
907
911
msgid " bzr info"
910
#: bzrlib/builtins.py:1812
914
#: bzrlib/builtins.py:1831
912
916
" Display the above together with extended format information and\n"
913
917
" basic statistics (like the number of files in the working tree and\n"
914
918
" number of revisions in the branch and repository):"
917
#: bzrlib/builtins.py:1816
921
#: bzrlib/builtins.py:1835
918
922
msgid " bzr info -v"
921
#: bzrlib/builtins.py:1818
925
#: bzrlib/builtins.py:1837
922
926
msgid " Display the above together with number of committers to the branch:"
925
#: bzrlib/builtins.py:1820
929
#: bzrlib/builtins.py:1839
926
930
msgid " bzr info -vv"
929
#: bzrlib/builtins.py:1839
933
#: bzrlib/builtins.py:1858
930
934
msgid "Remove files or directories."
933
#: bzrlib/builtins.py:1841
937
#: bzrlib/builtins.py:1860
935
939
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
936
940
"delete them if they can easily be recovered using revert otherwise they\n"
937
"will be backed up (adding an extention of the form .~#~). If no options or\n"
941
"will be backed up (adding an extension of the form .~#~). If no options or\n"
938
942
"parameters are given Bazaar will scan for files that are being tracked by\n"
939
943
"Bazaar but missing in your tree and stop tracking them for you."
942
#: bzrlib/builtins.py:1849
946
#: bzrlib/builtins.py:1868
943
947
msgid "Only remove files that have never been committed."
946
#: bzrlib/builtins.py:1851
950
#: bzrlib/builtins.py:1870
947
951
msgid "The file deletion mode to be used."
950
#: bzrlib/builtins.py:1852
954
#: bzrlib/builtins.py:1871
951
955
msgid "Deletion Strategy"
954
#: bzrlib/builtins.py:1853
958
#: bzrlib/builtins.py:1872
955
959
msgid "Backup changed files (default)."
958
#: bzrlib/builtins.py:1854
962
#: bzrlib/builtins.py:1873
959
963
msgid "Delete from bzr but leave the working copy."
962
#: bzrlib/builtins.py:1855
966
#: bzrlib/builtins.py:1874
963
967
msgid "Don't backup changed files."
966
#: bzrlib/builtins.py:1856
970
#: bzrlib/builtins.py:1875
968
972
"Delete all the specified files, even if they can not be recovered and even "
969
973
"if they are non-empty directories. (deprecated, use no-backup)"
972
#: bzrlib/builtins.py:1865
976
#: bzrlib/builtins.py:1884
973
977
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
976
#: bzrlib/builtins.py:1882
980
#: bzrlib/builtins.py:1901
977
981
msgid "No matching files."
980
#: bzrlib/builtins.py:1943
984
#: bzrlib/builtins.py:1962
981
985
msgid "Reconcile bzr metadata in a branch."
984
#: bzrlib/builtins.py:1945
988
#: bzrlib/builtins.py:1964
986
990
"This can correct data mismatches that may have been caused by\n"
987
991
"previous ghost operations or bzr upgrades. You should only\n"
1061
1065
" bzr commit -m \"imported project\""
1064
#: bzrlib/builtins.py:2052
1068
#: bzrlib/builtins.py:2071
1066
1070
"Create the path leading up to the branch if it does not already exist."
1069
#: bzrlib/builtins.py:2055
1073
#: bzrlib/builtins.py:2074
1070
1074
msgid "Specify a format for this branch. See \"help formats\"."
1073
#: bzrlib/builtins.py:2063
1077
#: bzrlib/builtins.py:2082
1075
1079
"Never change revnos or the existing log. Append revisions to it only."
1078
#: bzrlib/builtins.py:2066
1082
#: bzrlib/builtins.py:2085
1079
1083
msgid "Create a branch without a working tree."
1082
#: bzrlib/builtins.py:2086 bzrlib/push.py:110
1086
#: bzrlib/builtins.py:2105 bzrlib/push.py:110
1083
1087
#, python-format
1085
1089
"Parent directory of %s does not exist.\n"
1086
1090
"You may supply --create-prefix to create all leading parent directories."
1089
#: bzrlib/builtins.py:2120
1093
#: bzrlib/builtins.py:2139
1091
1095
"This branch format cannot be set to append-revisions-only. Try --default."
1094
#: bzrlib/builtins.py:2131
1098
#: bzrlib/builtins.py:2150
1095
1099
msgid "Created a {0} (format: {1})\n"
1098
#: bzrlib/builtins.py:2140
1102
#: bzrlib/builtins.py:2159
1099
1103
#, python-format
1100
1104
msgid "Using shared repository: %s\n"
1103
#: bzrlib/builtins.py:2144
1107
#: bzrlib/builtins.py:2163
1104
1108
msgid "Create a shared repository for branches to share storage space."
1107
#: bzrlib/builtins.py:2146
1111
#: bzrlib/builtins.py:2165
1109
1113
"New branches created under the repository directory will store their\n"
1110
1114
"revisions in the repository, not in the branch directory. For branches\n"
1197
1201
" 0 - no change"
1200
#: bzrlib/builtins.py:2231
1204
#: bzrlib/builtins.py:2250
1203
1207
" Shows the difference in the working tree versus the last commit::"
1206
#: bzrlib/builtins.py:2234
1210
#: bzrlib/builtins.py:2253
1207
1211
msgid " bzr diff"
1210
#: bzrlib/builtins.py:2236
1214
#: bzrlib/builtins.py:2255
1211
1215
msgid " Difference between the working tree and revision 1::"
1214
#: bzrlib/builtins.py:2238
1218
#: bzrlib/builtins.py:2257
1215
1219
msgid " bzr diff -r1"
1218
#: bzrlib/builtins.py:2240
1222
#: bzrlib/builtins.py:2259
1219
1223
msgid " Difference between revision 3 and revision 1::"
1222
#: bzrlib/builtins.py:2242
1226
#: bzrlib/builtins.py:2261
1223
1227
msgid " bzr diff -r1..3"
1226
#: bzrlib/builtins.py:2244
1230
#: bzrlib/builtins.py:2263
1227
1231
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1230
#: bzrlib/builtins.py:2246
1234
#: bzrlib/builtins.py:2265
1231
1235
msgid " bzr diff -r1..3 xxx"
1234
#: bzrlib/builtins.py:2248
1238
#: bzrlib/builtins.py:2267
1235
1239
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1238
#: bzrlib/builtins.py:2250
1242
#: bzrlib/builtins.py:2269
1239
1243
msgid " bzr diff -c2"
1242
#: bzrlib/builtins.py:2252
1246
#: bzrlib/builtins.py:2271
1244
1248
" To see the changes introduced by revision X::\n"
1246
1250
" bzr diff -cX"
1249
#: bzrlib/builtins.py:2256
1253
#: bzrlib/builtins.py:2275
1251
1255
" Note that in the case of a merge, the -c option shows the changes\n"
1252
1256
" compared to the left hand parent. To see the changes against\n"
1253
1257
" another parent, use::"
1256
#: bzrlib/builtins.py:2260
1260
#: bzrlib/builtins.py:2279
1257
1261
msgid " bzr diff -r<chosen_parent>..X"
1260
#: bzrlib/builtins.py:2262
1264
#: bzrlib/builtins.py:2281
1262
1266
" The changes between the current revision and the previous revision\n"
1263
1267
" (equivalent to -c-1 and -r-2..-1)"
1266
#: bzrlib/builtins.py:2265
1270
#: bzrlib/builtins.py:2284
1267
1271
msgid " bzr diff -r-2.."
1270
#: bzrlib/builtins.py:2267
1274
#: bzrlib/builtins.py:2286
1271
1275
msgid " Show just the differences for file NEWS::"
1274
#: bzrlib/builtins.py:2269
1278
#: bzrlib/builtins.py:2288
1275
1279
msgid " bzr diff NEWS"
1278
#: bzrlib/builtins.py:2271
1282
#: bzrlib/builtins.py:2290
1279
1283
msgid " Show the differences in working tree xxx for file NEWS::"
1282
#: bzrlib/builtins.py:2273
1286
#: bzrlib/builtins.py:2292
1283
1287
msgid " bzr diff xxx/NEWS"
1286
#: bzrlib/builtins.py:2275
1290
#: bzrlib/builtins.py:2294
1287
1291
msgid " Show the differences from branch xxx to this working tree:"
1290
#: bzrlib/builtins.py:2277
1294
#: bzrlib/builtins.py:2296
1291
1295
msgid " bzr diff --old xxx"
1294
#: bzrlib/builtins.py:2279
1298
#: bzrlib/builtins.py:2298
1295
1299
msgid " Show the differences between two branches for file NEWS::"
1298
#: bzrlib/builtins.py:2281
1302
#: bzrlib/builtins.py:2300
1299
1303
msgid " bzr diff --old xxx --new yyy NEWS"
1302
#: bzrlib/builtins.py:2283
1306
#: bzrlib/builtins.py:2302
1303
1307
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1306
#: bzrlib/builtins.py:2285
1310
#: bzrlib/builtins.py:2304
1308
1312
" bzr diff --prefix old/:new/\n"
1312
1316
" bzr diff --using /usr/bin/diff --diff-options -wu"
1315
#: bzrlib/builtins.py:2295
1319
#: bzrlib/builtins.py:2314
1316
1320
msgid "Pass these options to the external diff program."
1319
#: bzrlib/builtins.py:2298
1323
#: bzrlib/builtins.py:2317
1321
1325
"Set prefixes added to old and new filenames, as two values separated by a "
1322
1326
"colon. (eg \"old/:new/\")."
1325
#: bzrlib/builtins.py:2301
1329
#: bzrlib/builtins.py:2320
1326
1330
msgid "Branch/tree to compare from."
1329
#: bzrlib/builtins.py:2305
1333
#: bzrlib/builtins.py:2324
1330
1334
msgid "Branch/tree to compare to."
1333
#: bzrlib/builtins.py:2311
1337
#: bzrlib/builtins.py:2330
1334
1338
msgid "Use this command to compare files."
1337
#: bzrlib/builtins.py:2316
1341
#: bzrlib/builtins.py:2335
1338
1342
msgid "Diff format to use."
1341
#: bzrlib/builtins.py:2318
1345
#: bzrlib/builtins.py:2337
1342
1346
msgid "Diff format"
1345
#: bzrlib/builtins.py:2340
1349
#: bzrlib/builtins.py:2359
1346
1350
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1349
#: bzrlib/builtins.py:2344
1353
#: bzrlib/builtins.py:2363
1350
1354
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1353
#: bzrlib/builtins.py:2349 bzrlib/builtins.py:2746 bzrlib/builtins.py:2759
1354
#: bzrlib/builtins.py:2767 bzrlib/builtins.py:4933
1357
#: bzrlib/builtins.py:2368 bzrlib/builtins.py:2765 bzrlib/builtins.py:2778
1358
#: bzrlib/builtins.py:2786 bzrlib/builtins.py:4959
1355
1359
msgid "{0} and {1} are mutually exclusive"
1358
#: bzrlib/builtins.py:2369
1362
#: bzrlib/builtins.py:2388
1360
1364
"List files deleted in the working tree.\n"
1364
#: bzrlib/builtins.py:2446
1368
#: bzrlib/builtins.py:2465
1365
1369
msgid "Show the tree root directory."
1368
#: bzrlib/builtins.py:2448
1372
#: bzrlib/builtins.py:2467
1370
1374
"The root is the nearest enclosing directory with a .bzr control\n"
1374
#: bzrlib/builtins.py:2463
1378
#: bzrlib/builtins.py:2482
1375
1379
msgid "The limit argument must be an integer."
1378
#: bzrlib/builtins.py:2471
1382
#: bzrlib/builtins.py:2490
1379
1383
msgid "The levels argument must be an integer."
1382
#: bzrlib/builtins.py:2476
1386
#: bzrlib/builtins.py:2495
1383
1387
msgid "Show historical log for a branch or subset of a branch."
1386
#: bzrlib/builtins.py:2478
1390
#: bzrlib/builtins.py:2497
1388
1392
"log is bzr's default tool for exploring the history of a branch.\n"
1389
1393
"The branch to use is taken from the first parameter. If no parameters\n"
1505
1509
" a nested merge revision and the log will be truncated accordingly."
1508
#: bzrlib/builtins.py:2552
1512
#: bzrlib/builtins.py:2571
1509
1513
msgid ":Path filtering:"
1512
#: bzrlib/builtins.py:2554
1516
#: bzrlib/builtins.py:2573
1514
1518
" If parameters are given and the first one is not a branch, the log\n"
1515
1519
" will be filtered to show only those revisions that changed the\n"
1516
1520
" nominated files or directories."
1519
#: bzrlib/builtins.py:2558
1523
#: bzrlib/builtins.py:2577
1521
1525
" Filenames are interpreted within their historical context. To log a\n"
1522
1526
" deleted file, specify a revision range so that the file existed at\n"
1523
1527
" the end or start of the range."
1526
#: bzrlib/builtins.py:2562
1530
#: bzrlib/builtins.py:2581
1528
1532
" Historical context is also important when interpreting pathnames of\n"
1529
1533
" renamed files/directories. Consider the following example:"
1532
#: bzrlib/builtins.py:2565
1536
#: bzrlib/builtins.py:2584
1534
1538
" * revision 1: add tutorial.txt\n"
1535
1539
" * revision 2: modify tutorial.txt\n"
1536
1540
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1539
#: bzrlib/builtins.py:2569
1543
#: bzrlib/builtins.py:2588
1540
1544
msgid " In this case:"
1543
#: bzrlib/builtins.py:2571
1547
#: bzrlib/builtins.py:2590
1544
1548
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1547
#: bzrlib/builtins.py:2573
1551
#: bzrlib/builtins.py:2592
1549
1553
" * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1552
#: bzrlib/builtins.py:2575
1556
#: bzrlib/builtins.py:2594
1554
1558
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1555
1559
" the original file in revision 2."
1558
#: bzrlib/builtins.py:2578
1562
#: bzrlib/builtins.py:2597
1560
1564
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1561
1565
" was no file called guide.txt in revision 2."
1564
#: bzrlib/builtins.py:2581
1568
#: bzrlib/builtins.py:2600
1566
1570
" Renames are always followed by log. By design, there is no need to\n"
1567
1571
" explicitly ask for this (and no way to stop logging a file back\n"
1568
1572
" until it was last renamed)."
1571
#: bzrlib/builtins.py:2585
1575
#: bzrlib/builtins.py:2604
1572
1576
msgid ":Other filtering:"
1575
#: bzrlib/builtins.py:2587
1579
#: bzrlib/builtins.py:2606
1577
1581
" The --match option can be used for finding revisions that match a\n"
1578
1582
" regular expression in a commit message, committer, author or bug.\n"
1644
1648
" trading disk space for faster speed."
1647
#: bzrlib/builtins.py:2634
1651
#: bzrlib/builtins.py:2653
1648
1652
msgid "Show from oldest to newest."
1651
#: bzrlib/builtins.py:2637
1655
#: bzrlib/builtins.py:2656
1652
1656
msgid "Show files changed in each revision."
1655
#: bzrlib/builtins.py:2643
1659
#: bzrlib/builtins.py:2662
1656
1660
msgid "Show just the specified revision. See also \"help revisionspec\"."
1659
#: bzrlib/builtins.py:2647
1663
#: bzrlib/builtins.py:2666
1660
1664
msgid "What names to list as authors - first, all or committer."
1663
#: bzrlib/builtins.py:2648
1667
#: bzrlib/builtins.py:2667
1664
1668
msgid "Authors"
1667
#: bzrlib/builtins.py:2653
1671
#: bzrlib/builtins.py:2672
1668
1672
msgid "Number of levels to display - 0 for all, 1 for flat."
1671
#: bzrlib/builtins.py:2663
1675
#: bzrlib/builtins.py:2682
1672
1676
msgid "Limit the output to the first N revisions."
1675
#: bzrlib/builtins.py:2668
1679
#: bzrlib/builtins.py:2687
1676
1680
msgid "Show changes made in each revision as a patch."
1679
#: bzrlib/builtins.py:2670
1683
#: bzrlib/builtins.py:2689
1680
1684
msgid "Show merged revisions like --levels 0 does."
1683
#: bzrlib/builtins.py:2674
1687
#: bzrlib/builtins.py:2693
1684
1688
msgid "Do not report commits with more than one parent."
1687
#: bzrlib/builtins.py:2676
1691
#: bzrlib/builtins.py:2695
1689
1693
"Display only the revisions that are not part of both ancestries (require -"
1693
#: bzrlib/builtins.py:2680
1697
#: bzrlib/builtins.py:2699
1694
1698
msgid "Show digital signature validity."
1697
#: bzrlib/builtins.py:2683
1701
#: bzrlib/builtins.py:2702
1698
1702
msgid "Show revisions whose properties match this expression."
1701
#: bzrlib/builtins.py:2687
1705
#: bzrlib/builtins.py:2706
1702
1706
msgid "Show revisions whose message matches this expression."
1705
#: bzrlib/builtins.py:2691
1709
#: bzrlib/builtins.py:2710
1706
1710
msgid "Show revisions whose committer matches this expression."
1709
#: bzrlib/builtins.py:2695
1713
#: bzrlib/builtins.py:2714
1710
1714
msgid "Show revisions whose authors match this expression."
1713
#: bzrlib/builtins.py:2699
1717
#: bzrlib/builtins.py:2718
1714
1718
msgid "Show revisions whose bugs match this expression."
1717
#: bzrlib/builtins.py:2753
1721
#: bzrlib/builtins.py:2772
1718
1722
msgid "--exclude-common-ancestry requires -r with two revisions"
1721
#: bzrlib/builtins.py:2781
1725
#: bzrlib/builtins.py:2800
1722
1726
#, python-format
1723
1727
msgid "Path unknown at end or start of revision range: %s"
1726
#: bzrlib/builtins.py:2898
1730
#: bzrlib/builtins.py:2917
1727
1731
#, python-format
1728
1732
msgid "bzr %s doesn't accept two revisions in different branches."
1731
#: bzrlib/builtins.py:2914
1735
#: bzrlib/builtins.py:2933
1732
1736
#, python-format
1733
1737
msgid "bzr %s --revision takes one or two values."
1736
#: bzrlib/builtins.py:2959
1740
#: bzrlib/builtins.py:2978
1738
1742
"List files in a tree.\n"
1742
#: bzrlib/builtins.py:2968
1746
#: bzrlib/builtins.py:2987
1743
1747
msgid "Recurse into subdirectories."
1746
#: bzrlib/builtins.py:2970
1750
#: bzrlib/builtins.py:2989
1747
1751
msgid "Print paths relative to the root of the branch."
1750
#: bzrlib/builtins.py:2972
1754
#: bzrlib/builtins.py:2991
1751
1755
msgid "Print unknown files."
1754
#: bzrlib/builtins.py:2973
1758
#: bzrlib/builtins.py:2992
1755
1759
msgid "Print versioned files."
1758
#: bzrlib/builtins.py:2976
1762
#: bzrlib/builtins.py:2995
1759
1763
msgid "Print ignored files."
1762
#: bzrlib/builtins.py:2978
1766
#: bzrlib/builtins.py:2997
1763
1767
msgid "List entries of a particular kind: file, directory, symlink."
1766
#: bzrlib/builtins.py:2991
1770
#: bzrlib/builtins.py:3010
1767
1771
msgid "invalid kind specified"
1770
#: bzrlib/builtins.py:2994
1774
#: bzrlib/builtins.py:3013
1771
1775
msgid "Cannot set both --verbose and --null"
1774
#: bzrlib/builtins.py:3003
1778
#: bzrlib/builtins.py:3022
1775
1779
msgid "cannot specify both --from-root and PATH"
1778
#: bzrlib/builtins.py:3090
1782
#: bzrlib/builtins.py:3109
1779
1783
msgid "Ignore specified files or patterns."
1782
#: bzrlib/builtins.py:3092
1786
#: bzrlib/builtins.py:3111
1783
1787
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1786
#: bzrlib/builtins.py:3094
1790
#: bzrlib/builtins.py:3113
1788
1792
"If a .bzrignore file does not exist, the ignore command\n"
1789
1793
"will create one and add the specified files or patterns to the newly\n"
1830
1834
" the shell on Unix."
1833
#: bzrlib/builtins.py:3123
1837
#: bzrlib/builtins.py:3142
1835
1839
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1836
1840
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1839
#: bzrlib/builtins.py:3126
1843
#: bzrlib/builtins.py:3145
1842
1846
" Ignore the top level Makefile::"
1845
#: bzrlib/builtins.py:3129
1849
#: bzrlib/builtins.py:3148
1846
1850
msgid " bzr ignore ./Makefile"
1849
#: bzrlib/builtins.py:3131
1853
#: bzrlib/builtins.py:3150
1850
1854
msgid " Ignore .class files in all directories...::"
1853
#: bzrlib/builtins.py:3133
1857
#: bzrlib/builtins.py:3152
1854
1858
msgid " bzr ignore \"*.class\""
1857
#: bzrlib/builtins.py:3135
1861
#: bzrlib/builtins.py:3154
1858
1862
msgid " ...but do not ignore \"special.class\"::"
1861
#: bzrlib/builtins.py:3137
1865
#: bzrlib/builtins.py:3156
1862
1866
msgid " bzr ignore \"!special.class\""
1865
#: bzrlib/builtins.py:3139
1869
#: bzrlib/builtins.py:3158
1866
1870
msgid " Ignore files whose name begins with the \"#\" character::"
1869
#: bzrlib/builtins.py:3141
1873
#: bzrlib/builtins.py:3160
1870
1874
msgid " bzr ignore \"RE:^#\""
1873
#: bzrlib/builtins.py:3143 bzrlib/builtins.py:3147
1877
#: bzrlib/builtins.py:3162 bzrlib/builtins.py:3166
1874
1878
msgid " Ignore .o files under the lib directory::"
1877
#: bzrlib/builtins.py:3145
1881
#: bzrlib/builtins.py:3164
1878
1882
msgid " bzr ignore \"lib/**/*.o\""
1881
#: bzrlib/builtins.py:3149
1885
#: bzrlib/builtins.py:3168
1882
1886
msgid " bzr ignore \"RE:lib/.*\\.o\""
1885
#: bzrlib/builtins.py:3151
1889
#: bzrlib/builtins.py:3170
1886
1890
msgid " Ignore everything but the \"debian\" toplevel directory::"
1889
#: bzrlib/builtins.py:3153
1893
#: bzrlib/builtins.py:3172
1891
1895
" bzr ignore \"RE:(?!debian/).*\"\n"
1930
#: bzrlib/builtins.py:3219
1934
#: bzrlib/builtins.py:3238
1931
1935
msgid "List ignored files and the patterns that matched them."
1934
#: bzrlib/builtins.py:3221
1938
#: bzrlib/builtins.py:3240
1936
1940
"List all the ignored files and the ignore pattern that caused the file to\n"
1940
#: bzrlib/builtins.py:3224
1944
#: bzrlib/builtins.py:3243
1941
1945
msgid "Alternatively, to list just the files::"
1944
#: bzrlib/builtins.py:3226
1948
#: bzrlib/builtins.py:3245
1945
1949
msgid " bzr ls --ignored"
1948
#: bzrlib/builtins.py:3260
1952
#: bzrlib/builtins.py:3279
1949
1953
#, python-format
1950
1954
msgid "not a valid revision-number: %r"
1953
#: bzrlib/builtins.py:3267
1957
#: bzrlib/builtins.py:3286
1955
1959
"Export current or past revision to a destination directory or archive."
1958
#: bzrlib/builtins.py:3269
1962
#: bzrlib/builtins.py:3288
1959
1963
msgid "If no revision is specified this exports the last committed revision."
1962
#: bzrlib/builtins.py:3271
1966
#: bzrlib/builtins.py:3290
1964
1968
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
1965
1969
"given, try to find the format with the extension. If no extension\n"
1966
1970
"is found exports to a directory (equivalent to --format=dir)."
1969
#: bzrlib/builtins.py:3275
1973
#: bzrlib/builtins.py:3294
1971
1975
"If root is supplied, it will be used as the root directory inside\n"
1972
1976
"container formats (tar, zip, etc). If it is not supplied it will default\n"
1973
1977
"to the exported filename. The root option has no effect for 'dir' format."
1976
#: bzrlib/builtins.py:3279
1980
#: bzrlib/builtins.py:3298
1978
1982
"If branch is omitted then the branch containing the current working\n"
1979
1983
"directory will be used."
1982
#: bzrlib/builtins.py:3282
1986
#: bzrlib/builtins.py:3301
1984
1988
"Note: Export of tree with non-ASCII filenames to zip is not supported."
1987
#: bzrlib/builtins.py:3284
1991
#: bzrlib/builtins.py:3303
1989
1993
" ================= =========================\n"
1990
1994
" Supported formats Autodetected by extension\n"
1997
2001
" ================= ========================="
2000
#: bzrlib/builtins.py:3298
2004
#: bzrlib/builtins.py:3317
2001
2005
msgid "Type of file to export to."
2004
#: bzrlib/builtins.py:3301
2008
#: bzrlib/builtins.py:3320
2005
2009
msgid "Apply content filters to export the convenient form."
2008
#: bzrlib/builtins.py:3305
2012
#: bzrlib/builtins.py:3324
2009
2013
msgid "Name of the root directory inside the exported file."
2012
#: bzrlib/builtins.py:3307
2016
#: bzrlib/builtins.py:3326
2014
2018
"Set modification time of files to that of the last revision in which it was "
2018
#: bzrlib/builtins.py:3310
2022
#: bzrlib/builtins.py:3329
2020
2024
"Export the working tree contents rather than that of the last revision."
2023
#: bzrlib/builtins.py:3329
2027
#: bzrlib/builtins.py:3348
2024
2028
msgid "--uncommitted requires a working tree"
2027
#: bzrlib/builtins.py:3338
2031
#: bzrlib/builtins.py:3357
2028
2032
#, python-format
2029
2033
msgid "Unsupported export format: %s"
2032
#: bzrlib/builtins.py:3342
2036
#: bzrlib/builtins.py:3361
2034
2038
"Write the contents of a file as of a given revision to standard output."
2037
#: bzrlib/builtins.py:3344
2041
#: bzrlib/builtins.py:3363
2038
2042
msgid "If no revision is nominated, the last revision is used."
2041
#: bzrlib/builtins.py:3346
2045
#: bzrlib/builtins.py:3365
2043
2047
"Note: Take care to redirect standard output when using this command on a\n"
2047
#: bzrlib/builtins.py:3352
2051
#: bzrlib/builtins.py:3371
2048
2052
msgid "The path name in the old tree."
2051
#: bzrlib/builtins.py:3353
2055
#: bzrlib/builtins.py:3372
2052
2056
msgid "Apply content filters to display the convenience form."
2055
#: bzrlib/builtins.py:3364
2059
#: bzrlib/builtins.py:3383
2056
2060
msgid "bzr cat --revision takes exactly one revision specifier"
2059
#: bzrlib/builtins.py:3389 bzrlib/builtins.py:3401
2063
#: bzrlib/builtins.py:3408 bzrlib/builtins.py:3420
2060
2064
msgid "{0!r} is not present in revision {1}"
2063
#: bzrlib/builtins.py:3424
2067
#: bzrlib/builtins.py:3443
2064
2068
msgid "Commit changes into a new revision."
2067
#: bzrlib/builtins.py:3426
2071
#: bzrlib/builtins.py:3445
2069
2073
"An explanatory message needs to be given for each commit. This is\n"
2070
2074
"often done by using the --message option (getting the message from the\n"
2153
2157
" one or more bugs. See ``bzr help bugs`` for details."
2156
#: bzrlib/builtins.py:3484
2160
#: bzrlib/builtins.py:3503
2157
2161
msgid "Do not consider changes made to a given path."
2160
#: bzrlib/builtins.py:3487
2164
#: bzrlib/builtins.py:3506
2161
2165
msgid "Description of the new revision."
2164
#: bzrlib/builtins.py:3490
2168
#: bzrlib/builtins.py:3509
2165
2169
msgid "Commit even if nothing has changed."
2168
#: bzrlib/builtins.py:3494
2172
#: bzrlib/builtins.py:3513
2169
2173
msgid "Take commit message from this file."
2172
#: bzrlib/builtins.py:3496
2176
#: bzrlib/builtins.py:3515
2173
2177
msgid "Refuse to commit if there are unknown files in the working tree."
2176
#: bzrlib/builtins.py:3499
2180
#: bzrlib/builtins.py:3518
2178
2182
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2179
2183
"08:00:00 +0100'."
2182
#: bzrlib/builtins.py:3502
2186
#: bzrlib/builtins.py:3521
2183
2187
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2186
#: bzrlib/builtins.py:3505
2190
#: bzrlib/builtins.py:3524
2187
2191
msgid "Set the author's name, if it's different from the committer."
2190
#: bzrlib/builtins.py:3508
2194
#: bzrlib/builtins.py:3527
2192
2196
"Perform a local commit in a bound branch. Local commits are not pushed to "
2193
2197
"the master branch until a normal commit is performed."
2196
#: bzrlib/builtins.py:3514
2200
#: bzrlib/builtins.py:3533
2198
2202
"When no message is supplied, show the diff along with the status summary in "
2199
2203
"the message editor."
2202
#: bzrlib/builtins.py:3517
2206
#: bzrlib/builtins.py:3536
2204
2208
"When committing to a foreign version control system do not push data that "
2205
2209
"can not be natively represented."
2208
#: bzrlib/builtins.py:3535
2212
#: bzrlib/builtins.py:3554
2209
2213
#, python-format
2211
2215
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2221
2225
"Commit refused."
2224
#: bzrlib/builtins.py:3553
2228
#: bzrlib/builtins.py:3572
2225
2229
#, python-format
2226
2230
msgid "Unrecognized bug %s. Commit refused."
2229
#: bzrlib/builtins.py:3556
2233
#: bzrlib/builtins.py:3575
2230
2234
#, python-format
2233
2237
"Commit refused."
2236
#: bzrlib/builtins.py:3580
2240
#: bzrlib/builtins.py:3599
2237
2241
msgid "Could not parse --commit-time: "
2240
#: bzrlib/builtins.py:3620
2244
#: bzrlib/builtins.py:3639
2241
2245
msgid "please specify either --message or --file"
2244
#: bzrlib/builtins.py:3649
2248
#: bzrlib/builtins.py:3668
2245
2249
msgid "please specify a commit message with either --message or --file"
2248
#: bzrlib/builtins.py:3652
2252
#: bzrlib/builtins.py:3671
2250
2254
"Empty commit message specified. Please specify a commit message with either -"
2251
2255
"-message or --file or leave a blank message with --message \"\"."
2254
#: bzrlib/builtins.py:3672
2258
#: bzrlib/builtins.py:3691
2256
2260
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2257
2261
"-unchanged to force an empty commit."
2260
#: bzrlib/builtins.py:3676
2264
#: bzrlib/builtins.py:3695
2262
2266
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2263
2267
"resolve FILE\" to resolve."
2266
#: bzrlib/builtins.py:3680
2270
#: bzrlib/builtins.py:3699
2267
2271
msgid "Commit refused because there are unknown files in the working tree."
2270
#: bzrlib/builtins.py:3683
2274
#: bzrlib/builtins.py:3702
2273
2277
"To commit to master branch, run update and then commit.\n"
2274
2278
"You can also pass --local to commit to continue working disconnected."
2277
#: bzrlib/builtins.py:3691
2281
#: bzrlib/builtins.py:3710
2279
2283
"Validate working tree structure, branch consistency and repository history."
2282
#: bzrlib/builtins.py:3693
2286
#: bzrlib/builtins.py:3712
2284
2288
"This command checks various invariants about branch and repository storage\n"
2285
2289
"to detect data corruption or bzr bugs."
2288
#: bzrlib/builtins.py:3696
2292
#: bzrlib/builtins.py:3715
2290
2294
"The working tree and branch checks will only give output if a problem is\n"
2291
2295
"detected. The output fields of the repository check are:"
2294
#: bzrlib/builtins.py:3699
2298
#: bzrlib/builtins.py:3718
2297
2301
" This is just the number of revisions checked. It doesn't\n"
2298
2302
" indicate a problem."
2301
#: bzrlib/builtins.py:3703
2305
#: bzrlib/builtins.py:3722
2303
2307
"versionedfiles\n"
2304
2308
" This is just the number of versionedfiles checked. It\n"
2305
2309
" doesn't indicate a problem."
2308
#: bzrlib/builtins.py:3707
2312
#: bzrlib/builtins.py:3726
2310
2314
"unreferenced ancestors\n"
2311
2315
" Texts that are ancestors of other texts, but\n"
2329
2333
" indicate a problem."
2332
#: bzrlib/builtins.py:3722
2336
#: bzrlib/builtins.py:3741
2334
2338
"If no restrictions are specified, all Bazaar data that is found at the "
2336
2340
"location will be checked."
2339
#: bzrlib/builtins.py:3727
2343
#: bzrlib/builtins.py:3746
2340
2344
msgid " Check the tree and branch at 'foo'::"
2343
#: bzrlib/builtins.py:3729
2347
#: bzrlib/builtins.py:3748
2344
2348
msgid " bzr check --tree --branch foo"
2347
#: bzrlib/builtins.py:3731
2351
#: bzrlib/builtins.py:3750
2348
2352
msgid " Check only the repository at 'bar'::"
2351
#: bzrlib/builtins.py:3733
2355
#: bzrlib/builtins.py:3752
2352
2356
msgid " bzr check --repo bar"
2355
#: bzrlib/builtins.py:3735
2359
#: bzrlib/builtins.py:3754
2356
2360
msgid " Check everything at 'baz'::"
2359
#: bzrlib/builtins.py:3737
2363
#: bzrlib/builtins.py:3756
2360
2364
msgid " bzr check baz"
2363
#: bzrlib/builtins.py:3743
2367
#: bzrlib/builtins.py:3762
2364
2368
msgid "Check the branch related to the current directory."
2367
#: bzrlib/builtins.py:3745
2371
#: bzrlib/builtins.py:3764
2368
2372
msgid "Check the repository related to the current directory."
2371
#: bzrlib/builtins.py:3747
2375
#: bzrlib/builtins.py:3766
2372
2376
msgid "Check the working tree related to the current directory."
2375
#: bzrlib/builtins.py:3761
2379
#: bzrlib/builtins.py:3780
2376
2380
msgid "Upgrade a repository, branch or working tree to a newer format."
2379
#: bzrlib/builtins.py:3763
2383
#: bzrlib/builtins.py:3782
2381
2385
"When the default format has changed after a major new release of\n"
2382
2386
"Bazaar, you may be informed during certain operations that you\n"
2417
#: bzrlib/builtins.py:3789
2421
#: bzrlib/builtins.py:3808
2419
2423
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2420
2424
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2423
#: bzrlib/builtins.py:3797
2427
#: bzrlib/builtins.py:3816
2424
2428
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2427
#: bzrlib/builtins.py:3801
2431
#: bzrlib/builtins.py:3820
2428
2432
msgid "Branch format"
2431
#: bzrlib/builtins.py:3803
2435
#: bzrlib/builtins.py:3822
2432
2436
msgid "Remove the backup.bzr directory if successful."
2435
#: bzrlib/builtins.py:3805
2439
#: bzrlib/builtins.py:3824
2436
2440
msgid "Show what would be done, but don't actually do anything."
2439
#: bzrlib/builtins.py:3820
2443
#: bzrlib/builtins.py:3839
2440
2444
msgid "Show or set bzr user id."
2443
#: bzrlib/builtins.py:3822
2447
#: bzrlib/builtins.py:3841
2446
2450
" Show the email of the current user::"
2449
#: bzrlib/builtins.py:3825
2453
#: bzrlib/builtins.py:3844
2450
2454
msgid " bzr whoami --email"
2453
#: bzrlib/builtins.py:3827
2457
#: bzrlib/builtins.py:3846
2454
2458
msgid " Set the current user::"
2457
#: bzrlib/builtins.py:3829
2461
#: bzrlib/builtins.py:3848
2458
2462
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2461
#: bzrlib/builtins.py:3833
2465
#: bzrlib/builtins.py:3852
2462
2466
msgid "Display email address only."
2465
#: bzrlib/builtins.py:3835
2469
#: bzrlib/builtins.py:3854
2466
2470
msgid "Set identity for the current branch instead of globally."
2469
#: bzrlib/builtins.py:3861
2473
#: bzrlib/builtins.py:3880
2470
2474
msgid "--email can only be used to display existing identity"
2473
#: bzrlib/builtins.py:3885
2477
#: bzrlib/builtins.py:3904
2474
2478
msgid "Print or set the branch nickname."
2477
#: bzrlib/builtins.py:3887
2481
#: bzrlib/builtins.py:3906
2479
2483
"If unset, the colocated branch name is used for colocated branches, and\n"
2480
2484
"the branch directory name is used for other branches. To print the\n"
2481
2485
"current nickname, execute with no argument."
2484
#: bzrlib/builtins.py:3891
2488
#: bzrlib/builtins.py:3910
2486
2490
"Bound branches use the nickname of its master branch unless it is set\n"
2490
#: bzrlib/builtins.py:3911
2494
#: bzrlib/builtins.py:3930
2491
2495
msgid "Set/unset and display aliases."
2494
#: bzrlib/builtins.py:3913
2498
#: bzrlib/builtins.py:3932
2497
2501
" Show the current aliases::"
2500
#: bzrlib/builtins.py:3916
2504
#: bzrlib/builtins.py:3935
2501
2505
msgid " bzr alias"
2504
#: bzrlib/builtins.py:3918
2508
#: bzrlib/builtins.py:3937
2505
2509
msgid " Show the alias specified for 'll'::"
2508
#: bzrlib/builtins.py:3920
2512
#: bzrlib/builtins.py:3939
2509
2513
msgid " bzr alias ll"
2512
#: bzrlib/builtins.py:3922
2516
#: bzrlib/builtins.py:3941
2513
2517
msgid " Set an alias for 'll'::"
2516
#: bzrlib/builtins.py:3924
2520
#: bzrlib/builtins.py:3943
2517
2521
msgid " bzr alias ll=\"log --line -r-10..-1\""
2520
#: bzrlib/builtins.py:3926
2524
#: bzrlib/builtins.py:3945
2521
2525
msgid " To remove an alias for 'll'::"
2524
#: bzrlib/builtins.py:3928
2528
#: bzrlib/builtins.py:3947
2525
2529
msgid " bzr alias --remove ll"
2528
#: bzrlib/builtins.py:3933
2532
#: bzrlib/builtins.py:3952
2529
2533
msgid "Remove the alias."
2532
#: bzrlib/builtins.py:3951
2536
#: bzrlib/builtins.py:3970
2533
2537
msgid "bzr alias --remove expects an alias to remove."
2536
#: bzrlib/builtins.py:4132
2540
#: bzrlib/builtins.py:4151
2538
2542
"subunit not available. subunit needs to be installed to use --subunit."
2541
#: bzrlib/builtins.py:4149
2545
#: bzrlib/builtins.py:4168
2543
2547
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2546
#: bzrlib/builtins.py:4196
2550
#: bzrlib/builtins.py:4215
2547
2551
msgid "Show version of bzr."
2550
#: bzrlib/builtins.py:4200
2554
#: bzrlib/builtins.py:4219
2551
2555
msgid "Print just the version number."
2554
#: bzrlib/builtins.py:4219
2558
#: bzrlib/builtins.py:4238
2555
2559
msgid "It sure does!\n"
2558
#: bzrlib/builtins.py:4243
2562
#: bzrlib/builtins.py:4262
2559
2563
#, python-format
2560
2564
msgid "merge base is revision %s\n"
2563
#: bzrlib/builtins.py:4247
2567
#: bzrlib/builtins.py:4266
2564
2568
msgid "Perform a three-way merge."
2567
#: bzrlib/builtins.py:4249
2571
#: bzrlib/builtins.py:4268
2569
2573
"The source of the merge can be specified either in the form of a branch,\n"
2570
2574
"or in the form of a path to a file containing a merge directive generated\n"
2640
2644
"merge revision which has more than two parents."
2643
#: bzrlib/builtins.py:4296
2647
#: bzrlib/builtins.py:4315
2645
2649
"If one would like to merge changes from the working tree of the other\n"
2646
2650
"branch without merging any committed revisions, the --uncommitted option\n"
2647
2651
"can be given."
2650
#: bzrlib/builtins.py:4300
2654
#: bzrlib/builtins.py:4319
2652
2656
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2653
2657
"you to apply each diff hunk and file change, similar to \"shelve\"."
2656
#: bzrlib/builtins.py:4303
2660
#: bzrlib/builtins.py:4322
2659
2663
" To merge all new revisions from bzr.dev::"
2662
#: bzrlib/builtins.py:4306
2666
#: bzrlib/builtins.py:4325
2663
2667
msgid " bzr merge ../bzr.dev"
2666
#: bzrlib/builtins.py:4308
2670
#: bzrlib/builtins.py:4327
2667
2671
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2670
#: bzrlib/builtins.py:4310
2674
#: bzrlib/builtins.py:4329
2671
2675
msgid " bzr merge -r 82 ../bzr.dev"
2674
#: bzrlib/builtins.py:4312
2678
#: bzrlib/builtins.py:4331
2675
2679
msgid " To merge the changes introduced by 82, without previous changes::"
2678
#: bzrlib/builtins.py:4314
2682
#: bzrlib/builtins.py:4333
2679
2683
msgid " bzr merge -r 81..82 ../bzr.dev"
2682
#: bzrlib/builtins.py:4316
2686
#: bzrlib/builtins.py:4335
2683
2687
msgid " To apply a merge directive contained in /tmp/merge::"
2686
#: bzrlib/builtins.py:4318
2690
#: bzrlib/builtins.py:4337
2687
2691
msgid " bzr merge /tmp/merge"
2690
#: bzrlib/builtins.py:4320
2694
#: bzrlib/builtins.py:4339
2692
2696
" To create a merge revision with three parents from two branches\n"
2693
2697
" feature1a and feature1b:"
2696
#: bzrlib/builtins.py:4323
2700
#: bzrlib/builtins.py:4342
2698
2702
" bzr merge ../feature1a\n"
2699
2703
" bzr merge ../feature1b --force\n"
2700
2704
" bzr commit -m 'revision with three parents'"
2703
#: bzrlib/builtins.py:4335
2707
#: bzrlib/builtins.py:4354
2704
2708
msgid "Merge even if the destination tree has uncommitted changes."
2707
#: bzrlib/builtins.py:4341
2711
#: bzrlib/builtins.py:4360
2709
2713
"Apply uncommitted changes from a working copy, instead of branch changes."
2712
#: bzrlib/builtins.py:4343
2716
#: bzrlib/builtins.py:4362
2714
2718
"If the destination is already completely merged into the source, pull from "
2715
2719
"the source rather than merging. When this happens, you do not need to "
2716
2720
"commit the result."
2719
#: bzrlib/builtins.py:4348
2723
#: bzrlib/builtins.py:4367
2721
2725
"Branch to merge into, rather than the one containing the working directory."
2724
#: bzrlib/builtins.py:4350
2728
#: bzrlib/builtins.py:4369
2725
2729
msgid "Instead of merging, show a diff of the merge."
2728
#: bzrlib/builtins.py:4352
2732
#: bzrlib/builtins.py:4371
2729
2733
msgid "Select changes interactively."
2732
#: bzrlib/builtins.py:4374
2736
#: bzrlib/builtins.py:4393
2734
2738
"Merging into empty branches not currently supported, "
2735
2739
"https://bugs.launchpad.net/bzr/+bug/308562"
2738
#: bzrlib/builtins.py:4401
2742
#: bzrlib/builtins.py:4420
2739
2743
msgid "Cannot use --uncommitted with bundles or merge directives."
2742
#: bzrlib/builtins.py:4412
2746
#: bzrlib/builtins.py:4431
2743
2747
msgid "Cannot use --uncommitted and --revision at the same time."
2746
#: bzrlib/builtins.py:4432
2750
#: bzrlib/builtins.py:4451
2747
2751
msgid "merger: "
2750
#: bzrlib/builtins.py:4434 bzrlib/bundle/apply_bundle.py:71
2754
#: bzrlib/builtins.py:4453 bzrlib/bundle/apply_bundle.py:71
2751
2755
msgid "Nothing to do."
2754
#: bzrlib/builtins.py:4438
2758
#: bzrlib/builtins.py:4457
2755
2759
msgid "Cannot pull individual files"
2758
#: bzrlib/builtins.py:4446
2762
#: bzrlib/builtins.py:4465
2759
2763
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2762
#: bzrlib/builtins.py:4504
2766
#: bzrlib/builtins.py:4523
2763
2767
#, python-format
2764
2768
msgid "Show-base is not supported for this merge type. %s"
2767
#: bzrlib/builtins.py:4513
2771
#: bzrlib/builtins.py:4532
2768
2772
#, python-format
2769
2773
msgid "Conflict reduction is not supported for merge type %s."
2772
#: bzrlib/builtins.py:4517
2776
#: bzrlib/builtins.py:4536
2773
2777
msgid "Cannot do conflict reduction and show base."
2776
#: bzrlib/builtins.py:4628
2780
#: bzrlib/builtins.py:4647
2777
2781
msgid "No location specified or remembered"
2780
#: bzrlib/builtins.py:4630
2784
#: bzrlib/builtins.py:4649
2781
2785
msgid "{0} remembered {1} location {2}"
2784
#: bzrlib/builtins.py:4636
2788
#: bzrlib/builtins.py:4655
2785
2789
msgid "Redo a merge."
2788
#: bzrlib/builtins.py:4638
2792
#: bzrlib/builtins.py:4657
2790
2794
"Use this if you want to try a different merge technique while resolving\n"
2791
2795
"conflicts. Some merge techniques are better than others, and remerge\n"
2792
2796
"lets you try different ones on different files."
2795
#: bzrlib/builtins.py:4642
2799
#: bzrlib/builtins.py:4661
2797
2801
"The options for remerge have the same meaning and defaults as the ones for\n"
2798
2802
"merge. The difference is that remerge can (only) be run when there is a\n"
2799
2803
"pending merge, and it lets you specify particular files."
2802
#: bzrlib/builtins.py:4646
2806
#: bzrlib/builtins.py:4665
2805
2809
" Re-do the merge of all conflicted files, and show the base text in\n"
2806
2810
" conflict regions, in addition to the usual THIS and OTHER texts::"
2809
#: bzrlib/builtins.py:4650
2813
#: bzrlib/builtins.py:4669
2810
2814
msgid " bzr remerge --show-base"
2813
#: bzrlib/builtins.py:4652
2817
#: bzrlib/builtins.py:4671
2815
2819
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2816
2820
" additional processing to reduce the size of conflict regions::"
2819
#: bzrlib/builtins.py:4655
2823
#: bzrlib/builtins.py:4674
2820
2824
msgid " bzr remerge --merge-type weave --reprocess foobar"
2823
#: bzrlib/builtins.py:4662
2827
#: bzrlib/builtins.py:4681
2824
2828
msgid "Show base revision text in conflicts."
2827
#: bzrlib/builtins.py:4674
2831
#: bzrlib/builtins.py:4693
2829
2833
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2833
#: bzrlib/builtins.py:4731
2834
msgid "Revert files to a previous revision."
2837
#: bzrlib/builtins.py:4751
2839
"Set files in the working tree back to the contents of a previous revision."
2837
#: bzrlib/builtins.py:4733
2842
#: bzrlib/builtins.py:4753
2839
2844
"Giving a list of files will revert only those files. Otherwise, all files\n"
2840
2845
"will be reverted. If the revision is not specified with '--revision', the\n"
2841
"last committed revision is used."
2846
"working tree basis revision is used. A revert operation affects only the\n"
2847
"working tree, not any revision history like the branch and repository or\n"
2848
"the working tree basis revision."
2844
#: bzrlib/builtins.py:4737
2851
#: bzrlib/builtins.py:4759
2846
2853
"To remove only some changes, without reverting to a prior version, use\n"
2847
2854
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2848
2855
"will remove the changes introduced by the second last commit (-2), without\n"
2849
2856
"affecting the changes introduced by the last commit (-1). To remove\n"
2850
"certain changes on a hunk-by-hunk basis, see the shelve command."
2857
"certain changes on a hunk-by-hunk basis, see the shelve command.\n"
2858
"To update the branch to a specific revision or the latest revision and\n"
2859
"update the working tree accordingly while preserving local changes, see the\n"
2853
#: bzrlib/builtins.py:4743
2863
#: bzrlib/builtins.py:4768
2855
"By default, any files that have been manually changed will be backed up\n"
2856
"first. (Files changed only by merge are not backed up.) Backup files have\n"
2857
"'.~#~' appended to their name, where # is a number."
2865
"Uncommitted changes to files that are reverted will be discarded.\n"
2866
"Howver, by default, any files that have been manually changed will be\n"
2867
"backed up first. (Files changed only by merge are not backed up.) Backup\n"
2868
"files have '.~#~' appended to their name, where # is a number."
2860
#: bzrlib/builtins.py:4747
2871
#: bzrlib/builtins.py:4773
2862
2873
"When you provide files, you can use their current pathname or the pathname\n"
2863
2874
"from the target revision. So you can use revert to \"undelete\" a file by\n"
2936
2947
" 0 - no missing revisions"
2939
#: bzrlib/builtins.py:4861
2950
#: bzrlib/builtins.py:4887
2941
2952
" Determine the missing revisions between this and the branch at the\n"
2942
2953
" remembered pull location::"
2945
#: bzrlib/builtins.py:4864
2956
#: bzrlib/builtins.py:4890
2946
2957
msgid " bzr missing"
2949
#: bzrlib/builtins.py:4866
2960
#: bzrlib/builtins.py:4892
2950
2961
msgid " Determine the missing revisions between this and another branch::"
2953
#: bzrlib/builtins.py:4868
2964
#: bzrlib/builtins.py:4894
2954
2965
msgid " bzr missing http://server/branch"
2957
#: bzrlib/builtins.py:4870
2968
#: bzrlib/builtins.py:4896
2959
2970
" Determine the missing revisions up to a specific revision on the other\n"
2963
#: bzrlib/builtins.py:4873
2974
#: bzrlib/builtins.py:4899
2964
2975
msgid " bzr missing -r ..-10"
2967
#: bzrlib/builtins.py:4875
2978
#: bzrlib/builtins.py:4901
2969
2980
" Determine the missing revisions up to a specific revision on this\n"
2973
#: bzrlib/builtins.py:4878
2984
#: bzrlib/builtins.py:4904
2974
2985
msgid " bzr missing --my-revision ..-10"
2977
#: bzrlib/builtins.py:4885
2988
#: bzrlib/builtins.py:4911
2978
2989
msgid "Reverse the order of revisions."
2981
#: bzrlib/builtins.py:4887
2992
#: bzrlib/builtins.py:4913
2982
2993
msgid "Display changes in the local branch only."
2985
#: bzrlib/builtins.py:4888
2996
#: bzrlib/builtins.py:4914
2986
2997
msgid "Same as --mine-only."
2989
#: bzrlib/builtins.py:4890
3000
#: bzrlib/builtins.py:4916
2990
3001
msgid "Display changes in the remote branch only."
2993
#: bzrlib/builtins.py:4891
3004
#: bzrlib/builtins.py:4917
2994
3005
msgid "Same as --theirs-only."
2997
#: bzrlib/builtins.py:4896
3008
#: bzrlib/builtins.py:4922
2999
3010
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3003
#: bzrlib/builtins.py:4900
3014
#: bzrlib/builtins.py:4926
3005
3016
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3009
#: bzrlib/builtins.py:4903
3020
#: bzrlib/builtins.py:4929
3010
3021
msgid "Show all revisions in addition to the mainline ones."
3013
#: bzrlib/builtins.py:4957
3024
#: bzrlib/builtins.py:4983
3014
3025
msgid "No peer location known or specified."
3017
#: bzrlib/builtins.py:4961
3028
#: bzrlib/builtins.py:4987
3018
3029
msgid "Using saved parent location: {0}\n"
3021
#: bzrlib/builtins.py:4994
3032
#: bzrlib/builtins.py:5020
3022
3033
#, python-format
3023
3034
msgid "You have %d extra revision:\n"
3024
3035
msgid_plural "You have %d extra revisions:\n"
3028
#: bzrlib/builtins.py:5010
3039
#: bzrlib/builtins.py:5040
3029
3040
#, python-format
3030
3041
msgid "You are missing %d revision:\n"
3031
3042
msgid_plural "You are missing %d revisions:\n"
3035
#: bzrlib/builtins.py:5022
3046
#: bzrlib/builtins.py:5055
3036
3047
msgid "This branch has no new revisions.\n"
3039
#: bzrlib/builtins.py:5025
3050
#: bzrlib/builtins.py:5058
3040
3051
msgid "Other branch has no new revisions.\n"
3043
#: bzrlib/builtins.py:5030
3054
#: bzrlib/builtins.py:5063
3044
3055
msgid "Branches are up to date.\n"
3047
#: bzrlib/builtins.py:5041
3058
#: bzrlib/builtins.py:5074
3048
3059
msgid "Compress the data within a repository."
3051
#: bzrlib/builtins.py:5043
3062
#: bzrlib/builtins.py:5076
3053
3064
"This operation compresses the data within a bazaar repository. As\n"
3054
3065
"bazaar supports automatic packing of repository, this operation is\n"
3055
3066
"normally not required to be done manually."
3058
#: bzrlib/builtins.py:5047
3069
#: bzrlib/builtins.py:5080
3060
3071
"During the pack operation, bazaar takes a backup of existing repository\n"
3061
3072
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3107
3118
"plugins using the Python programming language."
3110
#: bzrlib/builtins.py:5105
3121
#: bzrlib/builtins.py:5138
3111
3122
msgid "Show testament (signing-form) of a revision."
3114
#: bzrlib/builtins.py:5108
3125
#: bzrlib/builtins.py:5141
3115
3126
msgid "Produce long-format testament."
3118
#: bzrlib/builtins.py:5110
3129
#: bzrlib/builtins.py:5143
3119
3130
msgid "Produce a strict-format testament."
3122
#: bzrlib/builtins.py:5136
3133
#: bzrlib/builtins.py:5169
3123
3134
msgid "Show the origin of each line in a file."
3126
#: bzrlib/builtins.py:5138
3137
#: bzrlib/builtins.py:5171
3128
3139
"This prints out the given file with an annotation on the left side\n"
3129
3140
"indicating which revision, author and date introduced the change."
3132
#: bzrlib/builtins.py:5141
3143
#: bzrlib/builtins.py:5174
3134
3145
"If the origin is the same for a run of consecutive lines, it is\n"
3135
3146
"shown only at the top, unless the --all option is given."
3138
#: bzrlib/builtins.py:5149
3149
#: bzrlib/builtins.py:5182
3139
3150
msgid "Show annotations on all lines."
3142
#: bzrlib/builtins.py:5150
3153
#: bzrlib/builtins.py:5183
3143
3154
msgid "Show commit date in annotations."
3146
#: bzrlib/builtins.py:5237
3157
#: bzrlib/builtins.py:5270
3147
3158
msgid "Cannot sign a range of non-revision-history revisions"
3150
#: bzrlib/builtins.py:5249
3161
#: bzrlib/builtins.py:5282
3151
3162
msgid "Please supply either one revision, or a range."
3154
#: bzrlib/builtins.py:5253
3165
#: bzrlib/builtins.py:5286
3156
3167
"Convert the current branch into a checkout of the supplied branch.\n"
3157
3168
"If no branch is supplied, rebind to the last bound location."
3160
#: bzrlib/builtins.py:5256
3171
#: bzrlib/builtins.py:5289
3162
3173
"Once converted into a checkout, commits must succeed on the master branch\n"
3163
3174
"before they will be applied to the local branch."
3166
#: bzrlib/builtins.py:5259
3177
#: bzrlib/builtins.py:5292
3168
3179
"Bound branches use the nickname of its master branch unless it is set\n"
3169
3180
"locally, in which case binding will update the local nickname to be\n"
3170
3181
"that of the master."
3173
#: bzrlib/builtins.py:5274
3184
#: bzrlib/builtins.py:5307
3174
3185
msgid "No location supplied. This format does not remember old locations."
3177
#: bzrlib/builtins.py:5280
3188
#: bzrlib/builtins.py:5313
3178
3189
msgid "Branch is already bound"
3181
#: bzrlib/builtins.py:5283
3192
#: bzrlib/builtins.py:5316
3182
3193
msgid "No location supplied and no previous location known"
3185
#: bzrlib/builtins.py:5289
3196
#: bzrlib/builtins.py:5322
3186
3197
msgid "These branches have diverged. Try merging, and then bind again."
3189
#: bzrlib/builtins.py:5296
3200
#: bzrlib/builtins.py:5329
3190
3201
msgid "Convert the current checkout into a regular branch."
3193
#: bzrlib/builtins.py:5298
3204
#: bzrlib/builtins.py:5331
3195
3206
"After unbinding, the local branch is considered independent and subsequent\n"
3196
3207
"commits will be local only."
3199
#: bzrlib/builtins.py:5309
3210
#: bzrlib/builtins.py:5342
3200
3211
msgid "Local branch is not bound"
3203
#: bzrlib/builtins.py:5313
3214
#: bzrlib/builtins.py:5346
3204
3215
msgid "Remove the last committed revision."
3207
#: bzrlib/builtins.py:5315
3218
#: bzrlib/builtins.py:5348
3209
3220
"--verbose will print out what is being removed.\n"
3210
3221
"--dry-run will go through all the motions, but not actually\n"
3211
3222
"remove anything."
3214
#: bzrlib/builtins.py:5319
3225
#: bzrlib/builtins.py:5352
3216
3227
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3217
3228
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3218
3229
"branch at revision 15."
3221
#: bzrlib/builtins.py:5323
3232
#: bzrlib/builtins.py:5356
3223
3234
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3224
3235
"it may make is to restore any pending merges that were present before\n"
3228
#: bzrlib/builtins.py:5334
3239
#: bzrlib/builtins.py:5367
3229
3240
msgid "Don't actually make changes."
3232
#: bzrlib/builtins.py:5335
3243
#: bzrlib/builtins.py:5368
3233
3244
msgid "Say yes to all questions."
3236
#: bzrlib/builtins.py:5337
3247
#: bzrlib/builtins.py:5370
3237
3248
msgid "Keep tags that point to removed revisions."
3240
#: bzrlib/builtins.py:5339
3251
#: bzrlib/builtins.py:5372
3241
3252
msgid "Only remove the commits from the local branch when in a checkout."
3244
#: bzrlib/builtins.py:5388
3255
#: bzrlib/builtins.py:5421
3245
3256
msgid "No revisions to uncommit.\n"
3248
#: bzrlib/builtins.py:5403
3259
#: bzrlib/builtins.py:5436
3249
3260
msgid "Dry-run, pretending to remove the above revisions.\n"
3252
#: bzrlib/builtins.py:5406
3263
#: bzrlib/builtins.py:5439
3253
3264
msgid "The above revision(s) will be removed.\n"
3256
#: bzrlib/builtins.py:5410
3267
#: bzrlib/builtins.py:5443
3257
3268
msgid "Uncommit these revisions"
3260
#: bzrlib/builtins.py:5413
3271
#: bzrlib/builtins.py:5446
3261
3272
msgid "Canceled\n"
3264
#: bzrlib/builtins.py:5420
3275
#: bzrlib/builtins.py:5453
3265
3276
#, python-format
3267
3278
"You can restore the old tip by running:\n"
3268
3279
" bzr pull . -r revid:%s\n"
3271
#: bzrlib/builtins.py:5425
3282
#: bzrlib/builtins.py:5458
3272
3283
msgid "Break a dead lock."
3275
#: bzrlib/builtins.py:5427
3286
#: bzrlib/builtins.py:5460
3277
3288
"This command breaks a lock on a repository, branch, working directory or\n"
3281
#: bzrlib/builtins.py:5430
3292
#: bzrlib/builtins.py:5463
3283
3294
"CAUTION: Locks should only be broken when you are sure that the process\n"
3284
3295
"holding the lock has been stopped."
3287
#: bzrlib/builtins.py:5433
3298
#: bzrlib/builtins.py:5466
3289
3300
"You can get information on what locks are open via the 'bzr info\n"
3290
3301
"[location]' command."
3293
#: bzrlib/builtins.py:5436
3304
#: bzrlib/builtins.py:5469
3296
3307
" bzr break-lock\n"
3298
3309
" bzr break-lock --conf ~/.bazaar"
3301
#: bzrlib/builtins.py:5445
3312
#: bzrlib/builtins.py:5478
3302
3313
msgid "LOCATION is the directory where the config lock is."
3305
#: bzrlib/builtins.py:5447
3316
#: bzrlib/builtins.py:5480
3306
3317
msgid "Do not ask for confirmation before breaking the lock."
3309
#: bzrlib/builtins.py:5482
3320
#: bzrlib/builtins.py:5515
3310
3321
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3313
#: bzrlib/builtins.py:5483
3324
#: bzrlib/builtins.py:5516
3314
3325
msgid "Run the bzr server."
3317
#: bzrlib/builtins.py:5489
3328
#: bzrlib/builtins.py:5522
3318
3329
msgid "Serve on stdin/out for use from inetd or sshd."
3321
#: bzrlib/builtins.py:5490
3332
#: bzrlib/builtins.py:5523
3322
3333
msgid "protocol"
3325
#: bzrlib/builtins.py:5491
3336
#: bzrlib/builtins.py:5524
3326
3337
msgid "Protocol to serve."
3329
#: bzrlib/builtins.py:5495
3340
#: bzrlib/builtins.py:5528
3330
3341
msgid "Listen for connections on nominated address."
3333
#: bzrlib/builtins.py:5497
3344
#: bzrlib/builtins.py:5530
3335
3346
"Listen for connections on nominated port. Passing 0 as the port number will "
3336
3347
"result in a dynamically allocated port. The default port depends on the "
3340
#: bzrlib/builtins.py:5502
3351
#: bzrlib/builtins.py:5535
3341
3352
msgid "Serve contents of this directory."
3344
#: bzrlib/builtins.py:5504
3355
#: bzrlib/builtins.py:5537
3346
3357
"By default the server is a readonly server. Supplying --allow-writes "
3347
3358
"enables write access to the contents of the served directory and below. "
3350
3361
"uncontrolled write access to your file system."
3353
#: bzrlib/builtins.py:5513
3364
#: bzrlib/builtins.py:5546
3354
3365
msgid "Override the default idle client timeout (5min)."
3357
#: bzrlib/builtins.py:5531
3368
#: bzrlib/builtins.py:5564
3358
3369
msgid "Combine a tree into its containing tree."
3361
#: bzrlib/builtins.py:5533
3372
#: bzrlib/builtins.py:5566
3362
3373
msgid "This command requires the target tree to be in a rich-root format."
3365
#: bzrlib/builtins.py:5535
3376
#: bzrlib/builtins.py:5568
3367
3378
"The TREE argument should be an independent tree, inside another tree, but\n"
3368
3379
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3369
3380
"running \"bzr branch\" with the target inside a tree.)"
3372
#: bzrlib/builtins.py:5539
3383
#: bzrlib/builtins.py:5572
3374
3385
"The result is a combined tree, with the subtree no longer an independent\n"
3375
3386
"part. This is marked as a merge of the subtree into the containing tree,\n"
3376
3387
"and all history is preserved."
3379
#: bzrlib/builtins.py:5557
3390
#: bzrlib/builtins.py:5590
3380
3391
#, python-format
3382
3393
"Can't join trees because %s doesn't support rich root data.\n"
3383
3394
"You can use bzr upgrade on the repository."
3386
#: bzrlib/builtins.py:5567 bzrlib/builtins.py:5573
3397
#: bzrlib/builtins.py:5600 bzrlib/builtins.py:5606
3387
3398
msgid "Cannot join {0}. {1}"
3390
#: bzrlib/builtins.py:5577
3401
#: bzrlib/builtins.py:5610
3391
3402
msgid "Split a subdirectory of a tree into a separate tree."
3394
#: bzrlib/builtins.py:5579
3405
#: bzrlib/builtins.py:5612
3396
3407
"This command will produce a target tree in a format that supports\n"
3397
3408
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3398
3409
"converted into earlier formats like 'dirstate-tags'."
3401
#: bzrlib/builtins.py:5583
3412
#: bzrlib/builtins.py:5616
3403
3414
"The TREE argument should be a subdirectory of a working tree. That\n"
3404
3415
"subdirectory will be converted into an independent tree, with its own\n"
3405
3416
"branch. Commits in the top-level tree will not apply to the new subtree."
3408
#: bzrlib/builtins.py:5663
3419
#: bzrlib/builtins.py:5696
3409
3420
msgid "No submit branch specified or known"
3412
#: bzrlib/builtins.py:5672 bzrlib/send.py:109
3423
#: bzrlib/builtins.py:5705 bzrlib/send.py:109
3413
3424
msgid "No public branch specified or known"
3416
#: bzrlib/builtins.py:5677
3427
#: bzrlib/builtins.py:5710
3417
3428
msgid "bzr merge-directive takes at most two one revision identifiers"
3420
#: bzrlib/builtins.py:5686
3431
#: bzrlib/builtins.py:5719
3421
3432
msgid "No revisions to bundle."
3424
#: bzrlib/builtins.py:5705
3435
#: bzrlib/builtins.py:5738
3425
3436
msgid "Mail or create a merge-directive for submitting changes."
3428
#: bzrlib/builtins.py:5707
3439
#: bzrlib/builtins.py:5740
3429
3440
msgid "A merge directive provides many things needed for requesting merges:"
3432
#: bzrlib/builtins.py:5709
3443
#: bzrlib/builtins.py:5742
3433
3444
msgid "* A machine-readable description of the merge to perform"
3436
#: bzrlib/builtins.py:5711
3447
#: bzrlib/builtins.py:5744
3437
3448
msgid "* An optional patch that is a preview of the changes requested"
3440
#: bzrlib/builtins.py:5713
3451
#: bzrlib/builtins.py:5746
3442
3453
"* An optional bundle of revision data, so that the changes can be applied\n"
3443
3454
" directly from the merge directive, without retrieving data from a\n"
3447
#: bzrlib/builtins.py:5717
3458
#: bzrlib/builtins.py:5750
3449
3460
"`bzr send` creates a compact data set that, when applied using bzr\n"
3450
3461
"merge, has the same effect as merging from the source branch. "
3453
#: bzrlib/builtins.py:5720
3464
#: bzrlib/builtins.py:5753
3455
3466
"By default the merge directive is self-contained and can be applied to any\n"
3456
3467
"branch containing submit_branch in its ancestory without needing access to\n"
3457
3468
"the source branch."
3460
#: bzrlib/builtins.py:5724
3471
#: bzrlib/builtins.py:5757
3462
3473
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3463
3474
"revisions, but only a structured request to merge from the\n"
3549
3560
"set them, and use `bzr info` to display them."
3552
#: bzrlib/builtins.py:5799
3563
#: bzrlib/builtins.py:5832
3553
3564
msgid "Write merge directive to this file or directory; use - for stdout."
3556
#: bzrlib/builtins.py:5803
3567
#: bzrlib/builtins.py:5836
3558
3569
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3559
3570
"strict disables the check."
3562
#: bzrlib/builtins.py:5805
3573
#: bzrlib/builtins.py:5838
3563
3574
msgid "Mail the request to this address."
3566
#: bzrlib/builtins.py:5809
3577
#: bzrlib/builtins.py:5842
3567
3578
msgid "Body for the email."
3570
#: bzrlib/builtins.py:5862
3581
#: bzrlib/builtins.py:5895
3571
3582
msgid "Do not include a bundle in the merge directive."
3574
#: bzrlib/builtins.py:5863
3585
#: bzrlib/builtins.py:5896
3575
3586
msgid "Do not include a preview patch in the merge directive."
3578
#: bzrlib/builtins.py:5866
3589
#: bzrlib/builtins.py:5899
3579
3590
msgid "Remember submit and public branch."
3582
#: bzrlib/builtins.py:5868
3593
#: bzrlib/builtins.py:5901
3584
3595
"Branch to generate the submission from, rather than the one containing the "
3585
3596
"working directory."
3588
#: bzrlib/builtins.py:5878 bzrlib/cmd_version_info.py:76
3599
#: bzrlib/builtins.py:5911 bzrlib/cmd_version_info.py:76
3592
#: bzrlib/builtins.py:5879
3603
#: bzrlib/builtins.py:5912
3593
3604
msgid "Use the specified output format."
3596
#: bzrlib/builtins.py:5901
3607
#: bzrlib/builtins.py:5934
3597
3608
msgid "Create, remove or modify a tag naming a revision."
3600
#: bzrlib/builtins.py:5903
3611
#: bzrlib/builtins.py:5936
3602
3613
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3603
3614
"(--revision) option can be given -rtag:X, where X is any previously\n"
3607
#: bzrlib/builtins.py:5907
3618
#: bzrlib/builtins.py:5940
3609
3620
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3610
3621
"along when you branch, push, pull or merge."
3613
#: bzrlib/builtins.py:5910
3624
#: bzrlib/builtins.py:5943
3615
3626
"It is an error to give a tag name that already exists unless you pass\n"
3616
3627
"--force, in which case the tag is moved to point to the new revision."
3619
#: bzrlib/builtins.py:5913
3630
#: bzrlib/builtins.py:5946
3621
3632
"To rename a tag (change the name but keep it on the same revsion), run "
3623
3634
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3626
#: bzrlib/builtins.py:5916
3637
#: bzrlib/builtins.py:5949
3628
3639
"If no tag name is specified it will be determined through the \n"
3629
3640
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3634
#: bzrlib/builtins.py:5926
3645
#: bzrlib/builtins.py:5959
3635
3646
msgid "Delete this tag rather than placing it."
3638
#: bzrlib/builtins.py:5929
3649
#: bzrlib/builtins.py:5962
3639
3650
msgid "Branch in which to place the tag."
3642
#: bzrlib/builtins.py:5931
3653
#: bzrlib/builtins.py:5964
3643
3654
msgid "Replace existing tags."
3646
#: bzrlib/builtins.py:5946
3657
#: bzrlib/builtins.py:5979
3647
3658
msgid "No tag specified to delete."
3650
#: bzrlib/builtins.py:5948
3661
#: bzrlib/builtins.py:5981
3651
3662
#, python-format
3652
3663
msgid "Deleted tag %s."
3655
#: bzrlib/builtins.py:5962
3666
#: bzrlib/builtins.py:5995
3656
3667
msgid "Please specify a tag name."
3659
#: bzrlib/builtins.py:5970
3670
#: bzrlib/builtins.py:6003
3660
3671
#, python-format
3661
3672
msgid "Tag %s already exists for that revision."
3664
#: bzrlib/builtins.py:5974
3675
#: bzrlib/builtins.py:6007
3665
3676
#, python-format
3666
3677
msgid "Created tag %s."
3669
#: bzrlib/builtins.py:5976
3680
#: bzrlib/builtins.py:6009
3670
3681
#, python-format
3671
3682
msgid "Updated tag %s."
3674
#: bzrlib/builtins.py:5980
3685
#: bzrlib/builtins.py:6013
3675
3686
msgid "List tags."
3678
#: bzrlib/builtins.py:5982
3689
#: bzrlib/builtins.py:6015
3680
3691
"This command shows a table of tag names and the revisions they reference."
3683
#: bzrlib/builtins.py:5988
3694
#: bzrlib/builtins.py:6021
3684
3695
msgid "Branch whose tags should be displayed."
3687
#: bzrlib/builtins.py:5990
3698
#: bzrlib/builtins.py:6023
3688
3699
msgid "Sort tags by different criteria."
3691
#: bzrlib/builtins.py:5990
3702
#: bzrlib/builtins.py:6023
3692
3703
msgid "Sorting"
3695
#: bzrlib/builtins.py:6059
3706
#: bzrlib/builtins.py:6092
3696
3707
msgid "Reconfigure the type of a bzr directory."
3699
#: bzrlib/builtins.py:6061
3710
#: bzrlib/builtins.py:6094
3700
3711
msgid "A target configuration must be specified."
3703
#: bzrlib/builtins.py:6063
3714
#: bzrlib/builtins.py:6096
3705
3716
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3706
3717
"The order of preference is\n"
3711
3722
"If none of these is available, --bind-to must be specified."
3714
#: bzrlib/builtins.py:6077
3725
#: bzrlib/builtins.py:6110
3715
3726
msgid "Tree type"
3718
#: bzrlib/builtins.py:6078
3729
#: bzrlib/builtins.py:6111
3719
3730
msgid "The relation between branch and tree."
3722
#: bzrlib/builtins.py:6080
3733
#: bzrlib/builtins.py:6113
3723
3734
msgid "Reconfigure to be an unbound branch with no working tree."
3726
#: bzrlib/builtins.py:6081
3737
#: bzrlib/builtins.py:6114
3727
3738
msgid "Reconfigure to be an unbound branch with a working tree."
3730
#: bzrlib/builtins.py:6082
3741
#: bzrlib/builtins.py:6115
3731
3742
msgid "Reconfigure to be a bound branch with a working tree."
3734
#: bzrlib/builtins.py:6083
3745
#: bzrlib/builtins.py:6116
3735
3746
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3738
#: bzrlib/builtins.py:6088
3749
#: bzrlib/builtins.py:6121
3739
3750
msgid "Repository type"
3742
#: bzrlib/builtins.py:6089
3753
#: bzrlib/builtins.py:6122
3743
3754
msgid "Location fo the repository."
3746
#: bzrlib/builtins.py:6091
3757
#: bzrlib/builtins.py:6124
3748
3759
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3751
#: bzrlib/builtins.py:6093
3762
#: bzrlib/builtins.py:6126
3752
3763
msgid "Reconfigure to use a shared repository."
3755
#: bzrlib/builtins.py:6097
3766
#: bzrlib/builtins.py:6130
3756
3767
msgid "Trees in Repository"
3759
#: bzrlib/builtins.py:6098
3770
#: bzrlib/builtins.py:6131
3760
3771
msgid "Whether new branches in the repository have trees."
3763
#: bzrlib/builtins.py:6100
3774
#: bzrlib/builtins.py:6133
3765
3776
"Reconfigure repository to create working trees on branches by default."
3768
#: bzrlib/builtins.py:6102
3779
#: bzrlib/builtins.py:6135
3770
3781
"Reconfigure repository to not create working trees on branches by default."
3773
#: bzrlib/builtins.py:6105
3784
#: bzrlib/builtins.py:6138
3774
3785
msgid "Branch to bind checkout to."
3777
#: bzrlib/builtins.py:6107
3788
#: bzrlib/builtins.py:6140
3778
3789
msgid "Perform reconfiguration even if local changes will be lost."
3781
#: bzrlib/builtins.py:6110
3792
#: bzrlib/builtins.py:6143
3782
3793
msgid "Reconfigure a branch to be stacked on another branch."
3785
#: bzrlib/builtins.py:6114
3796
#: bzrlib/builtins.py:6147
3787
3798
"Reconfigure a branch to be unstacked. This may require copying substantial "
3788
3799
"data into it."
3791
#: bzrlib/builtins.py:6124
3802
#: bzrlib/builtins.py:6157
3792
3803
msgid "Can't use both --stacked-on and --unstacked"
3795
#: bzrlib/builtins.py:6138
3806
#: bzrlib/builtins.py:6171
3796
3807
msgid "No target configuration specified"
3799
#: bzrlib/builtins.py:6173
3810
#: bzrlib/builtins.py:6206
3800
3811
msgid "Set the branch of a checkout and update."
3803
#: bzrlib/builtins.py:6175
3814
#: bzrlib/builtins.py:6208
3805
3816
"For lightweight checkouts, this changes the branch being referenced.\n"
3806
3817
"For heavyweight checkouts, this checks that there are no local commits\n"
3879
3890
"want to switch back to your view after that."
3882
#: bzrlib/builtins.py:6272
3893
#: bzrlib/builtins.py:6305
3885
3896
" To define the current view::"
3888
#: bzrlib/builtins.py:6275
3899
#: bzrlib/builtins.py:6308
3889
3900
msgid " bzr view file1 dir1 ..."
3892
#: bzrlib/builtins.py:6277
3903
#: bzrlib/builtins.py:6310
3893
3904
msgid " To list the current view::"
3896
#: bzrlib/builtins.py:6279
3907
#: bzrlib/builtins.py:6312
3897
3908
msgid " bzr view"
3900
#: bzrlib/builtins.py:6281
3911
#: bzrlib/builtins.py:6314
3901
3912
msgid " To delete the current view::"
3904
#: bzrlib/builtins.py:6283
3915
#: bzrlib/builtins.py:6316
3905
3916
msgid " bzr view --delete"
3908
#: bzrlib/builtins.py:6285
3919
#: bzrlib/builtins.py:6318
3909
3920
msgid " To disable the current view without deleting it::"
3912
#: bzrlib/builtins.py:6287
3923
#: bzrlib/builtins.py:6320
3913
3924
msgid " bzr view --switch off"
3916
#: bzrlib/builtins.py:6289
3927
#: bzrlib/builtins.py:6322
3917
3928
msgid " To define a named view and switch to it::"
3920
#: bzrlib/builtins.py:6291
3931
#: bzrlib/builtins.py:6324
3921
3932
msgid " bzr view --name view-name file1 dir1 ..."
3924
#: bzrlib/builtins.py:6293
3935
#: bzrlib/builtins.py:6326
3925
3936
msgid " To list a named view::"
3928
#: bzrlib/builtins.py:6295
3939
#: bzrlib/builtins.py:6328
3929
3940
msgid " bzr view --name view-name"
3932
#: bzrlib/builtins.py:6297
3943
#: bzrlib/builtins.py:6330
3933
3944
msgid " To delete a named view::"
3936
#: bzrlib/builtins.py:6299
3947
#: bzrlib/builtins.py:6332
3937
3948
msgid " bzr view --name view-name --delete"
3940
#: bzrlib/builtins.py:6301
3951
#: bzrlib/builtins.py:6334
3941
3952
msgid " To switch to a named view::"
3944
#: bzrlib/builtins.py:6303
3955
#: bzrlib/builtins.py:6336
3945
3956
msgid " bzr view --switch view-name"
3948
#: bzrlib/builtins.py:6305
3959
#: bzrlib/builtins.py:6338
3949
3960
msgid " To list all views defined::"
3952
#: bzrlib/builtins.py:6307
3963
#: bzrlib/builtins.py:6340
3953
3964
msgid " bzr view --all"
3956
#: bzrlib/builtins.py:6309
3967
#: bzrlib/builtins.py:6342
3957
3968
msgid " To delete all views::"
3960
#: bzrlib/builtins.py:6311
3971
#: bzrlib/builtins.py:6344
3961
3972
msgid " bzr view --delete --all"
3964
#: bzrlib/builtins.py:6318
3975
#: bzrlib/builtins.py:6351
3965
3976
msgid "Apply list or delete action to all views."
3968
#: bzrlib/builtins.py:6321
3979
#: bzrlib/builtins.py:6354
3969
3980
msgid "Delete the view."
3972
#: bzrlib/builtins.py:6324
3983
#: bzrlib/builtins.py:6357
3973
3984
msgid "Name of the view to define, list or delete."
3976
#: bzrlib/builtins.py:6328
3987
#: bzrlib/builtins.py:6361
3977
3988
msgid "Name of the view to switch to."
3980
#: bzrlib/builtins.py:6347
3991
#: bzrlib/builtins.py:6380
3981
3992
msgid "Both --delete and a file list specified"
3984
#: bzrlib/builtins.py:6350
3995
#: bzrlib/builtins.py:6383
3985
3996
msgid "Both --delete and --switch specified"
3988
#: bzrlib/builtins.py:6353
3999
#: bzrlib/builtins.py:6386
3989
4000
msgid "Deleted all views.\n"
3992
#: bzrlib/builtins.py:6355
4003
#: bzrlib/builtins.py:6388
3993
4004
msgid "No current view to delete"
3996
#: bzrlib/builtins.py:6358
4007
#: bzrlib/builtins.py:6391
3997
4008
#, python-format
3998
4009
msgid "Deleted '%s' view.\n"
4001
#: bzrlib/builtins.py:6362
4012
#: bzrlib/builtins.py:6395
4002
4013
msgid "Both --switch and a file list specified"
4005
#: bzrlib/builtins.py:6365
4016
#: bzrlib/builtins.py:6398
4006
4017
msgid "Both --switch and --all specified"
4009
#: bzrlib/builtins.py:6368
4020
#: bzrlib/builtins.py:6401
4010
4021
msgid "No current view to disable"
4013
#: bzrlib/builtins.py:6370
4024
#: bzrlib/builtins.py:6403
4014
4025
#, python-format
4015
4026
msgid "Disabled '%s' view.\n"
4018
#: bzrlib/builtins.py:6374 bzrlib/builtins.py:6396
4029
#: bzrlib/builtins.py:6407 bzrlib/builtins.py:6429
4019
4030
msgid "Using '{0}' view: {1}\n"
4022
#: bzrlib/builtins.py:6377
4033
#: bzrlib/builtins.py:6410
4023
4034
msgid "Views defined:\n"
4026
#: bzrlib/builtins.py:6386
4037
#: bzrlib/builtins.py:6419
4027
4038
msgid "No views defined.\n"
4030
#: bzrlib/builtins.py:6393
4041
#: bzrlib/builtins.py:6426
4031
4042
msgid "Cannot change the 'off' pseudo view"
4034
#: bzrlib/builtins.py:6401
4045
#: bzrlib/builtins.py:6434
4035
4046
msgid "No current view.\n"
4038
#: bzrlib/builtins.py:6404
4049
#: bzrlib/builtins.py:6437
4039
4050
msgid "'{0}' view is: {1}\n"
4042
#: bzrlib/builtins.py:6424
4053
#: bzrlib/builtins.py:6457
4043
4054
msgid " <no hooks installed>\n"
4046
#: bzrlib/builtins.py:6428
4057
#: bzrlib/builtins.py:6461
4047
4058
msgid "Remove a branch."
4050
#: bzrlib/builtins.py:6430
4061
#: bzrlib/builtins.py:6463
4052
4063
"This will remove the branch from the specified location but \n"
4053
4064
"will keep any working tree or repository in place."
4056
#: bzrlib/builtins.py:6435
4067
#: bzrlib/builtins.py:6468
4057
4068
msgid " Remove the branch at repo/trunk::"
4060
#: bzrlib/builtins.py:6437
4071
#: bzrlib/builtins.py:6470
4061
4072
msgid " bzr remove-branch repo/trunk"
4064
#: bzrlib/builtins.py:6444
4075
#: bzrlib/builtins.py:6477
4065
4076
msgid "Remove branch even if it is the active branch."
4068
#: bzrlib/builtins.py:6458
4079
#: bzrlib/builtins.py:6491
4069
4080
msgid "Branch is active. Use --force to remove it."
4072
#: bzrlib/builtins.py:6462
4083
#: bzrlib/builtins.py:6495
4073
4084
msgid "Plaintext diff output."
4076
#: bzrlib/builtins.py:6463
4087
#: bzrlib/builtins.py:6496
4077
4088
msgid "Temporarily set aside some changes from the current tree."
4080
#: bzrlib/builtins.py:6465
4091
#: bzrlib/builtins.py:6498
4082
4093
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4083
4094
"ie. out of the way, until a later time when you can bring them back from\n"
4138
#: bzrlib/builtins.py:6504
4149
#: bzrlib/builtins.py:6537
4139
4150
msgid "Shelve all changes."
4142
#: bzrlib/builtins.py:6506
4153
#: bzrlib/builtins.py:6539
4143
4154
msgid "Method to use for writing diffs."
4146
#: bzrlib/builtins.py:6506
4157
#: bzrlib/builtins.py:6539
4150
#: bzrlib/builtins.py:6510
4161
#: bzrlib/builtins.py:6543
4151
4162
msgid "List shelved changes."
4154
#: bzrlib/builtins.py:6512
4165
#: bzrlib/builtins.py:6545
4155
4166
msgid "Destroy removed changes instead of shelving them."
4158
#: bzrlib/builtins.py:6541
4169
#: bzrlib/builtins.py:6574
4159
4170
msgid "No shelved changes."
4162
#: bzrlib/builtins.py:6552
4173
#: bzrlib/builtins.py:6585
4163
4174
msgid "Restore shelved changes."
4166
#: bzrlib/builtins.py:6554
4177
#: bzrlib/builtins.py:6587
4168
4179
"By default, the most recently shelved changes are restored. However if you\n"
4169
4180
"specify a shelf by id those changes will be restored instead. This works\n"
4170
4181
"best when the changes don't depend on each other."
4173
#: bzrlib/builtins.py:6563
4184
#: bzrlib/builtins.py:6596
4174
4185
msgid "The action to perform."
4177
#: bzrlib/builtins.py:6563 bzrlib/conflicts.py:694
4188
#: bzrlib/builtins.py:6596 bzrlib/conflicts.py:694
4181
#: bzrlib/builtins.py:6565
4192
#: bzrlib/builtins.py:6598
4182
4193
msgid "Apply changes and remove from the shelf."
4185
#: bzrlib/builtins.py:6566
4196
#: bzrlib/builtins.py:6599
4186
4197
msgid "Show changes, but do not apply or remove them."
4189
#: bzrlib/builtins.py:6567
4200
#: bzrlib/builtins.py:6600
4191
4202
"Instead of unshelving the changes, show the diff that would result from "
4195
#: bzrlib/builtins.py:6569
4206
#: bzrlib/builtins.py:6602
4196
4207
msgid "Delete changes without applying them."
4199
#: bzrlib/builtins.py:6570
4210
#: bzrlib/builtins.py:6603
4200
4211
msgid "Apply changes but don't delete them."
4203
#: bzrlib/builtins.py:6585
4214
#: bzrlib/builtins.py:6618
4204
4215
msgid "Remove unwanted files from working tree."
4207
#: bzrlib/builtins.py:6587
4218
#: bzrlib/builtins.py:6620
4209
4220
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4210
4221
"files are never deleted."
4213
#: bzrlib/builtins.py:6590
4224
#: bzrlib/builtins.py:6623
4215
4226
"Another class is 'detritus', which includes files emitted by bzr during\n"
4216
4227
"normal operations and selftests. (The value of these files decreases with\n"
4220
#: bzrlib/builtins.py:6594
4231
#: bzrlib/builtins.py:6627
4222
4233
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4223
4234
"flags are respected, and may be combined."
4226
#: bzrlib/builtins.py:6597
4237
#: bzrlib/builtins.py:6630
4227
4238
msgid "To check what clean-tree will do, use --dry-run."
4230
#: bzrlib/builtins.py:6600
4241
#: bzrlib/builtins.py:6633
4231
4242
msgid "Delete all ignored files."
4234
#: bzrlib/builtins.py:6601
4245
#: bzrlib/builtins.py:6634
4236
4247
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4239
#: bzrlib/builtins.py:6604
4250
#: bzrlib/builtins.py:6637
4240
4251
msgid "Delete files unknown to bzr (default)."
4243
#: bzrlib/builtins.py:6605
4254
#: bzrlib/builtins.py:6638
4244
4255
msgid "Show files to delete instead of deleting them."
4247
#: bzrlib/builtins.py:6607
4258
#: bzrlib/builtins.py:6640
4248
4259
msgid "Do not prompt before deleting."
9805
9800
"of bzr that requires authentication (smtp for example)."
9808
#: en/help_topics/configuration.txt:379
9803
#: en/help_topics/configuration.txt:391
9810
9805
"The syntax of the file obeys the same rules as the others except for the\n"
9811
9806
"option policies which don't apply."
9814
#: en/help_topics/configuration.txt:382
9809
#: en/help_topics/configuration.txt:394
9816
9811
"For more information on the possible uses of the authentication "
9817
9812
"configuration\n"
9818
9813
"file see :doc:`authentication-help`."
9821
#: en/help_topics/configuration.txt:385
9816
#: en/help_topics/configuration.txt:397
9824
9819
"Common options\n"
9825
9820
"--------------"
9828
#: en/help_topics/configuration.txt:389
9823
#: en/help_topics/configuration.txt:401
9830
9825
"debug_flags\n"
9834
#: en/help_topics/configuration.txt:392
9829
#: en/help_topics/configuration.txt:404
9836
9831
"A comma-separated list of debugging options to turn on. The same values\n"
9837
9832
"can be used as with the -D command-line option (see `help global-options`).\n"
9838
9833
"For example::"
9841
#: en/help_topics/configuration.txt:396
9836
#: en/help_topics/configuration.txt:408
9842
9837
msgid " debug_flags = hpss"
9845
#: en/help_topics/configuration.txt:400
9840
#: en/help_topics/configuration.txt:412
9846
9841
msgid " debug_flags = hpss,evil"
9849
#: en/help_topics/configuration.txt:402
9844
#: en/help_topics/configuration.txt:414
9855
#: en/help_topics/configuration.txt:405
9850
#: en/help_topics/configuration.txt:417
9857
9852
"The email address to use when committing a branch. Typically takes the form\n"
9861
#: en/help_topics/configuration.txt:408
9856
#: en/help_topics/configuration.txt:420
9862
9857
msgid " email = Full Name <account@hostname.tld>"
9865
#: en/help_topics/configuration.txt:410
9860
#: en/help_topics/configuration.txt:422
9871
#: en/help_topics/configuration.txt:413
9866
#: en/help_topics/configuration.txt:425
9873
9868
"The path of the editor that you wish to use if *bzr commit* is run without\n"
9874
9869
"a commit message. This setting is trumped by the environment variable\n"
9962
9957
"to sign newly committed revisions, even if the branch requires signatures."
9965
#: en/help_topics/configuration.txt:462
9960
#: en/help_topics/configuration.txt:474
9967
9962
"dirstate.fdatasync\n"
9968
9963
"~~~~~~~~~~~~~~~~~~"
9971
#: en/help_topics/configuration.txt:465
9966
#: en/help_topics/configuration.txt:477
9973
9968
"If true (default), working tree metadata changes are flushed through the\n"
9974
9969
"OS buffers to physical disk. This is somewhat slower, but means data\n"
9975
9970
"should not be lost if the machine crashes. See also repository.fdatasync."
9978
#: en/help_topics/configuration.txt:469
9973
#: en/help_topics/configuration.txt:481
9980
9975
"gpg_signing_key\n"
9981
9976
"~~~~~~~~~~~~~~~"
9984
#: en/help_topics/configuration.txt:472
9979
#: en/help_topics/configuration.txt:484
9986
9981
"The GnuPG user identity to use when signing commits. Can be an e-mail\n"
9987
9982
"address, key fingerprint or full key ID. When unset or when set to\n"
9988
9983
"\"default\" Bazaar will use the user e-mail set with ``whoami``."
9991
#: en/help_topics/configuration.txt:476
9986
#: en/help_topics/configuration.txt:488
9997
#: en/help_topics/configuration.txt:479
9992
#: en/help_topics/configuration.txt:491
9999
9994
"Only useful in ``locations.conf``. Defines whether or not the\n"
10000
9995
"configuration for this section applies to subdirectories:"
10003
#: en/help_topics/configuration.txt:482
9998
#: en/help_topics/configuration.txt:494
10006
10001
" (default) This section applies to subdirectories as well."
10009
#: en/help_topics/configuration.txt:485
10004
#: en/help_topics/configuration.txt:497
10012
10007
" This section only applies to the branch at this directory and not\n"
10013
10008
" branches below it."
10016
#: en/help_topics/configuration.txt:489
10011
#: en/help_topics/configuration.txt:501
10018
10013
"gpg_signing_command\n"
10019
10014
"~~~~~~~~~~~~~~~~~~~"
10022
#: en/help_topics/configuration.txt:492
10017
#: en/help_topics/configuration.txt:504
10024
10019
"(Default: \"gpg\"). Which program should be used to sign and check "
10025
10020
"revisions.\n"
10026
10021
"For example::"
10029
#: en/help_topics/configuration.txt:495
10024
#: en/help_topics/configuration.txt:507
10030
10025
msgid " gpg_signing_command = /usr/bin/gnpg"
10033
#: en/help_topics/configuration.txt:497
10028
#: en/help_topics/configuration.txt:509
10035
10030
"The specified command must accept the options \"--clearsign\" and \"-u "
10039
#: en/help_topics/configuration.txt:499
10034
#: en/help_topics/configuration.txt:511
10041
10036
"bzr_remote_path\n"
10042
10037
"~~~~~~~~~~~~~~~"
10045
#: en/help_topics/configuration.txt:502
10040
#: en/help_topics/configuration.txt:514
10047
10042
"(Default: \"bzr\"). The path to the command that should be used to run the "
10049
10044
"server for bzr. This value may only be specified in locations.conf, because:"
10052
#: en/help_topics/configuration.txt:505
10047
#: en/help_topics/configuration.txt:517
10054
10049
"- it's needed before branch.conf is accessible\n"
10055
10050
"- allowing remote branch.conf files to specify commands would be a security\n"
10059
#: en/help_topics/configuration.txt:509
10054
#: en/help_topics/configuration.txt:521
10060
10055
msgid "It is overridden by the BZR_REMOTE_PATH environment variable."
10063
#: en/help_topics/configuration.txt:511
10058
#: en/help_topics/configuration.txt:523
10065
10060
"smtp_server\n"
10066
10061
"~~~~~~~~~~~"
10069
#: en/help_topics/configuration.txt:514
10064
#: en/help_topics/configuration.txt:526
10071
10066
"(Default: \"localhost\"). SMTP server to use when Bazaar needs to send\n"
10072
10067
"email, eg. with ``merge-directive --mail-to``, or the bzr-email plugin."
10075
#: en/help_topics/configuration.txt:517
10070
#: en/help_topics/configuration.txt:529
10077
10072
"smtp_username, smtp_password\n"
10078
10073
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10081
#: en/help_topics/configuration.txt:520
10076
#: en/help_topics/configuration.txt:532
10083
10078
"User and password to authenticate to the SMTP server. If smtp_username\n"
10084
10079
"is set, and smtp_password is not, Bazaar will prompt for a password.\n"
10287
10282
"--remember``."
10290
#: en/help_topics/configuration.txt:634
10285
#: en/help_topics/configuration.txt:646
10292
10287
"push_location\n"
10293
10288
"~~~~~~~~~~~~~"
10296
#: en/help_topics/configuration.txt:637
10291
#: en/help_topics/configuration.txt:649
10298
10293
"If present, the location of the default branch for push. This option\n"
10299
10294
"is normally set by the first ``push`` or ``push --remember``."
10302
#: en/help_topics/configuration.txt:640
10297
#: en/help_topics/configuration.txt:652
10304
10299
"push_strict\n"
10305
10300
"~~~~~~~~~~~"
10308
#: en/help_topics/configuration.txt:643
10303
#: en/help_topics/configuration.txt:655
10310
10305
"If present, defines the ``--strict`` option default value for checking\n"
10311
10306
"uncommitted changes before pushing."
10314
#: en/help_topics/configuration.txt:646
10309
#: en/help_topics/configuration.txt:658
10316
10311
"dpush_strict\n"
10317
10312
"~~~~~~~~~~~~"
10320
#: en/help_topics/configuration.txt:649
10315
#: en/help_topics/configuration.txt:661
10322
10317
"If present, defines the ``--strict`` option default value for checking\n"
10323
10318
"uncommitted changes before pushing into a different VCS without any\n"
10324
10319
"custom bzr metadata."
10327
#: en/help_topics/configuration.txt:653
10322
#: en/help_topics/configuration.txt:665
10329
10324
"bound_location\n"
10330
10325
"~~~~~~~~~~~~~~"
10333
#: en/help_topics/configuration.txt:656
10328
#: en/help_topics/configuration.txt:668
10335
10330
"The location that commits should go to when acting as a checkout.\n"
10336
10331
"This option is normally set by ``bind``."
10339
#: en/help_topics/configuration.txt:659
10334
#: en/help_topics/configuration.txt:671
10345
#: en/help_topics/configuration.txt:662
10340
#: en/help_topics/configuration.txt:674
10347
10342
"If set to \"True\", the branch should act as a checkout, and push each "
10348
10343
"commit to\n"
10349
10344
"the bound_location. This option is normally set by ``bind``/``unbind``."
10352
#: en/help_topics/configuration.txt:665
10347
#: en/help_topics/configuration.txt:677
10354
10349
"send_strict\n"
10355
10350
"~~~~~~~~~~~"
10358
#: en/help_topics/configuration.txt:668
10353
#: en/help_topics/configuration.txt:680
10360
10355
"If present, defines the ``--strict`` option default value for checking\n"
10361
10356
"uncommitted changes before sending a merge directive."
10364
#: en/help_topics/configuration.txt:671
10359
#: en/help_topics/configuration.txt:683
10366
10361
"add.maximum_file_size\n"
10367
10362
"~~~~~~~~~~~~~~~~~~~~~"
10370
#: en/help_topics/configuration.txt:674
10365
#: en/help_topics/configuration.txt:686
10372
10367
"Defines the maximum file size the command line \"add\" operation will allow\n"
10373
10368
"in recursive mode, with files larger than this value being skipped. You may "