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