1875
#: bzrlib/builtins.py:2947
1886
#: bzrlib/builtins.py:2951
1876
1887
msgid "List ignored files and the patterns that matched them."
1879
#: bzrlib/builtins.py:2949
1890
#: bzrlib/builtins.py:2953
1881
1892
"List all the ignored files and the ignore pattern that caused the file to\n"
1885
#: bzrlib/builtins.py:2952
1896
#: bzrlib/builtins.py:2956
1886
1897
msgid "Alternatively, to list just the files::"
1889
#: bzrlib/builtins.py:2954
1900
#: bzrlib/builtins.py:2958
1890
1901
msgid " bzr ls --ignored"
1893
#: bzrlib/builtins.py:2988
1904
#: bzrlib/builtins.py:2992
1894
1905
#, python-format
1895
1906
msgid "not a valid revision-number: %r"
1898
#: bzrlib/builtins.py:2995
1909
#: bzrlib/builtins.py:2999
1899
1910
msgid "Export current or past revision to a destination directory or archive."
1902
#: bzrlib/builtins.py:2997
1913
#: bzrlib/builtins.py:3001
1903
1914
msgid "If no revision is specified this exports the last committed revision."
1906
#: bzrlib/builtins.py:2999
1917
#: bzrlib/builtins.py:3003
1908
1919
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
1909
1920
"given, try to find the format with the extension. If no extension\n"
1910
1921
"is found exports to a directory (equivalent to --format=dir)."
1913
#: bzrlib/builtins.py:3003
1924
#: bzrlib/builtins.py:3007
1915
1926
"If root is supplied, it will be used as the root directory inside\n"
1916
1927
"container formats (tar, zip, etc). If it is not supplied it will default\n"
1917
1928
"to the exported filename. The root option has no effect for 'dir' format."
1920
#: bzrlib/builtins.py:3007
1931
#: bzrlib/builtins.py:3011
1922
1933
"If branch is omitted then the branch containing the current working\n"
1923
1934
"directory will be used."
1926
#: bzrlib/builtins.py:3010
1937
#: bzrlib/builtins.py:3014
1927
1938
msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
1930
#: bzrlib/builtins.py:3012
1941
#: bzrlib/builtins.py:3016
1932
1943
" ================= =========================\n"
1933
1944
" Supported formats Autodetected by extension\n"
1943
1954
# help of 'format' option of 'export' command
1944
#: bzrlib/builtins.py:3026
1955
#: bzrlib/builtins.py:3030
1945
1956
msgid "Type of file to export to."
1948
1959
# help of 'filters' option of 'export' command
1949
#: bzrlib/builtins.py:3029
1960
#: bzrlib/builtins.py:3033
1950
1961
msgid "Apply content filters to export the convenient form."
1953
1964
# help of 'root' option of 'export' command
1954
#: bzrlib/builtins.py:3033
1965
#: bzrlib/builtins.py:3037
1955
1966
msgid "Name of the root directory inside the exported file."
1958
1969
# help of 'per-file-timestamps' option of 'export' command
1959
#: bzrlib/builtins.py:3035
1970
#: bzrlib/builtins.py:3039
1961
1972
"Set modification time of files to that of the last revision in which it was "
1965
#: bzrlib/builtins.py:3055
1976
#: bzrlib/builtins.py:3059
1966
1977
#, python-format
1967
1978
msgid "Unsupported export format: %s"
1970
#: bzrlib/builtins.py:3059
1981
#: bzrlib/builtins.py:3063
1971
1982
msgid "Write the contents of a file as of a given revision to standard output."
1974
#: bzrlib/builtins.py:3061
1985
#: bzrlib/builtins.py:3065
1975
1986
msgid "If no revision is nominated, the last revision is used."
1978
#: bzrlib/builtins.py:3063
1989
#: bzrlib/builtins.py:3067
1980
1991
"Note: Take care to redirect standard output when using this command on a\n"
1984
1995
# help of 'filters' option of 'cat' command
1985
#: bzrlib/builtins.py:3070
1996
#: bzrlib/builtins.py:3074
1986
1997
msgid "Apply content filters to display the convenience form."
1989
#: bzrlib/builtins.py:3081
2000
#: bzrlib/builtins.py:3085
1990
2001
msgid "bzr cat --revision takes exactly one revision specifier"
1993
#: bzrlib/builtins.py:3106 bzrlib/builtins.py:3118
2004
#: bzrlib/builtins.py:3110 bzrlib/builtins.py:3122
1994
2005
msgid "{0!r} is not present in revision {1}"
1997
#: bzrlib/builtins.py:3141
2008
#: bzrlib/builtins.py:3145
1998
2009
msgid "Commit changes into a new revision."
2001
#: bzrlib/builtins.py:3143
2012
#: bzrlib/builtins.py:3147
2003
2014
"An explanatory message needs to be given for each commit. This is\n"
2004
2015
"often done by using the --message option (getting the message from the\n"
2008
2019
"boilerplate text loaded into the editor, use the --show-diff option."
2011
#: bzrlib/builtins.py:3150
2022
#: bzrlib/builtins.py:3154
2013
2024
"By default, the entire tree is committed and the person doing the\n"
2014
2025
"commit is assumed to be the author. These defaults can be overridden\n"
2015
2026
"as explained below."
2018
#: bzrlib/builtins.py:3154
2029
#: bzrlib/builtins.py:3158
2019
2030
msgid ":Selective commits:"
2022
#: bzrlib/builtins.py:3156
2033
#: bzrlib/builtins.py:3160
2024
2035
" If selected files are specified, only changes to those files are\n"
2025
2036
" committed. If a directory is specified then the directory and\n"
2026
2037
" everything within it is committed."
2029
#: bzrlib/builtins.py:3160
2040
#: bzrlib/builtins.py:3164
2031
2042
" When excludes are given, they take precedence over selected files.\n"
2032
2043
" For example, to commit only changes within foo, but not changes\n"
2033
2044
" within foo/bar::"
2036
#: bzrlib/builtins.py:3164
2047
#: bzrlib/builtins.py:3168
2037
2048
msgid " bzr commit foo -x foo/bar"
2040
#: bzrlib/builtins.py:3166
2051
#: bzrlib/builtins.py:3170
2041
2052
msgid " A selective commit after a merge is not yet supported."
2044
#: bzrlib/builtins.py:3168
2055
#: bzrlib/builtins.py:3172
2045
2056
msgid ":Custom authors:"
2048
#: bzrlib/builtins.py:3170
2059
#: bzrlib/builtins.py:3174
2050
2061
" If the author of the change is not the same person as the committer,\n"
2051
2062
" you can specify the author's name using the --author option. The\n"
2090
2101
# help of 'exclude' option of 'commit' command
2091
#: bzrlib/builtins.py:3201
2102
#: bzrlib/builtins.py:3205
2092
2103
msgid "Do not consider changes made to a given path."
2095
2106
# help of 'message' option of 'commit' command
2096
#: bzrlib/builtins.py:3204
2107
#: bzrlib/builtins.py:3208
2097
2108
msgid "Description of the new revision."
2100
2111
# help of 'unchanged' option of 'commit' command
2101
#: bzrlib/builtins.py:3207
2112
#: bzrlib/builtins.py:3211
2102
2113
msgid "Commit even if nothing has changed."
2105
2116
# help of 'file' option of 'commit' command
2106
#: bzrlib/builtins.py:3211
2117
#: bzrlib/builtins.py:3215
2107
2118
msgid "Take commit message from this file."
2110
2121
# help of 'strict' option of 'commit' command
2111
#: bzrlib/builtins.py:3213
2122
#: bzrlib/builtins.py:3217
2112
2123
msgid "Refuse to commit if there are unknown files in the working tree."
2115
2126
# help of 'commit-time' option of 'commit' command
2116
#: bzrlib/builtins.py:3216
2127
#: bzrlib/builtins.py:3220
2118
2129
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2119
2130
"08:00:00 +0100'."
2122
2133
# help of 'fixes' option of 'commit' command
2123
#: bzrlib/builtins.py:3219
2134
#: bzrlib/builtins.py:3223
2124
2135
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2127
2138
# help of 'author' option of 'commit' command
2128
#: bzrlib/builtins.py:3222
2139
#: bzrlib/builtins.py:3226
2129
2140
msgid "Set the author's name, if it's different from the committer."
2132
2143
# help of 'local' option of 'commit' command
2133
#: bzrlib/builtins.py:3225
2144
#: bzrlib/builtins.py:3229
2135
2146
"Perform a local commit in a bound branch. Local commits are not pushed to "
2136
2147
"the master branch until a normal commit is performed."
2139
2150
# help of 'show-diff' option of 'commit' command
2140
#: bzrlib/builtins.py:3231
2151
#: bzrlib/builtins.py:3235
2142
2153
"When no message is supplied, show the diff along with the status summary in "
2143
2154
"the message editor."
2146
2157
# help of 'lossy' option of 'commit' command
2147
#: bzrlib/builtins.py:3234
2158
#: bzrlib/builtins.py:3238
2149
2160
"When committing to a foreign version control system do not push data that "
2150
2161
"can not be natively represented."
2153
#: bzrlib/builtins.py:3252
2164
#: bzrlib/builtins.py:3256
2154
2165
#, python-format
2156
2167
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2166
2177
"Commit refused."
2169
#: bzrlib/builtins.py:3270
2180
#: bzrlib/builtins.py:3274
2170
2181
#, python-format
2171
2182
msgid "Unrecognized bug %s. Commit refused."
2174
#: bzrlib/builtins.py:3273
2185
#: bzrlib/builtins.py:3277
2175
2186
#, python-format
2178
2189
"Commit refused."
2181
#: bzrlib/builtins.py:3297
2192
#: bzrlib/builtins.py:3301
2182
2193
msgid "Could not parse --commit-time: "
2185
#: bzrlib/builtins.py:3337
2196
#: bzrlib/builtins.py:3341
2186
2197
msgid "please specify either --message or --file"
2189
#: bzrlib/builtins.py:3366
2200
#: bzrlib/builtins.py:3370
2190
2201
msgid "please specify a commit message with either --message or --file"
2193
#: bzrlib/builtins.py:3369
2204
#: bzrlib/builtins.py:3373
2195
2206
"Empty commit message specified. Please specify a commit message with either "
2196
2207
"--message or --file or leave a blank message with --message \"\"."
2199
#: bzrlib/builtins.py:3389
2210
#: bzrlib/builtins.py:3393
2201
2212
"No changes to commit. Please 'bzr add' the files you want to commit, or use "
2202
2213
"--unchanged to force an empty commit."
2205
#: bzrlib/builtins.py:3393
2216
#: bzrlib/builtins.py:3397
2207
2218
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2208
2219
"resolve FILE\" to resolve."
2211
#: bzrlib/builtins.py:3397
2222
#: bzrlib/builtins.py:3401
2212
2223
msgid "Commit refused because there are unknown files in the working tree."
2215
#: bzrlib/builtins.py:3400
2226
#: bzrlib/builtins.py:3404
2218
2229
"To commit to master branch, run update and then commit.\n"
2219
2230
"You can also pass --local to commit to continue working disconnected."
2222
#: bzrlib/builtins.py:3408
2233
#: bzrlib/builtins.py:3412
2224
2235
"Validate working tree structure, branch consistency and repository history."
2227
#: bzrlib/builtins.py:3410
2238
#: bzrlib/builtins.py:3414
2229
2240
"This command checks various invariants about branch and repository storage\n"
2230
2241
"to detect data corruption or bzr bugs."
2233
#: bzrlib/builtins.py:3413
2244
#: bzrlib/builtins.py:3417
2235
2246
"The working tree and branch checks will only give output if a problem is\n"
2236
2247
"detected. The output fields of the repository check are:"
2239
#: bzrlib/builtins.py:3416
2250
#: bzrlib/builtins.py:3420
2242
2253
" This is just the number of revisions checked. It doesn't\n"
2243
2254
" indicate a problem."
2246
#: bzrlib/builtins.py:3420
2257
#: bzrlib/builtins.py:3424
2248
2259
"versionedfiles\n"
2249
2260
" This is just the number of versionedfiles checked. It\n"
2250
2261
" doesn't indicate a problem."
2253
#: bzrlib/builtins.py:3424
2264
#: bzrlib/builtins.py:3428
2255
2266
"unreferenced ancestors\n"
2256
2267
" Texts that are ancestors of other texts, but\n"
2274
2285
" indicate a problem."
2277
#: bzrlib/builtins.py:3439
2288
#: bzrlib/builtins.py:3443
2279
2290
"If no restrictions are specified, all Bazaar data that is found at the "
2281
2292
"location will be checked."
2284
#: bzrlib/builtins.py:3442
2295
#: bzrlib/builtins.py:3446
2285
2296
msgid ":Examples:"
2288
#: bzrlib/builtins.py:3444
2299
#: bzrlib/builtins.py:3448
2289
2300
msgid " Check the tree and branch at 'foo'::"
2292
#: bzrlib/builtins.py:3446
2303
#: bzrlib/builtins.py:3450
2293
2304
msgid " bzr check --tree --branch foo"
2296
#: bzrlib/builtins.py:3448
2307
#: bzrlib/builtins.py:3452
2297
2308
msgid " Check only the repository at 'bar'::"
2300
#: bzrlib/builtins.py:3450
2311
#: bzrlib/builtins.py:3454
2301
2312
msgid " bzr check --repo bar"
2304
#: bzrlib/builtins.py:3452
2315
#: bzrlib/builtins.py:3456
2305
2316
msgid " Check everything at 'baz'::"
2308
#: bzrlib/builtins.py:3454
2319
#: bzrlib/builtins.py:3458
2309
2320
msgid " bzr check baz"
2312
2323
# help of 'branch' option of 'check' command
2313
#: bzrlib/builtins.py:3460
2324
#: bzrlib/builtins.py:3464
2314
2325
msgid "Check the branch related to the current directory."
2317
2328
# help of 'repo' option of 'check' command
2318
#: bzrlib/builtins.py:3462
2329
#: bzrlib/builtins.py:3466
2319
2330
msgid "Check the repository related to the current directory."
2322
2333
# help of 'tree' option of 'check' command
2323
#: bzrlib/builtins.py:3464
2334
#: bzrlib/builtins.py:3468
2324
2335
msgid "Check the working tree related to the current directory."
2327
#: bzrlib/builtins.py:3478
2338
#: bzrlib/builtins.py:3482
2328
2339
msgid "Upgrade a repository, branch or working tree to a newer format."
2331
#: bzrlib/builtins.py:3480
2342
#: bzrlib/builtins.py:3484
2333
2344
"When the default format has changed after a major new release of\n"
2334
2345
"Bazaar, you may be informed during certain operations that you\n"
2369
#: bzrlib/builtins.py:3506
2380
#: bzrlib/builtins.py:3510
2371
2382
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2372
2383
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2375
2386
# help of 'format' option of 'upgrade' command
2376
#: bzrlib/builtins.py:3514
2387
#: bzrlib/builtins.py:3518
2377
2388
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2380
2391
# title of 'format' option of 'init' command
2381
#: bzrlib/builtins.py:3518
2392
#: bzrlib/builtins.py:3522
2382
2393
msgid "Branch format"
2385
2396
# help of 'clean' option of 'upgrade' command
2386
#: bzrlib/builtins.py:3520
2397
#: bzrlib/builtins.py:3524
2387
2398
msgid "Remove the backup.bzr directory if successful."
2390
#: bzrlib/builtins.py:3537
2401
#: bzrlib/builtins.py:3541
2391
2402
msgid "Show or set bzr user id."
2394
#: bzrlib/builtins.py:3539
2405
#: bzrlib/builtins.py:3543
2397
2408
" Show the email of the current user::"
2400
#: bzrlib/builtins.py:3542
2411
#: bzrlib/builtins.py:3546
2401
2412
msgid " bzr whoami --email"
2404
#: bzrlib/builtins.py:3544
2415
#: bzrlib/builtins.py:3548
2405
2416
msgid " Set the current user::"
2408
#: bzrlib/builtins.py:3546
2419
#: bzrlib/builtins.py:3550
2409
2420
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2412
2423
# help of 'email' option of 'whoami' command
2413
#: bzrlib/builtins.py:3550
2424
#: bzrlib/builtins.py:3554
2414
2425
msgid "Display email address only."
2417
2428
# help of 'branch' option of 'whoami' command
2418
#: bzrlib/builtins.py:3552
2429
#: bzrlib/builtins.py:3556
2419
2430
msgid "Set identity for the current branch instead of globally."
2422
#: bzrlib/builtins.py:3576
2433
#: bzrlib/builtins.py:3580
2423
2434
msgid "--email can only be used to display existing identity"
2426
#: bzrlib/builtins.py:3598
2437
#: bzrlib/builtins.py:3602
2427
2438
msgid "Print or set the branch nickname."
2430
#: bzrlib/builtins.py:3600
2441
#: bzrlib/builtins.py:3604
2432
2443
"If unset, the tree root directory name is used as the nickname.\n"
2433
2444
"To print the current nickname, execute with no argument."
2436
#: bzrlib/builtins.py:3603
2447
#: bzrlib/builtins.py:3607
2438
2449
"Bound branches use the nickname of its master branch unless it is set\n"
2442
#: bzrlib/builtins.py:3623
2453
#: bzrlib/builtins.py:3627
2443
2454
msgid "Set/unset and display aliases."
2446
#: bzrlib/builtins.py:3625
2457
#: bzrlib/builtins.py:3629
2449
2460
" Show the current aliases::"
2452
#: bzrlib/builtins.py:3628
2463
#: bzrlib/builtins.py:3632
2453
2464
msgid " bzr alias"
2456
#: bzrlib/builtins.py:3630
2467
#: bzrlib/builtins.py:3634
2457
2468
msgid " Show the alias specified for 'll'::"
2460
#: bzrlib/builtins.py:3632
2471
#: bzrlib/builtins.py:3636
2461
2472
msgid " bzr alias ll"
2464
#: bzrlib/builtins.py:3634
2475
#: bzrlib/builtins.py:3638
2465
2476
msgid " Set an alias for 'll'::"
2468
#: bzrlib/builtins.py:3636
2479
#: bzrlib/builtins.py:3640
2469
2480
msgid " bzr alias ll=\"log --line -r-10..-1\""
2472
#: bzrlib/builtins.py:3638
2483
#: bzrlib/builtins.py:3642
2473
2484
msgid " To remove an alias for 'll'::"
2476
#: bzrlib/builtins.py:3640
2487
#: bzrlib/builtins.py:3644
2477
2488
msgid " bzr alias --remove ll"
2480
2491
# help of 'remove' option of 'alias' command
2481
#: bzrlib/builtins.py:3645
2492
#: bzrlib/builtins.py:3649
2482
2493
msgid "Remove the alias."
2485
#: bzrlib/builtins.py:3663
2496
#: bzrlib/builtins.py:3667
2486
2497
msgid "bzr alias --remove expects an alias to remove."
2489
#: bzrlib/builtins.py:3835
2500
#: bzrlib/builtins.py:3839
2490
2501
msgid "subunit not available. subunit needs to be installed to use --subunit."
2493
#: bzrlib/builtins.py:3852
2504
#: bzrlib/builtins.py:3856
2495
2506
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2498
#: bzrlib/builtins.py:3899
2509
#: bzrlib/builtins.py:3903
2499
2510
msgid "Show version of bzr."
2502
2513
# help of 'short' option of 'version' command
2503
#: bzrlib/builtins.py:3903
2514
#: bzrlib/builtins.py:3907
2504
2515
msgid "Print just the version number."
2507
#: bzrlib/builtins.py:3922
2518
#: bzrlib/builtins.py:3926
2508
2519
msgid "It sure does!\n"
2511
#: bzrlib/builtins.py:3946
2522
#: bzrlib/builtins.py:3950
2512
2523
#, python-format
2513
2524
msgid "merge base is revision %s\n"
2516
#: bzrlib/builtins.py:3950
2527
#: bzrlib/builtins.py:3954
2517
2528
msgid "Perform a three-way merge."
2520
#: bzrlib/builtins.py:3952
2531
#: bzrlib/builtins.py:3956
2522
2533
"The source of the merge can be specified either in the form of a branch,\n"
2523
2534
"or in the form of a path to a file containing a merge directive generated\n"
2584
2595
"merge revision which has more than two parents."
2587
#: bzrlib/builtins.py:3999
2598
#: bzrlib/builtins.py:4003
2589
2600
"If one would like to merge changes from the working tree of the other\n"
2590
2601
"branch without merging any committed revisions, the --uncommitted option\n"
2591
2602
"can be given."
2594
#: bzrlib/builtins.py:4003
2605
#: bzrlib/builtins.py:4007
2596
2607
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2597
2608
"you to apply each diff hunk and file change, similar to \"shelve\"."
2600
#: bzrlib/builtins.py:4006
2611
#: bzrlib/builtins.py:4010
2603
2614
" To merge all new revisions from bzr.dev::"
2606
#: bzrlib/builtins.py:4009
2617
#: bzrlib/builtins.py:4013
2607
2618
msgid " bzr merge ../bzr.dev"
2610
#: bzrlib/builtins.py:4011
2621
#: bzrlib/builtins.py:4015
2611
2622
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2614
#: bzrlib/builtins.py:4013
2625
#: bzrlib/builtins.py:4017
2615
2626
msgid " bzr merge -r 82 ../bzr.dev"
2618
#: bzrlib/builtins.py:4015
2629
#: bzrlib/builtins.py:4019
2619
2630
msgid " To merge the changes introduced by 82, without previous changes::"
2622
#: bzrlib/builtins.py:4017
2633
#: bzrlib/builtins.py:4021
2623
2634
msgid " bzr merge -r 81..82 ../bzr.dev"
2626
#: bzrlib/builtins.py:4019
2637
#: bzrlib/builtins.py:4023
2627
2638
msgid " To apply a merge directive contained in /tmp/merge::"
2630
#: bzrlib/builtins.py:4021
2641
#: bzrlib/builtins.py:4025
2631
2642
msgid " bzr merge /tmp/merge"
2634
#: bzrlib/builtins.py:4023
2645
#: bzrlib/builtins.py:4027
2636
2647
" To create a merge revision with three parents from two branches\n"
2637
2648
" feature1a and feature1b:"
2640
#: bzrlib/builtins.py:4026
2651
#: bzrlib/builtins.py:4030
2642
2653
" bzr merge ../feature1a\n"
2643
2654
" bzr merge ../feature1b --force\n"
2666
2677
# help of 'directory' option of 'merge' command
2667
#: bzrlib/builtins.py:4051
2678
#: bzrlib/builtins.py:4055
2669
2680
"Branch to merge into, rather than the one containing the working directory."
2672
2683
# help of 'preview' option of 'merge' command
2673
#: bzrlib/builtins.py:4053
2684
#: bzrlib/builtins.py:4057
2674
2685
msgid "Instead of merging, show a diff of the merge."
2677
2688
# help of 'interactive' option of 'merge' command
2678
#: bzrlib/builtins.py:4055
2689
#: bzrlib/builtins.py:4059
2679
2690
msgid "Select changes interactively."
2682
#: bzrlib/builtins.py:4077
2693
#: bzrlib/builtins.py:4081
2684
2695
"Merging into empty branches not currently supported, https://bugs.launchpad."
2685
2696
"net/bzr/+bug/308562"
2688
#: bzrlib/builtins.py:4104
2699
#: bzrlib/builtins.py:4108
2689
2700
msgid "Cannot use --uncommitted with bundles or merge directives."
2692
#: bzrlib/builtins.py:4115
2703
#: bzrlib/builtins.py:4119
2693
2704
msgid "Cannot use --uncommitted and --revision at the same time."
2696
#: bzrlib/builtins.py:4135
2707
#: bzrlib/builtins.py:4139
2697
2708
msgid "merger: "
2700
#: bzrlib/builtins.py:4137 bzrlib/bundle/apply_bundle.py:67
2711
#: bzrlib/builtins.py:4141 bzrlib/bundle/apply_bundle.py:67
2701
2712
msgid "Nothing to do."
2704
#: bzrlib/builtins.py:4141
2715
#: bzrlib/builtins.py:4145
2705
2716
msgid "Cannot pull individual files"
2708
#: bzrlib/builtins.py:4149
2719
#: bzrlib/builtins.py:4153
2709
2720
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2712
#: bzrlib/builtins.py:4207
2723
#: bzrlib/builtins.py:4211
2713
2724
#, python-format
2714
2725
msgid "Show-base is not supported for this merge type. %s"
2717
#: bzrlib/builtins.py:4216
2728
#: bzrlib/builtins.py:4220
2718
2729
#, python-format
2719
2730
msgid "Conflict reduction is not supported for merge type %s."
2722
#: bzrlib/builtins.py:4220
2733
#: bzrlib/builtins.py:4224
2723
2734
msgid "Cannot do conflict reduction and show base."
2726
#: bzrlib/builtins.py:4331
2737
#: bzrlib/builtins.py:4335
2727
2738
msgid "No location specified or remembered"
2730
#: bzrlib/builtins.py:4333
2741
#: bzrlib/builtins.py:4337
2731
2742
msgid "{0} remembered {1} location {2}"
2734
#: bzrlib/builtins.py:4339
2745
#: bzrlib/builtins.py:4343
2735
2746
msgid "Redo a merge."
2738
#: bzrlib/builtins.py:4341
2749
#: bzrlib/builtins.py:4345
2740
2751
"Use this if you want to try a different merge technique while resolving\n"
2741
2752
"conflicts. Some merge techniques are better than others, and remerge\n"
2742
2753
"lets you try different ones on different files."
2745
#: bzrlib/builtins.py:4345
2756
#: bzrlib/builtins.py:4349
2747
2758
"The options for remerge have the same meaning and defaults as the ones for\n"
2748
2759
"merge. The difference is that remerge can (only) be run when there is a\n"
2749
2760
"pending merge, and it lets you specify particular files."
2752
#: bzrlib/builtins.py:4349
2763
#: bzrlib/builtins.py:4353
2755
2766
" Re-do the merge of all conflicted files, and show the base text in\n"
2756
2767
" conflict regions, in addition to the usual THIS and OTHER texts::"
2759
#: bzrlib/builtins.py:4353
2770
#: bzrlib/builtins.py:4357
2760
2771
msgid " bzr remerge --show-base"
2763
#: bzrlib/builtins.py:4355
2774
#: bzrlib/builtins.py:4359
2765
2776
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2766
2777
" additional processing to reduce the size of conflict regions::"
2769
#: bzrlib/builtins.py:4358
2780
#: bzrlib/builtins.py:4362
2770
2781
msgid " bzr remerge --merge-type weave --reprocess foobar"
2773
2784
# help of 'show-base' option of 'merge' command
2774
#: bzrlib/builtins.py:4365
2785
#: bzrlib/builtins.py:4369
2775
2786
msgid "Show base revision text in conflicts."
2778
#: bzrlib/builtins.py:4377
2789
#: bzrlib/builtins.py:4381
2780
2791
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2784
#: bzrlib/builtins.py:4433
2795
#: bzrlib/builtins.py:4437
2785
2796
msgid "Revert files to a previous revision."
2788
#: bzrlib/builtins.py:4435
2799
#: bzrlib/builtins.py:4439
2790
2801
"Giving a list of files will revert only those files. Otherwise, all files\n"
2791
2802
"will be reverted. If the revision is not specified with '--revision', the\n"
2792
2803
"last committed revision is used."
2795
#: bzrlib/builtins.py:4439
2806
#: bzrlib/builtins.py:4443
2797
2808
"To remove only some changes, without reverting to a prior version, use\n"
2798
2809
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2853
2864
# help of 'no-backup' option of 'revert' command
2854
#: bzrlib/builtins.py:4482
2865
#: bzrlib/builtins.py:4486
2855
2866
msgid "Do not save backups of reverted files."
2858
2869
# help of 'forget-merges' option of 'revert' command
2859
#: bzrlib/builtins.py:4484
2870
#: bzrlib/builtins.py:4488
2860
2871
msgid "Remove pending merge marker, without changing any files."
2863
#: bzrlib/builtins.py:4515
2874
#: bzrlib/builtins.py:4519
2865
2876
"Show help on a command or other topic.\n"
2869
2880
# help of 'long' option of 'help' command
2870
#: bzrlib/builtins.py:4520
2881
#: bzrlib/builtins.py:4524
2871
2882
msgid "Show help on all commands."
2874
#: bzrlib/builtins.py:4549
2885
#: bzrlib/builtins.py:4553
2875
2886
msgid "Show unmerged/unpulled revisions between two branches."
2878
#: bzrlib/builtins.py:4551
2889
#: bzrlib/builtins.py:4555
2879
2890
msgid "OTHER_BRANCH may be local or remote."
2882
#: bzrlib/builtins.py:4553
2893
#: bzrlib/builtins.py:4557
2884
2895
"To filter on a range of revisions, you can use the command -r begin..end\n"
2885
2896
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
2890
2901
" 0 - no missing revisions"
2893
#: bzrlib/builtins.py:4563
2904
#: bzrlib/builtins.py:4567
2895
2906
" Determine the missing revisions between this and the branch at the\n"
2896
2907
" remembered pull location::"
2899
#: bzrlib/builtins.py:4566
2910
#: bzrlib/builtins.py:4570
2900
2911
msgid " bzr missing"
2903
#: bzrlib/builtins.py:4568
2914
#: bzrlib/builtins.py:4572
2904
2915
msgid " Determine the missing revisions between this and another branch::"
2907
#: bzrlib/builtins.py:4570
2918
#: bzrlib/builtins.py:4574
2908
2919
msgid " bzr missing http://server/branch"
2911
#: bzrlib/builtins.py:4572
2922
#: bzrlib/builtins.py:4576
2913
2924
" Determine the missing revisions up to a specific revision on the other\n"
2917
#: bzrlib/builtins.py:4575
2928
#: bzrlib/builtins.py:4579
2918
2929
msgid " bzr missing -r ..-10"
2921
#: bzrlib/builtins.py:4577
2932
#: bzrlib/builtins.py:4581
2923
2934
" Determine the missing revisions up to a specific revision on this\n"
2927
#: bzrlib/builtins.py:4580
2938
#: bzrlib/builtins.py:4584
2928
2939
msgid " bzr missing --my-revision ..-10"
2931
2942
# help of 'reverse' option of 'missing' command
2932
#: bzrlib/builtins.py:4587
2943
#: bzrlib/builtins.py:4591
2933
2944
msgid "Reverse the order of revisions."
2936
2947
# help of 'mine-only' option of 'missing' command
2937
#: bzrlib/builtins.py:4589
2948
#: bzrlib/builtins.py:4593
2938
2949
msgid "Display changes in the local branch only."
2941
2952
# help of 'this' option of 'missing' command
2942
#: bzrlib/builtins.py:4590
2953
#: bzrlib/builtins.py:4594
2943
2954
msgid "Same as --mine-only."
2946
2957
# help of 'theirs-only' option of 'missing' command
2947
#: bzrlib/builtins.py:4592
2958
#: bzrlib/builtins.py:4596
2948
2959
msgid "Display changes in the remote branch only."
2951
2962
# help of 'other' option of 'missing' command
2952
#: bzrlib/builtins.py:4593
2963
#: bzrlib/builtins.py:4597
2953
2964
msgid "Same as --theirs-only."
2956
2967
# help of 'revision' option of 'missing' command
2957
#: bzrlib/builtins.py:4598
2968
#: bzrlib/builtins.py:4602
2959
2970
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
2963
2974
# help of 'my-revision' option of 'missing' command
2964
#: bzrlib/builtins.py:4602
2975
#: bzrlib/builtins.py:4606
2966
2977
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
2970
2981
# help of 'include-merges' option of 'missing' command
2971
#: bzrlib/builtins.py:4605
2982
#: bzrlib/builtins.py:4609
2972
2983
msgid "Show all revisions in addition to the mainline ones."
2975
#: bzrlib/builtins.py:4641
2986
#: bzrlib/builtins.py:4645
2976
2987
msgid "No peer location known or specified."
2979
#: bzrlib/builtins.py:4645
2990
#: bzrlib/builtins.py:4649
2980
2991
msgid "Using saved parent location: {0}\n"
2983
#: bzrlib/builtins.py:4678
2985
msgid "You have %d extra revision(s):\n"
2988
#: bzrlib/builtins.py:4692
2990
msgid "You are missing %d revision(s):\n"
2993
#: bzrlib/builtins.py:4702
2994
#: bzrlib/builtins.py:4682
2996
msgid "You have %d extra revision:\n"
2997
msgid_plural "You have %d extra revisions:\n"
3001
#: bzrlib/builtins.py:4698
3003
msgid "You are missing %d revision:\n"
3004
msgid_plural "You are missing %d revisions:\n"
3008
#: bzrlib/builtins.py:4710
2994
3009
msgid "This branch has no new revisions.\n"
2997
#: bzrlib/builtins.py:4705
3012
#: bzrlib/builtins.py:4713
2998
3013
msgid "Other branch has no new revisions.\n"
3001
#: bzrlib/builtins.py:4710
3016
#: bzrlib/builtins.py:4718
3002
3017
msgid "Branches are up to date.\n"
3005
#: bzrlib/builtins.py:4721
3020
#: bzrlib/builtins.py:4729
3006
3021
msgid "Compress the data within a repository."
3009
#: bzrlib/builtins.py:4723
3024
#: bzrlib/builtins.py:4731
3011
3026
"This operation compresses the data within a bazaar repository. As\n"
3012
3027
"bazaar supports automatic packing of repository, this operation is\n"
3013
3028
"normally not required to be done manually."
3016
#: bzrlib/builtins.py:4727
3031
#: bzrlib/builtins.py:4735
3018
3033
"During the pack operation, bazaar takes a backup of existing repository\n"
3019
3034
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3066
3081
"plugins using the Python programming language."
3069
#: bzrlib/builtins.py:4785
3084
#: bzrlib/builtins.py:4793
3070
3085
msgid "Show testament (signing-form) of a revision."
3073
3088
# help of 'long' option of 'testament' command
3074
#: bzrlib/builtins.py:4788
3089
#: bzrlib/builtins.py:4796
3075
3090
msgid "Produce long-format testament."
3078
3093
# help of 'strict' option of 'testament' command
3079
#: bzrlib/builtins.py:4790
3094
#: bzrlib/builtins.py:4798
3080
3095
msgid "Produce a strict-format testament."
3083
#: bzrlib/builtins.py:4816
3098
#: bzrlib/builtins.py:4824
3084
3099
msgid "Show the origin of each line in a file."
3087
#: bzrlib/builtins.py:4818
3102
#: bzrlib/builtins.py:4826
3089
3104
"This prints out the given file with an annotation on the left side\n"
3090
3105
"indicating which revision, author and date introduced the change."
3093
#: bzrlib/builtins.py:4821
3108
#: bzrlib/builtins.py:4829
3095
3110
"If the origin is the same for a run of consecutive lines, it is\n"
3096
3111
"shown only at the top, unless the --all option is given."
3099
3114
# help of 'all' option of 'annotate' command
3100
#: bzrlib/builtins.py:4829
3115
#: bzrlib/builtins.py:4837
3101
3116
msgid "Show annotations on all lines."
3104
3119
# help of 'long' option of 'annotate' command
3105
#: bzrlib/builtins.py:4830
3120
#: bzrlib/builtins.py:4838
3106
3121
msgid "Show commit date in annotations."
3109
#: bzrlib/builtins.py:4917
3124
#: bzrlib/builtins.py:4925
3110
3125
msgid "Cannot sign a range of non-revision-history revisions"
3113
#: bzrlib/builtins.py:4929
3128
#: bzrlib/builtins.py:4937
3114
3129
msgid "Please supply either one revision, or a range."
3117
#: bzrlib/builtins.py:4933
3132
#: bzrlib/builtins.py:4941
3119
3134
"Convert the current branch into a checkout of the supplied branch.\n"
3120
3135
"If no branch is supplied, rebind to the last bound location."
3123
#: bzrlib/builtins.py:4936
3138
#: bzrlib/builtins.py:4944
3125
3140
"Once converted into a checkout, commits must succeed on the master branch\n"
3126
3141
"before they will be applied to the local branch."
3129
#: bzrlib/builtins.py:4939
3144
#: bzrlib/builtins.py:4947
3131
3146
"Bound branches use the nickname of its master branch unless it is set\n"
3132
3147
"locally, in which case binding will update the local nickname to be\n"
3133
3148
"that of the master."
3136
#: bzrlib/builtins.py:4954
3151
#: bzrlib/builtins.py:4962
3137
3152
msgid "No location supplied. This format does not remember old locations."
3140
#: bzrlib/builtins.py:4959
3155
#: bzrlib/builtins.py:4967
3141
3156
msgid "Branch is already bound"
3144
#: bzrlib/builtins.py:4961
3159
#: bzrlib/builtins.py:4969
3145
3160
msgid "No location supplied and no previous location known"
3148
#: bzrlib/builtins.py:4967
3163
#: bzrlib/builtins.py:4975
3149
3164
msgid "These branches have diverged. Try merging, and then bind again."
3152
#: bzrlib/builtins.py:4974
3167
#: bzrlib/builtins.py:4982
3153
3168
msgid "Convert the current checkout into a regular branch."
3156
#: bzrlib/builtins.py:4976
3171
#: bzrlib/builtins.py:4984
3158
3173
"After unbinding, the local branch is considered independent and subsequent\n"
3159
3174
"commits will be local only."
3162
#: bzrlib/builtins.py:4987
3177
#: bzrlib/builtins.py:4995
3163
3178
msgid "Local branch is not bound"
3166
#: bzrlib/builtins.py:4991
3181
#: bzrlib/builtins.py:4999
3167
3182
msgid "Remove the last committed revision."
3170
#: bzrlib/builtins.py:4993
3185
#: bzrlib/builtins.py:5001
3172
3187
"--verbose will print out what is being removed.\n"
3173
3188
"--dry-run will go through all the motions, but not actually\n"
3174
3189
"remove anything."
3177
#: bzrlib/builtins.py:4997
3192
#: bzrlib/builtins.py:5005
3179
3194
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3180
3195
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3181
3196
"branch at revision 15."
3184
#: bzrlib/builtins.py:5001
3199
#: bzrlib/builtins.py:5009
3186
3201
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3187
3202
"it may make is to restore any pending merges that were present before\n"
3191
3206
# help of 'dry-run' option of 'uncommit' command
3192
#: bzrlib/builtins.py:5012
3207
#: bzrlib/builtins.py:5020
3193
3208
msgid "Don't actually make changes."
3196
3211
# help of 'force' option of 'uncommit' command
3197
#: bzrlib/builtins.py:5013
3212
#: bzrlib/builtins.py:5021
3198
3213
msgid "Say yes to all questions."
3201
3216
# help of 'keep-tags' option of 'uncommit' command
3202
#: bzrlib/builtins.py:5015
3217
#: bzrlib/builtins.py:5023
3203
3218
msgid "Keep tags that point to removed revisions."
3206
3221
# help of 'local' option of 'uncommit' command
3207
#: bzrlib/builtins.py:5017
3222
#: bzrlib/builtins.py:5025
3208
3223
msgid "Only remove the commits from the local branch when in a checkout."
3211
#: bzrlib/builtins.py:5066
3226
#: bzrlib/builtins.py:5074
3212
3227
msgid "No revisions to uncommit.\n"
3215
#: bzrlib/builtins.py:5081
3230
#: bzrlib/builtins.py:5089
3216
3231
msgid "Dry-run, pretending to remove the above revisions.\n"
3219
#: bzrlib/builtins.py:5084
3234
#: bzrlib/builtins.py:5092
3220
3235
msgid "The above revision(s) will be removed.\n"
3223
#: bzrlib/builtins.py:5088
3238
#: bzrlib/builtins.py:5096
3224
3239
msgid "Uncommit these revisions"
3227
#: bzrlib/builtins.py:5091
3242
#: bzrlib/builtins.py:5099
3228
3243
msgid "Canceled\n"
3231
#: bzrlib/builtins.py:5098
3246
#: bzrlib/builtins.py:5106
3232
3247
#, python-format
3234
3249
"You can restore the old tip by running:\n"
3235
3250
" bzr pull . -r revid:%s\n"
3238
#: bzrlib/builtins.py:5103
3253
#: bzrlib/builtins.py:5111
3239
3254
msgid "Break a dead lock."
3242
#: bzrlib/builtins.py:5105
3257
#: bzrlib/builtins.py:5113
3244
3259
"This command breaks a lock on a repository, branch, working directory or\n"
3248
#: bzrlib/builtins.py:5108
3263
#: bzrlib/builtins.py:5116
3250
3265
"CAUTION: Locks should only be broken when you are sure that the process\n"
3251
3266
"holding the lock has been stopped."
3254
#: bzrlib/builtins.py:5111
3269
#: bzrlib/builtins.py:5119
3256
3271
"You can get information on what locks are open via the 'bzr info\n"
3257
3272
"[location]' command."
3260
#: bzrlib/builtins.py:5114
3275
#: bzrlib/builtins.py:5122
3263
3278
" bzr break-lock\n"
3268
3283
# help of 'config' option of 'break-lock' command
3269
#: bzrlib/builtins.py:5123
3284
#: bzrlib/builtins.py:5131
3270
3285
msgid "LOCATION is the directory where the config lock is."
3273
3288
# help of 'force' option of 'break-lock' command
3274
#: bzrlib/builtins.py:5125
3289
#: bzrlib/builtins.py:5133
3275
3290
msgid "Do not ask for confirmation before breaking the lock."
3278
#: bzrlib/builtins.py:5161
3293
#: bzrlib/builtins.py:5169
3279
3294
msgid "Run the bzr server."
3282
3297
# help of 'inet' option of 'serve' command
3283
#: bzrlib/builtins.py:5167
3298
#: bzrlib/builtins.py:5175
3284
3299
msgid "Serve on stdin/out for use from inetd or sshd."
3287
3302
# title of 'protocol' option of 'serve' command
3288
#: bzrlib/builtins.py:5168
3303
#: bzrlib/builtins.py:5176
3289
3304
msgid "protocol"
3292
3307
# help of 'protocol' option of 'serve' command
3293
#: bzrlib/builtins.py:5169
3308
#: bzrlib/builtins.py:5177
3294
3309
msgid "Protocol to serve."
3297
3312
# help of 'port' option of 'serve' command
3298
#: bzrlib/builtins.py:5173
3313
#: bzrlib/builtins.py:5181
3300
3315
"Listen for connections on nominated port of the form [hostname:]portnumber. "
3301
3316
"Passing 0 as the port number will result in a dynamically allocated port. "
3317
3332
"uncontrolled write access to your file system."
3320
#: bzrlib/builtins.py:5226
3335
#: bzrlib/builtins.py:5234
3321
3336
msgid "Combine a tree into its containing tree."
3324
#: bzrlib/builtins.py:5228
3339
#: bzrlib/builtins.py:5236
3325
3340
msgid "This command requires the target tree to be in a rich-root format."
3328
#: bzrlib/builtins.py:5230
3343
#: bzrlib/builtins.py:5238
3330
3345
"The TREE argument should be an independent tree, inside another tree, but\n"
3331
3346
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3332
3347
"running \"bzr branch\" with the target inside a tree.)"
3335
#: bzrlib/builtins.py:5234
3350
#: bzrlib/builtins.py:5242
3337
3352
"The result is a combined tree, with the subtree no longer an independent\n"
3338
3353
"part. This is marked as a merge of the subtree into the containing tree,\n"
3339
3354
"and all history is preserved."
3342
#: bzrlib/builtins.py:5252
3357
#: bzrlib/builtins.py:5260
3343
3358
#, python-format
3345
3360
"Can't join trees because %s doesn't support rich root data.\n"
3346
3361
"You can use bzr upgrade on the repository."
3349
#: bzrlib/builtins.py:5262 bzrlib/builtins.py:5268
3364
#: bzrlib/builtins.py:5270 bzrlib/builtins.py:5276
3350
3365
msgid "Cannot join {0}. {1}"
3353
#: bzrlib/builtins.py:5272
3368
#: bzrlib/builtins.py:5280
3354
3369
msgid "Split a subdirectory of a tree into a separate tree."
3357
#: bzrlib/builtins.py:5274
3372
#: bzrlib/builtins.py:5282
3359
3374
"This command will produce a target tree in a format that supports\n"
3360
3375
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3361
3376
"converted into earlier formats like 'dirstate-tags'."
3364
#: bzrlib/builtins.py:5278
3379
#: bzrlib/builtins.py:5286
3366
3381
"The TREE argument should be a subdirectory of a working tree. That\n"
3367
3382
"subdirectory will be converted into an independent tree, with its own\n"
3368
3383
"branch. Commits in the top-level tree will not apply to the new subtree."
3371
#: bzrlib/builtins.py:5358
3386
#: bzrlib/builtins.py:5366
3372
3387
msgid "No submit branch specified or known"
3375
#: bzrlib/builtins.py:5366 bzrlib/send.py:105
3390
#: bzrlib/builtins.py:5374 bzrlib/send.py:105
3376
3391
msgid "No public branch specified or known"
3379
#: bzrlib/builtins.py:5371
3394
#: bzrlib/builtins.py:5379
3380
3395
msgid "bzr merge-directive takes at most two one revision identifiers"
3383
#: bzrlib/builtins.py:5380
3398
#: bzrlib/builtins.py:5388
3384
3399
msgid "No revisions to bundle."
3387
#: bzrlib/builtins.py:5399
3402
#: bzrlib/builtins.py:5407
3388
3403
msgid "Mail or create a merge-directive for submitting changes."
3391
#: bzrlib/builtins.py:5401
3406
#: bzrlib/builtins.py:5409
3392
3407
msgid "A merge directive provides many things needed for requesting merges:"
3395
#: bzrlib/builtins.py:5403
3410
#: bzrlib/builtins.py:5411
3396
3411
msgid "* A machine-readable description of the merge to perform"
3399
#: bzrlib/builtins.py:5405
3414
#: bzrlib/builtins.py:5413
3400
3415
msgid "* An optional patch that is a preview of the changes requested"
3403
#: bzrlib/builtins.py:5407
3418
#: bzrlib/builtins.py:5415
3405
3420
"* An optional bundle of revision data, so that the changes can be applied\n"
3406
3421
" directly from the merge directive, without retrieving data from a\n"
3410
#: bzrlib/builtins.py:5411
3425
#: bzrlib/builtins.py:5419
3412
3427
"`bzr send` creates a compact data set that, when applied using bzr\n"
3413
3428
"merge, has the same effect as merging from the source branch. "
3416
#: bzrlib/builtins.py:5414
3431
#: bzrlib/builtins.py:5422
3418
3433
"By default the merge directive is self-contained and can be applied to any\n"
3419
3434
"branch containing submit_branch in its ancestory without needing access to\n"
3420
3435
"the source branch."
3423
#: bzrlib/builtins.py:5418
3438
#: bzrlib/builtins.py:5426
3425
3440
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3426
3441
"revisions, but only a structured request to merge from the\n"
3515
3530
# help of 'output' option of 'send' command
3516
#: bzrlib/builtins.py:5493
3531
#: bzrlib/builtins.py:5501
3517
3532
msgid "Write merge directive to this file or directory; use - for stdout."
3520
3535
# help of 'strict' option of 'send' command
3521
#: bzrlib/builtins.py:5497
3536
#: bzrlib/builtins.py:5505
3523
3538
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3524
3539
"strict disables the check."
3527
3542
# help of 'mail-to' option of 'send' command
3528
#: bzrlib/builtins.py:5499
3543
#: bzrlib/builtins.py:5507
3529
3544
msgid "Mail the request to this address."
3532
3547
# help of 'body' option of 'send' command
3533
#: bzrlib/builtins.py:5503
3548
#: bzrlib/builtins.py:5511
3534
3549
msgid "Body for the email."
3537
3552
# help of 'no-bundle' option of 'send' command
3538
#: bzrlib/builtins.py:5556
3553
#: bzrlib/builtins.py:5564
3539
3554
msgid "Do not include a bundle in the merge directive."
3542
3557
# help of 'no-patch' option of 'send' command
3543
#: bzrlib/builtins.py:5557
3558
#: bzrlib/builtins.py:5565
3544
3559
msgid "Do not include a preview patch in the merge directive."
3547
3562
# help of 'remember' option of 'send' command
3548
#: bzrlib/builtins.py:5560
3563
#: bzrlib/builtins.py:5568
3549
3564
msgid "Remember submit and public branch."
3552
3567
# help of 'from' option of 'send' command
3553
#: bzrlib/builtins.py:5562
3568
#: bzrlib/builtins.py:5570
3555
3570
"Branch to generate the submission from, rather than the one containing the "
3556
3571
"working directory."
3559
3574
# title of 'format' option of 'send' command
3560
#: bzrlib/builtins.py:5572
3575
#: bzrlib/builtins.py:5580
3564
3579
# help of 'format' option of 'send' command
3565
#: bzrlib/builtins.py:5573
3580
#: bzrlib/builtins.py:5581
3566
3581
msgid "Use the specified output format."
3569
#: bzrlib/builtins.py:5595
3584
#: bzrlib/builtins.py:5603
3570
3585
msgid "Create, remove or modify a tag naming a revision."
3573
#: bzrlib/builtins.py:5597
3588
#: bzrlib/builtins.py:5605
3575
3590
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3576
3591
"(--revision) option can be given -rtag:X, where X is any previously\n"
3580
#: bzrlib/builtins.py:5601
3595
#: bzrlib/builtins.py:5609
3582
3597
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3583
3598
"along when you branch, push, pull or merge."
3586
#: bzrlib/builtins.py:5604
3601
#: bzrlib/builtins.py:5612
3588
3603
"It is an error to give a tag name that already exists unless you pass\n"
3589
3604
"--force, in which case the tag is moved to point to the new revision."
3592
#: bzrlib/builtins.py:5607
3607
#: bzrlib/builtins.py:5615
3594
3609
"To rename a tag (change the name but keep it on the same revsion), run "
3596
3611
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3599
#: bzrlib/builtins.py:5610
3614
#: bzrlib/builtins.py:5618
3601
3616
"If no tag name is specified it will be determined through the \n"
3602
3617
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3607
3622
# help of 'delete' option of 'tag' command
3608
#: bzrlib/builtins.py:5620
3623
#: bzrlib/builtins.py:5628
3609
3624
msgid "Delete this tag rather than placing it."
3612
3627
# help of 'directory' option of 'tag' command
3613
#: bzrlib/builtins.py:5623
3628
#: bzrlib/builtins.py:5631
3614
3629
msgid "Branch in which to place the tag."
3617
3632
# help of 'force' option of 'tag' command
3618
#: bzrlib/builtins.py:5625
3633
#: bzrlib/builtins.py:5633
3619
3634
msgid "Replace existing tags."
3622
#: bzrlib/builtins.py:5640
3637
#: bzrlib/builtins.py:5648
3623
3638
msgid "No tag specified to delete."
3626
#: bzrlib/builtins.py:5642
3641
#: bzrlib/builtins.py:5650
3627
3642
#, python-format
3628
3643
msgid "Deleted tag %s."
3631
#: bzrlib/builtins.py:5647
3646
#: bzrlib/builtins.py:5655
3632
3647
msgid "Tags can only be placed on a single revision, not on a range"
3635
#: bzrlib/builtins.py:5656
3650
#: bzrlib/builtins.py:5664
3636
3651
msgid "Please specify a tag name."
3639
#: bzrlib/builtins.py:5664
3654
#: bzrlib/builtins.py:5672
3640
3655
#, python-format
3641
3656
msgid "Tag %s already exists for that revision."
3644
#: bzrlib/builtins.py:5668
3659
#: bzrlib/builtins.py:5676
3645
3660
#, python-format
3646
3661
msgid "Created tag %s."
3649
#: bzrlib/builtins.py:5670
3664
#: bzrlib/builtins.py:5678
3650
3665
#, python-format
3651
3666
msgid "Updated tag %s."
3654
#: bzrlib/builtins.py:5674
3669
#: bzrlib/builtins.py:5682
3655
3670
msgid "List tags."
3658
#: bzrlib/builtins.py:5676
3673
#: bzrlib/builtins.py:5684
3660
3675
"This command shows a table of tag names and the revisions they reference."
3663
3678
# help of 'directory' option of 'tags' command
3664
#: bzrlib/builtins.py:5682
3679
#: bzrlib/builtins.py:5690
3665
3680
msgid "Branch whose tags should be displayed."
3668
3683
# help of 'sort' option of 'tags' command
3669
#: bzrlib/builtins.py:5684
3684
#: bzrlib/builtins.py:5692
3670
3685
msgid "Sort tags by different criteria."
3673
3688
# title of 'sort' option of 'tags' command
3674
#: bzrlib/builtins.py:5684
3689
#: bzrlib/builtins.py:5692
3675
3690
msgid "Sorting"
3678
#: bzrlib/builtins.py:5729
3693
#: bzrlib/builtins.py:5737
3679
3694
msgid "Reconfigure the type of a bzr directory."
3682
#: bzrlib/builtins.py:5731
3697
#: bzrlib/builtins.py:5739
3683
3698
msgid "A target configuration must be specified."
3686
#: bzrlib/builtins.py:5733
3701
#: bzrlib/builtins.py:5741
3688
3703
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3689
3704
"The order of preference is\n"
3697
3712
# title of 'tree_type' option of 'reconfigure' command
3698
#: bzrlib/builtins.py:5747
3713
#: bzrlib/builtins.py:5755
3699
3714
msgid "Tree type"
3702
3717
# help of 'tree_type' option of 'reconfigure' command
3703
#: bzrlib/builtins.py:5748
3718
#: bzrlib/builtins.py:5756
3704
3719
msgid "The relation between branch and tree."
3707
3722
# title of 'repository_type' option of 'reconfigure' command
3708
#: bzrlib/builtins.py:5758
3723
#: bzrlib/builtins.py:5766
3709
3724
msgid "Repository type"
3712
3727
# help of 'repository_type' option of 'reconfigure' command
3713
#: bzrlib/builtins.py:5759
3728
#: bzrlib/builtins.py:5767
3714
3729
msgid "Location fo the repository."
3717
3732
# title of 'repository_trees' option of 'reconfigure' command
3718
#: bzrlib/builtins.py:5767
3733
#: bzrlib/builtins.py:5775
3719
3734
msgid "Trees in Repository"
3722
3737
# help of 'repository_trees' option of 'reconfigure' command
3723
#: bzrlib/builtins.py:5768
3738
#: bzrlib/builtins.py:5776
3724
3739
msgid "Whether new branches in the repository have trees."
3727
3742
# help of 'bind-to' option of 'reconfigure' command
3728
#: bzrlib/builtins.py:5775
3743
#: bzrlib/builtins.py:5783
3729
3744
msgid "Branch to bind checkout to."
3732
3747
# help of 'force' option of 'reconfigure' command
3733
#: bzrlib/builtins.py:5777
3748
#: bzrlib/builtins.py:5785
3734
3749
msgid "Perform reconfiguration even if local changes will be lost."
3737
3752
# help of 'stacked-on' option of 'reconfigure' command
3738
#: bzrlib/builtins.py:5780
3753
#: bzrlib/builtins.py:5788
3739
3754
msgid "Reconfigure a branch to be stacked on another branch."
3742
3757
# help of 'unstacked' option of 'reconfigure' command
3743
#: bzrlib/builtins.py:5784
3758
#: bzrlib/builtins.py:5792
3745
3760
"Reconfigure a branch to be unstacked. This may require copying substantial "
3746
3761
"data into it."
3749
#: bzrlib/builtins.py:5794
3764
#: bzrlib/builtins.py:5802
3750
3765
msgid "Can't use both --stacked-on and --unstacked"
3753
#: bzrlib/builtins.py:5808
3768
#: bzrlib/builtins.py:5816
3754
3769
msgid "No target configuration specified"
3757
#: bzrlib/builtins.py:5843
3772
#: bzrlib/builtins.py:5851
3758
3773
msgid "Set the branch of a checkout and update."
3761
#: bzrlib/builtins.py:5845
3776
#: bzrlib/builtins.py:5853
3763
3778
"For lightweight checkouts, this changes the branch being referenced.\n"
3764
3779
"For heavyweight checkouts, this checks that there are no local commits\n"
3839
3854
"want to switch back to your view after that."
3842
#: bzrlib/builtins.py:5959
3857
#: bzrlib/builtins.py:5967
3845
3860
" To define the current view::"
3848
#: bzrlib/builtins.py:5962
3863
#: bzrlib/builtins.py:5970
3849
3864
msgid " bzr view file1 dir1 ..."
3852
#: bzrlib/builtins.py:5964
3867
#: bzrlib/builtins.py:5972
3853
3868
msgid " To list the current view::"
3856
#: bzrlib/builtins.py:5966
3871
#: bzrlib/builtins.py:5974
3857
3872
msgid " bzr view"
3860
#: bzrlib/builtins.py:5968
3875
#: bzrlib/builtins.py:5976
3861
3876
msgid " To delete the current view::"
3864
#: bzrlib/builtins.py:5970
3879
#: bzrlib/builtins.py:5978
3865
3880
msgid " bzr view --delete"
3868
#: bzrlib/builtins.py:5972
3883
#: bzrlib/builtins.py:5980
3869
3884
msgid " To disable the current view without deleting it::"
3872
#: bzrlib/builtins.py:5974
3887
#: bzrlib/builtins.py:5982
3873
3888
msgid " bzr view --switch off"
3876
#: bzrlib/builtins.py:5976
3891
#: bzrlib/builtins.py:5984
3877
3892
msgid " To define a named view and switch to it::"
3880
#: bzrlib/builtins.py:5978
3895
#: bzrlib/builtins.py:5986
3881
3896
msgid " bzr view --name view-name file1 dir1 ..."
3884
#: bzrlib/builtins.py:5980
3899
#: bzrlib/builtins.py:5988
3885
3900
msgid " To list a named view::"
3888
#: bzrlib/builtins.py:5982
3903
#: bzrlib/builtins.py:5990
3889
3904
msgid " bzr view --name view-name"
3892
#: bzrlib/builtins.py:5984
3907
#: bzrlib/builtins.py:5992
3893
3908
msgid " To delete a named view::"
3896
#: bzrlib/builtins.py:5986
3911
#: bzrlib/builtins.py:5994
3897
3912
msgid " bzr view --name view-name --delete"
3900
#: bzrlib/builtins.py:5988
3915
#: bzrlib/builtins.py:5996
3901
3916
msgid " To switch to a named view::"
3904
#: bzrlib/builtins.py:5990
3919
#: bzrlib/builtins.py:5998
3905
3920
msgid " bzr view --switch view-name"
3908
#: bzrlib/builtins.py:5992
3923
#: bzrlib/builtins.py:6000
3909
3924
msgid " To list all views defined::"
3912
#: bzrlib/builtins.py:5994
3927
#: bzrlib/builtins.py:6002
3913
3928
msgid " bzr view --all"
3916
#: bzrlib/builtins.py:5996
3931
#: bzrlib/builtins.py:6004
3917
3932
msgid " To delete all views::"
3920
#: bzrlib/builtins.py:5998
3935
#: bzrlib/builtins.py:6006
3921
3936
msgid " bzr view --delete --all"
3924
3939
# help of 'all' option of 'view' command
3925
#: bzrlib/builtins.py:6005
3940
#: bzrlib/builtins.py:6013
3926
3941
msgid "Apply list or delete action to all views."
3929
3944
# help of 'delete' option of 'view' command
3930
#: bzrlib/builtins.py:6008
3945
#: bzrlib/builtins.py:6016
3931
3946
msgid "Delete the view."
3934
3949
# help of 'name' option of 'view' command
3935
#: bzrlib/builtins.py:6011
3950
#: bzrlib/builtins.py:6019
3936
3951
msgid "Name of the view to define, list or delete."
3939
3954
# help of 'switch' option of 'view' command
3940
#: bzrlib/builtins.py:6015
3955
#: bzrlib/builtins.py:6023
3941
3956
msgid "Name of the view to switch to."
3944
#: bzrlib/builtins.py:6034
3959
#: bzrlib/builtins.py:6042
3945
3960
msgid "Both --delete and a file list specified"
3948
#: bzrlib/builtins.py:6037
3963
#: bzrlib/builtins.py:6045
3949
3964
msgid "Both --delete and --switch specified"
3952
#: bzrlib/builtins.py:6040
3967
#: bzrlib/builtins.py:6048
3953
3968
msgid "Deleted all views.\n"
3956
#: bzrlib/builtins.py:6042
3971
#: bzrlib/builtins.py:6050
3957
3972
msgid "No current view to delete"
3960
#: bzrlib/builtins.py:6045
3975
#: bzrlib/builtins.py:6053
3961
3976
#, python-format
3962
3977
msgid "Deleted '%s' view.\n"
3965
#: bzrlib/builtins.py:6049
3980
#: bzrlib/builtins.py:6057
3966
3981
msgid "Both --switch and a file list specified"
3969
#: bzrlib/builtins.py:6052
3984
#: bzrlib/builtins.py:6060
3970
3985
msgid "Both --switch and --all specified"
3973
#: bzrlib/builtins.py:6055
3988
#: bzrlib/builtins.py:6063
3974
3989
msgid "No current view to disable"
3977
#: bzrlib/builtins.py:6057
3992
#: bzrlib/builtins.py:6065
3978
3993
#, python-format
3979
3994
msgid "Disabled '%s' view.\n"
3982
#: bzrlib/builtins.py:6061 bzrlib/builtins.py:6083
3997
#: bzrlib/builtins.py:6069 bzrlib/builtins.py:6091
3983
3998
msgid "Using '{0}' view: {1}\n"
3986
#: bzrlib/builtins.py:6064
4001
#: bzrlib/builtins.py:6072
3987
4002
msgid "Views defined:\n"
3990
#: bzrlib/builtins.py:6073
4005
#: bzrlib/builtins.py:6081
3991
4006
msgid "No views defined.\n"
3994
#: bzrlib/builtins.py:6080
4009
#: bzrlib/builtins.py:6088
3995
4010
msgid "Cannot change the 'off' pseudo view"
3998
#: bzrlib/builtins.py:6088
4013
#: bzrlib/builtins.py:6096
3999
4014
msgid "No current view.\n"
4002
#: bzrlib/builtins.py:6091
4017
#: bzrlib/builtins.py:6099
4003
4018
msgid "'{0}' view is: {1}\n"
4006
#: bzrlib/builtins.py:6111
4021
#: bzrlib/builtins.py:6119
4007
4022
msgid " <no hooks installed>\n"
4010
#: bzrlib/builtins.py:6115
4025
#: bzrlib/builtins.py:6123
4011
4026
msgid "Remove a branch."
4014
#: bzrlib/builtins.py:6117
4029
#: bzrlib/builtins.py:6125
4016
4031
"This will remove the branch from the specified location but \n"
4017
4032
"will keep any working tree or repository in place."
4020
#: bzrlib/builtins.py:6122
4035
#: bzrlib/builtins.py:6130
4021
4036
msgid " Remove the branch at repo/trunk::"
4024
#: bzrlib/builtins.py:6124
4039
#: bzrlib/builtins.py:6132
4025
4040
msgid " bzr remove-branch repo/trunk"
4028
#: bzrlib/builtins.py:6140
4043
#: bzrlib/builtins.py:6148
4029
4044
msgid "Temporarily set aside some changes from the current tree."
4032
#: bzrlib/builtins.py:6142
4047
#: bzrlib/builtins.py:6150
4034
4049
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4035
4050
"ie. out of the way, until a later time when you can bring them back from\n"
4050
4065
"shelve all text changes at once, use shelve --all."
4053
#: bzrlib/builtins.py:6155
4068
#: bzrlib/builtins.py:6163
4055
4070
"If filenames are specified, only the changes to those files will be\n"
4056
4071
"shelved. Other files will be left untouched."
4059
#: bzrlib/builtins.py:6158
4074
#: bzrlib/builtins.py:6166
4061
4076
"If a revision is specified, changes since that revision will be shelved."
4064
#: bzrlib/builtins.py:6160
4079
#: bzrlib/builtins.py:6168
4066
4081
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4067
4082
"restore the most recently shelved changes."
4070
#: bzrlib/builtins.py:6163
4085
#: bzrlib/builtins.py:6171
4072
4087
"For complicated changes, it is possible to edit the changes in a separate\n"
4073
4088
"editor program to decide what the file remaining in the working copy\n"
4074
4089
"should look like. To do this, add the configuration option"
4077
#: bzrlib/builtins.py:6167
4092
#: bzrlib/builtins.py:6175
4078
4093
msgid " change_editor = PROGRAM @new_path @old_path"
4081
#: bzrlib/builtins.py:6169
4096
#: bzrlib/builtins.py:6177
4083
4098
"where @new_path is replaced with the path of the new version of the \n"
4084
4099
"file and @old_path is replaced with the path of the old version of \n"
4090
4105
# help of 'all' option of 'shelve' command
4091
#: bzrlib/builtins.py:6181
4106
#: bzrlib/builtins.py:6189
4092
4107
msgid "Shelve all changes."
4095
4110
# help of 'writer' option of 'shelve' command
4096
#: bzrlib/builtins.py:6183
4111
#: bzrlib/builtins.py:6191
4097
4112
msgid "Method to use for writing diffs."
4100
4115
# title of 'writer' option of 'shelve' command
4101
#: bzrlib/builtins.py:6183
4116
#: bzrlib/builtins.py:6191
4105
4120
# help of 'list' option of 'shelve' command
4106
#: bzrlib/builtins.py:6187
4121
#: bzrlib/builtins.py:6195
4107
4122
msgid "List shelved changes."
4110
4125
# help of 'destroy' option of 'shelve' command
4111
#: bzrlib/builtins.py:6189
4126
#: bzrlib/builtins.py:6197
4112
4127
msgid "Destroy removed changes instead of shelving them."
4115
#: bzrlib/builtins.py:6218
4130
#: bzrlib/builtins.py:6226
4116
4131
msgid "No shelved changes."
4119
#: bzrlib/builtins.py:6229
4134
#: bzrlib/builtins.py:6237
4120
4135
msgid "Restore shelved changes."
4123
#: bzrlib/builtins.py:6231
4138
#: bzrlib/builtins.py:6239
4125
4140
"By default, the most recently shelved changes are restored. However if you\n"
4126
4141
"specify a shelf by id those changes will be restored instead. This works\n"
4130
4145
# help of 'action' option of 'unshelve' command
4131
#: bzrlib/builtins.py:6240
4146
#: bzrlib/builtins.py:6248
4132
4147
msgid "The action to perform."
4135
#: bzrlib/builtins.py:6262
4150
#: bzrlib/builtins.py:6270
4136
4151
msgid "Remove unwanted files from working tree."
4139
#: bzrlib/builtins.py:6264
4154
#: bzrlib/builtins.py:6272
4141
4156
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4142
4157
"files are never deleted."
4145
#: bzrlib/builtins.py:6267
4160
#: bzrlib/builtins.py:6275
4147
4162
"Another class is 'detritus', which includes files emitted by bzr during\n"
4148
4163
"normal operations and selftests. (The value of these files decreases with\n"
4152
#: bzrlib/builtins.py:6271
4167
#: bzrlib/builtins.py:6279
4154
4169
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4155
4170
"flags are respected, and may be combined."
4158
#: bzrlib/builtins.py:6274
4173
#: bzrlib/builtins.py:6282
4159
4174
msgid "To check what clean-tree will do, use --dry-run."
4162
4177
# help of 'ignored' option of 'clean-tree' command
4163
#: bzrlib/builtins.py:6277
4178
#: bzrlib/builtins.py:6285
4164
4179
msgid "Delete all ignored files."
4167
4182
# help of 'detritus' option of 'clean-tree' command
4168
#: bzrlib/builtins.py:6278
4183
#: bzrlib/builtins.py:6286
4170
4185
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4173
4188
# help of 'unknown' option of 'clean-tree' command
4174
#: bzrlib/builtins.py:6281
4189
#: bzrlib/builtins.py:6289
4175
4190
msgid "Delete files unknown to bzr (default)."
4178
4193
# help of 'dry-run' option of 'clean-tree' command
4179
#: bzrlib/builtins.py:6282
4194
#: bzrlib/builtins.py:6290
4180
4195
msgid "Show files to delete instead of deleting them."
4183
4198
# help of 'force' option of 'clean-tree' command
4184
#: bzrlib/builtins.py:6284
4199
#: bzrlib/builtins.py:6292
4185
4200
msgid "Do not prompt before deleting."