524
#: bzrlib/builtins.py:1189
525
msgid "Need working tree for --show-base."
524
#: bzrlib/builtins.py:1188
525
msgid "No working tree, ignoring --show-base"
528
#: bzrlib/builtins.py:1205
528
#: bzrlib/builtins.py:1204
529
529
msgid "No pull location known or specified."
532
#: bzrlib/builtins.py:1211
532
#: bzrlib/builtins.py:1210
534
534
msgid "Using saved parent location: %s\n"
537
#: bzrlib/builtins.py:1218 bzrlib/builtins.py:4425
537
#: bzrlib/builtins.py:1217 bzrlib/builtins.py:4423
538
538
msgid "Cannot use -r with merge directives or bundles"
541
#: bzrlib/builtins.py:1261
541
#: bzrlib/builtins.py:1260
542
542
msgid "Update a mirror of this branch."
545
#: bzrlib/builtins.py:1263
545
#: bzrlib/builtins.py:1262
547
547
"The target branch will not have its working tree populated because this\n"
548
548
"is both expensive, and is not supported on remote file systems."
551
#: bzrlib/builtins.py:1266
551
#: bzrlib/builtins.py:1265
553
553
"Some smart servers or protocols *may* put the working tree in place in\n"
557
#: bzrlib/builtins.py:1269
557
#: bzrlib/builtins.py:1268
559
559
"This command only works on branches that have not diverged. Branches are\n"
560
560
"considered diverged if the destination branch's most recent commit is one\n"
561
561
"that has not been merged (directly or indirectly) by the source branch."
564
#: bzrlib/builtins.py:1273
564
#: bzrlib/builtins.py:1272
566
566
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
567
567
"the other branch completely, discarding its unmerged changes."
570
#: bzrlib/builtins.py:1276
570
#: bzrlib/builtins.py:1275
572
572
"If you want to ensure you have the different changes in the other branch,\n"
573
573
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
574
574
"After that you will be able to do a push without '--overwrite'."
577
#: bzrlib/builtins.py:1280
577
#: bzrlib/builtins.py:1279
579
579
"If there is no default push location set, the first push will set it (use\n"
580
580
"--no-remember to avoid setting it). After that, you can omit the\n"
621
621
# help of 'strict' option of 'dpush' command
622
622
# help of 'strict' option of 'push' command
623
#: bzrlib/builtins.py:1312 bzrlib/foreign.py:279
623
#: bzrlib/builtins.py:1311 bzrlib/foreign.py:279
625
625
"Refuse to push if there are uncommitted changes in the working tree, --no-"
626
626
"strict disables the check."
629
629
# help of 'no-tree' option of 'push' command
630
#: bzrlib/builtins.py:1315
630
#: bzrlib/builtins.py:1314
631
631
msgid "Don't populate the working tree, even for protocols that support it."
634
634
# help of 'overwrite-tags' option of 'pull' command
635
635
# help of 'overwrite-tags' option of 'push' command
636
#: bzrlib/builtins.py:1318
636
#: bzrlib/builtins.py:1317
637
637
msgid "Overwrite tags only."
640
#: bzrlib/builtins.py:1369
640
#: bzrlib/builtins.py:1368
641
641
msgid "Could not determine branch to refer to."
644
#: bzrlib/builtins.py:1378
644
#: bzrlib/builtins.py:1377
647
647
"No push location known or specified. To push to the parent branch (at %s), "
648
648
"use 'bzr push :parent'."
651
#: bzrlib/builtins.py:1384 bzrlib/foreign.py:306
651
#: bzrlib/builtins.py:1383 bzrlib/foreign.py:306
652
652
msgid "No push location known or specified."
655
#: bzrlib/builtins.py:1388
655
#: bzrlib/builtins.py:1387
657
657
msgid "Using saved push location: %s"
660
#: bzrlib/builtins.py:1398
660
#: bzrlib/builtins.py:1397
661
661
msgid "Create a new branch that is a copy of an existing branch."
664
#: bzrlib/builtins.py:1400
664
#: bzrlib/builtins.py:1399
666
666
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
667
667
"be used. In other words, \"branch ../foo/bar\" will attempt to create ./"
672
672
"create ./foo-bar."
675
#: bzrlib/builtins.py:1407
675
#: bzrlib/builtins.py:1406
677
677
"To retrieve the branch as of a particular revision, supply the --revision\n"
678
678
"parameter, as in \"branch foo/bar -r 5\"."
681
#: bzrlib/builtins.py:1410
681
#: bzrlib/builtins.py:1409
682
682
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
685
685
# help of 'no-tree' option of 'branch' command
686
#: bzrlib/builtins.py:1420
686
#: bzrlib/builtins.py:1419
687
687
msgid "Create a branch without a working-tree."
690
690
# help of 'switch' option of 'branch' command
691
#: bzrlib/builtins.py:1422
691
#: bzrlib/builtins.py:1421
692
692
msgid "Switch the checkout in the current directory to the new branch."
695
695
# help of 'stacked' option of 'branch' command
696
#: bzrlib/builtins.py:1425
696
#: bzrlib/builtins.py:1424
698
698
"Create a stacked branch referring to the source branch. The new branch will "
699
699
"depend on the availability of the source branch for all operations."
702
702
# help of 'standalone' option of 'branch' command
703
#: bzrlib/builtins.py:1429
703
#: bzrlib/builtins.py:1428
704
704
msgid "Do not use a shared repository, even if available."
707
707
# help of 'use-existing-dir' option of 'branch' command
708
#: bzrlib/builtins.py:1431
708
#: bzrlib/builtins.py:1430
710
710
"By default branch will fail if the target directory exists, but does not "
711
711
"already have a control directory. This flag will allow branch to proceed."
714
714
# help of 'bind' option of 'branch' command
715
#: bzrlib/builtins.py:1436
715
#: bzrlib/builtins.py:1435
716
716
msgid "Bind new branch to from location."
719
#: bzrlib/builtins.py:1483
719
#: bzrlib/builtins.py:1482
721
721
msgid "Target directory \"%s\" already exists."
724
#: bzrlib/builtins.py:1495
724
#: bzrlib/builtins.py:1494
726
726
msgid "Parent of \"%s\" does not exist."
729
#: bzrlib/builtins.py:1514
729
#: bzrlib/builtins.py:1513
730
730
msgid "The branch {0} has no revision {1}."
733
#: bzrlib/builtins.py:1529 bzrlib/push.py:53
733
#: bzrlib/builtins.py:1528 bzrlib/push.py:53
735
735
msgid "Created new stacked branch referring to %s."
738
#: bzrlib/builtins.py:1533
738
#: bzrlib/builtins.py:1532
740
740
msgid "Branched %d revision."
741
741
msgid_plural "Branched %d revisions."
745
#: bzrlib/builtins.py:1538
745
#: bzrlib/builtins.py:1537
747
747
msgid "New branch bound to %s"
750
#: bzrlib/builtins.py:1543 bzrlib/builtins.py:6280
750
#: bzrlib/builtins.py:1542 bzrlib/builtins.py:6283
752
752
msgid "Switched to branch: %s"
755
#: bzrlib/builtins.py:1548
755
#: bzrlib/builtins.py:1547
756
756
msgid "List the branches available at the current location."
759
#: bzrlib/builtins.py:1550
759
#: bzrlib/builtins.py:1549
761
761
"This command will print the names of all the branches at the current\n"
765
765
# help of 'recursive' option of 'branches' command
766
#: bzrlib/builtins.py:1557
766
#: bzrlib/builtins.py:1556
768
768
"Recursively scan for branches rather than just looking in the specified "
772
#: bzrlib/builtins.py:1586
772
#: bzrlib/builtins.py:1585
773
773
msgid "(default)"
776
#: bzrlib/builtins.py:1598
776
#: bzrlib/builtins.py:1597
777
777
msgid "Create a new checkout of an existing branch."
780
#: bzrlib/builtins.py:1600
780
#: bzrlib/builtins.py:1599
782
782
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
821
821
# help of 'files-from' option of 'branch' command
822
822
# help of 'files-from' option of 'checkout' command
823
#: bzrlib/builtins.py:1629
823
#: bzrlib/builtins.py:1628
824
824
msgid "Get file contents from this tree."
827
827
# help of 'hardlink' option of 'branch' command
828
828
# help of 'hardlink' option of 'checkout' command
829
#: bzrlib/builtins.py:1631
829
#: bzrlib/builtins.py:1630
830
830
msgid "Hard-link working tree files where possible."
833
#: bzrlib/builtins.py:1672
833
#: bzrlib/builtins.py:1671
835
835
"Show list of renamed files.\n"
839
#: bzrlib/builtins.py:1700
839
#: bzrlib/builtins.py:1699
840
840
msgid "Update a working tree to a new revision."
843
#: bzrlib/builtins.py:1702
843
#: bzrlib/builtins.py:1701
845
845
"This will perform a merge of the destination revision (the tip of the\n"
846
846
"branch, or the specified revision) into the working tree, and then make\n"
847
847
"that revision the basis revision for the working tree. "
850
#: bzrlib/builtins.py:1706
850
#: bzrlib/builtins.py:1705
852
852
"You can use this to visit an older revision, or to update a working tree\n"
853
853
"that is out of date from its branch."
856
#: bzrlib/builtins.py:1709
856
#: bzrlib/builtins.py:1708
858
858
"If there are any uncommitted changes in the tree, they will be carried\n"
859
859
"across and remain as uncommitted changes after the update. To discard\n"
877
877
"out the old content of that file to a new location."
880
#: bzrlib/builtins.py:1724
880
#: bzrlib/builtins.py:1723
882
882
"The 'dir' argument, if given, must be the location of the root of a\n"
883
883
"working tree to update. By default, the working tree that contains the \n"
884
884
"current working directory is used."
887
#: bzrlib/builtins.py:1740
887
#: bzrlib/builtins.py:1739
888
888
msgid "bzr update --revision takes exactly one revision"
891
#: bzrlib/builtins.py:1748
891
#: bzrlib/builtins.py:1747
892
892
msgid "bzr update can only update a whole tree, not a file or subdirectory"
895
#: bzrlib/builtins.py:1779
895
#: bzrlib/builtins.py:1778
896
896
msgid "Tree is up to date at revision {0} of branch {1}"
899
#: bzrlib/builtins.py:1795
899
#: bzrlib/builtins.py:1794
902
902
"branch has no revision %s\n"
903
903
"bzr update --revision only works for a revision in the branch history"
906
#: bzrlib/builtins.py:1801
906
#: bzrlib/builtins.py:1800
907
907
msgid "Updated to revision {0} of branch {1}"
910
#: bzrlib/builtins.py:1805
910
#: bzrlib/builtins.py:1804
912
912
"Your local commits will now show as pending merges with 'bzr status', and "
913
913
"can be committed with 'bzr commit'."
916
#: bzrlib/builtins.py:1814
916
#: bzrlib/builtins.py:1813
917
917
msgid "Show information about a working tree, branch or repository."
920
#: bzrlib/builtins.py:1816
920
#: bzrlib/builtins.py:1815
922
922
"This command will show all known locations and formats associated to the\n"
923
923
"tree, branch or repository."
926
#: bzrlib/builtins.py:1819
926
#: bzrlib/builtins.py:1818
928
928
"In verbose mode, statistical information is included with each report.\n"
929
929
"To see extended statistic information, use a verbosity level of 2 or\n"
930
930
"higher by specifying the verbose option multiple times, e.g. -vv."
933
#: bzrlib/builtins.py:1823
933
#: bzrlib/builtins.py:1822
934
934
msgid "Branches and working trees will also report any missing revisions."
937
#: bzrlib/builtins.py:1825 bzrlib/builtins.py:3744 bzrlib/builtins.py:4885
938
#: bzrlib/builtins.py:6466
937
#: bzrlib/builtins.py:1824 bzrlib/builtins.py:3742 bzrlib/builtins.py:4883
938
#: bzrlib/builtins.py:6469
939
939
msgid ":Examples:"
942
#: bzrlib/builtins.py:1827
942
#: bzrlib/builtins.py:1826
943
943
msgid " Display information on the format and related locations:"
946
#: bzrlib/builtins.py:1829
946
#: bzrlib/builtins.py:1828
947
947
msgid " bzr info"
950
#: bzrlib/builtins.py:1831
950
#: bzrlib/builtins.py:1830
952
952
" Display the above together with extended format information and\n"
953
953
" basic statistics (like the number of files in the working tree and\n"
954
954
" number of revisions in the branch and repository):"
957
#: bzrlib/builtins.py:1835
957
#: bzrlib/builtins.py:1834
958
958
msgid " bzr info -v"
961
#: bzrlib/builtins.py:1837
961
#: bzrlib/builtins.py:1836
962
962
msgid " Display the above together with number of committers to the branch:"
965
#: bzrlib/builtins.py:1839
965
#: bzrlib/builtins.py:1838
966
966
msgid " bzr info -vv"
969
#: bzrlib/builtins.py:1858
969
#: bzrlib/builtins.py:1857
970
970
msgid "Remove files or directories."
973
#: bzrlib/builtins.py:1860
973
#: bzrlib/builtins.py:1859
975
975
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
976
976
"delete them if they can easily be recovered using revert otherwise they\n"
982
982
# help of 'new' option of 'remove' command
983
#: bzrlib/builtins.py:1868
983
#: bzrlib/builtins.py:1867
984
984
msgid "Only remove files that have never been committed."
987
987
# help of 'file-deletion-strategy' option of 'remove' command
988
#: bzrlib/builtins.py:1870
988
#: bzrlib/builtins.py:1869
989
989
msgid "The file deletion mode to be used."
992
992
# title of 'file-deletion-strategy' option of 'remove' command
993
#: bzrlib/builtins.py:1871
993
#: bzrlib/builtins.py:1870
994
994
msgid "Deletion Strategy"
997
997
# help of 'file-deletion-strategy=safe' option of 'remove' command
998
#: bzrlib/builtins.py:1872
998
#: bzrlib/builtins.py:1871
999
999
msgid "Backup changed files (default)."
1002
1002
# help of 'file-deletion-strategy=keep' option of 'remove' command
1003
#: bzrlib/builtins.py:1873
1003
#: bzrlib/builtins.py:1872
1004
1004
msgid "Delete from bzr but leave the working copy."
1007
1007
# help of 'file-deletion-strategy=no-backup' option of 'remove' command
1008
#: bzrlib/builtins.py:1874
1008
#: bzrlib/builtins.py:1873
1009
1009
msgid "Don't backup changed files."
1012
# help of 'file-deletion-strategy=force' option of 'remove' command
1013
#: bzrlib/builtins.py:1875
1015
"Delete all the specified files, even if they can not be recovered and even "
1016
"if they are non-empty directories. (deprecated, use no-backup)"
1019
#: bzrlib/builtins.py:1884
1020
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
1023
#: bzrlib/builtins.py:1901
1012
#: bzrlib/builtins.py:1894
1024
1013
msgid "No matching files."
1027
#: bzrlib/builtins.py:1962
1016
#: bzrlib/builtins.py:1955
1028
1017
msgid "Reconcile bzr metadata in a branch."
1031
#: bzrlib/builtins.py:1964
1020
#: bzrlib/builtins.py:1957
1033
1022
"This can correct data mismatches that may have been caused by\n"
1034
1023
"previous ghost operations or bzr upgrades. You should only\n"
1123
1112
# help of 'create-prefix' option of 'init' command
1124
1113
# help of 'create-prefix' option of 'push' command
1125
#: bzrlib/builtins.py:2071
1114
#: bzrlib/builtins.py:2064
1126
1115
msgid "Create the path leading up to the branch if it does not already exist."
1129
1118
# help of 'format' option of 'init' command
1130
#: bzrlib/builtins.py:2074
1119
#: bzrlib/builtins.py:2067
1131
1120
msgid "Specify a format for this branch. See \"help formats\"."
1134
1123
# help of 'append-revisions-only' option of 'init' command
1135
#: bzrlib/builtins.py:2082
1124
#: bzrlib/builtins.py:2075
1136
1125
msgid "Never change revnos or the existing log. Append revisions to it only."
1139
1128
# help of 'no-tree' option of 'init' command
1140
#: bzrlib/builtins.py:2085
1129
#: bzrlib/builtins.py:2078
1141
1130
msgid "Create a branch without a working tree."
1144
#: bzrlib/builtins.py:2105 bzrlib/push.py:110
1133
#: bzrlib/builtins.py:2098 bzrlib/push.py:110
1145
1134
#, python-format
1147
1136
"Parent directory of %s does not exist.\n"
1148
1137
"You may supply --create-prefix to create all leading parent directories."
1151
#: bzrlib/builtins.py:2139
1140
#: bzrlib/builtins.py:2132
1153
1142
"This branch format cannot be set to append-revisions-only. Try --default."
1156
#: bzrlib/builtins.py:2150
1145
#: bzrlib/builtins.py:2143
1157
1146
msgid "Created a {0} (format: {1})\n"
1160
#: bzrlib/builtins.py:2159
1149
#: bzrlib/builtins.py:2152
1161
1150
#, python-format
1162
1151
msgid "Using shared repository: %s\n"
1165
#: bzrlib/builtins.py:2163
1154
#: bzrlib/builtins.py:2156
1166
1155
msgid "Create a shared repository for branches to share storage space."
1169
#: bzrlib/builtins.py:2165
1158
#: bzrlib/builtins.py:2158
1171
1160
"New branches created under the repository directory will store their\n"
1172
1161
"revisions in the repository, not in the branch directory. For branches\n"
1262
1251
" 0 - no change"
1265
#: bzrlib/builtins.py:2250
1254
#: bzrlib/builtins.py:2243
1268
1257
" Shows the difference in the working tree versus the last commit::"
1271
#: bzrlib/builtins.py:2253
1260
#: bzrlib/builtins.py:2246
1272
1261
msgid " bzr diff"
1275
#: bzrlib/builtins.py:2255
1264
#: bzrlib/builtins.py:2248
1276
1265
msgid " Difference between the working tree and revision 1::"
1279
#: bzrlib/builtins.py:2257
1268
#: bzrlib/builtins.py:2250
1280
1269
msgid " bzr diff -r1"
1283
#: bzrlib/builtins.py:2259
1272
#: bzrlib/builtins.py:2252
1284
1273
msgid " Difference between revision 3 and revision 1::"
1287
#: bzrlib/builtins.py:2261
1276
#: bzrlib/builtins.py:2254
1288
1277
msgid " bzr diff -r1..3"
1291
#: bzrlib/builtins.py:2263
1280
#: bzrlib/builtins.py:2256
1292
1281
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1295
#: bzrlib/builtins.py:2265
1284
#: bzrlib/builtins.py:2258
1296
1285
msgid " bzr diff -r1..3 xxx"
1299
#: bzrlib/builtins.py:2267
1288
#: bzrlib/builtins.py:2260
1300
1289
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1303
#: bzrlib/builtins.py:2269
1292
#: bzrlib/builtins.py:2262
1304
1293
msgid " bzr diff -c2"
1307
#: bzrlib/builtins.py:2271
1296
#: bzrlib/builtins.py:2264
1309
1298
" To see the changes introduced by revision X::\n"
1311
1300
" bzr diff -cX"
1314
#: bzrlib/builtins.py:2275
1303
#: bzrlib/builtins.py:2268
1316
1305
" Note that in the case of a merge, the -c option shows the changes\n"
1317
1306
" compared to the left hand parent. To see the changes against\n"
1318
1307
" another parent, use::"
1321
#: bzrlib/builtins.py:2279
1310
#: bzrlib/builtins.py:2272
1322
1311
msgid " bzr diff -r<chosen_parent>..X"
1325
#: bzrlib/builtins.py:2281
1314
#: bzrlib/builtins.py:2274
1327
1316
" The changes between the current revision and the previous revision\n"
1328
1317
" (equivalent to -c-1 and -r-2..-1)"
1331
#: bzrlib/builtins.py:2284
1320
#: bzrlib/builtins.py:2277
1332
1321
msgid " bzr diff -r-2.."
1335
#: bzrlib/builtins.py:2286
1324
#: bzrlib/builtins.py:2279
1336
1325
msgid " Show just the differences for file NEWS::"
1339
#: bzrlib/builtins.py:2288
1328
#: bzrlib/builtins.py:2281
1340
1329
msgid " bzr diff NEWS"
1343
#: bzrlib/builtins.py:2290
1332
#: bzrlib/builtins.py:2283
1344
1333
msgid " Show the differences in working tree xxx for file NEWS::"
1347
#: bzrlib/builtins.py:2292
1336
#: bzrlib/builtins.py:2285
1348
1337
msgid " bzr diff xxx/NEWS"
1351
#: bzrlib/builtins.py:2294
1340
#: bzrlib/builtins.py:2287
1352
1341
msgid " Show the differences from branch xxx to this working tree:"
1355
#: bzrlib/builtins.py:2296
1344
#: bzrlib/builtins.py:2289
1356
1345
msgid " bzr diff --old xxx"
1359
#: bzrlib/builtins.py:2298
1348
#: bzrlib/builtins.py:2291
1360
1349
msgid " Show the differences between two branches for file NEWS::"
1363
#: bzrlib/builtins.py:2300
1352
#: bzrlib/builtins.py:2293
1364
1353
msgid " bzr diff --old xxx --new yyy NEWS"
1367
#: bzrlib/builtins.py:2302
1356
#: bzrlib/builtins.py:2295
1368
1357
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1371
#: bzrlib/builtins.py:2304
1360
#: bzrlib/builtins.py:2297
1373
1362
" bzr diff --prefix old/:new/\n"
1380
1369
# help of 'diff-options' option of 'diff' command
1381
#: bzrlib/builtins.py:2314
1370
#: bzrlib/builtins.py:2307
1382
1371
msgid "Pass these options to the external diff program."
1385
1374
# help of 'prefix' option of 'diff' command
1386
#: bzrlib/builtins.py:2317
1375
#: bzrlib/builtins.py:2310
1388
1377
"Set prefixes added to old and new filenames, as two values separated by a "
1389
1378
"colon. (eg \"old/:new/\")."
1392
1381
# help of 'old' option of 'diff' command
1393
#: bzrlib/builtins.py:2320
1382
#: bzrlib/builtins.py:2313
1394
1383
msgid "Branch/tree to compare from."
1397
1386
# help of 'new' option of 'diff' command
1398
#: bzrlib/builtins.py:2324
1387
#: bzrlib/builtins.py:2317
1399
1388
msgid "Branch/tree to compare to."
1402
1391
# help of 'using' option of 'diff' command
1403
#: bzrlib/builtins.py:2330
1392
#: bzrlib/builtins.py:2323
1404
1393
msgid "Use this command to compare files."
1407
1396
# help of 'format' option of 'diff' command
1408
#: bzrlib/builtins.py:2335
1397
#: bzrlib/builtins.py:2328
1409
1398
msgid "Diff format to use."
1412
1401
# title of 'format' option of 'diff' command
1413
#: bzrlib/builtins.py:2337
1402
#: bzrlib/builtins.py:2330
1414
1403
msgid "Diff format"
1417
#: bzrlib/builtins.py:2359
1406
# help of 'context' option of 'diff' command
1407
#: bzrlib/builtins.py:2332
1408
msgid "How many lines of context to show."
1411
#: bzrlib/builtins.py:2357
1418
1412
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1421
#: bzrlib/builtins.py:2363
1415
#: bzrlib/builtins.py:2361
1422
1416
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1425
#: bzrlib/builtins.py:2368 bzrlib/builtins.py:2765 bzrlib/builtins.py:2778
1426
#: bzrlib/builtins.py:2786 bzrlib/builtins.py:4959
1419
#: bzrlib/builtins.py:2366 bzrlib/builtins.py:2763 bzrlib/builtins.py:2776
1420
#: bzrlib/builtins.py:2784 bzrlib/builtins.py:4957
1427
1421
msgid "{0} and {1} are mutually exclusive"
1430
#: bzrlib/builtins.py:2388
1424
#: bzrlib/builtins.py:2386
1432
1426
"List files deleted in the working tree.\n"
1430
#: bzrlib/builtins.py:2463
1431
msgid "Show the tree root directory."
1436
1434
#: bzrlib/builtins.py:2465
1437
msgid "Show the tree root directory."
1440
#: bzrlib/builtins.py:2467
1442
1436
"The root is the nearest enclosing directory with a .bzr control\n"
1446
#: bzrlib/builtins.py:2482
1440
#: bzrlib/builtins.py:2480
1447
1441
msgid "The limit argument must be an integer."
1450
#: bzrlib/builtins.py:2490
1444
#: bzrlib/builtins.py:2488
1451
1445
msgid "The levels argument must be an integer."
1448
#: bzrlib/builtins.py:2493
1449
msgid "Show historical log for a branch or subset of a branch."
1454
1452
#: bzrlib/builtins.py:2495
1455
msgid "Show historical log for a branch or subset of a branch."
1458
#: bzrlib/builtins.py:2497
1460
1454
"log is bzr's default tool for exploring the history of a branch.\n"
1461
1455
"The branch to use is taken from the first parameter. If no parameters\n"
1577
1571
" a nested merge revision and the log will be truncated accordingly."
1574
#: bzrlib/builtins.py:2569
1575
msgid ":Path filtering:"
1580
1578
#: bzrlib/builtins.py:2571
1581
msgid ":Path filtering:"
1584
#: bzrlib/builtins.py:2573
1586
1580
" If parameters are given and the first one is not a branch, the log\n"
1587
1581
" will be filtered to show only those revisions that changed the\n"
1588
1582
" nominated files or directories."
1591
#: bzrlib/builtins.py:2577
1585
#: bzrlib/builtins.py:2575
1593
1587
" Filenames are interpreted within their historical context. To log a\n"
1594
1588
" deleted file, specify a revision range so that the file existed at\n"
1595
1589
" the end or start of the range."
1598
#: bzrlib/builtins.py:2581
1592
#: bzrlib/builtins.py:2579
1600
1594
" Historical context is also important when interpreting pathnames of\n"
1601
1595
" renamed files/directories. Consider the following example:"
1604
#: bzrlib/builtins.py:2584
1598
#: bzrlib/builtins.py:2582
1606
1600
" * revision 1: add tutorial.txt\n"
1607
1601
" * revision 2: modify tutorial.txt\n"
1608
1602
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1605
#: bzrlib/builtins.py:2586
1606
msgid " In this case:"
1611
1609
#: bzrlib/builtins.py:2588
1612
msgid " In this case:"
1610
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1615
1613
#: bzrlib/builtins.py:2590
1616
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1614
msgid " * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1619
1617
#: bzrlib/builtins.py:2592
1620
msgid " * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1623
#: bzrlib/builtins.py:2594
1625
1619
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1626
1620
" the original file in revision 2."
1629
#: bzrlib/builtins.py:2597
1623
#: bzrlib/builtins.py:2595
1631
1625
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1632
1626
" was no file called guide.txt in revision 2."
1635
#: bzrlib/builtins.py:2600
1629
#: bzrlib/builtins.py:2598
1637
1631
" Renames are always followed by log. By design, there is no need to\n"
1638
1632
" explicitly ask for this (and no way to stop logging a file back\n"
1639
1633
" until it was last renamed)."
1636
#: bzrlib/builtins.py:2602
1637
msgid ":Other filtering:"
1642
1640
#: bzrlib/builtins.py:2604
1643
msgid ":Other filtering:"
1646
#: bzrlib/builtins.py:2606
1648
1642
" The --match option can be used for finding revisions that match a\n"
1649
1643
" regular expression in a commit message, committer, author or bug.\n"
1717
1711
# help of 'forward' option of 'log' command
1718
#: bzrlib/builtins.py:2653
1712
#: bzrlib/builtins.py:2651
1719
1713
msgid "Show from oldest to newest."
1722
1716
# help of 'verbose' option of 'log' command
1723
#: bzrlib/builtins.py:2656
1717
#: bzrlib/builtins.py:2654
1724
1718
msgid "Show files changed in each revision."
1727
1721
# help of 'change' option of 'log' command
1728
#: bzrlib/builtins.py:2662
1722
#: bzrlib/builtins.py:2660
1729
1723
msgid "Show just the specified revision. See also \"help revisionspec\"."
1732
1726
# help of 'authors' option of 'log' command
1733
#: bzrlib/builtins.py:2666
1727
#: bzrlib/builtins.py:2664
1734
1728
msgid "What names to list as authors - first, all or committer."
1737
1731
# title of 'authors' option of 'log' command
1738
#: bzrlib/builtins.py:2667
1732
#: bzrlib/builtins.py:2665
1739
1733
msgid "Authors"
1742
1736
# help of 'levels' option of 'log' command
1743
#: bzrlib/builtins.py:2672
1737
#: bzrlib/builtins.py:2670
1744
1738
msgid "Number of levels to display - 0 for all, 1 for flat."
1747
1741
# help of 'limit' option of 'log' command
1748
#: bzrlib/builtins.py:2682
1742
#: bzrlib/builtins.py:2680
1749
1743
msgid "Limit the output to the first N revisions."
1752
1746
# help of 'show-diff' option of 'log' command
1753
#: bzrlib/builtins.py:2687
1747
#: bzrlib/builtins.py:2685
1754
1748
msgid "Show changes made in each revision as a patch."
1757
1751
# help of 'include-merged' option of 'log' command
1758
#: bzrlib/builtins.py:2689
1752
#: bzrlib/builtins.py:2687
1759
1753
msgid "Show merged revisions like --levels 0 does."
1762
1756
# help of 'omit-merges' option of 'log' command
1763
#: bzrlib/builtins.py:2693
1757
#: bzrlib/builtins.py:2691
1764
1758
msgid "Do not report commits with more than one parent."
1767
1761
# help of 'exclude-common-ancestry' option of 'log' command
1768
#: bzrlib/builtins.py:2695
1762
#: bzrlib/builtins.py:2693
1770
1764
"Display only the revisions that are not part of both ancestries (require -"
1774
1768
# help of 'signatures' option of 'log' command
1775
#: bzrlib/builtins.py:2699
1769
#: bzrlib/builtins.py:2697
1776
1770
msgid "Show digital signature validity."
1779
1773
# help of 'match' option of 'log' command
1780
#: bzrlib/builtins.py:2702
1774
#: bzrlib/builtins.py:2700
1781
1775
msgid "Show revisions whose properties match this expression."
1784
1778
# help of 'match-message' option of 'log' command
1785
#: bzrlib/builtins.py:2706
1779
#: bzrlib/builtins.py:2704
1786
1780
msgid "Show revisions whose message matches this expression."
1789
1783
# help of 'match-committer' option of 'log' command
1790
#: bzrlib/builtins.py:2710
1784
#: bzrlib/builtins.py:2708
1791
1785
msgid "Show revisions whose committer matches this expression."
1794
1788
# help of 'match-author' option of 'log' command
1795
#: bzrlib/builtins.py:2714
1789
#: bzrlib/builtins.py:2712
1796
1790
msgid "Show revisions whose authors match this expression."
1799
1793
# help of 'match-bugs' option of 'log' command
1800
#: bzrlib/builtins.py:2718
1794
#: bzrlib/builtins.py:2716
1801
1795
msgid "Show revisions whose bugs match this expression."
1804
#: bzrlib/builtins.py:2772
1798
#: bzrlib/builtins.py:2770
1805
1799
msgid "--exclude-common-ancestry requires -r with two revisions"
1808
#: bzrlib/builtins.py:2800
1802
#: bzrlib/builtins.py:2798
1809
1803
#, python-format
1810
1804
msgid "Path unknown at end or start of revision range: %s"
1813
#: bzrlib/builtins.py:2917
1807
#: bzrlib/builtins.py:2915
1814
1808
#, python-format
1815
1809
msgid "bzr %s doesn't accept two revisions in different branches."
1818
#: bzrlib/builtins.py:2933
1812
#: bzrlib/builtins.py:2931
1819
1813
#, python-format
1820
1814
msgid "bzr %s --revision takes one or two values."
1823
#: bzrlib/builtins.py:2978
1817
#: bzrlib/builtins.py:2976
1825
1819
"List files in a tree.\n"
1829
1823
# help of 'recursive' option of 'ls' command
1830
#: bzrlib/builtins.py:2987
1824
#: bzrlib/builtins.py:2985
1831
1825
msgid "Recurse into subdirectories."
1834
1828
# help of 'from-root' option of 'ls' command
1835
#: bzrlib/builtins.py:2989
1829
#: bzrlib/builtins.py:2987
1836
1830
msgid "Print paths relative to the root of the branch."
1839
1833
# help of 'unknown' option of 'ls' command
1840
#: bzrlib/builtins.py:2991
1834
#: bzrlib/builtins.py:2989
1841
1835
msgid "Print unknown files."
1844
1838
# help of 'versioned' option of 'ls' command
1845
#: bzrlib/builtins.py:2992
1839
#: bzrlib/builtins.py:2990
1846
1840
msgid "Print versioned files."
1849
1843
# help of 'ignored' option of 'ls' command
1850
#: bzrlib/builtins.py:2995
1844
#: bzrlib/builtins.py:2993
1851
1845
msgid "Print ignored files."
1854
1848
# help of 'kind' option of 'ls' command
1855
#: bzrlib/builtins.py:2997
1849
#: bzrlib/builtins.py:2995
1856
1850
msgid "List entries of a particular kind: file, directory, symlink."
1859
#: bzrlib/builtins.py:3010
1853
#: bzrlib/builtins.py:3008
1860
1854
msgid "invalid kind specified"
1863
#: bzrlib/builtins.py:3013
1857
#: bzrlib/builtins.py:3011
1864
1858
msgid "Cannot set both --verbose and --null"
1867
#: bzrlib/builtins.py:3022
1861
#: bzrlib/builtins.py:3020
1868
1862
msgid "cannot specify both --from-root and PATH"
1865
#: bzrlib/builtins.py:3107
1866
msgid "Ignore specified files or patterns."
1871
1869
#: bzrlib/builtins.py:3109
1872
msgid "Ignore specified files or patterns."
1870
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1875
1873
#: bzrlib/builtins.py:3111
1876
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1879
#: bzrlib/builtins.py:3113
1881
1875
"If a .bzrignore file does not exist, the ignore command\n"
1882
1876
"will create one and add the specified files or patterns to the newly\n"
1923
1917
" the shell on Unix."
1926
#: bzrlib/builtins.py:3142
1920
#: bzrlib/builtins.py:3140
1928
1922
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1929
1923
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1932
#: bzrlib/builtins.py:3145
1926
#: bzrlib/builtins.py:3143
1935
1929
" Ignore the top level Makefile::"
1932
#: bzrlib/builtins.py:3146
1933
msgid " bzr ignore ./Makefile"
1938
1936
#: bzrlib/builtins.py:3148
1939
msgid " bzr ignore ./Makefile"
1937
msgid " Ignore .class files in all directories...::"
1942
1940
#: bzrlib/builtins.py:3150
1943
msgid " Ignore .class files in all directories...::"
1941
msgid " bzr ignore \"*.class\""
1946
1944
#: bzrlib/builtins.py:3152
1947
msgid " bzr ignore \"*.class\""
1945
msgid " ...but do not ignore \"special.class\"::"
1950
1948
#: bzrlib/builtins.py:3154
1951
msgid " ...but do not ignore \"special.class\"::"
1949
msgid " bzr ignore \"!special.class\""
1954
1952
#: bzrlib/builtins.py:3156
1955
msgid " bzr ignore \"!special.class\""
1953
msgid " Ignore files whose name begins with the \"#\" character::"
1958
1956
#: bzrlib/builtins.py:3158
1959
msgid " Ignore files whose name begins with the \"#\" character::"
1962
#: bzrlib/builtins.py:3160
1963
1957
msgid " bzr ignore \"RE:^#\""
1966
#: bzrlib/builtins.py:3162 bzrlib/builtins.py:3166
1960
#: bzrlib/builtins.py:3160 bzrlib/builtins.py:3164
1967
1961
msgid " Ignore .o files under the lib directory::"
1970
#: bzrlib/builtins.py:3164
1964
#: bzrlib/builtins.py:3162
1971
1965
msgid " bzr ignore \"lib/**/*.o\""
1968
#: bzrlib/builtins.py:3166
1969
msgid " bzr ignore \"RE:lib/.*\\.o\""
1974
1972
#: bzrlib/builtins.py:3168
1975
msgid " bzr ignore \"RE:lib/.*\\.o\""
1973
msgid " Ignore everything but the \"debian\" toplevel directory::"
1978
1976
#: bzrlib/builtins.py:3170
1979
msgid " Ignore everything but the \"debian\" toplevel directory::"
1982
#: bzrlib/builtins.py:3172
1984
1978
" bzr ignore \"RE:(?!debian/).*\"\n"
2018
#: bzrlib/builtins.py:3236
2019
msgid "List ignored files and the patterns that matched them."
2024
2022
#: bzrlib/builtins.py:3238
2025
msgid "List ignored files and the patterns that matched them."
2028
#: bzrlib/builtins.py:3240
2030
2024
"List all the ignored files and the ignore pattern that caused the file to\n"
2028
#: bzrlib/builtins.py:3241
2029
msgid "Alternatively, to list just the files::"
2034
2032
#: bzrlib/builtins.py:3243
2035
msgid "Alternatively, to list just the files::"
2038
#: bzrlib/builtins.py:3245
2039
2033
msgid " bzr ls --ignored"
2042
#: bzrlib/builtins.py:3279
2036
#: bzrlib/builtins.py:3277
2043
2037
#, python-format
2044
2038
msgid "not a valid revision-number: %r"
2041
#: bzrlib/builtins.py:3284
2042
msgid "Export current or past revision to a destination directory or archive."
2047
2045
#: bzrlib/builtins.py:3286
2048
msgid "Export current or past revision to a destination directory or archive."
2046
msgid "If no revision is specified this exports the last committed revision."
2051
2049
#: bzrlib/builtins.py:3288
2052
msgid "If no revision is specified this exports the last committed revision."
2055
#: bzrlib/builtins.py:3290
2057
2051
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
2058
2052
"given, try to find the format with the extension. If no extension\n"
2059
2053
"is found exports to a directory (equivalent to --format=dir)."
2062
#: bzrlib/builtins.py:3294
2056
#: bzrlib/builtins.py:3292
2064
2058
"If root is supplied, it will be used as the root directory inside\n"
2065
2059
"container formats (tar, zip, etc). If it is not supplied it will default\n"
2066
2060
"to the exported filename. The root option has no effect for 'dir' format."
2069
#: bzrlib/builtins.py:3298
2063
#: bzrlib/builtins.py:3296
2071
2065
"If branch is omitted then the branch containing the current working\n"
2072
2066
"directory will be used."
2069
#: bzrlib/builtins.py:3299
2070
msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
2075
2073
#: bzrlib/builtins.py:3301
2076
msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
2079
#: bzrlib/builtins.py:3303
2081
2075
" ================= =========================\n"
2082
2076
" Supported formats Autodetected by extension\n"
2092
2086
# help of 'format' option of 'export' command
2093
#: bzrlib/builtins.py:3317
2087
#: bzrlib/builtins.py:3315
2094
2088
msgid "Type of file to export to."
2097
2091
# help of 'filters' option of 'export' command
2098
#: bzrlib/builtins.py:3320
2092
#: bzrlib/builtins.py:3318
2099
2093
msgid "Apply content filters to export the convenient form."
2102
2096
# help of 'root' option of 'export' command
2103
#: bzrlib/builtins.py:3324
2097
#: bzrlib/builtins.py:3322
2104
2098
msgid "Name of the root directory inside the exported file."
2107
2101
# help of 'per-file-timestamps' option of 'export' command
2108
#: bzrlib/builtins.py:3326
2102
#: bzrlib/builtins.py:3324
2110
2104
"Set modification time of files to that of the last revision in which it was "
2114
2108
# help of 'uncommitted' option of 'export' command
2115
#: bzrlib/builtins.py:3329
2109
#: bzrlib/builtins.py:3327
2116
2110
msgid "Export the working tree contents rather than that of the last revision."
2119
#: bzrlib/builtins.py:3348
2113
#: bzrlib/builtins.py:3346
2120
2114
msgid "--uncommitted requires a working tree"
2123
#: bzrlib/builtins.py:3357
2117
#: bzrlib/builtins.py:3355
2124
2118
#, python-format
2125
2119
msgid "Unsupported export format: %s"
2122
#: bzrlib/builtins.py:3359
2123
msgid "Write the contents of a file as of a given revision to standard output."
2128
2126
#: bzrlib/builtins.py:3361
2129
msgid "Write the contents of a file as of a given revision to standard output."
2127
msgid "If no revision is nominated, the last revision is used."
2132
2130
#: bzrlib/builtins.py:3363
2133
msgid "If no revision is nominated, the last revision is used."
2136
#: bzrlib/builtins.py:3365
2138
2132
"Note: Take care to redirect standard output when using this command on a\n"
2142
2136
# help of 'name-from-revision' option of 'cat' command
2143
#: bzrlib/builtins.py:3371
2137
#: bzrlib/builtins.py:3369
2144
2138
msgid "The path name in the old tree."
2147
2141
# help of 'filters' option of 'cat' command
2148
#: bzrlib/builtins.py:3372
2142
#: bzrlib/builtins.py:3370
2149
2143
msgid "Apply content filters to display the convenience form."
2152
#: bzrlib/builtins.py:3383
2146
#: bzrlib/builtins.py:3381
2153
2147
msgid "bzr cat --revision takes exactly one revision specifier"
2156
#: bzrlib/builtins.py:3408 bzrlib/builtins.py:3420
2150
#: bzrlib/builtins.py:3406 bzrlib/builtins.py:3418
2157
2151
msgid "{0!r} is not present in revision {1}"
2154
#: bzrlib/builtins.py:3441
2155
msgid "Commit changes into a new revision."
2160
2158
#: bzrlib/builtins.py:3443
2161
msgid "Commit changes into a new revision."
2164
#: bzrlib/builtins.py:3445
2166
2160
"An explanatory message needs to be given for each commit. This is\n"
2167
2161
"often done by using the --message option (getting the message from the\n"
2171
2165
"boilerplate text loaded into the editor, use the --show-diff option."
2174
#: bzrlib/builtins.py:3452
2168
#: bzrlib/builtins.py:3450
2176
2170
"By default, the entire tree is committed and the person doing the\n"
2177
2171
"commit is assumed to be the author. These defaults can be overridden\n"
2178
2172
"as explained below."
2175
#: bzrlib/builtins.py:3454
2176
msgid ":Selective commits:"
2181
2179
#: bzrlib/builtins.py:3456
2182
msgid ":Selective commits:"
2185
#: bzrlib/builtins.py:3458
2187
2181
" If selected files are specified, only changes to those files are\n"
2188
2182
" committed. If a directory is specified then the directory and\n"
2189
2183
" everything within it is committed."
2192
#: bzrlib/builtins.py:3462
2186
#: bzrlib/builtins.py:3460
2194
2188
" When excludes are given, they take precedence over selected files.\n"
2195
2189
" For example, to commit only changes within foo, but not changes\n"
2196
2190
" within foo/bar::"
2193
#: bzrlib/builtins.py:3464
2194
msgid " bzr commit foo -x foo/bar"
2199
2197
#: bzrlib/builtins.py:3466
2200
msgid " bzr commit foo -x foo/bar"
2198
msgid " A selective commit after a merge is not yet supported."
2203
2201
#: bzrlib/builtins.py:3468
2204
msgid " A selective commit after a merge is not yet supported."
2202
msgid ":Custom authors:"
2207
2205
#: bzrlib/builtins.py:3470
2208
msgid ":Custom authors:"
2211
#: bzrlib/builtins.py:3472
2213
2207
" If the author of the change is not the same person as the committer,\n"
2214
2208
" you can specify the author's name using the --author option. The\n"
2253
2247
# help of 'exclude' option of 'commit' command
2254
#: bzrlib/builtins.py:3503
2248
#: bzrlib/builtins.py:3501
2255
2249
msgid "Do not consider changes made to a given path."
2258
2252
# help of 'message' option of 'commit' command
2259
#: bzrlib/builtins.py:3506
2253
#: bzrlib/builtins.py:3504
2260
2254
msgid "Description of the new revision."
2263
2257
# help of 'unchanged' option of 'commit' command
2264
#: bzrlib/builtins.py:3509
2258
#: bzrlib/builtins.py:3507
2265
2259
msgid "Commit even if nothing has changed."
2268
2262
# help of 'file' option of 'commit' command
2269
#: bzrlib/builtins.py:3513
2263
#: bzrlib/builtins.py:3511
2270
2264
msgid "Take commit message from this file."
2273
2267
# help of 'strict' option of 'commit' command
2274
#: bzrlib/builtins.py:3515
2268
#: bzrlib/builtins.py:3513
2275
2269
msgid "Refuse to commit if there are unknown files in the working tree."
2278
2272
# help of 'commit-time' option of 'commit' command
2279
#: bzrlib/builtins.py:3518
2273
#: bzrlib/builtins.py:3516
2281
2275
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2282
2276
"08:00:00 +0100'."
2285
2279
# help of 'fixes' option of 'commit' command
2286
#: bzrlib/builtins.py:3521
2280
#: bzrlib/builtins.py:3519
2287
2281
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2290
2284
# help of 'author' option of 'commit' command
2291
#: bzrlib/builtins.py:3524
2285
#: bzrlib/builtins.py:3522
2292
2286
msgid "Set the author's name, if it's different from the committer."
2295
2289
# help of 'local' option of 'commit' command
2296
#: bzrlib/builtins.py:3527
2290
#: bzrlib/builtins.py:3525
2298
2292
"Perform a local commit in a bound branch. Local commits are not pushed to "
2299
2293
"the master branch until a normal commit is performed."
2302
2296
# help of 'show-diff' option of 'commit' command
2303
#: bzrlib/builtins.py:3533
2297
#: bzrlib/builtins.py:3531
2305
2299
"When no message is supplied, show the diff along with the status summary in "
2306
2300
"the message editor."
2309
2303
# help of 'lossy' option of 'commit' command
2310
#: bzrlib/builtins.py:3536
2304
#: bzrlib/builtins.py:3534
2312
2306
"When committing to a foreign version control system do not push data that "
2313
2307
"can not be natively represented."
2316
#: bzrlib/builtins.py:3554
2310
#: bzrlib/builtins.py:3552
2317
2311
#, python-format
2319
2313
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2329
2323
"Commit refused."
2332
#: bzrlib/builtins.py:3572
2326
#: bzrlib/builtins.py:3570
2333
2327
#, python-format
2334
2328
msgid "Unrecognized bug %s. Commit refused."
2337
#: bzrlib/builtins.py:3575
2331
#: bzrlib/builtins.py:3573
2338
2332
#, python-format
2341
2335
"Commit refused."
2344
#: bzrlib/builtins.py:3599
2338
#: bzrlib/builtins.py:3597
2345
2339
msgid "Could not parse --commit-time: "
2348
#: bzrlib/builtins.py:3639
2342
#: bzrlib/builtins.py:3637
2349
2343
msgid "please specify either --message or --file"
2352
#: bzrlib/builtins.py:3668
2346
#: bzrlib/builtins.py:3666
2353
2347
msgid "please specify a commit message with either --message or --file"
2356
#: bzrlib/builtins.py:3671
2350
#: bzrlib/builtins.py:3669
2358
2352
"Empty commit message specified. Please specify a commit message with either "
2359
2353
"--message or --file or leave a blank message with --message \"\"."
2362
#: bzrlib/builtins.py:3691
2356
#: bzrlib/builtins.py:3689
2364
2358
"No changes to commit. Please 'bzr add' the files you want to commit, or use "
2365
2359
"--unchanged to force an empty commit."
2368
#: bzrlib/builtins.py:3695
2362
#: bzrlib/builtins.py:3693
2370
2364
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2371
2365
"resolve FILE\" to resolve."
2374
#: bzrlib/builtins.py:3699
2368
#: bzrlib/builtins.py:3697
2375
2369
msgid "Commit refused because there are unknown files in the working tree."
2378
#: bzrlib/builtins.py:3702
2372
#: bzrlib/builtins.py:3700
2381
2375
"To commit to master branch, run update and then commit.\n"
2382
2376
"You can also pass --local to commit to continue working disconnected."
2379
#: bzrlib/builtins.py:3708
2381
"Validate working tree structure, branch consistency and repository history."
2385
2384
#: bzrlib/builtins.py:3710
2387
"Validate working tree structure, branch consistency and repository history."
2390
#: bzrlib/builtins.py:3712
2392
2386
"This command checks various invariants about branch and repository storage\n"
2393
2387
"to detect data corruption or bzr bugs."
2396
#: bzrlib/builtins.py:3715
2390
#: bzrlib/builtins.py:3713
2398
2392
"The working tree and branch checks will only give output if a problem is\n"
2399
2393
"detected. The output fields of the repository check are:"
2402
#: bzrlib/builtins.py:3718
2396
#: bzrlib/builtins.py:3716
2405
2399
" This is just the number of revisions checked. It doesn't\n"
2406
2400
" indicate a problem."
2409
#: bzrlib/builtins.py:3722
2403
#: bzrlib/builtins.py:3720
2411
2405
"versionedfiles\n"
2412
2406
" This is just the number of versionedfiles checked. It\n"
2413
2407
" doesn't indicate a problem."
2416
#: bzrlib/builtins.py:3726
2410
#: bzrlib/builtins.py:3724
2418
2412
"unreferenced ancestors\n"
2419
2413
" Texts that are ancestors of other texts, but\n"
2437
2431
" indicate a problem."
2440
#: bzrlib/builtins.py:3741
2434
#: bzrlib/builtins.py:3739
2442
2436
"If no restrictions are specified, all Bazaar data that is found at the "
2444
2438
"location will be checked."
2441
#: bzrlib/builtins.py:3744
2442
msgid " Check the tree and branch at 'foo'::"
2447
2445
#: bzrlib/builtins.py:3746
2448
msgid " Check the tree and branch at 'foo'::"
2446
msgid " bzr check --tree --branch foo"
2451
2449
#: bzrlib/builtins.py:3748
2452
msgid " bzr check --tree --branch foo"
2450
msgid " Check only the repository at 'bar'::"
2455
2453
#: bzrlib/builtins.py:3750
2456
msgid " Check only the repository at 'bar'::"
2454
msgid " bzr check --repo bar"
2459
2457
#: bzrlib/builtins.py:3752
2460
msgid " bzr check --repo bar"
2458
msgid " Check everything at 'baz'::"
2463
2461
#: bzrlib/builtins.py:3754
2464
msgid " Check everything at 'baz'::"
2467
#: bzrlib/builtins.py:3756
2468
2462
msgid " bzr check baz"
2471
2465
# help of 'branch' option of 'check' command
2472
#: bzrlib/builtins.py:3762
2466
#: bzrlib/builtins.py:3760
2473
2467
msgid "Check the branch related to the current directory."
2476
2470
# help of 'repo' option of 'check' command
2477
#: bzrlib/builtins.py:3764
2471
#: bzrlib/builtins.py:3762
2478
2472
msgid "Check the repository related to the current directory."
2481
2475
# help of 'tree' option of 'check' command
2482
#: bzrlib/builtins.py:3766
2476
#: bzrlib/builtins.py:3764
2483
2477
msgid "Check the working tree related to the current directory."
2480
#: bzrlib/builtins.py:3778
2481
msgid "Upgrade a repository, branch or working tree to a newer format."
2486
2484
#: bzrlib/builtins.py:3780
2487
msgid "Upgrade a repository, branch or working tree to a newer format."
2490
#: bzrlib/builtins.py:3782
2492
2486
"When the default format has changed after a major new release of\n"
2493
2487
"Bazaar, you may be informed during certain operations that you\n"
2528
#: bzrlib/builtins.py:3808
2522
#: bzrlib/builtins.py:3806
2530
2524
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2531
2525
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2534
2528
# help of 'format' option of 'upgrade' command
2535
#: bzrlib/builtins.py:3816
2529
#: bzrlib/builtins.py:3814
2536
2530
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2539
2533
# title of 'format' option of 'init' command
2540
2534
# title of 'format' option of 'upgrade' command
2541
#: bzrlib/builtins.py:3820
2535
#: bzrlib/builtins.py:3818
2542
2536
msgid "Branch format"
2545
2539
# help of 'clean' option of 'upgrade' command
2546
#: bzrlib/builtins.py:3822
2540
#: bzrlib/builtins.py:3820
2547
2541
msgid "Remove the backup.bzr directory if successful."
2550
2544
# help of 'dry-run' option of 'add' command
2551
2545
# help of 'dry-run' option of 'upgrade' command
2552
#: bzrlib/builtins.py:3824
2546
#: bzrlib/builtins.py:3822
2553
2547
msgid "Show what would be done, but don't actually do anything."
2550
#: bzrlib/builtins.py:3837
2551
msgid "Show or set bzr user id."
2556
2554
#: bzrlib/builtins.py:3839
2557
msgid "Show or set bzr user id."
2560
#: bzrlib/builtins.py:3841
2563
2557
" Show the email of the current user::"
2560
#: bzrlib/builtins.py:3842
2561
msgid " bzr whoami --email"
2566
2564
#: bzrlib/builtins.py:3844
2567
msgid " bzr whoami --email"
2565
msgid " Set the current user::"
2570
2568
#: bzrlib/builtins.py:3846
2571
msgid " Set the current user::"
2574
#: bzrlib/builtins.py:3848
2575
2569
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2578
2572
# help of 'email' option of 'whoami' command
2579
#: bzrlib/builtins.py:3852
2573
#: bzrlib/builtins.py:3850
2580
2574
msgid "Display email address only."
2583
2577
# help of 'branch' option of 'whoami' command
2584
#: bzrlib/builtins.py:3854
2578
#: bzrlib/builtins.py:3852
2585
2579
msgid "Set identity for the current branch instead of globally."
2588
#: bzrlib/builtins.py:3880
2582
#: bzrlib/builtins.py:3878
2589
2583
msgid "--email can only be used to display existing identity"
2586
#: bzrlib/builtins.py:3902
2587
msgid "Print or set the branch nickname."
2592
2590
#: bzrlib/builtins.py:3904
2593
msgid "Print or set the branch nickname."
2596
#: bzrlib/builtins.py:3906
2598
2592
"If unset, the colocated branch name is used for colocated branches, and\n"
2599
2593
"the branch directory name is used for other branches. To print the\n"
2600
2594
"current nickname, execute with no argument."
2603
#: bzrlib/builtins.py:3910
2597
#: bzrlib/builtins.py:3908
2605
2599
"Bound branches use the nickname of its master branch unless it is set\n"
2603
#: bzrlib/builtins.py:3928
2604
msgid "Set/unset and display aliases."
2609
2607
#: bzrlib/builtins.py:3930
2610
msgid "Set/unset and display aliases."
2613
#: bzrlib/builtins.py:3932
2616
2610
" Show the current aliases::"
2613
#: bzrlib/builtins.py:3933
2619
2617
#: bzrlib/builtins.py:3935
2618
msgid " Show the alias specified for 'll'::"
2623
2621
#: bzrlib/builtins.py:3937
2624
msgid " Show the alias specified for 'll'::"
2622
msgid " bzr alias ll"
2627
2625
#: bzrlib/builtins.py:3939
2628
msgid " bzr alias ll"
2626
msgid " Set an alias for 'll'::"
2631
2629
#: bzrlib/builtins.py:3941
2632
msgid " Set an alias for 'll'::"
2630
msgid " bzr alias ll=\"log --line -r-10..-1\""
2635
2633
#: bzrlib/builtins.py:3943
2636
msgid " bzr alias ll=\"log --line -r-10..-1\""
2634
msgid " To remove an alias for 'll'::"
2639
2637
#: bzrlib/builtins.py:3945
2640
msgid " To remove an alias for 'll'::"
2643
#: bzrlib/builtins.py:3947
2644
2638
msgid " bzr alias --remove ll"
2647
2641
# help of 'remove' option of 'alias' command
2648
#: bzrlib/builtins.py:3952
2642
#: bzrlib/builtins.py:3950
2649
2643
msgid "Remove the alias."
2652
#: bzrlib/builtins.py:3970
2646
#: bzrlib/builtins.py:3968
2653
2647
msgid "bzr alias --remove expects an alias to remove."
2656
#: bzrlib/builtins.py:4151
2650
#: bzrlib/builtins.py:4149
2657
2651
msgid "subunit not available. subunit needs to be installed to use --subunit."
2660
#: bzrlib/builtins.py:4168
2654
#: bzrlib/builtins.py:4166
2662
2656
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2665
#: bzrlib/builtins.py:4215
2659
#: bzrlib/builtins.py:4213
2666
2660
msgid "Show version of bzr."
2669
2663
# help of 'short' option of 'version' command
2670
#: bzrlib/builtins.py:4219
2664
#: bzrlib/builtins.py:4217
2671
2665
msgid "Print just the version number."
2674
#: bzrlib/builtins.py:4238
2668
#: bzrlib/builtins.py:4236
2675
2669
msgid "It sure does!\n"
2678
#: bzrlib/builtins.py:4262
2672
#: bzrlib/builtins.py:4260
2679
2673
#, python-format
2680
2674
msgid "merge base is revision %s\n"
2677
#: bzrlib/builtins.py:4264
2678
msgid "Perform a three-way merge."
2683
2681
#: bzrlib/builtins.py:4266
2684
msgid "Perform a three-way merge."
2687
#: bzrlib/builtins.py:4268
2689
2683
"The source of the merge can be specified either in the form of a branch,\n"
2690
2684
"or in the form of a path to a file containing a merge directive generated\n"
2759
2753
"merge revision which has more than two parents."
2762
#: bzrlib/builtins.py:4315
2756
#: bzrlib/builtins.py:4313
2764
2758
"If one would like to merge changes from the working tree of the other\n"
2765
2759
"branch without merging any committed revisions, the --uncommitted option\n"
2766
2760
"can be given."
2769
#: bzrlib/builtins.py:4319
2763
#: bzrlib/builtins.py:4317
2771
2765
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2772
2766
"you to apply each diff hunk and file change, similar to \"shelve\"."
2775
#: bzrlib/builtins.py:4322
2769
#: bzrlib/builtins.py:4320
2778
2772
" To merge all new revisions from bzr.dev::"
2775
#: bzrlib/builtins.py:4323
2776
msgid " bzr merge ../bzr.dev"
2781
2779
#: bzrlib/builtins.py:4325
2782
msgid " bzr merge ../bzr.dev"
2780
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2785
2783
#: bzrlib/builtins.py:4327
2786
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2784
msgid " bzr merge -r 82 ../bzr.dev"
2789
2787
#: bzrlib/builtins.py:4329
2790
msgid " bzr merge -r 82 ../bzr.dev"
2788
msgid " To merge the changes introduced by 82, without previous changes::"
2793
2791
#: bzrlib/builtins.py:4331
2794
msgid " To merge the changes introduced by 82, without previous changes::"
2792
msgid " bzr merge -r 81..82 ../bzr.dev"
2797
2795
#: bzrlib/builtins.py:4333
2798
msgid " bzr merge -r 81..82 ../bzr.dev"
2796
msgid " To apply a merge directive contained in /tmp/merge::"
2801
2799
#: bzrlib/builtins.py:4335
2802
msgid " To apply a merge directive contained in /tmp/merge::"
2800
msgid " bzr merge /tmp/merge"
2805
2803
#: bzrlib/builtins.py:4337
2806
msgid " bzr merge /tmp/merge"
2809
#: bzrlib/builtins.py:4339
2811
2805
" To create a merge revision with three parents from two branches\n"
2812
2806
" feature1a and feature1b:"
2815
#: bzrlib/builtins.py:4342
2809
#: bzrlib/builtins.py:4340
2817
2811
" bzr merge ../feature1a\n"
2818
2812
" bzr merge ../feature1b --force\n"
2841
2835
# help of 'directory' option of 'merge' command
2842
#: bzrlib/builtins.py:4367
2836
#: bzrlib/builtins.py:4365
2844
2838
"Branch to merge into, rather than the one containing the working directory."
2847
2841
# help of 'preview' option of 'merge' command
2848
#: bzrlib/builtins.py:4369
2842
#: bzrlib/builtins.py:4367
2849
2843
msgid "Instead of merging, show a diff of the merge."
2852
2846
# help of 'interactive' option of 'merge' command
2853
#: bzrlib/builtins.py:4371
2847
#: bzrlib/builtins.py:4369
2854
2848
msgid "Select changes interactively."
2857
#: bzrlib/builtins.py:4393
2851
#: bzrlib/builtins.py:4391
2859
2853
"Merging into empty branches not currently supported, https://bugs.launchpad."
2860
2854
"net/bzr/+bug/308562"
2863
#: bzrlib/builtins.py:4420
2857
#: bzrlib/builtins.py:4418
2864
2858
msgid "Cannot use --uncommitted with bundles or merge directives."
2867
#: bzrlib/builtins.py:4431
2861
#: bzrlib/builtins.py:4429
2868
2862
msgid "Cannot use --uncommitted and --revision at the same time."
2871
#: bzrlib/builtins.py:4451
2865
#: bzrlib/builtins.py:4449
2872
2866
msgid "merger: "
2875
#: bzrlib/builtins.py:4453 bzrlib/bundle/apply_bundle.py:71
2869
#: bzrlib/builtins.py:4451 bzrlib/bundle/apply_bundle.py:71
2876
2870
msgid "Nothing to do."
2879
#: bzrlib/builtins.py:4457
2873
#: bzrlib/builtins.py:4455
2880
2874
msgid "Cannot pull individual files"
2883
#: bzrlib/builtins.py:4465
2877
#: bzrlib/builtins.py:4463
2884
2878
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2887
#: bzrlib/builtins.py:4523
2881
#: bzrlib/builtins.py:4521
2888
2882
#, python-format
2889
2883
msgid "Show-base is not supported for this merge type. %s"
2892
#: bzrlib/builtins.py:4532
2886
#: bzrlib/builtins.py:4530
2893
2887
#, python-format
2894
2888
msgid "Conflict reduction is not supported for merge type %s."
2897
#: bzrlib/builtins.py:4536
2891
#: bzrlib/builtins.py:4534
2898
2892
msgid "Cannot do conflict reduction and show base."
2895
#: bzrlib/builtins.py:4645
2896
msgid "No location specified or remembered"
2901
2899
#: bzrlib/builtins.py:4647
2902
msgid "No location specified or remembered"
2905
#: bzrlib/builtins.py:4649
2906
2900
msgid "{0} remembered {1} location {2}"
2903
#: bzrlib/builtins.py:4653
2904
msgid "Redo a merge."
2909
2907
#: bzrlib/builtins.py:4655
2910
msgid "Redo a merge."
2913
#: bzrlib/builtins.py:4657
2915
2909
"Use this if you want to try a different merge technique while resolving\n"
2916
2910
"conflicts. Some merge techniques are better than others, and remerge\n"
2917
2911
"lets you try different ones on different files."
2920
#: bzrlib/builtins.py:4661
2914
#: bzrlib/builtins.py:4659
2922
2916
"The options for remerge have the same meaning and defaults as the ones for\n"
2923
2917
"merge. The difference is that remerge can (only) be run when there is a\n"
2924
2918
"pending merge, and it lets you specify particular files."
2927
#: bzrlib/builtins.py:4665
2921
#: bzrlib/builtins.py:4663
2930
2924
" Re-do the merge of all conflicted files, and show the base text in\n"
2931
2925
" conflict regions, in addition to the usual THIS and OTHER texts::"
2928
#: bzrlib/builtins.py:4667
2929
msgid " bzr remerge --show-base"
2934
2932
#: bzrlib/builtins.py:4669
2935
msgid " bzr remerge --show-base"
2938
#: bzrlib/builtins.py:4671
2940
2934
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2941
2935
" additional processing to reduce the size of conflict regions::"
2944
#: bzrlib/builtins.py:4674
2938
#: bzrlib/builtins.py:4672
2945
2939
msgid " bzr remerge --merge-type weave --reprocess foobar"
3038
3032
# help of 'no-backup' option of 'revert' command
3039
#: bzrlib/builtins.py:4806
3033
#: bzrlib/builtins.py:4804
3040
3034
msgid "Do not save backups of reverted files."
3043
3037
# help of 'forget-merges' option of 'revert' command
3044
#: bzrlib/builtins.py:4808
3038
#: bzrlib/builtins.py:4806
3045
3039
msgid "Remove pending merge marker, without changing any files."
3048
#: bzrlib/builtins.py:4839
3042
#: bzrlib/builtins.py:4837
3050
3044
"Show help on a command or other topic.\n"
3054
3048
# help of 'long' option of 'help' command
3055
#: bzrlib/builtins.py:4844
3049
#: bzrlib/builtins.py:4842
3056
3050
msgid "Show help on all commands."
3053
#: bzrlib/builtins.py:4871
3054
msgid "Show unmerged/unpulled revisions between two branches."
3059
3057
#: bzrlib/builtins.py:4873
3060
msgid "Show unmerged/unpulled revisions between two branches."
3058
msgid "OTHER_BRANCH may be local or remote."
3063
3061
#: bzrlib/builtins.py:4875
3064
msgid "OTHER_BRANCH may be local or remote."
3067
#: bzrlib/builtins.py:4877
3069
3063
"To filter on a range of revisions, you can use the command -r begin..end\n"
3070
3064
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
3075
3069
" 0 - no missing revisions"
3078
#: bzrlib/builtins.py:4887
3072
#: bzrlib/builtins.py:4885
3080
3074
" Determine the missing revisions between this and the branch at the\n"
3081
3075
" remembered pull location::"
3078
#: bzrlib/builtins.py:4888
3079
msgid " bzr missing"
3084
3082
#: bzrlib/builtins.py:4890
3085
msgid " bzr missing"
3083
msgid " Determine the missing revisions between this and another branch::"
3088
3086
#: bzrlib/builtins.py:4892
3089
msgid " Determine the missing revisions between this and another branch::"
3087
msgid " bzr missing http://server/branch"
3092
3090
#: bzrlib/builtins.py:4894
3093
msgid " bzr missing http://server/branch"
3096
#: bzrlib/builtins.py:4896
3098
3092
" Determine the missing revisions up to a specific revision on the other\n"
3096
#: bzrlib/builtins.py:4897
3097
msgid " bzr missing -r ..-10"
3102
3100
#: bzrlib/builtins.py:4899
3103
msgid " bzr missing -r ..-10"
3106
#: bzrlib/builtins.py:4901
3108
3102
" Determine the missing revisions up to a specific revision on this\n"
3112
#: bzrlib/builtins.py:4904
3106
#: bzrlib/builtins.py:4902
3113
3107
msgid " bzr missing --my-revision ..-10"
3116
3110
# help of 'reverse' option of 'missing' command
3117
#: bzrlib/builtins.py:4911
3111
#: bzrlib/builtins.py:4909
3118
3112
msgid "Reverse the order of revisions."
3121
3115
# help of 'mine-only' option of 'missing' command
3122
#: bzrlib/builtins.py:4913
3116
#: bzrlib/builtins.py:4911
3123
3117
msgid "Display changes in the local branch only."
3126
3120
# help of 'this' option of 'missing' command
3127
#: bzrlib/builtins.py:4914
3121
#: bzrlib/builtins.py:4912
3128
3122
msgid "Same as --mine-only."
3131
3125
# help of 'theirs-only' option of 'missing' command
3132
#: bzrlib/builtins.py:4916
3126
#: bzrlib/builtins.py:4914
3133
3127
msgid "Display changes in the remote branch only."
3136
3130
# help of 'other' option of 'missing' command
3137
#: bzrlib/builtins.py:4917
3131
#: bzrlib/builtins.py:4915
3138
3132
msgid "Same as --theirs-only."
3141
3135
# help of 'revision' option of 'missing' command
3142
#: bzrlib/builtins.py:4922
3136
#: bzrlib/builtins.py:4920
3144
3138
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3148
3142
# help of 'my-revision' option of 'missing' command
3149
#: bzrlib/builtins.py:4926
3143
#: bzrlib/builtins.py:4924
3151
3145
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3155
3149
# help of 'include-merged' option of 'missing' command
3156
#: bzrlib/builtins.py:4929
3150
#: bzrlib/builtins.py:4927
3157
3151
msgid "Show all revisions in addition to the mainline ones."
3160
#: bzrlib/builtins.py:4983
3154
#: bzrlib/builtins.py:4981
3161
3155
msgid "No peer location known or specified."
3164
#: bzrlib/builtins.py:4987
3158
#: bzrlib/builtins.py:4985
3165
3159
msgid "Using saved parent location: {0}\n"
3168
#: bzrlib/builtins.py:5020
3162
#: bzrlib/builtins.py:5018
3169
3163
#, python-format
3170
3164
msgid "You have %d extra revision:\n"
3171
3165
msgid_plural "You have %d extra revisions:\n"
3175
#: bzrlib/builtins.py:5040
3169
#: bzrlib/builtins.py:5038
3176
3170
#, python-format
3177
3171
msgid "You are missing %d revision:\n"
3178
3172
msgid_plural "You are missing %d revisions:\n"
3182
#: bzrlib/builtins.py:5055
3176
#: bzrlib/builtins.py:5053
3183
3177
msgid "This branch has no new revisions.\n"
3186
#: bzrlib/builtins.py:5058
3180
#: bzrlib/builtins.py:5056
3187
3181
msgid "Other branch has no new revisions.\n"
3190
#: bzrlib/builtins.py:5063
3184
#: bzrlib/builtins.py:5061
3191
3185
msgid "Branches are up to date.\n"
3188
#: bzrlib/builtins.py:5072
3189
msgid "Compress the data within a repository."
3194
3192
#: bzrlib/builtins.py:5074
3195
msgid "Compress the data within a repository."
3198
#: bzrlib/builtins.py:5076
3200
3194
"This operation compresses the data within a bazaar repository. As\n"
3201
3195
"bazaar supports automatic packing of repository, this operation is\n"
3202
3196
"normally not required to be done manually."
3205
#: bzrlib/builtins.py:5080
3199
#: bzrlib/builtins.py:5078
3207
3201
"During the pack operation, bazaar takes a backup of existing repository\n"
3208
3202
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3255
3249
"plugins using the Python programming language."
3258
#: bzrlib/builtins.py:5138
3252
#: bzrlib/builtins.py:5136
3259
3253
msgid "Show testament (signing-form) of a revision."
3262
3256
# help of 'long' option of 'testament' command
3263
#: bzrlib/builtins.py:5141
3257
#: bzrlib/builtins.py:5139
3264
3258
msgid "Produce long-format testament."
3267
3261
# help of 'strict' option of 'testament' command
3268
#: bzrlib/builtins.py:5143
3262
#: bzrlib/builtins.py:5141
3269
3263
msgid "Produce a strict-format testament."
3272
#: bzrlib/builtins.py:5169
3266
#: bzrlib/builtins.py:5168
3273
3267
msgid "Show the origin of each line in a file."
3276
#: bzrlib/builtins.py:5171
3270
#: bzrlib/builtins.py:5170
3278
3272
"This prints out the given file with an annotation on the left side\n"
3279
3273
"indicating which revision, author and date introduced the change."
3282
#: bzrlib/builtins.py:5174
3276
#: bzrlib/builtins.py:5173
3284
3278
"If the origin is the same for a run of consecutive lines, it is\n"
3285
3279
"shown only at the top, unless the --all option is given."
3288
3282
# help of 'all' option of 'annotate' command
3289
#: bzrlib/builtins.py:5182
3283
#: bzrlib/builtins.py:5181
3290
3284
msgid "Show annotations on all lines."
3293
3287
# help of 'long' option of 'annotate' command
3294
#: bzrlib/builtins.py:5183
3288
#: bzrlib/builtins.py:5182
3295
3289
msgid "Show commit date in annotations."
3298
#: bzrlib/builtins.py:5270
3292
#: bzrlib/builtins.py:5269
3299
3293
msgid "Cannot sign a range of non-revision-history revisions"
3302
#: bzrlib/builtins.py:5282
3296
#: bzrlib/builtins.py:5281
3303
3297
msgid "Please supply either one revision, or a range."
3306
#: bzrlib/builtins.py:5286
3300
#: bzrlib/builtins.py:5285
3308
3302
"Convert the current branch into a checkout of the supplied branch.\n"
3309
3303
"If no branch is supplied, rebind to the last bound location."
3312
#: bzrlib/builtins.py:5289
3306
#: bzrlib/builtins.py:5288
3314
3308
"Once converted into a checkout, commits must succeed on the master branch\n"
3315
3309
"before they will be applied to the local branch."
3318
#: bzrlib/builtins.py:5292
3312
#: bzrlib/builtins.py:5291
3320
3314
"Bound branches use the nickname of its master branch unless it is set\n"
3321
3315
"locally, in which case binding will update the local nickname to be\n"
3322
3316
"that of the master."
3325
#: bzrlib/builtins.py:5307
3319
#: bzrlib/builtins.py:5306
3326
3320
msgid "No location supplied. This format does not remember old locations."
3329
#: bzrlib/builtins.py:5313
3323
#: bzrlib/builtins.py:5312
3330
3324
msgid "Branch is already bound"
3333
#: bzrlib/builtins.py:5316
3327
#: bzrlib/builtins.py:5315
3334
3328
msgid "No location supplied and no previous location known"
3337
#: bzrlib/builtins.py:5322
3331
#: bzrlib/builtins.py:5321
3338
3332
msgid "These branches have diverged. Try merging, and then bind again."
3341
#: bzrlib/builtins.py:5329
3335
#: bzrlib/builtins.py:5328
3342
3336
msgid "Convert the current checkout into a regular branch."
3345
#: bzrlib/builtins.py:5331
3339
#: bzrlib/builtins.py:5330
3347
3341
"After unbinding, the local branch is considered independent and subsequent\n"
3348
3342
"commits will be local only."
3351
#: bzrlib/builtins.py:5342
3345
#: bzrlib/builtins.py:5341
3352
3346
msgid "Local branch is not bound"
3355
#: bzrlib/builtins.py:5346
3349
#: bzrlib/builtins.py:5345
3356
3350
msgid "Remove the last committed revision."
3359
#: bzrlib/builtins.py:5348
3353
#: bzrlib/builtins.py:5347
3361
3355
"--verbose will print out what is being removed.\n"
3362
3356
"--dry-run will go through all the motions, but not actually\n"
3363
3357
"remove anything."
3366
#: bzrlib/builtins.py:5352
3360
#: bzrlib/builtins.py:5351
3368
3362
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3369
3363
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3370
3364
"branch at revision 15."
3373
#: bzrlib/builtins.py:5356
3367
#: bzrlib/builtins.py:5355
3375
3369
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3376
3370
"it may make is to restore any pending merges that were present before\n"
3380
3374
# help of 'dry-run' option of 'uncommit' command
3381
#: bzrlib/builtins.py:5367
3375
#: bzrlib/builtins.py:5366
3382
3376
msgid "Don't actually make changes."
3385
3379
# help of 'force' option of 'uncommit' command
3386
#: bzrlib/builtins.py:5368
3380
#: bzrlib/builtins.py:5367
3387
3381
msgid "Say yes to all questions."
3390
3384
# help of 'keep-tags' option of 'uncommit' command
3391
#: bzrlib/builtins.py:5370
3385
#: bzrlib/builtins.py:5369
3392
3386
msgid "Keep tags that point to removed revisions."
3395
3389
# help of 'local' option of 'uncommit' command
3396
#: bzrlib/builtins.py:5372
3390
#: bzrlib/builtins.py:5371
3397
3391
msgid "Only remove the commits from the local branch when in a checkout."
3400
#: bzrlib/builtins.py:5421
3394
#: bzrlib/builtins.py:5420
3401
3395
msgid "No revisions to uncommit.\n"
3404
#: bzrlib/builtins.py:5436
3398
#: bzrlib/builtins.py:5435
3405
3399
msgid "Dry-run, pretending to remove the above revisions.\n"
3408
#: bzrlib/builtins.py:5439
3402
#: bzrlib/builtins.py:5438
3409
3403
msgid "The above revision(s) will be removed.\n"
3412
#: bzrlib/builtins.py:5443
3406
#: bzrlib/builtins.py:5442
3413
3407
msgid "Uncommit these revisions"
3416
#: bzrlib/builtins.py:5446
3410
#: bzrlib/builtins.py:5445
3417
3411
msgid "Canceled\n"
3420
#: bzrlib/builtins.py:5453
3414
#: bzrlib/builtins.py:5452
3421
3415
#, python-format
3423
3417
"You can restore the old tip by running:\n"
3424
3418
" bzr pull . -r revid:%s\n"
3427
#: bzrlib/builtins.py:5458
3421
#: bzrlib/builtins.py:5457
3428
3422
msgid "Break a dead lock."
3431
#: bzrlib/builtins.py:5460
3425
#: bzrlib/builtins.py:5459
3433
3427
"This command breaks a lock on a repository, branch, working directory or\n"
3437
#: bzrlib/builtins.py:5463
3431
#: bzrlib/builtins.py:5462
3439
3433
"CAUTION: Locks should only be broken when you are sure that the process\n"
3440
3434
"holding the lock has been stopped."
3443
#: bzrlib/builtins.py:5466
3437
#: bzrlib/builtins.py:5465
3445
3439
"You can get information on what locks are open via the 'bzr info\n"
3446
3440
"[location]' command."
3449
#: bzrlib/builtins.py:5469
3443
#: bzrlib/builtins.py:5468
3452
3446
" bzr break-lock\n"
3457
3451
# help of 'config' option of 'break-lock' command
3458
#: bzrlib/builtins.py:5478
3452
#: bzrlib/builtins.py:5477
3459
3453
msgid "LOCATION is the directory where the config lock is."
3462
3456
# help of 'force' option of 'break-lock' command
3463
#: bzrlib/builtins.py:5480
3457
#: bzrlib/builtins.py:5479
3464
3458
msgid "Do not ask for confirmation before breaking the lock."
3467
3461
# help of 'protocol=bzr' option of 'serve' command
3462
#: bzrlib/builtins.py:5514
3463
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3468
3466
#: bzrlib/builtins.py:5515
3469
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3472
#: bzrlib/builtins.py:5516
3473
3467
msgid "Run the bzr server."
3476
3470
# help of 'inet' option of 'serve' command
3477
#: bzrlib/builtins.py:5522
3471
#: bzrlib/builtins.py:5521
3478
3472
msgid "Serve on stdin/out for use from inetd or sshd."
3481
3475
# title of 'protocol' option of 'serve' command
3482
#: bzrlib/builtins.py:5523
3476
#: bzrlib/builtins.py:5522
3483
3477
msgid "protocol"
3486
3480
# help of 'protocol' option of 'serve' command
3487
#: bzrlib/builtins.py:5524
3481
#: bzrlib/builtins.py:5523
3488
3482
msgid "Protocol to serve."
3491
3485
# help of 'listen' option of 'serve' command
3492
#: bzrlib/builtins.py:5528
3486
#: bzrlib/builtins.py:5527
3493
3487
msgid "Listen for connections on nominated address."
3496
3490
# help of 'port' option of 'serve' command
3497
#: bzrlib/builtins.py:5530
3491
#: bzrlib/builtins.py:5529
3499
3493
"Listen for connections on nominated port. Passing 0 as the port number will "
3500
3494
"result in a dynamically allocated port. The default port depends on the "
3519
3513
# help of 'client-timeout' option of 'serve' command
3520
#: bzrlib/builtins.py:5546
3514
#: bzrlib/builtins.py:5545
3521
3515
msgid "Override the default idle client timeout (5min)."
3524
#: bzrlib/builtins.py:5564
3518
#: bzrlib/builtins.py:5563
3525
3519
msgid "Combine a tree into its containing tree."
3528
#: bzrlib/builtins.py:5566
3522
#: bzrlib/builtins.py:5565
3529
3523
msgid "This command requires the target tree to be in a rich-root format."
3532
#: bzrlib/builtins.py:5568
3526
#: bzrlib/builtins.py:5567
3534
3528
"The TREE argument should be an independent tree, inside another tree, but\n"
3535
3529
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3536
3530
"running \"bzr branch\" with the target inside a tree.)"
3539
#: bzrlib/builtins.py:5572
3533
#: bzrlib/builtins.py:5571
3541
3535
"The result is a combined tree, with the subtree no longer an independent\n"
3542
3536
"part. This is marked as a merge of the subtree into the containing tree,\n"
3543
3537
"and all history is preserved."
3546
#: bzrlib/builtins.py:5590
3540
#: bzrlib/builtins.py:5589
3547
3541
#, python-format
3549
3543
"Can't join trees because %s doesn't support rich root data.\n"
3550
3544
"You can use bzr upgrade on the repository."
3553
#: bzrlib/builtins.py:5600 bzrlib/builtins.py:5606
3547
#: bzrlib/builtins.py:5599 bzrlib/builtins.py:5605
3554
3548
msgid "Cannot join {0}. {1}"
3557
#: bzrlib/builtins.py:5610
3551
#: bzrlib/builtins.py:5609
3558
3552
msgid "Split a subdirectory of a tree into a separate tree."
3561
#: bzrlib/builtins.py:5612
3555
#: bzrlib/builtins.py:5611
3563
3557
"This command will produce a target tree in a format that supports\n"
3564
3558
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3565
3559
"converted into earlier formats like 'dirstate-tags'."
3568
#: bzrlib/builtins.py:5616
3562
#: bzrlib/builtins.py:5615
3570
3564
"The TREE argument should be a subdirectory of a working tree. That\n"
3571
3565
"subdirectory will be converted into an independent tree, with its own\n"
3572
3566
"branch. Commits in the top-level tree will not apply to the new subtree."
3575
#: bzrlib/builtins.py:5696
3569
#: bzrlib/builtins.py:5695
3576
3570
msgid "No submit branch specified or known"
3579
#: bzrlib/builtins.py:5705 bzrlib/send.py:109
3573
#: bzrlib/builtins.py:5704 bzrlib/send.py:109
3580
3574
msgid "No public branch specified or known"
3583
#: bzrlib/builtins.py:5710
3577
#: bzrlib/builtins.py:5709
3584
3578
msgid "bzr merge-directive takes at most two one revision identifiers"
3587
#: bzrlib/builtins.py:5719
3581
#: bzrlib/builtins.py:5718
3588
3582
msgid "No revisions to bundle."
3591
#: bzrlib/builtins.py:5738
3585
#: bzrlib/builtins.py:5737
3592
3586
msgid "Mail or create a merge-directive for submitting changes."
3595
#: bzrlib/builtins.py:5740
3589
#: bzrlib/builtins.py:5739
3596
3590
msgid "A merge directive provides many things needed for requesting merges:"
3599
#: bzrlib/builtins.py:5742
3593
#: bzrlib/builtins.py:5741
3600
3594
msgid "* A machine-readable description of the merge to perform"
3603
#: bzrlib/builtins.py:5744
3597
#: bzrlib/builtins.py:5743
3604
3598
msgid "* An optional patch that is a preview of the changes requested"
3607
#: bzrlib/builtins.py:5746
3601
#: bzrlib/builtins.py:5745
3609
3603
"* An optional bundle of revision data, so that the changes can be applied\n"
3610
3604
" directly from the merge directive, without retrieving data from a\n"
3614
#: bzrlib/builtins.py:5750
3608
#: bzrlib/builtins.py:5749
3616
3610
"`bzr send` creates a compact data set that, when applied using bzr\n"
3617
3611
"merge, has the same effect as merging from the source branch. "
3620
#: bzrlib/builtins.py:5753
3614
#: bzrlib/builtins.py:5752
3622
3616
"By default the merge directive is self-contained and can be applied to any\n"
3623
3617
"branch containing submit_branch in its ancestory without needing access to\n"
3624
3618
"the source branch."
3627
#: bzrlib/builtins.py:5757
3621
#: bzrlib/builtins.py:5756
3629
3623
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3630
3624
"revisions, but only a structured request to merge from the\n"
3719
3713
# help of 'output' option of 'send' command
3720
#: bzrlib/builtins.py:5832
3714
#: bzrlib/builtins.py:5831
3721
3715
msgid "Write merge directive to this file or directory; use - for stdout."
3724
3718
# help of 'strict' option of 'send' command
3725
#: bzrlib/builtins.py:5836
3719
#: bzrlib/builtins.py:5835
3727
3721
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3728
3722
"strict disables the check."
3731
3725
# help of 'mail-to' option of 'send' command
3732
#: bzrlib/builtins.py:5838
3726
#: bzrlib/builtins.py:5837
3733
3727
msgid "Mail the request to this address."
3736
3730
# help of 'body' option of 'send' command
3737
#: bzrlib/builtins.py:5842
3731
#: bzrlib/builtins.py:5841
3738
3732
msgid "Body for the email."
3741
3735
# help of 'no-bundle' option of 'send' command
3742
#: bzrlib/builtins.py:5895
3736
#: bzrlib/builtins.py:5894
3743
3737
msgid "Do not include a bundle in the merge directive."
3746
3740
# help of 'no-patch' option of 'send' command
3747
#: bzrlib/builtins.py:5896
3741
#: bzrlib/builtins.py:5895
3748
3742
msgid "Do not include a preview patch in the merge directive."
3751
3745
# help of 'remember' option of 'send' command
3752
#: bzrlib/builtins.py:5899
3746
#: bzrlib/builtins.py:5898
3753
3747
msgid "Remember submit and public branch."
3756
3750
# help of 'from' option of 'send' command
3757
#: bzrlib/builtins.py:5901
3751
#: bzrlib/builtins.py:5900
3759
3753
"Branch to generate the submission from, rather than the one containing the "
3760
3754
"working directory."
3763
3757
# title of 'format' option of 'send' command
3764
3758
# title of 'format' option of 'version-info' command
3765
#: bzrlib/builtins.py:5911 bzrlib/cmd_version_info.py:76
3759
#: bzrlib/builtins.py:5910 bzrlib/cmd_version_info.py:76
3769
3763
# help of 'format' option of 'send' command
3770
#: bzrlib/builtins.py:5912
3764
#: bzrlib/builtins.py:5911
3771
3765
msgid "Use the specified output format."
3774
#: bzrlib/builtins.py:5934
3768
#: bzrlib/builtins.py:5933
3775
3769
msgid "Create, remove or modify a tag naming a revision."
3778
#: bzrlib/builtins.py:5936
3772
#: bzrlib/builtins.py:5935
3780
3774
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3781
3775
"(--revision) option can be given -rtag:X, where X is any previously\n"
3785
#: bzrlib/builtins.py:5940
3779
#: bzrlib/builtins.py:5939
3787
3781
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3788
3782
"along when you branch, push, pull or merge."
3791
#: bzrlib/builtins.py:5943
3785
#: bzrlib/builtins.py:5942
3793
3787
"It is an error to give a tag name that already exists unless you pass\n"
3794
3788
"--force, in which case the tag is moved to point to the new revision."
3797
#: bzrlib/builtins.py:5946
3791
#: bzrlib/builtins.py:5945
3799
3793
"To rename a tag (change the name but keep it on the same revsion), run "
3801
3795
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3804
#: bzrlib/builtins.py:5949
3798
#: bzrlib/builtins.py:5948
3806
3800
"If no tag name is specified it will be determined through the \n"
3807
3801
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3812
3806
# help of 'delete' option of 'tag' command
3813
#: bzrlib/builtins.py:5959
3807
#: bzrlib/builtins.py:5958
3814
3808
msgid "Delete this tag rather than placing it."
3817
3811
# help of 'directory' option of 'tag' command
3818
#: bzrlib/builtins.py:5962
3812
#: bzrlib/builtins.py:5961
3819
3813
msgid "Branch in which to place the tag."
3822
3816
# help of 'force' option of 'tag' command
3823
#: bzrlib/builtins.py:5964
3817
#: bzrlib/builtins.py:5963
3824
3818
msgid "Replace existing tags."
3827
#: bzrlib/builtins.py:5979
3821
#: bzrlib/builtins.py:5978
3828
3822
msgid "No tag specified to delete."
3831
#: bzrlib/builtins.py:5981
3825
#: bzrlib/builtins.py:5980
3832
3826
#, python-format
3833
3827
msgid "Deleted tag %s."
3836
#: bzrlib/builtins.py:5995
3830
#: bzrlib/builtins.py:5985
3831
msgid "Tags can only be placed on a single revision, not on a range"
3834
#: bzrlib/builtins.py:5994
3837
3835
msgid "Please specify a tag name."
3840
#: bzrlib/builtins.py:6003
3838
#: bzrlib/builtins.py:6002
3841
3839
#, python-format
3842
3840
msgid "Tag %s already exists for that revision."
3845
#: bzrlib/builtins.py:6007
3843
#: bzrlib/builtins.py:6006
3846
3844
#, python-format
3847
3845
msgid "Created tag %s."
3850
#: bzrlib/builtins.py:6009
3848
#: bzrlib/builtins.py:6008
3851
3849
#, python-format
3852
3850
msgid "Updated tag %s."
3855
#: bzrlib/builtins.py:6013
3853
#: bzrlib/builtins.py:6012
3856
3854
msgid "List tags."
3859
#: bzrlib/builtins.py:6015
3857
#: bzrlib/builtins.py:6014
3861
3859
"This command shows a table of tag names and the revisions they reference."
3864
3862
# help of 'directory' option of 'tags' command
3865
#: bzrlib/builtins.py:6021
3863
#: bzrlib/builtins.py:6020
3866
3864
msgid "Branch whose tags should be displayed."
3869
3867
# help of 'sort' option of 'tags' command
3870
#: bzrlib/builtins.py:6023
3868
#: bzrlib/builtins.py:6022
3871
3869
msgid "Sort tags by different criteria."
3874
3872
# title of 'sort' option of 'tags' command
3875
#: bzrlib/builtins.py:6023
3873
#: bzrlib/builtins.py:6022
3876
3874
msgid "Sorting"
3879
#: bzrlib/builtins.py:6092
3877
#: bzrlib/builtins.py:6091
3880
3878
msgid "Reconfigure the type of a bzr directory."
3883
#: bzrlib/builtins.py:6094
3881
#: bzrlib/builtins.py:6093
3884
3882
msgid "A target configuration must be specified."
3887
#: bzrlib/builtins.py:6096
3885
#: bzrlib/builtins.py:6095
3889
3887
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3890
3888
"The order of preference is\n"
3898
3896
# title of 'tree_type' option of 'reconfigure' command
3899
#: bzrlib/builtins.py:6110
3897
#: bzrlib/builtins.py:6109
3900
3898
msgid "Tree type"
3903
3901
# help of 'tree_type' option of 'reconfigure' command
3904
#: bzrlib/builtins.py:6111
3902
#: bzrlib/builtins.py:6110
3905
3903
msgid "The relation between branch and tree."
3908
3906
# help of 'tree_type=branch' option of 'reconfigure' command
3909
#: bzrlib/builtins.py:6113
3907
#: bzrlib/builtins.py:6112
3910
3908
msgid "Reconfigure to be an unbound branch with no working tree."
3913
3911
# help of 'tree_type=tree' option of 'reconfigure' command
3914
#: bzrlib/builtins.py:6114
3912
#: bzrlib/builtins.py:6113
3915
3913
msgid "Reconfigure to be an unbound branch with a working tree."
3918
3916
# help of 'tree_type=checkout' option of 'reconfigure' command
3919
#: bzrlib/builtins.py:6115
3917
#: bzrlib/builtins.py:6114
3920
3918
msgid "Reconfigure to be a bound branch with a working tree."
3923
3921
# help of 'tree_type=lightweight-checkout' option of 'reconfigure' command
3924
#: bzrlib/builtins.py:6116
3922
#: bzrlib/builtins.py:6115
3925
3923
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3928
3926
# title of 'repository_type' option of 'reconfigure' command
3929
#: bzrlib/builtins.py:6121
3927
#: bzrlib/builtins.py:6120
3930
3928
msgid "Repository type"
3933
3931
# help of 'repository_type' option of 'reconfigure' command
3934
#: bzrlib/builtins.py:6122
3932
#: bzrlib/builtins.py:6121
3935
3933
msgid "Location fo the repository."
3938
3936
# help of 'repository_type=standalone' option of 'reconfigure' command
3939
#: bzrlib/builtins.py:6124
3937
#: bzrlib/builtins.py:6123
3941
3939
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3944
3942
# help of 'repository_type=use-shared' option of 'reconfigure' command
3945
#: bzrlib/builtins.py:6126
3943
#: bzrlib/builtins.py:6125
3946
3944
msgid "Reconfigure to use a shared repository."
3949
3947
# title of 'repository_trees' option of 'reconfigure' command
3950
#: bzrlib/builtins.py:6130
3948
#: bzrlib/builtins.py:6129
3951
3949
msgid "Trees in Repository"
3954
3952
# help of 'repository_trees' option of 'reconfigure' command
3955
#: bzrlib/builtins.py:6131
3953
#: bzrlib/builtins.py:6130
3956
3954
msgid "Whether new branches in the repository have trees."
3959
3957
# help of 'repository_trees=with-trees' option of 'reconfigure' command
3960
#: bzrlib/builtins.py:6133
3958
#: bzrlib/builtins.py:6132
3961
3959
msgid "Reconfigure repository to create working trees on branches by default."
3964
3962
# help of 'repository_trees=with-no-trees' option of 'reconfigure' command
3965
#: bzrlib/builtins.py:6135
3963
#: bzrlib/builtins.py:6134
3967
3965
"Reconfigure repository to not create working trees on branches by default."
3970
3968
# help of 'bind-to' option of 'reconfigure' command
3971
#: bzrlib/builtins.py:6138
3969
#: bzrlib/builtins.py:6137
3972
3970
msgid "Branch to bind checkout to."
3975
3973
# help of 'force' option of 'reconfigure' command
3976
#: bzrlib/builtins.py:6140
3974
#: bzrlib/builtins.py:6139
3977
3975
msgid "Perform reconfiguration even if local changes will be lost."
3980
3978
# help of 'stacked-on' option of 'reconfigure' command
3981
#: bzrlib/builtins.py:6143
3979
#: bzrlib/builtins.py:6142
3982
3980
msgid "Reconfigure a branch to be stacked on another branch."
3985
3983
# help of 'unstacked' option of 'reconfigure' command
3986
#: bzrlib/builtins.py:6147
3984
#: bzrlib/builtins.py:6146
3988
3986
"Reconfigure a branch to be unstacked. This may require copying substantial "
3989
3987
"data into it."
3992
#: bzrlib/builtins.py:6157
3990
#: bzrlib/builtins.py:6156
3993
3991
msgid "Can't use both --stacked-on and --unstacked"
3996
#: bzrlib/builtins.py:6171
3994
#: bzrlib/builtins.py:6170
3997
3995
msgid "No target configuration specified"
4000
#: bzrlib/builtins.py:6206
3998
#: bzrlib/builtins.py:6205
4001
3999
msgid "Set the branch of a checkout and update."
4004
#: bzrlib/builtins.py:6208
4002
#: bzrlib/builtins.py:6207
4006
4004
"For lightweight checkouts, this changes the branch being referenced.\n"
4007
4005
"For heavyweight checkouts, this checks that there are no local commits\n"
4082
4085
"want to switch back to your view after that."
4085
#: bzrlib/builtins.py:6305
4088
#: bzrlib/builtins.py:6308
4088
4091
" To define the current view::"
4091
#: bzrlib/builtins.py:6308
4094
#: bzrlib/builtins.py:6311
4092
4095
msgid " bzr view file1 dir1 ..."
4095
#: bzrlib/builtins.py:6310
4098
#: bzrlib/builtins.py:6313
4096
4099
msgid " To list the current view::"
4099
#: bzrlib/builtins.py:6312
4102
#: bzrlib/builtins.py:6315
4100
4103
msgid " bzr view"
4103
#: bzrlib/builtins.py:6314
4106
#: bzrlib/builtins.py:6317
4104
4107
msgid " To delete the current view::"
4107
#: bzrlib/builtins.py:6316
4110
#: bzrlib/builtins.py:6319
4108
4111
msgid " bzr view --delete"
4111
#: bzrlib/builtins.py:6318
4114
#: bzrlib/builtins.py:6321
4112
4115
msgid " To disable the current view without deleting it::"
4115
#: bzrlib/builtins.py:6320
4118
#: bzrlib/builtins.py:6323
4116
4119
msgid " bzr view --switch off"
4119
#: bzrlib/builtins.py:6322
4122
#: bzrlib/builtins.py:6325
4120
4123
msgid " To define a named view and switch to it::"
4123
#: bzrlib/builtins.py:6324
4126
#: bzrlib/builtins.py:6327
4124
4127
msgid " bzr view --name view-name file1 dir1 ..."
4127
#: bzrlib/builtins.py:6326
4130
#: bzrlib/builtins.py:6329
4128
4131
msgid " To list a named view::"
4131
#: bzrlib/builtins.py:6328
4134
#: bzrlib/builtins.py:6331
4132
4135
msgid " bzr view --name view-name"
4135
#: bzrlib/builtins.py:6330
4138
#: bzrlib/builtins.py:6333
4136
4139
msgid " To delete a named view::"
4139
#: bzrlib/builtins.py:6332
4142
#: bzrlib/builtins.py:6335
4140
4143
msgid " bzr view --name view-name --delete"
4143
#: bzrlib/builtins.py:6334
4146
#: bzrlib/builtins.py:6337
4144
4147
msgid " To switch to a named view::"
4147
#: bzrlib/builtins.py:6336
4150
#: bzrlib/builtins.py:6339
4148
4151
msgid " bzr view --switch view-name"
4151
#: bzrlib/builtins.py:6338
4154
#: bzrlib/builtins.py:6341
4152
4155
msgid " To list all views defined::"
4155
#: bzrlib/builtins.py:6340
4158
#: bzrlib/builtins.py:6343
4156
4159
msgid " bzr view --all"
4159
#: bzrlib/builtins.py:6342
4162
#: bzrlib/builtins.py:6345
4160
4163
msgid " To delete all views::"
4163
#: bzrlib/builtins.py:6344
4166
#: bzrlib/builtins.py:6347
4164
4167
msgid " bzr view --delete --all"
4167
4170
# help of 'all' option of 'view' command
4168
#: bzrlib/builtins.py:6351
4171
#: bzrlib/builtins.py:6354
4169
4172
msgid "Apply list or delete action to all views."
4172
4175
# help of 'delete' option of 'view' command
4173
#: bzrlib/builtins.py:6354
4176
#: bzrlib/builtins.py:6357
4174
4177
msgid "Delete the view."
4177
4180
# help of 'name' option of 'view' command
4178
#: bzrlib/builtins.py:6357
4181
#: bzrlib/builtins.py:6360
4179
4182
msgid "Name of the view to define, list or delete."
4182
4185
# help of 'switch' option of 'view' command
4183
#: bzrlib/builtins.py:6361
4186
#: bzrlib/builtins.py:6364
4184
4187
msgid "Name of the view to switch to."
4187
#: bzrlib/builtins.py:6380
4190
#: bzrlib/builtins.py:6383
4188
4191
msgid "Both --delete and a file list specified"
4191
#: bzrlib/builtins.py:6383
4194
#: bzrlib/builtins.py:6386
4192
4195
msgid "Both --delete and --switch specified"
4195
#: bzrlib/builtins.py:6386
4198
#: bzrlib/builtins.py:6389
4196
4199
msgid "Deleted all views.\n"
4199
#: bzrlib/builtins.py:6388
4202
#: bzrlib/builtins.py:6391
4200
4203
msgid "No current view to delete"
4203
#: bzrlib/builtins.py:6391
4206
#: bzrlib/builtins.py:6394
4204
4207
#, python-format
4205
4208
msgid "Deleted '%s' view.\n"
4208
#: bzrlib/builtins.py:6395
4211
#: bzrlib/builtins.py:6398
4209
4212
msgid "Both --switch and a file list specified"
4212
#: bzrlib/builtins.py:6398
4215
#: bzrlib/builtins.py:6401
4213
4216
msgid "Both --switch and --all specified"
4216
#: bzrlib/builtins.py:6401
4219
#: bzrlib/builtins.py:6404
4217
4220
msgid "No current view to disable"
4220
#: bzrlib/builtins.py:6403
4223
#: bzrlib/builtins.py:6406
4221
4224
#, python-format
4222
4225
msgid "Disabled '%s' view.\n"
4225
#: bzrlib/builtins.py:6407 bzrlib/builtins.py:6429
4228
#: bzrlib/builtins.py:6410 bzrlib/builtins.py:6432
4226
4229
msgid "Using '{0}' view: {1}\n"
4229
#: bzrlib/builtins.py:6410
4232
#: bzrlib/builtins.py:6413
4230
4233
msgid "Views defined:\n"
4233
#: bzrlib/builtins.py:6419
4236
#: bzrlib/builtins.py:6422
4234
4237
msgid "No views defined.\n"
4237
#: bzrlib/builtins.py:6426
4240
#: bzrlib/builtins.py:6429
4238
4241
msgid "Cannot change the 'off' pseudo view"
4241
#: bzrlib/builtins.py:6434
4244
#: bzrlib/builtins.py:6437
4242
4245
msgid "No current view.\n"
4245
#: bzrlib/builtins.py:6437
4248
#: bzrlib/builtins.py:6440
4246
4249
msgid "'{0}' view is: {1}\n"
4249
#: bzrlib/builtins.py:6457
4252
#: bzrlib/builtins.py:6460
4250
4253
msgid " <no hooks installed>\n"
4253
#: bzrlib/builtins.py:6461
4256
#: bzrlib/builtins.py:6464
4254
4257
msgid "Remove a branch."
4257
#: bzrlib/builtins.py:6463
4260
#: bzrlib/builtins.py:6466
4259
4262
"This will remove the branch from the specified location but \n"
4260
4263
"will keep any working tree or repository in place."
4263
#: bzrlib/builtins.py:6468
4266
#: bzrlib/builtins.py:6471
4264
4267
msgid " Remove the branch at repo/trunk::"
4267
#: bzrlib/builtins.py:6470
4270
#: bzrlib/builtins.py:6473
4268
4271
msgid " bzr remove-branch repo/trunk"
4271
4274
# help of 'force' option of 'remove-branch' command
4272
#: bzrlib/builtins.py:6477
4275
#: bzrlib/builtins.py:6480
4273
4276
msgid "Remove branch even if it is the active branch."
4276
#: bzrlib/builtins.py:6491
4279
#: bzrlib/builtins.py:6494
4277
4280
msgid "Branch is active. Use --force to remove it."
4280
4283
# help of 'writer=plain' option of 'shelve' command
4281
#: bzrlib/builtins.py:6495
4284
#: bzrlib/builtins.py:6498
4282
4285
msgid "Plaintext diff output."
4285
#: bzrlib/builtins.py:6496
4288
#: bzrlib/builtins.py:6499
4286
4289
msgid "Temporarily set aside some changes from the current tree."
4289
#: bzrlib/builtins.py:6498
4292
#: bzrlib/builtins.py:6501
4291
4294
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4292
4295
"ie. out of the way, until a later time when you can bring them back from\n"
4307
4310
"shelve all text changes at once, use shelve --all."
4310
#: bzrlib/builtins.py:6511
4313
#: bzrlib/builtins.py:6514
4312
4315
"If filenames are specified, only the changes to those files will be\n"
4313
4316
"shelved. Other files will be left untouched."
4316
#: bzrlib/builtins.py:6514
4319
#: bzrlib/builtins.py:6517
4318
4321
"If a revision is specified, changes since that revision will be shelved."
4321
#: bzrlib/builtins.py:6516
4324
#: bzrlib/builtins.py:6519
4323
4326
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4324
4327
"restore the most recently shelved changes."
4327
#: bzrlib/builtins.py:6519
4330
#: bzrlib/builtins.py:6522
4329
4332
"For complicated changes, it is possible to edit the changes in a separate\n"
4330
4333
"editor program to decide what the file remaining in the working copy\n"
4331
4334
"should look like. To do this, add the configuration option"
4334
#: bzrlib/builtins.py:6523
4337
#: bzrlib/builtins.py:6526
4335
4338
msgid " change_editor = PROGRAM @new_path @old_path"
4338
#: bzrlib/builtins.py:6525
4341
#: bzrlib/builtins.py:6528
4340
4343
"where @new_path is replaced with the path of the new version of the \n"
4341
4344
"file and @old_path is replaced with the path of the old version of \n"
4347
4350
# help of 'all' option of 'shelve' command
4348
#: bzrlib/builtins.py:6537
4351
#: bzrlib/builtins.py:6540
4349
4352
msgid "Shelve all changes."
4352
4355
# help of 'writer' option of 'shelve' command
4353
#: bzrlib/builtins.py:6539
4356
#: bzrlib/builtins.py:6542
4354
4357
msgid "Method to use for writing diffs."
4357
4360
# title of 'writer' option of 'shelve' command
4358
#: bzrlib/builtins.py:6539
4361
#: bzrlib/builtins.py:6542
4362
4365
# help of 'list' option of 'shelve' command
4363
#: bzrlib/builtins.py:6543
4366
#: bzrlib/builtins.py:6546
4364
4367
msgid "List shelved changes."
4367
4370
# help of 'destroy' option of 'shelve' command
4368
#: bzrlib/builtins.py:6545
4371
#: bzrlib/builtins.py:6548
4369
4372
msgid "Destroy removed changes instead of shelving them."
4372
#: bzrlib/builtins.py:6574
4375
#: bzrlib/builtins.py:6577
4373
4376
msgid "No shelved changes."
4376
#: bzrlib/builtins.py:6585
4379
#: bzrlib/builtins.py:6588
4377
4380
msgid "Restore shelved changes."
4380
#: bzrlib/builtins.py:6587
4383
#: bzrlib/builtins.py:6590
4382
4385
"By default, the most recently shelved changes are restored. However if you\n"
4383
4386
"specify a shelf by id those changes will be restored instead. This works\n"
4387
4390
# help of 'action' option of 'unshelve' command
4388
#: bzrlib/builtins.py:6596
4391
#: bzrlib/builtins.py:6599
4389
4392
msgid "The action to perform."
4392
4395
# title of 'action' option of 'resolve' command
4393
4396
# title of 'action' option of 'unshelve' command
4394
#: bzrlib/builtins.py:6596 bzrlib/conflicts.py:694
4397
#: bzrlib/builtins.py:6599 bzrlib/conflicts.py:694
4398
4401
# help of 'action=apply' option of 'unshelve' command
4399
#: bzrlib/builtins.py:6598
4402
#: bzrlib/builtins.py:6601
4400
4403
msgid "Apply changes and remove from the shelf."
4403
4406
# help of 'action=dry-run' option of 'unshelve' command
4404
#: bzrlib/builtins.py:6599
4407
#: bzrlib/builtins.py:6602
4405
4408
msgid "Show changes, but do not apply or remove them."
4408
4411
# help of 'action=preview' option of 'unshelve' command
4409
#: bzrlib/builtins.py:6600
4412
#: bzrlib/builtins.py:6603
4411
4414
"Instead of unshelving the changes, show the diff that would result from "
4415
4418
# help of 'action=delete-only' option of 'unshelve' command
4416
#: bzrlib/builtins.py:6602
4419
#: bzrlib/builtins.py:6605
4417
4420
msgid "Delete changes without applying them."
4420
4423
# help of 'action=keep' option of 'unshelve' command
4421
#: bzrlib/builtins.py:6603
4424
#: bzrlib/builtins.py:6606
4422
4425
msgid "Apply changes but don't delete them."
4425
#: bzrlib/builtins.py:6618
4428
#: bzrlib/builtins.py:6621
4426
4429
msgid "Remove unwanted files from working tree."
4429
#: bzrlib/builtins.py:6620
4432
#: bzrlib/builtins.py:6623
4431
4434
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4432
4435
"files are never deleted."
4435
#: bzrlib/builtins.py:6623
4438
#: bzrlib/builtins.py:6626
4437
4440
"Another class is 'detritus', which includes files emitted by bzr during\n"
4438
4441
"normal operations and selftests. (The value of these files decreases with\n"
4442
#: bzrlib/builtins.py:6627
4445
#: bzrlib/builtins.py:6630
4444
4447
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4445
4448
"flags are respected, and may be combined."
4448
#: bzrlib/builtins.py:6630
4451
#: bzrlib/builtins.py:6633
4449
4452
msgid "To check what clean-tree will do, use --dry-run."
4452
4455
# help of 'ignored' option of 'clean-tree' command
4453
#: bzrlib/builtins.py:6633
4456
#: bzrlib/builtins.py:6636
4454
4457
msgid "Delete all ignored files."
4457
4460
# help of 'detritus' option of 'clean-tree' command
4458
#: bzrlib/builtins.py:6634
4461
#: bzrlib/builtins.py:6637
4460
4463
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4463
4466
# help of 'unknown' option of 'clean-tree' command
4464
#: bzrlib/builtins.py:6637
4467
#: bzrlib/builtins.py:6640
4465
4468
msgid "Delete files unknown to bzr (default)."
4468
4471
# help of 'dry-run' option of 'clean-tree' command
4469
#: bzrlib/builtins.py:6638
4472
#: bzrlib/builtins.py:6641
4470
4473
msgid "Show files to delete instead of deleting them."
4473
4476
# help of 'force' option of 'clean-tree' command
4474
#: bzrlib/builtins.py:6640
4477
#: bzrlib/builtins.py:6643
4475
4478
msgid "Do not prompt before deleting."
4993
4996
msgid "All commits signed with verifiable keys"
4996
#: bzrlib/config.py:436
4999
#: bzrlib/config.py:438
4997
5000
msgid "Invalid config value for \"{0}\" value {1!r} is not an SI unit."
5000
#: bzrlib/config.py:2452
5003
#: bzrlib/config.py:2468
5001
5004
msgid "{0} is not an SI unit."
5004
#: bzrlib/config.py:2971
5007
#: bzrlib/config.py:2989
5006
5009
"Option {0} in section {1} of {2} was changed from {3} to {4}. The {5} value "
5007
5010
"will be saved."
5010
#: bzrlib/config.py:3116
5013
#: bzrlib/config.py:3134
5011
5014
#, python-format
5012
5015
msgid "Invalid '%s', should be of the form 'name=value'"
5015
#: bzrlib/config.py:4018
5018
#: bzrlib/config.py:4089
5016
5019
msgid "Display, set or remove a configuration option."
5019
#: bzrlib/config.py:4020
5020
msgid "Display the active value for a given option."
5022
#: bzrlib/config.py:4091
5023
msgid "Display the active value for option NAME."
5023
#: bzrlib/config.py:4022
5026
#: bzrlib/config.py:4093
5025
5028
"If --all is specified, NAME is interpreted as a regular expression and all\n"
5026
"matching options are displayed mentioning their scope. The active value\n"
5027
"that bzr will take into account is the first one displayed for each option."
5030
#: bzrlib/config.py:4026
5031
msgid "If no NAME is given, --all .* is implied."
5034
#: bzrlib/config.py:4028
5036
"Setting a value is achieved by using name=value without spaces. The value\n"
5029
"matching options are displayed mentioning their scope and without resolving\n"
5030
"option references in the value). The active value that bzr will take into\n"
5031
"account is the first one displayed for each option."
5034
#: bzrlib/config.py:4098
5036
"If NAME is not given, --all .* is implied (all options are displayed for "
5041
#: bzrlib/config.py:4101
5043
"Setting a value is achieved by using NAME=value without spaces. The value\n"
5037
5044
"is set in the most relevant scope and can be checked by displaying the\n"
5038
5045
"option again."
5048
#: bzrlib/config.py:4105
5049
msgid "Removing a value is achieved by using --remove NAME."
5041
5052
# help of 'scope' option of 'config' command
5042
#: bzrlib/config.py:4040
5053
#: bzrlib/config.py:4115
5043
5054
msgid "Reduce the scope to the specified configuration file."
5046
5057
# help of 'all' option of 'config' command
5047
#: bzrlib/config.py:4044
5058
#: bzrlib/config.py:4119
5048
5059
msgid "Display all the defined values for the matching options."
5051
5062
# help of 'remove' option of 'config' command
5052
#: bzrlib/config.py:4046
5063
#: bzrlib/config.py:4121
5053
5064
msgid "Remove the option from the configuration file."
6208
6219
#: bzrlib/errors.py:2898
6221
"Branch \"%(display_url)s\" does not support storing uncommitted changes."
6224
#: bzrlib/errors.py:2913
6210
6226
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --list)."
6214
#: bzrlib/errors.py:2904
6230
#: bzrlib/errors.py:2919
6215
6231
msgid "Variable {%(name)s} is not available."
6218
#: bzrlib/errors.py:2912
6234
#: bzrlib/errors.py:2927
6219
6235
msgid "No template specified."
6222
#: bzrlib/errors.py:2917
6238
#: bzrlib/errors.py:2932
6223
6239
msgid "Unable to create symlink %(path_str)son this platform"
6226
#: bzrlib/errors.py:2932
6242
#: bzrlib/errors.py:2947
6228
6244
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", \"original"
6229
6245
"\", \"local\"."
6232
#: bzrlib/errors.py:2966
6248
#: bzrlib/errors.py:2981
6234
6250
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6237
#: bzrlib/errors.py:2978
6253
#: bzrlib/errors.py:2993
6238
6254
msgid "The \"%(config_id)s\" configuration does not exist."
6241
#: bzrlib/errors.py:2986
6257
#: bzrlib/errors.py:3001
6242
6258
msgid "The \"%(option_name)s\" configuration option does not exist."
6245
#: bzrlib/errors.py:2994
6261
#: bzrlib/errors.py:3009
6246
6262
msgid "The alias \"%(alias_name)s\" does not exist."
6249
#: bzrlib/errors.py:3008
6265
#: bzrlib/errors.py:3023
6250
6266
msgid "\"%(alias_name)s\" is not a valid location alias."
6253
#: bzrlib/errors.py:3016
6269
#: bzrlib/errors.py:3031
6254
6270
msgid "No %(alias_name)s location assigned."
6257
#: bzrlib/errors.py:3024
6273
#: bzrlib/errors.py:3039
6258
6274
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6261
#: bzrlib/errors.py:3034
6277
#: bzrlib/errors.py:3049
6262
6278
msgid "Unknown rules detected: %(unknowns_str)s."
6265
#: bzrlib/errors.py:3045
6281
#: bzrlib/errors.py:3060
6266
6282
msgid "Tip change rejected: %(msg)s"
6269
#: bzrlib/errors.py:3053
6285
#: bzrlib/errors.py:3068
6270
6286
msgid "Shelf corrupt."
6273
#: bzrlib/errors.py:3058
6289
#: bzrlib/errors.py:3073
6274
6290
msgid "Corruption while decompressing repository file%(orig_error)s"
6277
#: bzrlib/errors.py:3070
6293
#: bzrlib/errors.py:3085
6278
6294
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6281
#: bzrlib/errors.py:3078
6297
#: bzrlib/errors.py:3093
6282
6298
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6285
#: bzrlib/errors.py:3086
6301
#: bzrlib/errors.py:3101
6286
6302
msgid "An attempt to access a url outside the server jail was made: '%(url)s'."
6289
#: bzrlib/errors.py:3094
6305
#: bzrlib/errors.py:3109
6290
6306
msgid "The user aborted the operation."
6293
#: bzrlib/errors.py:3099
6309
#: bzrlib/errors.py:3114
6294
6310
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6297
#: bzrlib/errors.py:3109
6313
#: bzrlib/errors.py:3124
6298
6314
msgid "No such view: %(view_name)s."
6301
#: bzrlib/errors.py:3119
6317
#: bzrlib/errors.py:3134
6303
6319
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6304
6320
"to a later format."
6307
#: bzrlib/errors.py:3128
6323
#: bzrlib/errors.py:3143
6309
6325
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6312
#: bzrlib/errors.py:3195
6328
#: bzrlib/errors.py:3210
6313
6329
msgid "%(bzrdir)r does not support co-located branches."
6316
#: bzrlib/errors.py:3201
6332
#: bzrlib/errors.py:3216
6318
6334
"Unable to determine your name.\n"
6319
6335
"Please, set your name with the 'whoami' command.\n"
6320
6336
"E.g. bzr whoami \"Your Name <name@example.com>\""
6323
#: bzrlib/errors.py:3210
6339
#: bzrlib/errors.py:3225
6324
6340
msgid "Invalid pattern(s) found. %(msg)s"
6327
#: bzrlib/errors.py:3218
6343
#: bzrlib/errors.py:3233
6329
6345
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6330
6346
"unbind` to fix."
6333
#: bzrlib/errors.py:3229
6349
#: bzrlib/errors.py:3244
6334
6350
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6337
#: bzrlib/errors.py:3238
6353
#: bzrlib/errors.py:3253
6338
6354
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6341
#: bzrlib/errors.py:3247
6357
#: bzrlib/errors.py:3262
6343
6359
"No compatible object available for operations from %(source)r to %(target)r."
6346
#: bzrlib/errors.py:3257
6362
#: bzrlib/errors.py:3272
6348
6364
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6349
6365
"%(arguments)s."
6352
#: bzrlib/errors.py:3267
6368
#: bzrlib/errors.py:3282
6354
6370
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6355
6371
"format %(format)r"
6358
#: bzrlib/errors.py:3279
6374
#: bzrlib/errors.py:3294
6360
6376
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6364
#: bzrlib/errors.py:3292
6380
#: bzrlib/errors.py:3307
6365
6381
msgid "Binary files section encountered."
6368
#: bzrlib/errors.py:3300
6384
#: bzrlib/errors.py:3315
6370
6386
"Malformed patch header. %(desc)s\n"
6374
#: bzrlib/errors.py:3309
6390
#: bzrlib/errors.py:3324
6376
6392
"Malformed hunk header. %(desc)s\n"
6380
#: bzrlib/errors.py:3318
6396
#: bzrlib/errors.py:3333
6382
6398
"Malformed line. %(desc)s\n"
6386
#: bzrlib/errors.py:3328
6402
#: bzrlib/errors.py:3343
6388
6404
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6389
6405
"but patch says it should be \"%(patch_line)s\""
6392
#: bzrlib/errors.py:3339
6408
#: bzrlib/errors.py:3354
6393
6409
msgid "The feature %(feature)s has already been registered."
6412
#: bzrlib/errors.py:3362
6414
"Cannot store uncommitted changes because this branch already stores "
6415
"uncommitted changes."
6396
6418
#: bzrlib/export_pot.py:252
6397
6419
#, python-format
6398
6420
msgid "Exporting messages from builtin command: %s"
6793
6815
msgid "Generate only the shell function, don't enable it"
6818
#: bzrlib/plugins/grep/cmds.py:77
6819
msgid "Print lines matching PATTERN for specified files and revisions."
6822
#: bzrlib/plugins/grep/cmds.py:79
6824
"This command searches the specified files and revisions for a given\n"
6825
"pattern. The pattern is specified as a Python regular expressions[1]."
6828
#: bzrlib/plugins/grep/cmds.py:82
6830
"If the file name is not specified, the revisions starting with the\n"
6831
"current directory are searched recursively. If the revision number is\n"
6832
"not specified, the working copy is searched. To search the last committed\n"
6833
"revision, use the '-r -1' or '-r last:1' option."
6836
#: bzrlib/plugins/grep/cmds.py:87
6838
"Unversioned files are not searched unless explicitly specified on the\n"
6839
"command line. Unversioned directores are not searched."
6842
#: bzrlib/plugins/grep/cmds.py:90
6844
"When searching a pattern, the output is shown in the 'filepath:string'\n"
6845
"format. If a revision is explicitly searched, the output is shown as\n"
6846
"'filepath~N:string', where N is the revision number."
6849
#: bzrlib/plugins/grep/cmds.py:94
6851
"--include and --exclude options can be used to search only (or exclude\n"
6852
"from search) files with base name matches the specified Unix style GLOB\n"
6853
"pattern. The GLOB pattern an use *, ?, and [...] as wildcards, and \\\n"
6854
"to quote wildcard or backslash character literally. Note that the glob\n"
6855
"pattern is not a regular expression."
6858
#: bzrlib/plugins/grep/cmds.py:100
6859
msgid "[1] http://docs.python.org/library/re.html#regular-expression-syntax"
6862
# help of 'color' option of 'grep' command
6863
#: bzrlib/plugins/grep/cmds.py:109
6864
msgid "Show match in color. WHEN is never, always or auto."
6867
# help of 'diff' option of 'grep' command
6868
#: bzrlib/plugins/grep/cmds.py:111
6869
msgid "Grep for pattern in changeset for each revision."
6872
# help of 'exclude' option of 'grep' command
6873
#: bzrlib/plugins/grep/cmds.py:113
6874
msgid "Skip files whose base name matches GLOB."
6877
# help of 'include' option of 'grep' command
6878
#: bzrlib/plugins/grep/cmds.py:115
6879
msgid "Search only files whose base name matches GLOB."
6882
# help of 'files-with-matches' option of 'grep' command
6883
#: bzrlib/plugins/grep/cmds.py:117
6884
msgid "Print only the name of each input file in which PATTERN is found."
6887
# help of 'files-without-match' option of 'grep' command
6888
#: bzrlib/plugins/grep/cmds.py:120
6889
msgid "Print only the name of each input file in which PATTERN is not found."
6892
# help of 'fixed-string' option of 'grep' command
6893
#: bzrlib/plugins/grep/cmds.py:123
6894
msgid "Interpret PATTERN is a single fixed string (not regex)."
6897
# help of 'from-root' option of 'grep' command
6898
#: bzrlib/plugins/grep/cmds.py:125
6900
"Search for pattern starting from the root of the branch. (implies --"
6904
# help of 'ignore-case' option of 'grep' command
6905
#: bzrlib/plugins/grep/cmds.py:128
6906
msgid "ignore case distinctions while matching."
6909
# help of 'levels' option of 'grep' command
6910
#: bzrlib/plugins/grep/cmds.py:130
6912
"Number of levels to display - 0 for all, 1 for collapsed (1 is default)."
6915
# help of 'line-number' option of 'grep' command
6916
#: bzrlib/plugins/grep/cmds.py:135
6917
msgid "show 1-based line number."
6920
# help of 'no-recursive' option of 'grep' command
6921
#: bzrlib/plugins/grep/cmds.py:137
6922
msgid "Don't recurse into subdirectories. (default is --recursive)"
6925
# help of 'null' option of 'grep' command
6926
#: bzrlib/plugins/grep/cmds.py:139
6928
"Write an ASCII NUL (\\0) separator between output lines rather than a "
6796
6932
#: bzrlib/plugins/launchpad/account.py:66
6797
6933
msgid "Setting ssh/sftp usernames for launchpad.net."
6800
#: bzrlib/plugins/launchpad/cmds.py:44
6936
#: bzrlib/plugins/launchpad/cmds.py:43
6801
6937
msgid "Register a branch with launchpad.net."
6804
#: bzrlib/plugins/launchpad/cmds.py:46
6940
#: bzrlib/plugins/launchpad/cmds.py:45
6806
6942
"This command lists a bzr branch in the directory of branches on\n"
6807
6943
"launchpad.net. Registration allows the branch to be associated with\n"
6808
6944
"bugs or specifications."
6811
#: bzrlib/plugins/launchpad/cmds.py:50
6947
#: bzrlib/plugins/launchpad/cmds.py:49
6813
6949
"Before using this command you must register the project to which the\n"
6814
6950
"branch belongs, and create an account for yourself on launchpad.net."
6817
#: bzrlib/plugins/launchpad/cmds.py:53
6953
#: bzrlib/plugins/launchpad/cmds.py:52
6820
6956
" public_url: The publicly visible url for the branch to register.\n"
6836
6972
# help of 'project' option of 'register-branch' command
6837
#: bzrlib/plugins/launchpad/cmds.py:69
6973
#: bzrlib/plugins/launchpad/cmds.py:68
6838
6974
msgid "Launchpad project short name to associate with the branch."
6841
6977
# help of 'branch-name' option of 'register-branch' command
6842
#: bzrlib/plugins/launchpad/cmds.py:76
6978
#: bzrlib/plugins/launchpad/cmds.py:75
6844
6980
"Short name for the branch; by default taken from the last component of the "
6848
6984
# help of 'branch-title' option of 'register-branch' command
6849
#: bzrlib/plugins/launchpad/cmds.py:80
6985
#: bzrlib/plugins/launchpad/cmds.py:79
6850
6986
msgid "One-sentence description of the branch."
6853
6989
# help of 'branch-description' option of 'register-branch' command
6854
#: bzrlib/plugins/launchpad/cmds.py:83
6990
#: bzrlib/plugins/launchpad/cmds.py:82
6855
6991
msgid "Longer description of the purpose or contents of the branch."
6858
6994
# help of 'author' option of 'register-branch' command
6859
#: bzrlib/plugins/launchpad/cmds.py:86
6995
#: bzrlib/plugins/launchpad/cmds.py:85
6860
6996
msgid "Branch author's email address, if not yourself."
6863
6999
# help of 'link-bug' option of 'register-branch' command
6864
#: bzrlib/plugins/launchpad/cmds.py:89
7000
#: bzrlib/plugins/launchpad/cmds.py:88
6865
7001
msgid "The bug this branch fixes."
6868
7004
# help of 'dry-run' option of 'register-branch' command
6869
#: bzrlib/plugins/launchpad/cmds.py:92
7005
#: bzrlib/plugins/launchpad/cmds.py:91
6870
7006
msgid "Prepare the request but don't actually send it."
6873
#: bzrlib/plugins/launchpad/cmds.py:114
7009
#: bzrlib/plugins/launchpad/cmds.py:113
6875
7011
"register-branch requires a public branch url - see bzr help register-branch."
6878
#: bzrlib/plugins/launchpad/cmds.py:122
7014
#: bzrlib/plugins/launchpad/cmds.py:121
6879
7015
msgid "--product is deprecated; please use --project."
6882
#: bzrlib/plugins/launchpad/cmds.py:152
7018
#: bzrlib/plugins/launchpad/cmds.py:151
6883
7019
msgid "Open a Launchpad branch page in your web browser."
6886
7022
# help of 'dry-run' option of 'launchpad-open' command
6887
#: bzrlib/plugins/launchpad/cmds.py:157
7023
#: bzrlib/plugins/launchpad/cmds.py:156
6888
7024
msgid "Do not actually open the browser. Just say the URL we would use."
6891
#: bzrlib/plugins/launchpad/cmds.py:192
7027
#: bzrlib/plugins/launchpad/cmds.py:191
6892
7028
#, python-format
6893
7029
msgid "Opening %s in web browser"
6896
#: bzrlib/plugins/launchpad/cmds.py:200
7032
#: bzrlib/plugins/launchpad/cmds.py:199
6897
7033
msgid "Show or set the Launchpad user ID."
6900
#: bzrlib/plugins/launchpad/cmds.py:202
7036
#: bzrlib/plugins/launchpad/cmds.py:201
6902
7038
"When communicating with Launchpad, some commands need to know your\n"
6903
7039
"Launchpad user ID. This command can be used to set or show the\n"
6904
7040
"user ID that Bazaar will use for such communication."
6907
#: bzrlib/plugins/launchpad/cmds.py:206
7043
#: bzrlib/plugins/launchpad/cmds.py:205
6910
7046
" Show the Launchpad ID of the current user::"
6913
#: bzrlib/plugins/launchpad/cmds.py:209
7049
#: bzrlib/plugins/launchpad/cmds.py:208
6914
7050
msgid " bzr launchpad-login"
6917
#: bzrlib/plugins/launchpad/cmds.py:211
7053
#: bzrlib/plugins/launchpad/cmds.py:210
6918
7054
msgid " Set the Launchpad ID of the current user to 'bob'::"
6921
#: bzrlib/plugins/launchpad/cmds.py:213
7057
#: bzrlib/plugins/launchpad/cmds.py:212
6922
7058
msgid " bzr launchpad-login bob"
6925
7061
# help of 'no-check' option of 'launchpad-login' command
6926
#: bzrlib/plugins/launchpad/cmds.py:220
7062
#: bzrlib/plugins/launchpad/cmds.py:219
6927
7063
msgid "Don't check that the user name is valid."
6930
#: bzrlib/plugins/launchpad/cmds.py:235 bzrlib/plugins/launchpad/cmds.py:246
7066
#: bzrlib/plugins/launchpad/cmds.py:234 bzrlib/plugins/launchpad/cmds.py:245
6931
7067
msgid "Launchpad user ID exists and has SSH keys.\n"
6934
#: bzrlib/plugins/launchpad/cmds.py:238
7070
#: bzrlib/plugins/launchpad/cmds.py:237
6935
7071
msgid "No Launchpad user ID configured.\n"
6938
#: bzrlib/plugins/launchpad/cmds.py:249
7074
#: bzrlib/plugins/launchpad/cmds.py:248
6939
7075
#, python-format
6940
7076
msgid "Launchpad user ID set to '%s'.\n"
6943
#: bzrlib/plugins/launchpad/cmds.py:255
7079
#: bzrlib/plugins/launchpad/cmds.py:254
6944
7080
msgid "Ask Launchpad to mirror a branch now."
6947
#: bzrlib/plugins/launchpad/cmds.py:272
7083
#: bzrlib/plugins/launchpad/cmds.py:271
6948
7084
msgid "Propose merging a branch on Launchpad."
6951
#: bzrlib/plugins/launchpad/cmds.py:274
7087
#: bzrlib/plugins/launchpad/cmds.py:273
6953
7089
"This will open your usual editor to provide the initial comment. When it\n"
6954
7090
"has created the proposal, it will open it in your default web browser."
6957
#: bzrlib/plugins/launchpad/cmds.py:277
7093
#: bzrlib/plugins/launchpad/cmds.py:276
6959
7095
"The branch will be proposed to merge into SUBMIT_BRANCH. If SUBMIT_BRANCH\n"
6960
7096
"is not supplied, the remembered submit branch will be used. If no submit\n"
6961
7097
"branch is remembered, the development focus will be used."
6964
#: bzrlib/plugins/launchpad/cmds.py:281
7100
#: bzrlib/plugins/launchpad/cmds.py:280
6966
7102
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
6967
7103
"the merge proposal. This can be overriden by specifying --review (-R).\n"
7011
7149
#: bzrlib/plugins/launchpad/cmds.py:337
7013
7151
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
7014
"This works only if the selected branch was the merge proposal target, and\n"
7015
"if the merged_revno is recorded for the merge proposal. The proposal(s)\n"
7016
"are opened in a web browser."
7152
"This works only if the if the merged_revno was recorded for the merge\n"
7153
"proposal. The proposal(s) are opened in a web browser."
7019
#: bzrlib/plugins/launchpad/cmds.py:342
7156
#: bzrlib/plugins/launchpad/cmds.py:341
7021
"Any revision involved in the merge may be specified-- the revision in\n"
7022
"which the merge was performed, or one of the revisions that was merged."
7158
"Only the revision specified is searched for. To find the mainline\n"
7159
"revision that merged it into mainline, use the \"mainline\" revision spec."
7025
#: bzrlib/plugins/launchpad/cmds.py:345
7162
#: bzrlib/plugins/launchpad/cmds.py:344
7026
7163
msgid "So, to find the merge proposal that reviewed line 1 of README::"
7029
#: bzrlib/plugins/launchpad/cmds.py:347
7030
msgid " bzr lp-find-proposal -r annotate:README:1"
7166
#: bzrlib/plugins/launchpad/cmds.py:346
7167
msgid " bzr lp-find-proposal -r mainline:annotate:README:1"
7033
#: bzrlib/plugins/launchpad/cmds.py:363
7170
#: bzrlib/plugins/launchpad/cmds.py:365
7034
7171
msgid "No review found."
7037
#: bzrlib/plugins/launchpad/cmds.py:364
7174
#: bzrlib/plugins/launchpad/cmds.py:366
7038
7175
#, python-format
7039
7176
msgid "%d proposals(s) found."
7042
#: bzrlib/plugins/launchpad/cmds.py:374
7043
msgid "Finding revision-id"
7046
#: bzrlib/plugins/launchpad/cmds.py:381
7047
msgid "Finding merge"
7050
#: bzrlib/plugins/launchpad/cmds.py:386
7051
msgid "Finding revno"
7054
#: bzrlib/plugins/launchpad/cmds.py:392
7055
msgid "Finding Launchpad branch"
7058
#: bzrlib/plugins/launchpad/cmds.py:395
7179
#: bzrlib/plugins/launchpad/cmds.py:378
7059
7180
msgid "Finding proposals"
7062
#: bzrlib/plugins/launchpad/lp_api.py:241
7063
#: bzrlib/plugins/launchpad/lp_api.py:246
7183
#: bzrlib/plugins/launchpad/lp_api.py:228
7184
#: bzrlib/plugins/launchpad/lp_api.py:233
7064
7185
#, python-format
7065
7186
msgid "%s is not registered on Launchpad"
7068
#: bzrlib/plugins/launchpad/lp_api.py:256
7189
#: bzrlib/plugins/launchpad/lp_api.py:243
7069
7190
#, python-format
7070
7191
msgid "%s has no development focus."
7073
#: bzrlib/plugins/launchpad/lp_api.py:261
7194
#: bzrlib/plugins/launchpad/lp_api.py:248
7074
7195
#, python-format
7075
7196
msgid "development focus %s has no branch."
7078
#: bzrlib/plugins/launchpad/lp_api.py:266
7199
#: bzrlib/plugins/launchpad/lp_api.py:253
7079
7200
#, python-format
7080
7201
msgid "source package %s has no branch."
7083
#: bzrlib/plugins/launchpad/lp_api.py:270
7204
#: bzrlib/plugins/launchpad/lp_api.py:257
7084
7205
#, python-format
7085
7206
msgid "%s has no associated product or source package."
7088
#: bzrlib/plugins/launchpad/lp_api.py:282
7209
#: bzrlib/plugins/launchpad/lp_api.py:269
7089
7210
#, python-format
7090
7211
msgid "%s is already up-to-date."
7093
#: bzrlib/plugins/launchpad/lp_api.py:289
7214
#: bzrlib/plugins/launchpad/lp_api.py:276
7094
7215
#, python-format
7095
7216
msgid "Pushing to %s"