1282
1281
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1285
#: bzrlib/builtins.py:2103
1286
msgid "--using and --format are mutually exclusive."
1284
#: bzrlib/builtins.py:2104 bzrlib/builtins.py:2502 bzrlib/builtins.py:2515
1285
#: bzrlib/builtins.py:2523 bzrlib/builtins.py:4663
1286
msgid "{0} and {1} are mutually exclusive"
1289
#: bzrlib/builtins.py:2123
1289
#: bzrlib/builtins.py:2124
1291
1291
"List files deleted in the working tree.\n"
1295
#: bzrlib/builtins.py:2201
1295
#: bzrlib/builtins.py:2202
1296
1296
msgid "Show the tree root directory."
1299
#: bzrlib/builtins.py:2203
1299
#: bzrlib/builtins.py:2204
1301
1301
"The root is the nearest enclosing directory with a .bzr control\n"
1305
#: bzrlib/builtins.py:2218
1305
#: bzrlib/builtins.py:2219
1306
1306
msgid "The limit argument must be an integer."
1309
#: bzrlib/builtins.py:2226
1309
#: bzrlib/builtins.py:2227
1310
1310
msgid "The levels argument must be an integer."
1313
#: bzrlib/builtins.py:2231
1313
#: bzrlib/builtins.py:2232
1314
1314
msgid "Show historical log for a branch or subset of a branch."
1317
#: bzrlib/builtins.py:2233
1317
#: bzrlib/builtins.py:2234
1319
1319
"log is bzr's default tool for exploring the history of a branch.\n"
1320
1320
"The branch to use is taken from the first parameter. If no parameters\n"
1436
1436
" a nested merge revision and the log will be truncated accordingly."
1439
#: bzrlib/builtins.py:2307
1439
#: bzrlib/builtins.py:2308
1440
1440
msgid ":Path filtering:"
1443
#: bzrlib/builtins.py:2309
1443
#: bzrlib/builtins.py:2310
1445
1445
" If parameters are given and the first one is not a branch, the log\n"
1446
1446
" will be filtered to show only those revisions that changed the\n"
1447
1447
" nominated files or directories."
1450
#: bzrlib/builtins.py:2313
1450
#: bzrlib/builtins.py:2314
1452
1452
" Filenames are interpreted within their historical context. To log a\n"
1453
1453
" deleted file, specify a revision range so that the file existed at\n"
1454
1454
" the end or start of the range."
1457
#: bzrlib/builtins.py:2317
1457
#: bzrlib/builtins.py:2318
1459
1459
" Historical context is also important when interpreting pathnames of\n"
1460
1460
" renamed files/directories. Consider the following example:"
1463
#: bzrlib/builtins.py:2320
1463
#: bzrlib/builtins.py:2321
1465
1465
" * revision 1: add tutorial.txt\n"
1466
1466
" * revision 2: modify tutorial.txt\n"
1467
1467
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1470
#: bzrlib/builtins.py:2324
1470
#: bzrlib/builtins.py:2325
1471
1471
msgid " In this case:"
1474
#: bzrlib/builtins.py:2326
1474
#: bzrlib/builtins.py:2327
1475
1475
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1478
#: bzrlib/builtins.py:2328
1478
#: bzrlib/builtins.py:2329
1479
1479
msgid " * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1482
#: bzrlib/builtins.py:2330
1482
#: bzrlib/builtins.py:2331
1484
1484
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1485
1485
" the original file in revision 2."
1488
#: bzrlib/builtins.py:2333
1488
#: bzrlib/builtins.py:2334
1490
1490
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1491
1491
" was no file called guide.txt in revision 2."
1494
#: bzrlib/builtins.py:2336
1494
#: bzrlib/builtins.py:2337
1496
1496
" Renames are always followed by log. By design, there is no need to\n"
1497
1497
" explicitly ask for this (and no way to stop logging a file back\n"
1498
1498
" until it was last renamed)."
1501
#: bzrlib/builtins.py:2340
1501
#: bzrlib/builtins.py:2341
1502
1502
msgid ":Other filtering:"
1505
#: bzrlib/builtins.py:2342
1505
#: bzrlib/builtins.py:2343
1507
1507
" The --match option can be used for finding revisions that match a\n"
1508
1508
" regular expression in a commit message, committer, author or bug.\n"
1576
1576
# help of 'forward' option of 'log' command
1577
#: bzrlib/builtins.py:2389
1577
#: bzrlib/builtins.py:2390
1578
1578
msgid "Show from oldest to newest."
1581
1581
# help of 'verbose' option of 'log' command
1582
#: bzrlib/builtins.py:2392
1582
#: bzrlib/builtins.py:2393
1583
1583
msgid "Show files changed in each revision."
1586
1586
# help of 'change' option of 'log' command
1587
#: bzrlib/builtins.py:2398
1587
#: bzrlib/builtins.py:2399
1588
1588
msgid "Show just the specified revision. See also \"help revisionspec\"."
1591
1591
# help of 'authors' option of 'log' command
1592
#: bzrlib/builtins.py:2402
1592
#: bzrlib/builtins.py:2403
1593
1593
msgid "What names to list as authors - first, all or committer."
1596
1596
# title of 'authors' option of 'log' command
1597
#: bzrlib/builtins.py:2403
1597
#: bzrlib/builtins.py:2404
1598
1598
msgid "Authors"
1601
1601
# help of 'levels' option of 'log' command
1602
#: bzrlib/builtins.py:2408
1602
#: bzrlib/builtins.py:2409
1603
1603
msgid "Number of levels to display - 0 for all, 1 for flat."
1606
1606
# help of 'limit' option of 'log' command
1607
#: bzrlib/builtins.py:2418
1607
#: bzrlib/builtins.py:2419
1608
1608
msgid "Limit the output to the first N revisions."
1611
1611
# help of 'show-diff' option of 'log' command
1612
#: bzrlib/builtins.py:2423
1612
#: bzrlib/builtins.py:2424
1613
1613
msgid "Show changes made in each revision as a patch."
1616
# help of 'include-merges' option of 'log' command
1617
#: bzrlib/builtins.py:2425
1616
# help of 'include-merged' option of 'log' command
1617
#: bzrlib/builtins.py:2426
1618
1618
msgid "Show merged revisions like --levels 0 does."
1621
# help of 'omit-merges' option of 'log' command
1622
#: bzrlib/builtins.py:2430
1623
msgid "Do not report commits with more than one parent."
1621
1626
# help of 'exclude-common-ancestry' option of 'log' command
1622
#: bzrlib/builtins.py:2427
1627
#: bzrlib/builtins.py:2432
1624
1629
"Display only the revisions that are not part of both ancestries (require -"
1628
1633
# help of 'signatures' option of 'log' command
1629
#: bzrlib/builtins.py:2431
1634
#: bzrlib/builtins.py:2436
1630
1635
msgid "Show digital signature validity"
1633
1638
# help of 'match' option of 'log' command
1634
#: bzrlib/builtins.py:2434
1639
#: bzrlib/builtins.py:2439
1635
1640
msgid "Show revisions whose properties match this expression."
1638
1643
# help of 'match-message' option of 'log' command
1639
#: bzrlib/builtins.py:2438
1644
#: bzrlib/builtins.py:2443
1640
1645
msgid "Show revisions whose message matches this expression."
1643
1648
# help of 'match-committer' option of 'log' command
1644
#: bzrlib/builtins.py:2442
1649
#: bzrlib/builtins.py:2447
1645
1650
msgid "Show revisions whose committer matches this expression."
1648
1653
# help of 'match-author' option of 'log' command
1649
#: bzrlib/builtins.py:2446
1654
#: bzrlib/builtins.py:2451
1650
1655
msgid "Show revisions whose authors match this expression."
1653
1658
# help of 'match-bugs' option of 'log' command
1654
#: bzrlib/builtins.py:2450
1659
#: bzrlib/builtins.py:2455
1655
1660
msgid "Show revisions whose bugs match this expression."
1658
#: bzrlib/builtins.py:2487
1663
#: bzrlib/builtins.py:2509
1659
1664
msgid "--exclude-common-ancestry requires -r with two revisions"
1662
#: bzrlib/builtins.py:2493
1663
msgid "--levels and --include-merges are mutually exclusive"
1666
#: bzrlib/builtins.py:2500
1667
msgid "--revision and --change are mutually exclusive"
1670
#: bzrlib/builtins.py:2513
1667
#: bzrlib/builtins.py:2537
1671
1668
#, python-format
1672
1669
msgid "Path unknown at end or start of revision range: %s"
1675
#: bzrlib/builtins.py:2630
1672
#: bzrlib/builtins.py:2654
1676
1673
#, python-format
1677
1674
msgid "bzr %s doesn't accept two revisions in different branches."
1680
#: bzrlib/builtins.py:2646
1677
#: bzrlib/builtins.py:2670
1681
1678
#, python-format
1682
1679
msgid "bzr %s --revision takes one or two values."
1685
#: bzrlib/builtins.py:2691
1682
#: bzrlib/builtins.py:2715
1687
1684
"List files in a tree.\n"
1691
1688
# help of 'recursive' option of 'ls' command
1692
#: bzrlib/builtins.py:2700
1689
#: bzrlib/builtins.py:2724
1693
1690
msgid "Recurse into subdirectories."
1696
1693
# help of 'from-root' option of 'ls' command
1697
#: bzrlib/builtins.py:2702
1694
#: bzrlib/builtins.py:2726
1698
1695
msgid "Print paths relative to the root of the branch."
1701
1698
# help of 'unknown' option of 'ls' command
1702
#: bzrlib/builtins.py:2704
1699
#: bzrlib/builtins.py:2728
1703
1700
msgid "Print unknown files."
1706
1703
# help of 'versioned' option of 'ls' command
1707
#: bzrlib/builtins.py:2705
1704
#: bzrlib/builtins.py:2729
1708
1705
msgid "Print versioned files."
1711
1708
# help of 'ignored' option of 'ls' command
1712
#: bzrlib/builtins.py:2708
1709
#: bzrlib/builtins.py:2732
1713
1710
msgid "Print ignored files."
1716
1713
# help of 'kind' option of 'ls' command
1717
#: bzrlib/builtins.py:2710
1714
#: bzrlib/builtins.py:2734
1718
1715
msgid "List entries of a particular kind: file, directory, symlink."
1721
#: bzrlib/builtins.py:2723
1718
#: bzrlib/builtins.py:2747
1722
1719
msgid "invalid kind specified"
1725
#: bzrlib/builtins.py:2726
1722
#: bzrlib/builtins.py:2750
1726
1723
msgid "Cannot set both --verbose and --null"
1729
#: bzrlib/builtins.py:2735
1726
#: bzrlib/builtins.py:2759
1730
1727
msgid "cannot specify both --from-root and PATH"
1733
#: bzrlib/builtins.py:2822
1730
#: bzrlib/builtins.py:2846
1734
1731
msgid "Ignore specified files or patterns."
1737
#: bzrlib/builtins.py:2824
1734
#: bzrlib/builtins.py:2848
1738
1735
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1741
#: bzrlib/builtins.py:2826
1738
#: bzrlib/builtins.py:2850
1743
1740
"If a .bzrignore file does not exist, the ignore command\n"
1744
1741
"will create one and add the specified files or patterns to the newly\n"
1785
1782
" the shell on Unix."
1788
#: bzrlib/builtins.py:2855
1785
#: bzrlib/builtins.py:2879
1790
1787
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1791
1788
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1794
#: bzrlib/builtins.py:2858
1791
#: bzrlib/builtins.py:2882
1797
1794
" Ignore the top level Makefile::"
1800
#: bzrlib/builtins.py:2861
1797
#: bzrlib/builtins.py:2885
1801
1798
msgid " bzr ignore ./Makefile"
1804
#: bzrlib/builtins.py:2863
1801
#: bzrlib/builtins.py:2887
1805
1802
msgid " Ignore .class files in all directories...::"
1808
#: bzrlib/builtins.py:2865
1805
#: bzrlib/builtins.py:2889
1809
1806
msgid " bzr ignore \"*.class\""
1812
#: bzrlib/builtins.py:2867
1809
#: bzrlib/builtins.py:2891
1813
1810
msgid " ...but do not ignore \"special.class\"::"
1816
#: bzrlib/builtins.py:2869
1813
#: bzrlib/builtins.py:2893
1817
1814
msgid " bzr ignore \"!special.class\""
1820
#: bzrlib/builtins.py:2871
1817
#: bzrlib/builtins.py:2895
1821
1818
msgid " Ignore files whose name begins with the \"#\" character::"
1824
#: bzrlib/builtins.py:2873
1821
#: bzrlib/builtins.py:2897
1825
1822
msgid " bzr ignore \"RE:^#\""
1828
#: bzrlib/builtins.py:2875
1825
#: bzrlib/builtins.py:2899
1829
1826
msgid " Ignore .o files under the lib directory::"
1832
#: bzrlib/builtins.py:2877
1829
#: bzrlib/builtins.py:2901
1833
1830
msgid " bzr ignore \"lib/**/*.o\""
1836
#: bzrlib/builtins.py:2881
1833
#: bzrlib/builtins.py:2905
1837
1834
msgid " bzr ignore \"RE:lib/.*\\.o\""
1840
#: bzrlib/builtins.py:2883
1837
#: bzrlib/builtins.py:2907
1841
1838
msgid " Ignore everything but the \"debian\" toplevel directory::"
1844
#: bzrlib/builtins.py:2885
1841
#: bzrlib/builtins.py:2909
1846
1843
" bzr ignore \"RE:(?!debian/).*\"\n"
1886
#: bzrlib/builtins.py:2951
1883
#: bzrlib/builtins.py:2975
1887
1884
msgid "List ignored files and the patterns that matched them."
1890
#: bzrlib/builtins.py:2953
1887
#: bzrlib/builtins.py:2977
1892
1889
"List all the ignored files and the ignore pattern that caused the file to\n"
1896
#: bzrlib/builtins.py:2956
1893
#: bzrlib/builtins.py:2980
1897
1894
msgid "Alternatively, to list just the files::"
1900
#: bzrlib/builtins.py:2958
1897
#: bzrlib/builtins.py:2982
1901
1898
msgid " bzr ls --ignored"
1904
#: bzrlib/builtins.py:2992
1901
#: bzrlib/builtins.py:3016
1905
1902
#, python-format
1906
1903
msgid "not a valid revision-number: %r"
1909
#: bzrlib/builtins.py:2999
1906
#: bzrlib/builtins.py:3023
1910
1907
msgid "Export current or past revision to a destination directory or archive."
1913
#: bzrlib/builtins.py:3001
1910
#: bzrlib/builtins.py:3025
1914
1911
msgid "If no revision is specified this exports the last committed revision."
1917
#: bzrlib/builtins.py:3003
1914
#: bzrlib/builtins.py:3027
1919
1916
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
1920
1917
"given, try to find the format with the extension. If no extension\n"
1921
1918
"is found exports to a directory (equivalent to --format=dir)."
1924
#: bzrlib/builtins.py:3007
1921
#: bzrlib/builtins.py:3031
1926
1923
"If root is supplied, it will be used as the root directory inside\n"
1927
1924
"container formats (tar, zip, etc). If it is not supplied it will default\n"
1928
1925
"to the exported filename. The root option has no effect for 'dir' format."
1931
#: bzrlib/builtins.py:3011
1928
#: bzrlib/builtins.py:3035
1933
1930
"If branch is omitted then the branch containing the current working\n"
1934
1931
"directory will be used."
1937
#: bzrlib/builtins.py:3014
1934
#: bzrlib/builtins.py:3038
1938
1935
msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
1941
#: bzrlib/builtins.py:3016
1938
#: bzrlib/builtins.py:3040
1943
1940
" ================= =========================\n"
1944
1941
" Supported formats Autodetected by extension\n"
1954
1951
# help of 'format' option of 'export' command
1955
#: bzrlib/builtins.py:3030
1952
#: bzrlib/builtins.py:3054
1956
1953
msgid "Type of file to export to."
1959
1956
# help of 'filters' option of 'export' command
1960
#: bzrlib/builtins.py:3033
1957
#: bzrlib/builtins.py:3057
1961
1958
msgid "Apply content filters to export the convenient form."
1964
1961
# help of 'root' option of 'export' command
1965
#: bzrlib/builtins.py:3037
1962
#: bzrlib/builtins.py:3061
1966
1963
msgid "Name of the root directory inside the exported file."
1969
1966
# help of 'per-file-timestamps' option of 'export' command
1970
#: bzrlib/builtins.py:3039
1967
#: bzrlib/builtins.py:3063
1972
1969
"Set modification time of files to that of the last revision in which it was "
1976
#: bzrlib/builtins.py:3059
1973
#: bzrlib/builtins.py:3083
1977
1974
#, python-format
1978
1975
msgid "Unsupported export format: %s"
1981
#: bzrlib/builtins.py:3063
1978
#: bzrlib/builtins.py:3087
1982
1979
msgid "Write the contents of a file as of a given revision to standard output."
1985
#: bzrlib/builtins.py:3065
1982
#: bzrlib/builtins.py:3089
1986
1983
msgid "If no revision is nominated, the last revision is used."
1989
#: bzrlib/builtins.py:3067
1986
#: bzrlib/builtins.py:3091
1991
1988
"Note: Take care to redirect standard output when using this command on a\n"
1995
1992
# help of 'filters' option of 'cat' command
1996
#: bzrlib/builtins.py:3074
1993
#: bzrlib/builtins.py:3098
1997
1994
msgid "Apply content filters to display the convenience form."
2000
#: bzrlib/builtins.py:3085
1997
#: bzrlib/builtins.py:3109
2001
1998
msgid "bzr cat --revision takes exactly one revision specifier"
2004
#: bzrlib/builtins.py:3110 bzrlib/builtins.py:3122
2001
#: bzrlib/builtins.py:3134 bzrlib/builtins.py:3146
2005
2002
msgid "{0!r} is not present in revision {1}"
2008
#: bzrlib/builtins.py:3145
2005
#: bzrlib/builtins.py:3169
2009
2006
msgid "Commit changes into a new revision."
2012
#: bzrlib/builtins.py:3147
2009
#: bzrlib/builtins.py:3171
2014
2011
"An explanatory message needs to be given for each commit. This is\n"
2015
2012
"often done by using the --message option (getting the message from the\n"
2019
2016
"boilerplate text loaded into the editor, use the --show-diff option."
2022
#: bzrlib/builtins.py:3154
2019
#: bzrlib/builtins.py:3178
2024
2021
"By default, the entire tree is committed and the person doing the\n"
2025
2022
"commit is assumed to be the author. These defaults can be overridden\n"
2026
2023
"as explained below."
2029
#: bzrlib/builtins.py:3158
2026
#: bzrlib/builtins.py:3182
2030
2027
msgid ":Selective commits:"
2033
#: bzrlib/builtins.py:3160
2030
#: bzrlib/builtins.py:3184
2035
2032
" If selected files are specified, only changes to those files are\n"
2036
2033
" committed. If a directory is specified then the directory and\n"
2037
2034
" everything within it is committed."
2040
#: bzrlib/builtins.py:3164
2037
#: bzrlib/builtins.py:3188
2042
2039
" When excludes are given, they take precedence over selected files.\n"
2043
2040
" For example, to commit only changes within foo, but not changes\n"
2044
2041
" within foo/bar::"
2047
#: bzrlib/builtins.py:3168
2044
#: bzrlib/builtins.py:3192
2048
2045
msgid " bzr commit foo -x foo/bar"
2051
#: bzrlib/builtins.py:3170
2048
#: bzrlib/builtins.py:3194
2052
2049
msgid " A selective commit after a merge is not yet supported."
2055
#: bzrlib/builtins.py:3172
2052
#: bzrlib/builtins.py:3196
2056
2053
msgid ":Custom authors:"
2059
#: bzrlib/builtins.py:3174
2056
#: bzrlib/builtins.py:3198
2061
2058
" If the author of the change is not the same person as the committer,\n"
2062
2059
" you can specify the author's name using the --author option. The\n"
2101
2098
# help of 'exclude' option of 'commit' command
2102
#: bzrlib/builtins.py:3205
2099
#: bzrlib/builtins.py:3229
2103
2100
msgid "Do not consider changes made to a given path."
2106
2103
# help of 'message' option of 'commit' command
2107
#: bzrlib/builtins.py:3208
2104
#: bzrlib/builtins.py:3232
2108
2105
msgid "Description of the new revision."
2111
2108
# help of 'unchanged' option of 'commit' command
2112
#: bzrlib/builtins.py:3211
2109
#: bzrlib/builtins.py:3235
2113
2110
msgid "Commit even if nothing has changed."
2116
2113
# help of 'file' option of 'commit' command
2117
#: bzrlib/builtins.py:3215
2114
#: bzrlib/builtins.py:3239
2118
2115
msgid "Take commit message from this file."
2121
2118
# help of 'strict' option of 'commit' command
2122
#: bzrlib/builtins.py:3217
2119
#: bzrlib/builtins.py:3241
2123
2120
msgid "Refuse to commit if there are unknown files in the working tree."
2126
2123
# help of 'commit-time' option of 'commit' command
2127
#: bzrlib/builtins.py:3220
2124
#: bzrlib/builtins.py:3244
2129
2126
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2130
2127
"08:00:00 +0100'."
2133
2130
# help of 'fixes' option of 'commit' command
2134
#: bzrlib/builtins.py:3223
2131
#: bzrlib/builtins.py:3247
2135
2132
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2138
2135
# help of 'author' option of 'commit' command
2139
#: bzrlib/builtins.py:3226
2136
#: bzrlib/builtins.py:3250
2140
2137
msgid "Set the author's name, if it's different from the committer."
2143
2140
# help of 'local' option of 'commit' command
2144
#: bzrlib/builtins.py:3229
2141
#: bzrlib/builtins.py:3253
2146
2143
"Perform a local commit in a bound branch. Local commits are not pushed to "
2147
2144
"the master branch until a normal commit is performed."
2150
2147
# help of 'show-diff' option of 'commit' command
2151
#: bzrlib/builtins.py:3235
2148
#: bzrlib/builtins.py:3259
2153
2150
"When no message is supplied, show the diff along with the status summary in "
2154
2151
"the message editor."
2157
2154
# help of 'lossy' option of 'commit' command
2158
#: bzrlib/builtins.py:3238
2155
#: bzrlib/builtins.py:3262
2160
2157
"When committing to a foreign version control system do not push data that "
2161
2158
"can not be natively represented."
2164
#: bzrlib/builtins.py:3256
2161
#: bzrlib/builtins.py:3280
2165
2162
#, python-format
2167
2164
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2177
2174
"Commit refused."
2180
#: bzrlib/builtins.py:3274
2177
#: bzrlib/builtins.py:3298
2181
2178
#, python-format
2182
2179
msgid "Unrecognized bug %s. Commit refused."
2185
#: bzrlib/builtins.py:3277
2192
2182
#: bzrlib/builtins.py:3301
2189
#: bzrlib/builtins.py:3325
2193
2190
msgid "Could not parse --commit-time: "
2196
#: bzrlib/builtins.py:3341
2193
#: bzrlib/builtins.py:3365
2197
2194
msgid "please specify either --message or --file"
2200
#: bzrlib/builtins.py:3370
2197
#: bzrlib/builtins.py:3394
2201
2198
msgid "please specify a commit message with either --message or --file"
2204
#: bzrlib/builtins.py:3373
2201
#: bzrlib/builtins.py:3397
2206
2203
"Empty commit message specified. Please specify a commit message with either "
2207
2204
"--message or --file or leave a blank message with --message \"\"."
2210
#: bzrlib/builtins.py:3393
2207
#: bzrlib/builtins.py:3417
2212
2209
"No changes to commit. Please 'bzr add' the files you want to commit, or use "
2213
2210
"--unchanged to force an empty commit."
2216
#: bzrlib/builtins.py:3397
2213
#: bzrlib/builtins.py:3421
2218
2215
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2219
2216
"resolve FILE\" to resolve."
2222
#: bzrlib/builtins.py:3401
2219
#: bzrlib/builtins.py:3425
2223
2220
msgid "Commit refused because there are unknown files in the working tree."
2226
#: bzrlib/builtins.py:3404
2223
#: bzrlib/builtins.py:3428
2229
2226
"To commit to master branch, run update and then commit.\n"
2230
2227
"You can also pass --local to commit to continue working disconnected."
2233
#: bzrlib/builtins.py:3412
2230
#: bzrlib/builtins.py:3436
2235
2232
"Validate working tree structure, branch consistency and repository history."
2238
#: bzrlib/builtins.py:3414
2235
#: bzrlib/builtins.py:3438
2240
2237
"This command checks various invariants about branch and repository storage\n"
2241
2238
"to detect data corruption or bzr bugs."
2244
#: bzrlib/builtins.py:3417
2241
#: bzrlib/builtins.py:3441
2246
2243
"The working tree and branch checks will only give output if a problem is\n"
2247
2244
"detected. The output fields of the repository check are:"
2250
#: bzrlib/builtins.py:3420
2247
#: bzrlib/builtins.py:3444
2253
2250
" This is just the number of revisions checked. It doesn't\n"
2254
2251
" indicate a problem."
2257
#: bzrlib/builtins.py:3424
2254
#: bzrlib/builtins.py:3448
2259
2256
"versionedfiles\n"
2260
2257
" This is just the number of versionedfiles checked. It\n"
2261
2258
" doesn't indicate a problem."
2264
#: bzrlib/builtins.py:3428
2261
#: bzrlib/builtins.py:3452
2266
2263
"unreferenced ancestors\n"
2267
2264
" Texts that are ancestors of other texts, but\n"
2285
2282
" indicate a problem."
2288
#: bzrlib/builtins.py:3443
2285
#: bzrlib/builtins.py:3467
2290
2287
"If no restrictions are specified, all Bazaar data that is found at the "
2292
2289
"location will be checked."
2295
#: bzrlib/builtins.py:3446
2292
#: bzrlib/builtins.py:3470
2296
2293
msgid ":Examples:"
2299
#: bzrlib/builtins.py:3448
2296
#: bzrlib/builtins.py:3472
2300
2297
msgid " Check the tree and branch at 'foo'::"
2303
#: bzrlib/builtins.py:3450
2300
#: bzrlib/builtins.py:3474
2304
2301
msgid " bzr check --tree --branch foo"
2307
#: bzrlib/builtins.py:3452
2304
#: bzrlib/builtins.py:3476
2308
2305
msgid " Check only the repository at 'bar'::"
2311
#: bzrlib/builtins.py:3454
2308
#: bzrlib/builtins.py:3478
2312
2309
msgid " bzr check --repo bar"
2315
#: bzrlib/builtins.py:3456
2312
#: bzrlib/builtins.py:3480
2316
2313
msgid " Check everything at 'baz'::"
2319
#: bzrlib/builtins.py:3458
2316
#: bzrlib/builtins.py:3482
2320
2317
msgid " bzr check baz"
2323
2320
# help of 'branch' option of 'check' command
2324
#: bzrlib/builtins.py:3464
2321
#: bzrlib/builtins.py:3488
2325
2322
msgid "Check the branch related to the current directory."
2328
2325
# help of 'repo' option of 'check' command
2329
#: bzrlib/builtins.py:3466
2326
#: bzrlib/builtins.py:3490
2330
2327
msgid "Check the repository related to the current directory."
2333
2330
# help of 'tree' option of 'check' command
2334
#: bzrlib/builtins.py:3468
2331
#: bzrlib/builtins.py:3492
2335
2332
msgid "Check the working tree related to the current directory."
2338
#: bzrlib/builtins.py:3482
2335
#: bzrlib/builtins.py:3506
2339
2336
msgid "Upgrade a repository, branch or working tree to a newer format."
2342
#: bzrlib/builtins.py:3484
2339
#: bzrlib/builtins.py:3508
2344
2341
"When the default format has changed after a major new release of\n"
2345
2342
"Bazaar, you may be informed during certain operations that you\n"
2380
#: bzrlib/builtins.py:3510
2377
#: bzrlib/builtins.py:3534
2382
2379
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2383
2380
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2386
2383
# help of 'format' option of 'upgrade' command
2387
#: bzrlib/builtins.py:3518
2384
#: bzrlib/builtins.py:3542
2388
2385
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2391
2388
# title of 'format' option of 'init' command
2392
#: bzrlib/builtins.py:3522
2389
#: bzrlib/builtins.py:3546
2393
2390
msgid "Branch format"
2396
2393
# help of 'clean' option of 'upgrade' command
2397
#: bzrlib/builtins.py:3524
2394
#: bzrlib/builtins.py:3548
2398
2395
msgid "Remove the backup.bzr directory if successful."
2401
#: bzrlib/builtins.py:3541
2398
#: bzrlib/builtins.py:3565
2402
2399
msgid "Show or set bzr user id."
2405
#: bzrlib/builtins.py:3543
2402
#: bzrlib/builtins.py:3567
2408
2405
" Show the email of the current user::"
2411
#: bzrlib/builtins.py:3546
2408
#: bzrlib/builtins.py:3570
2412
2409
msgid " bzr whoami --email"
2415
#: bzrlib/builtins.py:3548
2412
#: bzrlib/builtins.py:3572
2416
2413
msgid " Set the current user::"
2419
#: bzrlib/builtins.py:3550
2416
#: bzrlib/builtins.py:3574
2420
2417
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2423
2420
# help of 'email' option of 'whoami' command
2424
#: bzrlib/builtins.py:3554
2421
#: bzrlib/builtins.py:3578
2425
2422
msgid "Display email address only."
2428
2425
# help of 'branch' option of 'whoami' command
2429
#: bzrlib/builtins.py:3556
2426
#: bzrlib/builtins.py:3580
2430
2427
msgid "Set identity for the current branch instead of globally."
2433
#: bzrlib/builtins.py:3580
2430
#: bzrlib/builtins.py:3604
2434
2431
msgid "--email can only be used to display existing identity"
2437
#: bzrlib/builtins.py:3602
2434
#: bzrlib/builtins.py:3626
2438
2435
msgid "Print or set the branch nickname."
2441
#: bzrlib/builtins.py:3604
2438
#: bzrlib/builtins.py:3628
2443
2440
"If unset, the tree root directory name is used as the nickname.\n"
2444
2441
"To print the current nickname, execute with no argument."
2447
#: bzrlib/builtins.py:3607
2444
#: bzrlib/builtins.py:3631
2449
2446
"Bound branches use the nickname of its master branch unless it is set\n"
2453
#: bzrlib/builtins.py:3627
2450
#: bzrlib/builtins.py:3651
2454
2451
msgid "Set/unset and display aliases."
2457
#: bzrlib/builtins.py:3629
2454
#: bzrlib/builtins.py:3653
2460
2457
" Show the current aliases::"
2463
#: bzrlib/builtins.py:3632
2460
#: bzrlib/builtins.py:3656
2464
2461
msgid " bzr alias"
2467
#: bzrlib/builtins.py:3634
2464
#: bzrlib/builtins.py:3658
2468
2465
msgid " Show the alias specified for 'll'::"
2471
#: bzrlib/builtins.py:3636
2468
#: bzrlib/builtins.py:3660
2472
2469
msgid " bzr alias ll"
2475
#: bzrlib/builtins.py:3638
2472
#: bzrlib/builtins.py:3662
2476
2473
msgid " Set an alias for 'll'::"
2479
#: bzrlib/builtins.py:3640
2476
#: bzrlib/builtins.py:3664
2480
2477
msgid " bzr alias ll=\"log --line -r-10..-1\""
2483
#: bzrlib/builtins.py:3642
2480
#: bzrlib/builtins.py:3666
2484
2481
msgid " To remove an alias for 'll'::"
2487
#: bzrlib/builtins.py:3644
2484
#: bzrlib/builtins.py:3668
2488
2485
msgid " bzr alias --remove ll"
2491
2488
# help of 'remove' option of 'alias' command
2492
#: bzrlib/builtins.py:3649
2489
#: bzrlib/builtins.py:3673
2493
2490
msgid "Remove the alias."
2496
#: bzrlib/builtins.py:3667
2493
#: bzrlib/builtins.py:3691
2497
2494
msgid "bzr alias --remove expects an alias to remove."
2500
#: bzrlib/builtins.py:3839
2497
#: bzrlib/builtins.py:3863
2501
2498
msgid "subunit not available. subunit needs to be installed to use --subunit."
2504
#: bzrlib/builtins.py:3856
2501
#: bzrlib/builtins.py:3880
2506
2503
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2509
#: bzrlib/builtins.py:3903
2506
#: bzrlib/builtins.py:3927
2510
2507
msgid "Show version of bzr."
2513
2510
# help of 'short' option of 'version' command
2514
#: bzrlib/builtins.py:3907
2511
#: bzrlib/builtins.py:3931
2515
2512
msgid "Print just the version number."
2518
#: bzrlib/builtins.py:3926
2515
#: bzrlib/builtins.py:3950
2519
2516
msgid "It sure does!\n"
2522
#: bzrlib/builtins.py:3950
2519
#: bzrlib/builtins.py:3974
2523
2520
#, python-format
2524
2521
msgid "merge base is revision %s\n"
2527
#: bzrlib/builtins.py:3954
2524
#: bzrlib/builtins.py:3978
2528
2525
msgid "Perform a three-way merge."
2531
#: bzrlib/builtins.py:3956
2528
#: bzrlib/builtins.py:3980
2533
2530
"The source of the merge can be specified either in the form of a branch,\n"
2534
2531
"or in the form of a path to a file containing a merge directive generated\n"
2595
2592
"merge revision which has more than two parents."
2598
#: bzrlib/builtins.py:4003
2595
#: bzrlib/builtins.py:4027
2600
2597
"If one would like to merge changes from the working tree of the other\n"
2601
2598
"branch without merging any committed revisions, the --uncommitted option\n"
2602
2599
"can be given."
2605
#: bzrlib/builtins.py:4007
2602
#: bzrlib/builtins.py:4031
2607
2604
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2608
2605
"you to apply each diff hunk and file change, similar to \"shelve\"."
2611
#: bzrlib/builtins.py:4010
2608
#: bzrlib/builtins.py:4034
2614
2611
" To merge all new revisions from bzr.dev::"
2617
#: bzrlib/builtins.py:4013
2614
#: bzrlib/builtins.py:4037
2618
2615
msgid " bzr merge ../bzr.dev"
2621
#: bzrlib/builtins.py:4015
2618
#: bzrlib/builtins.py:4039
2622
2619
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2625
#: bzrlib/builtins.py:4017
2622
#: bzrlib/builtins.py:4041
2626
2623
msgid " bzr merge -r 82 ../bzr.dev"
2629
#: bzrlib/builtins.py:4019
2626
#: bzrlib/builtins.py:4043
2630
2627
msgid " To merge the changes introduced by 82, without previous changes::"
2633
#: bzrlib/builtins.py:4021
2630
#: bzrlib/builtins.py:4045
2634
2631
msgid " bzr merge -r 81..82 ../bzr.dev"
2637
#: bzrlib/builtins.py:4023
2634
#: bzrlib/builtins.py:4047
2638
2635
msgid " To apply a merge directive contained in /tmp/merge::"
2641
#: bzrlib/builtins.py:4025
2638
#: bzrlib/builtins.py:4049
2642
2639
msgid " bzr merge /tmp/merge"
2645
#: bzrlib/builtins.py:4027
2642
#: bzrlib/builtins.py:4051
2647
2644
" To create a merge revision with three parents from two branches\n"
2648
2645
" feature1a and feature1b:"
2651
#: bzrlib/builtins.py:4030
2648
#: bzrlib/builtins.py:4054
2653
2650
" bzr merge ../feature1a\n"
2654
2651
" bzr merge ../feature1b --force\n"
2677
2674
# help of 'directory' option of 'merge' command
2678
#: bzrlib/builtins.py:4055
2675
#: bzrlib/builtins.py:4079
2680
2677
"Branch to merge into, rather than the one containing the working directory."
2683
2680
# help of 'preview' option of 'merge' command
2684
#: bzrlib/builtins.py:4057
2681
#: bzrlib/builtins.py:4081
2685
2682
msgid "Instead of merging, show a diff of the merge."
2688
2685
# help of 'interactive' option of 'merge' command
2689
#: bzrlib/builtins.py:4059
2686
#: bzrlib/builtins.py:4083
2690
2687
msgid "Select changes interactively."
2693
#: bzrlib/builtins.py:4081
2690
#: bzrlib/builtins.py:4105
2695
2692
"Merging into empty branches not currently supported, https://bugs.launchpad."
2696
2693
"net/bzr/+bug/308562"
2699
#: bzrlib/builtins.py:4108
2696
#: bzrlib/builtins.py:4132
2700
2697
msgid "Cannot use --uncommitted with bundles or merge directives."
2703
#: bzrlib/builtins.py:4119
2700
#: bzrlib/builtins.py:4143
2704
2701
msgid "Cannot use --uncommitted and --revision at the same time."
2707
#: bzrlib/builtins.py:4139
2704
#: bzrlib/builtins.py:4163
2708
2705
msgid "merger: "
2711
#: bzrlib/builtins.py:4141 bzrlib/bundle/apply_bundle.py:67
2708
#: bzrlib/builtins.py:4165 bzrlib/bundle/apply_bundle.py:67
2712
2709
msgid "Nothing to do."
2715
#: bzrlib/builtins.py:4145
2712
#: bzrlib/builtins.py:4169
2716
2713
msgid "Cannot pull individual files"
2719
#: bzrlib/builtins.py:4153
2716
#: bzrlib/builtins.py:4177
2720
2717
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2723
#: bzrlib/builtins.py:4211
2720
#: bzrlib/builtins.py:4235
2724
2721
#, python-format
2725
2722
msgid "Show-base is not supported for this merge type. %s"
2728
#: bzrlib/builtins.py:4220
2725
#: bzrlib/builtins.py:4244
2729
2726
#, python-format
2730
2727
msgid "Conflict reduction is not supported for merge type %s."
2733
#: bzrlib/builtins.py:4224
2730
#: bzrlib/builtins.py:4248
2734
2731
msgid "Cannot do conflict reduction and show base."
2737
#: bzrlib/builtins.py:4335
2734
#: bzrlib/builtins.py:4359
2738
2735
msgid "No location specified or remembered"
2741
#: bzrlib/builtins.py:4337
2738
#: bzrlib/builtins.py:4361
2742
2739
msgid "{0} remembered {1} location {2}"
2745
#: bzrlib/builtins.py:4343
2742
#: bzrlib/builtins.py:4367
2746
2743
msgid "Redo a merge."
2749
#: bzrlib/builtins.py:4345
2746
#: bzrlib/builtins.py:4369
2751
2748
"Use this if you want to try a different merge technique while resolving\n"
2752
2749
"conflicts. Some merge techniques are better than others, and remerge\n"
2753
2750
"lets you try different ones on different files."
2756
#: bzrlib/builtins.py:4349
2753
#: bzrlib/builtins.py:4373
2758
2755
"The options for remerge have the same meaning and defaults as the ones for\n"
2759
2756
"merge. The difference is that remerge can (only) be run when there is a\n"
2760
2757
"pending merge, and it lets you specify particular files."
2763
#: bzrlib/builtins.py:4353
2760
#: bzrlib/builtins.py:4377
2766
2763
" Re-do the merge of all conflicted files, and show the base text in\n"
2767
2764
" conflict regions, in addition to the usual THIS and OTHER texts::"
2770
#: bzrlib/builtins.py:4357
2767
#: bzrlib/builtins.py:4381
2771
2768
msgid " bzr remerge --show-base"
2774
#: bzrlib/builtins.py:4359
2771
#: bzrlib/builtins.py:4383
2776
2773
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2777
2774
" additional processing to reduce the size of conflict regions::"
2780
#: bzrlib/builtins.py:4362
2777
#: bzrlib/builtins.py:4386
2781
2778
msgid " bzr remerge --merge-type weave --reprocess foobar"
2784
2781
# help of 'show-base' option of 'merge' command
2785
#: bzrlib/builtins.py:4369
2782
#: bzrlib/builtins.py:4393
2786
2783
msgid "Show base revision text in conflicts."
2789
#: bzrlib/builtins.py:4381
2786
#: bzrlib/builtins.py:4405
2791
2788
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2795
#: bzrlib/builtins.py:4437
2792
#: bzrlib/builtins.py:4461
2796
2793
msgid "Revert files to a previous revision."
2799
#: bzrlib/builtins.py:4439
2796
#: bzrlib/builtins.py:4463
2801
2798
"Giving a list of files will revert only those files. Otherwise, all files\n"
2802
2799
"will be reverted. If the revision is not specified with '--revision', the\n"
2803
2800
"last committed revision is used."
2806
#: bzrlib/builtins.py:4443
2803
#: bzrlib/builtins.py:4467
2808
2805
"To remove only some changes, without reverting to a prior version, use\n"
2809
2806
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2864
2861
# help of 'no-backup' option of 'revert' command
2865
#: bzrlib/builtins.py:4486
2862
#: bzrlib/builtins.py:4510
2866
2863
msgid "Do not save backups of reverted files."
2869
2866
# help of 'forget-merges' option of 'revert' command
2870
#: bzrlib/builtins.py:4488
2867
#: bzrlib/builtins.py:4512
2871
2868
msgid "Remove pending merge marker, without changing any files."
2874
#: bzrlib/builtins.py:4519
2871
#: bzrlib/builtins.py:4543
2876
2873
"Show help on a command or other topic.\n"
2880
2877
# help of 'long' option of 'help' command
2881
#: bzrlib/builtins.py:4524
2878
#: bzrlib/builtins.py:4548
2882
2879
msgid "Show help on all commands."
2885
#: bzrlib/builtins.py:4553
2882
#: bzrlib/builtins.py:4577
2886
2883
msgid "Show unmerged/unpulled revisions between two branches."
2889
#: bzrlib/builtins.py:4555
2886
#: bzrlib/builtins.py:4579
2890
2887
msgid "OTHER_BRANCH may be local or remote."
2893
#: bzrlib/builtins.py:4557
2890
#: bzrlib/builtins.py:4581
2895
2892
"To filter on a range of revisions, you can use the command -r begin..end\n"
2896
2893
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
2901
2898
" 0 - no missing revisions"
2904
#: bzrlib/builtins.py:4567
2901
#: bzrlib/builtins.py:4591
2906
2903
" Determine the missing revisions between this and the branch at the\n"
2907
2904
" remembered pull location::"
2910
#: bzrlib/builtins.py:4570
2907
#: bzrlib/builtins.py:4594
2911
2908
msgid " bzr missing"
2914
#: bzrlib/builtins.py:4572
2911
#: bzrlib/builtins.py:4596
2915
2912
msgid " Determine the missing revisions between this and another branch::"
2918
#: bzrlib/builtins.py:4574
2915
#: bzrlib/builtins.py:4598
2919
2916
msgid " bzr missing http://server/branch"
2922
#: bzrlib/builtins.py:4576
2919
#: bzrlib/builtins.py:4600
2924
2921
" Determine the missing revisions up to a specific revision on the other\n"
2928
#: bzrlib/builtins.py:4579
2925
#: bzrlib/builtins.py:4603
2929
2926
msgid " bzr missing -r ..-10"
2932
#: bzrlib/builtins.py:4581
2929
#: bzrlib/builtins.py:4605
2934
2931
" Determine the missing revisions up to a specific revision on this\n"
2938
#: bzrlib/builtins.py:4584
2935
#: bzrlib/builtins.py:4608
2939
2936
msgid " bzr missing --my-revision ..-10"
2942
2939
# help of 'reverse' option of 'missing' command
2943
#: bzrlib/builtins.py:4591
2940
#: bzrlib/builtins.py:4615
2944
2941
msgid "Reverse the order of revisions."
2947
2944
# help of 'mine-only' option of 'missing' command
2948
#: bzrlib/builtins.py:4593
2945
#: bzrlib/builtins.py:4617
2949
2946
msgid "Display changes in the local branch only."
2952
2949
# help of 'this' option of 'missing' command
2953
#: bzrlib/builtins.py:4594
2950
#: bzrlib/builtins.py:4618
2954
2951
msgid "Same as --mine-only."
2957
2954
# help of 'theirs-only' option of 'missing' command
2958
#: bzrlib/builtins.py:4596
2955
#: bzrlib/builtins.py:4620
2959
2956
msgid "Display changes in the remote branch only."
2962
2959
# help of 'other' option of 'missing' command
2963
#: bzrlib/builtins.py:4597
2960
#: bzrlib/builtins.py:4621
2964
2961
msgid "Same as --theirs-only."
2967
2964
# help of 'revision' option of 'missing' command
2968
#: bzrlib/builtins.py:4602
2965
#: bzrlib/builtins.py:4626
2970
2967
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
2974
2971
# help of 'my-revision' option of 'missing' command
2975
#: bzrlib/builtins.py:4606
2972
#: bzrlib/builtins.py:4630
2977
2974
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
2981
# help of 'include-merges' option of 'missing' command
2982
#: bzrlib/builtins.py:4609
2978
# help of 'include-merged' option of 'missing' command
2979
#: bzrlib/builtins.py:4633
2983
2980
msgid "Show all revisions in addition to the mainline ones."
2986
#: bzrlib/builtins.py:4645
2983
#: bzrlib/builtins.py:4687
2987
2984
msgid "No peer location known or specified."
2990
#: bzrlib/builtins.py:4649
2987
#: bzrlib/builtins.py:4691
2991
2988
msgid "Using saved parent location: {0}\n"
2994
#: bzrlib/builtins.py:4682
2991
#: bzrlib/builtins.py:4724
2995
2992
#, python-format
2996
2993
msgid "You have %d extra revision:\n"
2997
2994
msgid_plural "You have %d extra revisions:\n"
3001
#: bzrlib/builtins.py:4698
2998
#: bzrlib/builtins.py:4740
3002
2999
#, python-format
3003
3000
msgid "You are missing %d revision:\n"
3004
3001
msgid_plural "You are missing %d revisions:\n"
3008
#: bzrlib/builtins.py:4710
3005
#: bzrlib/builtins.py:4752
3009
3006
msgid "This branch has no new revisions.\n"
3012
#: bzrlib/builtins.py:4713
3009
#: bzrlib/builtins.py:4755
3013
3010
msgid "Other branch has no new revisions.\n"
3016
#: bzrlib/builtins.py:4718
3013
#: bzrlib/builtins.py:4760
3017
3014
msgid "Branches are up to date.\n"
3020
#: bzrlib/builtins.py:4729
3017
#: bzrlib/builtins.py:4771
3021
3018
msgid "Compress the data within a repository."
3024
#: bzrlib/builtins.py:4731
3021
#: bzrlib/builtins.py:4773
3026
3023
"This operation compresses the data within a bazaar repository. As\n"
3027
3024
"bazaar supports automatic packing of repository, this operation is\n"
3028
3025
"normally not required to be done manually."
3031
#: bzrlib/builtins.py:4735
3028
#: bzrlib/builtins.py:4777
3033
3030
"During the pack operation, bazaar takes a backup of existing repository\n"
3034
3031
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3081
3078
"plugins using the Python programming language."
3084
#: bzrlib/builtins.py:4793
3081
#: bzrlib/builtins.py:4835
3085
3082
msgid "Show testament (signing-form) of a revision."
3088
3085
# help of 'long' option of 'testament' command
3089
#: bzrlib/builtins.py:4796
3086
#: bzrlib/builtins.py:4838
3090
3087
msgid "Produce long-format testament."
3093
3090
# help of 'strict' option of 'testament' command
3094
#: bzrlib/builtins.py:4798
3091
#: bzrlib/builtins.py:4840
3095
3092
msgid "Produce a strict-format testament."
3098
#: bzrlib/builtins.py:4824
3095
#: bzrlib/builtins.py:4866
3099
3096
msgid "Show the origin of each line in a file."
3102
#: bzrlib/builtins.py:4826
3099
#: bzrlib/builtins.py:4868
3104
3101
"This prints out the given file with an annotation on the left side\n"
3105
3102
"indicating which revision, author and date introduced the change."
3108
#: bzrlib/builtins.py:4829
3105
#: bzrlib/builtins.py:4871
3110
3107
"If the origin is the same for a run of consecutive lines, it is\n"
3111
3108
"shown only at the top, unless the --all option is given."
3114
3111
# help of 'all' option of 'annotate' command
3115
#: bzrlib/builtins.py:4837
3112
#: bzrlib/builtins.py:4879
3116
3113
msgid "Show annotations on all lines."
3119
3116
# help of 'long' option of 'annotate' command
3120
#: bzrlib/builtins.py:4838
3117
#: bzrlib/builtins.py:4880
3121
3118
msgid "Show commit date in annotations."
3124
#: bzrlib/builtins.py:4925
3121
#: bzrlib/builtins.py:4967
3125
3122
msgid "Cannot sign a range of non-revision-history revisions"
3128
#: bzrlib/builtins.py:4937
3125
#: bzrlib/builtins.py:4979
3129
3126
msgid "Please supply either one revision, or a range."
3132
#: bzrlib/builtins.py:4941
3129
#: bzrlib/builtins.py:4983
3134
3131
"Convert the current branch into a checkout of the supplied branch.\n"
3135
3132
"If no branch is supplied, rebind to the last bound location."
3138
#: bzrlib/builtins.py:4944
3135
#: bzrlib/builtins.py:4986
3140
3137
"Once converted into a checkout, commits must succeed on the master branch\n"
3141
3138
"before they will be applied to the local branch."
3144
#: bzrlib/builtins.py:4947
3141
#: bzrlib/builtins.py:4989
3146
3143
"Bound branches use the nickname of its master branch unless it is set\n"
3147
3144
"locally, in which case binding will update the local nickname to be\n"
3148
3145
"that of the master."
3151
#: bzrlib/builtins.py:4962
3148
#: bzrlib/builtins.py:5004
3152
3149
msgid "No location supplied. This format does not remember old locations."
3155
#: bzrlib/builtins.py:4967
3152
#: bzrlib/builtins.py:5009
3156
3153
msgid "Branch is already bound"
3159
#: bzrlib/builtins.py:4969
3156
#: bzrlib/builtins.py:5011
3160
3157
msgid "No location supplied and no previous location known"
3163
#: bzrlib/builtins.py:4975
3160
#: bzrlib/builtins.py:5017
3164
3161
msgid "These branches have diverged. Try merging, and then bind again."
3167
#: bzrlib/builtins.py:4982
3164
#: bzrlib/builtins.py:5024
3168
3165
msgid "Convert the current checkout into a regular branch."
3171
#: bzrlib/builtins.py:4984
3168
#: bzrlib/builtins.py:5026
3173
3170
"After unbinding, the local branch is considered independent and subsequent\n"
3174
3171
"commits will be local only."
3177
#: bzrlib/builtins.py:4995
3174
#: bzrlib/builtins.py:5037
3178
3175
msgid "Local branch is not bound"
3181
#: bzrlib/builtins.py:4999
3178
#: bzrlib/builtins.py:5041
3182
3179
msgid "Remove the last committed revision."
3185
#: bzrlib/builtins.py:5001
3182
#: bzrlib/builtins.py:5043
3187
3184
"--verbose will print out what is being removed.\n"
3188
3185
"--dry-run will go through all the motions, but not actually\n"
3189
3186
"remove anything."
3192
#: bzrlib/builtins.py:5005
3189
#: bzrlib/builtins.py:5047
3194
3191
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3195
3192
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3196
3193
"branch at revision 15."
3199
#: bzrlib/builtins.py:5009
3196
#: bzrlib/builtins.py:5051
3201
3198
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3202
3199
"it may make is to restore any pending merges that were present before\n"
3206
3203
# help of 'dry-run' option of 'uncommit' command
3207
#: bzrlib/builtins.py:5020
3204
#: bzrlib/builtins.py:5062
3208
3205
msgid "Don't actually make changes."
3211
3208
# help of 'force' option of 'uncommit' command
3212
#: bzrlib/builtins.py:5021
3209
#: bzrlib/builtins.py:5063
3213
3210
msgid "Say yes to all questions."
3216
3213
# help of 'keep-tags' option of 'uncommit' command
3217
#: bzrlib/builtins.py:5023
3214
#: bzrlib/builtins.py:5065
3218
3215
msgid "Keep tags that point to removed revisions."
3221
3218
# help of 'local' option of 'uncommit' command
3222
#: bzrlib/builtins.py:5025
3219
#: bzrlib/builtins.py:5067
3223
3220
msgid "Only remove the commits from the local branch when in a checkout."
3226
#: bzrlib/builtins.py:5074
3223
#: bzrlib/builtins.py:5116
3227
3224
msgid "No revisions to uncommit.\n"
3230
#: bzrlib/builtins.py:5089
3227
#: bzrlib/builtins.py:5131
3231
3228
msgid "Dry-run, pretending to remove the above revisions.\n"
3234
#: bzrlib/builtins.py:5092
3231
#: bzrlib/builtins.py:5134
3235
3232
msgid "The above revision(s) will be removed.\n"
3238
#: bzrlib/builtins.py:5096
3235
#: bzrlib/builtins.py:5138
3239
3236
msgid "Uncommit these revisions"
3242
#: bzrlib/builtins.py:5099
3239
#: bzrlib/builtins.py:5141
3243
3240
msgid "Canceled\n"
3246
#: bzrlib/builtins.py:5106
3243
#: bzrlib/builtins.py:5148
3247
3244
#, python-format
3249
3246
"You can restore the old tip by running:\n"
3250
3247
" bzr pull . -r revid:%s\n"
3253
#: bzrlib/builtins.py:5111
3250
#: bzrlib/builtins.py:5153
3254
3251
msgid "Break a dead lock."
3257
#: bzrlib/builtins.py:5113
3254
#: bzrlib/builtins.py:5155
3259
3256
"This command breaks a lock on a repository, branch, working directory or\n"
3263
#: bzrlib/builtins.py:5116
3260
#: bzrlib/builtins.py:5158
3265
3262
"CAUTION: Locks should only be broken when you are sure that the process\n"
3266
3263
"holding the lock has been stopped."
3269
#: bzrlib/builtins.py:5119
3266
#: bzrlib/builtins.py:5161
3271
3268
"You can get information on what locks are open via the 'bzr info\n"
3272
3269
"[location]' command."
3275
#: bzrlib/builtins.py:5122
3272
#: bzrlib/builtins.py:5164
3278
3275
" bzr break-lock\n"
3283
3280
# help of 'config' option of 'break-lock' command
3284
#: bzrlib/builtins.py:5131
3281
#: bzrlib/builtins.py:5173
3285
3282
msgid "LOCATION is the directory where the config lock is."
3288
3285
# help of 'force' option of 'break-lock' command
3289
#: bzrlib/builtins.py:5133
3286
#: bzrlib/builtins.py:5175
3290
3287
msgid "Do not ask for confirmation before breaking the lock."
3293
#: bzrlib/builtins.py:5169
3290
#: bzrlib/builtins.py:5211
3294
3291
msgid "Run the bzr server."
3297
3294
# help of 'inet' option of 'serve' command
3298
#: bzrlib/builtins.py:5175
3295
#: bzrlib/builtins.py:5217
3299
3296
msgid "Serve on stdin/out for use from inetd or sshd."
3302
3299
# title of 'protocol' option of 'serve' command
3303
#: bzrlib/builtins.py:5176
3300
#: bzrlib/builtins.py:5218
3304
3301
msgid "protocol"
3307
3304
# help of 'protocol' option of 'serve' command
3308
#: bzrlib/builtins.py:5177
3305
#: bzrlib/builtins.py:5219
3309
3306
msgid "Protocol to serve."
3312
3309
# help of 'port' option of 'serve' command
3313
#: bzrlib/builtins.py:5181
3310
#: bzrlib/builtins.py:5223
3315
3312
"Listen for connections on nominated port of the form [hostname:]portnumber. "
3316
3313
"Passing 0 as the port number will result in a dynamically allocated port. "
3332
3329
"uncontrolled write access to your file system."
3335
#: bzrlib/builtins.py:5234
3332
#: bzrlib/builtins.py:5276
3336
3333
msgid "Combine a tree into its containing tree."
3339
#: bzrlib/builtins.py:5236
3336
#: bzrlib/builtins.py:5278
3340
3337
msgid "This command requires the target tree to be in a rich-root format."
3343
#: bzrlib/builtins.py:5238
3340
#: bzrlib/builtins.py:5280
3345
3342
"The TREE argument should be an independent tree, inside another tree, but\n"
3346
3343
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3347
3344
"running \"bzr branch\" with the target inside a tree.)"
3350
#: bzrlib/builtins.py:5242
3347
#: bzrlib/builtins.py:5284
3352
3349
"The result is a combined tree, with the subtree no longer an independent\n"
3353
3350
"part. This is marked as a merge of the subtree into the containing tree,\n"
3354
3351
"and all history is preserved."
3357
#: bzrlib/builtins.py:5260
3354
#: bzrlib/builtins.py:5302
3358
3355
#, python-format
3360
3357
"Can't join trees because %s doesn't support rich root data.\n"
3361
3358
"You can use bzr upgrade on the repository."
3364
#: bzrlib/builtins.py:5270 bzrlib/builtins.py:5276
3361
#: bzrlib/builtins.py:5312 bzrlib/builtins.py:5318
3365
3362
msgid "Cannot join {0}. {1}"
3368
#: bzrlib/builtins.py:5280
3365
#: bzrlib/builtins.py:5322
3369
3366
msgid "Split a subdirectory of a tree into a separate tree."
3372
#: bzrlib/builtins.py:5282
3369
#: bzrlib/builtins.py:5324
3374
3371
"This command will produce a target tree in a format that supports\n"
3375
3372
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3376
3373
"converted into earlier formats like 'dirstate-tags'."
3379
#: bzrlib/builtins.py:5286
3376
#: bzrlib/builtins.py:5328
3381
3378
"The TREE argument should be a subdirectory of a working tree. That\n"
3382
3379
"subdirectory will be converted into an independent tree, with its own\n"
3383
3380
"branch. Commits in the top-level tree will not apply to the new subtree."
3386
#: bzrlib/builtins.py:5366
3383
#: bzrlib/builtins.py:5408
3387
3384
msgid "No submit branch specified or known"
3390
#: bzrlib/builtins.py:5374 bzrlib/send.py:105
3387
#: bzrlib/builtins.py:5416 bzrlib/send.py:105
3391
3388
msgid "No public branch specified or known"
3394
#: bzrlib/builtins.py:5379
3391
#: bzrlib/builtins.py:5421
3395
3392
msgid "bzr merge-directive takes at most two one revision identifiers"
3398
#: bzrlib/builtins.py:5388
3395
#: bzrlib/builtins.py:5430
3399
3396
msgid "No revisions to bundle."
3402
#: bzrlib/builtins.py:5407
3399
#: bzrlib/builtins.py:5449
3403
3400
msgid "Mail or create a merge-directive for submitting changes."
3406
#: bzrlib/builtins.py:5409
3403
#: bzrlib/builtins.py:5451
3407
3404
msgid "A merge directive provides many things needed for requesting merges:"
3410
#: bzrlib/builtins.py:5411
3407
#: bzrlib/builtins.py:5453
3411
3408
msgid "* A machine-readable description of the merge to perform"
3414
#: bzrlib/builtins.py:5413
3411
#: bzrlib/builtins.py:5455
3415
3412
msgid "* An optional patch that is a preview of the changes requested"
3418
#: bzrlib/builtins.py:5415
3415
#: bzrlib/builtins.py:5457
3420
3417
"* An optional bundle of revision data, so that the changes can be applied\n"
3421
3418
" directly from the merge directive, without retrieving data from a\n"
3425
#: bzrlib/builtins.py:5419
3422
#: bzrlib/builtins.py:5461
3427
3424
"`bzr send` creates a compact data set that, when applied using bzr\n"
3428
3425
"merge, has the same effect as merging from the source branch. "
3431
#: bzrlib/builtins.py:5422
3428
#: bzrlib/builtins.py:5464
3433
3430
"By default the merge directive is self-contained and can be applied to any\n"
3434
3431
"branch containing submit_branch in its ancestory without needing access to\n"
3435
3432
"the source branch."
3438
#: bzrlib/builtins.py:5426
3435
#: bzrlib/builtins.py:5468
3440
3437
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3441
3438
"revisions, but only a structured request to merge from the\n"
3530
3527
# help of 'output' option of 'send' command
3531
#: bzrlib/builtins.py:5501
3528
#: bzrlib/builtins.py:5543
3532
3529
msgid "Write merge directive to this file or directory; use - for stdout."
3535
3532
# help of 'strict' option of 'send' command
3536
#: bzrlib/builtins.py:5505
3533
#: bzrlib/builtins.py:5547
3538
3535
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3539
3536
"strict disables the check."
3542
3539
# help of 'mail-to' option of 'send' command
3543
#: bzrlib/builtins.py:5507
3540
#: bzrlib/builtins.py:5549
3544
3541
msgid "Mail the request to this address."
3547
3544
# help of 'body' option of 'send' command
3548
#: bzrlib/builtins.py:5511
3545
#: bzrlib/builtins.py:5553
3549
3546
msgid "Body for the email."
3552
3549
# help of 'no-bundle' option of 'send' command
3553
#: bzrlib/builtins.py:5564
3550
#: bzrlib/builtins.py:5606
3554
3551
msgid "Do not include a bundle in the merge directive."
3557
3554
# help of 'no-patch' option of 'send' command
3558
#: bzrlib/builtins.py:5565
3555
#: bzrlib/builtins.py:5607
3559
3556
msgid "Do not include a preview patch in the merge directive."
3562
3559
# help of 'remember' option of 'send' command
3563
#: bzrlib/builtins.py:5568
3560
#: bzrlib/builtins.py:5610
3564
3561
msgid "Remember submit and public branch."
3567
3564
# help of 'from' option of 'send' command
3568
#: bzrlib/builtins.py:5570
3565
#: bzrlib/builtins.py:5612
3570
3567
"Branch to generate the submission from, rather than the one containing the "
3571
3568
"working directory."
3574
3571
# title of 'format' option of 'send' command
3575
#: bzrlib/builtins.py:5580
3572
#: bzrlib/builtins.py:5622
3579
3576
# help of 'format' option of 'send' command
3580
#: bzrlib/builtins.py:5581
3577
#: bzrlib/builtins.py:5623
3581
3578
msgid "Use the specified output format."
3584
#: bzrlib/builtins.py:5603
3581
#: bzrlib/builtins.py:5645
3585
3582
msgid "Create, remove or modify a tag naming a revision."
3588
#: bzrlib/builtins.py:5605
3585
#: bzrlib/builtins.py:5647
3590
3587
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3591
3588
"(--revision) option can be given -rtag:X, where X is any previously\n"
3595
#: bzrlib/builtins.py:5609
3592
#: bzrlib/builtins.py:5651
3597
3594
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3598
3595
"along when you branch, push, pull or merge."
3601
#: bzrlib/builtins.py:5612
3598
#: bzrlib/builtins.py:5654
3603
3600
"It is an error to give a tag name that already exists unless you pass\n"
3604
3601
"--force, in which case the tag is moved to point to the new revision."
3607
#: bzrlib/builtins.py:5615
3604
#: bzrlib/builtins.py:5657
3609
3606
"To rename a tag (change the name but keep it on the same revsion), run "
3611
3608
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3614
#: bzrlib/builtins.py:5618
3611
#: bzrlib/builtins.py:5660
3616
3613
"If no tag name is specified it will be determined through the \n"
3617
3614
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3622
3619
# help of 'delete' option of 'tag' command
3623
#: bzrlib/builtins.py:5628
3620
#: bzrlib/builtins.py:5670
3624
3621
msgid "Delete this tag rather than placing it."
3627
3624
# help of 'directory' option of 'tag' command
3628
#: bzrlib/builtins.py:5631
3625
#: bzrlib/builtins.py:5673
3629
3626
msgid "Branch in which to place the tag."
3632
3629
# help of 'force' option of 'tag' command
3633
#: bzrlib/builtins.py:5633
3630
#: bzrlib/builtins.py:5675
3634
3631
msgid "Replace existing tags."
3637
#: bzrlib/builtins.py:5648
3634
#: bzrlib/builtins.py:5690
3638
3635
msgid "No tag specified to delete."
3641
#: bzrlib/builtins.py:5650
3638
#: bzrlib/builtins.py:5692
3642
3639
#, python-format
3643
3640
msgid "Deleted tag %s."
3646
#: bzrlib/builtins.py:5655
3643
#: bzrlib/builtins.py:5697
3647
3644
msgid "Tags can only be placed on a single revision, not on a range"
3650
#: bzrlib/builtins.py:5664
3647
#: bzrlib/builtins.py:5706
3651
3648
msgid "Please specify a tag name."
3654
#: bzrlib/builtins.py:5672
3651
#: bzrlib/builtins.py:5714
3655
3652
#, python-format
3656
3653
msgid "Tag %s already exists for that revision."
3659
#: bzrlib/builtins.py:5676
3656
#: bzrlib/builtins.py:5718
3660
3657
#, python-format
3661
3658
msgid "Created tag %s."
3664
#: bzrlib/builtins.py:5678
3661
#: bzrlib/builtins.py:5720
3665
3662
#, python-format
3666
3663
msgid "Updated tag %s."
3669
#: bzrlib/builtins.py:5682
3666
#: bzrlib/builtins.py:5724
3670
3667
msgid "List tags."
3673
#: bzrlib/builtins.py:5684
3670
#: bzrlib/builtins.py:5726
3675
3672
"This command shows a table of tag names and the revisions they reference."
3678
3675
# help of 'directory' option of 'tags' command
3679
#: bzrlib/builtins.py:5690
3676
#: bzrlib/builtins.py:5732
3680
3677
msgid "Branch whose tags should be displayed."
3683
3680
# help of 'sort' option of 'tags' command
3684
#: bzrlib/builtins.py:5692
3681
#: bzrlib/builtins.py:5734
3685
3682
msgid "Sort tags by different criteria."
3688
3685
# title of 'sort' option of 'tags' command
3689
#: bzrlib/builtins.py:5692
3686
#: bzrlib/builtins.py:5734
3690
3687
msgid "Sorting"
3693
#: bzrlib/builtins.py:5737
3690
#: bzrlib/builtins.py:5779
3694
3691
msgid "Reconfigure the type of a bzr directory."
3697
#: bzrlib/builtins.py:5739
3694
#: bzrlib/builtins.py:5781
3698
3695
msgid "A target configuration must be specified."
3701
#: bzrlib/builtins.py:5741
3698
#: bzrlib/builtins.py:5783
3703
3700
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3704
3701
"The order of preference is\n"
3712
3709
# title of 'tree_type' option of 'reconfigure' command
3713
#: bzrlib/builtins.py:5755
3710
#: bzrlib/builtins.py:5797
3714
3711
msgid "Tree type"
3717
3714
# help of 'tree_type' option of 'reconfigure' command
3718
#: bzrlib/builtins.py:5756
3715
#: bzrlib/builtins.py:5798
3719
3716
msgid "The relation between branch and tree."
3722
3719
# title of 'repository_type' option of 'reconfigure' command
3723
#: bzrlib/builtins.py:5766
3720
#: bzrlib/builtins.py:5808
3724
3721
msgid "Repository type"
3727
3724
# help of 'repository_type' option of 'reconfigure' command
3728
#: bzrlib/builtins.py:5767
3725
#: bzrlib/builtins.py:5809
3729
3726
msgid "Location fo the repository."
3732
3729
# title of 'repository_trees' option of 'reconfigure' command
3733
#: bzrlib/builtins.py:5775
3730
#: bzrlib/builtins.py:5817
3734
3731
msgid "Trees in Repository"
3737
3734
# help of 'repository_trees' option of 'reconfigure' command
3738
#: bzrlib/builtins.py:5776
3735
#: bzrlib/builtins.py:5818
3739
3736
msgid "Whether new branches in the repository have trees."
3742
3739
# help of 'bind-to' option of 'reconfigure' command
3743
#: bzrlib/builtins.py:5783
3740
#: bzrlib/builtins.py:5825
3744
3741
msgid "Branch to bind checkout to."
3747
3744
# help of 'force' option of 'reconfigure' command
3748
#: bzrlib/builtins.py:5785
3745
#: bzrlib/builtins.py:5827
3749
3746
msgid "Perform reconfiguration even if local changes will be lost."
3752
3749
# help of 'stacked-on' option of 'reconfigure' command
3753
#: bzrlib/builtins.py:5788
3750
#: bzrlib/builtins.py:5830
3754
3751
msgid "Reconfigure a branch to be stacked on another branch."
3757
3754
# help of 'unstacked' option of 'reconfigure' command
3758
#: bzrlib/builtins.py:5792
3755
#: bzrlib/builtins.py:5834
3760
3757
"Reconfigure a branch to be unstacked. This may require copying substantial "
3761
3758
"data into it."
3764
#: bzrlib/builtins.py:5802
3761
#: bzrlib/builtins.py:5844
3765
3762
msgid "Can't use both --stacked-on and --unstacked"
3768
#: bzrlib/builtins.py:5816
3765
#: bzrlib/builtins.py:5858
3769
3766
msgid "No target configuration specified"
3772
#: bzrlib/builtins.py:5851
3769
#: bzrlib/builtins.py:5893
3773
3770
msgid "Set the branch of a checkout and update."
3776
#: bzrlib/builtins.py:5853
3773
#: bzrlib/builtins.py:5895
3778
3775
"For lightweight checkouts, this changes the branch being referenced.\n"
3779
3776
"For heavyweight checkouts, this checks that there are no local commits\n"
3854
3851
"want to switch back to your view after that."
3857
#: bzrlib/builtins.py:5967
3854
#: bzrlib/builtins.py:6009
3860
3857
" To define the current view::"
3863
#: bzrlib/builtins.py:5970
3860
#: bzrlib/builtins.py:6012
3864
3861
msgid " bzr view file1 dir1 ..."
3867
#: bzrlib/builtins.py:5972
3864
#: bzrlib/builtins.py:6014
3868
3865
msgid " To list the current view::"
3871
#: bzrlib/builtins.py:5974
3868
#: bzrlib/builtins.py:6016
3872
3869
msgid " bzr view"
3875
#: bzrlib/builtins.py:5976
3872
#: bzrlib/builtins.py:6018
3876
3873
msgid " To delete the current view::"
3879
#: bzrlib/builtins.py:5978
3876
#: bzrlib/builtins.py:6020
3880
3877
msgid " bzr view --delete"
3883
#: bzrlib/builtins.py:5980
3880
#: bzrlib/builtins.py:6022
3884
3881
msgid " To disable the current view without deleting it::"
3887
#: bzrlib/builtins.py:5982
3884
#: bzrlib/builtins.py:6024
3888
3885
msgid " bzr view --switch off"
3891
#: bzrlib/builtins.py:5984
3888
#: bzrlib/builtins.py:6026
3892
3889
msgid " To define a named view and switch to it::"
3895
#: bzrlib/builtins.py:5986
3892
#: bzrlib/builtins.py:6028
3896
3893
msgid " bzr view --name view-name file1 dir1 ..."
3899
#: bzrlib/builtins.py:5988
3896
#: bzrlib/builtins.py:6030
3900
3897
msgid " To list a named view::"
3903
#: bzrlib/builtins.py:5990
3900
#: bzrlib/builtins.py:6032
3904
3901
msgid " bzr view --name view-name"
3907
#: bzrlib/builtins.py:5992
3904
#: bzrlib/builtins.py:6034
3908
3905
msgid " To delete a named view::"
3911
#: bzrlib/builtins.py:5994
3908
#: bzrlib/builtins.py:6036
3912
3909
msgid " bzr view --name view-name --delete"
3915
#: bzrlib/builtins.py:5996
3912
#: bzrlib/builtins.py:6038
3916
3913
msgid " To switch to a named view::"
3919
#: bzrlib/builtins.py:5998
3916
#: bzrlib/builtins.py:6040
3920
3917
msgid " bzr view --switch view-name"
3923
#: bzrlib/builtins.py:6000
3920
#: bzrlib/builtins.py:6042
3924
3921
msgid " To list all views defined::"
3927
#: bzrlib/builtins.py:6002
3924
#: bzrlib/builtins.py:6044
3928
3925
msgid " bzr view --all"
3931
#: bzrlib/builtins.py:6004
3928
#: bzrlib/builtins.py:6046
3932
3929
msgid " To delete all views::"
3935
#: bzrlib/builtins.py:6006
3932
#: bzrlib/builtins.py:6048
3936
3933
msgid " bzr view --delete --all"
3939
3936
# help of 'all' option of 'view' command
3940
#: bzrlib/builtins.py:6013
3937
#: bzrlib/builtins.py:6055
3941
3938
msgid "Apply list or delete action to all views."
3944
3941
# help of 'delete' option of 'view' command
3945
#: bzrlib/builtins.py:6016
3942
#: bzrlib/builtins.py:6058
3946
3943
msgid "Delete the view."
3949
3946
# help of 'name' option of 'view' command
3950
#: bzrlib/builtins.py:6019
3947
#: bzrlib/builtins.py:6061
3951
3948
msgid "Name of the view to define, list or delete."
3954
3951
# help of 'switch' option of 'view' command
3955
#: bzrlib/builtins.py:6023
3952
#: bzrlib/builtins.py:6065
3956
3953
msgid "Name of the view to switch to."
3959
#: bzrlib/builtins.py:6042
3956
#: bzrlib/builtins.py:6084
3960
3957
msgid "Both --delete and a file list specified"
3963
#: bzrlib/builtins.py:6045
3960
#: bzrlib/builtins.py:6087
3964
3961
msgid "Both --delete and --switch specified"
3967
#: bzrlib/builtins.py:6048
3964
#: bzrlib/builtins.py:6090
3968
3965
msgid "Deleted all views.\n"
3971
#: bzrlib/builtins.py:6050
3968
#: bzrlib/builtins.py:6092
3972
3969
msgid "No current view to delete"
3975
#: bzrlib/builtins.py:6053
3972
#: bzrlib/builtins.py:6095
3976
3973
#, python-format
3977
3974
msgid "Deleted '%s' view.\n"
3980
#: bzrlib/builtins.py:6057
3977
#: bzrlib/builtins.py:6099
3981
3978
msgid "Both --switch and a file list specified"
3984
#: bzrlib/builtins.py:6060
3981
#: bzrlib/builtins.py:6102
3985
3982
msgid "Both --switch and --all specified"
3988
#: bzrlib/builtins.py:6063
3985
#: bzrlib/builtins.py:6105
3989
3986
msgid "No current view to disable"
3992
#: bzrlib/builtins.py:6065
3989
#: bzrlib/builtins.py:6107
3993
3990
#, python-format
3994
3991
msgid "Disabled '%s' view.\n"
3997
#: bzrlib/builtins.py:6069 bzrlib/builtins.py:6091
3994
#: bzrlib/builtins.py:6111 bzrlib/builtins.py:6133
3998
3995
msgid "Using '{0}' view: {1}\n"
4001
#: bzrlib/builtins.py:6072
3998
#: bzrlib/builtins.py:6114
4002
3999
msgid "Views defined:\n"
4005
#: bzrlib/builtins.py:6081
4002
#: bzrlib/builtins.py:6123
4006
4003
msgid "No views defined.\n"
4009
#: bzrlib/builtins.py:6088
4006
#: bzrlib/builtins.py:6130
4010
4007
msgid "Cannot change the 'off' pseudo view"
4013
#: bzrlib/builtins.py:6096
4010
#: bzrlib/builtins.py:6138
4014
4011
msgid "No current view.\n"
4017
#: bzrlib/builtins.py:6099
4014
#: bzrlib/builtins.py:6141
4018
4015
msgid "'{0}' view is: {1}\n"
4021
#: bzrlib/builtins.py:6119
4018
#: bzrlib/builtins.py:6161
4022
4019
msgid " <no hooks installed>\n"
4025
#: bzrlib/builtins.py:6123
4022
#: bzrlib/builtins.py:6165
4026
4023
msgid "Remove a branch."
4029
#: bzrlib/builtins.py:6125
4026
#: bzrlib/builtins.py:6167
4031
4028
"This will remove the branch from the specified location but \n"
4032
4029
"will keep any working tree or repository in place."
4035
#: bzrlib/builtins.py:6130
4032
#: bzrlib/builtins.py:6172
4036
4033
msgid " Remove the branch at repo/trunk::"
4039
#: bzrlib/builtins.py:6132
4036
#: bzrlib/builtins.py:6174
4040
4037
msgid " bzr remove-branch repo/trunk"
4043
#: bzrlib/builtins.py:6148
4040
#: bzrlib/builtins.py:6190
4044
4041
msgid "Temporarily set aside some changes from the current tree."
4047
#: bzrlib/builtins.py:6150
4044
#: bzrlib/builtins.py:6192
4049
4046
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4050
4047
"ie. out of the way, until a later time when you can bring them back from\n"
4065
4062
"shelve all text changes at once, use shelve --all."
4068
#: bzrlib/builtins.py:6163
4065
#: bzrlib/builtins.py:6205
4070
4067
"If filenames are specified, only the changes to those files will be\n"
4071
4068
"shelved. Other files will be left untouched."
4074
#: bzrlib/builtins.py:6166
4071
#: bzrlib/builtins.py:6208
4076
4073
"If a revision is specified, changes since that revision will be shelved."
4079
#: bzrlib/builtins.py:6168
4076
#: bzrlib/builtins.py:6210
4081
4078
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4082
4079
"restore the most recently shelved changes."
4085
#: bzrlib/builtins.py:6171
4082
#: bzrlib/builtins.py:6213
4087
4084
"For complicated changes, it is possible to edit the changes in a separate\n"
4088
4085
"editor program to decide what the file remaining in the working copy\n"
4089
4086
"should look like. To do this, add the configuration option"
4092
#: bzrlib/builtins.py:6175
4089
#: bzrlib/builtins.py:6217
4093
4090
msgid " change_editor = PROGRAM @new_path @old_path"
4096
#: bzrlib/builtins.py:6177
4093
#: bzrlib/builtins.py:6219
4098
4095
"where @new_path is replaced with the path of the new version of the \n"
4099
4096
"file and @old_path is replaced with the path of the old version of \n"
4105
4102
# help of 'all' option of 'shelve' command
4106
#: bzrlib/builtins.py:6189
4103
#: bzrlib/builtins.py:6231
4107
4104
msgid "Shelve all changes."
4110
4107
# help of 'writer' option of 'shelve' command
4111
#: bzrlib/builtins.py:6191
4108
#: bzrlib/builtins.py:6233
4112
4109
msgid "Method to use for writing diffs."
4115
4112
# title of 'writer' option of 'shelve' command
4116
#: bzrlib/builtins.py:6191
4113
#: bzrlib/builtins.py:6233
4120
4117
# help of 'list' option of 'shelve' command
4121
#: bzrlib/builtins.py:6195
4118
#: bzrlib/builtins.py:6237
4122
4119
msgid "List shelved changes."
4125
4122
# help of 'destroy' option of 'shelve' command
4126
#: bzrlib/builtins.py:6197
4123
#: bzrlib/builtins.py:6239
4127
4124
msgid "Destroy removed changes instead of shelving them."
4130
#: bzrlib/builtins.py:6226
4127
#: bzrlib/builtins.py:6268
4131
4128
msgid "No shelved changes."
4134
#: bzrlib/builtins.py:6237
4131
#: bzrlib/builtins.py:6279
4135
4132
msgid "Restore shelved changes."
4138
#: bzrlib/builtins.py:6239
4135
#: bzrlib/builtins.py:6281
4140
4137
"By default, the most recently shelved changes are restored. However if you\n"
4141
4138
"specify a shelf by id those changes will be restored instead. This works\n"
4145
4142
# help of 'action' option of 'unshelve' command
4146
#: bzrlib/builtins.py:6248
4143
#: bzrlib/builtins.py:6290
4147
4144
msgid "The action to perform."
4150
#: bzrlib/builtins.py:6270
4147
#: bzrlib/builtins.py:6312
4151
4148
msgid "Remove unwanted files from working tree."
4154
#: bzrlib/builtins.py:6272
4151
#: bzrlib/builtins.py:6314
4156
4153
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4157
4154
"files are never deleted."
4160
#: bzrlib/builtins.py:6275
4157
#: bzrlib/builtins.py:6317
4162
4159
"Another class is 'detritus', which includes files emitted by bzr during\n"
4163
4160
"normal operations and selftests. (The value of these files decreases with\n"
4167
#: bzrlib/builtins.py:6279
4164
#: bzrlib/builtins.py:6321
4169
4166
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4170
4167
"flags are respected, and may be combined."
4173
#: bzrlib/builtins.py:6282
4170
#: bzrlib/builtins.py:6324
4174
4171
msgid "To check what clean-tree will do, use --dry-run."
4177
4174
# help of 'ignored' option of 'clean-tree' command
4178
#: bzrlib/builtins.py:6285
4175
#: bzrlib/builtins.py:6327
4179
4176
msgid "Delete all ignored files."
4182
4179
# help of 'detritus' option of 'clean-tree' command
4183
#: bzrlib/builtins.py:6286
4180
#: bzrlib/builtins.py:6328
4185
4182
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4188
4185
# help of 'unknown' option of 'clean-tree' command
4189
#: bzrlib/builtins.py:6289
4186
#: bzrlib/builtins.py:6331
4190
4187
msgid "Delete files unknown to bzr (default)."
4193
4190
# help of 'dry-run' option of 'clean-tree' command
4194
#: bzrlib/builtins.py:6290
4191
#: bzrlib/builtins.py:6332
4195
4192
msgid "Show files to delete instead of deleting them."
4198
4195
# help of 'force' option of 'clean-tree' command
4199
#: bzrlib/builtins.py:6292
4196
#: bzrlib/builtins.py:6334
4200
4197
msgid "Do not prompt before deleting."
6590
6583
#: bzrlib/reconcile.py:165
6592
msgid "Fixing last revision info %s => %s"
6584
msgid "Fixing last revision info {0} => {1}"
6595
#: bzrlib/reconcile.py:171
6587
#: bzrlib/reconcile.py:172
6596
6588
msgid "revision_history ok."
6599
#: bzrlib/reconcile.py:232
6591
#: bzrlib/reconcile.py:233
6600
6592
msgid "Reading inventory data"
6603
#: bzrlib/reconcile.py:252 bzrlib/reconcile.py:382
6595
#: bzrlib/reconcile.py:253 bzrlib/reconcile.py:383
6604
6596
msgid "Inventory ok."
6607
#: bzrlib/reconcile.py:254 bzrlib/reconcile.py:384
6599
#: bzrlib/reconcile.py:255 bzrlib/reconcile.py:385
6608
6600
msgid "Backing up inventory"
6611
#: bzrlib/reconcile.py:256
6603
#: bzrlib/reconcile.py:257
6612
6604
msgid "Backup inventory created."
6615
#: bzrlib/reconcile.py:272 bzrlib/reconcile.py:403
6607
#: bzrlib/reconcile.py:273 bzrlib/reconcile.py:404
6616
6608
msgid "Writing weave"
6619
#: bzrlib/reconcile.py:275 bzrlib/reconcile.py:406
6611
#: bzrlib/reconcile.py:276 bzrlib/reconcile.py:407
6620
6612
msgid "Inventory regenerated."
6623
#: bzrlib/reconcile.py:369 bzrlib/reconcile.py:371 bzrlib/reconcile.py:374
6615
#: bzrlib/reconcile.py:370 bzrlib/reconcile.py:372 bzrlib/reconcile.py:375
6624
6616
msgid "Reading indexes"
6627
#: bzrlib/reconcile.py:378 bzrlib/reconcile.py:380
6619
#: bzrlib/reconcile.py:379 bzrlib/reconcile.py:381
6628
6620
msgid "Checking unused inventories"
6631
#: bzrlib/reconcile.py:386
6623
#: bzrlib/reconcile.py:387
6632
6624
msgid "Backup Inventory created"
6635
#: bzrlib/reconcile.py:444
6627
#: bzrlib/reconcile.py:445
6636
6628
msgid "Fixing text parents"