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