167
167
# help of 'short' option of 'status' command
168
#: bzrlib/builtins.py:375
168
#: bzrlib/builtins.py:272
169
169
msgid "Use short status indicators."
172
172
# help of 'versioned' option of 'status' command
173
#: bzrlib/builtins.py:377
173
#: bzrlib/builtins.py:274
174
174
msgid "Only show versioned files."
177
177
# help of 'no-pending' option of 'status' command
178
#: bzrlib/builtins.py:379
178
#: bzrlib/builtins.py:276
179
179
msgid "Don't show pending merges."
182
182
# help of 'no-classify' option of 'status' command
183
#: bzrlib/builtins.py:382
183
#: bzrlib/builtins.py:279
184
184
msgid "Do not mark object type using indicator."
187
#: bzrlib/builtins.py:397
187
#: bzrlib/builtins.py:294
188
188
msgid "bzr status --revision takes exactly one or two revision specifiers"
191
#: bzrlib/builtins.py:441 bzrlib/builtins.py:5229
191
#: bzrlib/builtins.py:338 bzrlib/builtins.py:5024
192
192
msgid "You can only supply one of revision_id or --revision"
195
#: bzrlib/builtins.py:444 bzrlib/builtins.py:5231
195
#: bzrlib/builtins.py:341 bzrlib/builtins.py:5026
196
196
msgid "You must supply either --revision or a revision_id"
199
#: bzrlib/builtins.py:451
199
#: bzrlib/builtins.py:348
201
201
msgid "Repository %r does not support access to raw revision texts"
204
#: bzrlib/builtins.py:462
204
#: bzrlib/builtins.py:359
205
205
msgid "The repository {0} contains no revision {1}."
208
#: bzrlib/builtins.py:469
208
#: bzrlib/builtins.py:366
209
209
msgid "You cannot specify a NULL revision."
212
#: bzrlib/builtins.py:561
212
#: bzrlib/builtins.py:458
213
213
msgid "Remove the working tree from a given branch/checkout."
216
#: bzrlib/builtins.py:563
216
#: bzrlib/builtins.py:460
218
218
"Since a lightweight checkout is little more than a working tree\n"
219
219
"this will refuse to run against one."
222
#: bzrlib/builtins.py:566
222
#: bzrlib/builtins.py:463
223
223
msgid "To re-create the working tree, use \"bzr checkout\"."
226
226
# help of 'force' option of 'remove-tree' command
227
#: bzrlib/builtins.py:572
227
#: bzrlib/builtins.py:469
228
228
msgid "Remove the working tree even if it has uncommitted or shelved changes."
231
#: bzrlib/builtins.py:586
231
#: bzrlib/builtins.py:483
232
232
msgid "No working tree to remove"
235
#: bzrlib/builtins.py:588
235
#: bzrlib/builtins.py:485
236
236
msgid "You cannot remove the working tree of a remote path"
239
#: bzrlib/builtins.py:597
239
#: bzrlib/builtins.py:494
240
240
msgid "You cannot remove the working tree from a lightweight checkout"
243
#: bzrlib/builtins.py:637
243
#: bzrlib/builtins.py:534
245
245
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
246
246
"instead. Use \"--force\" if you are sure you want to reset the working tree."
249
#: bzrlib/builtins.py:648
249
#: bzrlib/builtins.py:545
251
251
", the header appears corrupt, try passing -r -1 to set the state to the last "
255
#: bzrlib/builtins.py:652
255
#: bzrlib/builtins.py:549
256
256
msgid "failed to reset the tree state{0}"
259
#: bzrlib/builtins.py:656
259
#: bzrlib/builtins.py:553
260
260
msgid "Show current revision number."
263
#: bzrlib/builtins.py:658
263
#: bzrlib/builtins.py:555
264
264
msgid "This is equal to the number of revisions on this branch."
267
#: bzrlib/builtins.py:671
267
#: bzrlib/builtins.py:568
268
268
msgid "--tree and --revision can not be used together"
271
#: bzrlib/builtins.py:688
272
msgid "Revision numbers only make sense for single revisions, not ranges"
271
#: bzrlib/builtins.py:585 bzrlib/builtins.py:5808
272
msgid "Tags can only be placed on a single revision, not on a range"
275
275
# help of 'tree' option of 'revno' command
276
#: bzrlib/builtins.py:712
276
#: bzrlib/builtins.py:609
277
277
msgid "Show revno of working tree."
280
#: bzrlib/builtins.py:760
280
#: bzrlib/builtins.py:657
281
281
msgid "Add specified files or directories."
284
#: bzrlib/builtins.py:762
284
#: bzrlib/builtins.py:659
286
286
"In non-recursive mode, all the named items are added, regardless\n"
287
287
"of whether they were previously ignored. A warning is given if\n"
288
288
"any of the named files are already versioned."
291
#: bzrlib/builtins.py:766
291
#: bzrlib/builtins.py:663
293
293
"In recursive mode (the default), files are treated the same way\n"
294
294
"but the behaviour for directories is different. Directories that\n"
877
842
"out the old content of that file to a new location."
880
#: bzrlib/builtins.py:1723
845
#: bzrlib/builtins.py:1548
882
847
"The 'dir' argument, if given, must be the location of the root of a\n"
883
848
"working tree to update. By default, the working tree that contains the \n"
884
849
"current working directory is used."
887
#: bzrlib/builtins.py:1739
852
#: bzrlib/builtins.py:1564
888
853
msgid "bzr update --revision takes exactly one revision"
891
#: bzrlib/builtins.py:1747
856
#: bzrlib/builtins.py:1572
892
857
msgid "bzr update can only update a whole tree, not a file or subdirectory"
895
#: bzrlib/builtins.py:1778
860
#: bzrlib/builtins.py:1603
896
861
msgid "Tree is up to date at revision {0} of branch {1}"
899
#: bzrlib/builtins.py:1794
864
#: bzrlib/builtins.py:1619
902
867
"branch has no revision %s\n"
903
868
"bzr update --revision only works for a revision in the branch history"
906
#: bzrlib/builtins.py:1800
871
#: bzrlib/builtins.py:1625
907
872
msgid "Updated to revision {0} of branch {1}"
910
#: bzrlib/builtins.py:1804
875
#: bzrlib/builtins.py:1629
912
877
"Your local commits will now show as pending merges with 'bzr status', and "
913
878
"can be committed with 'bzr commit'."
916
#: bzrlib/builtins.py:1813
881
#: bzrlib/builtins.py:1638
917
882
msgid "Show information about a working tree, branch or repository."
920
#: bzrlib/builtins.py:1815
885
#: bzrlib/builtins.py:1640
922
887
"This command will show all known locations and formats associated to the\n"
923
888
"tree, branch or repository."
926
#: bzrlib/builtins.py:1818
891
#: bzrlib/builtins.py:1643
928
893
"In verbose mode, statistical information is included with each report.\n"
929
894
"To see extended statistic information, use a verbosity level of 2 or\n"
930
895
"higher by specifying the verbose option multiple times, e.g. -vv."
933
#: bzrlib/builtins.py:1822
898
#: bzrlib/builtins.py:1647
934
899
msgid "Branches and working trees will also report any missing revisions."
937
#: bzrlib/builtins.py:1824 bzrlib/builtins.py:3742 bzrlib/builtins.py:4883
938
#: bzrlib/builtins.py:6469
942
#: bzrlib/builtins.py:1826
902
#: bzrlib/builtins.py:1651
943
903
msgid " Display information on the format and related locations:"
946
#: bzrlib/builtins.py:1828
906
#: bzrlib/builtins.py:1653
947
907
msgid " bzr info"
950
#: bzrlib/builtins.py:1830
910
#: bzrlib/builtins.py:1655
952
912
" Display the above together with extended format information and\n"
953
913
" basic statistics (like the number of files in the working tree and\n"
954
914
" number of revisions in the branch and repository):"
957
#: bzrlib/builtins.py:1834
917
#: bzrlib/builtins.py:1659
958
918
msgid " bzr info -v"
961
#: bzrlib/builtins.py:1836
921
#: bzrlib/builtins.py:1661
962
922
msgid " Display the above together with number of committers to the branch:"
965
#: bzrlib/builtins.py:1838
925
#: bzrlib/builtins.py:1663
966
926
msgid " bzr info -vv"
969
#: bzrlib/builtins.py:1857
929
#: bzrlib/builtins.py:1682
970
930
msgid "Remove files or directories."
973
#: bzrlib/builtins.py:1859
933
#: bzrlib/builtins.py:1684
975
935
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
976
936
"delete them if they can easily be recovered using revert otherwise they\n"
977
"will be backed up (adding an extension of the form .~#~). If no options or\n"
937
"will be backed up (adding an extention of the form .~#~). If no options or\n"
978
938
"parameters are given Bazaar will scan for files that are being tracked by\n"
979
939
"Bazaar but missing in your tree and stop tracking them for you."
982
942
# help of 'new' option of 'remove' command
983
#: bzrlib/builtins.py:1867
943
#: bzrlib/builtins.py:1692
984
944
msgid "Only remove files that have never been committed."
987
947
# help of 'file-deletion-strategy' option of 'remove' command
988
#: bzrlib/builtins.py:1869
948
#: bzrlib/builtins.py:1694
989
949
msgid "The file deletion mode to be used."
992
952
# title of 'file-deletion-strategy' option of 'remove' command
993
#: bzrlib/builtins.py:1870
953
#: bzrlib/builtins.py:1695
994
954
msgid "Deletion Strategy"
997
957
# help of 'file-deletion-strategy=safe' option of 'remove' command
998
#: bzrlib/builtins.py:1871
958
#: bzrlib/builtins.py:1696
999
959
msgid "Backup changed files (default)."
1002
962
# help of 'file-deletion-strategy=keep' option of 'remove' command
1003
#: bzrlib/builtins.py:1872
963
#: bzrlib/builtins.py:1697
1004
964
msgid "Delete from bzr but leave the working copy."
1007
967
# help of 'file-deletion-strategy=no-backup' option of 'remove' command
1008
#: bzrlib/builtins.py:1873
968
#: bzrlib/builtins.py:1698
1009
969
msgid "Don't backup changed files."
1012
#: bzrlib/builtins.py:1894
972
# help of 'file-deletion-strategy=force' option of 'remove' command
973
#: bzrlib/builtins.py:1699
975
"Delete all the specified files, even if they can not be recovered and even "
976
"if they are non-empty directories. (deprecated, use no-backup)"
979
#: bzrlib/builtins.py:1708
980
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
983
#: bzrlib/builtins.py:1725
1013
984
msgid "No matching files."
1016
#: bzrlib/builtins.py:1955
987
#: bzrlib/builtins.py:1786
1017
988
msgid "Reconcile bzr metadata in a branch."
1020
#: bzrlib/builtins.py:1957
991
#: bzrlib/builtins.py:1788
1022
993
"This can correct data mismatches that may have been caused by\n"
1023
994
"previous ghost operations or bzr upgrades. You should only\n"
1711
1667
# help of 'forward' option of 'log' command
1712
#: bzrlib/builtins.py:2651
1668
#: bzrlib/builtins.py:2476
1713
1669
msgid "Show from oldest to newest."
1716
1672
# help of 'verbose' option of 'log' command
1717
#: bzrlib/builtins.py:2654
1673
#: bzrlib/builtins.py:2479
1718
1674
msgid "Show files changed in each revision."
1721
1677
# help of 'change' option of 'log' command
1722
#: bzrlib/builtins.py:2660
1678
#: bzrlib/builtins.py:2485
1723
1679
msgid "Show just the specified revision. See also \"help revisionspec\"."
1726
1682
# help of 'authors' option of 'log' command
1727
#: bzrlib/builtins.py:2664
1683
#: bzrlib/builtins.py:2489
1728
1684
msgid "What names to list as authors - first, all or committer."
1731
1687
# title of 'authors' option of 'log' command
1732
#: bzrlib/builtins.py:2665
1688
#: bzrlib/builtins.py:2490
1733
1689
msgid "Authors"
1736
1692
# help of 'levels' option of 'log' command
1737
#: bzrlib/builtins.py:2670
1693
#: bzrlib/builtins.py:2495
1738
1694
msgid "Number of levels to display - 0 for all, 1 for flat."
1741
1697
# help of 'limit' option of 'log' command
1742
#: bzrlib/builtins.py:2680
1698
#: bzrlib/builtins.py:2505
1743
1699
msgid "Limit the output to the first N revisions."
1746
1702
# help of 'show-diff' option of 'log' command
1747
#: bzrlib/builtins.py:2685
1703
#: bzrlib/builtins.py:2510
1748
1704
msgid "Show changes made in each revision as a patch."
1751
1707
# help of 'include-merged' option of 'log' command
1752
#: bzrlib/builtins.py:2687
1708
#: bzrlib/builtins.py:2512
1753
1709
msgid "Show merged revisions like --levels 0 does."
1756
1712
# help of 'omit-merges' option of 'log' command
1757
#: bzrlib/builtins.py:2691
1713
#: bzrlib/builtins.py:2516
1758
1714
msgid "Do not report commits with more than one parent."
1761
1717
# help of 'exclude-common-ancestry' option of 'log' command
1762
#: bzrlib/builtins.py:2693
1718
#: bzrlib/builtins.py:2518
1764
1720
"Display only the revisions that are not part of both ancestries (require -"
1768
1724
# help of 'signatures' option of 'log' command
1769
#: bzrlib/builtins.py:2697
1725
#: bzrlib/builtins.py:2522
1770
1726
msgid "Show digital signature validity."
1773
1729
# help of 'match' option of 'log' command
1774
#: bzrlib/builtins.py:2700
1730
#: bzrlib/builtins.py:2525
1775
1731
msgid "Show revisions whose properties match this expression."
1778
1734
# help of 'match-message' option of 'log' command
1779
#: bzrlib/builtins.py:2704
1735
#: bzrlib/builtins.py:2529
1780
1736
msgid "Show revisions whose message matches this expression."
1783
1739
# help of 'match-committer' option of 'log' command
1784
#: bzrlib/builtins.py:2708
1740
#: bzrlib/builtins.py:2533
1785
1741
msgid "Show revisions whose committer matches this expression."
1788
1744
# help of 'match-author' option of 'log' command
1789
#: bzrlib/builtins.py:2712
1745
#: bzrlib/builtins.py:2537
1790
1746
msgid "Show revisions whose authors match this expression."
1793
1749
# help of 'match-bugs' option of 'log' command
1794
#: bzrlib/builtins.py:2716
1750
#: bzrlib/builtins.py:2541
1795
1751
msgid "Show revisions whose bugs match this expression."
1798
#: bzrlib/builtins.py:2770
1754
#: bzrlib/builtins.py:2595
1799
1755
msgid "--exclude-common-ancestry requires -r with two revisions"
1802
#: bzrlib/builtins.py:2798
1758
#: bzrlib/builtins.py:2623
1803
1759
#, python-format
1804
1760
msgid "Path unknown at end or start of revision range: %s"
1807
#: bzrlib/builtins.py:2915
1763
#: bzrlib/builtins.py:2740
1808
1764
#, python-format
1809
1765
msgid "bzr %s doesn't accept two revisions in different branches."
1812
#: bzrlib/builtins.py:2931
1768
#: bzrlib/builtins.py:2756
1813
1769
#, python-format
1814
1770
msgid "bzr %s --revision takes one or two values."
1817
#: bzrlib/builtins.py:2976
1773
#: bzrlib/builtins.py:2801
1819
1775
"List files in a tree.\n"
1823
1779
# help of 'recursive' option of 'ls' command
1824
#: bzrlib/builtins.py:2985
1780
#: bzrlib/builtins.py:2810
1825
1781
msgid "Recurse into subdirectories."
1828
1784
# help of 'from-root' option of 'ls' command
1829
#: bzrlib/builtins.py:2987
1785
#: bzrlib/builtins.py:2812
1830
1786
msgid "Print paths relative to the root of the branch."
1833
1789
# help of 'unknown' option of 'ls' command
1834
#: bzrlib/builtins.py:2989
1790
#: bzrlib/builtins.py:2814
1835
1791
msgid "Print unknown files."
1838
1794
# help of 'versioned' option of 'ls' command
1839
#: bzrlib/builtins.py:2990
1795
#: bzrlib/builtins.py:2815
1840
1796
msgid "Print versioned files."
1843
1799
# help of 'ignored' option of 'ls' command
1844
#: bzrlib/builtins.py:2993
1800
#: bzrlib/builtins.py:2818
1845
1801
msgid "Print ignored files."
1848
1804
# help of 'kind' option of 'ls' command
1849
#: bzrlib/builtins.py:2995
1805
#: bzrlib/builtins.py:2820
1850
1806
msgid "List entries of a particular kind: file, directory, symlink."
1853
#: bzrlib/builtins.py:3008
1809
#: bzrlib/builtins.py:2833
1854
1810
msgid "invalid kind specified"
1857
#: bzrlib/builtins.py:3011
1813
#: bzrlib/builtins.py:2836
1858
1814
msgid "Cannot set both --verbose and --null"
1861
#: bzrlib/builtins.py:3020
1817
#: bzrlib/builtins.py:2845
1862
1818
msgid "cannot specify both --from-root and PATH"
1865
#: bzrlib/builtins.py:3107
1821
#: bzrlib/builtins.py:2932
1866
1822
msgid "Ignore specified files or patterns."
1869
#: bzrlib/builtins.py:3109
1825
#: bzrlib/builtins.py:2934
1870
1826
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1873
#: bzrlib/builtins.py:3111
1829
#: bzrlib/builtins.py:2936
1875
1831
"If a .bzrignore file does not exist, the ignore command\n"
1876
1832
"will create one and add the specified files or patterns to the newly\n"
2522
#: bzrlib/builtins.py:3806
2482
#: bzrlib/builtins.py:3631
2524
2484
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2525
2485
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2528
2488
# help of 'format' option of 'upgrade' command
2529
#: bzrlib/builtins.py:3814
2489
#: bzrlib/builtins.py:3639
2530
2490
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2533
2493
# title of 'format' option of 'init' command
2534
# title of 'format' option of 'upgrade' command
2535
#: bzrlib/builtins.py:3818
2494
#: bzrlib/builtins.py:3643
2536
2495
msgid "Branch format"
2539
2498
# help of 'clean' option of 'upgrade' command
2540
#: bzrlib/builtins.py:3820
2499
#: bzrlib/builtins.py:3645
2541
2500
msgid "Remove the backup.bzr directory if successful."
2544
2503
# help of 'dry-run' option of 'add' command
2545
# help of 'dry-run' option of 'upgrade' command
2546
#: bzrlib/builtins.py:3822
2504
#: bzrlib/builtins.py:3647
2547
2505
msgid "Show what would be done, but don't actually do anything."
2550
#: bzrlib/builtins.py:3837
2508
#: bzrlib/builtins.py:3662
2551
2509
msgid "Show or set bzr user id."
2554
#: bzrlib/builtins.py:3839
2512
#: bzrlib/builtins.py:3664
2557
2515
" Show the email of the current user::"
2560
#: bzrlib/builtins.py:3842
2518
#: bzrlib/builtins.py:3667
2561
2519
msgid " bzr whoami --email"
2564
#: bzrlib/builtins.py:3844
2522
#: bzrlib/builtins.py:3669
2565
2523
msgid " Set the current user::"
2568
#: bzrlib/builtins.py:3846
2526
#: bzrlib/builtins.py:3671
2569
2527
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2572
2530
# help of 'email' option of 'whoami' command
2573
#: bzrlib/builtins.py:3850
2531
#: bzrlib/builtins.py:3675
2574
2532
msgid "Display email address only."
2577
2535
# help of 'branch' option of 'whoami' command
2578
#: bzrlib/builtins.py:3852
2536
#: bzrlib/builtins.py:3677
2579
2537
msgid "Set identity for the current branch instead of globally."
2582
#: bzrlib/builtins.py:3878
2540
#: bzrlib/builtins.py:3701
2583
2541
msgid "--email can only be used to display existing identity"
2586
#: bzrlib/builtins.py:3902
2544
#: bzrlib/builtins.py:3723
2587
2545
msgid "Print or set the branch nickname."
2590
#: bzrlib/builtins.py:3904
2548
#: bzrlib/builtins.py:3725
2592
"If unset, the colocated branch name is used for colocated branches, and\n"
2593
"the branch directory name is used for other branches. To print the\n"
2594
"current nickname, execute with no argument."
2550
"If unset, the tree root directory name is used as the nickname.\n"
2551
"To print the current nickname, execute with no argument."
2597
#: bzrlib/builtins.py:3908
2554
#: bzrlib/builtins.py:3728
2599
2556
"Bound branches use the nickname of its master branch unless it is set\n"
2603
#: bzrlib/builtins.py:3928
2560
#: bzrlib/builtins.py:3748
2604
2561
msgid "Set/unset and display aliases."
2607
#: bzrlib/builtins.py:3930
2564
#: bzrlib/builtins.py:3750
2610
2567
" Show the current aliases::"
2613
#: bzrlib/builtins.py:3933
2570
#: bzrlib/builtins.py:3753
2614
2571
msgid " bzr alias"
2617
#: bzrlib/builtins.py:3935
2574
#: bzrlib/builtins.py:3755
2618
2575
msgid " Show the alias specified for 'll'::"
2621
#: bzrlib/builtins.py:3937
2578
#: bzrlib/builtins.py:3757
2622
2579
msgid " bzr alias ll"
2625
#: bzrlib/builtins.py:3939
2582
#: bzrlib/builtins.py:3759
2626
2583
msgid " Set an alias for 'll'::"
2629
#: bzrlib/builtins.py:3941
2586
#: bzrlib/builtins.py:3761
2630
2587
msgid " bzr alias ll=\"log --line -r-10..-1\""
2633
#: bzrlib/builtins.py:3943
2590
#: bzrlib/builtins.py:3763
2634
2591
msgid " To remove an alias for 'll'::"
2637
#: bzrlib/builtins.py:3945
2594
#: bzrlib/builtins.py:3765
2638
2595
msgid " bzr alias --remove ll"
2641
2598
# help of 'remove' option of 'alias' command
2642
#: bzrlib/builtins.py:3950
2599
#: bzrlib/builtins.py:3770
2643
2600
msgid "Remove the alias."
2646
#: bzrlib/builtins.py:3968
2603
#: bzrlib/builtins.py:3788
2647
2604
msgid "bzr alias --remove expects an alias to remove."
2650
#: bzrlib/builtins.py:4149
2607
#: bzrlib/builtins.py:3960
2651
2608
msgid "subunit not available. subunit needs to be installed to use --subunit."
2654
#: bzrlib/builtins.py:4166
2611
#: bzrlib/builtins.py:3977
2656
2613
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2659
#: bzrlib/builtins.py:4213
2616
#: bzrlib/builtins.py:4024
2660
2617
msgid "Show version of bzr."
2663
2620
# help of 'short' option of 'version' command
2664
#: bzrlib/builtins.py:4217
2621
#: bzrlib/builtins.py:4028
2665
2622
msgid "Print just the version number."
2668
#: bzrlib/builtins.py:4236
2625
#: bzrlib/builtins.py:4047
2669
2626
msgid "It sure does!\n"
2672
#: bzrlib/builtins.py:4260
2629
#: bzrlib/builtins.py:4071
2673
2630
#, python-format
2674
2631
msgid "merge base is revision %s\n"
2677
#: bzrlib/builtins.py:4264
2634
#: bzrlib/builtins.py:4075
2678
2635
msgid "Perform a three-way merge."
2681
#: bzrlib/builtins.py:4266
2638
#: bzrlib/builtins.py:4077
2683
2640
"The source of the merge can be specified either in the form of a branch,\n"
2684
2641
"or in the form of a path to a file containing a merge directive generated\n"
2835
2784
# help of 'directory' option of 'merge' command
2836
#: bzrlib/builtins.py:4365
2785
#: bzrlib/builtins.py:4176
2838
2787
"Branch to merge into, rather than the one containing the working directory."
2841
2790
# help of 'preview' option of 'merge' command
2842
#: bzrlib/builtins.py:4367
2791
#: bzrlib/builtins.py:4178
2843
2792
msgid "Instead of merging, show a diff of the merge."
2846
2795
# help of 'interactive' option of 'merge' command
2847
#: bzrlib/builtins.py:4369
2796
#: bzrlib/builtins.py:4180
2848
2797
msgid "Select changes interactively."
2851
#: bzrlib/builtins.py:4391
2800
#: bzrlib/builtins.py:4202
2853
2802
"Merging into empty branches not currently supported, https://bugs.launchpad."
2854
2803
"net/bzr/+bug/308562"
2857
#: bzrlib/builtins.py:4418
2806
#: bzrlib/builtins.py:4229
2858
2807
msgid "Cannot use --uncommitted with bundles or merge directives."
2861
#: bzrlib/builtins.py:4429
2810
#: bzrlib/builtins.py:4240
2862
2811
msgid "Cannot use --uncommitted and --revision at the same time."
2865
#: bzrlib/builtins.py:4449
2814
#: bzrlib/builtins.py:4260
2866
2815
msgid "merger: "
2869
#: bzrlib/builtins.py:4451 bzrlib/bundle/apply_bundle.py:71
2818
#: bzrlib/builtins.py:4262 bzrlib/bundle/apply_bundle.py:68
2870
2819
msgid "Nothing to do."
2873
#: bzrlib/builtins.py:4455
2822
#: bzrlib/builtins.py:4266
2874
2823
msgid "Cannot pull individual files"
2877
#: bzrlib/builtins.py:4463
2826
#: bzrlib/builtins.py:4274
2878
2827
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2881
#: bzrlib/builtins.py:4521
2830
#: bzrlib/builtins.py:4332
2882
2831
#, python-format
2883
2832
msgid "Show-base is not supported for this merge type. %s"
2886
#: bzrlib/builtins.py:4530
2835
#: bzrlib/builtins.py:4341
2887
2836
#, python-format
2888
2837
msgid "Conflict reduction is not supported for merge type %s."
2891
#: bzrlib/builtins.py:4534
2840
#: bzrlib/builtins.py:4345
2892
2841
msgid "Cannot do conflict reduction and show base."
2895
#: bzrlib/builtins.py:4645
2844
#: bzrlib/builtins.py:4456
2896
2845
msgid "No location specified or remembered"
2899
#: bzrlib/builtins.py:4647
2848
#: bzrlib/builtins.py:4458
2900
2849
msgid "{0} remembered {1} location {2}"
2903
#: bzrlib/builtins.py:4653
2852
#: bzrlib/builtins.py:4464
2904
2853
msgid "Redo a merge."
2907
#: bzrlib/builtins.py:4655
2856
#: bzrlib/builtins.py:4466
2909
2858
"Use this if you want to try a different merge technique while resolving\n"
2910
2859
"conflicts. Some merge techniques are better than others, and remerge\n"
2911
2860
"lets you try different ones on different files."
2914
#: bzrlib/builtins.py:4659
2863
#: bzrlib/builtins.py:4470
2916
2865
"The options for remerge have the same meaning and defaults as the ones for\n"
2917
2866
"merge. The difference is that remerge can (only) be run when there is a\n"
2918
2867
"pending merge, and it lets you specify particular files."
2921
#: bzrlib/builtins.py:4663
2870
#: bzrlib/builtins.py:4474
2924
2873
" Re-do the merge of all conflicted files, and show the base text in\n"
2925
2874
" conflict regions, in addition to the usual THIS and OTHER texts::"
2928
#: bzrlib/builtins.py:4667
2877
#: bzrlib/builtins.py:4478
2929
2878
msgid " bzr remerge --show-base"
2932
#: bzrlib/builtins.py:4669
2881
#: bzrlib/builtins.py:4480
2934
2883
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2935
2884
" additional processing to reduce the size of conflict regions::"
2938
#: bzrlib/builtins.py:4672
2887
#: bzrlib/builtins.py:4483
2939
2888
msgid " bzr remerge --merge-type weave --reprocess foobar"
2942
2891
# help of 'show-base' option of 'merge' command
2943
# help of 'show-base' option of 'pull' command
2944
# help of 'show-base' option of 'remerge' command
2945
# help of 'show-base' option of 'update' command
2946
#: bzrlib/builtins.py:4679
2892
#: bzrlib/builtins.py:4490
2947
2893
msgid "Show base revision text in conflicts."
2950
#: bzrlib/builtins.py:4691
2896
#: bzrlib/builtins.py:4502
2952
2898
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2956
#: bzrlib/builtins.py:4749
2958
"Set files in the working tree back to the contents of a previous revision."
2902
#: bzrlib/builtins.py:4558
2903
msgid "Revert files to a previous revision."
2961
#: bzrlib/builtins.py:4751
2906
#: bzrlib/builtins.py:4560
2963
2908
"Giving a list of files will revert only those files. Otherwise, all files\n"
2964
2909
"will be reverted. If the revision is not specified with '--revision', the\n"
2965
"working tree basis revision is used. A revert operation affects only the\n"
2966
"working tree, not any revision history like the branch and repository or\n"
2967
"the working tree basis revision."
2910
"last committed revision is used."
2970
#: bzrlib/builtins.py:4757
2913
#: bzrlib/builtins.py:4564
2972
2915
"To remove only some changes, without reverting to a prior version, use\n"
2973
2916
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2974
2917
"will remove the changes introduced by the second last commit (-2), without\n"
2975
2918
"affecting the changes introduced by the last commit (-1). To remove\n"
2976
"certain changes on a hunk-by-hunk basis, see the shelve command.\n"
2977
"To update the branch to a specific revision or the latest revision and\n"
2978
"update the working tree accordingly while preserving local changes, see the\n"
2919
"certain changes on a hunk-by-hunk basis, see the shelve command."
2982
#: bzrlib/builtins.py:4766
2922
#: bzrlib/builtins.py:4570
2984
"Uncommitted changes to files that are reverted will be discarded.\n"
2985
"Howver, by default, any files that have been manually changed will be\n"
2986
"backed up first. (Files changed only by merge are not backed up.) Backup\n"
2987
"files have '.~#~' appended to their name, where # is a number."
2924
"By default, any files that have been manually changed will be backed up\n"
2925
"first. (Files changed only by merge are not backed up.) Backup files have\n"
2926
"'.~#~' appended to their name, where # is a number."
2990
#: bzrlib/builtins.py:4771
2929
#: bzrlib/builtins.py:4574
2992
2931
"When you provide files, you can use their current pathname or the pathname\n"
2993
2932
"from the target revision. So you can use revert to \"undelete\" a file by\n"
3069
3008
" 0 - no missing revisions"
3072
#: bzrlib/builtins.py:4885
3011
#: bzrlib/builtins.py:4688
3074
3013
" Determine the missing revisions between this and the branch at the\n"
3075
3014
" remembered pull location::"
3078
#: bzrlib/builtins.py:4888
3017
#: bzrlib/builtins.py:4691
3079
3018
msgid " bzr missing"
3082
#: bzrlib/builtins.py:4890
3021
#: bzrlib/builtins.py:4693
3083
3022
msgid " Determine the missing revisions between this and another branch::"
3086
#: bzrlib/builtins.py:4892
3025
#: bzrlib/builtins.py:4695
3087
3026
msgid " bzr missing http://server/branch"
3090
#: bzrlib/builtins.py:4894
3029
#: bzrlib/builtins.py:4697
3092
3031
" Determine the missing revisions up to a specific revision on the other\n"
3096
#: bzrlib/builtins.py:4897
3035
#: bzrlib/builtins.py:4700
3097
3036
msgid " bzr missing -r ..-10"
3100
#: bzrlib/builtins.py:4899
3039
#: bzrlib/builtins.py:4702
3102
3041
" Determine the missing revisions up to a specific revision on this\n"
3106
#: bzrlib/builtins.py:4902
3045
#: bzrlib/builtins.py:4705
3107
3046
msgid " bzr missing --my-revision ..-10"
3110
3049
# help of 'reverse' option of 'missing' command
3111
#: bzrlib/builtins.py:4909
3050
#: bzrlib/builtins.py:4712
3112
3051
msgid "Reverse the order of revisions."
3115
3054
# help of 'mine-only' option of 'missing' command
3116
#: bzrlib/builtins.py:4911
3055
#: bzrlib/builtins.py:4714
3117
3056
msgid "Display changes in the local branch only."
3120
3059
# help of 'this' option of 'missing' command
3121
#: bzrlib/builtins.py:4912
3060
#: bzrlib/builtins.py:4715
3122
3061
msgid "Same as --mine-only."
3125
3064
# help of 'theirs-only' option of 'missing' command
3126
#: bzrlib/builtins.py:4914
3065
#: bzrlib/builtins.py:4717
3127
3066
msgid "Display changes in the remote branch only."
3130
3069
# help of 'other' option of 'missing' command
3131
#: bzrlib/builtins.py:4915
3070
#: bzrlib/builtins.py:4718
3132
3071
msgid "Same as --theirs-only."
3135
3074
# help of 'revision' option of 'missing' command
3136
#: bzrlib/builtins.py:4920
3075
#: bzrlib/builtins.py:4723
3138
3077
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3142
3081
# help of 'my-revision' option of 'missing' command
3143
#: bzrlib/builtins.py:4924
3082
#: bzrlib/builtins.py:4727
3145
3084
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3149
3088
# help of 'include-merged' option of 'missing' command
3150
#: bzrlib/builtins.py:4927
3089
#: bzrlib/builtins.py:4730
3151
3090
msgid "Show all revisions in addition to the mainline ones."
3154
#: bzrlib/builtins.py:4981
3093
#: bzrlib/builtins.py:4784
3155
3094
msgid "No peer location known or specified."
3158
#: bzrlib/builtins.py:4985
3097
#: bzrlib/builtins.py:4788
3159
3098
msgid "Using saved parent location: {0}\n"
3162
#: bzrlib/builtins.py:5018
3101
#: bzrlib/builtins.py:4821
3163
3102
#, python-format
3164
3103
msgid "You have %d extra revision:\n"
3165
3104
msgid_plural "You have %d extra revisions:\n"
3169
#: bzrlib/builtins.py:5038
3108
#: bzrlib/builtins.py:4837
3170
3109
#, python-format
3171
3110
msgid "You are missing %d revision:\n"
3172
3111
msgid_plural "You are missing %d revisions:\n"
3176
#: bzrlib/builtins.py:5053
3115
#: bzrlib/builtins.py:4849
3177
3116
msgid "This branch has no new revisions.\n"
3180
#: bzrlib/builtins.py:5056
3119
#: bzrlib/builtins.py:4852
3181
3120
msgid "Other branch has no new revisions.\n"
3184
#: bzrlib/builtins.py:5061
3123
#: bzrlib/builtins.py:4857
3185
3124
msgid "Branches are up to date.\n"
3188
#: bzrlib/builtins.py:5072
3127
#: bzrlib/builtins.py:4868
3189
3128
msgid "Compress the data within a repository."
3192
#: bzrlib/builtins.py:5074
3131
#: bzrlib/builtins.py:4870
3194
3133
"This operation compresses the data within a bazaar repository. As\n"
3195
3134
"bazaar supports automatic packing of repository, this operation is\n"
3196
3135
"normally not required to be done manually."
3199
#: bzrlib/builtins.py:5078
3138
#: bzrlib/builtins.py:4874
3201
3140
"During the pack operation, bazaar takes a backup of existing repository\n"
3202
3141
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3249
3188
"plugins using the Python programming language."
3252
#: bzrlib/builtins.py:5136
3191
#: bzrlib/builtins.py:4932
3253
3192
msgid "Show testament (signing-form) of a revision."
3256
3195
# help of 'long' option of 'testament' command
3257
#: bzrlib/builtins.py:5139
3196
#: bzrlib/builtins.py:4935
3258
3197
msgid "Produce long-format testament."
3261
3200
# help of 'strict' option of 'testament' command
3262
#: bzrlib/builtins.py:5141
3201
#: bzrlib/builtins.py:4937
3263
3202
msgid "Produce a strict-format testament."
3266
#: bzrlib/builtins.py:5168
3205
#: bzrlib/builtins.py:4963
3267
3206
msgid "Show the origin of each line in a file."
3270
#: bzrlib/builtins.py:5170
3209
#: bzrlib/builtins.py:4965
3272
3211
"This prints out the given file with an annotation on the left side\n"
3273
3212
"indicating which revision, author and date introduced the change."
3276
#: bzrlib/builtins.py:5173
3215
#: bzrlib/builtins.py:4968
3278
3217
"If the origin is the same for a run of consecutive lines, it is\n"
3279
3218
"shown only at the top, unless the --all option is given."
3282
3221
# help of 'all' option of 'annotate' command
3283
#: bzrlib/builtins.py:5181
3222
#: bzrlib/builtins.py:4976
3284
3223
msgid "Show annotations on all lines."
3287
3226
# help of 'long' option of 'annotate' command
3288
#: bzrlib/builtins.py:5182
3227
#: bzrlib/builtins.py:4977
3289
3228
msgid "Show commit date in annotations."
3292
#: bzrlib/builtins.py:5269
3231
#: bzrlib/builtins.py:5064
3293
3232
msgid "Cannot sign a range of non-revision-history revisions"
3296
#: bzrlib/builtins.py:5281
3235
#: bzrlib/builtins.py:5076
3297
3236
msgid "Please supply either one revision, or a range."
3300
#: bzrlib/builtins.py:5285
3239
#: bzrlib/builtins.py:5080
3302
3241
"Convert the current branch into a checkout of the supplied branch.\n"
3303
3242
"If no branch is supplied, rebind to the last bound location."
3306
#: bzrlib/builtins.py:5288
3245
#: bzrlib/builtins.py:5083
3308
3247
"Once converted into a checkout, commits must succeed on the master branch\n"
3309
3248
"before they will be applied to the local branch."
3312
#: bzrlib/builtins.py:5291
3251
#: bzrlib/builtins.py:5086
3314
3253
"Bound branches use the nickname of its master branch unless it is set\n"
3315
3254
"locally, in which case binding will update the local nickname to be\n"
3316
3255
"that of the master."
3319
#: bzrlib/builtins.py:5306
3258
#: bzrlib/builtins.py:5101
3320
3259
msgid "No location supplied. This format does not remember old locations."
3323
#: bzrlib/builtins.py:5312
3262
#: bzrlib/builtins.py:5106
3324
3263
msgid "Branch is already bound"
3327
#: bzrlib/builtins.py:5315
3266
#: bzrlib/builtins.py:5108
3328
3267
msgid "No location supplied and no previous location known"
3331
#: bzrlib/builtins.py:5321
3270
#: bzrlib/builtins.py:5114
3332
3271
msgid "These branches have diverged. Try merging, and then bind again."
3335
#: bzrlib/builtins.py:5328
3274
#: bzrlib/builtins.py:5121
3336
3275
msgid "Convert the current checkout into a regular branch."
3339
#: bzrlib/builtins.py:5330
3278
#: bzrlib/builtins.py:5123
3341
3280
"After unbinding, the local branch is considered independent and subsequent\n"
3342
3281
"commits will be local only."
3345
#: bzrlib/builtins.py:5341
3284
#: bzrlib/builtins.py:5134
3346
3285
msgid "Local branch is not bound"
3349
#: bzrlib/builtins.py:5345
3288
#: bzrlib/builtins.py:5138
3350
3289
msgid "Remove the last committed revision."
3353
#: bzrlib/builtins.py:5347
3292
#: bzrlib/builtins.py:5140
3355
3294
"--verbose will print out what is being removed.\n"
3356
3295
"--dry-run will go through all the motions, but not actually\n"
3357
3296
"remove anything."
3360
#: bzrlib/builtins.py:5351
3299
#: bzrlib/builtins.py:5144
3362
3301
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3363
3302
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3364
3303
"branch at revision 15."
3367
#: bzrlib/builtins.py:5355
3306
#: bzrlib/builtins.py:5148
3369
3308
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3370
3309
"it may make is to restore any pending merges that were present before\n"
3513
3447
# help of 'client-timeout' option of 'serve' command
3514
#: bzrlib/builtins.py:5545
3448
#: bzrlib/builtins.py:5337
3515
3449
msgid "Override the default idle client timeout (5min)."
3518
#: bzrlib/builtins.py:5563
3452
#: bzrlib/builtins.py:5387
3519
3453
msgid "Combine a tree into its containing tree."
3522
#: bzrlib/builtins.py:5565
3456
#: bzrlib/builtins.py:5389
3523
3457
msgid "This command requires the target tree to be in a rich-root format."
3526
#: bzrlib/builtins.py:5567
3460
#: bzrlib/builtins.py:5391
3528
3462
"The TREE argument should be an independent tree, inside another tree, but\n"
3529
3463
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3530
3464
"running \"bzr branch\" with the target inside a tree.)"
3533
#: bzrlib/builtins.py:5571
3467
#: bzrlib/builtins.py:5395
3535
3469
"The result is a combined tree, with the subtree no longer an independent\n"
3536
3470
"part. This is marked as a merge of the subtree into the containing tree,\n"
3537
3471
"and all history is preserved."
3540
#: bzrlib/builtins.py:5589
3474
#: bzrlib/builtins.py:5413
3541
3475
#, python-format
3543
3477
"Can't join trees because %s doesn't support rich root data.\n"
3544
3478
"You can use bzr upgrade on the repository."
3547
#: bzrlib/builtins.py:5599 bzrlib/builtins.py:5605
3481
#: bzrlib/builtins.py:5423 bzrlib/builtins.py:5429
3548
3482
msgid "Cannot join {0}. {1}"
3551
#: bzrlib/builtins.py:5609
3485
#: bzrlib/builtins.py:5433
3552
3486
msgid "Split a subdirectory of a tree into a separate tree."
3555
#: bzrlib/builtins.py:5611
3489
#: bzrlib/builtins.py:5435
3557
3491
"This command will produce a target tree in a format that supports\n"
3558
3492
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3559
3493
"converted into earlier formats like 'dirstate-tags'."
3562
#: bzrlib/builtins.py:5615
3496
#: bzrlib/builtins.py:5439
3564
3498
"The TREE argument should be a subdirectory of a working tree. That\n"
3565
3499
"subdirectory will be converted into an independent tree, with its own\n"
3566
3500
"branch. Commits in the top-level tree will not apply to the new subtree."
3569
#: bzrlib/builtins.py:5695
3503
#: bzrlib/builtins.py:5519
3570
3504
msgid "No submit branch specified or known"
3573
#: bzrlib/builtins.py:5704 bzrlib/send.py:109
3507
#: bzrlib/builtins.py:5527 bzrlib/send.py:106
3574
3508
msgid "No public branch specified or known"
3577
#: bzrlib/builtins.py:5709
3511
#: bzrlib/builtins.py:5532
3578
3512
msgid "bzr merge-directive takes at most two one revision identifiers"
3581
#: bzrlib/builtins.py:5718
3515
#: bzrlib/builtins.py:5541
3582
3516
msgid "No revisions to bundle."
3585
#: bzrlib/builtins.py:5737
3519
#: bzrlib/builtins.py:5560
3586
3520
msgid "Mail or create a merge-directive for submitting changes."
3589
#: bzrlib/builtins.py:5739
3523
#: bzrlib/builtins.py:5562
3590
3524
msgid "A merge directive provides many things needed for requesting merges:"
3593
#: bzrlib/builtins.py:5741
3527
#: bzrlib/builtins.py:5564
3594
3528
msgid "* A machine-readable description of the merge to perform"
3597
#: bzrlib/builtins.py:5743
3531
#: bzrlib/builtins.py:5566
3598
3532
msgid "* An optional patch that is a preview of the changes requested"
3601
#: bzrlib/builtins.py:5745
3535
#: bzrlib/builtins.py:5568
3603
3537
"* An optional bundle of revision data, so that the changes can be applied\n"
3604
3538
" directly from the merge directive, without retrieving data from a\n"
3608
#: bzrlib/builtins.py:5749
3542
#: bzrlib/builtins.py:5572
3610
3544
"`bzr send` creates a compact data set that, when applied using bzr\n"
3611
3545
"merge, has the same effect as merging from the source branch. "
3614
#: bzrlib/builtins.py:5752
3548
#: bzrlib/builtins.py:5575
3616
3550
"By default the merge directive is self-contained and can be applied to any\n"
3617
3551
"branch containing submit_branch in its ancestory without needing access to\n"
3618
3552
"the source branch."
3621
#: bzrlib/builtins.py:5756
3555
#: bzrlib/builtins.py:5579
3623
3557
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3624
3558
"revisions, but only a structured request to merge from the\n"
3896
3825
# title of 'tree_type' option of 'reconfigure' command
3897
#: bzrlib/builtins.py:6109
3826
#: bzrlib/builtins.py:5932
3898
3827
msgid "Tree type"
3901
3830
# help of 'tree_type' option of 'reconfigure' command
3902
#: bzrlib/builtins.py:6110
3831
#: bzrlib/builtins.py:5933
3903
3832
msgid "The relation between branch and tree."
3906
3835
# help of 'tree_type=branch' option of 'reconfigure' command
3907
#: bzrlib/builtins.py:6112
3836
#: bzrlib/builtins.py:5935
3908
3837
msgid "Reconfigure to be an unbound branch with no working tree."
3911
3840
# help of 'tree_type=tree' option of 'reconfigure' command
3912
#: bzrlib/builtins.py:6113
3841
#: bzrlib/builtins.py:5936
3913
3842
msgid "Reconfigure to be an unbound branch with a working tree."
3916
3845
# help of 'tree_type=checkout' option of 'reconfigure' command
3917
#: bzrlib/builtins.py:6114
3846
#: bzrlib/builtins.py:5937
3918
3847
msgid "Reconfigure to be a bound branch with a working tree."
3921
3850
# help of 'tree_type=lightweight-checkout' option of 'reconfigure' command
3922
#: bzrlib/builtins.py:6115
3851
#: bzrlib/builtins.py:5938
3923
3852
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3926
3855
# title of 'repository_type' option of 'reconfigure' command
3927
#: bzrlib/builtins.py:6120
3856
#: bzrlib/builtins.py:5943
3928
3857
msgid "Repository type"
3931
3860
# help of 'repository_type' option of 'reconfigure' command
3932
#: bzrlib/builtins.py:6121
3861
#: bzrlib/builtins.py:5944
3933
3862
msgid "Location fo the repository."
3936
3865
# help of 'repository_type=standalone' option of 'reconfigure' command
3937
#: bzrlib/builtins.py:6123
3866
#: bzrlib/builtins.py:5946
3939
3868
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3942
3871
# help of 'repository_type=use-shared' option of 'reconfigure' command
3943
#: bzrlib/builtins.py:6125
3872
#: bzrlib/builtins.py:5948
3944
3873
msgid "Reconfigure to use a shared repository."
3947
3876
# title of 'repository_trees' option of 'reconfigure' command
3948
#: bzrlib/builtins.py:6129
3877
#: bzrlib/builtins.py:5952
3949
3878
msgid "Trees in Repository"
3952
3881
# help of 'repository_trees' option of 'reconfigure' command
3953
#: bzrlib/builtins.py:6130
3882
#: bzrlib/builtins.py:5953
3954
3883
msgid "Whether new branches in the repository have trees."
3957
3886
# help of 'repository_trees=with-trees' option of 'reconfigure' command
3958
#: bzrlib/builtins.py:6132
3887
#: bzrlib/builtins.py:5955
3959
3888
msgid "Reconfigure repository to create working trees on branches by default."
3962
3891
# help of 'repository_trees=with-no-trees' option of 'reconfigure' command
3963
#: bzrlib/builtins.py:6134
3892
#: bzrlib/builtins.py:5957
3965
3894
"Reconfigure repository to not create working trees on branches by default."
3968
3897
# help of 'bind-to' option of 'reconfigure' command
3969
#: bzrlib/builtins.py:6137
3898
#: bzrlib/builtins.py:5960
3970
3899
msgid "Branch to bind checkout to."
3973
3902
# help of 'force' option of 'reconfigure' command
3974
#: bzrlib/builtins.py:6139
3903
#: bzrlib/builtins.py:5962
3975
3904
msgid "Perform reconfiguration even if local changes will be lost."
3978
3907
# help of 'stacked-on' option of 'reconfigure' command
3979
#: bzrlib/builtins.py:6142
3908
#: bzrlib/builtins.py:5965
3980
3909
msgid "Reconfigure a branch to be stacked on another branch."
3983
3912
# help of 'unstacked' option of 'reconfigure' command
3984
#: bzrlib/builtins.py:6146
3913
#: bzrlib/builtins.py:5969
3986
3915
"Reconfigure a branch to be unstacked. This may require copying substantial "
3987
3916
"data into it."
3990
#: bzrlib/builtins.py:6156
3919
#: bzrlib/builtins.py:5979
3991
3920
msgid "Can't use both --stacked-on and --unstacked"
3994
#: bzrlib/builtins.py:6170
3923
#: bzrlib/builtins.py:5993
3995
3924
msgid "No target configuration specified"
3998
#: bzrlib/builtins.py:6205
3927
#: bzrlib/builtins.py:6028
3999
3928
msgid "Set the branch of a checkout and update."
4002
#: bzrlib/builtins.py:6207
3931
#: bzrlib/builtins.py:6030
4004
3933
"For lightweight checkouts, this changes the branch being referenced.\n"
4005
3934
"For heavyweight checkouts, this checks that there are no local commits\n"
4085
4009
"want to switch back to your view after that."
4088
#: bzrlib/builtins.py:6308
4012
#: bzrlib/builtins.py:6162
4091
4015
" To define the current view::"
4094
#: bzrlib/builtins.py:6311
4018
#: bzrlib/builtins.py:6165
4095
4019
msgid " bzr view file1 dir1 ..."
4098
#: bzrlib/builtins.py:6313
4022
#: bzrlib/builtins.py:6167
4099
4023
msgid " To list the current view::"
4102
#: bzrlib/builtins.py:6315
4026
#: bzrlib/builtins.py:6169
4103
4027
msgid " bzr view"
4106
#: bzrlib/builtins.py:6317
4030
#: bzrlib/builtins.py:6171
4107
4031
msgid " To delete the current view::"
4110
#: bzrlib/builtins.py:6319
4034
#: bzrlib/builtins.py:6173
4111
4035
msgid " bzr view --delete"
4114
#: bzrlib/builtins.py:6321
4038
#: bzrlib/builtins.py:6175
4115
4039
msgid " To disable the current view without deleting it::"
4118
#: bzrlib/builtins.py:6323
4042
#: bzrlib/builtins.py:6177
4119
4043
msgid " bzr view --switch off"
4122
#: bzrlib/builtins.py:6325
4046
#: bzrlib/builtins.py:6179
4123
4047
msgid " To define a named view and switch to it::"
4126
#: bzrlib/builtins.py:6327
4050
#: bzrlib/builtins.py:6181
4127
4051
msgid " bzr view --name view-name file1 dir1 ..."
4130
#: bzrlib/builtins.py:6329
4054
#: bzrlib/builtins.py:6183
4131
4055
msgid " To list a named view::"
4134
#: bzrlib/builtins.py:6331
4058
#: bzrlib/builtins.py:6185
4135
4059
msgid " bzr view --name view-name"
4138
#: bzrlib/builtins.py:6333
4062
#: bzrlib/builtins.py:6187
4139
4063
msgid " To delete a named view::"
4142
#: bzrlib/builtins.py:6335
4066
#: bzrlib/builtins.py:6189
4143
4067
msgid " bzr view --name view-name --delete"
4146
#: bzrlib/builtins.py:6337
4070
#: bzrlib/builtins.py:6191
4147
4071
msgid " To switch to a named view::"
4150
#: bzrlib/builtins.py:6339
4074
#: bzrlib/builtins.py:6193
4151
4075
msgid " bzr view --switch view-name"
4154
#: bzrlib/builtins.py:6341
4078
#: bzrlib/builtins.py:6195
4155
4079
msgid " To list all views defined::"
4158
#: bzrlib/builtins.py:6343
4082
#: bzrlib/builtins.py:6197
4159
4083
msgid " bzr view --all"
4162
#: bzrlib/builtins.py:6345
4086
#: bzrlib/builtins.py:6199
4163
4087
msgid " To delete all views::"
4166
#: bzrlib/builtins.py:6347
4090
#: bzrlib/builtins.py:6201
4167
4091
msgid " bzr view --delete --all"
4170
4094
# help of 'all' option of 'view' command
4171
#: bzrlib/builtins.py:6354
4095
#: bzrlib/builtins.py:6208
4172
4096
msgid "Apply list or delete action to all views."
4175
4099
# help of 'delete' option of 'view' command
4176
#: bzrlib/builtins.py:6357
4100
#: bzrlib/builtins.py:6211
4177
4101
msgid "Delete the view."
4180
4104
# help of 'name' option of 'view' command
4181
#: bzrlib/builtins.py:6360
4105
#: bzrlib/builtins.py:6214
4182
4106
msgid "Name of the view to define, list or delete."
4185
4109
# help of 'switch' option of 'view' command
4186
#: bzrlib/builtins.py:6364
4110
#: bzrlib/builtins.py:6218
4187
4111
msgid "Name of the view to switch to."
4190
#: bzrlib/builtins.py:6383
4114
#: bzrlib/builtins.py:6237
4191
4115
msgid "Both --delete and a file list specified"
4194
#: bzrlib/builtins.py:6386
4118
#: bzrlib/builtins.py:6240
4195
4119
msgid "Both --delete and --switch specified"
4198
#: bzrlib/builtins.py:6389
4122
#: bzrlib/builtins.py:6243
4199
4123
msgid "Deleted all views.\n"
4202
#: bzrlib/builtins.py:6391
4126
#: bzrlib/builtins.py:6245
4203
4127
msgid "No current view to delete"
4206
#: bzrlib/builtins.py:6394
4130
#: bzrlib/builtins.py:6248
4207
4131
#, python-format
4208
4132
msgid "Deleted '%s' view.\n"
4211
#: bzrlib/builtins.py:6398
4135
#: bzrlib/builtins.py:6252
4212
4136
msgid "Both --switch and a file list specified"
4215
#: bzrlib/builtins.py:6401
4139
#: bzrlib/builtins.py:6255
4216
4140
msgid "Both --switch and --all specified"
4219
#: bzrlib/builtins.py:6404
4143
#: bzrlib/builtins.py:6258
4220
4144
msgid "No current view to disable"
4223
#: bzrlib/builtins.py:6406
4147
#: bzrlib/builtins.py:6260
4224
4148
#, python-format
4225
4149
msgid "Disabled '%s' view.\n"
4228
#: bzrlib/builtins.py:6410 bzrlib/builtins.py:6432
4152
#: bzrlib/builtins.py:6264 bzrlib/builtins.py:6286
4229
4153
msgid "Using '{0}' view: {1}\n"
4232
#: bzrlib/builtins.py:6413
4156
#: bzrlib/builtins.py:6267
4233
4157
msgid "Views defined:\n"
4236
#: bzrlib/builtins.py:6422
4160
#: bzrlib/builtins.py:6276
4237
4161
msgid "No views defined.\n"
4240
#: bzrlib/builtins.py:6429
4164
#: bzrlib/builtins.py:6283
4241
4165
msgid "Cannot change the 'off' pseudo view"
4244
#: bzrlib/builtins.py:6437
4168
#: bzrlib/builtins.py:6291
4245
4169
msgid "No current view.\n"
4248
#: bzrlib/builtins.py:6440
4172
#: bzrlib/builtins.py:6294
4249
4173
msgid "'{0}' view is: {1}\n"
4252
#: bzrlib/builtins.py:6460
4176
#: bzrlib/builtins.py:6314
4253
4177
msgid " <no hooks installed>\n"
4256
#: bzrlib/builtins.py:6464
4180
#: bzrlib/builtins.py:6318
4257
4181
msgid "Remove a branch."
4260
#: bzrlib/builtins.py:6466
4184
#: bzrlib/builtins.py:6320
4262
4186
"This will remove the branch from the specified location but \n"
4263
4187
"will keep any working tree or repository in place."
4266
#: bzrlib/builtins.py:6471
4190
#: bzrlib/builtins.py:6325
4267
4191
msgid " Remove the branch at repo/trunk::"
4270
#: bzrlib/builtins.py:6473
4194
#: bzrlib/builtins.py:6327
4271
4195
msgid " bzr remove-branch repo/trunk"
4274
# help of 'force' option of 'remove-branch' command
4275
#: bzrlib/builtins.py:6480
4276
msgid "Remove branch even if it is the active branch."
4279
#: bzrlib/builtins.py:6494
4280
msgid "Branch is active. Use --force to remove it."
4283
4198
# help of 'writer=plain' option of 'shelve' command
4284
#: bzrlib/builtins.py:6498
4199
#: bzrlib/builtins.py:6342
4285
4200
msgid "Plaintext diff output."
4288
#: bzrlib/builtins.py:6499
4203
#: bzrlib/builtins.py:6343
4289
4204
msgid "Temporarily set aside some changes from the current tree."
4292
#: bzrlib/builtins.py:6501
4207
#: bzrlib/builtins.py:6345
4294
4209
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4295
4210
"ie. out of the way, until a later time when you can bring them back from\n"
4390
4305
# help of 'action' option of 'unshelve' command
4391
#: bzrlib/builtins.py:6599
4306
#: bzrlib/builtins.py:6443
4392
4307
msgid "The action to perform."
4395
# title of 'action' option of 'resolve' command
4396
# title of 'action' option of 'unshelve' command
4397
#: bzrlib/builtins.py:6599 bzrlib/conflicts.py:694
4401
4310
# help of 'action=apply' option of 'unshelve' command
4402
#: bzrlib/builtins.py:6601
4311
#: bzrlib/builtins.py:6445
4403
4312
msgid "Apply changes and remove from the shelf."
4406
4315
# help of 'action=dry-run' option of 'unshelve' command
4407
#: bzrlib/builtins.py:6602
4316
#: bzrlib/builtins.py:6446
4408
4317
msgid "Show changes, but do not apply or remove them."
4411
4320
# help of 'action=preview' option of 'unshelve' command
4412
#: bzrlib/builtins.py:6603
4321
#: bzrlib/builtins.py:6447
4414
4323
"Instead of unshelving the changes, show the diff that would result from "
4418
4327
# help of 'action=delete-only' option of 'unshelve' command
4419
#: bzrlib/builtins.py:6605
4328
#: bzrlib/builtins.py:6449
4420
4329
msgid "Delete changes without applying them."
4423
4332
# help of 'action=keep' option of 'unshelve' command
4424
#: bzrlib/builtins.py:6606
4333
#: bzrlib/builtins.py:6450
4425
4334
msgid "Apply changes but don't delete them."
4428
#: bzrlib/builtins.py:6621
4337
#: bzrlib/builtins.py:6465
4429
4338
msgid "Remove unwanted files from working tree."
4432
#: bzrlib/builtins.py:6623
4341
#: bzrlib/builtins.py:6467
4434
4343
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4435
4344
"files are never deleted."
4438
#: bzrlib/builtins.py:6626
4347
#: bzrlib/builtins.py:6470
4440
4349
"Another class is 'detritus', which includes files emitted by bzr during\n"
4441
4350
"normal operations and selftests. (The value of these files decreases with\n"
4445
#: bzrlib/builtins.py:6630
4354
#: bzrlib/builtins.py:6474
4447
4356
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4448
4357
"flags are respected, and may be combined."
4451
#: bzrlib/builtins.py:6633
4360
#: bzrlib/builtins.py:6477
4452
4361
msgid "To check what clean-tree will do, use --dry-run."
4455
4364
# help of 'ignored' option of 'clean-tree' command
4456
#: bzrlib/builtins.py:6636
4365
#: bzrlib/builtins.py:6480
4457
4366
msgid "Delete all ignored files."
4460
4369
# help of 'detritus' option of 'clean-tree' command
4461
#: bzrlib/builtins.py:6637
4370
#: bzrlib/builtins.py:6481
4463
4372
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4466
4375
# help of 'unknown' option of 'clean-tree' command
4467
#: bzrlib/builtins.py:6640
4376
#: bzrlib/builtins.py:6484
4468
4377
msgid "Delete files unknown to bzr (default)."
4471
4380
# help of 'dry-run' option of 'clean-tree' command
4472
#: bzrlib/builtins.py:6641
4381
#: bzrlib/builtins.py:6485
4473
4382
msgid "Show files to delete instead of deleting them."
4476
4385
# help of 'force' option of 'clean-tree' command
4477
#: bzrlib/builtins.py:6643
4386
#: bzrlib/builtins.py:6487
4478
4387
msgid "Do not prompt before deleting."
4481
#: bzrlib/bundle/__init__.py:59
4390
#: bzrlib/bundle/__init__.py:57
4482
4391
msgid "A directory cannot be a bundle"
4485
#: bzrlib/bundle/apply_bundle.py:40
4394
#: bzrlib/bundle/apply_bundle.py:37
4486
4395
msgid "Install revisions"
4398
#: bzrlib/bundle/commands.py:61
4399
msgid "--verbose requires a merge directive"
4489
4402
#: bzrlib/bundle/commands.py:64
4490
msgid "--verbose requires a merge directive"
4493
#: bzrlib/bundle/commands.py:67
4494
4403
msgid "Bundle format not supported"
4497
#: bzrlib/bundle/commands.py:77
4406
#: bzrlib/bundle/commands.py:74
4498
4407
msgid "Records\n"
4501
#: bzrlib/bundle/commands.py:81
4410
#: bzrlib/bundle/commands.py:78
4502
4411
msgid "{0}: {1} ({2} multiparent)\n"
4505
#: bzrlib/bundle/commands.py:83
4414
#: bzrlib/bundle/commands.py:80
4506
4415
#, python-format
4507
4416
msgid "unique files: %d\n"
4510
#: bzrlib/bundle/commands.py:92
4419
#: bzrlib/bundle/commands.py:89
4511
4420
msgid "Revisions\n"
4514
#: bzrlib/bundle/commands.py:93
4423
#: bzrlib/bundle/commands.py:90
4515
4424
#, python-format
4516
4425
msgid "nicks: %s\n"
4519
#: bzrlib/bundle/commands.py:95
4428
#: bzrlib/bundle/commands.py:92
4520
4429
#, python-format
4522
4431
"committers: \n"
4526
#: bzrlib/bundle/commands.py:103
4435
#: bzrlib/bundle/commands.py:100
4527
4436
msgid "Decoded contents\n"
4530
#: bzrlib/bundle/serializer/v4.py:327
4439
#: bzrlib/bundle/serializer/v4.py:325
4531
4440
#, python-format
4532
4441
msgid "Bundling %d revision."
4533
4442
msgid_plural "Bundling %d revisions."
4544
4453
msgid "renamed {0} to {1}"
4547
#: bzrlib/bzrdir.py:1639
4456
#: bzrlib/bzrdir.py:1512
4548
4457
#, python-format
4550
4459
"Source repository format does not support stacking, using format:\n"
4554
#: bzrlib/bzrdir.py:1659
4463
#: bzrlib/bzrdir.py:1532
4555
4464
#, python-format
4557
4466
"Source branch format does not support stacking, using format:\n"
4561
#: bzrlib/bzrdir.py:1805
4470
#: bzrlib/bzrdir.py:1677
4562
4471
msgid "starting repository conversion"
4565
#: bzrlib/bzrdir.py:2026
4474
#: bzrlib/bzrdir.py:1906
4566
4475
msgid "Using default stacking branch {0} at {1}"
4478
#: bzrlib/check.py:106
4569
4482
#: bzrlib/check.py:108
4483
msgid "checking revisions"
4573
4486
#: bzrlib/check.py:110
4574
msgid "checking revisions"
4487
msgid "checking commit contents"
4577
4490
#: bzrlib/check.py:112
4578
msgid "checking commit contents"
4581
#: bzrlib/check.py:114
4582
4491
msgid "checking file graphs"
4585
#: bzrlib/check.py:118
4494
#: bzrlib/check.py:116
4586
4495
msgid "checking branches and trees"
4589
#: bzrlib/check.py:205
4498
#: bzrlib/check.py:203
4590
4499
msgid "checked repository {0} format {1}"
4593
#: bzrlib/check.py:208
4502
#: bzrlib/check.py:206
4594
4503
#, python-format
4595
4504
msgid "%6d revisions"
4507
#: bzrlib/check.py:207
4509
msgid "%6d file-ids"
4598
4512
#: bzrlib/check.py:209
4599
4513
#, python-format
4600
msgid "%6d file-ids"
4603
#: bzrlib/check.py:211
4605
4514
msgid "%6d unreferenced text versions"
4608
#: bzrlib/check.py:215
4517
#: bzrlib/check.py:213
4609
4518
msgid "unreferenced version: {{{0}}} in {1}"
4612
#: bzrlib/check.py:218
4521
#: bzrlib/check.py:216
4613
4522
#, python-format
4614
4523
msgid "%6d revisions are missing inventory_sha1"
4617
#: bzrlib/check.py:221
4526
#: bzrlib/check.py:219
4618
4527
#, python-format
4619
4528
msgid "%6d revisions are mentioned but not present"
4622
#: bzrlib/check.py:224
4531
#: bzrlib/check.py:222
4623
4532
#, python-format
4624
4533
msgid "%6d ghost revisions"
4627
#: bzrlib/check.py:229
4536
#: bzrlib/check.py:227
4628
4537
#, python-format
4629
4538
msgid "%6d revisions missing parents in ancestry"
4632
#: bzrlib/check.py:233
4541
#: bzrlib/check.py:231
4633
4542
#, python-format
4634
4543
msgid " %s should be in the ancestry for:"
4637
#: bzrlib/check.py:237
4546
#: bzrlib/check.py:235
4638
4547
#, python-format
4639
4548
msgid "%6d inconsistent parents"
4642
#: bzrlib/check.py:241
4551
#: bzrlib/check.py:239
4643
4552
msgid " * {0} version {1} has parents {2!r} but should have {3!r}"
4646
#: bzrlib/check.py:247
4555
#: bzrlib/check.py:245
4647
4556
#, python-format
4648
4557
msgid "%6d revisions have incorrect parents in the revision index"
4651
#: bzrlib/check.py:253
4560
#: bzrlib/check.py:251
4652
4561
msgid " {0} has wrong parents in index: {1!r} should be {2!r}"
4655
#: bzrlib/check.py:267
4564
#: bzrlib/check.py:265
4656
4565
msgid "Mismatched internal revid {{{0}}} and index revid {{{1}}}"
4659
#: bzrlib/check.py:296
4568
#: bzrlib/check.py:294
4661
4570
"Multiple expected sha1s for {0}. {{{1}}} expects {{{2}}}, {{{3}}} expects "
4665
#: bzrlib/check.py:354
4574
#: bzrlib/check.py:352
4666
4575
#, python-format
4667
4576
msgid "Checking branch at '%s'."
4670
#: bzrlib/check.py:374
4579
#: bzrlib/check.py:372
4671
4580
#, python-format
4672
4581
msgid "Checking working tree at '%s'."
4675
#: bzrlib/check.py:427 bzrlib/check.py:441
4584
#: bzrlib/check.py:425 bzrlib/check.py:439
4676
4585
msgid "No branch found at specified location."
4679
#: bzrlib/check.py:429 bzrlib/check.py:439
4588
#: bzrlib/check.py:427 bzrlib/check.py:437
4680
4589
msgid "No working tree found at specified location."
4683
#: bzrlib/check.py:432
4592
#: bzrlib/check.py:430
4684
4593
#, python-format
4685
4594
msgid "Checking repository at '%s'."
4688
#: bzrlib/check.py:443
4597
#: bzrlib/check.py:441
4689
4598
msgid "No repository found at specified location."
4692
#: bzrlib/clean_tree.py:63
4601
#: bzrlib/clean_tree.py:62
4693
4602
msgid "Nothing to delete."
4696
#: bzrlib/clean_tree.py:68
4605
#: bzrlib/clean_tree.py:67
4697
4606
msgid "Are you sure you wish to delete these"
4700
#: bzrlib/clean_tree.py:70
4609
#: bzrlib/clean_tree.py:69
4701
4610
msgid "Canceled"
4704
#: bzrlib/clean_tree.py:107
4613
#: bzrlib/clean_tree.py:106
4705
4614
#, python-format
4706
4615
msgid "unable to remove %s"
4709
#: bzrlib/clean_tree.py:111
4618
#: bzrlib/clean_tree.py:110
4710
4619
msgid "deleting paths:"
4713
#: bzrlib/clean_tree.py:125
4622
#: bzrlib/clean_tree.py:124
4714
4623
msgid "unable to remove \"{0}\": {1}."
4717
#: bzrlib/clean_tree.py:130
4626
#: bzrlib/clean_tree.py:129
4718
4627
msgid "No files deleted."
4721
#: bzrlib/cmd_version_info.py:47
4630
#: bzrlib/cmd_version_info.py:45
4722
4631
msgid "No known version info format {0}. Supported types are: {1}"
4725
4634
# help of 'format=custom' option of 'version-info' command
4726
#: bzrlib/cmd_version_info.py:52
4635
#: bzrlib/cmd_version_info.py:50
4727
4636
msgid "Version info in Custom template-based format."
4730
4639
# help of 'format=python' option of 'version-info' command
4731
#: bzrlib/cmd_version_info.py:52
4640
#: bzrlib/cmd_version_info.py:50
4732
4641
msgid "Version info in Python format."
4735
4644
# help of 'format=rio' option of 'version-info' command
4736
#: bzrlib/cmd_version_info.py:52
4645
#: bzrlib/cmd_version_info.py:50
4737
4646
msgid "Version info in RIO (simple text) format (default)."
4649
#: bzrlib/cmd_version_info.py:51
4650
msgid "Show version information about this tree."
4740
4653
#: bzrlib/cmd_version_info.py:53
4741
msgid "Show version information about this tree."
4744
#: bzrlib/cmd_version_info.py:55
4746
4655
"You can use this command to add information about version into\n"
4747
4656
"source code of an application. The output can be in one of the\n"
4748
4657
"supported formats or in a custom format based on a template."
4751
#: bzrlib/cmd_version_info.py:59 en/help_topics/configuration.txt:712
4752
#: en/help_topics/configuration.txt:738
4660
#: bzrlib/cmd_version_info.py:57
4753
4661
msgid "For example::"
4756
#: bzrlib/cmd_version_info.py:61
4664
#: bzrlib/cmd_version_info.py:59
4758
4666
" bzr version-info --custom \\\n"
4759
4667
" --template=\"#define VERSION_INFO \\\"Project 1.2.3 (r{revno})\\\"\\n\""
4762
#: bzrlib/cmd_version_info.py:64
4670
#: bzrlib/cmd_version_info.py:62
4764
4672
"will produce a C header file with formatted string containing the\n"
4765
4673
"current revision number. Other supported variables in templates are:"
4768
#: bzrlib/cmd_version_info.py:67
4676
#: bzrlib/cmd_version_info.py:65
4770
4678
" * {date} - date of the last revision\n"
4771
4679
" * {build_date} - current date\n"
5119
5010
# help of 'all' option of 'resolve' command
5120
#: bzrlib/conflicts.py:119
5011
#: bzrlib/conflicts.py:117
5121
5012
msgid "Resolve all conflicts in this tree."
5124
#: bzrlib/conflicts.py:126
5015
#: bzrlib/conflicts.py:124
5125
5016
msgid "If --all is specified, no FILE may be provided"
5128
#: bzrlib/conflicts.py:151
5019
#: bzrlib/conflicts.py:149
5129
5020
#, python-format
5130
5021
msgid "%d conflict auto-resolved."
5131
5022
msgid_plural "%d conflicts auto-resolved."
5135
#: bzrlib/conflicts.py:154
5026
#: bzrlib/conflicts.py:152
5136
5027
msgid "Remaining conflicts:"
5139
#: bzrlib/conflicts.py:159
5030
#: bzrlib/conflicts.py:157
5140
5031
msgid "All conflicts resolved."
5143
#: bzrlib/conflicts.py:168
5034
#: bzrlib/conflicts.py:166
5144
5035
msgid "{0} conflict resolved, {1} remaining"
5145
5036
msgid_plural "{0} conflicts resolved, {1} remaining"
5149
#: bzrlib/controldir.py:712
5040
# title of 'action' option of 'resolve' command
5041
#: bzrlib/conflicts.py:692
5045
#: bzrlib/controldir.py:682
5150
5046
msgid "{0} is{1} redirected to {2}"
5153
#: bzrlib/diff.py:400
5049
#: bzrlib/diff.py:397
5154
5050
#, python-format
5155
5051
msgid "*** Ignoring files outside view. View is %s"
5158
#: bzrlib/errors.py:157
5054
#: bzrlib/errors.py:155
5159
5055
msgid "The tree builder is already building a tree."
5162
#: bzrlib/errors.py:178
5058
#: bzrlib/errors.py:176
5163
5059
msgid "The dirstate file (%(state)s) appears to be corrupt: %(msg)s"
5166
#: bzrlib/errors.py:197
5062
#: bzrlib/errors.py:195
5168
5064
"The API for \"%(api)s\" is not compatible with \"%(wanted)s\". It supports "
5169
5065
"versions \"%(minimum)s\" to \"%(current)s\"."
5172
#: bzrlib/errors.py:209
5068
#: bzrlib/errors.py:207
5173
5069
msgid "The transport '%(transport)s' is only accessible within this process."
5176
#: bzrlib/errors.py:227
5072
#: bzrlib/errors.py:225
5177
5073
msgid "Invalid revision number %(revno)s"
5180
#: bzrlib/errors.py:236
5076
#: bzrlib/errors.py:234
5181
5077
msgid "Invalid revision-id {%(revision_id)s} in %(branch)s"
5184
#: bzrlib/errors.py:247
5080
#: bzrlib/errors.py:245
5185
5081
msgid "Reserved revision-id {%(revision_id)s}"
5188
#: bzrlib/errors.py:261
5084
#: bzrlib/errors.py:259
5189
5085
msgid "There is no public branch set for \"%(branch_url)s\"."
5192
#: bzrlib/errors.py:271
5088
#: bzrlib/errors.py:269
5194
5090
"No help could be found for '%(topic)s'. Please use 'bzr help topics' to "
5195
5091
"obtain a list of topics."
5198
#: bzrlib/errors.py:280
5094
#: bzrlib/errors.py:278
5199
5095
msgid "The file id \"%(file_id)s\" is not present in the tree %(tree)s."
5202
#: bzrlib/errors.py:290
5098
#: bzrlib/errors.py:288
5204
5100
"The file id \"%(file_id)s\" is not present in the repository %(repository)r"
5207
#: bzrlib/errors.py:299
5103
#: bzrlib/errors.py:297
5208
5104
msgid "The branch '%(branch)s' is not stacked."
5211
#: bzrlib/errors.py:313
5107
#: bzrlib/errors.py:311
5212
5108
msgid "No WorkingTree exists for \"%(base)s\"."
5215
#: bzrlib/errors.py:322
5111
#: bzrlib/errors.py:320
5216
5112
msgid "Not currently building a tree."
5219
#: bzrlib/errors.py:327
5115
#: bzrlib/errors.py:325
5220
5116
msgid "%(url)s is not a local path."
5223
#: bzrlib/errors.py:355
5119
#: bzrlib/errors.py:353
5224
5120
msgid "%(not_locked)r is not write locked but needs to be."
5227
#: bzrlib/errors.py:363
5123
#: bzrlib/errors.py:361
5228
5124
msgid "Error in command line options"
5231
#: bzrlib/errors.py:368
5127
#: bzrlib/errors.py:366
5232
5128
msgid "%(value)s is not an index of type %(_type)s."
5235
#: bzrlib/errors.py:378
5131
#: bzrlib/errors.py:376
5236
5132
msgid "Error in data for index %(value)s."
5239
#: bzrlib/errors.py:387
5135
#: bzrlib/errors.py:385
5240
5136
msgid "The key '%(key)s' is already in index '%(index)s'."
5243
#: bzrlib/errors.py:397
5139
#: bzrlib/errors.py:395
5244
5140
msgid "The key '%(key)s' is not a valid key."
5247
#: bzrlib/errors.py:406
5143
#: bzrlib/errors.py:404
5248
5144
msgid "Could not parse options for index %(value)s."
5251
#: bzrlib/errors.py:415
5147
#: bzrlib/errors.py:413
5252
5148
msgid "The value '%(value)s' is not a valid value."
5255
#: bzrlib/errors.py:424
5256
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
5259
#: bzrlib/errors.py:443
5151
#: bzrlib/errors.py:441
5260
5152
msgid "Generic path error: %(path)r%(extra)s)"
5263
#: bzrlib/errors.py:456
5155
#: bzrlib/errors.py:454
5264
5156
msgid "No such file: %(path)r%(extra)s"
5267
#: bzrlib/errors.py:461
5159
#: bzrlib/errors.py:459
5268
5160
msgid "File exists: %(path)r%(extra)s"
5271
#: bzrlib/errors.py:467
5163
#: bzrlib/errors.py:465
5273
5165
"Could not rename %(source)s => %(dest)s because both files exist. (Use --"
5274
5166
"after to tell bzr about a rename that has already happened)%(extra)s"
5277
#: bzrlib/errors.py:483
5169
#: bzrlib/errors.py:481
5278
5170
msgid "\"%(path)s\" is not a directory %(extra)s"
5281
#: bzrlib/errors.py:488
5173
#: bzrlib/errors.py:486
5282
5174
msgid "\"%(path)s\" is not in the working directory %(extra)s"
5285
#: bzrlib/errors.py:493
5177
#: bzrlib/errors.py:491
5286
5178
msgid "Directory not empty: \"%(path)s\"%(extra)s"
5289
#: bzrlib/errors.py:498
5181
#: bzrlib/errors.py:496
5290
5182
msgid "Hard-linking \"%(path)s\" is not supported"
5293
#: bzrlib/errors.py:513
5185
#: bzrlib/errors.py:511
5294
5186
msgid "Device or resource busy: \"%(path)s\"%(extra)s"
5297
#: bzrlib/errors.py:518
5189
#: bzrlib/errors.py:516
5298
5190
msgid "Permission denied: \"%(path)s\"%(extra)s"
5301
#: bzrlib/errors.py:523
5193
#: bzrlib/errors.py:521
5302
5194
msgid "Invalid url supplied to transport: \"%(path)s\"%(extra)s"
5305
#: bzrlib/errors.py:528
5197
#: bzrlib/errors.py:526
5306
5198
msgid "Invalid URL join request: %(reason)s: %(base)r + %(join_args)r"
5309
#: bzrlib/errors.py:539
5201
#: bzrlib/errors.py:537
5310
5202
msgid "URLs differ by more than path: %(from_)r and %(to)r"
5313
#: bzrlib/errors.py:561
5205
#: bzrlib/errors.py:559
5314
5206
msgid "The %(type)s hook '%(hook)s' is unknown in this version of bzrlib."
5317
#: bzrlib/errors.py:571
5209
#: bzrlib/errors.py:569
5318
5210
msgid "Unsupported protocol for url \"%(path)s\"%(extra)s"
5321
#: bzrlib/errors.py:579
5213
#: bzrlib/errors.py:577
5323
5215
"The branch '%(url)s'(%(format)s) is not a stackable format. You will need to "
5324
5216
"upgrade the branch to permit branch stacking."
5327
#: bzrlib/errors.py:590
5219
#: bzrlib/errors.py:588
5328
5220
msgid "The branch '%(branch_url)s' cannot be stacked on '%(target_url)s'."
5331
#: bzrlib/errors.py:600
5223
#: bzrlib/errors.py:598
5333
5225
"The repository '%(url)s'(%(format)s) is not a stackable format. You will "
5334
5226
"need to upgrade the repository to permit branch stacking."
5337
#: bzrlib/errors.py:611
5229
#: bzrlib/errors.py:609
5338
5230
msgid "Error reading from %(path)r."
5341
#: bzrlib/errors.py:630
5233
#: bzrlib/errors.py:628
5342
5234
msgid "Path \"%(path)s\" is not a child of path \"%(base)s\"%(extra)s"
5345
#: bzrlib/errors.py:646
5237
#: bzrlib/errors.py:644
5346
5238
msgid "Path \"%(path)s\" is not unicode normalized"
5349
#: bzrlib/errors.py:654
5241
#: bzrlib/errors.py:652
5350
5242
msgid "Not a branch: \"%(path)s\"%(detail)s."
5353
#: bzrlib/errors.py:696
5245
#: bzrlib/errors.py:694
5354
5246
msgid "No submit branch available for branch \"%(path)s\""
5357
#: bzrlib/errors.py:705
5358
msgid "A control directory already exists: \"%(path)s\"."
5361
#: bzrlib/errors.py:710
5249
#: bzrlib/errors.py:703
5362
5250
msgid "Already a branch: \"%(path)s\"."
5365
#: bzrlib/errors.py:715
5366
msgid "Invalid branch name: %(name)s"
5369
#: bzrlib/errors.py:724
5370
msgid "Parent branch already exists: \"%(path)s\"."
5373
#: bzrlib/errors.py:730
5253
#: bzrlib/errors.py:709
5375
5255
"Directory contains a branch, but no working tree (use bzr checkout if you "
5376
5256
"wish to build a working tree): \"%(path)s\""
5379
#: bzrlib/errors.py:735
5259
#: bzrlib/errors.py:714
5381
5261
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
5384
#: bzrlib/errors.py:745
5264
#: bzrlib/errors.py:724
5386
5266
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
5389
#: bzrlib/errors.py:755
5269
#: bzrlib/errors.py:734
5390
5270
msgid "No repository present: \"%(path)s\""
5393
#: bzrlib/errors.py:762
5273
#: bzrlib/errors.py:741
5395
5275
"Unsupported branch format: %(format)s\n"
5396
5276
"Please run 'bzr upgrade'"
5399
#: bzrlib/errors.py:768
5279
#: bzrlib/errors.py:747
5400
5280
msgid "Unknown %(kind)s format: %(format)r"
5403
#: bzrlib/errors.py:777
5283
#: bzrlib/errors.py:756
5404
5284
msgid "Format %(format)s is not compatible with .bzr version %(bzrdir)s."
5407
#: bzrlib/errors.py:787
5408
msgid "Parse error on line %(lineno)d of %(format)s format: %(line)s"
5411
#: bzrlib/errors.py:802
5287
#: bzrlib/errors.py:769
5414
5290
"is not compatible with\n"
5419
#: bzrlib/errors.py:818
5295
#: bzrlib/errors.py:785
5420
5296
msgid "Revision is not compatible with %(repo_format)s"
5423
#: bzrlib/errors.py:828
5299
#: bzrlib/errors.py:795
5424
5300
msgid "%(context_info)s%(path)s is already versioned."
5427
#: bzrlib/errors.py:849
5303
#: bzrlib/errors.py:816
5428
5304
msgid "%(context_info)s%(path)s is not versioned."
5431
#: bzrlib/errors.py:870
5307
#: bzrlib/errors.py:837
5432
5308
msgid "Path(s) are not versioned: %(paths_as_string)s"
5435
#: bzrlib/errors.py:881
5311
#: bzrlib/errors.py:848
5436
5312
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5439
#: bzrlib/errors.py:900
5315
#: bzrlib/errors.py:867
5440
5316
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5443
#: bzrlib/errors.py:908
5319
#: bzrlib/errors.py:875
5445
5321
"Filename %(filename)r is not valid in your current filesystem encoding "
5446
5322
"%(fs_encoding)s"
5449
#: bzrlib/errors.py:919
5325
#: bzrlib/errors.py:886
5450
5326
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5453
#: bzrlib/errors.py:937
5329
#: bzrlib/errors.py:904
5454
5330
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5457
#: bzrlib/errors.py:976
5333
#: bzrlib/errors.py:943
5458
5334
msgid "Cannot lock %(lock)s: %(why)s"
5461
#: bzrlib/errors.py:986
5337
#: bzrlib/errors.py:953
5463
5339
"A transaction related operation was attempted after the transaction finished."
5466
#: bzrlib/errors.py:1013
5342
#: bzrlib/errors.py:980
5467
5343
msgid "Cannot lock: transport is read only: %(transport)s"
5470
#: bzrlib/errors.py:1021
5346
#: bzrlib/errors.py:988
5471
5347
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5474
#: bzrlib/errors.py:1032
5350
#: bzrlib/errors.py:999
5475
5351
msgid "Lock was broken while still open: %(lock)s - check storage consistency!"
5478
#: bzrlib/errors.py:1043
5354
#: bzrlib/errors.py:1010
5480
5356
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5481
5357
"%(holder)r, wanted to break %(target)r"
5484
#: bzrlib/errors.py:1055
5360
#: bzrlib/errors.py:1022
5486
5362
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5487
5363
"Use 'bzr break-lock' to clear it"
5490
#: bzrlib/errors.py:1068
5366
#: bzrlib/errors.py:1035
5491
5367
msgid "Lock not held: %(lock)s"
5494
#: bzrlib/errors.py:1097
5370
#: bzrlib/errors.py:1064
5495
5371
msgid "No changes to commit"
5498
#: bzrlib/errors.py:1102
5374
#: bzrlib/errors.py:1069
5500
5376
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5503
#: bzrlib/errors.py:1112
5379
#: bzrlib/errors.py:1079
5505
5381
"Excluding paths during commit is not supported by repository at %(repository)"
5509
#: bzrlib/errors.py:1121
5385
#: bzrlib/errors.py:1088
5511
5387
"The specified commit message contains characters unsupported by the current "
5515
#: bzrlib/errors.py:1127
5391
#: bzrlib/errors.py:1094
5516
5392
msgid "Upgrade URL cannot work with readonly URLs."
5519
#: bzrlib/errors.py:1132
5395
#: bzrlib/errors.py:1099
5520
5396
msgid "The branch format %(format)s is already at the most recent format."
5523
#: bzrlib/errors.py:1155
5399
#: bzrlib/errors.py:1122
5524
5400
msgid "Option --change does not accept revision ranges"
5527
#: bzrlib/errors.py:1160
5403
#: bzrlib/errors.py:1127
5528
5404
msgid "No namespace registered for string: %(spec)r"
5531
#: bzrlib/errors.py:1179
5407
#: bzrlib/errors.py:1146
5533
5409
"Requested revision: '%(spec)s' does not exist in branch: %(branch_url)s"
5537
#: bzrlib/errors.py:1193
5413
#: bzrlib/errors.py:1160
5539
5415
"Operation denied because it would change the main history, which is not "
5540
5416
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5543
#: bzrlib/errors.py:1204
5419
#: bzrlib/errors.py:1171
5545
5421
"These branches have diverged. Use the missing command to see how.\n"
5546
5422
"Use the merge command to reconcile them."
5549
#: bzrlib/errors.py:1224
5425
#: bzrlib/errors.py:1191
5551
5427
"Branches have no common ancestor, and no merge base revision was specified."
5554
#: bzrlib/errors.py:1230
5430
#: bzrlib/errors.py:1197
5556
5432
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5559
#: bzrlib/errors.py:1236
5435
#: bzrlib/errors.py:1203
5560
5436
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5563
#: bzrlib/errors.py:1245
5439
#: bzrlib/errors.py:1212
5565
5441
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5568
#: bzrlib/errors.py:1254
5444
#: bzrlib/errors.py:1221
5569
5445
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5572
#: bzrlib/errors.py:1263
5448
#: bzrlib/errors.py:1230
5573
5449
msgid "Branch %(branch)s has no commits."
5576
#: bzrlib/errors.py:1281
5452
#: bzrlib/errors.py:1248
5578
5454
"Bound branch %(branch)s is out of date with master branch %(master)s."
5579
5455
"%(extra_help)s"
5582
#: bzrlib/errors.py:1293
5458
#: bzrlib/errors.py:1260
5584
5460
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5585
5461
"bound to %(remote)s."
5588
#: bzrlib/errors.py:1305
5464
#: bzrlib/errors.py:1272
5589
5465
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5592
#: bzrlib/errors.py:1314
5468
#: bzrlib/errors.py:1281
5594
5470
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5598
#: bzrlib/errors.py:1326
5474
#: bzrlib/errors.py:1293
5599
5475
msgid "Error in processing weave: %(msg)s"
5602
#: bzrlib/errors.py:1335
5478
#: bzrlib/errors.py:1302
5603
5479
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5606
#: bzrlib/errors.py:1346
5482
#: bzrlib/errors.py:1313
5607
5483
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5610
#: bzrlib/errors.py:1356
5486
#: bzrlib/errors.py:1323
5611
5487
msgid "Weave invariant violated: %(what)s"
5614
#: bzrlib/errors.py:1365
5490
#: bzrlib/errors.py:1332
5615
5491
msgid "Parents are mismatched between two revisions. %(msg)s"
5618
#: bzrlib/errors.py:1387
5494
#: bzrlib/errors.py:1354
5620
5496
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5624
#: bzrlib/errors.py:1399
5500
#: bzrlib/errors.py:1366
5625
5501
msgid "Versioned file error"
5628
#: bzrlib/errors.py:1404
5504
#: bzrlib/errors.py:1371
5629
5505
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5632
#: bzrlib/errors.py:1414
5508
#: bzrlib/errors.py:1381
5633
5509
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5636
#: bzrlib/errors.py:1424
5512
#: bzrlib/errors.py:1391
5637
5513
msgid "Text did not match its checksum: %(msg)s"
5640
#: bzrlib/errors.py:1550
5516
#: bzrlib/errors.py:1517
5641
5517
msgid "Export format %(format)r not supported"
5644
#: bzrlib/errors.py:1559
5520
#: bzrlib/errors.py:1526
5645
5521
msgid "Transport error: %(msg)s %(orig_error)s"
5648
#: bzrlib/errors.py:1585
5524
#: bzrlib/errors.py:1552
5649
5525
msgid "Generic bzr smart protocol error: %(details)s"
5652
#: bzrlib/errors.py:1593
5528
#: bzrlib/errors.py:1560
5653
5529
msgid "Received bad protocol version marker: %(marker)r"
5656
#: bzrlib/errors.py:1625
5532
#: bzrlib/errors.py:1592
5657
5533
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5660
#: bzrlib/errors.py:1630
5536
#: bzrlib/errors.py:1597
5661
5537
msgid "Connection error: %(msg)s %(orig_error)s"
5664
#: bzrlib/errors.py:1635
5540
#: bzrlib/errors.py:1602
5665
5541
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5668
#: bzrlib/errors.py:1656
5544
#: bzrlib/errors.py:1623
5669
5545
msgid "Connection closed: %(msg)s %(orig_error)s"
5672
#: bzrlib/errors.py:1661
5548
#: bzrlib/errors.py:1628
5673
5549
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5676
#: bzrlib/errors.py:1666
5552
#: bzrlib/errors.py:1633
5677
5553
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5680
#: bzrlib/errors.py:1676
5556
#: bzrlib/errors.py:1643
5681
5557
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5684
#: bzrlib/errors.py:1691
5685
msgid "Certificate error: %(error)s"
5688
#: bzrlib/errors.py:1699
5560
#: bzrlib/errors.py:1658
5689
5561
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5692
#: bzrlib/errors.py:1713
5564
#: bzrlib/errors.py:1672
5693
5565
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5696
#: bzrlib/errors.py:1721
5568
#: bzrlib/errors.py:1680
5697
5569
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5700
#: bzrlib/errors.py:1730
5572
#: bzrlib/errors.py:1689
5701
5573
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5704
#: bzrlib/errors.py:1744
5576
#: bzrlib/errors.py:1703
5705
5577
msgid "Too many redirections"
5708
#: bzrlib/errors.py:1749
5580
#: bzrlib/errors.py:1708
5709
5581
msgid "Working tree has conflicts."
5712
#: bzrlib/errors.py:1753
5584
#: bzrlib/errors.py:1712
5713
5585
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5716
#: bzrlib/errors.py:1762
5588
#: bzrlib/errors.py:1721
5718
5590
"Error(s) parsing config file %(filename)s:\n"
5722
#: bzrlib/errors.py:1772
5724
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5725
"See ``bzr help %(name)s``"
5594
#: bzrlib/errors.py:1732
5595
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
5728
#: bzrlib/errors.py:1782
5598
#: bzrlib/errors.py:1740
5729
5599
msgid "%(username)r does not seem to contain a reasonable email address"
5732
#: bzrlib/errors.py:1791
5602
#: bzrlib/errors.py:1749
5733
5603
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5736
#: bzrlib/errors.py:1799
5606
#: bzrlib/errors.py:1757
5737
5607
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5740
#: bzrlib/errors.py:1807
5610
#: bzrlib/errors.py:1765
5741
5611
msgid "Unable to import library \"%(library)s\": %(error)s"
5744
#: bzrlib/errors.py:1815
5614
#: bzrlib/errors.py:1773
5745
5615
msgid "python-gpgme is not installed, it is needed to verify signatures"
5748
#: bzrlib/errors.py:1823
5618
#: bzrlib/errors.py:1781
5750
5620
"The working tree for %(basedir)s has changed since the last commit, but "
5751
5621
"weave merge requires that it be unchanged"
5754
#: bzrlib/errors.py:1833
5624
#: bzrlib/errors.py:1791
5756
5626
"Can't reprocess and show base, because reprocessing obscures the "
5757
5627
"relationship of conflicting lines to the base"
5760
#: bzrlib/errors.py:1839
5630
#: bzrlib/errors.py:1797
5761
5631
msgid "Cycle in graph %(graph)r"
5764
#: bzrlib/errors.py:1867
5634
#: bzrlib/errors.py:1825
5765
5635
msgid "File %(filename)s is not conflicted."
5768
#: bzrlib/errors.py:1889
5638
#: bzrlib/errors.py:1847
5769
5639
msgid "No bundle was found in \"%(filename)s\"."
5772
#: bzrlib/errors.py:1898
5642
#: bzrlib/errors.py:1856
5773
5643
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5776
#: bzrlib/errors.py:1908
5646
#: bzrlib/errors.py:1866
5777
5647
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5780
#: bzrlib/errors.py:1921
5650
#: bzrlib/errors.py:1879
5781
5651
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5784
#: bzrlib/errors.py:1931
5654
#: bzrlib/errors.py:1889
5785
5655
msgid "Key %(key)s is already present in map"
5788
#: bzrlib/errors.py:1936
5658
#: bzrlib/errors.py:1894
5789
5659
msgid "The prefix %(prefix)s is in the help search path twice."
5792
#: bzrlib/errors.py:1946
5662
#: bzrlib/errors.py:1904
5794
5664
"No final name for trans_id %(trans_id)r\n"
5795
5665
"file-id: %(file_id)r\n"
5796
5666
"root trans-id: %(root_trans_id)r\n"
5799
#: bzrlib/errors.py:1978
5669
#: bzrlib/errors.py:1936
5800
5670
msgid "Attempt to reuse a transform that has already been applied."
5803
#: bzrlib/errors.py:1983
5673
#: bzrlib/errors.py:1941
5804
5674
msgid "Moving the root directory is not supported at this time"
5807
#: bzrlib/errors.py:1988
5677
#: bzrlib/errors.py:1946
5808
5678
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5811
#: bzrlib/errors.py:1999
5681
#: bzrlib/errors.py:1957
5813
5683
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5816
#: bzrlib/errors.py:2035
5686
#: bzrlib/errors.py:1993
5818
5688
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5821
#: bzrlib/errors.py:2065
5691
#: bzrlib/errors.py:2023
5822
5692
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5825
#: bzrlib/errors.py:2073
5695
#: bzrlib/errors.py:2031
5826
5696
msgid "Nothing to merge."
5829
#: bzrlib/errors.py:2078
5699
#: bzrlib/errors.py:2036
5830
5700
msgid "Format %(format)s cannot be initialised by this version of bzr."
5833
#: bzrlib/errors.py:2087
5703
#: bzrlib/errors.py:2045
5835
5705
"Cannot convert from format %(from_format)s to format %(format)s. "
5839
#: bzrlib/errors.py:2099
5709
#: bzrlib/errors.py:2057
5840
5710
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5843
#: bzrlib/errors.py:2107
5713
#: bzrlib/errors.py:2065
5844
5714
msgid "%(exe_name)s could not be found on this machine"
5847
#: bzrlib/errors.py:2115
5717
#: bzrlib/errors.py:2073
5848
5718
msgid "Diff is not installed on this machine: %(msg)s"
5851
#: bzrlib/errors.py:2123
5721
#: bzrlib/errors.py:2081
5852
5722
msgid "Diff3 is not installed on this machine."
5855
#: bzrlib/errors.py:2129
5725
#: bzrlib/errors.py:2087
5856
5726
msgid "The content being inserted is already present."
5859
#: bzrlib/errors.py:2134
5729
#: bzrlib/errors.py:2092
5861
5731
"This tree contains left-over files from a failed operation.\n"
5862
5732
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5879
5749
" keep, and delete it when you are done."
5882
#: bzrlib/errors.py:2166
5752
#: bzrlib/errors.py:2124
5884
5754
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
5885
5755
"examine %(pending_deletion)s to see if it contains any files you wish to "
5886
5756
"keep, and delete it when you are done."
5889
#: bzrlib/errors.py:2176
5759
#: bzrlib/errors.py:2134
5890
5760
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5893
#: bzrlib/errors.py:2190
5763
#: bzrlib/errors.py:2148
5894
5764
msgid "Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5897
#: bzrlib/errors.py:2203
5767
#: bzrlib/errors.py:2161
5898
5768
msgid "Error in merge modified format"
5901
#: bzrlib/errors.py:2208
5771
#: bzrlib/errors.py:2166
5902
5772
msgid "Format error in conflict listings"
5905
#: bzrlib/errors.py:2212
5775
#: bzrlib/errors.py:2170
5907
5777
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5908
5778
"Error: %(description)s"
5911
#: bzrlib/errors.py:2223
5781
#: bzrlib/errors.py:2181
5913
5783
"An error has been detected in the repository %(repo_path)s.\n"
5914
5784
"Please run bzr reconcile on this repository."
5917
#: bzrlib/errors.py:2234
5787
#: bzrlib/errors.py:2192
5919
5789
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5920
5790
"reason: %(reason)s"
5923
#: bzrlib/errors.py:2247
5793
#: bzrlib/errors.py:2205
5925
5795
"An inconsistent delta was supplied: %(delta)r\n"
5926
5796
"reason: %(reason)s"
5929
#: bzrlib/errors.py:2259
5799
#: bzrlib/errors.py:2217
5930
5800
msgid "To use this feature you must upgrade your branch at %(path)s."
5933
#: bzrlib/errors.py:2268
5803
#: bzrlib/errors.py:2226
5934
5804
msgid "To use this feature you must upgrade your repository at %(path)s."
5937
#: bzrlib/errors.py:2273
5807
#: bzrlib/errors.py:2231
5939
5809
"To use this feature you must upgrade your branch at %(path)s to a format "
5940
5810
"which supports rich roots."
5943
#: bzrlib/errors.py:2279
5813
#: bzrlib/errors.py:2237
5944
5814
msgid "Cannot perform local-only commits on unbound branches."
5947
#: bzrlib/errors.py:2284
5817
#: bzrlib/errors.py:2242
5948
5818
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5951
#: bzrlib/errors.py:2305
5821
#: bzrlib/errors.py:2263
5952
5822
msgid "Ghost tags not supported by format %(format)r."
5955
#: bzrlib/errors.py:2313
5825
#: bzrlib/errors.py:2271
5956
5826
msgid "File is binary but should be text."
5959
#: bzrlib/errors.py:2318
5829
#: bzrlib/errors.py:2276
5960
5830
msgid "The path %(path)s is not permitted on this platform"
5963
#: bzrlib/errors.py:2327
5833
#: bzrlib/errors.py:2285
5965
5835
"Testament did not match expected value.\n"
5966
5836
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5967
5837
" {%(measured)s}"
5970
#: bzrlib/errors.py:2339
5840
#: bzrlib/errors.py:2297
5971
5841
msgid "Not a bzr revision-bundle: %(text)r"
5974
#: bzrlib/errors.py:2348
5844
#: bzrlib/errors.py:2306
5975
5845
msgid "Bad bzr revision-bundle: %(text)r"
5978
#: bzrlib/errors.py:2357
5848
#: bzrlib/errors.py:2315
5979
5849
msgid "Malformed bzr revision-bundle header: %(text)r"
5982
#: bzrlib/errors.py:2362
5852
#: bzrlib/errors.py:2320
5983
5853
msgid "Malformed patches in bzr revision-bundle: %(text)r"
5986
#: bzrlib/errors.py:2367
5856
#: bzrlib/errors.py:2325
5987
5857
msgid "Malformed footer in bzr revision-bundle: %(text)r"
5990
#: bzrlib/errors.py:2372
5860
#: bzrlib/errors.py:2330
5991
5861
msgid "End of line marker was not \\n in bzr revision-bundle"
5994
#: bzrlib/errors.py:2382
5864
#: bzrlib/errors.py:2340
5995
5865
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
5998
#: bzrlib/errors.py:2392
5868
#: bzrlib/errors.py:2350
5999
5869
msgid "Root class for inventory serialization errors"
6002
#: bzrlib/errors.py:2396
5872
#: bzrlib/errors.py:2354
6004
5874
"The inventory was not in the expected format:\n"
6008
#: bzrlib/errors.py:2405
5878
#: bzrlib/errors.py:2363
6009
5879
msgid "This operation requires rich root data storage"
6012
#: bzrlib/errors.py:2418
5882
#: bzrlib/errors.py:2376
6013
5883
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
6016
#: bzrlib/errors.py:2427
5886
#: bzrlib/errors.py:2385
6018
5888
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
6022
#: bzrlib/errors.py:2434
5892
#: bzrlib/errors.py:2392
6024
5894
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
6025
5895
"ghost at {%(ghost_revision_id)s}"
6028
#: bzrlib/errors.py:2444
5898
#: bzrlib/errors.py:2402
6029
5899
msgid "Ghost revision {%(revision_id)s} cannot be used here."
6032
#: bzrlib/errors.py:2495
5902
#: bzrlib/errors.py:2453
6034
5904
"A merge directive must provide either a bundle or a public branch location."
6037
#: bzrlib/errors.py:2502
5907
#: bzrlib/errors.py:2460
6038
5908
msgid "Bad merge directive payload %(start)r"
6041
#: bzrlib/errors.py:2512
5911
#: bzrlib/errors.py:2470
6042
5912
msgid "Preview patch does not match requested changes."
6045
#: bzrlib/errors.py:2518
5915
#: bzrlib/errors.py:2476
6046
5916
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
6049
#: bzrlib/errors.py:2528
5919
#: bzrlib/errors.py:2486
6051
5921
"Your branch does not have all of the revisions required in order to merge "
6052
5922
"this merge directive and the target location specified in the merge "
6053
5923
"directive is not a branch: %(location)s."
6056
#: bzrlib/errors.py:2540
5926
#: bzrlib/errors.py:2498
6057
5927
msgid "Unsupported entry kind %(kind)s"
6060
#: bzrlib/errors.py:2548
5930
#: bzrlib/errors.py:2506
6061
5931
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
6064
#: bzrlib/errors.py:2558
5934
#: bzrlib/errors.py:2516
6065
5935
msgid "Subsume target %(other_tree)s needs to be upgraded."
6068
#: bzrlib/errors.py:2577
5938
#: bzrlib/errors.py:2535
6069
5939
msgid "No such tag: %(tag_name)s"
6072
#: bzrlib/errors.py:2585
5942
#: bzrlib/errors.py:2543
6073
5943
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
6076
#: bzrlib/errors.py:2594
5946
#: bzrlib/errors.py:2552
6077
5947
msgid "Tag %(tag_name)s already exists."
6080
#: bzrlib/errors.py:2602
5950
#: bzrlib/errors.py:2560
6082
5952
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help bugs"
6083
5953
"\" for more information on this feature."
6086
#: bzrlib/errors.py:2612
5956
#: bzrlib/errors.py:2570
6088
5958
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
6091
#: bzrlib/errors.py:2622
5961
#: bzrlib/errors.py:2580
6093
5963
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
6096
#: bzrlib/errors.py:2632
5966
#: bzrlib/errors.py:2590
6097
5967
msgid "Invalid line in bugs property: '%(line)s'"
6100
#: bzrlib/errors.py:2640
5970
#: bzrlib/errors.py:2598
6101
5971
msgid "Invalid bug status: '%(status)s'"
6104
#: bzrlib/errors.py:2648
5974
#: bzrlib/errors.py:2606
6105
5975
msgid "Could not understand response from smart server: %(response_tuple)r"
6108
#: bzrlib/errors.py:2687
5978
#: bzrlib/errors.py:2645
6109
5979
msgid "Server sent an unexpected error: %(error_tuple)r"
6112
#: bzrlib/errors.py:2706
5982
#: bzrlib/errors.py:2664
6113
5983
msgid "Unrecognised container format: %(container_format)r"
6116
#: bzrlib/errors.py:2714
5986
#: bzrlib/errors.py:2672
6117
5987
msgid "Unexpected end of container stream"
6120
#: bzrlib/errors.py:2719
5990
#: bzrlib/errors.py:2677
6121
5991
msgid "Unknown record type: %(record_type)r"
6124
#: bzrlib/errors.py:2727
5994
#: bzrlib/errors.py:2685
6125
5995
msgid "Invalid record: %(reason)s"
6128
#: bzrlib/errors.py:2735
5998
#: bzrlib/errors.py:2693
6129
5999
msgid "Container has data after end marker: %(excess)r"
6132
#: bzrlib/errors.py:2743
6002
#: bzrlib/errors.py:2701
6133
6003
msgid "Container has multiple records with the same name: %(name)s"
6136
#: bzrlib/errors.py:2756
6006
#: bzrlib/errors.py:2714
6137
6007
msgid "Corrupt or incompatible data stream: %(reason)s"
6140
#: bzrlib/errors.py:2764
6010
#: bzrlib/errors.py:2722
6141
6011
msgid "SMTP error: %(error)s"
6144
#: bzrlib/errors.py:2772
6014
#: bzrlib/errors.py:2730
6145
6015
msgid "No message supplied."
6148
#: bzrlib/errors.py:2777
6018
#: bzrlib/errors.py:2735
6149
6019
msgid "No mail-to address (--mail-to) or output (-o) specified."
6152
#: bzrlib/errors.py:2782
6022
#: bzrlib/errors.py:2740
6023
msgid "Unknown mail client: %(mail_client)s"
6026
#: bzrlib/errors.py:2748
6154
6028
"Unable to find mail client with the following names: "
6155
6029
"%(mail_command_list_string)s"
6158
#: bzrlib/errors.py:2792
6032
#: bzrlib/errors.py:2758
6159
6033
msgid "SMTP connection to %(host)s refused"
6162
#: bzrlib/errors.py:2801
6036
#: bzrlib/errors.py:2767
6163
6037
msgid "Please specify smtp_server. No server at default %(host)s."
6166
#: bzrlib/errors.py:2815
6040
#: bzrlib/errors.py:2781
6168
6042
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
6172
#: bzrlib/errors.py:2827
6046
#: bzrlib/errors.py:2793
6173
6047
msgid "'%(display_url)s' is already a branch."
6176
#: bzrlib/errors.py:2832
6050
#: bzrlib/errors.py:2798
6177
6051
msgid "'%(display_url)s' is already a tree."
6180
#: bzrlib/errors.py:2837
6054
#: bzrlib/errors.py:2803
6181
6055
msgid "'%(display_url)s' is already a checkout."
6184
#: bzrlib/errors.py:2842
6058
#: bzrlib/errors.py:2808
6185
6059
msgid "'%(display_url)s' is already a lightweight checkout."
6188
#: bzrlib/errors.py:2847
6062
#: bzrlib/errors.py:2813
6189
6063
msgid "'%(display_url)s' is already using a shared repository."
6192
#: bzrlib/errors.py:2852
6066
#: bzrlib/errors.py:2818
6193
6067
msgid "'%(display_url)s' is already standalone."
6196
#: bzrlib/errors.py:2857
6070
#: bzrlib/errors.py:2823
6197
6071
msgid "Shared repository '%(display_url)s' already creates working trees."
6200
#: bzrlib/errors.py:2863
6074
#: bzrlib/errors.py:2829
6202
6076
"Shared repository '%(display_url)s' already doesn't create working trees."
6205
#: bzrlib/errors.py:2869
6079
#: bzrlib/errors.py:2835
6206
6080
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
6209
#: bzrlib/errors.py:2874
6083
#: bzrlib/errors.py:2840
6210
6084
msgid "No location could be found to bind to at %(display_url)s."
6213
#: bzrlib/errors.py:2879
6087
#: bzrlib/errors.py:2845
6215
6089
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr status)."
6219
#: bzrlib/errors.py:2898
6221
"Branch \"%(display_url)s\" does not support storing uncommitted changes."
6224
#: bzrlib/errors.py:2913
6093
#: bzrlib/errors.py:2864
6226
6095
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --list)."
6230
#: bzrlib/errors.py:2919
6099
#: bzrlib/errors.py:2870
6231
6100
msgid "Variable {%(name)s} is not available."
6234
#: bzrlib/errors.py:2927
6103
#: bzrlib/errors.py:2878
6235
6104
msgid "No template specified."
6238
#: bzrlib/errors.py:2932
6107
#: bzrlib/errors.py:2883
6239
6108
msgid "Unable to create symlink %(path_str)son this platform"
6242
#: bzrlib/errors.py:2947
6111
#: bzrlib/errors.py:2898
6244
6113
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", \"original"
6245
6114
"\", \"local\"."
6248
#: bzrlib/errors.py:2981
6117
#: bzrlib/errors.py:2932
6250
6119
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6253
#: bzrlib/errors.py:2993
6122
#: bzrlib/errors.py:2944
6254
6123
msgid "The \"%(config_id)s\" configuration does not exist."
6257
#: bzrlib/errors.py:3001
6126
#: bzrlib/errors.py:2952
6258
6127
msgid "The \"%(option_name)s\" configuration option does not exist."
6261
#: bzrlib/errors.py:3009
6130
#: bzrlib/errors.py:2960
6262
6131
msgid "The alias \"%(alias_name)s\" does not exist."
6265
#: bzrlib/errors.py:3023
6134
#: bzrlib/errors.py:2974
6266
6135
msgid "\"%(alias_name)s\" is not a valid location alias."
6269
#: bzrlib/errors.py:3031
6138
#: bzrlib/errors.py:2982
6270
6139
msgid "No %(alias_name)s location assigned."
6273
#: bzrlib/errors.py:3039
6142
#: bzrlib/errors.py:2990
6274
6143
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6277
#: bzrlib/errors.py:3049
6146
#: bzrlib/errors.py:3000
6278
6147
msgid "Unknown rules detected: %(unknowns_str)s."
6281
#: bzrlib/errors.py:3060
6150
#: bzrlib/errors.py:3011
6282
6151
msgid "Tip change rejected: %(msg)s"
6285
#: bzrlib/errors.py:3068
6154
#: bzrlib/errors.py:3019
6286
6155
msgid "Shelf corrupt."
6289
#: bzrlib/errors.py:3073
6158
#: bzrlib/errors.py:3024
6290
6159
msgid "Corruption while decompressing repository file%(orig_error)s"
6293
#: bzrlib/errors.py:3085
6162
#: bzrlib/errors.py:3036
6294
6163
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6297
#: bzrlib/errors.py:3093
6166
#: bzrlib/errors.py:3044
6298
6167
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6301
#: bzrlib/errors.py:3101
6170
#: bzrlib/errors.py:3052
6302
6171
msgid "An attempt to access a url outside the server jail was made: '%(url)s'."
6305
#: bzrlib/errors.py:3109
6174
#: bzrlib/errors.py:3060
6306
6175
msgid "The user aborted the operation."
6309
#: bzrlib/errors.py:3114
6178
#: bzrlib/errors.py:3065
6310
6179
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6313
#: bzrlib/errors.py:3124
6182
#: bzrlib/errors.py:3075
6314
6183
msgid "No such view: %(view_name)s."
6317
#: bzrlib/errors.py:3134
6186
#: bzrlib/errors.py:3085
6319
6188
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6320
6189
"to a later format."
6323
#: bzrlib/errors.py:3143
6192
#: bzrlib/errors.py:3094
6325
6194
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6328
#: bzrlib/errors.py:3210
6197
#: bzrlib/errors.py:3161
6329
6198
msgid "%(bzrdir)r does not support co-located branches."
6332
#: bzrlib/errors.py:3216
6201
#: bzrlib/errors.py:3167
6334
6203
"Unable to determine your name.\n"
6335
6204
"Please, set your name with the 'whoami' command.\n"
6336
6205
"E.g. bzr whoami \"Your Name <name@example.com>\""
6339
#: bzrlib/errors.py:3225
6208
#: bzrlib/errors.py:3176
6340
6209
msgid "Invalid pattern(s) found. %(msg)s"
6343
#: bzrlib/errors.py:3233
6212
#: bzrlib/errors.py:3184
6345
6214
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6346
6215
"unbind` to fix."
6349
#: bzrlib/errors.py:3244
6218
#: bzrlib/errors.py:3195
6350
6219
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6353
#: bzrlib/errors.py:3253
6222
#: bzrlib/errors.py:3204
6354
6223
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6357
#: bzrlib/errors.py:3262
6226
#: bzrlib/errors.py:3213
6359
6228
"No compatible object available for operations from %(source)r to %(target)r."
6362
#: bzrlib/errors.py:3272
6231
#: bzrlib/errors.py:3223
6364
6233
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6365
6234
"%(arguments)s."
6368
#: bzrlib/errors.py:3282
6237
#: bzrlib/errors.py:3233
6370
6239
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6371
6240
"format %(format)r"
6374
#: bzrlib/errors.py:3294
6376
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6380
#: bzrlib/errors.py:3307
6243
#: bzrlib/errors.py:3249
6381
6244
msgid "Binary files section encountered."
6384
#: bzrlib/errors.py:3315
6247
#: bzrlib/errors.py:3257
6386
6249
"Malformed patch header. %(desc)s\n"
6390
#: bzrlib/errors.py:3324
6253
#: bzrlib/errors.py:3266
6392
6255
"Malformed hunk header. %(desc)s\n"
6396
#: bzrlib/errors.py:3333
6259
#: bzrlib/errors.py:3275
6398
6261
"Malformed line. %(desc)s\n"
6402
#: bzrlib/errors.py:3343
6265
#: bzrlib/errors.py:3285
6404
6267
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6405
6268
"but patch says it should be \"%(patch_line)s\""
6408
#: bzrlib/errors.py:3354
6409
msgid "The feature %(feature)s has already been registered."
6412
#: bzrlib/errors.py:3362
6414
"Cannot store uncommitted changes because this branch already stores "
6415
"uncommitted changes."
6418
#: bzrlib/export_pot.py:252
6271
#: bzrlib/export_pot.py:246
6419
6272
#, python-format
6420
6273
msgid "Exporting messages from builtin command: %s"
6423
#: bzrlib/export_pot.py:271
6276
#: bzrlib/export_pot.py:265
6424
6277
msgid "Exporting messages from plugin command: {0} in {1}"
6427
#: bzrlib/export_pot.py:292
6280
#: bzrlib/export_pot.py:286
6428
6281
#, python-format
6429
6282
msgid "Exporting message from error: %s"
6432
#: bzrlib/fetch.py:98
6285
#: bzrlib/fetch.py:97
6433
6286
msgid "Finding revisions"
6436
#: bzrlib/fetch.py:103
6289
#: bzrlib/fetch.py:102
6437
6290
msgid "Fetching revisions"
6440
#: bzrlib/foreign.py:262
6293
#: bzrlib/foreign.py:261
6441
6294
msgid "Push into a different VCS without any custom bzr metadata."
6444
#: bzrlib/foreign.py:264
6297
#: bzrlib/foreign.py:263
6446
6299
"This will afterwards rebase the local branch on the remote\n"
6447
6300
"branch unless the --no-rebase option is used, in which case \n"
6448
6301
"the two branches will be out of sync after the push. "
6304
# help of 'directory' option of 'dpush' command
6305
#: bzrlib/foreign.py:271
6307
"Branch to push from, rather than the one containing the working directory."
6451
6310
# help of 'no-rebase' option of 'dpush' command
6452
#: bzrlib/foreign.py:277
6311
#: bzrlib/foreign.py:276
6453
6312
msgid "Do not rebase after push."
6456
#: bzrlib/foreign.py:311
6315
# help of 'strict' option of 'dpush' command
6316
#: bzrlib/foreign.py:278
6318
"Refuse to push if there are uncommitted changes in the working tree, --no-"
6319
"strict disables the check."
6322
#: bzrlib/foreign.py:310
6457
6323
#, python-format
6458
6324
msgid "Using saved location: %s\n"
6461
#: bzrlib/foreign.py:321
6327
#: bzrlib/foreign.py:320
6463
6329
"{0!r} and {1!r} are in the same VCS, lossy push not necessary. Please use "
6464
6330
"regular push."
6467
#: bzrlib/gpg.py:366
6468
msgid "No GnuPG key results for pattern: {0}"
6471
#: bzrlib/gpg.py:439
6333
#: bzrlib/gpg.py:116 bzrlib/gpg.py:454
6472
6334
msgid "{0} commits with valid signatures"
6475
#: bzrlib/gpg.py:445
6337
#: bzrlib/gpg.py:120 bzrlib/gpg.py:459
6476
6338
msgid "{0} commit with unknown key"
6477
6339
msgid_plural "{0} commits with unknown keys"
6481
#: bzrlib/gpg.py:453
6343
#: bzrlib/gpg.py:126 bzrlib/gpg.py:466
6482
6344
msgid "{0} commit not valid"
6483
6345
msgid_plural "{0} commits not valid"
6487
#: bzrlib/gpg.py:461
6349
#: bzrlib/gpg.py:132 bzrlib/gpg.py:473
6488
6350
msgid "{0} commit not signed"
6489
6351
msgid_plural "{0} commits not signed"
6493
#: bzrlib/gpg.py:469
6355
#: bzrlib/gpg.py:138 bzrlib/gpg.py:480
6494
6356
msgid "{0} commit with key now expired"
6495
6357
msgid_plural "{0} commits with key now expired"
6499
#: bzrlib/gpg.py:489
6500
msgid "{0} commit by author {1} with key {2} now expired"
6501
msgid_plural "{0} commits by author {1} with key {2} now expired"
6361
#: bzrlib/gpg.py:336
6362
msgid "No GnuPG key results for pattern: {0}"
6505
#: bzrlib/gpg.py:505
6365
#: bzrlib/gpg.py:379
6506
6366
msgid "{0} signed {1} commit"
6507
6367
msgid_plural "{0} signed {1} commits"
6511
#: bzrlib/gpg.py:522 bzrlib/gpg.py:539
6371
#: bzrlib/gpg.py:396 bzrlib/gpg.py:412
6512
6372
msgid "{0} commit by author {1}"
6513
6373
msgid_plural "{0} commits by author {1}"
6517
#: bzrlib/gpg.py:554
6377
#: bzrlib/gpg.py:426
6518
6378
msgid "Unknown key {0} signed {1} commit"
6519
6379
msgid_plural "Unknown key {0} signed {1} commits"
6523
#: bzrlib/groupcompress.py:1739
6383
#: bzrlib/gpg.py:444
6384
msgid "{0} commit by author {1} with key {2} now expired"
6385
msgid_plural "{0} commits by author {1} with key {2} now expired"
6389
#: bzrlib/groupcompress.py:1737
6524
6390
#, python-format
6525
6391
msgid "Insert claimed random_id=True, but then inserted %r two times"
6528
#: bzrlib/hooks.py:313
6394
#: bzrlib/hooks.py:329
6529
6395
#, python-format
6530
6396
msgid "Introduced in: %s"
6533
#: bzrlib/hooks.py:316
6399
#: bzrlib/hooks.py:332
6534
6400
#, python-format
6535
6401
msgid "Deprecated in: %s"
6538
#: bzrlib/knit.py:1766 bzrlib/knit.py:1802
6404
#: bzrlib/knit.py:1764 bzrlib/knit.py:1800
6539
6405
msgid "Walking content"
6542
#: bzrlib/knit.py:3330
6408
#: bzrlib/knit.py:3328
6543
6409
msgid "annotating"
6546
#: bzrlib/lock.py:549
6412
#: bzrlib/lock.py:547
6547
6413
msgid "{0!r} was {1} locked again"
6550
#: bzrlib/lockdir.py:321
6416
#: bzrlib/lockdir.py:320
6551
6417
#, python-format
6552
6418
msgid "error removing pending lock: %s"
6555
#: bzrlib/lockdir.py:616
6421
#: bzrlib/lockdir.py:615
6556
6422
msgid "Unable to obtain"
6559
#: bzrlib/lockdir.py:618
6425
#: bzrlib/lockdir.py:617
6560
6426
msgid "Lock owner changed for"
6563
#: bzrlib/lockdir.py:620
6429
#: bzrlib/lockdir.py:619
6564
6430
msgid "{0} lock {1} {2}."
6567
#: bzrlib/lockdir.py:627
6433
#: bzrlib/lockdir.py:626
6568
6434
#, python-format
6569
6435
msgid "Will continue to try until %s, unless you press Ctrl-C."
6572
#: bzrlib/lockdir.py:629
6438
#: bzrlib/lockdir.py:628
6573
6439
msgid "See \"bzr help break-lock\" for more."
6576
#: bzrlib/lockdir.py:739
6442
#: bzrlib/lockdir.py:738
6577
6443
#, python-format
6579
6445
"held by %(user)s on %(hostname)s (process #%(pid)s), acquired %(time_ago)s"
6582
#: bzrlib/log.py:563
6448
#: bzrlib/log.py:572
6583
6449
msgid "--exclude-common-ancestry requires two different revisions"
6586
#: bzrlib/log.py:565
6452
#: bzrlib/log.py:574
6587
6453
#, python-format
6588
6454
msgid "invalid direction %r"
6591
#: bzrlib/log.py:653
6457
#: bzrlib/log.py:621
6458
msgid "Start revision not found in left-hand history of end revision."
6461
#: bzrlib/log.py:667
6592
6462
msgid "Start revision not found in history of end revision."
6595
#: bzrlib/log.py:1071 bzrlib/log.py:1129
6465
#: bzrlib/log.py:1085 bzrlib/log.py:1143
6596
6466
msgid "Logging revision 0 is invalid."
6599
#: bzrlib/log.py:1073 bzrlib/log.py:1131
6469
#: bzrlib/log.py:1087 bzrlib/log.py:1145
6600
6470
msgid "Start revision must be older than the end revision."
6603
#: bzrlib/log.py:1818
6473
#: bzrlib/log.py:1832
6604
6474
#, python-format
6605
6475
msgid "unknown log formatter: %r"
6608
#: bzrlib/log.py:2114
6478
#: bzrlib/log.py:2128
6609
6479
msgid "fixes bug"
6610
6480
msgid_plural "fixes bugs"
6614
#: bzrlib/merge.py:689
6484
#: bzrlib/merge.py:718
6615
6485
msgid "All changes applied successfully."
6618
#: bzrlib/merge.py:691
6488
#: bzrlib/merge.py:720
6619
6489
#, python-format
6620
6490
msgid "%d conflicts encountered."
6623
#: bzrlib/merge.py:845 bzrlib/merge.py:1868
6493
#: bzrlib/merge.py:868 bzrlib/merge.py:1956
6624
6494
msgid "Preparing file merge"
6627
#: bzrlib/multiparent.py:426
6497
#: bzrlib/multiparent.py:424
6628
6498
msgid "Importing revisions"
6631
6501
# help of 'help' option
6632
#: bzrlib/option.py:526
6502
#: bzrlib/option.py:524
6633
6503
msgid "Show help message."
6636
6506
# help of 'quiet' option
6637
#: bzrlib/option.py:528
6507
#: bzrlib/option.py:526
6638
6508
msgid "Only display errors and warnings."
6641
6511
# help of 'usage' option
6642
#: bzrlib/option.py:531
6512
#: bzrlib/option.py:529
6643
6513
msgid "Show usage message and options."
6646
6516
# help of 'verbose' option
6647
#: bzrlib/option.py:533
6517
#: bzrlib/option.py:531
6648
6518
msgid "Display more information."
6651
6521
# help of 'change' option
6652
#: bzrlib/option.py:541
6522
#: bzrlib/option.py:539
6654
6524
"Select changes introduced by the specified revision. See also \"help "
6655
6525
"revisionspec\"."
6658
6528
# help of 'directory' option
6659
#: bzrlib/option.py:543
6529
#: bzrlib/option.py:541
6660
6530
msgid "Branch to operate on, instead of working directory."
6663
6533
# help of 'log-format=long' option
6664
#: bzrlib/option.py:545
6534
#: bzrlib/option.py:543
6665
6535
msgid "Detailed log format."
6668
6538
# help of 'log-format=gnu-changelog' option
6669
#: bzrlib/option.py:545
6539
#: bzrlib/option.py:543
6670
6540
msgid "Format used by GNU ChangeLog files."
6673
6543
# help of 'log-format=line' option
6674
#: bzrlib/option.py:545
6544
#: bzrlib/option.py:543
6675
6545
msgid "Log format with one line per revision."
6678
6548
# help of 'log-format=short' option
6679
#: bzrlib/option.py:545
6549
#: bzrlib/option.py:543
6680
6550
msgid "Moderately short log format."
6683
6553
# help of 'log-format' option
6684
#: bzrlib/option.py:545
6554
#: bzrlib/option.py:543
6685
6555
msgid "Use specified log format."
6688
6558
# title of 'log-format' option
6689
#: bzrlib/option.py:547
6559
#: bzrlib/option.py:545
6690
6560
msgid "Log format"
6693
6563
# help of 'merge-type=lca' option
6694
#: bzrlib/option.py:549
6564
#: bzrlib/option.py:547
6695
6565
msgid "LCA-newness merge."
6698
6568
# help of 'merge-type=diff3' option
6699
#: bzrlib/option.py:549
6569
#: bzrlib/option.py:547
6700
6570
msgid "Merge using external diff3."
6703
6573
# help of 'merge-type=merge3' option
6704
#: bzrlib/option.py:549
6574
#: bzrlib/option.py:547
6705
6575
msgid "Native diff3-style merge."
6708
6578
# help of 'merge-type' option
6709
#: bzrlib/option.py:549
6579
#: bzrlib/option.py:547
6710
6580
msgid "Select a particular merge algorithm."
6713
6583
# help of 'merge-type=weave' option
6714
#: bzrlib/option.py:549
6584
#: bzrlib/option.py:547
6715
6585
msgid "Weave-based merge."
6718
6588
# title of 'merge-type' option
6719
#: bzrlib/option.py:551
6589
#: bzrlib/option.py:549
6720
6590
msgid "Merge algorithm"
6723
6593
# help of 'message' option
6724
#: bzrlib/option.py:554
6594
#: bzrlib/option.py:552
6725
6595
msgid "Message string."
6728
6598
# help of 'null' option
6729
#: bzrlib/option.py:556
6599
#: bzrlib/option.py:554
6730
6600
msgid "Use an ASCII NUL (\\0) separator rather than a newline."
6733
6603
# help of 'overwrite' option
6734
#: bzrlib/option.py:558
6604
#: bzrlib/option.py:556
6735
6605
msgid "Ignore differences between branches and overwrite unconditionally."
6738
6608
# help of 'remember' option
6739
#: bzrlib/option.py:560
6609
#: bzrlib/option.py:558
6740
6610
msgid "Remember the specified location as a default."
6743
6613
# help of 'reprocess' option
6744
#: bzrlib/option.py:562
6614
#: bzrlib/option.py:560
6745
6615
msgid "Reprocess to reduce spurious conflicts."
6748
6618
# help of 'revision' option
6749
#: bzrlib/option.py:566
6619
#: bzrlib/option.py:564
6750
6620
msgid "See \"help revisionspec\" for details."
6753
6623
# help of 'show-ids' option
6754
#: bzrlib/option.py:568
6624
#: bzrlib/option.py:566
6755
6625
msgid "Show internal object ids."
6758
6628
# help of 'timezone' option
6759
#: bzrlib/option.py:571
6629
#: bzrlib/option.py:569
6760
6630
msgid "Display timezone as local, original, or utc."
6763
#: bzrlib/osutils.py:100
6633
#: bzrlib/osutils.py:94
6764
6634
msgid "Parameter {0!r} encoding is unsupported by {1} application locale."
6767
#: bzrlib/osutils.py:220
6637
#: bzrlib/osutils.py:214
6768
6638
msgid "lstat/stat of ({0!r}): {1!r}"
6771
#: bzrlib/osutils.py:1030 bzrlib/osutils.py:1041
6641
#: bzrlib/osutils.py:964 bzrlib/osutils.py:975
6772
6642
#, python-format
6773
6643
msgid "sorry, %r not allowed in path"
6776
#: bzrlib/osutils.py:1259
6646
#: bzrlib/osutils.py:1193
6777
6647
#, python-format
6778
6648
msgid "%r is too short to calculate a relative path"
6781
#: bzrlib/plugin.py:143
6651
#: bzrlib/plugin.py:142
6782
6652
#, python-format
6783
6653
msgid "\"%s\" is not a valid <plugin_name>@<plugin_path> description "
6786
6656
# help of 'plugin' option of 'bash-completion' command
6787
#: bzrlib/plugins/bash_completion/bashcomp.py:411
6657
#: bzrlib/plugins/bash_completion/bashcomp.py:408
6788
6658
msgid "Enable completions for the selected plugin (default: all plugins)"
6791
#: bzrlib/plugins/bash_completion/bashcomp.py:412
6661
#: bzrlib/plugins/bash_completion/bashcomp.py:409
6792
6662
msgid "Generate a shell function for bash command line completion."
6795
#: bzrlib/plugins/bash_completion/bashcomp.py:414
6665
#: bzrlib/plugins/bash_completion/bashcomp.py:411
6797
6667
"This command generates a shell function which can be used by bash to\n"
6798
6668
"automatically complete the currently typed command when the user presses\n"
6799
6669
"the completion key (usually tab)."
6802
#: bzrlib/plugins/bash_completion/bashcomp.py:418
6672
#: bzrlib/plugins/bash_completion/bashcomp.py:415
6804
6674
"Commonly used like this:\n"
6805
6675
" eval \"`bzr bash-completion`\""
6808
6678
# help of 'function-name' option of 'bash-completion' command
6809
#: bzrlib/plugins/bash_completion/bashcomp.py:424
6679
#: bzrlib/plugins/bash_completion/bashcomp.py:421
6810
6680
msgid "Name of the generated function (default: _bzr)"
6813
6683
# help of 'function-only' option of 'bash-completion' command
6814
#: bzrlib/plugins/bash_completion/bashcomp.py:426
6684
#: bzrlib/plugins/bash_completion/bashcomp.py:423
6815
6685
msgid "Generate only the shell function, don't enable it"
6818
#: bzrlib/plugins/grep/cmds.py:77
6819
msgid "Print lines matching PATTERN for specified files and revisions."
6822
#: bzrlib/plugins/grep/cmds.py:79
6824
"This command searches the specified files and revisions for a given\n"
6825
"pattern. The pattern is specified as a Python regular expressions[1]."
6828
#: bzrlib/plugins/grep/cmds.py:82
6830
"If the file name is not specified, the revisions starting with the\n"
6831
"current directory are searched recursively. If the revision number is\n"
6832
"not specified, the working copy is searched. To search the last committed\n"
6833
"revision, use the '-r -1' or '-r last:1' option."
6836
#: bzrlib/plugins/grep/cmds.py:87
6838
"Unversioned files are not searched unless explicitly specified on the\n"
6839
"command line. Unversioned directores are not searched."
6842
#: bzrlib/plugins/grep/cmds.py:90
6844
"When searching a pattern, the output is shown in the 'filepath:string'\n"
6845
"format. If a revision is explicitly searched, the output is shown as\n"
6846
"'filepath~N:string', where N is the revision number."
6849
#: bzrlib/plugins/grep/cmds.py:94
6851
"--include and --exclude options can be used to search only (or exclude\n"
6852
"from search) files with base name matches the specified Unix style GLOB\n"
6853
"pattern. The GLOB pattern an use *, ?, and [...] as wildcards, and \\\n"
6854
"to quote wildcard or backslash character literally. Note that the glob\n"
6855
"pattern is not a regular expression."
6858
#: bzrlib/plugins/grep/cmds.py:100
6859
msgid "[1] http://docs.python.org/library/re.html#regular-expression-syntax"
6862
# help of 'color' option of 'grep' command
6863
#: bzrlib/plugins/grep/cmds.py:109
6864
msgid "Show match in color. WHEN is never, always or auto."
6867
# help of 'diff' option of 'grep' command
6868
#: bzrlib/plugins/grep/cmds.py:111
6869
msgid "Grep for pattern in changeset for each revision."
6872
# help of 'exclude' option of 'grep' command
6873
#: bzrlib/plugins/grep/cmds.py:113
6874
msgid "Skip files whose base name matches GLOB."
6877
# help of 'include' option of 'grep' command
6878
#: bzrlib/plugins/grep/cmds.py:115
6879
msgid "Search only files whose base name matches GLOB."
6882
# help of 'files-with-matches' option of 'grep' command
6883
#: bzrlib/plugins/grep/cmds.py:117
6884
msgid "Print only the name of each input file in which PATTERN is found."
6887
# help of 'files-without-match' option of 'grep' command
6888
#: bzrlib/plugins/grep/cmds.py:120
6889
msgid "Print only the name of each input file in which PATTERN is not found."
6892
# help of 'fixed-string' option of 'grep' command
6893
#: bzrlib/plugins/grep/cmds.py:123
6894
msgid "Interpret PATTERN is a single fixed string (not regex)."
6897
# help of 'from-root' option of 'grep' command
6898
#: bzrlib/plugins/grep/cmds.py:125
6900
"Search for pattern starting from the root of the branch. (implies --"
6904
# help of 'ignore-case' option of 'grep' command
6905
#: bzrlib/plugins/grep/cmds.py:128
6906
msgid "ignore case distinctions while matching."
6909
# help of 'levels' option of 'grep' command
6910
#: bzrlib/plugins/grep/cmds.py:130
6912
"Number of levels to display - 0 for all, 1 for collapsed (1 is default)."
6915
# help of 'line-number' option of 'grep' command
6916
#: bzrlib/plugins/grep/cmds.py:135
6917
msgid "show 1-based line number."
6920
# help of 'no-recursive' option of 'grep' command
6921
#: bzrlib/plugins/grep/cmds.py:137
6922
msgid "Don't recurse into subdirectories. (default is --recursive)"
6925
# help of 'null' option of 'grep' command
6926
#: bzrlib/plugins/grep/cmds.py:139
6928
"Write an ASCII NUL (\\0) separator between output lines rather than a "
6932
#: bzrlib/plugins/launchpad/account.py:66
6933
msgid "Setting ssh/sftp usernames for launchpad.net."
6936
#: bzrlib/plugins/launchpad/cmds.py:43
6688
#: bzrlib/plugins/launchpad/__init__.py:79
6937
6689
msgid "Register a branch with launchpad.net."
6940
#: bzrlib/plugins/launchpad/cmds.py:45
6692
#: bzrlib/plugins/launchpad/__init__.py:81
6942
6694
"This command lists a bzr branch in the directory of branches on\n"
6943
6695
"launchpad.net. Registration allows the branch to be associated with\n"
6944
6696
"bugs or specifications."
6947
#: bzrlib/plugins/launchpad/cmds.py:49
6699
#: bzrlib/plugins/launchpad/__init__.py:85
6949
6701
"Before using this command you must register the project to which the\n"
6950
6702
"branch belongs, and create an account for yourself on launchpad.net."
6953
#: bzrlib/plugins/launchpad/cmds.py:52
6705
#: bzrlib/plugins/launchpad/__init__.py:88
6956
6708
" public_url: The publicly visible url for the branch to register.\n"
6972
6724
# help of 'project' option of 'register-branch' command
6973
#: bzrlib/plugins/launchpad/cmds.py:68
6725
#: bzrlib/plugins/launchpad/__init__.py:104
6974
6726
msgid "Launchpad project short name to associate with the branch."
6977
6729
# help of 'branch-name' option of 'register-branch' command
6978
#: bzrlib/plugins/launchpad/cmds.py:75
6730
#: bzrlib/plugins/launchpad/__init__.py:111
6980
6732
"Short name for the branch; by default taken from the last component of the "
6984
6736
# help of 'branch-title' option of 'register-branch' command
6985
#: bzrlib/plugins/launchpad/cmds.py:79
6737
#: bzrlib/plugins/launchpad/__init__.py:115
6986
6738
msgid "One-sentence description of the branch."
6989
6741
# help of 'branch-description' option of 'register-branch' command
6990
#: bzrlib/plugins/launchpad/cmds.py:82
6742
#: bzrlib/plugins/launchpad/__init__.py:118
6991
6743
msgid "Longer description of the purpose or contents of the branch."
6994
6746
# help of 'author' option of 'register-branch' command
6995
#: bzrlib/plugins/launchpad/cmds.py:85
6747
#: bzrlib/plugins/launchpad/__init__.py:121
6996
6748
msgid "Branch author's email address, if not yourself."
6999
6751
# help of 'link-bug' option of 'register-branch' command
7000
#: bzrlib/plugins/launchpad/cmds.py:88
6752
#: bzrlib/plugins/launchpad/__init__.py:124
7001
6753
msgid "The bug this branch fixes."
7004
6756
# help of 'dry-run' option of 'register-branch' command
7005
#: bzrlib/plugins/launchpad/cmds.py:91
6757
#: bzrlib/plugins/launchpad/__init__.py:127
7006
6758
msgid "Prepare the request but don't actually send it."
7009
#: bzrlib/plugins/launchpad/cmds.py:113
6761
#: bzrlib/plugins/launchpad/__init__.py:149
7011
6763
"register-branch requires a public branch url - see bzr help register-branch."
7014
#: bzrlib/plugins/launchpad/cmds.py:121
6766
#: bzrlib/plugins/launchpad/__init__.py:157
7015
6767
msgid "--product is deprecated; please use --project."
7018
#: bzrlib/plugins/launchpad/cmds.py:151
6770
#: bzrlib/plugins/launchpad/__init__.py:189
7019
6771
msgid "Open a Launchpad branch page in your web browser."
7022
6774
# help of 'dry-run' option of 'launchpad-open' command
7023
#: bzrlib/plugins/launchpad/cmds.py:156
6775
#: bzrlib/plugins/launchpad/__init__.py:194
7024
6776
msgid "Do not actually open the browser. Just say the URL we would use."
7027
#: bzrlib/plugins/launchpad/cmds.py:191
6779
#: bzrlib/plugins/launchpad/__init__.py:229
7028
6780
#, python-format
7029
6781
msgid "Opening %s in web browser"
7032
#: bzrlib/plugins/launchpad/cmds.py:199
6784
#: bzrlib/plugins/launchpad/__init__.py:239
7033
6785
msgid "Show or set the Launchpad user ID."
7036
#: bzrlib/plugins/launchpad/cmds.py:201
6788
#: bzrlib/plugins/launchpad/__init__.py:241
7038
6790
"When communicating with Launchpad, some commands need to know your\n"
7039
6791
"Launchpad user ID. This command can be used to set or show the\n"
7040
6792
"user ID that Bazaar will use for such communication."
7043
#: bzrlib/plugins/launchpad/cmds.py:205
6795
#: bzrlib/plugins/launchpad/__init__.py:245
7046
6798
" Show the Launchpad ID of the current user::"
7049
#: bzrlib/plugins/launchpad/cmds.py:208
6801
#: bzrlib/plugins/launchpad/__init__.py:248
7050
6802
msgid " bzr launchpad-login"
7053
#: bzrlib/plugins/launchpad/cmds.py:210
6805
#: bzrlib/plugins/launchpad/__init__.py:250
7054
6806
msgid " Set the Launchpad ID of the current user to 'bob'::"
7057
#: bzrlib/plugins/launchpad/cmds.py:212
6809
#: bzrlib/plugins/launchpad/__init__.py:252
7058
6810
msgid " bzr launchpad-login bob"
7061
6813
# help of 'no-check' option of 'launchpad-login' command
7062
#: bzrlib/plugins/launchpad/cmds.py:219
6814
#: bzrlib/plugins/launchpad/__init__.py:259
7063
6815
msgid "Don't check that the user name is valid."
7066
#: bzrlib/plugins/launchpad/cmds.py:234 bzrlib/plugins/launchpad/cmds.py:245
6818
#: bzrlib/plugins/launchpad/__init__.py:274
6819
#: bzrlib/plugins/launchpad/__init__.py:285
7067
6820
msgid "Launchpad user ID exists and has SSH keys.\n"
7070
#: bzrlib/plugins/launchpad/cmds.py:237
6823
#: bzrlib/plugins/launchpad/__init__.py:277
7071
6824
msgid "No Launchpad user ID configured.\n"
7074
#: bzrlib/plugins/launchpad/cmds.py:248
6827
#: bzrlib/plugins/launchpad/__init__.py:288
7075
6828
#, python-format
7076
6829
msgid "Launchpad user ID set to '%s'.\n"
7079
#: bzrlib/plugins/launchpad/cmds.py:254
6832
#: bzrlib/plugins/launchpad/__init__.py:296
7080
6833
msgid "Ask Launchpad to mirror a branch now."
7083
#: bzrlib/plugins/launchpad/cmds.py:271
6836
#: bzrlib/plugins/launchpad/__init__.py:316
7084
6837
msgid "Propose merging a branch on Launchpad."
7087
#: bzrlib/plugins/launchpad/cmds.py:273
6840
#: bzrlib/plugins/launchpad/__init__.py:318
7089
6842
"This will open your usual editor to provide the initial comment. When it\n"
7090
6843
"has created the proposal, it will open it in your default web browser."
7093
#: bzrlib/plugins/launchpad/cmds.py:276
6846
#: bzrlib/plugins/launchpad/__init__.py:321
7095
6848
"The branch will be proposed to merge into SUBMIT_BRANCH. If SUBMIT_BRANCH\n"
7096
6849
"is not supplied, the remembered submit branch will be used. If no submit\n"
7097
6850
"branch is remembered, the development focus will be used."
7100
#: bzrlib/plugins/launchpad/cmds.py:280
6853
#: bzrlib/plugins/launchpad/__init__.py:325
7102
6855
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
7103
6856
"the merge proposal. This can be overriden by specifying --review (-R).\n"
7105
6858
"may optionally be followed by '=' and the review type. For example:"
7108
#: bzrlib/plugins/launchpad/cmds.py:285
6861
#: bzrlib/plugins/launchpad/__init__.py:330
7109
6862
msgid " bzr lp-propose-merge --review jrandom --review review-team=qa"
7112
#: bzrlib/plugins/launchpad/cmds.py:287
6865
#: bzrlib/plugins/launchpad/__init__.py:332
7114
6867
"This will propose a merge, request \"jrandom\" to perform a review of\n"
7115
6868
"unspecified type, and request \"review-team\" to perform a \"qa\" review."
7118
6871
# help of 'staging' option of 'lp-propose-merge' command
7119
#: bzrlib/plugins/launchpad/cmds.py:292
6872
#: bzrlib/plugins/launchpad/__init__.py:337
7120
6873
msgid "Propose the merge on staging."
7123
6876
# help of 'message' option of 'lp-propose-merge' command
7124
#: bzrlib/plugins/launchpad/cmds.py:294
6877
#: bzrlib/plugins/launchpad/__init__.py:339
7125
6878
msgid "Commit message."
7128
6881
# help of 'approve' option of 'lp-propose-merge' command
7129
#: bzrlib/plugins/launchpad/cmds.py:296
7131
"Mark the proposal as approved immediately, setting the approved revision to "
7135
# help of 'fixes' option of 'lp-propose-merge' command
7136
#: bzrlib/plugins/launchpad/cmds.py:298
7137
msgid "The bug this proposal fixes."
6882
#: bzrlib/plugins/launchpad/__init__.py:341
6883
msgid "Mark the proposal as approved immediately."
7140
6886
# help of 'review' option of 'lp-propose-merge' command
7141
#: bzrlib/plugins/launchpad/cmds.py:300
6887
#: bzrlib/plugins/launchpad/__init__.py:343
7142
6888
msgid "Requested reviewer and optional type."
7145
#: bzrlib/plugins/launchpad/cmds.py:335
6891
#: bzrlib/plugins/launchpad/__init__.py:380
7146
6892
msgid "Find the proposal to merge this revision."
7149
#: bzrlib/plugins/launchpad/cmds.py:337
6895
#: bzrlib/plugins/launchpad/__init__.py:382
7151
6897
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
7152
"This works only if the if the merged_revno was recorded for the merge\n"
7153
"proposal. The proposal(s) are opened in a web browser."
6898
"This works only if the selected branch was the merge proposal target, and\n"
6899
"if the merged_revno is recorded for the merge proposal. The proposal(s)\n"
6900
"are opened in a web browser."
7156
#: bzrlib/plugins/launchpad/cmds.py:341
6903
#: bzrlib/plugins/launchpad/__init__.py:387
7158
"Only the revision specified is searched for. To find the mainline\n"
7159
"revision that merged it into mainline, use the \"mainline\" revision spec."
6905
"Any revision involved in the merge may be specified-- the revision in\n"
6906
"which the merge was performed, or one of the revisions that was merged."
7162
#: bzrlib/plugins/launchpad/cmds.py:344
6909
#: bzrlib/plugins/launchpad/__init__.py:390
7163
6910
msgid "So, to find the merge proposal that reviewed line 1 of README::"
7166
#: bzrlib/plugins/launchpad/cmds.py:346
7167
msgid " bzr lp-find-proposal -r mainline:annotate:README:1"
6913
#: bzrlib/plugins/launchpad/__init__.py:392
6914
msgid " bzr lp-find-proposal -r annotate:README:1"
7170
#: bzrlib/plugins/launchpad/cmds.py:365
6917
#: bzrlib/plugins/launchpad/__init__.py:407
7171
6918
msgid "No review found."
7174
#: bzrlib/plugins/launchpad/cmds.py:366
6921
#: bzrlib/plugins/launchpad/__init__.py:408
7175
6922
#, python-format
7176
6923
msgid "%d proposals(s) found."
7179
#: bzrlib/plugins/launchpad/cmds.py:378
6926
#: bzrlib/plugins/launchpad/__init__.py:418
6927
msgid "Finding revision-id"
6930
#: bzrlib/plugins/launchpad/__init__.py:425
6931
msgid "Finding merge"
6934
#: bzrlib/plugins/launchpad/__init__.py:430
6935
msgid "Finding revno"
6938
#: bzrlib/plugins/launchpad/__init__.py:435
6939
msgid "Finding Launchpad branch"
6942
#: bzrlib/plugins/launchpad/__init__.py:438
7180
6943
msgid "Finding proposals"
7183
#: bzrlib/plugins/launchpad/lp_api.py:228
7184
#: bzrlib/plugins/launchpad/lp_api.py:233
6946
#: bzrlib/plugins/launchpad/account.py:64
6947
msgid "Setting ssh/sftp usernames for launchpad.net."
6950
#: bzrlib/plugins/launchpad/lp_api.py:239
6951
#: bzrlib/plugins/launchpad/lp_api.py:244
7185
6952
#, python-format
7186
6953
msgid "%s is not registered on Launchpad"
7189
#: bzrlib/plugins/launchpad/lp_api.py:243
6956
#: bzrlib/plugins/launchpad/lp_api.py:254
7190
6957
#, python-format
7191
6958
msgid "%s has no development focus."
7194
#: bzrlib/plugins/launchpad/lp_api.py:248
6961
#: bzrlib/plugins/launchpad/lp_api.py:259
7195
6962
#, python-format
7196
6963
msgid "development focus %s has no branch."
7199
#: bzrlib/plugins/launchpad/lp_api.py:253
6966
#: bzrlib/plugins/launchpad/lp_api.py:264
7200
6967
#, python-format
7201
6968
msgid "source package %s has no branch."
7204
#: bzrlib/plugins/launchpad/lp_api.py:257
6971
#: bzrlib/plugins/launchpad/lp_api.py:268
7205
6972
#, python-format
7206
6973
msgid "%s has no associated product or source package."
7209
#: bzrlib/plugins/launchpad/lp_api.py:269
6976
#: bzrlib/plugins/launchpad/lp_api.py:280
7210
6977
#, python-format
7211
6978
msgid "%s is already up-to-date."
7214
#: bzrlib/plugins/launchpad/lp_api.py:276
6981
#: bzrlib/plugins/launchpad/lp_api.py:287
7215
6982
#, python-format
7216
6983
msgid "Pushing to %s"
7219
#: bzrlib/plugins/launchpad/lp_directory.py:170
6986
#: bzrlib/plugins/launchpad/lp_directory.py:169
7221
6988
"resolution for {0}\n"
7222
6989
" local: {1}\n"
7226
#: bzrlib/plugins/launchpad/lp_propose.py:159
6993
#: bzrlib/plugins/launchpad/lp_propose.py:147
7227
6994
#, python-format
7228
6995
msgid "There is already a branch merge proposal: %s"
7231
#: bzrlib/plugins/weave_fmt/bzrdir.py:237
6998
#: bzrlib/plugins/weave_fmt/bzrdir.py:226
7232
6999
msgid "pb parameter to convert() is deprecated"
7235
#: bzrlib/plugins/weave_fmt/bzrdir.py:240
7002
#: bzrlib/plugins/weave_fmt/bzrdir.py:229
7236
7003
msgid "starting upgrade from format 4 to 5"
7239
#: bzrlib/plugins/weave_fmt/bzrdir.py:250
7006
#: bzrlib/plugins/weave_fmt/bzrdir.py:239
7240
7007
msgid "note: upgrade may be faster if all store files are ungzipped first"
7243
#: bzrlib/plugins/weave_fmt/bzrdir.py:279
7010
#: bzrlib/plugins/weave_fmt/bzrdir.py:268
7244
7011
msgid "converting revision"
7247
#: bzrlib/plugins/weave_fmt/bzrdir.py:284
7014
#: bzrlib/plugins/weave_fmt/bzrdir.py:273
7248
7015
msgid "upgraded to weaves:"
7251
#: bzrlib/plugins/weave_fmt/bzrdir.py:285
7018
#: bzrlib/plugins/weave_fmt/bzrdir.py:274
7252
7019
#, python-format
7253
7020
msgid "%6d revisions and inventories"
7256
#: bzrlib/plugins/weave_fmt/bzrdir.py:287
7023
#: bzrlib/plugins/weave_fmt/bzrdir.py:276
7257
7024
#, python-format
7258
7025
msgid "%6d revisions not present"
7261
#: bzrlib/plugins/weave_fmt/bzrdir.py:289
7028
#: bzrlib/plugins/weave_fmt/bzrdir.py:278
7262
7029
#, python-format
7263
7030
msgid "%6d texts"
7266
#: bzrlib/plugins/weave_fmt/bzrdir.py:325
7033
#: bzrlib/plugins/weave_fmt/bzrdir.py:314
7267
7034
msgid "writing weave"
7270
#: bzrlib/plugins/weave_fmt/bzrdir.py:329
7271
#: bzrlib/plugins/weave_fmt/bzrdir.py:331
7037
#: bzrlib/plugins/weave_fmt/bzrdir.py:318
7038
#: bzrlib/plugins/weave_fmt/bzrdir.py:320
7272
7039
msgid "inventory"
7275
#: bzrlib/plugins/weave_fmt/bzrdir.py:348
7042
#: bzrlib/plugins/weave_fmt/bzrdir.py:337
7276
7043
msgid "write revision"
7279
#: bzrlib/plugins/weave_fmt/bzrdir.py:362
7046
#: bzrlib/plugins/weave_fmt/bzrdir.py:351
7280
7047
msgid "loading revision"
7283
#: bzrlib/plugins/weave_fmt/bzrdir.py:367
7050
#: bzrlib/plugins/weave_fmt/bzrdir.py:356
7284
7051
#, python-format
7285
7052
msgid "revision {%s} not present in branch; will be converted as a ghost"
7288
#: bzrlib/plugins/weave_fmt/bzrdir.py:507
7055
#: bzrlib/plugins/weave_fmt/bzrdir.py:496
7289
7056
msgid "starting upgrade from format 5 to 6"
7292
#: bzrlib/plugins/weave_fmt/bzrdir.py:517
7059
#: bzrlib/plugins/weave_fmt/bzrdir.py:506
7293
7060
#, python-format
7294
7061
msgid "adding prefixes to %s"
7297
#: bzrlib/plugins/weave_fmt/bzrdir.py:557
7064
#: bzrlib/plugins/weave_fmt/bzrdir.py:546
7298
7065
msgid "starting upgrade from format 6 to metadir"
7301
#: bzrlib/plugins/weave_fmt/bzrdir.py:565
7068
#: bzrlib/plugins/weave_fmt/bzrdir.py:554
7302
7069
msgid "Removing ancestry.weave"
7305
#: bzrlib/plugins/weave_fmt/bzrdir.py:570
7072
#: bzrlib/plugins/weave_fmt/bzrdir.py:559
7306
7073
msgid "Finding branch files"
7309
#: bzrlib/plugins/weave_fmt/bzrdir.py:580
7076
#: bzrlib/plugins/weave_fmt/bzrdir.py:569
7310
7077
msgid "Upgrading repository"
7313
#: bzrlib/plugins/weave_fmt/bzrdir.py:590
7080
#: bzrlib/plugins/weave_fmt/bzrdir.py:579
7314
7081
msgid "Upgrading branch"
7317
#: bzrlib/plugins/weave_fmt/bzrdir.py:613
7084
#: bzrlib/plugins/weave_fmt/bzrdir.py:602
7318
7085
msgid "No working tree."
7321
#: bzrlib/plugins/weave_fmt/bzrdir.py:620
7088
#: bzrlib/plugins/weave_fmt/bzrdir.py:609
7322
7089
msgid "Upgrading working tree"
7092
#: bzrlib/plugins/weave_fmt/bzrdir.py:630
7094
msgid "Make %s lock"
7325
7097
#: bzrlib/plugins/weave_fmt/bzrdir.py:641
7326
7098
#, python-format
7327
msgid "Make %s lock"
7330
#: bzrlib/plugins/weave_fmt/bzrdir.py:652
7332
7099
msgid "Moving %s"
7335
#: bzrlib/push.py:56
7102
#: bzrlib/push.py:54
7336
7103
msgid "Created new branch."
7339
#: bzrlib/push.py:97
7106
#: bzrlib/push.py:96
7340
7107
#, python-format
7342
7109
"Target directory %s already contains a .bzr directory, but it is not valid."
7345
#: bzrlib/push.py:101
7112
#: bzrlib/push.py:99
7346
7113
#, python-format
7348
7115
"Target directory %s already exists, but does not have a .bzr directory. "
7349
7116
"Supply --use-existing-dir to push there anyway."
7352
#: bzrlib/push.py:122
7119
#: bzrlib/push.py:120
7353
7120
#, python-format
7354
7121
msgid "Too many redirections trying to make %s."
7357
#: bzrlib/push.py:148
7124
#: bzrlib/push.py:145
7359
7126
"These branches have diverged. See \"bzr help diverged-branches\" for more "
7363
#: bzrlib/push.py:152
7130
#: bzrlib/push.py:149
7364
7131
#, python-format
7366
7133
"It is not possible to losslessly push to %s. You may want to use dpush "
7370
#: bzrlib/push.py:158
7137
#: bzrlib/push.py:155
7371
7138
#, python-format
7373
7140
"At %s you have a valid .bzr control directory, but not a branch or "
7375
7142
"directory out of the way and try again."
7378
#: bzrlib/reconcile.py:97
7145
#: bzrlib/reconcile.py:96
7379
7146
#, python-format
7380
7147
msgid "Reconciling branch %s"
7383
#: bzrlib/reconcile.py:103
7150
#: bzrlib/reconcile.py:102
7384
7151
#, python-format
7385
7152
msgid "Reconciling repository %s"
7388
#: bzrlib/reconcile.py:105
7155
#: bzrlib/reconcile.py:104
7389
7156
msgid "Reconciling repository"
7392
#: bzrlib/reconcile.py:111
7159
#: bzrlib/reconcile.py:110
7393
7160
#, python-format
7394
7161
msgid "%s cannot canonicalize CHKs."
7397
#: bzrlib/reconcile.py:119
7164
#: bzrlib/reconcile.py:118
7398
7165
msgid "Reconcile aborted: revision index has inconsistent parents."
7401
#: bzrlib/reconcile.py:121
7168
#: bzrlib/reconcile.py:120
7402
7169
msgid "Run \"bzr check\" for more details."
7405
#: bzrlib/reconcile.py:123
7172
#: bzrlib/reconcile.py:122
7406
7173
msgid "Reconciliation complete."
7409
#: bzrlib/reconcile.py:166
7176
#: bzrlib/reconcile.py:165
7410
7177
msgid "Fixing last revision info {0} => {1}"
7413
#: bzrlib/reconcile.py:173
7180
#: bzrlib/reconcile.py:172
7414
7181
msgid "revision_history ok."
7417
#: bzrlib/reconcile.py:234
7184
#: bzrlib/reconcile.py:233
7418
7185
msgid "Reading inventory data"
7421
#: bzrlib/reconcile.py:254 bzrlib/reconcile.py:384
7188
#: bzrlib/reconcile.py:253 bzrlib/reconcile.py:383
7422
7189
msgid "Inventory ok."
7425
#: bzrlib/reconcile.py:256 bzrlib/reconcile.py:386
7192
#: bzrlib/reconcile.py:255 bzrlib/reconcile.py:385
7426
7193
msgid "Backing up inventory"
7429
#: bzrlib/reconcile.py:258
7196
#: bzrlib/reconcile.py:257
7430
7197
msgid "Backup inventory created."
7433
#: bzrlib/reconcile.py:274 bzrlib/reconcile.py:405
7200
#: bzrlib/reconcile.py:273 bzrlib/reconcile.py:404
7434
7201
msgid "Writing weave"
7437
#: bzrlib/reconcile.py:277 bzrlib/reconcile.py:408
7204
#: bzrlib/reconcile.py:276 bzrlib/reconcile.py:407
7438
7205
msgid "Inventory regenerated."
7441
#: bzrlib/reconcile.py:371 bzrlib/reconcile.py:373 bzrlib/reconcile.py:376
7208
#: bzrlib/reconcile.py:370 bzrlib/reconcile.py:372 bzrlib/reconcile.py:375
7442
7209
msgid "Reading indexes"
7445
#: bzrlib/reconcile.py:380 bzrlib/reconcile.py:382
7212
#: bzrlib/reconcile.py:379 bzrlib/reconcile.py:381
7446
7213
msgid "Checking unused inventories"
7449
#: bzrlib/reconcile.py:388
7216
#: bzrlib/reconcile.py:387
7450
7217
msgid "Backup Inventory created"
7453
#: bzrlib/reconcile.py:446
7220
#: bzrlib/reconcile.py:445
7454
7221
msgid "Fixing text parents"
7457
#: bzrlib/reconfigure.py:54
7224
#: bzrlib/reconfigure.py:52
7458
7225
msgid "{0} is now stacked on {1}\n"
7461
#: bzrlib/reconfigure.py:69
7228
#: bzrlib/reconfigure.py:67
7462
7229
#, python-format
7463
7230
msgid "%s is now not stacked\n"
7466
#: bzrlib/remote.py:1228 bzrlib/repository.py:289
7233
#: bzrlib/remote.py:1134 bzrlib/repository.py:287
7467
7234
#, python-format
7468
7235
msgid "bzr: ERROR (ignored): %s"
7471
#: bzrlib/remote.py:2534
7238
#: bzrlib/remote.py:2217
7472
7239
msgid "Copying repository content as tarball..."
7475
#: bzrlib/rename_map.py:69
7242
#: bzrlib/rename_map.py:68
7476
7243
msgid "Calculating hashes"
7479
#: bzrlib/rename_map.py:107
7246
#: bzrlib/rename_map.py:106
7480
7247
msgid "Determining hash hits"
7483
#: bzrlib/rename_map.py:242
7250
#: bzrlib/rename_map.py:241
7484
7251
msgid "{0} => {1}"
7487
#: bzrlib/repository.py:1738
7254
#: bzrlib/repository.py:1781
7488
7255
msgid "Moving repository to repository.backup"
7491
#: bzrlib/repository.py:1745
7258
#: bzrlib/repository.py:1788
7492
7259
msgid "Creating new repository"
7495
#: bzrlib/repository.py:1750
7262
#: bzrlib/repository.py:1793
7496
7263
msgid "Copying content"
7499
#: bzrlib/repository.py:1754
7266
#: bzrlib/repository.py:1797
7500
7267
msgid "Deleting old repository content"
7503
#: bzrlib/repository.py:1756
7270
#: bzrlib/repository.py:1799
7504
7271
msgid "repository converted"
7507
#: bzrlib/revisionspec.py:903
7274
#: bzrlib/revisionspec.py:904
7508
7275
msgid "Using {0} {1}"
7511
#: bzrlib/send.py:59
7278
#: bzrlib/send.py:57
7512
7279
#, python-format
7513
7280
msgid "Mail client \"%s\" does not support specifying body"
7516
#: bzrlib/send.py:63
7283
#: bzrlib/send.py:61
7517
7284
msgid "--remember requires a branch to be specified."
7287
#: bzrlib/send.py:75
7288
msgid "No submit branch known or specified"
7520
7291
#: bzrlib/send.py:78
7521
msgid "No submit branch known or specified"
7524
#: bzrlib/send.py:81
7525
7292
msgid "Using saved {0} location \"{1}\" to determine what changes to submit."
7528
#: bzrlib/send.py:99
7295
#: bzrlib/send.py:95
7529
7296
#, python-format
7530
7297
msgid "No such send format '%s'."
7533
#: bzrlib/send.py:115
7300
#: bzrlib/send.py:112
7534
7301
msgid "bzr send takes at most two one revision identifiers"
7537
#: bzrlib/send.py:128
7304
#: bzrlib/send.py:125
7538
7305
msgid "No revisions to submit."
7541
#: bzrlib/send.py:140
7308
#: bzrlib/send.py:136
7543
7310
"- not supported for merge directives that use more than one output file."
7546
#: bzrlib/send.py:186
7313
#: bzrlib/send.py:178
7547
7314
msgid "Format 0.9 does not permit bundle with no patch"
7317
#: bzrlib/shelf_ui.py:45
7319
msgid "Shelve adding file \"%(path)s\"?"
7550
7322
#: bzrlib/shelf_ui.py:46
7552
msgid "Shelve adding file \"%(path)s\"?"
7323
msgid "Shelve binary changes?"
7555
7326
#: bzrlib/shelf_ui.py:47
7556
msgid "Shelve binary changes?"
7559
#: bzrlib/shelf_ui.py:48
7560
7327
msgid "Shelve changing \"%s\" from %(other)s to %(this)s?"
7330
#: bzrlib/shelf_ui.py:49
7332
msgid "Shelve removing file \"%(path)s\"?"
7563
7335
#: bzrlib/shelf_ui.py:50
7564
7336
#, python-format
7565
msgid "Shelve removing file \"%(path)s\"?"
7337
msgid "Shelve %d change(s)?"
7568
7340
#: bzrlib/shelf_ui.py:51
7570
msgid "Shelve %d change(s)?"
7573
7344
#: bzrlib/shelf_ui.py:52
7577
#: bzrlib/shelf_ui.py:53
7578
7345
#, python-format
7580
7347
"Shelve changing target of \"%(path)s\" from \"%(other)s\" to \"%(this)s\"?"
7583
#: bzrlib/shelf_ui.py:55
7350
#: bzrlib/shelf_ui.py:54
7584
7351
#, python-format
7585
7352
msgid "Shelve renaming \"%(other)s\" => \"%(this)s\"?"
7588
#: bzrlib/shelf_ui.py:70
7355
#: bzrlib/shelf_ui.py:69
7589
7356
#, python-format
7590
7357
msgid "Changes shelved with id \"%d\"."
7593
#: bzrlib/shelf_ui.py:74
7360
#: bzrlib/shelf_ui.py:73
7594
7361
msgid "Selected changes destroyed."
7597
#: bzrlib/shelf_ui.py:78
7364
#: bzrlib/shelf_ui.py:77
7598
7365
msgid "Selected changes:"
7368
#: bzrlib/shelf_ui.py:97
7370
msgid "Delete file \"%(path)s\"?"
7601
7373
#: bzrlib/shelf_ui.py:98
7603
msgid "Delete file \"%(path)s\"?"
7374
msgid "Apply binary changes?"
7606
7377
#: bzrlib/shelf_ui.py:99
7607
msgid "Apply binary changes?"
7610
#: bzrlib/shelf_ui.py:100
7611
7378
#, python-format
7612
7379
msgid "Change \"%(path)s\" from %(this)s to %(other)s?"
7382
#: bzrlib/shelf_ui.py:101
7384
msgid "Add file \"%(path)s\"?"
7615
7387
#: bzrlib/shelf_ui.py:102
7616
7388
#, python-format
7617
msgid "Add file \"%(path)s\"?"
7389
msgid "Apply %d change(s)?"
7620
7392
#: bzrlib/shelf_ui.py:103
7622
msgid "Apply %d change(s)?"
7393
msgid "Apply change?"
7625
7396
#: bzrlib/shelf_ui.py:104
7626
msgid "Apply change?"
7629
#: bzrlib/shelf_ui.py:105
7630
7397
#, python-format
7631
7398
msgid "Change target of \"%(path)s\" from \"%(this)s\" to \"%(other)s\"?"
7634
#: bzrlib/shelf_ui.py:107
7401
#: bzrlib/shelf_ui.py:106
7635
7402
#, python-format
7636
7403
msgid "Rename \"%(this)s\" => \"%(other)s\"?"
7639
#: bzrlib/shelf_ui.py:402
7406
#: bzrlib/shelf_ui.py:401
7640
7407
msgid "No changes are shelved."
7643
#: bzrlib/shelf_ui.py:460
7410
#: bzrlib/shelf_ui.py:459
7644
7411
#, python-format
7645
7412
msgid "Using changes with id \"%d\"."
7648
#: bzrlib/shelf_ui.py:464
7415
#: bzrlib/shelf_ui.py:463
7649
7416
#, python-format
7650
7417
msgid "Message: %s"
7653
#: bzrlib/shelf_ui.py:476
7420
#: bzrlib/shelf_ui.py:475
7654
7421
#, python-format
7655
7422
msgid "Deleted changes with id \"%d\"."
7658
#: bzrlib/smart/medium.py:714
7425
#: bzrlib/smart/medium.py:712
7659
7426
msgid "HPSS calls: {0} ({1} vfs) {2}"
7662
#: bzrlib/smart/ping.py:32
7663
msgid "Pings a Bazaar smart server."
7666
#: bzrlib/smart/ping.py:34
7668
"This command sends a 'hello' request to the given location using the bzr\n"
7669
"smart protocol, and reports the response."
7672
#: bzrlib/smart/server.py:169
7429
#: bzrlib/smart/server.py:167
7673
7430
msgid "Requested to stop gracefully"
7676
#: bzrlib/smart/server.py:179
7433
#: bzrlib/smart/server.py:177
7677
7434
#, python-format
7678
7435
msgid "Waiting for %d client(s) to finish"
7681
#: bzrlib/smart/server.py:185
7438
#: bzrlib/smart/server.py:183
7682
7439
#, python-format
7683
7440
msgid "Still waiting for %d client(s) to finish"
7686
#: bzrlib/smart/server.py:219
7443
#: bzrlib/smart/server.py:217
7687
7444
#, python-format
7688
7445
msgid "listening socket error: %s"
7691
#: bzrlib/smart/server.py:452
7448
#: bzrlib/smart/server.py:450
7692
7449
#, python-format
7693
7450
msgid "listening on port: %s"
7696
#: bzrlib/switch.py:84
7453
#: bzrlib/switch.py:67
7697
7454
msgid "Pending merges must be committed or reverted before using switch."
7700
#: bzrlib/switch.py:111
7457
#: bzrlib/switch.py:94
7702
7459
"Cannot switch as local commits found in the checkout. Commit these to the "
7703
7460
"bound branch or use --force to throw them away."
7706
#: bzrlib/switch.py:116
7463
#: bzrlib/switch.py:99
7707
7464
#, python-format
7709
7466
"Unable to connect to current master branch %(target)s: %(error)s To switch "
7710
7467
"anyway, use --force."
7713
#: bzrlib/switch.py:140
7470
#: bzrlib/switch.py:108
7714
7471
msgid "Cannot switch a branch, only a checkout."
7717
#: bzrlib/switch.py:183
7474
#: bzrlib/switch.py:144
7718
7475
#, python-format
7719
7476
msgid "Tree is up to date at revision %d."
7722
#: bzrlib/switch.py:190
7479
#: bzrlib/switch.py:150
7723
7480
#, python-format
7724
7481
msgid "Updated to revision %d."
12436
12126
"set of command names."
12439
#: en/help_topics/hooks.txt:201
12445
#: en/help_topics/hooks.txt:204 en/help_topics/hooks.txt:211
12446
msgid "Introduced in: 2.6"
12449
#: en/help_topics/hooks.txt:206
12450
msgid "Called after executing a command. Called with the command object."
12453
#: en/help_topics/hooks.txt:208
12459
#: en/help_topics/hooks.txt:213
12460
msgid "Called prior to executing a command. Called with the command object."
12129
#: en/help_topics/hooks.txt:212
12463
12135
#: en/help_topics/hooks.txt:215
12469
12141
#: en/help_topics/hooks.txt:218
12475
#: en/help_topics/hooks.txt:221 en/help_topics/hooks.txt:229
12476
#: en/help_topics/hooks.txt:236 en/help_topics/hooks.txt:244
12477
#: en/help_topics/hooks.txt:251 en/help_topics/hooks.txt:373
12478
#: en/help_topics/hooks.txt:446
12479
12142
msgid "Introduced in: 2.4"
12145
#: en/help_topics/hooks.txt:220
12147
"Invoked when a config option is read. The signature is (stack, name,\n"
12482
12151
#: en/help_topics/hooks.txt:223
12484
"Invoked when a config option is read. The signature is (stack, name,\n"
12488
#: en/help_topics/hooks.txt:226
12494
#: en/help_topics/hooks.txt:231
12157
#: en/help_topics/hooks.txt:228
12495
12158
msgid "Invoked when a config store is loaded. The signature is (store)."
12498
#: en/help_topics/hooks.txt:233
12161
#: en/help_topics/hooks.txt:230
12504
#: en/help_topics/hooks.txt:238
12167
#: en/help_topics/hooks.txt:235
12506
12169
"Invoked when a config option is removed. The signature is (stack,\n"
12510
#: en/help_topics/hooks.txt:241
12173
#: en/help_topics/hooks.txt:238
12516
#: en/help_topics/hooks.txt:246
12179
#: en/help_topics/hooks.txt:243
12517
12180
msgid "Invoked when a config store is saved. The signature is (store)."
12520
#: en/help_topics/hooks.txt:248
12183
#: en/help_topics/hooks.txt:245
12189
#: en/help_topics/hooks.txt:250
12191
"Invoked when a config option is set. The signature is (stack, name,\n"
12526
12195
#: en/help_topics/hooks.txt:253
12528
"Invoked when a config option is set. The signature is (stack, name,\n"
12197
"ControlDirHooks\n"
12532
12201
#: en/help_topics/hooks.txt:256
12534
"ControlDirHooks\n"
12538
#: en/help_topics/hooks.txt:259
12540
12203
"post_repo_init\n"
12541
12204
"~~~~~~~~~~~~~~"
12544
#: en/help_topics/hooks.txt:264
12207
#: en/help_topics/hooks.txt:261
12546
12209
"Invoked after a repository has been initialized. post_repo_init is\n"
12547
12210
"called with a bzrlib.controldir.RepoInitHookParams."
12213
#: en/help_topics/hooks.txt:264
12550
12219
#: en/help_topics/hooks.txt:267
12556
#: en/help_topics/hooks.txt:270
12557
12220
msgid "Introduced in: 1.14"
12560
#: en/help_topics/hooks.txt:272
12223
#: en/help_topics/hooks.txt:269
12562
12225
"Invoked before attempting to open a ControlDir with the transport that\n"
12563
12226
"the open will use."
12229
#: en/help_topics/hooks.txt:272
12566
12235
#: en/help_topics/hooks.txt:275
12572
12241
#: en/help_topics/hooks.txt:278
12578
#: en/help_topics/hooks.txt:281 en/help_topics/hooks.txt:300
12579
#: en/help_topics/hooks.txt:524
12580
12242
msgid "Introduced in: 1.15"
12583
#: en/help_topics/hooks.txt:283
12245
#: en/help_topics/hooks.txt:280
12585
12247
"Invoked when displaying the statistics for a repository. repository is\n"
12586
12248
"called with a statistics dictionary as returned by the repository and\n"
12587
12249
"a file-like object to write to."
12252
#: en/help_topics/hooks.txt:284
12590
12258
#: en/help_topics/hooks.txt:287
12596
#: en/help_topics/hooks.txt:290
12598
12260
"lock_acquired\n"
12599
12261
"~~~~~~~~~~~~~"
12602
#: en/help_topics/hooks.txt:295
12264
#: en/help_topics/hooks.txt:292
12603
12265
msgid "Called with a bzrlib.lock.LockResult when a physical lock is acquired."
12606
#: en/help_topics/hooks.txt:297
12268
#: en/help_topics/hooks.txt:294
12608
12270
"lock_broken\n"
12609
12271
"~~~~~~~~~~~"
12612
#: en/help_topics/hooks.txt:302
12274
#: en/help_topics/hooks.txt:299
12613
12275
msgid "Called with a bzrlib.lock.LockResult when a physical lock is broken."
12616
#: en/help_topics/hooks.txt:304
12278
#: en/help_topics/hooks.txt:301
12618
12280
"lock_released\n"
12619
12281
"~~~~~~~~~~~~~"
12622
#: en/help_topics/hooks.txt:309
12284
#: en/help_topics/hooks.txt:306
12623
12285
msgid "Called with a bzrlib.lock.LockResult when a physical lock is released."
12288
#: en/help_topics/hooks.txt:308
12626
12294
#: en/help_topics/hooks.txt:311
12296
"merge_file_content\n"
12297
"~~~~~~~~~~~~~~~~~~"
12632
12300
#: en/help_topics/hooks.txt:314
12634
"merge_file_content\n"
12635
"~~~~~~~~~~~~~~~~~~"
12638
#: en/help_topics/hooks.txt:317
12639
12301
msgid "Introduced in: 2.1"
12642
#: en/help_topics/hooks.txt:319
12304
#: en/help_topics/hooks.txt:316
12644
12306
"Called with a bzrlib.merge.Merger object to create a per file merge\n"
12645
12307
"object when starting a merge. Should return either None or a subclass\n"