259
254
# help of 'short' option of 'status' command
260
#: breezy/builtins.py:387
255
#: breezy/builtins.py:384
261
256
msgid "Use short status indicators."
264
259
# help of 'versioned' option of 'status' command
265
#: breezy/builtins.py:389
260
#: breezy/builtins.py:386
266
261
msgid "Only show versioned files."
269
264
# help of 'no-pending' option of 'status' command
270
#: breezy/builtins.py:391
265
#: breezy/builtins.py:388
271
266
msgid "Don't show pending merges."
274
269
# help of 'no-classify' option of 'status' command
275
#: breezy/builtins.py:393
270
#: breezy/builtins.py:390
276
271
msgid "Do not mark object type using indicator."
279
#: breezy/builtins.py:408
274
#: breezy/builtins.py:405
280
275
msgid "brz status --revision takes exactly one or two revision specifiers"
283
#: breezy/builtins.py:452 breezy/builtins.py:5331
278
#: breezy/builtins.py:449 breezy/builtins.py:5251
284
279
msgid "You can only supply one of revision_id or --revision"
287
#: breezy/builtins.py:456 breezy/builtins.py:5334
282
#: breezy/builtins.py:453 breezy/builtins.py:5254
288
283
msgid "You must supply either --revision or a revision_id"
291
#: breezy/builtins.py:463
286
#: breezy/builtins.py:460
293
288
msgid "Repository %r does not support access to raw revision texts"
296
#: breezy/builtins.py:474
291
#: breezy/builtins.py:471
297
292
#, python-brace-format
298
293
msgid "The repository {0} contains no revision {1}."
301
#: breezy/builtins.py:481
296
#: breezy/builtins.py:478
302
297
msgid "You cannot specify a NULL revision."
305
#: breezy/builtins.py:487
300
#: breezy/builtins.py:484
306
301
msgid "Remove the working tree from a given branch/checkout."
309
#: breezy/builtins.py:489
304
#: breezy/builtins.py:486
311
306
"Since a lightweight checkout is little more than a working tree\n"
312
307
"this will refuse to run against one."
315
#: breezy/builtins.py:492
310
#: breezy/builtins.py:489
316
311
msgid "To re-create the working tree, use \"brz checkout\"."
319
314
# help of 'force' option of 'remove-tree' command
320
#: breezy/builtins.py:498
315
#: breezy/builtins.py:495
321
316
msgid "Remove the working tree even if it has uncommitted or shelved changes."
319
#: breezy/builtins.py:510
320
msgid "No working tree to remove"
324
323
#: breezy/builtins.py:513
325
msgid "No working tree to remove"
328
#: breezy/builtins.py:516
329
324
msgid "You cannot remove the working tree of a remote path"
332
#: breezy/builtins.py:526
327
#: breezy/builtins.py:523
333
328
msgid "You cannot remove the working tree from a lightweight checkout"
336
#: breezy/builtins.py:567
331
#: breezy/builtins.py:564
338
333
"The tree does not appear to be corrupt. You probably want \"brz revert\" "
339
334
"instead. Use \"--force\" if you are sure you want to reset the working tree."
342
#: breezy/builtins.py:578
337
#: breezy/builtins.py:575
344
339
", the header appears corrupt, try passing -r -1 to set the state to the last "
348
#: breezy/builtins.py:583
343
#: breezy/builtins.py:580
349
344
#, python-brace-format
350
345
msgid "failed to reset the tree state{0}"
353
#: breezy/builtins.py:587
348
#: breezy/builtins.py:584
354
349
msgid "Show current revision number."
357
#: breezy/builtins.py:589
352
#: breezy/builtins.py:586
358
353
msgid "This is equal to the number of revisions on this branch."
361
#: breezy/builtins.py:603
356
#: breezy/builtins.py:600
362
357
msgid "--tree and --revision can not be used together"
365
#: breezy/builtins.py:619
360
#: breezy/builtins.py:616
366
361
msgid "Revision numbers only make sense for single revisions, not ranges"
369
364
# help of 'tree' option of 'revno' command
370
#: breezy/builtins.py:642
365
#: breezy/builtins.py:639
371
366
msgid "Show revno of working tree."
374
#: breezy/builtins.py:691
369
#: breezy/builtins.py:688
375
370
msgid "Add specified files or directories."
378
#: breezy/builtins.py:693
373
#: breezy/builtins.py:690
380
375
"In non-recursive mode, all the named items are added, regardless\n"
381
376
"of whether they were previously ignored. A warning is given if\n"
382
377
"any of the named files are already versioned."
385
#: breezy/builtins.py:697
380
#: breezy/builtins.py:694
387
382
"In recursive mode (the default), files are treated the same way\n"
388
383
"but the behaviour for directories is different. Directories that\n"
446
441
# help of 'no-recurse' option of 'add' command
447
#: breezy/builtins.py:737
442
#: breezy/builtins.py:734
448
443
msgid "Don't recursively add the contents of directories."
451
446
# help of 'file-ids-from' option of 'add' command
452
#: breezy/builtins.py:745
447
#: breezy/builtins.py:742
453
448
msgid "Lookup file ids from this tree."
456
#: breezy/builtins.py:757
458
"Ignoring --file-ids-from, since the tree does not support setting file ids."
461
#: breezy/builtins.py:788
451
#: breezy/builtins.py:779
462
452
#, python-brace-format
463
453
msgid "ignored {0} matching \"{1}\"\n"
466
#: breezy/builtins.py:793
456
#: breezy/builtins.py:784
467
457
msgid "Create a new versioned directory."
470
#: breezy/builtins.py:795
460
#: breezy/builtins.py:786
471
461
msgid "This is equivalent to creating the directory and then adding it."
474
464
# help of 'parents' option of 'mkdir' command
475
#: breezy/builtins.py:802
465
#: breezy/builtins.py:793
476
466
msgid "No error if existing, make parent directories as needed."
479
#: breezy/builtins.py:836
469
#: breezy/builtins.py:827
481
471
msgid "added %s\n"
484
#: breezy/builtins.py:883
474
#: breezy/builtins.py:871
486
476
msgid "invalid kind %r specified"
489
#: breezy/builtins.py:921
479
#: breezy/builtins.py:909
490
480
msgid "Copy a file."
493
#: breezy/builtins.py:923
483
#: breezy/builtins.py:911
494
484
msgid " brz cp SOURCE... DESTINATION"
497
#: breezy/builtins.py:925
487
#: breezy/builtins.py:913
499
489
"If the last argument is a versioned directory, all the other names\n"
500
490
"are copied into it. Otherwise, there must be exactly two arguments\n"
501
491
"and the file is copied to a new name."
504
#: breezy/builtins.py:929
494
#: breezy/builtins.py:917
506
496
"Files cannot be copied between branches. Only files can be copied\n"
510
#: breezy/builtins.py:945 breezy/builtins.py:1038
500
#: breezy/builtins.py:933 breezy/builtins.py:1026
511
501
msgid "missing file argument"
514
#: breezy/builtins.py:951
504
#: breezy/builtins.py:939
515
505
msgid "can not copy root of branch"
518
#: breezy/builtins.py:959
508
#: breezy/builtins.py:947
519
509
msgid "to copy multiple files the destination must be a versioned directory"
522
#: breezy/builtins.py:973 breezy/builtins.py:989
512
#: breezy/builtins.py:961 breezy/builtins.py:977
524
514
msgid "Could not copy %s => %s: %s is not versioned."
527
#: breezy/builtins.py:977
517
#: breezy/builtins.py:965
529
519
msgid "Could not copy %s => %s . %s is not versioned\\."
522
#: breezy/builtins.py:969
524
msgid "Could not copy %s => %s . %s is a directory."
532
527
#: breezy/builtins.py:981
534
msgid "Could not copy %s => %s . %s is a directory."
537
#: breezy/builtins.py:993
539
529
msgid "Could not copy to %s: %s is not a directory."
542
#: breezy/builtins.py:1000
532
#: breezy/builtins.py:988
543
533
msgid "Move or rename a file."
546
#: breezy/builtins.py:1002
536
#: breezy/builtins.py:990
547
537
msgid " brz mv SOURCE... DESTINATION"
550
#: breezy/builtins.py:1004
540
#: breezy/builtins.py:992
552
542
"If the last argument is a versioned directory, all the other names\n"
553
543
"are moved into it. Otherwise, there must be exactly two arguments\n"
554
544
"and the file is changed to a new name."
557
#: breezy/builtins.py:1008
547
#: breezy/builtins.py:996
559
549
"If OLDNAME does not exist on the filesystem but is versioned and\n"
560
550
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
826
816
"create ./foo-bar."
829
#: breezy/builtins.py:1441
819
#: breezy/builtins.py:1427
831
821
"To retrieve the branch as of a particular revision, supply the --revision\n"
832
822
"parameter, as in \"branch foo/bar -r 5\"."
835
825
# help of 'no-tree' option of 'branch' command
836
#: breezy/builtins.py:1454
826
#: breezy/builtins.py:1439
837
827
msgid "Create a branch without a working-tree."
840
830
# help of 'switch' option of 'branch' command
841
#: breezy/builtins.py:1456
831
#: breezy/builtins.py:1441
842
832
msgid "Switch the checkout in the current directory to the new branch."
845
835
# help of 'stacked' option of 'branch' command
846
#: breezy/builtins.py:1459
836
#: breezy/builtins.py:1444
848
838
"Create a stacked branch referring to the source branch. The new branch will "
849
839
"depend on the availability of the source branch for all operations."
852
842
# help of 'standalone' option of 'branch' command
853
#: breezy/builtins.py:1463
843
#: breezy/builtins.py:1448
854
844
msgid "Do not use a shared repository, even if available."
857
847
# help of 'use-existing-dir' option of 'branch' command
858
#: breezy/builtins.py:1465
848
#: breezy/builtins.py:1450
860
850
"By default branch will fail if the target directory exists, but does not "
861
851
"already have a control directory. This flag will allow branch to proceed."
864
854
# help of 'bind' option of 'branch' command
865
#: breezy/builtins.py:1470
855
#: breezy/builtins.py:1455
866
856
msgid "Bind new branch to from location."
869
# help of 'colocated-branch' option of 'branch' command
870
#: breezy/builtins.py:1474
871
msgid "Name of colocated branch to sprout."
874
#: breezy/builtins.py:1515
859
#: breezy/builtins.py:1492
876
861
msgid "Target directory \"%s\" already exists."
879
#: breezy/builtins.py:1527
864
#: breezy/builtins.py:1504
881
866
msgid "Parent of \"%s\" does not exist."
884
#: breezy/builtins.py:1546
869
#: breezy/builtins.py:1522
885
870
#, python-brace-format
886
871
msgid "The branch {0} has no revision {1}."
889
#: breezy/builtins.py:1563 breezy/push.py:54
874
#: breezy/builtins.py:1538 breezy/push.py:54
891
876
msgid "Created new stacked branch referring to %s."
894
#: breezy/builtins.py:1569
879
#: breezy/builtins.py:1544
896
881
msgid "Branched %d revision."
897
882
msgid_plural "Branched %d revisions."
901
#: breezy/builtins.py:1573 breezy/push.py:57
886
#: breezy/builtins.py:1548 breezy/push.py:57
902
887
msgid "Created new branch."
905
#: breezy/builtins.py:1578
890
#: breezy/builtins.py:1553
907
892
msgid "New branch bound to %s"
910
#: breezy/builtins.py:1583
895
#: breezy/builtins.py:1558
912
897
msgid "Switched to branch: %s"
915
#: breezy/builtins.py:1588
900
#: breezy/builtins.py:1563
916
901
msgid "List the branches available at the current location."
919
#: breezy/builtins.py:1590
904
#: breezy/builtins.py:1565
921
906
"This command will print the names of all the branches at the current\n"
925
910
# help of 'recursive' option of 'branches' command
926
#: breezy/builtins.py:1597
911
#: breezy/builtins.py:1572
928
913
"Recursively scan for branches rather than just looking in the specified "
932
#: breezy/builtins.py:1626
917
#: breezy/builtins.py:1601
933
918
msgid "(default)"
936
#: breezy/builtins.py:1638
921
#: breezy/builtins.py:1613
937
922
msgid "Create a new checkout of an existing branch."
940
#: breezy/builtins.py:1640
925
#: breezy/builtins.py:1615
942
927
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree\n"
943
928
"for the branch found in '.'. This is useful if you have removed the working\n"
1049
1018
"out the old content of that file to a new location."
1052
#: breezy/builtins.py:1795
1021
#: breezy/builtins.py:1738
1054
1023
"The 'dir' argument, if given, must be the location of the root of a\n"
1055
1024
"working tree to update. By default, the working tree that contains the\n"
1056
1025
"current working directory is used."
1059
#: breezy/builtins.py:1811
1028
#: breezy/builtins.py:1754
1060
1029
msgid "brz update --revision takes exactly one revision"
1063
#: breezy/builtins.py:1819
1032
#: breezy/builtins.py:1762
1064
1033
msgid "brz update can only update a whole tree, not a file or subdirectory"
1067
#: breezy/builtins.py:1849
1036
#: breezy/builtins.py:1793
1068
1037
#, python-brace-format
1069
1038
msgid "Tree is up to date at revision {0} of branch {1}"
1072
#: breezy/builtins.py:1865
1041
#: breezy/builtins.py:1809
1073
1042
#, python-format
1075
1044
"branch has no revision %s\n"
1076
1045
"brz update --revision only works for a revision in the branch history"
1079
#: breezy/builtins.py:1871
1048
#: breezy/builtins.py:1815
1080
1049
#, python-brace-format
1081
1050
msgid "Updated to revision {0} of branch {1}"
1084
#: breezy/builtins.py:1875
1053
#: breezy/builtins.py:1819
1086
1055
"Your local commits will now show as pending merges with 'brz status', and "
1087
1056
"can be committed with 'brz commit'."
1090
#: breezy/builtins.py:1884
1059
#: breezy/builtins.py:1828
1091
1060
msgid "Show information about a working tree, branch or repository."
1094
#: breezy/builtins.py:1886
1063
#: breezy/builtins.py:1830
1096
1065
"This command will show all known locations and formats associated to the\n"
1097
1066
"tree, branch or repository."
1100
#: breezy/builtins.py:1889
1069
#: breezy/builtins.py:1833
1102
1071
"In verbose mode, statistical information is included with each report.\n"
1103
1072
"To see extended statistic information, use a verbosity level of 2 or\n"
1104
1073
"higher by specifying the verbose option multiple times, e.g. -vv."
1107
#: breezy/builtins.py:1893
1076
#: breezy/builtins.py:1837
1108
1077
msgid "Branches and working trees will also report any missing revisions."
1111
#: breezy/builtins.py:1895 breezy/builtins.py:3830 breezy/builtins.py:4997
1112
#: breezy/builtins.py:6591 breezy/plugins/fastimport/cmds.py:211
1113
#: breezy/plugins/fastimport/cmds.py:417 breezy/plugins/propose/cmds.py:285
1080
#: breezy/builtins.py:1839 breezy/builtins.py:3750 breezy/builtins.py:4917
1081
#: breezy/builtins.py:6519 breezy/plugins/fastimport/cmds.py:211
1082
#: breezy/plugins/fastimport/cmds.py:417 breezy/plugins/propose/cmds.py:274
1114
1083
msgid ":Examples:"
1117
#: breezy/builtins.py:1897
1086
#: breezy/builtins.py:1841
1118
1087
msgid " Display information on the format and related locations:"
1121
#: breezy/builtins.py:1899
1090
#: breezy/builtins.py:1843
1122
1091
msgid " brz info"
1125
#: breezy/builtins.py:1901
1094
#: breezy/builtins.py:1845
1127
1096
" Display the above together with extended format information and\n"
1128
1097
" basic statistics (like the number of files in the working tree and\n"
1129
1098
" number of revisions in the branch and repository):"
1132
#: breezy/builtins.py:1905
1101
#: breezy/builtins.py:1849
1133
1102
msgid " brz info -v"
1136
#: breezy/builtins.py:1907
1105
#: breezy/builtins.py:1851
1137
1106
msgid " Display the above together with number of committers to the branch:"
1140
#: breezy/builtins.py:1909
1109
#: breezy/builtins.py:1853
1141
1110
msgid " brz info -vv"
1144
#: breezy/builtins.py:1928
1113
#: breezy/builtins.py:1872
1145
1114
msgid "Remove files or directories."
1148
#: breezy/builtins.py:1930
1117
#: breezy/builtins.py:1874
1150
"This makes Breezy stop tracking changes to the specified files. Breezy will\n"
1119
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
1151
1120
"delete them if they can easily be recovered using revert otherwise they\n"
1152
1121
"will be backed up (adding an extension of the form .~#~). If no options or\n"
1153
"parameters are given Breezy will scan for files that are being tracked by\n"
1154
"Breezy but missing in your tree and stop tracking them for you."
1122
"parameters are given Bazaar will scan for files that are being tracked by\n"
1123
"Bazaar but missing in your tree and stop tracking them for you."
1157
1126
# help of 'new' option of 'remove' command
1158
#: breezy/builtins.py:1939
1127
#: breezy/builtins.py:1883
1159
1128
msgid "Only remove files that have never been committed."
1162
1131
# help of 'file-deletion-strategy' option of 'remove' command
1163
#: breezy/builtins.py:1941
1132
#: breezy/builtins.py:1885
1164
1133
msgid "The file deletion mode to be used."
1167
1136
# title of 'file-deletion-strategy' option of 'remove' command
1168
#: breezy/builtins.py:1942
1137
#: breezy/builtins.py:1886
1169
1138
msgid "Deletion Strategy"
1172
1141
# help of 'file-deletion-strategy=safe' option of 'remove' command
1173
#: breezy/builtins.py:1943
1142
#: breezy/builtins.py:1887
1174
1143
msgid "Backup changed files (default)."
1177
1146
# help of 'file-deletion-strategy=keep' option of 'remove' command
1178
#: breezy/builtins.py:1944
1147
#: breezy/builtins.py:1888
1179
1148
msgid "Delete from brz but leave the working copy."
1182
1151
# help of 'file-deletion-strategy=no-backup' option of 'remove' command
1183
#: breezy/builtins.py:1945
1152
#: breezy/builtins.py:1889
1184
1153
msgid "Don't backup changed files."
1187
#: breezy/builtins.py:1966
1156
#: breezy/builtins.py:1910
1188
1157
msgid "No matching files."
1191
#: breezy/builtins.py:1983
1160
#: breezy/builtins.py:1927
1192
1161
msgid "Reconcile brz metadata in a branch."
1195
#: breezy/builtins.py:1985
1164
#: breezy/builtins.py:1929
1197
1166
"This can correct data mismatches that may have been caused by\n"
1198
1167
"previous ghost operations or brz upgrades. You should only\n"
1434
1395
" 0 - no change"
1437
#: breezy/builtins.py:2281
1398
#: breezy/builtins.py:2225
1440
1401
" Shows the difference in the working tree versus the last commit::"
1443
#: breezy/builtins.py:2284
1404
#: breezy/builtins.py:2228
1444
1405
msgid " brz diff"
1447
#: breezy/builtins.py:2286
1408
#: breezy/builtins.py:2230
1448
1409
msgid " Difference between the working tree and revision 1::"
1451
#: breezy/builtins.py:2288
1412
#: breezy/builtins.py:2232
1452
1413
msgid " brz diff -r1"
1455
#: breezy/builtins.py:2290
1416
#: breezy/builtins.py:2234
1456
1417
msgid " Difference between revision 3 and revision 1::"
1459
#: breezy/builtins.py:2292
1420
#: breezy/builtins.py:2236
1460
1421
msgid " brz diff -r1..3"
1463
#: breezy/builtins.py:2294
1424
#: breezy/builtins.py:2238
1464
1425
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1467
#: breezy/builtins.py:2296
1428
#: breezy/builtins.py:2240
1468
1429
msgid " brz diff -r1..3 xxx"
1471
#: breezy/builtins.py:2298
1432
#: breezy/builtins.py:2242
1472
1433
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1475
#: breezy/builtins.py:2300
1436
#: breezy/builtins.py:2244
1476
1437
msgid " brz diff -c2"
1479
#: breezy/builtins.py:2302
1440
#: breezy/builtins.py:2246
1480
1441
msgid " To see the changes introduced by revision X::"
1483
#: breezy/builtins.py:2304
1444
#: breezy/builtins.py:2248
1484
1445
msgid " brz diff -cX"
1487
#: breezy/builtins.py:2306
1448
#: breezy/builtins.py:2250
1489
1450
" Note that in the case of a merge, the -c option shows the changes\n"
1490
1451
" compared to the left hand parent. To see the changes against\n"
1491
1452
" another parent, use::"
1494
#: breezy/builtins.py:2310
1455
#: breezy/builtins.py:2254
1495
1456
msgid " brz diff -r<chosen_parent>..X"
1498
#: breezy/builtins.py:2312
1459
#: breezy/builtins.py:2256
1500
1461
" The changes between the current revision and the previous revision\n"
1501
1462
" (equivalent to -c-1 and -r-2..-1)"
1504
#: breezy/builtins.py:2315
1465
#: breezy/builtins.py:2259
1505
1466
msgid " brz diff -r-2.."
1508
#: breezy/builtins.py:2317
1469
#: breezy/builtins.py:2261
1509
1470
msgid " Show just the differences for file NEWS::"
1512
#: breezy/builtins.py:2319
1473
#: breezy/builtins.py:2263
1513
1474
msgid " brz diff NEWS"
1516
#: breezy/builtins.py:2321
1477
#: breezy/builtins.py:2265
1517
1478
msgid " Show the differences in working tree xxx for file NEWS::"
1520
#: breezy/builtins.py:2323
1481
#: breezy/builtins.py:2267
1521
1482
msgid " brz diff xxx/NEWS"
1524
#: breezy/builtins.py:2325
1485
#: breezy/builtins.py:2269
1525
1486
msgid " Show the differences from branch xxx to this working tree:"
1528
#: breezy/builtins.py:2327
1489
#: breezy/builtins.py:2271
1529
1490
msgid " brz diff --old xxx"
1532
#: breezy/builtins.py:2329
1493
#: breezy/builtins.py:2273
1533
1494
msgid " Show the differences between two branches for file NEWS::"
1536
#: breezy/builtins.py:2331
1497
#: breezy/builtins.py:2275
1537
1498
msgid " brz diff --old xxx --new yyy NEWS"
1540
#: breezy/builtins.py:2333
1501
#: breezy/builtins.py:2277
1541
1502
msgid " Same as 'brz diff' but prefix paths with old/ and new/::"
1544
#: breezy/builtins.py:2335
1505
#: breezy/builtins.py:2279
1545
1506
msgid " brz diff --prefix old/:new/"
1548
#: breezy/builtins.py:2337
1509
#: breezy/builtins.py:2281
1549
1510
msgid " Show the differences using a custom diff program with options::"
1552
#: breezy/builtins.py:2339
1513
#: breezy/builtins.py:2283
1553
1514
msgid " brz diff --using /usr/bin/diff --diff-options -wu"
1556
1517
# help of 'diff-options' option of 'diff' command
1557
#: breezy/builtins.py:2345
1518
#: breezy/builtins.py:2289
1558
1519
msgid "Pass these options to the external diff program."
1561
1522
# help of 'prefix' option of 'diff' command
1562
#: breezy/builtins.py:2348
1523
#: breezy/builtins.py:2292
1564
1525
"Set prefixes added to old and new filenames, as two values separated by a "
1565
1526
"colon. (eg \"old/:new/\")."
1568
1529
# help of 'old' option of 'diff' command
1569
#: breezy/builtins.py:2351
1530
#: breezy/builtins.py:2295
1570
1531
msgid "Branch/tree to compare from."
1573
1534
# help of 'new' option of 'diff' command
1574
#: breezy/builtins.py:2355
1535
#: breezy/builtins.py:2299
1575
1536
msgid "Branch/tree to compare to."
1578
1539
# help of 'using' option of 'diff' command
1579
#: breezy/builtins.py:2361
1540
#: breezy/builtins.py:2305
1580
1541
msgid "Use this command to compare files."
1583
1544
# help of 'format' option of 'diff' command
1584
#: breezy/builtins.py:2366
1545
#: breezy/builtins.py:2310
1585
1546
msgid "Diff format to use."
1588
1549
# title of 'format' option of 'diff' command
1589
#: breezy/builtins.py:2368
1550
#: breezy/builtins.py:2312
1590
1551
msgid "Diff format"
1593
1554
# help of 'context' option of 'diff' command
1594
#: breezy/builtins.py:2370
1555
#: breezy/builtins.py:2314
1595
1556
msgid "How many lines of context to show."
1598
# title of 'color' option of 'diff' command
1599
#: breezy/builtins.py:2376
1603
# help of 'check-style' option of 'diff' command
1604
#: breezy/builtins.py:2383
1605
msgid "Warn if trailing whitespace or spurious changes have been added."
1608
#: breezy/builtins.py:2408
1559
#: breezy/builtins.py:2339
1609
1560
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1612
#: breezy/builtins.py:2412
1563
#: breezy/builtins.py:2343
1613
1564
msgid "brz diff --revision takes exactly one or two revision specifiers"
1616
#: breezy/builtins.py:2417 breezy/builtins.py:2823 breezy/builtins.py:2831
1567
#: breezy/builtins.py:2348 breezy/builtins.py:2744 breezy/builtins.py:2752
1617
1568
#, python-brace-format
1618
1569
msgid "{0} and {1} are mutually exclusive"
1621
#: breezy/builtins.py:2447
1572
#: breezy/builtins.py:2368
1623
1574
"List files deleted in the working tree.\n"
1627
#: breezy/builtins.py:2522
1578
#: breezy/builtins.py:2443
1628
1579
msgid "Show the tree root directory."
1631
#: breezy/builtins.py:2524
1582
#: breezy/builtins.py:2445
1633
1584
"The root is the nearest enclosing directory with a control\n"
1637
#: breezy/builtins.py:2540
1588
#: breezy/builtins.py:2461
1638
1589
msgid "The limit argument must be an integer."
1641
#: breezy/builtins.py:2548
1592
#: breezy/builtins.py:2469
1642
1593
msgid "The levels argument must be an integer."
1645
#: breezy/builtins.py:2553
1596
#: breezy/builtins.py:2474
1646
1597
msgid "Show historical log for a branch or subset of a branch."
1649
#: breezy/builtins.py:2555
1600
#: breezy/builtins.py:2476
1651
1602
"log is brz's default tool for exploring the history of a branch.\n"
1652
1603
"The branch to use is taken from the first parameter. If no parameters\n"
1908
1859
# help of 'forward' option of 'log' command
1909
#: breezy/builtins.py:2711
1860
#: breezy/builtins.py:2632
1910
1861
msgid "Show from oldest to newest."
1913
1864
# help of 'verbose' option of 'log' command
1914
#: breezy/builtins.py:2714
1865
#: breezy/builtins.py:2635
1915
1866
msgid "Show files changed in each revision."
1918
1869
# help of 'change' option of 'log' command
1919
#: breezy/builtins.py:2720
1870
#: breezy/builtins.py:2641
1920
1871
msgid "Show just the specified revision. See also \"help revisionspec\"."
1923
1874
# help of 'authors' option of 'log' command
1924
#: breezy/builtins.py:2724
1875
#: breezy/builtins.py:2645
1925
1876
msgid "What names to list as authors - first, all or committer."
1928
1879
# title of 'authors' option of 'log' command
1929
#: breezy/builtins.py:2725
1880
#: breezy/builtins.py:2646
1930
1881
msgid "Authors"
1933
1884
# help of 'levels' option of 'log' command
1934
#: breezy/builtins.py:2731
1885
#: breezy/builtins.py:2652
1935
1886
msgid "Number of levels to display - 0 for all, 1 for flat."
1938
1889
# help of 'limit' option of 'log' command
1939
#: breezy/builtins.py:2741
1890
#: breezy/builtins.py:2662
1940
1891
msgid "Limit the output to the first N revisions."
1943
1894
# help of 'show-diff' option of 'log' command
1944
#: breezy/builtins.py:2746
1895
#: breezy/builtins.py:2667
1945
1896
msgid "Show changes made in each revision as a patch."
1948
1899
# help of 'include-merged' option of 'log' command
1949
#: breezy/builtins.py:2748
1900
#: breezy/builtins.py:2669
1950
1901
msgid "Show merged revisions like --levels 0 does."
1953
1904
# help of 'omit-merges' option of 'log' command
1954
#: breezy/builtins.py:2752
1905
#: breezy/builtins.py:2673
1955
1906
msgid "Do not report commits with more than one parent."
1958
1909
# help of 'exclude-common-ancestry' option of 'log' command
1959
#: breezy/builtins.py:2754
1910
#: breezy/builtins.py:2675
1961
1912
"Display only the revisions that are not part of both ancestries (require -"
1965
1916
# help of 'signatures' option of 'log' command
1966
#: breezy/builtins.py:2758
1917
#: breezy/builtins.py:2679
1967
1918
msgid "Show digital signature validity."
1970
1921
# help of 'match' option of 'log' command
1971
#: breezy/builtins.py:2761
1922
#: breezy/builtins.py:2682
1972
1923
msgid "Show revisions whose properties match this expression."
1975
1926
# help of 'match-message' option of 'log' command
1976
#: breezy/builtins.py:2765
1927
#: breezy/builtins.py:2686
1977
1928
msgid "Show revisions whose message matches this expression."
1980
1931
# help of 'match-committer' option of 'log' command
1981
#: breezy/builtins.py:2769
1932
#: breezy/builtins.py:2690
1982
1933
msgid "Show revisions whose committer matches this expression."
1985
1936
# help of 'match-author' option of 'log' command
1986
#: breezy/builtins.py:2773
1937
#: breezy/builtins.py:2694
1987
1938
msgid "Show revisions whose authors match this expression."
1990
1941
# help of 'match-bugs' option of 'log' command
1991
#: breezy/builtins.py:2777
1942
#: breezy/builtins.py:2698
1992
1943
msgid "Show revisions whose bugs match this expression."
1995
#: breezy/builtins.py:2817
1946
#: breezy/builtins.py:2738
1996
1947
msgid "--exclude-common-ancestry requires -r with two revisions"
1999
#: breezy/builtins.py:2845
1950
#: breezy/builtins.py:2766
2000
1951
#, python-format
2001
1952
msgid "Path unknown at end or start of revision range: %s"
2004
#: breezy/builtins.py:2963
1955
#: breezy/builtins.py:2884
2005
1956
#, python-format
2006
1957
msgid "brz %s doesn't accept two revisions in different branches."
2009
#: breezy/builtins.py:2979
1960
#: breezy/builtins.py:2900
2010
1961
#, python-format
2011
1962
msgid "brz %s --revision takes one or two values."
2014
#: breezy/builtins.py:3024
1965
#: breezy/builtins.py:2945
2016
1967
"List files in a tree.\n"
2020
1971
# help of 'recursive' option of 'ls' command
2021
#: breezy/builtins.py:3033
1972
#: breezy/builtins.py:2954
2022
1973
msgid "Recurse into subdirectories."
2025
1976
# help of 'from-root' option of 'ls' command
2026
#: breezy/builtins.py:3035
1977
#: breezy/builtins.py:2956
2027
1978
msgid "Print paths relative to the root of the branch."
2030
1981
# help of 'unknown' option of 'ls' command
2031
#: breezy/builtins.py:3037
1982
#: breezy/builtins.py:2958
2032
1983
msgid "Print unknown files."
2035
1986
# help of 'versioned' option of 'ls' command
2036
#: breezy/builtins.py:3038
1987
#: breezy/builtins.py:2959
2037
1988
msgid "Print versioned files."
2040
1991
# help of 'ignored' option of 'ls' command
2041
#: breezy/builtins.py:3041
1992
#: breezy/builtins.py:2962
2042
1993
msgid "Print ignored files."
2045
1996
# help of 'kind' option of 'ls' command
2046
#: breezy/builtins.py:3043
1997
#: breezy/builtins.py:2964
2048
1999
"List entries of a particular kind: file, directory, symlink, tree-reference."
2051
#: breezy/builtins.py:3058
2002
#: breezy/builtins.py:2979
2052
2003
msgid "invalid kind specified"
2055
#: breezy/builtins.py:3062
2006
#: breezy/builtins.py:2983
2056
2007
msgid "Cannot set both --verbose and --null"
2059
#: breezy/builtins.py:3071
2010
#: breezy/builtins.py:2992
2060
2011
msgid "cannot specify both --from-root and PATH"
2063
#: breezy/builtins.py:3158
2014
#: breezy/builtins.py:3079
2064
2015
msgid "Ignore specified files or patterns."
2067
#: breezy/builtins.py:3160
2018
#: breezy/builtins.py:3081
2068
2019
msgid "See ``brz help patterns`` for details on the syntax of patterns."
2071
#: breezy/builtins.py:3162
2022
#: breezy/builtins.py:3083
2073
2024
"If a .bzrignore file does not exist, the ignore command\n"
2074
2025
"will create one and add the specified files or patterns to the newly\n"
2088
#: breezy/builtins.py:3173
2039
#: breezy/builtins.py:3094
2090
"Breezy also supports a global ignore file ~/.config/breezy/ignore. On\n"
2091
"Windows the global ignore file can be found in the application data\n"
2093
"C:\\Documents and Settings\\<user>\\Application Data\\Breezy\\3.0\\ignore.\n"
2041
"Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows\n"
2042
"the global ignore file can be found in the application data directory as\n"
2043
"C:\\Documents and Settings\\<user>\\Application Data\\Bazaar\\2.0\\ignore.\n"
2094
2044
"Global ignores are not touched by this command. The global ignore file\n"
2095
2045
"can be edited directly using an editor."
2098
#: breezy/builtins.py:3180
2048
#: breezy/builtins.py:3100
2100
2050
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
2101
2051
"precedence over regular ignores. Such exceptions are used to specify\n"
2102
2052
"files that should be versioned which would otherwise be ignored."
2105
#: breezy/builtins.py:3184
2055
#: breezy/builtins.py:3104
2107
2057
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
2108
2058
"precedence over the '!' exception patterns."
2111
#: breezy/builtins.py:3187
2061
#: breezy/builtins.py:3107
2112
2062
msgid ":Notes:"
2115
#: breezy/builtins.py:3189
2065
#: breezy/builtins.py:3109
2117
2067
"* Ignore patterns containing shell wildcards must be quoted from\n"
2118
2068
" the shell on Unix."
2121
#: breezy/builtins.py:3192
2071
#: breezy/builtins.py:3112
2123
2073
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
2124
2074
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
2127
#: breezy/builtins.py:3195
2077
#: breezy/builtins.py:3115
2130
2080
" Ignore the top level Makefile::"
2133
#: breezy/builtins.py:3198
2083
#: breezy/builtins.py:3118
2134
2084
msgid " brz ignore ./Makefile"
2137
#: breezy/builtins.py:3200
2087
#: breezy/builtins.py:3120
2138
2088
msgid " Ignore .class files in all directories...::"
2141
#: breezy/builtins.py:3202
2091
#: breezy/builtins.py:3122
2142
2092
msgid " brz ignore \"*.class\""
2145
#: breezy/builtins.py:3204
2095
#: breezy/builtins.py:3124
2146
2096
msgid " ...but do not ignore \"special.class\"::"
2149
#: breezy/builtins.py:3206
2099
#: breezy/builtins.py:3126
2150
2100
msgid " brz ignore \"!special.class\""
2153
#: breezy/builtins.py:3208
2103
#: breezy/builtins.py:3128
2154
2104
msgid " Ignore files whose name begins with the \"#\" character::"
2157
#: breezy/builtins.py:3210
2107
#: breezy/builtins.py:3130
2158
2108
msgid " brz ignore \"RE:^#\""
2161
#: breezy/builtins.py:3212 breezy/builtins.py:3216
2111
#: breezy/builtins.py:3132 breezy/builtins.py:3136
2162
2112
msgid " Ignore .o files under the lib directory::"
2165
#: breezy/builtins.py:3214
2115
#: breezy/builtins.py:3134
2166
2116
msgid " brz ignore \"lib/**/*.o\""
2169
#: breezy/builtins.py:3218
2119
#: breezy/builtins.py:3138
2170
2120
msgid " brz ignore \"RE:lib/.*\\.o\""
2173
#: breezy/builtins.py:3220
2123
#: breezy/builtins.py:3140
2174
2124
msgid " Ignore everything but the \"debian\" toplevel directory::"
2177
#: breezy/builtins.py:3222
2127
#: breezy/builtins.py:3142
2178
2128
msgid " brz ignore \"RE:(?!debian/).*\""
2181
#: breezy/builtins.py:3224
2131
#: breezy/builtins.py:3144
2183
2133
" Ignore everything except the \"local\" toplevel directory,\n"
2184
2134
" but always ignore autosave files ending in ~, even under local/::"
2187
#: breezy/builtins.py:3227
2137
#: breezy/builtins.py:3147
2189
2139
" brz ignore \"*\"\n"
2190
2140
" brz ignore \"!./local\"\n"
2534
2484
"Commit refused."
2537
#: breezy/builtins.py:3650
2487
#: breezy/builtins.py:3570
2538
2488
#, python-format
2539
2489
msgid "Unrecognized bug %s. Commit refused."
2542
#: breezy/builtins.py:3653
2492
#: breezy/builtins.py:3573
2543
2493
#, python-format
2546
2496
"Commit refused."
2549
#: breezy/builtins.py:3680
2499
#: breezy/builtins.py:3600
2550
2500
msgid "Could not parse --commit-time: "
2553
#: breezy/builtins.py:3724
2503
#: breezy/builtins.py:3644
2554
2504
msgid "please specify either --message or --file"
2557
#: breezy/builtins.py:3754
2507
#: breezy/builtins.py:3674
2558
2508
msgid "please specify a commit message with either --message or --file"
2561
#: breezy/builtins.py:3757
2511
#: breezy/builtins.py:3677
2563
2513
"Empty commit message specified. Please specify a commit message with either "
2564
2514
"--message or --file or leave a blank message with --message \"\"."
2567
#: breezy/builtins.py:3777
2517
#: breezy/builtins.py:3697
2569
2519
"No changes to commit. Please 'brz add' the files you want to commit, or use "
2570
2520
"--unchanged to force an empty commit."
2573
#: breezy/builtins.py:3781
2523
#: breezy/builtins.py:3701
2575
2525
"Conflicts detected in working tree. Use \"brz conflicts\" to list, \"brz "
2576
2526
"resolve FILE\" to resolve."
2579
#: breezy/builtins.py:3785
2529
#: breezy/builtins.py:3705
2580
2530
msgid "Commit refused because there are unknown files in the working tree."
2583
#: breezy/builtins.py:3788
2533
#: breezy/builtins.py:3708
2586
2536
"To commit to master branch, run update and then commit.\n"
2587
2537
"You can also pass --local to commit to continue working disconnected."
2590
#: breezy/builtins.py:3796
2540
#: breezy/builtins.py:3716
2592
2542
"Validate working tree structure, branch consistency and repository history."
2595
#: breezy/builtins.py:3798
2545
#: breezy/builtins.py:3718
2597
2547
"This command checks various invariants about branch and repository storage\n"
2598
2548
"to detect data corruption or brz bugs."
2601
#: breezy/builtins.py:3801
2551
#: breezy/builtins.py:3721
2603
2553
"The working tree and branch checks will only give output if a problem is\n"
2604
2554
"detected. The output fields of the repository check are:"
2607
#: breezy/builtins.py:3804
2557
#: breezy/builtins.py:3724
2610
2560
" This is just the number of revisions checked. It doesn't\n"
2611
2561
" indicate a problem."
2614
#: breezy/builtins.py:3808
2564
#: breezy/builtins.py:3728
2616
2566
"versionedfiles\n"
2617
2567
" This is just the number of versionedfiles checked. It\n"
2618
2568
" doesn't indicate a problem."
2621
#: breezy/builtins.py:3812
2571
#: breezy/builtins.py:3732
2623
2573
"unreferenced ancestors\n"
2624
2574
" Texts that are ancestors of other texts, but\n"
2625
2575
" are not properly referenced by the revision ancestry. This is a\n"
2626
" subtle problem that Breezy can work around."
2576
" subtle problem that Bazaar can work around."
2629
#: breezy/builtins.py:3817
2579
#: breezy/builtins.py:3737
2631
2581
"unique file texts\n"
2632
2582
" This is the total number of unique file contents\n"
2633
2583
" seen in the checked revisions. It does not indicate a problem."
2636
#: breezy/builtins.py:3821
2586
#: breezy/builtins.py:3741
2638
2588
"repeated file texts\n"
2639
2589
" This is the total number of repeated texts seen\n"
2732
#: breezy/builtins.py:3894
2683
#: breezy/builtins.py:3814
2734
"For more information on upgrades, see the Breezy Upgrade Guide,\n"
2685
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2735
2686
"https://www.breezy-vcs.org/doc/en/upgrade-guide/."
2738
2689
# help of 'format' option of 'upgrade' command
2739
#: breezy/builtins.py:3902
2690
#: breezy/builtins.py:3822
2740
2691
msgid "Upgrade to a specific format. See \"brz help formats\" for details."
2743
2694
# title of 'format' option of 'init' command
2744
2695
# title of 'format' option of 'upgrade' command
2745
#: breezy/builtins.py:3907
2696
#: breezy/builtins.py:3827
2746
2697
msgid "Branch format"
2749
2700
# help of 'clean' option of 'upgrade' command
2750
#: breezy/builtins.py:3909
2701
#: breezy/builtins.py:3829
2751
2702
msgid "Remove the backup.bzr directory if successful."
2754
2705
# help of 'dry-run' option of 'add' command
2755
2706
# help of 'dry-run' option of 'upgrade' command
2756
# help of 'dry-run' option of 'rebase' command
2757
#: breezy/builtins.py:3911 breezy/plugins/rewrite/commands.py:97
2707
#: breezy/builtins.py:3831
2758
2708
msgid "Show what would be done, but don't actually do anything."
2761
#: breezy/builtins.py:3926
2711
#: breezy/builtins.py:3846
2762
2712
msgid "Show or set brz user id."
2765
#: breezy/builtins.py:3928
2715
#: breezy/builtins.py:3848
2768
2718
" Show the email of the current user::"
2771
#: breezy/builtins.py:3931
2721
#: breezy/builtins.py:3851
2772
2722
msgid " brz whoami --email"
2775
#: breezy/builtins.py:3933
2725
#: breezy/builtins.py:3853
2776
2726
msgid " Set the current user::"
2779
#: breezy/builtins.py:3935
2729
#: breezy/builtins.py:3855
2780
2730
msgid " brz whoami \"Frank Chu <fchu@example.com>\""
2783
2733
# help of 'email' option of 'whoami' command
2784
#: breezy/builtins.py:3939
2734
#: breezy/builtins.py:3859
2785
2735
msgid "Display email address only."
2788
2738
# help of 'branch' option of 'whoami' command
2789
#: breezy/builtins.py:3941
2739
#: breezy/builtins.py:3861
2790
2740
msgid "Set identity for the current branch instead of globally."
2793
#: breezy/builtins.py:3967
2743
#: breezy/builtins.py:3887
2794
2744
msgid "--email can only be used to display existing identity"
2797
#: breezy/builtins.py:3991
2747
#: breezy/builtins.py:3911
2798
2748
msgid "Print or set the branch nickname."
2801
#: breezy/builtins.py:3993
2751
#: breezy/builtins.py:3913
2803
2753
"If unset, the colocated branch name is used for colocated branches, and\n"
2804
2754
"the branch directory name is used for other branches. To print the\n"
2805
2755
"current nickname, execute with no argument."
2808
#: breezy/builtins.py:3997
2758
#: breezy/builtins.py:3917
2810
2760
"Bound branches use the nickname of its master branch unless it is set\n"
2814
#: breezy/builtins.py:4018
2764
#: breezy/builtins.py:3938
2815
2765
msgid "Set/unset and display aliases."
2818
#: breezy/builtins.py:4020
2768
#: breezy/builtins.py:3940
2821
2771
" Show the current aliases::"
2824
#: breezy/builtins.py:4023
2774
#: breezy/builtins.py:3943
2825
2775
msgid " brz alias"
2828
#: breezy/builtins.py:4025
2778
#: breezy/builtins.py:3945
2829
2779
msgid " Show the alias specified for 'll'::"
2832
#: breezy/builtins.py:4027
2782
#: breezy/builtins.py:3947
2833
2783
msgid " brz alias ll"
2836
#: breezy/builtins.py:4029
2786
#: breezy/builtins.py:3949
2837
2787
msgid " Set an alias for 'll'::"
2840
#: breezy/builtins.py:4031
2790
#: breezy/builtins.py:3951
2841
2791
msgid " brz alias ll=\"log --line -r-10..-1\""
2844
#: breezy/builtins.py:4033
2794
#: breezy/builtins.py:3953
2845
2795
msgid " To remove an alias for 'll'::"
2848
#: breezy/builtins.py:4035
2798
#: breezy/builtins.py:3955
2849
2799
msgid " brz alias --remove ll"
2852
2802
# help of 'remove' option of 'alias' command
2853
#: breezy/builtins.py:4040
2803
#: breezy/builtins.py:3960
2854
2804
msgid "Remove the alias."
2857
#: breezy/builtins.py:4058
2807
#: breezy/builtins.py:3978
2858
2808
msgid "brz alias --remove expects an alias to remove."
2861
#: breezy/builtins.py:4249
2811
#: breezy/builtins.py:4169
2862
2812
msgid "subunit not available. subunit needs to be installed to use --subunit."
2865
#: breezy/builtins.py:4266
2815
#: breezy/builtins.py:4186
2866
2816
msgid "subunit not available. subunit needs to be installed to use --subunit2."
2869
#: breezy/builtins.py:4275
2819
#: breezy/builtins.py:4195
2871
2821
"--benchmark is no longer supported from brz 2.2; use bzr-usertest instead"
2874
#: breezy/builtins.py:4322
2824
#: breezy/builtins.py:4242
2875
2825
msgid "Show version of brz."
2878
2828
# help of 'short' option of 'version' command
2879
#: breezy/builtins.py:4326
2829
#: breezy/builtins.py:4246
2880
2830
msgid "Print just the version number."
2883
#: breezy/builtins.py:4345
2833
#: breezy/builtins.py:4265
2884
2834
msgid "It sure does!\n"
2887
#: breezy/builtins.py:4369
2837
#: breezy/builtins.py:4289
2888
2838
#, python-format
2889
2839
msgid "merge base is revision %s\n"
2892
#: breezy/builtins.py:4374
2842
#: breezy/builtins.py:4294
2893
2843
msgid "Perform a three-way merge."
2896
#: breezy/builtins.py:4376
2846
#: breezy/builtins.py:4296
2898
2848
"The source of the merge can be specified either in the form of a branch,\n"
2899
2849
"or in the form of a path to a file containing a merge directive generated\n"
3050
3000
# help of 'directory' option of 'merge' command
3051
#: breezy/builtins.py:4475
3001
#: breezy/builtins.py:4395
3053
3003
"Branch to merge into, rather than the one containing the working directory."
3056
3006
# help of 'preview' option of 'merge' command
3057
#: breezy/builtins.py:4477
3007
#: breezy/builtins.py:4397
3058
3008
msgid "Instead of merging, show a diff of the merge."
3061
3011
# help of 'interactive' option of 'merge' command
3062
#: breezy/builtins.py:4479
3012
#: breezy/builtins.py:4399
3063
3013
msgid "Select changes interactively."
3066
#: breezy/builtins.py:4502
3016
#: breezy/builtins.py:4422
3068
3018
"Merging into empty branches not currently supported, https://bugs.launchpad."
3069
3019
"net/bzr/+bug/308562"
3072
#: breezy/builtins.py:4524
3022
#: breezy/builtins.py:4444
3073
3023
msgid "Cannot use --uncommitted with bundles or merge directives."
3076
#: breezy/builtins.py:4535
3026
#: breezy/builtins.py:4455
3077
3027
msgid "Cannot use --uncommitted and --revision at the same time."
3080
#: breezy/builtins.py:4555
3030
#: breezy/builtins.py:4475
3081
3031
msgid "merger: "
3084
#: breezy/builtins.py:4557 breezy/bzr/bundle/apply_bundle.py:65
3085
#: breezy/plugins/rewrite/commands.py:518
3034
#: breezy/builtins.py:4477 breezy/bundle/apply_bundle.py:65
3086
3035
msgid "Nothing to do."
3089
#: breezy/builtins.py:4562
3038
#: breezy/builtins.py:4482
3090
3039
msgid "Cannot pull individual files"
3093
#: breezy/builtins.py:4570
3042
#: breezy/builtins.py:4490
3094
3043
msgid "This branch has no commits. (perhaps you would prefer 'brz pull')"
3097
#: breezy/builtins.py:4628
3046
#: breezy/builtins.py:4548
3098
3047
#, python-format
3099
3048
msgid "Show-base is not supported for this merge type. %s"
3102
#: breezy/builtins.py:4637
3051
#: breezy/builtins.py:4557
3103
3052
#, python-format
3104
3053
msgid "Conflict reduction is not supported for merge type %s."
3107
#: breezy/builtins.py:4641
3056
#: breezy/builtins.py:4561
3108
3057
msgid "Cannot do conflict reduction and show base."
3111
#: breezy/builtins.py:4650
3060
#: breezy/builtins.py:4570
3112
3061
msgid "Plan file merge unsupported: Merge type incompatible with tree formats."
3115
#: breezy/builtins.py:4761
3064
#: breezy/builtins.py:4681
3116
3065
msgid "No location specified or remembered"
3119
#: breezy/builtins.py:4763
3068
#: breezy/builtins.py:4683
3120
3069
#, python-brace-format
3121
3070
msgid "{0} remembered {1} location {2}"
3124
#: breezy/builtins.py:4769
3073
#: breezy/builtins.py:4689
3125
3074
msgid "Redo a merge."
3128
#: breezy/builtins.py:4771
3077
#: breezy/builtins.py:4691
3130
3079
"Use this if you want to try a different merge technique while resolving\n"
3131
3080
"conflicts. Some merge techniques are better than others, and remerge\n"
3132
3081
"lets you try different ones on different files."
3135
#: breezy/builtins.py:4775
3084
#: breezy/builtins.py:4695
3137
3086
"The options for remerge have the same meaning and defaults as the ones for\n"
3138
3087
"merge. The difference is that remerge can (only) be run when there is a\n"
3139
3088
"pending merge, and it lets you specify particular files."
3142
#: breezy/builtins.py:4779
3091
#: breezy/builtins.py:4699
3145
3094
" Re-do the merge of all conflicted files, and show the base text in\n"
3146
3095
" conflict regions, in addition to the usual THIS and OTHER texts::"
3149
#: breezy/builtins.py:4783
3098
#: breezy/builtins.py:4703
3150
3099
msgid " brz remerge --show-base"
3153
#: breezy/builtins.py:4785
3102
#: breezy/builtins.py:4705
3155
3104
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
3156
3105
" additional processing to reduce the size of conflict regions::"
3159
#: breezy/builtins.py:4788
3108
#: breezy/builtins.py:4708
3160
3109
msgid " brz remerge --merge-type weave --reprocess foobar"
3253
3202
# help of 'no-backup' option of 'revert' command
3254
#: breezy/builtins.py:4918
3203
#: breezy/builtins.py:4838
3255
3204
msgid "Do not save backups of reverted files."
3258
3207
# help of 'forget-merges' option of 'revert' command
3259
#: breezy/builtins.py:4920
3208
#: breezy/builtins.py:4840
3260
3209
msgid "Remove pending merge marker, without changing any files."
3263
#: breezy/builtins.py:4951
3212
#: breezy/builtins.py:4871
3265
3214
"Show help on a command or other topic.\n"
3269
3218
# help of 'long' option of 'help' command
3270
#: breezy/builtins.py:4956
3219
#: breezy/builtins.py:4876
3271
3220
msgid "Show help on all commands."
3274
#: breezy/builtins.py:4985
3223
#: breezy/builtins.py:4905
3275
3224
msgid "Show unmerged/unpulled revisions between two branches."
3278
#: breezy/builtins.py:4987
3227
#: breezy/builtins.py:4907
3279
3228
msgid "OTHER_BRANCH may be local or remote."
3282
#: breezy/builtins.py:4989
3231
#: breezy/builtins.py:4909
3284
3233
"To filter on a range of revisions, you can use the command -r begin..end\n"
3285
3234
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
3289
#: breezy/builtins.py:4993
3238
#: breezy/builtins.py:4913
3291
3240
":Exit values:\n"
3292
3241
" 1 - some missing revisions\n"
3293
3242
" 0 - no missing revisions"
3296
#: breezy/builtins.py:4999
3245
#: breezy/builtins.py:4919
3298
3247
" Determine the missing revisions between this and the branch at the\n"
3299
3248
" remembered pull location::"
3302
#: breezy/builtins.py:5002
3251
#: breezy/builtins.py:4922
3303
3252
msgid " brz missing"
3306
#: breezy/builtins.py:5004
3255
#: breezy/builtins.py:4924
3307
3256
msgid " Determine the missing revisions between this and another branch::"
3310
#: breezy/builtins.py:5006
3259
#: breezy/builtins.py:4926
3311
3260
msgid " brz missing http://server/branch"
3314
#: breezy/builtins.py:5008
3263
#: breezy/builtins.py:4928
3316
3265
" Determine the missing revisions up to a specific revision on the other\n"
3320
#: breezy/builtins.py:5011
3269
#: breezy/builtins.py:4931
3321
3270
msgid " brz missing -r ..-10"
3324
#: breezy/builtins.py:5013
3273
#: breezy/builtins.py:4933
3326
3275
" Determine the missing revisions up to a specific revision on this\n"
3330
#: breezy/builtins.py:5016
3279
#: breezy/builtins.py:4936
3331
3280
msgid " brz missing --my-revision ..-10"
3334
3283
# help of 'reverse' option of 'missing' command
3335
#: breezy/builtins.py:5023
3284
#: breezy/builtins.py:4943
3336
3285
msgid "Reverse the order of revisions."
3339
3288
# help of 'mine-only' option of 'missing' command
3340
#: breezy/builtins.py:5025
3289
#: breezy/builtins.py:4945
3341
3290
msgid "Display changes in the local branch only."
3344
3293
# help of 'this' option of 'missing' command
3345
#: breezy/builtins.py:5026
3294
#: breezy/builtins.py:4946
3346
3295
msgid "Same as --mine-only."
3349
3298
# help of 'theirs-only' option of 'missing' command
3350
#: breezy/builtins.py:5028
3299
#: breezy/builtins.py:4948
3351
3300
msgid "Display changes in the remote branch only."
3354
3303
# help of 'other' option of 'missing' command
3355
#: breezy/builtins.py:5029
3304
#: breezy/builtins.py:4949
3356
3305
msgid "Same as --theirs-only."
3359
3308
# help of 'revision' option of 'missing' command
3360
#: breezy/builtins.py:5034
3309
#: breezy/builtins.py:4954
3362
3311
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3366
3315
# help of 'my-revision' option of 'missing' command
3367
#: breezy/builtins.py:5038
3316
#: breezy/builtins.py:4958
3369
3318
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3373
3322
# help of 'include-merged' option of 'missing' command
3374
#: breezy/builtins.py:5041
3323
#: breezy/builtins.py:4961
3375
3324
msgid "Show all revisions in addition to the mainline ones."
3378
#: breezy/builtins.py:5082
3327
#: breezy/builtins.py:5002
3379
3328
msgid "No peer location known or specified."
3382
#: breezy/builtins.py:5086
3331
#: breezy/builtins.py:5006
3383
3332
#, python-brace-format
3384
3333
msgid "Using saved parent location: {0}\n"
3387
#: breezy/builtins.py:5119
3336
#: breezy/builtins.py:5039
3388
3337
#, python-format
3389
3338
msgid "You have %d extra revision:\n"
3390
3339
msgid_plural "You have %d extra revisions:\n"
3394
#: breezy/builtins.py:5139
3343
#: breezy/builtins.py:5059
3395
3344
#, python-format
3396
3345
msgid "You are missing %d revision:\n"
3397
3346
msgid_plural "You are missing %d revisions:\n"
3401
#: breezy/builtins.py:5154
3350
#: breezy/builtins.py:5074
3402
3351
msgid "This branch has no new revisions.\n"
3405
#: breezy/builtins.py:5157
3354
#: breezy/builtins.py:5077
3406
3355
msgid "Other branch has no new revisions.\n"
3409
#: breezy/builtins.py:5162
3358
#: breezy/builtins.py:5082
3410
3359
msgid "Branches are up to date.\n"
3413
#: breezy/builtins.py:5173
3362
#: breezy/builtins.py:5093
3414
3363
msgid "Compress the data within a repository."
3417
#: breezy/builtins.py:5175
3366
#: breezy/builtins.py:5095
3419
3368
"This operation compresses the data within a bazaar repository. As\n"
3420
3369
"bazaar supports automatic packing of repository, this operation is\n"
3421
3370
"normally not required to be done manually."
3424
#: breezy/builtins.py:5179
3373
#: breezy/builtins.py:5099
3426
3375
"During the pack operation, bazaar takes a backup of existing repository\n"
3427
3376
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3474
3423
"plugins using the Python programming language."
3477
#: breezy/builtins.py:5238
3426
#: breezy/builtins.py:5158
3478
3427
msgid "Show testament (signing-form) of a revision."
3481
3430
# help of 'long' option of 'testament' command
3482
#: breezy/builtins.py:5241
3431
#: breezy/builtins.py:5161
3483
3432
msgid "Produce long-format testament."
3486
3435
# help of 'strict' option of 'testament' command
3487
#: breezy/builtins.py:5243
3436
#: breezy/builtins.py:5163
3488
3437
msgid "Produce a strict-format testament."
3491
#: breezy/builtins.py:5271
3440
#: breezy/builtins.py:5191
3492
3441
msgid "Show the origin of each line in a file."
3495
#: breezy/builtins.py:5273
3444
#: breezy/builtins.py:5193
3497
3446
"This prints out the given file with an annotation on the left side\n"
3498
3447
"indicating which revision, author and date introduced the change."
3501
#: breezy/builtins.py:5276
3450
#: breezy/builtins.py:5196
3503
3452
"If the origin is the same for a run of consecutive lines, it is\n"
3504
3453
"shown only at the top, unless the --all option is given."
3507
3456
# help of 'all' option of 'annotate' command
3508
#: breezy/builtins.py:5284
3457
#: breezy/builtins.py:5204
3509
3458
msgid "Show annotations on all lines."
3512
3461
# help of 'long' option of 'annotate' command
3513
#: breezy/builtins.py:5285
3462
#: breezy/builtins.py:5205
3514
3463
msgid "Show commit date in annotations."
3517
#: breezy/builtins.py:5362
3466
#: breezy/builtins.py:5293
3518
3467
msgid "Cannot sign a range of non-revision-history revisions"
3521
#: breezy/builtins.py:5369
3470
#: breezy/builtins.py:5306
3522
3471
msgid "Please supply either one revision, or a range."
3525
#: breezy/builtins.py:5373
3474
#: breezy/builtins.py:5310
3527
3476
"Convert the current branch into a checkout of the supplied branch.\n"
3528
3477
"If no branch is supplied, rebind to the last bound location."
3531
#: breezy/builtins.py:5376
3480
#: breezy/builtins.py:5313
3533
3482
"Once converted into a checkout, commits must succeed on the master branch\n"
3534
3483
"before they will be applied to the local branch."
3537
#: breezy/builtins.py:5379
3486
#: breezy/builtins.py:5316
3539
3488
"Bound branches use the nickname of its master branch unless it is set\n"
3540
3489
"locally, in which case binding will update the local nickname to be\n"
3541
3490
"that of the master."
3544
#: breezy/builtins.py:5395
3493
#: breezy/builtins.py:5332
3545
3494
msgid "No location supplied. This format does not remember old locations."
3548
#: breezy/builtins.py:5401
3497
#: breezy/builtins.py:5338
3549
3498
msgid "Branch is already bound"
3552
#: breezy/builtins.py:5404
3501
#: breezy/builtins.py:5341
3553
3502
msgid "No location supplied and no previous location known"
3556
#: breezy/builtins.py:5411
3505
#: breezy/builtins.py:5348
3557
3506
msgid "These branches have diverged. Try merging, and then bind again."
3560
#: breezy/builtins.py:5418
3509
#: breezy/builtins.py:5355
3561
3510
msgid "Convert the current checkout into a regular branch."
3564
#: breezy/builtins.py:5420
3513
#: breezy/builtins.py:5357
3566
3515
"After unbinding, the local branch is considered independent and subsequent\n"
3567
3516
"commits will be local only."
3570
#: breezy/builtins.py:5431
3519
#: breezy/builtins.py:5368
3571
3520
msgid "Local branch is not bound"
3574
#: breezy/builtins.py:5435
3523
#: breezy/builtins.py:5372
3575
3524
msgid "Remove the last committed revision."
3578
#: breezy/builtins.py:5437
3527
#: breezy/builtins.py:5374
3580
3529
"--verbose will print out what is being removed.\n"
3581
3530
"--dry-run will go through all the motions, but not actually\n"
3582
3531
"remove anything."
3585
#: breezy/builtins.py:5441
3534
#: breezy/builtins.py:5378
3587
3536
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3588
3537
"specified revision. For example, \"brz uncommit -r 15\" will leave the\n"
3589
3538
"branch at revision 15."
3592
#: breezy/builtins.py:5445
3541
#: breezy/builtins.py:5382
3594
3543
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3595
3544
"it may make is to restore any pending merges that were present before\n"
3599
3548
# help of 'dry-run' option of 'uncommit' command
3600
#: breezy/builtins.py:5456
3549
#: breezy/builtins.py:5393
3601
3550
msgid "Don't actually make changes."
3604
3553
# help of 'force' option of 'uncommit' command
3605
#: breezy/builtins.py:5457
3554
#: breezy/builtins.py:5394
3606
3555
msgid "Say yes to all questions."
3609
3558
# help of 'keep-tags' option of 'uncommit' command
3610
#: breezy/builtins.py:5459
3559
#: breezy/builtins.py:5396
3611
3560
msgid "Keep tags that point to removed revisions."
3614
3563
# help of 'local' option of 'uncommit' command
3615
#: breezy/builtins.py:5461
3564
#: breezy/builtins.py:5398
3616
3565
msgid "Only remove the commits from the local branch when in a checkout."
3619
#: breezy/builtins.py:5510
3568
#: breezy/builtins.py:5447
3620
3569
msgid "No revisions to uncommit.\n"
3623
#: breezy/builtins.py:5525
3572
#: breezy/builtins.py:5462
3624
3573
msgid "Dry-run, pretending to remove the above revisions.\n"
3627
#: breezy/builtins.py:5529
3576
#: breezy/builtins.py:5466
3628
3577
msgid "The above revision(s) will be removed.\n"
3631
#: breezy/builtins.py:5533
3580
#: breezy/builtins.py:5470
3632
3581
msgid "Uncommit these revisions"
3635
#: breezy/builtins.py:5536
3584
#: breezy/builtins.py:5473
3636
3585
msgid "Canceled\n"
3639
#: breezy/builtins.py:5545
3642
"You can restore the old tip by running:\n"
3643
" brz pull -d %s %s -r revid:%s\n"
3646
#: breezy/builtins.py:5550
3588
#: breezy/builtins.py:5481
3647
3589
#, python-format
3649
3591
"You can restore the old tip by running:\n"
3650
3592
" brz pull . -r revid:%s\n"
3653
#: breezy/builtins.py:5556
3595
#: breezy/builtins.py:5487
3654
3596
msgid "Break a dead lock."
3657
#: breezy/builtins.py:5558
3599
#: breezy/builtins.py:5489
3659
3601
"This command breaks a lock on a repository, branch, working directory or\n"
3663
#: breezy/builtins.py:5561
3605
#: breezy/builtins.py:5492
3665
3607
"CAUTION: Locks should only be broken when you are sure that the process\n"
3666
3608
"holding the lock has been stopped."
3669
#: breezy/builtins.py:5564
3611
#: breezy/builtins.py:5495
3671
3613
"You can get information on what locks are open via the 'brz info\n"
3672
3614
"[location]' command."
3675
#: breezy/builtins.py:5567
3617
#: breezy/builtins.py:5498
3678
3620
" brz break-lock\n"
3679
3621
" brz break-lock brz+ssh://example.com/brz/foo\n"
3680
" brz break-lock --conf ~/.config/breezy"
3622
" brz break-lock --conf ~/.bazaar"
3683
3625
# help of 'config' option of 'break-lock' command
3684
#: breezy/builtins.py:5576
3626
#: breezy/builtins.py:5507
3685
3627
msgid "LOCATION is the directory where the config lock is."
3688
3630
# help of 'force' option of 'break-lock' command
3689
#: breezy/builtins.py:5578
3631
#: breezy/builtins.py:5509
3690
3632
msgid "Do not ask for confirmation before breaking the lock."
3693
3635
# help of 'protocol=git' option of 'serve' command
3694
#: breezy/builtins.py:5613
3636
#: breezy/builtins.py:5544
3695
3637
msgid "Git Smart server protocol over TCP. (default port: 9418)"
3698
3640
# help of 'protocol=git-receive-pack' option of 'serve' command
3699
#: breezy/builtins.py:5613
3641
#: breezy/builtins.py:5544
3700
3642
msgid "Git Smart server receive pack command. (inetd mode only)"
3703
3645
# help of 'protocol=git-upload-pack' option of 'serve' command
3704
#: breezy/builtins.py:5613
3646
#: breezy/builtins.py:5544
3705
3647
msgid "Git Smart server upload pack command. (inetd mode only)"
3708
3650
# help of 'protocol=bzr' option of 'serve' command
3709
#: breezy/builtins.py:5613
3651
#: breezy/builtins.py:5544
3710
3652
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3713
#: breezy/builtins.py:5614
3655
#: breezy/builtins.py:5545
3714
3656
msgid "Run the brz server."
3717
3659
# help of 'inet' option of 'serve' command
3718
#: breezy/builtins.py:5620
3660
#: breezy/builtins.py:5551
3719
3661
msgid "Serve on stdin/out for use from inetd or sshd."
3722
3664
# title of 'protocol' option of 'serve' command
3723
#: breezy/builtins.py:5621
3665
#: breezy/builtins.py:5552
3724
3666
msgid "protocol"
3727
3669
# help of 'protocol' option of 'serve' command
3728
#: breezy/builtins.py:5622
3670
#: breezy/builtins.py:5553
3729
3671
msgid "Protocol to serve."
3732
3674
# help of 'listen' option of 'serve' command
3733
#: breezy/builtins.py:5627
3675
#: breezy/builtins.py:5558
3734
3676
msgid "Listen for connections on nominated address."
3737
3679
# help of 'port' option of 'serve' command
3738
#: breezy/builtins.py:5630
3680
#: breezy/builtins.py:5561
3740
3682
"Listen for connections on nominated port. Passing 0 as the port number will "
3741
3683
"result in a dynamically allocated port. The default port depends on the "
3760
3702
# help of 'client-timeout' option of 'serve' command
3761
#: breezy/builtins.py:5646
3703
#: breezy/builtins.py:5577
3762
3704
msgid "Override the default idle client timeout (5min)."
3765
#: breezy/builtins.py:5664
3707
#: breezy/builtins.py:5595
3766
3708
msgid "Combine a tree into its containing tree."
3769
#: breezy/builtins.py:5666
3711
#: breezy/builtins.py:5597
3770
3712
msgid "This command requires the target tree to be in a rich-root format."
3773
#: breezy/builtins.py:5668
3715
#: breezy/builtins.py:5599
3775
3717
"The TREE argument should be an independent tree, inside another tree, but\n"
3776
3718
"not part of it. (Such trees can be produced by \"brz split\", but also by\n"
3777
3719
"running \"brz branch\" with the target inside a tree.)"
3780
#: breezy/builtins.py:5672
3722
#: breezy/builtins.py:5603
3782
3724
"The result is a combined tree, with the subtree no longer an independent\n"
3783
3725
"part. This is marked as a merge of the subtree into the containing tree,\n"
3784
3726
"and all history is preserved."
3787
#: breezy/builtins.py:5691
3729
#: breezy/builtins.py:5622
3788
3730
#, python-format
3790
3732
"Can't join trees because %s doesn't support rich root data.\n"
3791
3733
"You can use brz upgrade on the repository."
3794
#: breezy/builtins.py:5701 breezy/builtins.py:5707
3736
#: breezy/builtins.py:5632 breezy/builtins.py:5638
3795
3737
#, python-brace-format
3796
3738
msgid "Cannot join {0}. {1}"
3799
#: breezy/builtins.py:5711
3741
#: breezy/builtins.py:5642
3800
3742
msgid "Split a subdirectory of a tree into a separate tree."
3803
#: breezy/builtins.py:5713
3745
#: breezy/builtins.py:5644
3805
3747
"This command will produce a target tree in a format that supports\n"
3806
3748
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3807
3749
"converted into earlier formats like 'dirstate-tags'."
3810
#: breezy/builtins.py:5717
3752
#: breezy/builtins.py:5648
3812
3754
"The TREE argument should be a subdirectory of a working tree. That\n"
3813
3755
"subdirectory will be converted into an independent tree, with its own\n"
3814
3756
"branch. Commits in the top-level tree will not apply to the new subtree."
3817
#: breezy/builtins.py:5799
3759
#: breezy/builtins.py:5730
3818
3760
msgid "No submit branch specified or known"
3821
#: breezy/builtins.py:5809 breezy/send.py:108
3763
#: breezy/builtins.py:5740 breezy/send.py:109
3822
3764
msgid "No public branch specified or known"
3825
#: breezy/builtins.py:5814
3767
#: breezy/builtins.py:5745
3826
3768
msgid "brz merge-directive takes at most two one revision identifiers"
3829
#: breezy/builtins.py:5823
3771
#: breezy/builtins.py:5754
3830
3772
msgid "No revisions to bundle."
3833
#: breezy/builtins.py:5842
3775
#: breezy/builtins.py:5773
3834
3776
msgid "Mail or create a merge-directive for submitting changes."
3837
#: breezy/builtins.py:5844
3779
#: breezy/builtins.py:5775
3838
3780
msgid "A merge directive provides many things needed for requesting merges:"
3841
#: breezy/builtins.py:5846
3783
#: breezy/builtins.py:5777
3842
3784
msgid "* A machine-readable description of the merge to perform"
3845
#: breezy/builtins.py:5848
3787
#: breezy/builtins.py:5779
3846
3788
msgid "* An optional patch that is a preview of the changes requested"
3849
#: breezy/builtins.py:5850
3791
#: breezy/builtins.py:5781
3851
3793
"* An optional bundle of revision data, so that the changes can be applied\n"
3852
3794
" directly from the merge directive, without retrieving data from a\n"
3856
#: breezy/builtins.py:5854
3798
#: breezy/builtins.py:5785
3858
3800
"`brz send` creates a compact data set that, when applied using brz\n"
3859
3801
"merge, has the same effect as merging from the source branch."
3862
#: breezy/builtins.py:5857
3804
#: breezy/builtins.py:5788
3864
3806
"By default the merge directive is self-contained and can be applied to any\n"
3865
3807
"branch containing submit_branch in its ancestory without needing access to\n"
3866
3808
"the source branch."
3869
#: breezy/builtins.py:5861
3811
#: breezy/builtins.py:5792
3871
"If --no-bundle is specified, then Breezy doesn't send the contents of the\n"
3813
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3872
3814
"revisions, but only a structured request to merge from the\n"
3873
3815
"public_location. In that case the public_branch is needed and it must be\n"
3874
3816
"up-to-date and accessible to the recipient. The public_branch is always\n"
3875
3817
"included if known, so that people can check it later."
3878
#: breezy/builtins.py:5867
3820
#: breezy/builtins.py:5798
3880
3822
"The submit branch defaults to the parent of the source branch, but can be\n"
3881
3823
"overridden. Both submit branch and public branch will be remembered in\n"
4134
4076
# title of 'tree_type' option of 'reconfigure' command
4135
#: breezy/builtins.py:6203
4077
#: breezy/builtins.py:6134
4136
4078
msgid "Tree type"
4139
4081
# help of 'tree_type' option of 'reconfigure' command
4140
#: breezy/builtins.py:6204
4082
#: breezy/builtins.py:6135
4141
4083
msgid "The relation between branch and tree."
4144
4086
# help of 'tree_type=branch' option of 'reconfigure' command
4145
#: breezy/builtins.py:6206
4087
#: breezy/builtins.py:6137
4146
4088
msgid "Reconfigure to be an unbound branch with no working tree."
4149
4091
# help of 'tree_type=tree' option of 'reconfigure' command
4150
#: breezy/builtins.py:6207
4092
#: breezy/builtins.py:6138
4151
4093
msgid "Reconfigure to be an unbound branch with a working tree."
4154
4096
# help of 'tree_type=checkout' option of 'reconfigure' command
4155
#: breezy/builtins.py:6208
4097
#: breezy/builtins.py:6139
4156
4098
msgid "Reconfigure to be a bound branch with a working tree."
4159
4101
# help of 'tree_type=lightweight-checkout' option of 'reconfigure' command
4160
#: breezy/builtins.py:6209
4102
#: breezy/builtins.py:6140
4161
4103
msgid "Reconfigure to be a lightweight checkout (with no local history)."
4164
4106
# title of 'repository_type' option of 'reconfigure' command
4165
#: breezy/builtins.py:6214
4107
#: breezy/builtins.py:6145
4166
4108
msgid "Repository type"
4169
4111
# help of 'repository_type' option of 'reconfigure' command
4170
#: breezy/builtins.py:6215
4112
#: breezy/builtins.py:6146
4171
4113
msgid "Location fo the repository."
4174
4116
# help of 'repository_type=standalone' option of 'reconfigure' command
4175
#: breezy/builtins.py:6217
4117
#: breezy/builtins.py:6148
4177
4119
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
4180
4122
# help of 'repository_type=use-shared' option of 'reconfigure' command
4181
#: breezy/builtins.py:6219
4123
#: breezy/builtins.py:6150
4182
4124
msgid "Reconfigure to use a shared repository."
4185
4127
# title of 'repository_trees' option of 'reconfigure' command
4186
#: breezy/builtins.py:6223
4128
#: breezy/builtins.py:6154
4187
4129
msgid "Trees in Repository"
4190
4132
# help of 'repository_trees' option of 'reconfigure' command
4191
#: breezy/builtins.py:6224
4133
#: breezy/builtins.py:6155
4192
4134
msgid "Whether new branches in the repository have trees."
4195
4137
# help of 'repository_trees=with-trees' option of 'reconfigure' command
4196
#: breezy/builtins.py:6226
4138
#: breezy/builtins.py:6157
4197
4139
msgid "Reconfigure repository to create working trees on branches by default."
4200
4142
# help of 'repository_trees=with-no-trees' option of 'reconfigure' command
4201
#: breezy/builtins.py:6228
4143
#: breezy/builtins.py:6159
4203
4145
"Reconfigure repository to not create working trees on branches by default."
4206
4148
# help of 'bind-to' option of 'reconfigure' command
4207
#: breezy/builtins.py:6231
4149
#: breezy/builtins.py:6162
4208
4150
msgid "Branch to bind checkout to."
4211
4153
# help of 'force' option of 'reconfigure' command
4212
#: breezy/builtins.py:6233
4154
#: breezy/builtins.py:6164
4213
4155
msgid "Perform reconfiguration even if local changes will be lost."
4216
4158
# help of 'stacked-on' option of 'reconfigure' command
4217
#: breezy/builtins.py:6236
4159
#: breezy/builtins.py:6167
4218
4160
msgid "Reconfigure a branch to be stacked on another branch."
4221
4163
# help of 'unstacked' option of 'reconfigure' command
4222
#: breezy/builtins.py:6240
4164
#: breezy/builtins.py:6171
4224
4166
"Reconfigure a branch to be unstacked. This may require copying substantial "
4225
4167
"data into it."
4228
#: breezy/builtins.py:6251
4170
#: breezy/builtins.py:6182
4229
4171
msgid "Can't use both --stacked-on and --unstacked"
4232
#: breezy/builtins.py:6265
4174
#: breezy/builtins.py:6196
4233
4175
msgid "No target configuration specified"
4236
#: breezy/builtins.py:6300
4178
#: breezy/builtins.py:6231
4237
4179
msgid "Set the branch of a checkout and update."
4240
#: breezy/builtins.py:6302
4182
#: breezy/builtins.py:6233
4242
4184
"For lightweight checkouts, this changes the branch being referenced.\n"
4243
4185
"For heavyweight checkouts, this checks that there are no local commits\n"
4344
4286
"want to switch back to your view after that."
4347
#: breezy/builtins.py:6424
4289
#: breezy/builtins.py:6352
4350
4292
" To define the current view::"
4353
#: breezy/builtins.py:6427
4295
#: breezy/builtins.py:6355
4354
4296
msgid " brz view file1 dir1 ..."
4357
#: breezy/builtins.py:6429
4299
#: breezy/builtins.py:6357
4358
4300
msgid " To list the current view::"
4361
#: breezy/builtins.py:6431
4303
#: breezy/builtins.py:6359
4362
4304
msgid " brz view"
4365
#: breezy/builtins.py:6433
4307
#: breezy/builtins.py:6361
4366
4308
msgid " To delete the current view::"
4369
#: breezy/builtins.py:6435
4311
#: breezy/builtins.py:6363
4370
4312
msgid " brz view --delete"
4373
#: breezy/builtins.py:6437
4315
#: breezy/builtins.py:6365
4374
4316
msgid " To disable the current view without deleting it::"
4377
#: breezy/builtins.py:6439
4319
#: breezy/builtins.py:6367
4378
4320
msgid " brz view --switch off"
4381
#: breezy/builtins.py:6441
4323
#: breezy/builtins.py:6369
4382
4324
msgid " To define a named view and switch to it::"
4385
#: breezy/builtins.py:6443
4327
#: breezy/builtins.py:6371
4386
4328
msgid " brz view --name view-name file1 dir1 ..."
4389
#: breezy/builtins.py:6445
4331
#: breezy/builtins.py:6373
4390
4332
msgid " To list a named view::"
4393
#: breezy/builtins.py:6447
4335
#: breezy/builtins.py:6375
4394
4336
msgid " brz view --name view-name"
4397
#: breezy/builtins.py:6449
4339
#: breezy/builtins.py:6377
4398
4340
msgid " To delete a named view::"
4401
#: breezy/builtins.py:6451
4343
#: breezy/builtins.py:6379
4402
4344
msgid " brz view --name view-name --delete"
4405
#: breezy/builtins.py:6453
4347
#: breezy/builtins.py:6381
4406
4348
msgid " To switch to a named view::"
4409
#: breezy/builtins.py:6455
4351
#: breezy/builtins.py:6383
4410
4352
msgid " brz view --switch view-name"
4413
#: breezy/builtins.py:6457
4355
#: breezy/builtins.py:6385
4414
4356
msgid " To list all views defined::"
4417
#: breezy/builtins.py:6459
4359
#: breezy/builtins.py:6387
4418
4360
msgid " brz view --all"
4421
#: breezy/builtins.py:6461
4363
#: breezy/builtins.py:6389
4422
4364
msgid " To delete all views::"
4425
#: breezy/builtins.py:6463
4367
#: breezy/builtins.py:6391
4426
4368
msgid " brz view --delete --all"
4429
4371
# help of 'all' option of 'view' command
4430
#: breezy/builtins.py:6470
4372
#: breezy/builtins.py:6398
4431
4373
msgid "Apply list or delete action to all views."
4434
4376
# help of 'delete' option of 'view' command
4435
#: breezy/builtins.py:6473
4377
#: breezy/builtins.py:6401
4436
4378
msgid "Delete the view."
4439
4381
# help of 'name' option of 'view' command
4440
#: breezy/builtins.py:6476
4382
#: breezy/builtins.py:6404
4441
4383
msgid "Name of the view to define, list or delete."
4444
4386
# help of 'switch' option of 'view' command
4445
#: breezy/builtins.py:6480
4387
#: breezy/builtins.py:6408
4446
4388
msgid "Name of the view to switch to."
4449
#: breezy/builtins.py:6499
4391
#: breezy/builtins.py:6427
4450
4392
msgid "Both --delete and a file list specified"
4453
#: breezy/builtins.py:6502
4395
#: breezy/builtins.py:6430
4454
4396
msgid "Both --delete and --switch specified"
4457
#: breezy/builtins.py:6505
4399
#: breezy/builtins.py:6433
4458
4400
msgid "Deleted all views.\n"
4461
#: breezy/builtins.py:6508
4403
#: breezy/builtins.py:6436
4462
4404
msgid "No current view to delete"
4465
#: breezy/builtins.py:6511
4407
#: breezy/builtins.py:6439
4466
4408
#, python-format
4467
4409
msgid "Deleted '%s' view.\n"
4470
#: breezy/builtins.py:6515
4412
#: breezy/builtins.py:6443
4471
4413
msgid "Both --switch and a file list specified"
4474
#: breezy/builtins.py:6518
4416
#: breezy/builtins.py:6446
4475
4417
msgid "Both --switch and --all specified"
4478
#: breezy/builtins.py:6522
4420
#: breezy/builtins.py:6450
4479
4421
msgid "No current view to disable"
4482
#: breezy/builtins.py:6524
4424
#: breezy/builtins.py:6452
4483
4425
#, python-format
4484
4426
msgid "Disabled '%s' view.\n"
4487
#: breezy/builtins.py:6530 breezy/builtins.py:6553
4429
#: breezy/builtins.py:6458 breezy/builtins.py:6481
4488
4430
#, python-brace-format
4489
4431
msgid "Using '{0}' view: {1}\n"
4492
#: breezy/builtins.py:6533
4434
#: breezy/builtins.py:6461
4493
4435
msgid "Views defined:\n"
4496
#: breezy/builtins.py:6542
4438
#: breezy/builtins.py:6470
4497
4439
msgid "No views defined.\n"
4500
#: breezy/builtins.py:6549
4442
#: breezy/builtins.py:6477
4501
4443
msgid "Cannot change the 'off' pseudo view"
4504
#: breezy/builtins.py:6558
4446
#: breezy/builtins.py:6486
4505
4447
msgid "No current view.\n"
4508
#: breezy/builtins.py:6562
4450
#: breezy/builtins.py:6490
4509
4451
#, python-brace-format
4510
4452
msgid "'{0}' view is: {1}\n"
4513
#: breezy/builtins.py:6582
4455
#: breezy/builtins.py:6510
4514
4456
msgid " <no hooks installed>\n"
4517
#: breezy/builtins.py:6586
4459
#: breezy/builtins.py:6514
4518
4460
msgid "Remove a branch."
4521
#: breezy/builtins.py:6588
4463
#: breezy/builtins.py:6516
4523
4465
"This will remove the branch from the specified location but\n"
4524
4466
"will keep any working tree or repository in place."
4527
#: breezy/builtins.py:6593
4469
#: breezy/builtins.py:6521
4528
4470
msgid " Remove the branch at repo/trunk::"
4531
#: breezy/builtins.py:6595
4473
#: breezy/builtins.py:6523
4532
4474
msgid " brz remove-branch repo/trunk"
4535
4477
# help of 'force' option of 'remove-branch' command
4536
#: breezy/builtins.py:6602
4478
#: breezy/builtins.py:6530
4537
4479
msgid "Remove branch even if it is the active branch."
4540
#: breezy/builtins.py:6616
4482
#: breezy/builtins.py:6544
4541
4483
msgid "Branch is active. Use --force to remove it."
4544
4486
# help of 'writer=plain' option of 'shelve' command
4545
#: breezy/builtins.py:6620
4487
#: breezy/builtins.py:6548
4546
4488
msgid "Plaintext diff output."
4549
#: breezy/builtins.py:6621
4491
#: breezy/builtins.py:6549
4550
4492
msgid "Temporarily set aside some changes from the current tree."
4553
#: breezy/builtins.py:6623
4495
#: breezy/builtins.py:6551
4555
4497
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4556
4498
"ie. out of the way, until a later time when you can bring them back from\n"
4650
4592
# help of 'action' option of 'unshelve' command
4651
#: breezy/builtins.py:6721
4593
#: breezy/builtins.py:6649
4652
4594
msgid "The action to perform."
4655
4597
# title of 'action' option of 'resolve' command
4656
4598
# title of 'action' option of 'unshelve' command
4657
#: breezy/builtins.py:6721 breezy/conflicts.py:717
4599
#: breezy/builtins.py:6649 breezy/conflicts.py:707
4661
4603
# help of 'action=apply' option of 'unshelve' command
4662
#: breezy/builtins.py:6723
4604
#: breezy/builtins.py:6651
4663
4605
msgid "Apply changes and remove from the shelf."
4666
4608
# help of 'action=dry-run' option of 'unshelve' command
4667
#: breezy/builtins.py:6724
4609
#: breezy/builtins.py:6652
4668
4610
msgid "Show changes, but do not apply or remove them."
4671
4613
# help of 'action=preview' option of 'unshelve' command
4672
#: breezy/builtins.py:6725
4614
#: breezy/builtins.py:6653
4674
4616
"Instead of unshelving the changes, show the diff that would result from "
4678
4620
# help of 'action=delete-only' option of 'unshelve' command
4679
#: breezy/builtins.py:6727
4621
#: breezy/builtins.py:6655
4680
4622
msgid "Delete changes without applying them."
4683
4625
# help of 'action=keep' option of 'unshelve' command
4684
#: breezy/builtins.py:6728
4626
#: breezy/builtins.py:6656
4685
4627
msgid "Apply changes but don't delete them."
4688
#: breezy/builtins.py:6743
4630
#: breezy/builtins.py:6671
4689
4631
msgid "Remove unwanted files from working tree."
4692
#: breezy/builtins.py:6745
4634
#: breezy/builtins.py:6673
4694
4636
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4695
4637
"files are never deleted."
4698
#: breezy/builtins.py:6748
4640
#: breezy/builtins.py:6676
4700
4642
"Another class is 'detritus', which includes files emitted by brz during\n"
4701
4643
"normal operations and selftests. (The value of these files decreases with\n"
4705
#: breezy/builtins.py:6752
4647
#: breezy/builtins.py:6680
4707
4649
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4708
4650
"flags are respected, and may be combined."
4711
#: breezy/builtins.py:6755
4653
#: breezy/builtins.py:6683
4712
4654
msgid "To check what clean-tree will do, use --dry-run."
4715
4657
# help of 'ignored' option of 'clean-tree' command
4716
#: breezy/builtins.py:6758
4658
#: breezy/builtins.py:6686
4717
4659
msgid "Delete all ignored files."
4720
4662
# help of 'detritus' option of 'clean-tree' command
4721
#: breezy/builtins.py:6759
4663
#: breezy/builtins.py:6687
4723
4665
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4726
4668
# help of 'unknown' option of 'clean-tree' command
4727
#: breezy/builtins.py:6762
4669
#: breezy/builtins.py:6690
4728
4670
msgid "Delete files unknown to brz (default)."
4731
4673
# help of 'dry-run' option of 'clean-tree' command
4732
#: breezy/builtins.py:6763
4674
#: breezy/builtins.py:6691
4733
4675
msgid "Show files to delete instead of deleting them."
4736
4678
# help of 'force' option of 'clean-tree' command
4737
#: breezy/builtins.py:6765
4679
#: breezy/builtins.py:6693
4738
4680
msgid "Do not prompt before deleting."
4741
#: breezy/builtins.py:6842
4683
#: breezy/builtins.py:6772
4742
4684
msgid "Import sources from a directory, tarball or zip file"
4745
#: breezy/builtins.py:6844
4687
#: breezy/builtins.py:6774
4747
4689
"This command will import a directory, tarball or zip file into a bzr\n"
4748
4690
"tree, replacing any versioned files already present. If a directory is\n"
4750
4692
"is not versioned, it is created."
4753
#: breezy/builtins.py:6849
4695
#: breezy/builtins.py:6779
4754
4696
msgid "Tarballs may be gzip or bzip2 compressed. This is autodetected."
4757
#: breezy/builtins.py:6851
4699
#: breezy/builtins.py:6781
4759
4701
"If the tarball or zip has a single root directory, that directory is\n"
4760
4702
"stripped when extracting the tarball. This is not done for directories."
4763
#: breezy/builtins.py:6863
4705
#: breezy/builtins.py:6793
4764
4706
msgid "Hardlink matching files to another tree."
4767
#: breezy/builtins.py:6865
4709
#: breezy/builtins.py:6795
4768
4710
msgid "Only files with identical content and execute bit will be linked."
4771
#: breezy/builtins.py:6905
4772
msgid "Print lines matching PATTERN for specified files and revisions."
4775
#: breezy/builtins.py:6907
4777
"This command searches the specified files and revisions for a given\n"
4778
"pattern. The pattern is specified as a Python regular expressions[1]."
4781
#: breezy/builtins.py:6910
4783
"If the file name is not specified, the revisions starting with the\n"
4784
"current directory are searched recursively. If the revision number is\n"
4785
"not specified, the working copy is searched. To search the last committed\n"
4786
"revision, use the '-r -1' or '-r last:1' option."
4789
#: breezy/builtins.py:6915
4791
"Unversioned files are not searched unless explicitly specified on the\n"
4792
"command line. Unversioned directores are not searched."
4795
#: breezy/builtins.py:6918
4797
"When searching a pattern, the output is shown in the 'filepath:string'\n"
4798
"format. If a revision is explicitly searched, the output is shown as\n"
4799
"'filepath~N:string', where N is the revision number."
4802
#: breezy/builtins.py:6922
4804
"--include and --exclude options can be used to search only (or exclude\n"
4805
"from search) files with base name matches the specified Unix style GLOB\n"
4806
"pattern. The GLOB pattern an use *, ?, and [...] as wildcards, and \\\n"
4807
"to quote wildcard or backslash character literally. Note that the glob\n"
4808
"pattern is not a regular expression."
4811
#: breezy/builtins.py:6928
4812
msgid "[1] http://docs.python.org/library/re.html#regular-expression-syntax"
4815
# help of 'color' option of 'grep' command
4816
#: breezy/builtins.py:6937
4817
msgid "Show match in color. WHEN is never, always or auto."
4820
# help of 'diff' option of 'grep' command
4821
#: breezy/builtins.py:6939
4822
msgid "Grep for pattern in changeset for each revision."
4825
# help of 'exclude' option of 'grep' command
4826
#: breezy/builtins.py:6941
4827
msgid "Skip files whose base name matches GLOB."
4830
# help of 'include' option of 'grep' command
4831
#: breezy/builtins.py:6943
4832
msgid "Search only files whose base name matches GLOB."
4835
# help of 'files-with-matches' option of 'grep' command
4836
#: breezy/builtins.py:6945
4837
msgid "Print only the name of each input file in which PATTERN is found."
4840
# help of 'files-without-match' option of 'grep' command
4841
#: breezy/builtins.py:6948
4842
msgid "Print only the name of each input file in which PATTERN is not found."
4845
# help of 'fixed-string' option of 'grep' command
4846
#: breezy/builtins.py:6951
4847
msgid "Interpret PATTERN is a single fixed string (not regex)."
4850
# help of 'from-root' option of 'grep' command
4851
#: breezy/builtins.py:6953
4853
"Search for pattern starting from the root of the branch. (implies --"
4857
# help of 'ignore-case' option of 'grep' command
4858
#: breezy/builtins.py:6956
4859
msgid "Ignore case distinctions while matching."
4862
# help of 'levels' option of 'grep' command
4863
#: breezy/builtins.py:6958
4865
"Number of levels to display - 0 for all, 1 for collapsed (1 is default)."
4868
# help of 'line-number' option of 'grep' command
4869
#: breezy/builtins.py:6963
4870
msgid "Show 1-based line number."
4873
# help of 'no-recursive' option of 'grep' command
4874
#: breezy/builtins.py:6965
4875
msgid "Don't recurse into subdirectories. (default is --recursive)"
4878
# help of 'null' option of 'grep' command
4879
#: breezy/builtins.py:6967
4881
"Write an ASCII NUL (\\0) separator between output lines rather than a "
4885
#: breezy/builtins.py:7083
4886
msgid "Apply a named patch to the current tree."
4889
#: breezy/builtins.py:7085 breezy/plugins/propose/cmds.py:215
4893
# help of 'strip' option of 'patch' command
4894
#: breezy/builtins.py:7089
4896
"Strip the smallest prefix containing num leading slashes from filenames."
4899
# help of 'silent' option of 'patch' command
4900
#: breezy/builtins.py:7091
4901
msgid "Suppress chatter."
4904
#: breezy/bzr/bundle/apply_bundle.py:38
4713
#: breezy/bundle/__init__.py:61
4714
msgid "A directory cannot be a bundle"
4717
#: breezy/bundle/apply_bundle.py:38
4905
4718
msgid "Install revisions"
4908
#: breezy/bzr/bundle/commands.py:69
4721
#: breezy/bundle/commands.py:66
4909
4722
msgid "--verbose requires a merge directive"
4912
#: breezy/bzr/bundle/commands.py:73
4725
#: breezy/bundle/commands.py:70
4913
4726
msgid "Bundle format not supported"
4916
#: breezy/bzr/bundle/commands.py:83
4729
#: breezy/bundle/commands.py:80
4917
4730
msgid "Records\n"
4920
#: breezy/bzr/bundle/commands.py:87
4733
#: breezy/bundle/commands.py:84
4921
4734
#, python-brace-format
4922
4735
msgid "{0}: {1} ({2} multiparent)\n"
4925
#: breezy/bzr/bundle/commands.py:89
4738
#: breezy/bundle/commands.py:86
4926
4739
#, python-format
4927
4740
msgid "unique files: %d\n"
4930
#: breezy/bzr/bundle/commands.py:98
4743
#: breezy/bundle/commands.py:95
4931
4744
msgid "Revisions\n"
4934
#: breezy/bzr/bundle/commands.py:99
4747
#: breezy/bundle/commands.py:96
4935
4748
#, python-format
4936
4749
msgid "nicks: %s\n"
4939
#: breezy/bzr/bundle/commands.py:101
4752
#: breezy/bundle/commands.py:98
4940
4753
#, python-format
4942
4755
"committers: \n"
4946
#: breezy/bzr/bundle/commands.py:110
4759
#: breezy/bundle/commands.py:107
4947
4760
msgid "Decoded contents\n"
4950
#: breezy/bzr/bundle/serializer/v4.py:315
4763
#: breezy/bundle/serializer/v4.py:314
4951
4764
#, python-format
4952
4765
msgid "Bundling %d revision."
4953
4766
msgid_plural "Bundling %d revisions."
4957
#: breezy/bzr/bzrdir.py:508
4770
#: breezy/bzr/bzrdir.py:504
4958
4771
#, python-brace-format
4960
4773
"making backup of {0}\n"
4964
#: breezy/bzr/bzrdir.py:529
4777
#: breezy/bzr/bzrdir.py:525
4965
4778
#, python-brace-format
4966
4779
msgid "renamed {0} to {1}"
4969
#: breezy/bzr/bzrdir.py:1615
4782
#: breezy/bzr/bzrdir.py:1591
4970
4783
#, python-format
4972
4785
"Source repository format does not support stacking, using format:\n"
4976
#: breezy/bzr/bzrdir.py:1635
4789
#: breezy/bzr/bzrdir.py:1611
4977
4790
#, python-format
4979
4792
"Source branch format does not support stacking, using format:\n"
4983
#: breezy/bzr/bzrdir.py:1772
4796
#: breezy/bzr/bzrdir.py:1748
4984
4797
msgid "starting repository conversion"
4987
#: breezy/bzr/bzrdir.py:1898
4800
#: breezy/bzr/bzrdir.py:1875
4988
4801
#, python-brace-format
4989
4802
msgid "Using default stacking branch {0} at {1}"
5948
#: breezy/errors.py:655
5744
#: breezy/errors.py:648
5949
5745
msgid "Revision is not compatible with %(repo_format)s"
5952
#: breezy/errors.py:665
5748
#: breezy/errors.py:658
5953
5749
msgid "%(context_info)s%(path)s is already versioned."
5956
#: breezy/errors.py:686
5752
#: breezy/errors.py:679
5957
5753
msgid "%(context_info)s%(path)s is not versioned."
5960
#: breezy/errors.py:707
5756
#: breezy/errors.py:700
5961
5757
msgid "Path(s) are not versioned: %(paths_as_string)s"
5964
#: breezy/errors.py:718
5760
#: breezy/errors.py:711
5965
5761
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5968
#: breezy/errors.py:737
5764
#: breezy/errors.py:730
5969
5765
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5972
#: breezy/errors.py:745
5768
#: breezy/errors.py:738
5974
5770
"Filename %(filename)r is not valid in your current filesystem encoding "
5975
5771
"%(fs_encoding)s"
5978
#: breezy/errors.py:756
5774
#: breezy/errors.py:749
5979
5775
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5982
#: breezy/errors.py:774
5778
#: breezy/errors.py:767
5983
5779
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5986
#: breezy/errors.py:813
5782
#: breezy/errors.py:806
5987
5783
msgid "Cannot lock %(lock)s: %(why)s"
5990
#: breezy/errors.py:823
5786
#: breezy/errors.py:816
5992
5788
"A transaction related operation was attempted after the transaction finished."
5995
#: breezy/errors.py:850
5791
#: breezy/errors.py:843
5996
5792
msgid "Cannot lock: transport is read only: %(transport)s"
5999
#: breezy/errors.py:858
5795
#: breezy/errors.py:851
6000
5796
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
6003
#: breezy/errors.py:869
5799
#: breezy/errors.py:862
6004
5800
msgid "Lock was broken while still open: %(lock)s - check storage consistency!"
6007
#: breezy/errors.py:880
5803
#: breezy/errors.py:873
6009
5805
"Lock was released and re-acquired before being broken: %(lock)s: held by "
6010
5806
"%(holder)r, wanted to break %(target)r"
6013
#: breezy/errors.py:893
5809
#: breezy/errors.py:885
6015
5811
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
6016
5812
"Use 'brz break-lock' to clear it"
6019
#: breezy/errors.py:905
5815
#: breezy/errors.py:898
6020
5816
msgid "Lock not held: %(lock)s"
6023
#: breezy/errors.py:934
5819
#: breezy/errors.py:927
6024
5820
msgid "Upgrade URL cannot work with readonly URLs."
6027
#: breezy/errors.py:939
5823
#: breezy/errors.py:932
6028
5824
msgid "The branch format %(format)s is already at the most recent format."
6031
#: breezy/errors.py:957
5827
#: breezy/errors.py:950
6032
5828
msgid "Option --change does not accept revision ranges"
6035
#: breezy/errors.py:962
5831
#: breezy/errors.py:955
6036
5832
msgid "No namespace registered for string: %(spec)r"
6039
#: breezy/errors.py:981
5835
#: breezy/errors.py:974
6041
5837
"Requested revision: '%(spec)s' does not exist in branch: %(branch_url)s"
6045
#: breezy/errors.py:995
5841
#: breezy/errors.py:988
6047
5843
"Operation denied because it would change the main history, which is not "
6048
5844
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
6051
#: breezy/errors.py:1007
5847
#: breezy/errors.py:999
6053
5849
"These branches have diverged. Use the missing command to see how.\n"
6054
5850
"Use the merge command to reconcile them."
6057
#: breezy/errors.py:1026
5853
#: breezy/errors.py:1019
6059
5855
"Branches have no common ancestor, and no merge base revision was specified."
6062
#: breezy/errors.py:1032
5858
#: breezy/errors.py:1025
6064
5860
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
6067
#: breezy/errors.py:1038
5863
#: breezy/errors.py:1031
6068
5864
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
6071
#: breezy/errors.py:1047
5867
#: breezy/errors.py:1040
6073
5869
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
6076
#: breezy/errors.py:1056
5872
#: breezy/errors.py:1049
6077
5873
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
6080
#: breezy/errors.py:1065
5876
#: breezy/errors.py:1058
6081
5877
msgid "Branch %(branch)s has no commits."
6084
#: breezy/errors.py:1082
5880
#: breezy/errors.py:1075
6086
5882
"Bound branch %(branch)s is out of date with master branch %(master)s."
6087
5883
"%(extra_help)s"
6090
#: breezy/errors.py:1094
5886
#: breezy/errors.py:1087
6092
5888
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
6093
5889
"bound to %(remote)s."
6096
#: breezy/errors.py:1106
5892
#: breezy/errors.py:1099
6097
5893
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
6100
#: breezy/errors.py:1115
5896
#: breezy/errors.py:1108
6102
5898
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
6106
#: breezy/errors.py:1127
5902
#: breezy/errors.py:1120
6107
5903
msgid "Versioned file error"
6110
#: breezy/errors.py:1132
5906
#: breezy/errors.py:1125
6111
5907
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
6114
#: breezy/errors.py:1142
5910
#: breezy/errors.py:1135
6115
5911
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
6118
#: breezy/errors.py:1152
5914
#: breezy/errors.py:1145
6119
5915
msgid "Text did not match its checksum: %(msg)s"
6122
#: breezy/errors.py:1204
5918
#: breezy/errors.py:1197
6123
5919
msgid "Export format %(format)r not supported"
6126
#: breezy/errors.py:1213
5922
#: breezy/errors.py:1206
6127
5923
msgid "Transport error: %(msg)s %(orig_error)s"
6130
#: breezy/errors.py:1239
5926
#: breezy/errors.py:1232
6131
5927
msgid "Generic bzr smart protocol error: %(details)s"
6134
#: breezy/errors.py:1247
5930
#: breezy/errors.py:1240
6135
5931
msgid "Received bad protocol version marker: %(marker)r"
6138
#: breezy/errors.py:1279
5934
#: breezy/errors.py:1272
6139
5935
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
6142
#: breezy/errors.py:1284
5938
#: breezy/errors.py:1277
6143
5939
msgid "Connection error: %(msg)s %(orig_error)s"
6146
#: breezy/errors.py:1289
5942
#: breezy/errors.py:1282
6147
5943
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
6150
#: breezy/errors.py:1310
5946
#: breezy/errors.py:1303
6151
5947
msgid "Connection closed: %(msg)s %(orig_error)s"
6154
#: breezy/errors.py:1315
5950
#: breezy/errors.py:1308
6155
5951
msgid "Connection Timeout: %(msg)s%(orig_error)s"
6158
#: breezy/errors.py:1320
5954
#: breezy/errors.py:1313
6159
5955
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
6162
#: breezy/errors.py:1330
5958
#: breezy/errors.py:1323
6163
5959
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
6166
#: breezy/errors.py:1345
5962
#: breezy/errors.py:1338
6167
5963
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
6170
#: breezy/errors.py:1359
5966
#: breezy/errors.py:1352
6171
5967
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
6174
#: breezy/errors.py:1367
5970
#: breezy/errors.py:1360
6175
5971
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
6178
#: breezy/errors.py:1376
5974
#: breezy/errors.py:1369
6179
5975
msgid "%(source)s is%(permanently)s redirected to %(target)s"
6182
#: breezy/errors.py:1390
5978
#: breezy/errors.py:1383
6183
5979
msgid "Too many redirections"
6186
#: breezy/errors.py:1395
5982
#: breezy/errors.py:1388
6187
5983
msgid "Working tree has conflicts."
6190
#: breezy/errors.py:1400
5986
#: breezy/errors.py:1393
6191
5987
msgid "Unable to import library \"%(library)s\": %(error)s"
6194
#: breezy/errors.py:1408
5990
#: breezy/errors.py:1401
6196
5992
"The working tree for %(basedir)s has changed since the last commit, but "
6197
5993
"weave merge requires that it be unchanged"
6200
#: breezy/errors.py:1418
5996
#: breezy/errors.py:1411
6201
5997
msgid "Cycle in graph %(graph)r"
6204
#: breezy/errors.py:1446
6000
#: breezy/errors.py:1439
6205
6001
msgid "File %(filename)s is not conflicted."
6208
#: breezy/errors.py:1468
6004
#: breezy/errors.py:1461
6209
6005
msgid "No bundle was found in \"%(filename)s\"."
6212
#: breezy/errors.py:1477
6008
#: breezy/errors.py:1470
6213
6009
msgid "Unable to handle bundle version %(version)s: %(msg)s"
6216
#: breezy/errors.py:1487
6012
#: breezy/errors.py:1480
6217
6013
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
6220
#: breezy/errors.py:1500
6016
#: breezy/errors.py:1493
6221
6017
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
6224
#: breezy/errors.py:1510
6020
#: breezy/errors.py:1503
6225
6021
msgid "Key %(key)s is already present in map"
6228
#: breezy/errors.py:1515
6024
#: breezy/errors.py:1508
6229
6025
msgid "The prefix %(prefix)s is in the help search path twice."
6232
#: breezy/errors.py:1528
6028
#: breezy/errors.py:1518
6234
6030
"No final name for trans_id %(trans_id)r\n"
6235
6031
"file-id: %(file_id)r\n"
6236
6032
"root trans-id: %(root_trans_id)r\n"
6239
#: breezy/errors.py:1557
6035
#: breezy/errors.py:1550
6240
6036
msgid "Attempt to reuse a transform that has already been applied."
6243
#: breezy/errors.py:1562
6039
#: breezy/errors.py:1555
6244
6040
msgid "Moving the root directory is not supported at this time"
6247
#: breezy/errors.py:1567
6043
#: breezy/errors.py:1560
6248
6044
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
6251
#: breezy/errors.py:1578
6047
#: breezy/errors.py:1571
6253
6049
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6256
#: breezy/errors.py:1614
6052
#: breezy/errors.py:1607
6258
6054
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6261
#: breezy/errors.py:1644
6057
#: breezy/errors.py:1637
6262
6058
msgid "Unable to import paramiko (required for sftp support): %(error)s"
6265
#: breezy/errors.py:1652
6061
#: breezy/errors.py:1645
6266
6062
msgid "Nothing to merge."
6269
#: breezy/errors.py:1657
6065
#: breezy/errors.py:1650
6270
6066
msgid "Format %(format)s cannot be initialised by this version of brz."
6273
#: breezy/errors.py:1666
6069
#: breezy/errors.py:1659
6275
6071
"Cannot convert from format %(from_format)s to format %(format)s. "
6279
#: breezy/errors.py:1678
6075
#: breezy/errors.py:1671
6280
6076
msgid "Could not find an appropriate Differ for file \"%(path)s\""
6283
#: breezy/errors.py:1686
6079
#: breezy/errors.py:1679
6284
6080
msgid "%(exe_name)s could not be found on this machine"
6287
#: breezy/errors.py:1694
6083
#: breezy/errors.py:1687
6288
6084
msgid "Diff is not installed on this machine: %(msg)s"
6291
#: breezy/errors.py:1702
6087
#: breezy/errors.py:1695
6292
6088
msgid "Diff3 is not installed on this machine."
6295
#: breezy/errors.py:1708
6091
#: breezy/errors.py:1701
6296
6092
msgid "The content being inserted is already present."
6299
#: breezy/errors.py:1713
6095
#: breezy/errors.py:1706
6301
6097
"This tree contains left-over files from a failed operation.\n"
6302
6098
" Please examine %(limbo_dir)s to see if it contains any files you wish "
6319
6115
" keep, and delete it when you are done."
6322
#: breezy/errors.py:1745
6118
#: breezy/errors.py:1738
6324
6120
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
6325
6121
"examine %(pending_deletion)s to see if it contains any files you wish to "
6326
6122
"keep, and delete it when you are done."
6329
#: breezy/errors.py:1755
6125
#: breezy/errors.py:1748
6330
6126
msgid "Working tree is out of date, please run 'brz update'.%(more)s"
6333
#: breezy/errors.py:1769
6129
#: breezy/errors.py:1762
6334
6130
msgid "Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
6337
#: breezy/errors.py:1782
6133
#: breezy/errors.py:1775
6338
6134
msgid "Error in merge modified format"
6341
#: breezy/errors.py:1787
6137
#: breezy/errors.py:1780
6342
6138
msgid "Format error in conflict listings"
6345
#: breezy/errors.py:1792
6141
#: breezy/errors.py:1784
6347
6143
"An error has been detected in the repository %(repo_path)s.\n"
6348
6144
"Please run brz reconcile on this repository."
6351
#: breezy/errors.py:1803
6147
#: breezy/errors.py:1795
6353
6149
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
6354
6150
"reason: %(reason)s"
6357
#: breezy/errors.py:1816
6153
#: breezy/errors.py:1808
6359
6155
"An inconsistent delta was supplied: %(delta)r\n"
6360
6156
"reason: %(reason)s"
6363
#: breezy/errors.py:1827
6159
#: breezy/errors.py:1820
6364
6160
msgid "To use this feature you must upgrade your branch at %(path)s."
6367
#: breezy/errors.py:1836
6163
#: breezy/errors.py:1829
6368
6164
msgid "To use this feature you must upgrade your repository at %(path)s."
6371
#: breezy/errors.py:1841
6167
#: breezy/errors.py:1834
6373
6169
"To use this feature you must upgrade your branch at %(path)s to a format "
6374
6170
"which supports rich roots."
6377
#: breezy/errors.py:1847
6173
#: breezy/errors.py:1840
6378
6174
msgid "Cannot perform local-only commits on unbound branches."
6381
#: breezy/errors.py:1852
6177
#: breezy/errors.py:1845
6382
6178
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
6385
#: breezy/errors.py:1876
6386
msgid "Shared repositories are not supported by %(format)r."
6389
#: breezy/errors.py:1884
6181
#: breezy/errors.py:1870
6390
6182
msgid "Ghost tags not supported by format %(format)r."
6393
#: breezy/errors.py:1892
6185
#: breezy/errors.py:1878
6394
6186
msgid "File is binary but should be text."
6397
#: breezy/errors.py:1897
6189
#: breezy/errors.py:1883
6398
6190
msgid "The path %(path)s is not permitted on this platform"
6401
#: breezy/errors.py:1906
6193
#: breezy/errors.py:1892
6403
6195
"Testament did not match expected value.\n"
6404
6196
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
6405
6197
" {%(measured)s}"
6408
#: breezy/errors.py:1918
6200
#: breezy/errors.py:1904
6409
6201
msgid "Not a bzr revision-bundle: %(text)r"
6412
#: breezy/errors.py:1927
6204
#: breezy/errors.py:1913
6413
6205
msgid "Bad bzr revision-bundle: %(text)r"
6416
#: breezy/errors.py:1936
6208
#: breezy/errors.py:1922
6417
6209
msgid "Malformed bzr revision-bundle header: %(text)r"
6420
#: breezy/errors.py:1941
6212
#: breezy/errors.py:1927
6421
6213
msgid "Malformed patches in bzr revision-bundle: %(text)r"
6424
#: breezy/errors.py:1946
6216
#: breezy/errors.py:1932
6425
6217
msgid "Malformed footer in bzr revision-bundle: %(text)r"
6428
#: breezy/errors.py:1951
6220
#: breezy/errors.py:1937
6429
6221
msgid "End of line marker was not \\n in bzr revision-bundle"
6432
#: breezy/errors.py:1961
6224
#: breezy/errors.py:1947
6433
6225
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
6436
#: breezy/errors.py:1971
6228
#: breezy/errors.py:1957
6437
6229
msgid "Root class for inventory serialization errors"
6440
#: breezy/errors.py:1976
6232
#: breezy/errors.py:1961
6442
6234
"The inventory was not in the expected format:\n"
6446
#: breezy/errors.py:1984
6238
#: breezy/errors.py:1970
6447
6239
msgid "This operation requires rich root data storage"
6450
#: breezy/errors.py:1997
6242
#: breezy/errors.py:1983
6451
6243
msgid "Unrecognised value for BRZ_SSH environment variable: %(vendor)s"
6454
#: breezy/errors.py:2006
6246
#: breezy/errors.py:1992
6456
6248
"Don't know how to handle SSH connections. Please set BRZ_SSH environment "
6460
#: breezy/errors.py:2013
6252
#: breezy/errors.py:1999
6462
6254
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
6463
6255
"ghost at {%(ghost_revision_id)s}"
6466
#: breezy/errors.py:2023
6258
#: breezy/errors.py:2009
6467
6259
msgid "Ghost revision {%(revision_id)s} cannot be used here."
6470
#: breezy/errors.py:2040
6262
#: breezy/errors.py:2061
6472
6264
"A merge directive must provide either a bundle or a public branch location."
6475
#: breezy/errors.py:2047
6267
#: breezy/errors.py:2068
6476
6268
msgid "Bad merge directive payload %(start)r"
6479
#: breezy/errors.py:2057
6271
#: breezy/errors.py:2078
6480
6272
msgid "Preview patch does not match requested changes."
6483
#: breezy/errors.py:2063
6275
#: breezy/errors.py:2084
6484
6276
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
6487
#: breezy/errors.py:2073
6279
#: breezy/errors.py:2094
6489
6281
"Your branch does not have all of the revisions required in order to merge "
6490
6282
"this merge directive and the target location specified in the merge "
6491
6283
"directive is not a branch: %(location)s."
6494
#: breezy/errors.py:2085
6286
#: breezy/errors.py:2106
6495
6287
msgid "Unsupported entry kind %(kind)s"
6498
#: breezy/errors.py:2093
6290
#: breezy/errors.py:2114
6499
6291
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
6502
#: breezy/errors.py:2103
6294
#: breezy/errors.py:2124
6503
6295
msgid "Subsume target %(other_tree)s needs to be upgraded."
6506
#: breezy/errors.py:2111
6298
#: breezy/errors.py:2132
6507
6299
msgid "No such tag: %(tag_name)s"
6510
#: breezy/errors.py:2119
6512
"Tags not supported by %(branch)s; you may be able to use 'brz upgrade "
6302
#: breezy/errors.py:2140
6303
msgid "Tags not supported by %(branch)s; you may be able to use brz upgrade."
6516
#: breezy/errors.py:2129
6306
#: breezy/errors.py:2149
6517
6307
msgid "Tag %(tag_name)s already exists."
6520
#: breezy/errors.py:2137
6310
#: breezy/errors.py:2157
6521
6311
msgid "Could not understand response from smart server: %(response_tuple)r"
6524
#: breezy/errors.py:2176
6314
#: breezy/errors.py:2196
6525
6315
msgid "Server sent an unexpected error: %(error_tuple)r"
6528
#: breezy/errors.py:2195
6318
#: breezy/errors.py:2215
6529
6319
msgid "Unrecognised container format: %(container_format)r"
6532
#: breezy/errors.py:2203
6322
#: breezy/errors.py:2223
6533
6323
msgid "Unexpected end of container stream"
6536
#: breezy/errors.py:2208
6326
#: breezy/errors.py:2228
6537
6327
msgid "Unknown record type: %(record_type)r"
6540
#: breezy/errors.py:2216
6330
#: breezy/errors.py:2236
6541
6331
msgid "Invalid record: %(reason)s"
6544
#: breezy/errors.py:2224
6334
#: breezy/errors.py:2244
6545
6335
msgid "Container has data after end marker: %(excess)r"
6548
#: breezy/errors.py:2232
6338
#: breezy/errors.py:2252
6549
6339
msgid "Container has multiple records with the same name: %(name)s"
6552
#: breezy/errors.py:2240
6342
#: breezy/errors.py:2260
6553
6343
msgid "Corrupt or incompatible data stream: %(reason)s"
6556
#: breezy/errors.py:2248
6346
#: breezy/errors.py:2268
6558
6348
"Working tree \"%(display_url)s\" has uncommitted changes (See brz status)."
6562
#: breezy/errors.py:2267
6352
#: breezy/errors.py:2287
6564
6354
"Branch \"%(display_url)s\" does not support storing uncommitted changes."
6567
#: breezy/errors.py:2282
6357
#: breezy/errors.py:2302
6569
6359
"Working tree \"%(display_url)s\" has shelved changes (See brz shelve --list)."
6573
#: breezy/errors.py:2288
6363
#: breezy/errors.py:2308
6364
msgid "Unable to create symlink %(path_str)son this platform"
6367
#: breezy/errors.py:2323
6575
6369
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6578
#: breezy/errors.py:2300
6372
#: breezy/errors.py:2335
6579
6373
msgid "The alias \"%(alias_name)s\" does not exist."
6582
#: breezy/errors.py:2308
6376
#: breezy/errors.py:2343
6583
6377
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6586
#: breezy/errors.py:2321
6380
#: breezy/errors.py:2356
6587
6381
msgid "Tip change rejected: %(msg)s"
6590
#: breezy/errors.py:2329
6384
#: breezy/errors.py:2364
6591
6385
msgid "An attempt to access a url outside the server jail was made: '%(url)s'."
6594
#: breezy/errors.py:2337
6388
#: breezy/errors.py:2372
6595
6389
msgid "The user aborted the operation."
6598
#: breezy/errors.py:2389
6392
#: breezy/errors.py:2424
6599
6393
msgid "%(controldir)r does not support co-located branches."
6602
#: breezy/errors.py:2397
6396
#: breezy/errors.py:2432
6604
6398
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `brz "
6605
6399
"unbind` to fix."
6608
#: breezy/errors.py:2406
6402
#: breezy/errors.py:2441
6610
6404
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6611
6405
"format %(format)r"
6614
#: breezy/errors.py:2418
6408
#: breezy/errors.py:2453
6616
6410
"Cannot store uncommitted changes because this branch already stores "
6617
6411
"uncommitted changes."
6620
#: breezy/export_pot.py:256
6414
#: breezy/export_pot.py:255
6621
6415
#, python-format
6622
6416
msgid "Exporting messages from builtin command: %s"
6625
#: breezy/export_pot.py:261
6419
#: breezy/export_pot.py:260
6626
6420
#, python-format
6627
6421
msgid "Plugin %s is not loaded"
6630
#: breezy/export_pot.py:278
6424
#: breezy/export_pot.py:277
6631
6425
#, python-brace-format
6632
6426
msgid "Exporting messages from plugin command: {0} in {1}"
6635
#: breezy/export_pot.py:299
6429
#: breezy/export_pot.py:298
6636
6430
#, python-format
6637
6431
msgid "Exporting message from error: %s"
6640
#: breezy/git/commands.py:125
6434
#: breezy/git/commands.py:115
6641
6435
#, python-format
6642
6436
msgid "%r is not a git repository"
6645
#: breezy/git/commands.py:138
6439
#: breezy/git/commands.py:128
6646
6440
msgid "Target repository doesn't support rich roots"
6649
#: breezy/git/commands.py:150
6443
#: breezy/git/commands.py:141
6650
6444
msgid "creating branches"
6653
#: breezy/git/commands.py:172
6447
#: breezy/git/commands.py:165
6655
6449
"Use 'bzr checkout' to create a working tree in the newly created branches."
6658
#: breezy/git/commands.py:214
6452
#: breezy/git/commands.py:207
6659
6453
#, python-format
6660
6454
msgid "Object not found: %s"
6663
#: breezy/gpg.py:372
6457
#: breezy/git/commands.py:280
6458
msgid "error running patch"
6461
#: breezy/gpg.py:365
6664
6462
#, python-brace-format
6665
6463
msgid "No GnuPG key results for pattern: {0}"
6668
#: breezy/gpg.py:378
6466
#: breezy/gpg.py:371
6669
6467
#, python-brace-format
6670
6468
msgid "{0} commits with valid signatures"
6673
#: breezy/gpg.py:384
6471
#: breezy/gpg.py:377
6674
6472
#, python-brace-format
6675
6473
msgid "{0} commit with unknown key"
6676
6474
msgid_plural "{0} commits with unknown keys"
6680
#: breezy/gpg.py:392
6478
#: breezy/gpg.py:385
6681
6479
#, python-brace-format
6682
6480
msgid "{0} commit not valid"
6683
6481
msgid_plural "{0} commits not valid"
6687
#: breezy/gpg.py:400
6485
#: breezy/gpg.py:393
6688
6486
#, python-brace-format
6689
6487
msgid "{0} commit not signed"
6690
6488
msgid_plural "{0} commits not signed"
6694
#: breezy/gpg.py:408
6492
#: breezy/gpg.py:401
6695
6493
#, python-brace-format
6696
6494
msgid "{0} commit with key now expired"
6697
6495
msgid_plural "{0} commits with key now expired"
6701
#: breezy/gpg.py:428
6499
#: breezy/gpg.py:421
6702
6500
#, python-brace-format
6703
6501
msgid "{0} commit by author {1} with key {2} now expired"
6704
6502
msgid_plural "{0} commits by author {1} with key {2} now expired"
6708
#: breezy/gpg.py:444
6506
#: breezy/gpg.py:437
6709
6507
#, python-brace-format
6710
6508
msgid "{0} signed {1} commit"
6711
6509
msgid_plural "{0} signed {1} commits"
6715
#: breezy/gpg.py:461 breezy/gpg.py:478
6513
#: breezy/gpg.py:454 breezy/gpg.py:471
6716
6514
#, python-brace-format
6717
6515
msgid "{0} commit by author {1}"
6718
6516
msgid_plural "{0} commits by author {1}"
6722
#: breezy/gpg.py:493
6520
#: breezy/gpg.py:486
6723
6521
#, python-brace-format
6724
6522
msgid "Unknown key {0} signed {1} commit"
6725
6523
msgid_plural "Unknown key {0} signed {1} commits"
6773
6571
"held by %(user)s on %(hostname)s (process #%(pid)s), acquired %(time_ago)s"
6776
#: breezy/log.py:411
6574
#: breezy/log.py:424
6777
6575
msgid "Further revision history missing."
6780
#: breezy/log.py:567
6578
#: breezy/log.py:580
6781
6579
msgid "--exclude-common-ancestry requires two different revisions"
6784
#: breezy/log.py:569
6582
#: breezy/log.py:582
6785
6583
#, python-format
6786
6584
msgid "invalid direction %r"
6789
#: breezy/log.py:657
6587
#: breezy/log.py:670
6790
6588
msgid "Start revision not found in history of end revision."
6793
#: breezy/log.py:1106 breezy/log.py:1164
6591
#: breezy/log.py:1118 breezy/log.py:1176
6794
6592
msgid "Logging revision 0 is invalid."
6797
#: breezy/log.py:1109 breezy/log.py:1166
6595
#: breezy/log.py:1121 breezy/log.py:1178
6798
6596
msgid "Start revision must be older than the end revision."
6801
#: breezy/log.py:1865
6599
#: breezy/log.py:1875
6802
6600
#, python-format
6803
6601
msgid "unknown log formatter: %r"
6806
#: breezy/log.py:2162
6604
#: breezy/log.py:2173
6807
6605
msgid "fixes bug"
6808
6606
msgid_plural "fixes bugs"
6812
#: breezy/log.py:2165
6610
#: breezy/log.py:2176
6813
6611
msgid "related bug"
6814
6612
msgid_plural "related bugs"
6818
#: breezy/merge.py:666
6616
#: breezy/merge.py:673
6819
6617
msgid "All changes applied successfully."
6822
#: breezy/merge.py:668
6620
#: breezy/merge.py:675
6823
6621
#, python-format
6824
6622
msgid "%d conflicts encountered."
6827
#: breezy/merge.py:799 breezy/merge.py:1834
6625
#: breezy/merge.py:808 breezy/merge.py:1858
6828
6626
msgid "Preparing file merge"
6831
#: breezy/mergeable.py:81
6832
msgid "A directory cannot be a bundle"
6835
#: breezy/multiparent.py:439
6629
#: breezy/multiparent.py:437
6836
6630
msgid "Importing revisions"
6839
6633
# help of 'help' option
6840
#: breezy/option.py:551
6634
#: breezy/option.py:547
6841
6635
msgid "Show help message."
6844
6638
# help of 'quiet' option
6845
#: breezy/option.py:553
6639
#: breezy/option.py:549
6846
6640
msgid "Only display errors and warnings."
6849
6643
# help of 'usage' option
6850
#: breezy/option.py:556
6644
#: breezy/option.py:552
6851
6645
msgid "Show usage message and options."
6854
6648
# help of 'verbose' option
6855
#: breezy/option.py:558
6649
#: breezy/option.py:554
6856
6650
msgid "Display more information."
6859
6653
# help of 'change' option
6860
#: breezy/option.py:566
6654
#: breezy/option.py:562
6862
6656
"Select changes introduced by the specified revision. See also \"help "
6863
6657
"revisionspec\"."
6866
6660
# help of 'directory' option
6867
#: breezy/option.py:568
6661
#: breezy/option.py:564
6868
6662
msgid "Branch to operate on, instead of working directory."
6871
6665
# help of 'log-format=long' option
6872
#: breezy/option.py:570
6666
#: breezy/option.py:566
6873
6667
msgid "Detailed log format."
6876
6670
# help of 'log-format=gnu-changelog' option
6877
#: breezy/option.py:570
6671
#: breezy/option.py:566
6878
6672
msgid "Format used by GNU ChangeLog files."
6881
6675
# help of 'log-format=line' option
6882
#: breezy/option.py:570
6676
#: breezy/option.py:566
6883
6677
msgid "Log format with one line per revision."
6886
6680
# help of 'log-format=short' option
6887
#: breezy/option.py:570
6681
#: breezy/option.py:566
6888
6682
msgid "Moderately short log format."
6891
6685
# help of 'log-format' option
6892
#: breezy/option.py:570
6686
#: breezy/option.py:566
6893
6687
msgid "Use specified log format."
6896
6690
# title of 'log-format' option
6897
#: breezy/option.py:572
6691
#: breezy/option.py:568
6898
6692
msgid "Log format"
6901
6695
# help of 'merge-type=lca' option
6902
#: breezy/option.py:574
6696
#: breezy/option.py:570
6903
6697
msgid "LCA-newness merge."
6906
6700
# help of 'merge-type=diff3' option
6907
#: breezy/option.py:574
6701
#: breezy/option.py:570
6908
6702
msgid "Merge using external diff3."
6911
6705
# help of 'merge-type=merge3' option
6912
#: breezy/option.py:574
6706
#: breezy/option.py:570
6913
6707
msgid "Native diff3-style merge."
6916
6710
# help of 'merge-type' option
6917
#: breezy/option.py:574
6711
#: breezy/option.py:570
6918
6712
msgid "Select a particular merge algorithm."
6921
6715
# help of 'merge-type=weave' option
6922
#: breezy/option.py:574
6716
#: breezy/option.py:570
6923
6717
msgid "Weave-based merge."
6926
6720
# title of 'merge-type' option
6927
#: breezy/option.py:576
6721
#: breezy/option.py:572
6928
6722
msgid "Merge algorithm"
6931
6725
# help of 'message' option
6932
#: breezy/option.py:579
6726
#: breezy/option.py:575
6933
6727
msgid "Message string."
6936
6730
# help of 'null' option
6937
#: breezy/option.py:581
6731
#: breezy/option.py:577
6938
6732
msgid "Use an ASCII NUL (\\0) separator rather than a newline."
6941
6735
# help of 'overwrite' option
6942
#: breezy/option.py:583
6736
#: breezy/option.py:579
6943
6737
msgid "Ignore differences between branches and overwrite unconditionally."
6946
6740
# help of 'remember' option
6947
#: breezy/option.py:585
6741
#: breezy/option.py:581
6948
6742
msgid "Remember the specified location as a default."
6951
6745
# help of 'reprocess' option
6952
#: breezy/option.py:587
6746
#: breezy/option.py:583
6953
6747
msgid "Reprocess to reduce spurious conflicts."
6956
6750
# help of 'revision' option
6957
#: breezy/option.py:591
6751
#: breezy/option.py:587
6958
6752
msgid "See \"help revisionspec\" for details."
6961
6755
# help of 'show-ids' option
6962
#: breezy/option.py:593
6756
#: breezy/option.py:589
6963
6757
msgid "Show internal object ids."
6966
6760
# help of 'timezone' option
6967
#: breezy/option.py:596
6761
#: breezy/option.py:592
6968
6762
msgid "Display timezone as local, original, or utc."
6971
#: breezy/osutils.py:100
6765
#: breezy/osutils.py:109
6972
6766
msgid "Parameter {0!r} encoding is unsupported by {1} application locale."
6975
#: breezy/osutils.py:225
6769
#: breezy/osutils.py:234
6976
6770
msgid "lstat/stat of ({0!r}): {1!r}"
6979
#: breezy/osutils.py:1051 breezy/osutils.py:1062
6773
#: breezy/osutils.py:1054 breezy/osutils.py:1065
6980
6774
#, python-format
6981
6775
msgid "sorry, %r not allowed in path"
6984
#: breezy/osutils.py:1281
6778
#: breezy/osutils.py:1284
6985
6779
#, python-format
6986
6780
msgid "%r is too short to calculate a relative path"
6989
6783
# help of 'plugin' option of 'bash-completion' command
6990
# help of 'plugin' option of 'zsh-completion' command
6991
6784
#: breezy/plugins/bash_completion/bashcomp.py:419
6992
#: breezy/plugins/zsh_completion/zshcomp.py:257
6993
6785
msgid "Enable completions for the selected plugin (default: all plugins)"
7566
7356
msgid "Don't export tags"
7359
#: breezy/plugins/grep/cmds.py:83
7360
msgid "Print lines matching PATTERN for specified files and revisions."
7363
#: breezy/plugins/grep/cmds.py:85
7365
"This command searches the specified files and revisions for a given\n"
7366
"pattern. The pattern is specified as a Python regular expressions[1]."
7369
#: breezy/plugins/grep/cmds.py:88
7371
"If the file name is not specified, the revisions starting with the\n"
7372
"current directory are searched recursively. If the revision number is\n"
7373
"not specified, the working copy is searched. To search the last committed\n"
7374
"revision, use the '-r -1' or '-r last:1' option."
7377
#: breezy/plugins/grep/cmds.py:93
7379
"Unversioned files are not searched unless explicitly specified on the\n"
7380
"command line. Unversioned directores are not searched."
7383
#: breezy/plugins/grep/cmds.py:96
7385
"When searching a pattern, the output is shown in the 'filepath:string'\n"
7386
"format. If a revision is explicitly searched, the output is shown as\n"
7387
"'filepath~N:string', where N is the revision number."
7390
#: breezy/plugins/grep/cmds.py:100
7392
"--include and --exclude options can be used to search only (or exclude\n"
7393
"from search) files with base name matches the specified Unix style GLOB\n"
7394
"pattern. The GLOB pattern an use *, ?, and [...] as wildcards, and \\\n"
7395
"to quote wildcard or backslash character literally. Note that the glob\n"
7396
"pattern is not a regular expression."
7399
#: breezy/plugins/grep/cmds.py:106
7400
msgid "[1] http://docs.python.org/library/re.html#regular-expression-syntax"
7403
# help of 'color' option of 'grep' command
7404
#: breezy/plugins/grep/cmds.py:115
7405
msgid "Show match in color. WHEN is never, always or auto."
7408
# help of 'diff' option of 'grep' command
7409
#: breezy/plugins/grep/cmds.py:117
7410
msgid "Grep for pattern in changeset for each revision."
7413
# help of 'exclude' option of 'grep' command
7414
#: breezy/plugins/grep/cmds.py:119
7415
msgid "Skip files whose base name matches GLOB."
7418
# help of 'include' option of 'grep' command
7419
#: breezy/plugins/grep/cmds.py:121
7420
msgid "Search only files whose base name matches GLOB."
7423
# help of 'files-with-matches' option of 'grep' command
7424
#: breezy/plugins/grep/cmds.py:123
7425
msgid "Print only the name of each input file in which PATTERN is found."
7428
# help of 'files-without-match' option of 'grep' command
7429
#: breezy/plugins/grep/cmds.py:126
7430
msgid "Print only the name of each input file in which PATTERN is not found."
7433
# help of 'fixed-string' option of 'grep' command
7434
#: breezy/plugins/grep/cmds.py:129
7435
msgid "Interpret PATTERN is a single fixed string (not regex)."
7438
# help of 'from-root' option of 'grep' command
7439
#: breezy/plugins/grep/cmds.py:131
7441
"Search for pattern starting from the root of the branch. (implies --"
7445
# help of 'ignore-case' option of 'grep' command
7446
#: breezy/plugins/grep/cmds.py:134
7447
msgid "ignore case distinctions while matching."
7450
# help of 'levels' option of 'grep' command
7451
#: breezy/plugins/grep/cmds.py:136
7453
"Number of levels to display - 0 for all, 1 for collapsed (1 is default)."
7456
# help of 'line-number' option of 'grep' command
7457
#: breezy/plugins/grep/cmds.py:141
7458
msgid "show 1-based line number."
7461
# help of 'no-recursive' option of 'grep' command
7462
#: breezy/plugins/grep/cmds.py:143
7463
msgid "Don't recurse into subdirectories. (default is --recursive)"
7466
# help of 'null' option of 'grep' command
7467
#: breezy/plugins/grep/cmds.py:145
7469
"Write an ASCII NUL (\\0) separator between output lines rather than a "
7569
7473
#: breezy/plugins/launchpad/account.py:66
7570
7474
msgid "Setting ssh/sftp usernames for launchpad.net."
7800
7704
# title of 'hoster' option of 'propose-merge' command
7801
#: breezy/plugins/propose/cmds.py:139
7705
#: breezy/plugins/propose/cmds.py:138
7805
7709
# help of 'hoster' option of 'propose-merge' command
7806
#: breezy/plugins/propose/cmds.py:140
7710
#: breezy/plugins/propose/cmds.py:139
7807
7711
msgid "Use the hoster."
7810
7714
# help of 'reviewers' option of 'propose-merge' command
7811
#: breezy/plugins/propose/cmds.py:143
7715
#: breezy/plugins/propose/cmds.py:142
7812
7716
msgid "Requested reviewers."
7815
7719
# help of 'name' option of 'propose-merge' command
7816
7720
# help of 'name' option of 'publish-derived' command
7817
#: breezy/plugins/propose/cmds.py:144
7721
#: breezy/plugins/propose/cmds.py:143
7818
7722
msgid "Name of the new remote branch."
7821
7725
# help of 'description' option of 'propose-merge' command
7822
#: breezy/plugins/propose/cmds.py:145
7726
#: breezy/plugins/propose/cmds.py:144
7823
7727
msgid "Description of the change."
7826
7730
# help of 'prerequisite' option of 'propose-merge' command
7827
#: breezy/plugins/propose/cmds.py:146
7731
#: breezy/plugins/propose/cmds.py:145
7828
7732
msgid "Prerequisite branch."
7831
# help of 'wip' option of 'propose-merge' command
7735
# help of 'labels' option of 'propose-merge' command
7832
7736
#: breezy/plugins/propose/cmds.py:147
7833
msgid "Mark merge request as work-in-progress"
7836
# help of 'commit-message' option of 'propose-merge' command
7837
#: breezy/plugins/propose/cmds.py:150
7838
msgid "Set commit message for merge, if supported"
7841
# help of 'labels' option of 'propose-merge' command
7842
#: breezy/plugins/propose/cmds.py:152
7843
7737
msgid "Labels to apply."
7846
7740
# help of 'no-allow-lossy' option of 'propose-merge' command
7847
7741
# help of 'no-allow-lossy' option of 'publish-derived' command
7848
#: breezy/plugins/propose/cmds.py:154
7742
#: breezy/plugins/propose/cmds.py:149
7849
7743
msgid "Allow fallback to lossy push, if necessary."
7852
# help of 'allow-collaboration' option of 'propose-merge' command
7853
#: breezy/plugins/propose/cmds.py:156
7854
msgid "Allow collaboration from target branch maintainer(s)"
7857
#: breezy/plugins/propose/cmds.py:174 breezy/plugins/propose/cmds.py:233
7746
#: breezy/plugins/propose/cmds.py:166 breezy/plugins/propose/cmds.py:222
7858
7747
msgid "No target location specified or remembered"
7861
#: breezy/plugins/propose/cmds.py:187
7750
#: breezy/plugins/propose/cmds.py:178
7862
7751
#, python-format
7863
7752
msgid "Published branch to %s"
7866
#: breezy/plugins/propose/cmds.py:209
7755
#: breezy/plugins/propose/cmds.py:198
7867
7756
#, python-format
7868
7757
msgid "Merge proposal created: %s"
7871
#: breezy/plugins/propose/cmds.py:213
7760
#: breezy/plugins/propose/cmds.py:202
7872
7761
msgid "Find a merge proposal."
7875
#: breezy/plugins/propose/cmds.py:238
7764
#: breezy/plugins/propose/cmds.py:204
7768
#: breezy/plugins/propose/cmds.py:227
7876
7769
#, python-format
7877
7770
msgid "Merge proposal: %s\n"
7880
#: breezy/plugins/propose/cmds.py:242
7773
#: breezy/plugins/propose/cmds.py:231
7881
7774
msgid "Log into GitHub."
7884
#: breezy/plugins/propose/cmds.py:244
7777
#: breezy/plugins/propose/cmds.py:233
7886
7779
"When communicating with GitHub, some commands need to authenticate to\n"
7890
#: breezy/plugins/propose/cmds.py:279
7783
#: breezy/plugins/propose/cmds.py:268
7891
7784
msgid "Log into a GitLab instance."
7894
#: breezy/plugins/propose/cmds.py:281
7787
#: breezy/plugins/propose/cmds.py:270
7896
7789
"This command takes a GitLab instance URL (e.g. https://gitlab.com)\n"
7897
"as well as an optional private token. Private tokens can be created via the\n"
7790
"as well as a private token. Private tokens can be created via the\n"
7901
#: breezy/plugins/propose/cmds.py:287
7902
msgid " Log into GNOME's GitLab (prompts for a token):"
7905
#: breezy/plugins/propose/cmds.py:289
7906
msgid " brz gitlab-login https://gitlab.gnome.org/"
7909
#: breezy/plugins/propose/cmds.py:291
7910
msgid " Log into Debian's salsa, using a token created earlier:"
7913
#: breezy/plugins/propose/cmds.py:293
7794
#: breezy/plugins/propose/cmds.py:276
7795
msgid " Log into Debian's salsa:"
7798
#: breezy/plugins/propose/cmds.py:278
7914
7799
msgid " brz gitlab-login https://salsa.debian.org if4Theis6Eich7aef0zo"
7917
7802
# help of 'name' option of 'gitlab-login' command
7918
#: breezy/plugins/propose/cmds.py:299
7803
#: breezy/plugins/propose/cmds.py:284
7919
7804
msgid "Name for GitLab site in configuration."
7922
7807
# help of 'no-check' option of 'gitlab-login' command
7923
#: breezy/plugins/propose/cmds.py:302
7808
#: breezy/plugins/propose/cmds.py:287
7924
7809
msgid "Don't check that the token is valid."
7927
#: breezy/plugins/propose/cmds.py:364
7928
msgid "Land a merge proposal."
7931
# help of 'message' option of 'land-merge-proposal' command
7932
#: breezy/plugins/propose/cmds.py:368
7933
msgid "Commit message to use."
7936
#: breezy/plugins/propose/github.py:397
7812
#: breezy/plugins/propose/github.py:177
7937
7813
#, python-format
7938
7814
msgid "Forking new repository %s from %s"
7941
#: breezy/plugins/propose/github.py:400
7817
#: breezy/plugins/propose/github.py:180
7942
7818
#, python-format
7943
7819
msgid "Reusing existing repository %s"
7946
#: breezy/plugins/quilt/merge.py:113
7948
msgid "Applying %d quilt patches."
7951
#: breezy/plugins/quilt/merge.py:125
7953
msgid "Unapplying %d quilt patches."
7956
#: breezy/plugins/quilt/merge.py:141
7958
msgid "Committing with %d patches applied and %d patches unapplied."
7961
#: breezy/plugins/rewrite/commands.py:51
7963
"A conflict occurred replaying a commit. Resolve the conflict and run 'brz "
7964
"rebase-continue' or run 'brz rebase-abort'."
7967
#: breezy/plugins/rewrite/commands.py:59
7968
msgid "Re-base a branch."
7971
#: breezy/plugins/rewrite/commands.py:61
7973
"Rebasing is the process of taking a branch and modifying the history so\n"
7974
"that it appears to start from a different point. This can be useful\n"
7975
"to clean up the history before submitting your changes. The tree at the\n"
7976
"end of the process will be the same as if you had merged the other branch,\n"
7977
"but the history will be different."
7980
#: breezy/plugins/rewrite/commands.py:67
7982
"The command takes the location of another branch on to which the branch in\n"
7983
"the specified directory (by default, the current working directory)\n"
7984
"will be rebased. If a branch is not specified then the parent branch\n"
7985
"is used, and this is usually the desired result."
7988
#: breezy/plugins/rewrite/commands.py:72
7990
"The first step identifies the revisions that are in the current branch that\n"
7991
"are not in the parent branch. The current branch is then set to be at the\n"
7992
"same revision as the target branch, and each revision is replayed on top\n"
7993
"of the branch. At the end of the process it will appear as though your\n"
7994
"current branch was branched off the current last revision of the target."
7997
#: breezy/plugins/rewrite/commands.py:78
7999
"Each revision that is replayed may cause conflicts in the tree. If this\n"
8000
"happens the command will stop and allow you to fix them up. Resolve the\n"
8001
"commits as you would for a merge, and then run 'brz resolve' to marked\n"
8002
"them as resolved. Once you have resolved all the conflicts you should\n"
8003
"run 'brz rebase-continue' to continue the rebase operation."
8006
#: breezy/plugins/rewrite/commands.py:84
8008
"If conflicts are encountered and you decide that you do not wish to "
8010
"you can run 'brz rebase-abort'."
8013
#: breezy/plugins/rewrite/commands.py:87
8015
"The '--onto' option allows you to specify a different revision in the\n"
8016
"target branch to start at when replaying the revisions. This means that\n"
8017
"you can change the point at which the current branch will appear to be\n"
8018
"branched from when the operation completes."
8021
# help of 'always-rebase-merges' option of 'rebase' command
8022
#: breezy/plugins/rewrite/commands.py:100
8023
msgid "Don't skip revisions that merge already present revisions."
8026
# help of 'pending-merges' option of 'rebase' command
8027
#: breezy/plugins/rewrite/commands.py:103
8028
msgid "Rebase pending merges onto local branch."
8031
# help of 'onto' option of 'rebase' command
8032
#: breezy/plugins/rewrite/commands.py:105
8033
msgid "Different revision to replay onto."
8036
#: breezy/plugins/rewrite/commands.py:132
8037
msgid "--revision and --pending-merges are mutually exclusive"
8040
#: breezy/plugins/rewrite/commands.py:144
8041
msgid "No upstream branch specified."
8044
#: breezy/plugins/rewrite/commands.py:145
8046
msgid "Rebasing on %s"
8049
#: breezy/plugins/rewrite/commands.py:152
8051
"A rebase operation was interrupted. Continue using 'brz rebase-continue' or "
8052
"abort using 'brz rebase-abort'"
8055
#: breezy/plugins/rewrite/commands.py:169
8056
#: breezy/plugins/rewrite/commands.py:386
8057
msgid "--revision takes only one or two arguments"
8060
#: breezy/plugins/rewrite/commands.py:174
8061
msgid "No pending merges present."
8064
#: breezy/plugins/rewrite/commands.py:177
8065
msgid "Rebasing more than one pending merge not supported"
8068
#: breezy/plugins/rewrite/commands.py:203
8069
msgid "No revisions to rebase.\n"
8072
#: breezy/plugins/rewrite/commands.py:207
8073
msgid "Base branch is descendant of current branch. Pulling instead.\n"
8076
#: breezy/plugins/rewrite/commands.py:224
8078
msgid "%d revisions will be rebased:"
8081
#: breezy/plugins/rewrite/commands.py:240
8082
msgid "Abort an interrupted rebase."
8085
#: breezy/plugins/rewrite/commands.py:272
8086
msgid "Continue an interrupted rebase after resolving conflicts."
8089
#: breezy/plugins/rewrite/commands.py:295
8091
"There are still conflicts present. Resolve the conflicts and then run 'brz "
8092
"resolve' and try again."
8095
#: breezy/plugins/rewrite/commands.py:302
8096
msgid "No rebase to continue"
8099
#: breezy/plugins/rewrite/commands.py:313
8101
"Print list of revisions that still need to be replayed as part of the\n"
8102
"current rebase operation."
8105
#: breezy/plugins/rewrite/commands.py:337
8106
msgid "No rebase in progress"
8109
#: breezy/plugins/rewrite/commands.py:340
8111
msgid "Currently replaying: %s"
8114
#: breezy/plugins/rewrite/commands.py:342
8115
#, python-brace-format
8119
#: breezy/plugins/rewrite/commands.py:388
8120
msgid "--revision is mandatory"
8123
#: breezy/plugins/rewrite/commands.py:398
8124
msgid "replaying commits"
8127
#: breezy/plugins/rewrite/commands.py:429
8129
"Rebase revisions based on a branch created with a different import tool."
8132
#: breezy/plugins/rewrite/commands.py:431
8134
"This will change the identity of revisions whose parents\n"
8135
"were mapped from revisions in the other version control system."
8138
#: breezy/plugins/rewrite/commands.py:434
8140
"You are recommended to run \"brz check\" in the local repository\n"
8141
"after running this command."
8144
# help of 'idmap-file' option of 'rebase-foreign' command
8145
#: breezy/plugins/rewrite/commands.py:440
8146
msgid "Write map with old and new revision ids."
8149
# help of 'directory' option of 'rebase' command
8150
# help of 'directory' option of 'rebase-abort' command
8151
# help of 'directory' option of 'rebase-continue' command
8152
# help of 'directory' option of 'rebase-foreign' command
8153
# help of 'directory' option of 'rebase-todo' command
8154
#: breezy/plugins/rewrite/commands.py:445
8156
"Branch to replay onto, rather than the one containing the working directory."
8159
#: breezy/plugins/rewrite/commands.py:483
8161
msgid "Using saved location: %s\n"
8164
#: breezy/plugins/stats/cmds.py:241
7822
#: breezy/plugins/stats/cmds.py:238
8165
7823
msgid "Generate statistics for LOCATION."
8168
7826
# help of 'show-class' option of 'committer-statistics' command
8169
#: breezy/plugins/stats/cmds.py:246
7827
#: breezy/plugins/stats/cmds.py:243
8170
7828
msgid "Show the class of contributions."
8173
#: breezy/plugins/stats/cmds.py:386
7831
#: breezy/plugins/stats/cmds.py:383
8174
7832
msgid "Determine credits for LOCATION."
8177
#: breezy/plugins/upload/cmds.py:466
7835
#: breezy/plugins/upload/cmds.py:468
8178
7836
msgid "Upload a working tree, as a whole or incrementally."
8181
#: breezy/plugins/upload/cmds.py:468
7839
#: breezy/plugins/upload/cmds.py:470
8183
7841
"If no destination is specified use the last one used.\n"
8184
7842
"If no revision is specified upload the changes since the last upload."
8187
#: breezy/plugins/upload/cmds.py:471
7845
#: breezy/plugins/upload/cmds.py:473
8188
7846
msgid "Changes include files added, renamed, modified or removed."
8191
7849
# help of 'full' option of 'upload' command
8192
#: breezy/plugins/upload/cmds.py:479
7850
#: breezy/plugins/upload/cmds.py:481
8193
7851
msgid "Upload the full working tree."
8196
7854
# help of 'quiet' option of 'upload' command
8197
#: breezy/plugins/upload/cmds.py:480
7855
#: breezy/plugins/upload/cmds.py:482
8198
7856
msgid "Do not output what is being done."
8201
7859
# help of 'directory' option of 'upload' command
8202
#: breezy/plugins/upload/cmds.py:483
7860
#: breezy/plugins/upload/cmds.py:485
8204
7862
"Branch to upload from, rather than the one containing the working directory."
8207
7865
# help of 'auto' option of 'upload' command
8208
#: breezy/plugins/upload/cmds.py:489
7866
#: breezy/plugins/upload/cmds.py:491
8209
7867
msgid "Trigger an upload from this branch whenever the tip revision changes."
7870
#: breezy/plugins/weave_fmt/bzrdir.py:243
7871
msgid "pb parameter to convert() is deprecated"
8212
7874
#: breezy/plugins/weave_fmt/bzrdir.py:245
8213
msgid "pb parameter to convert() is deprecated"
8216
#: breezy/plugins/weave_fmt/bzrdir.py:247
8217
7875
msgid "starting upgrade from format 4 to 5"
8220
#: breezy/plugins/weave_fmt/bzrdir.py:256
7878
#: breezy/plugins/weave_fmt/bzrdir.py:254
8221
7879
msgid "note: upgrade may be faster if all store files are ungzipped first"
8224
#: breezy/plugins/weave_fmt/bzrdir.py:285
7882
#: breezy/plugins/weave_fmt/bzrdir.py:283
8225
7883
msgid "converting revision"
8228
#: breezy/plugins/weave_fmt/bzrdir.py:290
7886
#: breezy/plugins/weave_fmt/bzrdir.py:288
8229
7887
msgid "upgraded to weaves:"
7890
#: breezy/plugins/weave_fmt/bzrdir.py:289
7892
msgid "%6d revisions and inventories"
8232
7895
#: breezy/plugins/weave_fmt/bzrdir.py:291
8233
7896
#, python-format
8234
msgid "%6d revisions and inventories"
7897
msgid "%6d revisions not present"
8237
7900
#: breezy/plugins/weave_fmt/bzrdir.py:293
8238
7901
#, python-format
8239
msgid "%6d revisions not present"
8242
#: breezy/plugins/weave_fmt/bzrdir.py:295
8244
7902
msgid "%6d texts"
8247
#: breezy/plugins/weave_fmt/bzrdir.py:332
7905
#: breezy/plugins/weave_fmt/bzrdir.py:330
8248
7906
msgid "writing weave"
7909
#: breezy/plugins/weave_fmt/bzrdir.py:334
8251
7910
#: breezy/plugins/weave_fmt/bzrdir.py:336
8252
#: breezy/plugins/weave_fmt/bzrdir.py:338
8253
7911
msgid "inventory"
8256
#: breezy/plugins/weave_fmt/bzrdir.py:355
7914
#: breezy/plugins/weave_fmt/bzrdir.py:353
8257
7915
msgid "write revision"
8260
#: breezy/plugins/weave_fmt/bzrdir.py:369
7918
#: breezy/plugins/weave_fmt/bzrdir.py:367
8261
7919
msgid "loading revision"
8264
#: breezy/plugins/weave_fmt/bzrdir.py:374
7922
#: breezy/plugins/weave_fmt/bzrdir.py:372
8265
7923
#, python-format
8266
7924
msgid "revision {%s} not present in branch; will be converted as a ghost"
8269
#: breezy/plugins/weave_fmt/bzrdir.py:506
7927
#: breezy/plugins/weave_fmt/bzrdir.py:511
8270
7928
msgid "starting upgrade from format 5 to 6"
8273
#: breezy/plugins/weave_fmt/bzrdir.py:514
7931
#: breezy/plugins/weave_fmt/bzrdir.py:519
8274
7932
#, python-format
8275
7933
msgid "adding prefixes to %s"
8278
#: breezy/plugins/weave_fmt/bzrdir.py:556
7936
#: breezy/plugins/weave_fmt/bzrdir.py:561
8279
7937
msgid "starting upgrade from format 6 to metadir"
8282
#: breezy/plugins/weave_fmt/bzrdir.py:564
7940
#: breezy/plugins/weave_fmt/bzrdir.py:569
8283
7941
msgid "Removing ancestry.weave"
8286
#: breezy/plugins/weave_fmt/bzrdir.py:569
7944
#: breezy/plugins/weave_fmt/bzrdir.py:574
8287
7945
msgid "Finding branch files"
8290
#: breezy/plugins/weave_fmt/bzrdir.py:579
7948
#: breezy/plugins/weave_fmt/bzrdir.py:584
8291
7949
msgid "Upgrading repository"
8294
#: breezy/plugins/weave_fmt/bzrdir.py:589
7952
#: breezy/plugins/weave_fmt/bzrdir.py:594
8295
7953
msgid "Upgrading branch"
8298
#: breezy/plugins/weave_fmt/bzrdir.py:612
7956
#: breezy/plugins/weave_fmt/bzrdir.py:617
8299
7957
msgid "No working tree."
8302
#: breezy/plugins/weave_fmt/bzrdir.py:619
7960
#: breezy/plugins/weave_fmt/bzrdir.py:624
8303
7961
msgid "Upgrading working tree"
8306
#: breezy/plugins/weave_fmt/bzrdir.py:639
7964
#: breezy/plugins/weave_fmt/bzrdir.py:644
8307
7965
#, python-format
8308
7966
msgid "Make %s lock"
8311
#: breezy/plugins/weave_fmt/bzrdir.py:650
7969
#: breezy/plugins/weave_fmt/bzrdir.py:655
8312
7970
#, python-format
8313
7971
msgid "Moving %s"
8316
#: breezy/plugins/zsh_completion/zshcomp.py:258
8317
msgid "Generate a shell function for zsh command line completion."
8320
#: breezy/plugins/zsh_completion/zshcomp.py:260
8322
"This command generates a shell function which can be used by zsh to\n"
8323
"automatically complete the currently typed command when the user presses\n"
8324
"the completion key (usually tab)."
8327
#: breezy/plugins/zsh_completion/zshcomp.py:264
8329
"Commonly used like this:\n"
8330
" eval \"`brz zsh -completion`\""
8333
7974
#: breezy/push.py:99
8334
7975
#, python-format
8422
8063
msgid "{0} => {1}"
8425
#: breezy/repository.py:318
8066
#: breezy/repository.py:286
8426
8067
#, python-format
8427
8068
msgid "brz: ERROR (ignored): %s"
8430
#: breezy/repository.py:1599
8071
#: breezy/repository.py:1573
8431
8072
msgid "Moving repository to repository.backup"
8434
#: breezy/repository.py:1607
8075
#: breezy/repository.py:1581
8435
8076
msgid "Creating new repository"
8438
#: breezy/repository.py:1611
8079
#: breezy/repository.py:1586
8439
8080
msgid "Copying content"
8442
#: breezy/repository.py:1613
8083
#: breezy/repository.py:1590
8443
8084
msgid "Deleting old repository content"
8446
#: breezy/repository.py:1615
8087
#: breezy/repository.py:1592
8447
8088
msgid "repository converted"
8450
#: breezy/revisionspec.py:858
8091
#: breezy/revisionspec.py:861
8451
8092
#, python-brace-format
8452
8093
msgid "Using {0} {1}"
8455
#: breezy/send.py:58
8096
#: breezy/send.py:59
8456
8097
#, python-format
8457
8098
msgid "Mail client \"%s\" does not support specifying body"
8460
#: breezy/send.py:62
8101
#: breezy/send.py:63
8461
8102
msgid "--remember requires a branch to be specified."
8464
#: breezy/send.py:77
8105
#: breezy/send.py:78
8465
8106
msgid "No submit branch known or specified"
8468
#: breezy/send.py:80
8109
#: breezy/send.py:81
8469
8110
#, python-brace-format
8470
8111
msgid "Using saved {0} location \"{1}\" to determine what changes to submit."
8473
#: breezy/send.py:98
8114
#: breezy/send.py:99
8474
8115
#, python-format
8475
8116
msgid "No such send format '%s'."
8478
#: breezy/send.py:114
8119
#: breezy/send.py:115
8479
8120
msgid "bzr send takes at most two one revision identifiers"
8482
#: breezy/send.py:127
8123
#: breezy/send.py:128
8483
8124
msgid "No revisions to submit."
8486
#: breezy/send.py:139
8127
#: breezy/send.py:140
8488
8129
"- not supported for merge directives that use more than one output file."
8491
#: breezy/send.py:180
8132
#: breezy/send.py:186
8492
8133
msgid "Format 0.9 does not permit bundle with no patch"
8136
#: breezy/shelf_ui.py:48
8138
msgid "Shelve adding file \"%(path)s\"?"
8495
8141
#: breezy/shelf_ui.py:49
8497
msgid "Shelve adding file \"%(path)s\"?"
8142
msgid "Shelve binary changes?"
8500
8145
#: breezy/shelf_ui.py:50
8501
msgid "Shelve binary changes?"
8504
#: breezy/shelf_ui.py:51
8505
8146
msgid "Shelve changing \"%s\" from %(other)s to %(this)s?"
8149
#: breezy/shelf_ui.py:52
8151
msgid "Shelve removing file \"%(path)s\"?"
8508
8154
#: breezy/shelf_ui.py:53
8509
8155
#, python-format
8510
msgid "Shelve removing file \"%(path)s\"?"
8156
msgid "Shelve %d change(s)?"
8513
8159
#: breezy/shelf_ui.py:54
8515
msgid "Shelve %d change(s)?"
8518
8163
#: breezy/shelf_ui.py:55
8522
#: breezy/shelf_ui.py:56
8523
8164
#, python-format
8525
8166
"Shelve changing target of \"%(path)s\" from \"%(other)s\" to \"%(this)s\"?"
8528
#: breezy/shelf_ui.py:58
8169
#: breezy/shelf_ui.py:57
8529
8170
#, python-format
8530
8171
msgid "Shelve renaming \"%(other)s\" => \"%(this)s\"?"
8533
#: breezy/shelf_ui.py:73
8174
#: breezy/shelf_ui.py:72
8534
8175
#, python-format
8535
8176
msgid "Changes shelved with id \"%d\"."
8538
#: breezy/shelf_ui.py:77
8179
#: breezy/shelf_ui.py:76
8539
8180
msgid "Selected changes destroyed."
8542
#: breezy/shelf_ui.py:81
8183
#: breezy/shelf_ui.py:80
8543
8184
msgid "Selected changes:"
8187
#: breezy/shelf_ui.py:100
8189
msgid "Delete file \"%(path)s\"?"
8546
8192
#: breezy/shelf_ui.py:101
8548
msgid "Delete file \"%(path)s\"?"
8193
msgid "Apply binary changes?"
8551
8196
#: breezy/shelf_ui.py:102
8552
msgid "Apply binary changes?"
8555
#: breezy/shelf_ui.py:103
8556
8197
#, python-format
8557
8198
msgid "Change \"%(path)s\" from %(this)s to %(other)s?"
8201
#: breezy/shelf_ui.py:104
8203
msgid "Add file \"%(path)s\"?"
8560
8206
#: breezy/shelf_ui.py:105
8561
8207
#, python-format
8562
msgid "Add file \"%(path)s\"?"
8208
msgid "Apply %d change(s)?"
8565
8211
#: breezy/shelf_ui.py:106
8567
msgid "Apply %d change(s)?"
8212
msgid "Apply change?"
8570
8215
#: breezy/shelf_ui.py:107
8571
msgid "Apply change?"
8574
#: breezy/shelf_ui.py:108
8575
8216
#, python-format
8576
8217
msgid "Change target of \"%(path)s\" from \"%(this)s\" to \"%(other)s\"?"
8579
#: breezy/shelf_ui.py:110
8220
#: breezy/shelf_ui.py:109
8580
8221
#, python-format
8581
8222
msgid "Rename \"%(this)s\" => \"%(other)s\"?"
8584
#: breezy/shelf_ui.py:407
8225
#: breezy/shelf_ui.py:409
8585
8226
msgid "No changes are shelved."
8588
#: breezy/shelf_ui.py:464
8229
#: breezy/shelf_ui.py:467
8589
8230
#, python-format
8590
8231
msgid "Using changes with id \"%d\"."
8593
#: breezy/shelf_ui.py:469
8234
#: breezy/shelf_ui.py:472
8594
8235
#, python-format
8595
8236
msgid "Message: %s"
8598
#: breezy/shelf_ui.py:481
8239
#: breezy/shelf_ui.py:484
8599
8240
#, python-format
8600
8241
msgid "Deleted changes with id \"%d\"."
14439
14079
#: en/help_topics/revisionspec.txt:59
14083
#: en/help_topics/revisionspec.txt:61
14085
" Supply a specific revision id, that can be used to specify any\n"
14086
" revision id in the ancestry of the branch.\n"
14087
" Including merges, and pending merges.\n"
14091
#: en/help_topics/revisionspec.txt:66
14093
" revid:aaaa@bbbb-123456789 -> Select revision 'aaaa@bbbb-123456789'"
14096
#: en/help_topics/revisionspec.txt:68
14100
#: en/help_topics/revisionspec.txt:70
14102
" Diffing against this shows all the changes that were made in this "
14104
" and is a good predictor of what merge will do. The submit branch is\n"
14105
" used by the bundle and merge directive commands. If no submit branch\n"
14106
" is specified, the parent branch is used instead."
14109
#: en/help_topics/revisionspec.txt:75 en/help_topics/revisionspec.txt:87
14111
" The common ancestor is the last revision that existed in both\n"
14112
" branches. Usually this is the branch point, but it could also be\n"
14113
" a revision that was merged."
14116
#: en/help_topics/revisionspec.txt:79 en/help_topics/revisionspec.txt:95
14117
#: en/help_topics/revisionspec.txt:111 en/help_topics/revisionspec.txt:121
14118
#: en/help_topics/revisionspec.txt:155
14119
msgid " Examples::"
14122
#: en/help_topics/revisionspec.txt:81
14123
msgid " $ bzr diff -r submit:"
14126
#: en/help_topics/revisionspec.txt:83
14130
#: en/help_topics/revisionspec.txt:85
14131
msgid " Supply the path to a branch to select the common ancestor."
14134
#: en/help_topics/revisionspec.txt:91
14136
" This is frequently used with 'diff' to return all of the changes\n"
14137
" that your branch introduces, while excluding the changes that you\n"
14138
" have not merged from the remote branch."
14141
#: en/help_topics/revisionspec.txt:97
14143
" ancestor:/path/to/branch\n"
14144
" $ bzr diff -r ancestor:../../mainline/branch"
14147
#: en/help_topics/revisionspec.txt:100
14151
#: en/help_topics/revisionspec.txt:102
14153
" Supply a datestamp to select the first revision that matches the date.\n"
14154
" Date can be 'yesterday', 'today', 'tomorrow' or a YYYY-MM-DD string.\n"
14155
" Matches the first entry after a given date (either at midnight or\n"
14156
" at a specified time)."
14159
#: en/help_topics/revisionspec.txt:107
14160
msgid " One way to display all the changes since yesterday would be::"
14163
#: en/help_topics/revisionspec.txt:109
14164
msgid " brz log -r date:yesterday.."
14167
#: en/help_topics/revisionspec.txt:113
14169
" date:yesterday -> select the first revision since "
14171
" date:2006-08-14,17:10:14 -> select the first revision after\n"
14172
" August 14th, 2006 at 5:10pm."
14175
#: en/help_topics/revisionspec.txt:117
14179
#: en/help_topics/revisionspec.txt:119
14180
msgid " Supply the path to a branch to select its last revision."
14183
#: en/help_topics/revisionspec.txt:123
14184
msgid " branch:/path/to/branch"
14187
#: en/help_topics/revisionspec.txt:125
14191
#: en/help_topics/revisionspec.txt:127
14192
msgid " Tags are stored in the branch and created by the 'tag' command."
14195
#: en/help_topics/revisionspec.txt:129
14440
14196
msgid ":revno:"
14443
#: en/help_topics/revisionspec.txt:61
14199
#: en/help_topics/revisionspec.txt:131
14445
14201
" Use an integer to specify a revision in the history of the branch.\n"
14446
14202
" Optionally a branch can be specified. A negative number will count\n"