1
1
# English (Australia) translation for bzr
2
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
2
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
3
3
# This file is distributed under the same license as the bzr package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
8
8
"Project-Id-Version: bzr\n"
9
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
"POT-Creation-Date: 2012-02-02 17:39+0100\n"
11
"PO-Revision-Date: 2012-01-16 16:40+0000\n"
12
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
10
"POT-Creation-Date: 2012-07-10 11:35+0200\n"
11
"PO-Revision-Date: 2012-07-20 14:35+0000\n"
12
"Last-Translator: Rafael Neri <Unknown>\n"
13
13
"Language-Team: English (Australia) <en_AU@li.org>\n"
14
14
"MIME-Version: 1.0\n"
15
15
"Content-Type: text/plain; charset=UTF-8\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
17
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18
"X-Launchpad-Export-Date: 2012-02-04 06:22+0000\n"
19
"X-Generator: Launchpad (build 14738)\n"
18
"X-Launchpad-Export-Date: 2012-07-21 04:30+0000\n"
19
"X-Generator: Launchpad (build 15654)\n"
22
22
msgid "skipping {0} (larger than {1} of {2} bytes)"
23
23
msgstr "skipping {0} (larger than {1} of {2} bytes)"
25
#: bzrlib/branch.py:872
25
#: bzrlib/branch.py:854
27
27
msgstr "Unstacking"
29
#: bzrlib/branch.py:3205
29
#: bzrlib/branch.py:2955
31
31
msgid "Pushed up to revision %d."
32
32
msgstr "Pushed up to revision %d."
34
#: bzrlib/branch.py:3207
34
#: bzrlib/branch.py:2957
36
36
msgid "%d tag updated."
37
37
msgid_plural "%d tags updated."
38
msgstr[0] "%d tag updated."
39
msgstr[1] "%d tags updated."
41
#: bzrlib/branch.py:3210
41
#: bzrlib/branch.py:2960
42
42
msgid "No new revisions or tags to push."
43
43
msgstr "No new revisions or tags to push."
45
#: bzrlib/branch.py:3212
45
#: bzrlib/branch.py:2962
46
46
msgid "No new revisions to push."
47
47
msgstr "No new revisions to push."
49
#: bzrlib/branch.py:3232
49
#: bzrlib/branch.py:2982
50
50
msgid "checked branch {0} format {1}"
51
msgstr "checked branch {0} format {1}"
53
#: bzrlib/branch.py:3235
53
#: bzrlib/branch.py:2985
55
55
msgid "found error:%s"
56
56
msgstr "found error:%s"
58
#: bzrlib/builtins.py:209 bzrlib/builtins.py:3016 bzrlib/workingtree.py:315
58
#: bzrlib/builtins.py:251 bzrlib/builtins.py:3045 bzrlib/workingtree.py:323
60
60
msgid "Ignoring files outside view. View is %s"
61
61
msgstr "Ignoring files outside view. View is %s"
63
#: bzrlib/builtins.py:218
63
#: bzrlib/builtins.py:260
65
65
msgid "bzr %s --revision takes exactly one revision identifier"
66
66
msgstr "bzr %s --revision takes exactly one revision identifier"
68
#: bzrlib/builtins.py:303
68
#: bzrlib/builtins.py:315
69
69
msgid "Display status summary."
70
70
msgstr "Display status summary."
72
#: bzrlib/builtins.py:305
74
"This reports on versioned and unknown files, reporting them\n"
75
"grouped by state. Possible states are:"
77
"This reports on versioned and unknown files, reporting them\n"
78
"grouped by state. Possible states are:"
80
#: bzrlib/builtins.py:308
83
" Versioned in the working copy but not in the previous revision."
86
" Versioned in the working copy but not in the previous revision."
88
#: bzrlib/builtins.py:311
91
" Versioned in the previous revision but removed or deleted\n"
92
" in the working copy."
95
" Versioned in the previous revision but removed or deleted\n"
96
" in the working copy."
98
#: bzrlib/builtins.py:315
101
" Path of this file changed from the previous revision;\n"
102
" the text may also have changed. This includes files whose\n"
103
" parent directory was renamed."
106
" Path of this file changed from the previous revision;\n"
107
" the text may also have changed. This includes files whose\n"
108
" parent directory was renamed."
72
#: bzrlib/builtins.py:317
74
"This reports on versioned and unknown files, reporting them\n"
75
"grouped by state. Possible states are:"
77
"This reports on versioned and unknown files, reporting them\n"
78
"grouped by state. Possible states are:"
110
80
#: bzrlib/builtins.py:320
113
" Text has changed since the previous revision."
83
" Versioned in the working copy but not in the previous revision."
116
" Text has changed since the previous revision."
86
" Versioned in the working copy but not in the previous revision."
118
88
#: bzrlib/builtins.py:323
121
" File kind has been changed (e.g. from file to directory)."
124
" File kind has been changed (e.g. from file to directory)."
126
#: bzrlib/builtins.py:326
129
" Not versioned and not matching an ignore pattern."
132
" Not versioned and not matching an ignore pattern."
134
#: bzrlib/builtins.py:329
136
"Additionally for directories, symlinks and files with a changed\n"
137
"executable bit, Bazaar indicates their type using a trailing\n"
138
"character: '/', '@' or '*' respectively. These decorations can be\n"
139
"disabled using the '--no-classify' option."
141
"Additionally for directories, symlinks and files with a changed\n"
142
"executable bit, Bazaar indicates their type using a trailing\n"
143
"character: '/', '@' or '*' respectively. These decorations can be\n"
144
"disabled using the '--no-classify' option."
146
#: bzrlib/builtins.py:334
148
"To see ignored files use 'bzr ignored'. For details on the\n"
149
"changes to file texts, use 'bzr diff'."
151
"To see ignored files use 'bzr ignored'. For details on the\n"
152
"changes to file texts, use 'bzr diff'."
154
#: bzrlib/builtins.py:337
156
"Note that --short or -S gives status flags for each item, similar\n"
157
"to Subversion's status command. To get output similar to svn -q,\n"
158
"use bzr status -SV."
160
"Note that --short or -S gives status flags for each item, similar\n"
161
"to Subversion's status command. To get output similar to svn -q,\n"
162
"use bzr status -SV."
91
" Versioned in the previous revision but removed or deleted\n"
92
" in the working copy."
95
" Versioned in the previous revision but removed or deleted\n"
96
" in the working copy."
98
#: bzrlib/builtins.py:327
101
" Path of this file changed from the previous revision;\n"
102
" the text may also have changed. This includes files whose\n"
103
" parent directory was renamed."
106
" Path of this file changed from the previous revision;\n"
107
" the text may also have changed. This includes files whose\n"
108
" parent directory was renamed."
110
#: bzrlib/builtins.py:332
113
" Text has changed since the previous revision."
116
" Text has changed since the previous revision."
118
#: bzrlib/builtins.py:335
121
" File kind has been changed (e.g. from file to directory)."
124
" File kind has been changed (e.g. from file to directory)."
126
#: bzrlib/builtins.py:338
129
" Not versioned and not matching an ignore pattern."
132
" Not versioned and not matching an ignore pattern."
164
134
#: bzrlib/builtins.py:341
166
"If no arguments are specified, the status of the entire working\n"
167
"directory is shown. Otherwise, only the status of the specified\n"
168
"files or directories is reported. If a directory is given, status\n"
169
"is reported for everything inside that directory."
136
"Additionally for directories, symlinks and files with a changed\n"
137
"executable bit, Bazaar indicates their type using a trailing\n"
138
"character: '/', '@' or '*' respectively. These decorations can be\n"
139
"disabled using the '--no-classify' option."
171
"If no arguments are specified, the status of the entire working\n"
172
"directory is shown. Otherwise, only the status of the specified\n"
173
"files or directories is reported. If a directory is given, status\n"
174
"is reported for everything inside that directory."
141
"Additionally for directories, symlinks and files with a changed\n"
142
"executable bit, Bazaar indicates their type using a trailing\n"
143
"character: '/', '@' or '*' respectively. These decorations can be\n"
144
"disabled using the '--no-classify' option."
176
146
#: bzrlib/builtins.py:346
178
"Before merges are committed, the pending merge tip revisions are\n"
179
"shown. To see all pending merge revisions, use the -v option.\n"
180
"To skip the display of pending merge information altogether, use\n"
181
"the no-pending option or specify a file/directory."
183
"Before merges are committed, the pending merge tip revisions are\n"
184
"shown. To see all pending merge revisions, use the -v option.\n"
185
"To skip the display of pending merge information altogether, use\n"
186
"the no-pending option or specify a file/directory."
188
#: bzrlib/builtins.py:351
190
"To compare the working directory to a specific revision, pass a\n"
191
"single revision to the revision argument."
193
"To compare the working directory to a specific revision, pass a\n"
194
"single revision to the revision argument."
196
#: bzrlib/builtins.py:354
198
"To see which files have changed in a specific revision, or between\n"
199
"two revisions, pass a revision range to the revision argument.\n"
200
"This will produce the same results as calling 'bzr diff --summarize'."
202
"To see which files have changed in a specific revision, or between\n"
203
"two revisions, pass a revision range to the revision argument.\n"
204
"This will produce the same results as calling 'bzr diff --summarize'."
148
"To see ignored files use 'bzr ignored'. For details on the\n"
149
"changes to file texts, use 'bzr diff'."
151
"To see ignored files use 'bzr ignored'. For details on the\n"
152
"changes to file texts, use 'bzr diff'."
154
#: bzrlib/builtins.py:349
156
"Note that --short or -S gives status flags for each item, similar\n"
157
"to Subversion's status command. To get output similar to svn -q,\n"
158
"use bzr status -SV."
160
"Note that --short or -S gives status flags for each item, similar\n"
161
"to Subversion's status command. To get output similar to svn -q,\n"
162
"use bzr status -SV."
164
#: bzrlib/builtins.py:353
166
"If no arguments are specified, the status of the entire working\n"
167
"directory is shown. Otherwise, only the status of the specified\n"
168
"files or directories is reported. If a directory is given, status\n"
169
"is reported for everything inside that directory."
171
"If no arguments are specified, the status of the entire working\n"
172
"directory is shown. Otherwise, only the status of the specified\n"
173
"files or directories is reported. If a directory is given, status\n"
174
"is reported for everything inside that directory."
176
#: bzrlib/builtins.py:358
178
"Before merges are committed, the pending merge tip revisions are\n"
179
"shown. To see all pending merge revisions, use the -v option.\n"
180
"To skip the display of pending merge information altogether, use\n"
181
"the no-pending option or specify a file/directory."
183
"Before merges are committed, the pending merge tip revisions are\n"
184
"shown. To see all pending merge revisions, use the -v option.\n"
185
"To skip the display of pending merge information altogether, use\n"
186
"the no-pending option or specify a file/directory."
206
188
#: bzrlib/builtins.py:363
190
"To compare the working directory to a specific revision, pass a\n"
191
"single revision to the revision argument."
193
"To compare the working directory to a specific revision, pass a\n"
194
"single revision to the revision argument."
196
#: bzrlib/builtins.py:366
198
"To see which files have changed in a specific revision, or between\n"
199
"two revisions, pass a revision range to the revision argument.\n"
200
"This will produce the same results as calling 'bzr diff --summarize'."
202
"To see which files have changed in a specific revision, or between\n"
203
"two revisions, pass a revision range to the revision argument.\n"
204
"This will produce the same results as calling 'bzr diff --summarize'."
206
#: bzrlib/builtins.py:375
207
207
msgid "Use short status indicators."
208
208
msgstr "Use short status indicators."
210
#: bzrlib/builtins.py:365
210
#: bzrlib/builtins.py:377
211
211
msgid "Only show versioned files."
212
212
msgstr "Only show versioned files."
214
#: bzrlib/builtins.py:367
214
#: bzrlib/builtins.py:379
215
215
msgid "Don't show pending merges."
216
216
msgstr "Don't show pending merges."
218
#: bzrlib/builtins.py:370
218
#: bzrlib/builtins.py:382
219
219
msgid "Do not mark object type using indicator."
220
220
msgstr "Do not mark object type using indicator."
222
#: bzrlib/builtins.py:385
222
#: bzrlib/builtins.py:397
223
223
msgid "bzr status --revision takes exactly one or two revision specifiers"
224
224
msgstr "bzr status --revision takes exactly one or two revision specifiers"
226
#: bzrlib/builtins.py:429 bzrlib/builtins.py:5183
226
#: bzrlib/builtins.py:441 bzrlib/builtins.py:5230
227
227
msgid "You can only supply one of revision_id or --revision"
228
228
msgstr "You can only supply one of revision_id or --revision"
230
#: bzrlib/builtins.py:432 bzrlib/builtins.py:5185
230
#: bzrlib/builtins.py:444 bzrlib/builtins.py:5232
231
231
msgid "You must supply either --revision or a revision_id"
232
232
msgstr "You must supply either --revision or a revision_id"
234
#: bzrlib/builtins.py:439
234
#: bzrlib/builtins.py:451
236
236
msgid "Repository %r does not support access to raw revision texts"
237
237
msgstr "Repository %r does not support access to raw revision texts"
239
#: bzrlib/builtins.py:450
239
#: bzrlib/builtins.py:462
240
240
msgid "The repository {0} contains no revision {1}."
241
241
msgstr "The repository {0} contains no revision {1}."
243
#: bzrlib/builtins.py:457
243
#: bzrlib/builtins.py:469
244
244
msgid "You cannot specify a NULL revision."
245
245
msgstr "You cannot specify a NULL revision."
247
#: bzrlib/builtins.py:549
247
#: bzrlib/builtins.py:561
248
248
msgid "Remove the working tree from a given branch/checkout."
249
249
msgstr "Remove the working tree from a given branch/checkout."
251
#: bzrlib/builtins.py:551
251
#: bzrlib/builtins.py:563
253
253
"Since a lightweight checkout is little more than a working tree\n"
254
254
"this will refuse to run against one."
256
256
"Since a lightweight checkout is little more than a working tree\n"
257
257
"this will refuse to run against one."
259
#: bzrlib/builtins.py:554
259
#: bzrlib/builtins.py:566
260
260
msgid "To re-create the working tree, use \"bzr checkout\"."
261
261
msgstr "To re-create the working tree, use \"bzr checkout\"."
263
#: bzrlib/builtins.py:560
263
#: bzrlib/builtins.py:572
265
265
"Remove the working tree even if it has uncommitted or shelved changes."
267
267
"Remove the working tree even if it has uncommitted or shelved changes."
269
#: bzrlib/builtins.py:574
269
#: bzrlib/builtins.py:586
270
270
msgid "No working tree to remove"
271
271
msgstr "No working tree to remove"
273
#: bzrlib/builtins.py:576
273
#: bzrlib/builtins.py:588
274
274
msgid "You cannot remove the working tree of a remote path"
275
275
msgstr "You cannot remove the working tree of a remote path"
277
#: bzrlib/builtins.py:585
277
#: bzrlib/builtins.py:597
278
278
msgid "You cannot remove the working tree from a lightweight checkout"
279
279
msgstr "You cannot remove the working tree from a lightweight checkout"
281
#: bzrlib/builtins.py:625
283
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
284
"instead. Use \"--force\" if you are sure you want to reset the working tree."
286
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
287
"instead. Use \"--force\" if you are sure you want to reset the working tree."
289
#: bzrlib/builtins.py:636
291
", the header appears corrupt, try passing -r -1 to set the state to the last "
294
", the header appears corrupt, try passing -r -1 to set the state to the last "
297
#: bzrlib/builtins.py:640
281
#: bzrlib/builtins.py:637
283
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
284
"instead. Use \"--force\" if you are sure you want to reset the working tree."
286
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
287
"instead. Use \"--force\" if you are sure you want to reset the working tree."
289
#: bzrlib/builtins.py:648
291
", the header appears corrupt, try passing -r -1 to set the state to the last "
294
", the header appears corrupt, try passing -r -1 to set the state to the last "
297
#: bzrlib/builtins.py:652
298
298
msgid "failed to reset the tree state{0}"
299
299
msgstr "failed to reset the tree state{0}"
301
#: bzrlib/builtins.py:644
301
#: bzrlib/builtins.py:656
302
302
msgid "Show current revision number."
303
303
msgstr "Show current revision number."
305
#: bzrlib/builtins.py:646
305
#: bzrlib/builtins.py:658
306
306
msgid "This is equal to the number of revisions on this branch."
307
307
msgstr "This is equal to the number of revisions on this branch."
309
#: bzrlib/builtins.py:659
309
#: bzrlib/builtins.py:671
310
310
msgid "--tree and --revision can not be used together"
311
msgstr "--tree and --revision can not be used together"
313
#: bzrlib/builtins.py:676 bzrlib/builtins.py:5967
313
#: bzrlib/builtins.py:688 bzrlib/builtins.py:5986
314
314
msgid "Tags can only be placed on a single revision, not on a range"
315
msgstr "Tags can only be placed on a single revision, not on a range"
317
#: bzrlib/builtins.py:700
317
#: bzrlib/builtins.py:712
318
318
msgid "Show revno of working tree."
319
msgstr "Show revno of working tree."
321
#: bzrlib/builtins.py:748
321
#: bzrlib/builtins.py:760
322
322
msgid "Add specified files or directories."
323
323
msgstr "Add specified files or directories."
325
#: bzrlib/builtins.py:750
327
"In non-recursive mode, all the named items are added, regardless\n"
328
"of whether they were previously ignored. A warning is given if\n"
329
"any of the named files are already versioned."
331
"In non-recursive mode, all the named items are added, regardless\n"
332
"of whether they were previously ignored. A warning is given if\n"
333
"any of the named files are already versioned."
335
#: bzrlib/builtins.py:754
337
"In recursive mode (the default), files are treated the same way\n"
338
"but the behaviour for directories is different. Directories that\n"
339
"are already versioned do not give a warning. All directories,\n"
340
"whether already versioned or not, are searched for files or\n"
341
"subdirectories that are neither versioned or ignored, and these\n"
342
"are added. This search proceeds recursively into versioned\n"
343
"directories. If no names are given '.' is assumed."
345
"In recursive mode (the default), files are treated the same way\n"
346
"but the behaviour for directories is different. Directories that\n"
347
"are already versioned do not give a warning. All directories,\n"
348
"whether already versioned or not, are searched for files or\n"
349
"subdirectories that are neither versioned or ignored, and these\n"
350
"are added. This search proceeds recursively into versioned\n"
351
"directories. If no names are given '.' is assumed."
353
325
#: bzrlib/builtins.py:762
355
"A warning will be printed when nested trees are encountered,\n"
356
"unless they are explicitly ignored."
359
#: bzrlib/builtins.py:765
361
"Therefore simply saying 'bzr add' will version all files that\n"
362
"are currently unknown."
364
"Therefore simply saying 'bzr add' will version all files that\n"
365
"are currently unknown."
367
#: bzrlib/builtins.py:768
369
"Adding a file whose parent directory is not versioned will\n"
370
"implicitly add the parent, and so on up to the root. This means\n"
371
"you should never need to explicitly add a directory, they'll just\n"
372
"get added when you add a file in the directory."
374
"Adding a file whose parent directory is not versioned will\n"
375
"implicitly add the parent, and so on up to the root. This means\n"
376
"you should never need to explicitly add a directory, they'll just\n"
377
"get added when you add a file in the directory."
379
#: bzrlib/builtins.py:773
381
"--dry-run will show which files would be added, but not actually\n"
384
"--dry-run will show which files would be added, but not actually\n"
387
#: bzrlib/builtins.py:776
389
"--file-ids-from will try to use the file ids from the supplied path.\n"
390
"It looks up ids trying to find a matching parent directory with the\n"
391
"same filename, and then by pure path. This option is rarely needed\n"
392
"but can be useful when adding the same logical file into two\n"
393
"branches that will be merged later (without showing the two different\n"
394
"adds as a conflict). It is also useful when merging another project\n"
395
"into a subdirectory of this one."
397
"--file-ids-from will try to use the file ids from the supplied path.\n"
398
"It looks up ids trying to find a matching parent directory with the\n"
399
"same filename, and then by pure path. This option is rarely needed\n"
400
"but can be useful when adding the same logical file into two\n"
401
"branches that will be merged later (without showing the two different\n"
402
"adds as a conflict). It is also useful when merging another project\n"
403
"into a subdirectory of this one."
405
#: bzrlib/builtins.py:784
407
"Any files matching patterns in the ignore list will not be added\n"
408
"unless they are explicitly mentioned."
410
"Any files matching patterns in the ignore list will not be added\n"
411
"unless they are explicitly mentioned."
413
#: bzrlib/builtins.py:787
415
"In recursive mode, files larger than the configuration option \n"
416
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
419
"In recursive mode, files larger than the configuration option \n"
420
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
423
#: bzrlib/builtins.py:794
327
"In non-recursive mode, all the named items are added, regardless\n"
328
"of whether they were previously ignored. A warning is given if\n"
329
"any of the named files are already versioned."
331
"In non-recursive mode, all the named items are added, regardless\n"
332
"of whether they were previously ignored. A warning is given if\n"
333
"any of the named files are already versioned."
335
#: bzrlib/builtins.py:766
337
"In recursive mode (the default), files are treated the same way\n"
338
"but the behaviour for directories is different. Directories that\n"
339
"are already versioned do not give a warning. All directories,\n"
340
"whether already versioned or not, are searched for files or\n"
341
"subdirectories that are neither versioned or ignored, and these\n"
342
"are added. This search proceeds recursively into versioned\n"
343
"directories. If no names are given '.' is assumed."
345
"In recursive mode (the default), files are treated the same way\n"
346
"but the behaviour for directories is different. Directories that\n"
347
"are already versioned do not give a warning. All directories,\n"
348
"whether already versioned or not, are searched for files or\n"
349
"subdirectories that are neither versioned or ignored, and these\n"
350
"are added. This search proceeds recursively into versioned\n"
351
"directories. If no names are given '.' is assumed."
353
#: bzrlib/builtins.py:774
355
"A warning will be printed when nested trees are encountered,\n"
356
"unless they are explicitly ignored."
358
"A warning will be printed when nested trees are encountered,\n"
359
"unless they are explicitly ignored."
361
#: bzrlib/builtins.py:777
363
"Therefore simply saying 'bzr add' will version all files that\n"
364
"are currently unknown."
366
"Therefore simply saying 'bzr add' will version all files that\n"
367
"are currently unknown."
369
#: bzrlib/builtins.py:780
371
"Adding a file whose parent directory is not versioned will\n"
372
"implicitly add the parent, and so on up to the root. This means\n"
373
"you should never need to explicitly add a directory, they'll just\n"
374
"get added when you add a file in the directory."
376
"Adding a file whose parent directory is not versioned will\n"
377
"implicitly add the parent, and so on up to the root. This means\n"
378
"you should never need to explicitly add a directory, they'll just\n"
379
"get added when you add a file in the directory."
381
#: bzrlib/builtins.py:785
383
"--dry-run will show which files would be added, but not actually\n"
386
"--dry-run will show which files would be added, but not actually\n"
389
#: bzrlib/builtins.py:788
391
"--file-ids-from will try to use the file ids from the supplied path.\n"
392
"It looks up ids trying to find a matching parent directory with the\n"
393
"same filename, and then by pure path. This option is rarely needed\n"
394
"but can be useful when adding the same logical file into two\n"
395
"branches that will be merged later (without showing the two different\n"
396
"adds as a conflict). It is also useful when merging another project\n"
397
"into a subdirectory of this one."
399
"--file-ids-from will try to use the file ids from the supplied path.\n"
400
"It looks up ids trying to find a matching parent directory with the\n"
401
"same filename, and then by pure path. This option is rarely needed\n"
402
"but can be useful when adding the same logical file into two\n"
403
"branches that will be merged later (without showing the two different\n"
404
"adds as a conflict). It is also useful when merging another project\n"
405
"into a subdirectory of this one."
407
#: bzrlib/builtins.py:796
409
"Any files matching patterns in the ignore list will not be added\n"
410
"unless they are explicitly mentioned."
412
"Any files matching patterns in the ignore list will not be added\n"
413
"unless they are explicitly mentioned."
415
#: bzrlib/builtins.py:799
417
"In recursive mode, files larger than the configuration option \n"
418
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
421
"In recursive mode, files larger than the configuration option \n"
422
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
425
#: bzrlib/builtins.py:806
424
426
msgid "Don't recursively add the contents of directories."
425
427
msgstr "Don't recursively add the contents of directories."
427
#: bzrlib/builtins.py:800
429
#: bzrlib/builtins.py:813
428
430
msgid "Lookup file ids from this tree."
429
431
msgstr "Lookup file ids from this tree."
431
#: bzrlib/builtins.py:836
433
#: bzrlib/builtins.py:849
432
434
msgid "ignored {0} matching \"{1}\"\n"
433
435
msgstr "ignored {0} matching \"{1}\"\n"
435
#: bzrlib/builtins.py:841
437
#: bzrlib/builtins.py:854
436
438
msgid "Create a new versioned directory."
437
439
msgstr "Create a new versioned directory."
439
#: bzrlib/builtins.py:843
441
#: bzrlib/builtins.py:856
440
442
msgid "This is equivalent to creating the directory and then adding it."
441
443
msgstr "This is equivalent to creating the directory and then adding it."
443
#: bzrlib/builtins.py:850
445
#: bzrlib/builtins.py:863
444
446
msgid "No error if existing, make parent directories as needed."
445
447
msgstr "No error if existing, make parent directories as needed."
447
#: bzrlib/builtins.py:884
449
#: bzrlib/builtins.py:897
449
451
msgid "added %s\n"
450
452
msgstr "added %s\n"
452
#: bzrlib/builtins.py:926
454
#: bzrlib/builtins.py:939
454
456
msgid "invalid kind %r specified"
455
457
msgstr "invalid kind %r specified"
457
#: bzrlib/builtins.py:963
459
#: bzrlib/builtins.py:976
458
460
msgid "Move or rename a file."
459
461
msgstr "Move or rename a file."
461
#: bzrlib/builtins.py:965
463
#: bzrlib/builtins.py:978
462
464
msgid " bzr mv SOURCE... DESTINATION"
463
465
msgstr " bzr mv SOURCE... DESTINATION"
465
#: bzrlib/builtins.py:967
467
"If the last argument is a versioned directory, all the other names\n"
468
"are moved into it. Otherwise, there must be exactly two arguments\n"
469
"and the file is changed to a new name."
471
"If the last argument is a versioned directory, all the other names\n"
472
"are moved into it. Otherwise, there must be exactly two arguments\n"
473
"and the file is changed to a new name."
475
#: bzrlib/builtins.py:971
477
"If OLDNAME does not exist on the filesystem but is versioned and\n"
478
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
479
"assumes that the file has been manually moved and only updates\n"
480
"its internal inventory to reflect that change.\n"
481
"The same is valid when moving many SOURCE files to a DESTINATION."
483
"If OLDNAME does not exist on the filesystem but is versioned and\n"
484
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
485
"assumes that the file has been manually moved and only updates\n"
486
"its internal inventory to reflect that change.\n"
487
"The same is valid when moving many SOURCE files to a DESTINATION."
489
#: bzrlib/builtins.py:977
467
#: bzrlib/builtins.py:980
469
"If the last argument is a versioned directory, all the other names\n"
470
"are moved into it. Otherwise, there must be exactly two arguments\n"
471
"and the file is changed to a new name."
473
"If the last argument is a versioned directory, all the other names\n"
474
"are moved into it. Otherwise, there must be exactly two arguments\n"
475
"and the file is changed to a new name."
477
#: bzrlib/builtins.py:984
479
"If OLDNAME does not exist on the filesystem but is versioned and\n"
480
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
481
"assumes that the file has been manually moved and only updates\n"
482
"its internal inventory to reflect that change.\n"
483
"The same is valid when moving many SOURCE files to a DESTINATION."
485
"If OLDNAME does not exist on the filesystem but is versioned and\n"
486
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
487
"assumes that the file has been manually moved and only updates\n"
488
"its internal inventory to reflect that change.\n"
489
"The same is valid when moving many SOURCE files to a DESTINATION."
491
#: bzrlib/builtins.py:990
490
492
msgid "Files cannot be moved between branches."
491
493
msgstr "Files cannot be moved between branches."
493
#: bzrlib/builtins.py:984
495
#: bzrlib/builtins.py:997
495
497
"Move only the bzr identifier of the file, because the file has already been "
749
766
"No push location known or specified. To push to the parent branch (at %s), "
750
767
"use 'bzr push :parent'."
752
#: bzrlib/builtins.py:1351 bzrlib/foreign.py:306
769
#: bzrlib/builtins.py:1384 bzrlib/foreign.py:306
753
770
msgid "No push location known or specified."
771
msgstr "No push location known or specified."
756
#: bzrlib/builtins.py:1355
773
#: bzrlib/builtins.py:1388
758
775
msgid "Using saved push location: %s"
776
msgstr "Using saved push location: %s"
761
#: bzrlib/builtins.py:1365
778
#: bzrlib/builtins.py:1398
762
779
msgid "Create a new branch that is a copy of an existing branch."
765
#: bzrlib/builtins.py:1367
767
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
768
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
770
"If the FROM_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
771
"is derived from the FROM_LOCATION by stripping a leading scheme or drive\n"
772
"identifier, if any. For example, \"branch lp:foo-bar\" will attempt to\n"
776
#: bzrlib/builtins.py:1374
778
"To retrieve the branch as of a particular revision, supply the --revision\n"
779
"parameter, as in \"branch foo/bar -r 5\"."
782
#: bzrlib/builtins.py:1377
780
msgstr "Create a new branch that is a copy of an existing branch."
782
#: bzrlib/builtins.py:1400
784
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
785
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
787
"If the FROM_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
788
"is derived from the FROM_LOCATION by stripping a leading scheme or drive\n"
789
"identifier, if any. For example, \"branch lp:foo-bar\" will attempt to\n"
792
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
793
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
795
"If the FROM_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
796
"is derived from the FROM_LOCATION by stripping a leading scheme or drive\n"
797
"identifier, if any. For example, \"branch lp:foo-bar\" will attempt to\n"
800
#: bzrlib/builtins.py:1407
802
"To retrieve the branch as of a particular revision, supply the --revision\n"
803
"parameter, as in \"branch foo/bar -r 5\"."
805
"To retrieve the branch as of a particular revision, supply the --revision\n"
806
"parameter, as in \"branch foo/bar -r 5\"."
808
#: bzrlib/builtins.py:1410
783
809
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
810
msgstr "The synonyms 'clone' and 'get' for this command are deprecated."
786
#: bzrlib/builtins.py:1387
812
#: bzrlib/builtins.py:1420
787
813
msgid "Create a branch without a working-tree."
814
msgstr "Create a branch without a working-tree."
790
#: bzrlib/builtins.py:1389
816
#: bzrlib/builtins.py:1422
791
817
msgid "Switch the checkout in the current directory to the new branch."
818
msgstr "Switch the checkout in the current directory to the new branch."
794
#: bzrlib/builtins.py:1392
820
#: bzrlib/builtins.py:1425
796
822
"Create a stacked branch referring to the source branch. The new branch will "
797
823
"depend on the availability of the source branch for all operations."
825
"Create a stacked branch referring to the source branch. The new branch will "
826
"depend on the availability of the source branch for all operations."
800
#: bzrlib/builtins.py:1396
828
#: bzrlib/builtins.py:1429
801
829
msgid "Do not use a shared repository, even if available."
830
msgstr "Do not use a shared repository, even if available."
804
#: bzrlib/builtins.py:1398
832
#: bzrlib/builtins.py:1431
806
834
"By default branch will fail if the target directory exists, but does not "
807
835
"already have a control directory. This flag will allow branch to proceed."
837
"By default branch will fail if the target directory exists, but does not "
838
"already have a control directory. This flag will allow branch to proceed."
810
#: bzrlib/builtins.py:1403
840
#: bzrlib/builtins.py:1436
811
841
msgid "Bind new branch to from location."
842
msgstr "Bind new branch to from location."
814
#: bzrlib/builtins.py:1450
844
#: bzrlib/builtins.py:1483
816
846
msgid "Target directory \"%s\" already exists."
847
msgstr "Target directory \"%s\" already exists."
819
#: bzrlib/builtins.py:1462
849
#: bzrlib/builtins.py:1495
821
851
msgid "Parent of \"%s\" does not exist."
852
msgstr "Parent of \"%s\" does not exist."
824
#: bzrlib/builtins.py:1481
854
#: bzrlib/builtins.py:1514
825
855
msgid "The branch {0} has no revision {1}."
856
msgstr "The branch {0} has no revision {1}."
828
#: bzrlib/builtins.py:1496 bzrlib/push.py:53
858
#: bzrlib/builtins.py:1529 bzrlib/push.py:53
830
860
msgid "Created new stacked branch referring to %s."
861
msgstr "Created new stacked branch referring to %s."
833
#: bzrlib/builtins.py:1500
863
#: bzrlib/builtins.py:1533
835
865
msgid "Branched %d revision."
836
866
msgid_plural "Branched %d revisions."
867
msgstr[0] "Branched %d revision."
868
msgstr[1] "Branched %d revisions."
840
#: bzrlib/builtins.py:1505
870
#: bzrlib/builtins.py:1538
842
872
msgid "New branch bound to %s"
873
msgstr "New branch bound to %s"
845
#: bzrlib/builtins.py:1510 bzrlib/builtins.py:6256
875
#: bzrlib/builtins.py:1543 bzrlib/builtins.py:6280
847
877
msgid "Switched to branch: %s"
878
msgstr "Switched to branch: %s"
850
#: bzrlib/builtins.py:1515
880
#: bzrlib/builtins.py:1548
851
881
msgid "List the branches available at the current location."
854
#: bzrlib/builtins.py:1517
856
"This command will print the names of all the branches at the current\n"
860
#: bzrlib/builtins.py:1524
862
"Recursively scan for branches rather than just looking in the specified "
866
#: bzrlib/builtins.py:1554
882
msgstr "List the branches available at the current location."
884
#: bzrlib/builtins.py:1550
886
"This command will print the names of all the branches at the current\n"
889
"This command will print the names of all the branches at the current\n"
892
#: bzrlib/builtins.py:1557
894
"Recursively scan for branches rather than just looking in the specified "
897
"Recursively scan for branches rather than just looking in the specified "
900
#: bzrlib/builtins.py:1586
867
901
msgid "(default)"
868
902
msgstr "(default)"
870
#: bzrlib/builtins.py:1566
904
#: bzrlib/builtins.py:1598
871
905
msgid "Create a new checkout of an existing branch."
874
#: bzrlib/builtins.py:1568
876
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
878
"the branch found in '.'. This is useful if you have removed the working "
880
"or if it was never created - i.e. if you pushed the branch to its current\n"
881
"location using SFTP."
884
#: bzrlib/builtins.py:1573
886
"If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION "
888
"be used. In other words, \"checkout ../foo/bar\" will attempt to create "
890
"If the BRANCH_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
891
"is derived from the BRANCH_LOCATION by stripping a leading scheme or drive\n"
892
"identifier, if any. For example, \"checkout lp:foo-bar\" will attempt to\n"
896
#: bzrlib/builtins.py:1580
898
"To retrieve the branch as of a particular revision, supply the --revision\n"
899
"parameter, as in \"checkout foo/bar -r 5\". Note that this will be "
901
"out of date [so you cannot commit] but it may be useful (i.e. to examine "
906
#: bzrlib/builtins.py:1590
908
"Perform a lightweight checkout. Lightweight checkouts depend on access to "
909
"the branch for every operation. Normal checkouts can perform common "
910
"operations like diff and status without such access, and also support local "
914
#: bzrlib/builtins.py:1597
906
msgstr "Create a new checkout of an existing branch."
908
#: bzrlib/builtins.py:1600
910
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
912
"the branch found in '.'. This is useful if you have removed the working "
914
"or if it was never created - i.e. if you pushed the branch to its current\n"
915
"location using SFTP."
917
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
919
"the branch found in '.'. This is useful if you have removed the working "
921
"or if it was never created - i.e. if you pushed the branch to its current\n"
922
"location using SFTP."
924
#: bzrlib/builtins.py:1605
926
"If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION "
928
"be used. In other words, \"checkout ../foo/bar\" will attempt to create "
930
"If the BRANCH_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
931
"is derived from the BRANCH_LOCATION by stripping a leading scheme or drive\n"
932
"identifier, if any. For example, \"checkout lp:foo-bar\" will attempt to\n"
935
"If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION "
937
"be used. In other words, \"checkout ../foo/bar\" will attempt to create "
939
"If the BRANCH_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
940
"is derived from the BRANCH_LOCATION by stripping a leading scheme or drive\n"
941
"identifier, if any. For example, \"checkout lp:foo-bar\" will attempt to\n"
944
#: bzrlib/builtins.py:1612
946
"To retrieve the branch as of a particular revision, supply the --revision\n"
947
"parameter, as in \"checkout foo/bar -r 5\". Note that this will be "
949
"out of date [so you cannot commit] but it may be useful (i.e. to examine "
953
"To retrieve the branch as of a particular revision, supply the --revision\n"
954
"parameter, as in \"checkout foo/bar -r 5\". Note that this will be "
956
"out of date [so you cannot commit] but it may be useful (i.e. to examine "
960
#: bzrlib/builtins.py:1622
962
"Perform a lightweight checkout. Lightweight checkouts depend on access to "
963
"the branch for every operation. Normal checkouts can perform common "
964
"operations like diff and status without such access, and also support local "
967
"Perform a lightweight checkout. Lightweight checkouts depend on access to "
968
"the branch for every operation. Normal checkouts can perform common "
969
"operations like diff and status without such access, and also support local "
972
#: bzrlib/builtins.py:1629
915
973
msgid "Get file contents from this tree."
974
msgstr "Get file contents from this tree."
918
#: bzrlib/builtins.py:1599
976
#: bzrlib/builtins.py:1631
919
977
msgid "Hard-link working tree files where possible."
978
msgstr "Hard-link working tree files where possible."
922
#: bzrlib/builtins.py:1640
980
#: bzrlib/builtins.py:1672
924
982
"Show list of renamed files.\n"
985
"Show list of renamed files.\n"
928
#: bzrlib/builtins.py:1670
988
#: bzrlib/builtins.py:1700
929
989
msgid "Update a working tree to a new revision."
932
#: bzrlib/builtins.py:1672
934
"This will perform a merge of the destination revision (the tip of the\n"
935
"branch, or the specified revision) into the working tree, and then make\n"
936
"that revision the basis revision for the working tree. "
939
#: bzrlib/builtins.py:1676
941
"You can use this to visit an older revision, or to update a working tree\n"
942
"that is out of date from its branch."
945
#: bzrlib/builtins.py:1679
947
"If there are any uncommitted changes in the tree, they will be carried\n"
948
"across and remain as uncommitted changes after the update. To discard\n"
949
"these changes, use 'bzr revert'. The uncommitted changes may conflict\n"
950
"with the changes brought in by the change in basis revision."
953
#: bzrlib/builtins.py:1684
955
"If the tree's branch is bound to a master branch, bzr will also update\n"
956
"the branch from the master."
959
#: bzrlib/builtins.py:1687
961
"You cannot update just a single file or directory, because each Bazaar\n"
962
"working tree has just a single basis revision. If you want to restore a\n"
963
"file that has been removed locally, use 'bzr revert' instead of 'bzr\n"
964
"update'. If you want to restore a file to its state in a previous\n"
965
"revision, use 'bzr revert' with a '-r' option, or use 'bzr cat' to write\n"
966
"out the old content of that file to a new location."
969
#: bzrlib/builtins.py:1694
971
"The 'dir' argument, if given, must be the location of the root of a\n"
972
"working tree to update. By default, the working tree that contains the \n"
973
"current working directory is used."
976
#: bzrlib/builtins.py:1710
990
msgstr "Update a working tree to a new revision."
992
#: bzrlib/builtins.py:1702
994
"This will perform a merge of the destination revision (the tip of the\n"
995
"branch, or the specified revision) into the working tree, and then make\n"
996
"that revision the basis revision for the working tree. "
998
"This will perform a merge of the destination revision (the tip of the\n"
999
"branch, or the specified revision) into the working tree, and then make\n"
1000
"that revision the basis revision for the working tree. "
1002
#: bzrlib/builtins.py:1706
1004
"You can use this to visit an older revision, or to update a working tree\n"
1005
"that is out of date from its branch."
1007
"You can use this to visit an older revision, or to update a working tree\n"
1008
"that is out of date from its branch."
1010
#: bzrlib/builtins.py:1709
1012
"If there are any uncommitted changes in the tree, they will be carried\n"
1013
"across and remain as uncommitted changes after the update. To discard\n"
1014
"these changes, use 'bzr revert'. The uncommitted changes may conflict\n"
1015
"with the changes brought in by the change in basis revision."
1017
"If there are any uncommitted changes in the tree, they will be carried\n"
1018
"across and remain as uncommitted changes after the update. To discard\n"
1019
"these changes, use 'bzr revert'. The uncommitted changes may conflict\n"
1020
"with the changes brought in by the change in basis revision."
1022
#: bzrlib/builtins.py:1714
1024
"If the tree's branch is bound to a master branch, bzr will also update\n"
1025
"the branch from the master."
1027
"If the tree's branch is bound to a master branch, bzr will also update\n"
1028
"the branch from the master."
1030
#: bzrlib/builtins.py:1717
1032
"You cannot update just a single file or directory, because each Bazaar\n"
1033
"working tree has just a single basis revision. If you want to restore a\n"
1034
"file that has been removed locally, use 'bzr revert' instead of 'bzr\n"
1035
"update'. If you want to restore a file to its state in a previous\n"
1036
"revision, use 'bzr revert' with a '-r' option, or use 'bzr cat' to write\n"
1037
"out the old content of that file to a new location."
1039
"You cannot update just a single file or directory, because each Bazaar\n"
1040
"working tree has just a single basis revision. If you want to restore a\n"
1041
"file that has been removed locally, use 'bzr revert' instead of 'bzr\n"
1042
"update'. If you want to restore a file to its state in a previous\n"
1043
"revision, use 'bzr revert' with a '-r' option, or use 'bzr cat' to write\n"
1044
"out the old content of that file to a new location."
1046
#: bzrlib/builtins.py:1724
1048
"The 'dir' argument, if given, must be the location of the root of a\n"
1049
"working tree to update. By default, the working tree that contains the \n"
1050
"current working directory is used."
1052
"The 'dir' argument, if given, must be the location of the root of a\n"
1053
"working tree to update. By default, the working tree that contains the \n"
1054
"current working directory is used."
1056
#: bzrlib/builtins.py:1740
977
1057
msgid "bzr update --revision takes exactly one revision"
1058
msgstr "bzr update --revision takes exactly one revision"
980
#: bzrlib/builtins.py:1718
1060
#: bzrlib/builtins.py:1748
981
1061
msgid "bzr update can only update a whole tree, not a file or subdirectory"
1062
msgstr "bzr update can only update a whole tree, not a file or subdirectory"
984
#: bzrlib/builtins.py:1749
1064
#: bzrlib/builtins.py:1779
985
1065
msgid "Tree is up to date at revision {0} of branch {1}"
1066
msgstr "Tree is up to date at revision {0} of branch {1}"
988
#: bzrlib/builtins.py:1765
1068
#: bzrlib/builtins.py:1795
989
1069
#, python-format
991
1071
"branch has no revision %s\n"
992
1072
"bzr update --revision only works for a revision in the branch history"
1074
"branch has no revision %s\n"
1075
"bzr update --revision only works for a revision in the branch history"
995
#: bzrlib/builtins.py:1771
1077
#: bzrlib/builtins.py:1801
996
1078
msgid "Updated to revision {0} of branch {1}"
1079
msgstr "Updated to revision {0} of branch {1}"
999
#: bzrlib/builtins.py:1775
1081
#: bzrlib/builtins.py:1805
1001
1083
"Your local commits will now show as pending merges with 'bzr status', and "
1002
1084
"can be committed with 'bzr commit'."
1086
"Your local commits will now show as pending merges with 'bzr status', and "
1087
"can be committed with 'bzr commit'."
1005
#: bzrlib/builtins.py:1784
1089
#: bzrlib/builtins.py:1814
1006
1090
msgid "Show information about a working tree, branch or repository."
1009
#: bzrlib/builtins.py:1786
1011
"This command will show all known locations and formats associated to the\n"
1012
"tree, branch or repository."
1015
#: bzrlib/builtins.py:1789
1017
"In verbose mode, statistical information is included with each report.\n"
1018
"To see extended statistic information, use a verbosity level of 2 or\n"
1019
"higher by specifying the verbose option multiple times, e.g. -vv."
1022
#: bzrlib/builtins.py:1793
1091
msgstr "Show information about a working tree, branch or repository."
1093
#: bzrlib/builtins.py:1816
1095
"This command will show all known locations and formats associated to the\n"
1096
"tree, branch or repository."
1098
"This command will show all known locations and formats associated to the\n"
1099
"tree, branch or repository."
1101
#: bzrlib/builtins.py:1819
1103
"In verbose mode, statistical information is included with each report.\n"
1104
"To see extended statistic information, use a verbosity level of 2 or\n"
1105
"higher by specifying the verbose option multiple times, e.g. -vv."
1107
"In verbose mode, statistical information is included with each report.\n"
1108
"To see extended statistic information, use a verbosity level of 2 or\n"
1109
"higher by specifying the verbose option multiple times, e.g. -vv."
1111
#: bzrlib/builtins.py:1823
1023
1112
msgid "Branches and working trees will also report any missing revisions."
1113
msgstr "Branches and working trees will also report any missing revisions."
1026
#: bzrlib/builtins.py:1795 bzrlib/builtins.py:3715 bzrlib/builtins.py:4845
1027
#: bzrlib/builtins.py:6442
1115
#: bzrlib/builtins.py:1825 bzrlib/builtins.py:3744 bzrlib/builtins.py:4885
1116
#: bzrlib/builtins.py:6466
1028
1117
msgid ":Examples:"
1031
#: bzrlib/builtins.py:1797
1120
#: bzrlib/builtins.py:1827
1032
1121
msgid " Display information on the format and related locations:"
1122
msgstr " Display information on the format and related locations:"
1035
#: bzrlib/builtins.py:1799
1124
#: bzrlib/builtins.py:1829
1036
1125
msgid " bzr info"
1039
#: bzrlib/builtins.py:1801
1128
#: bzrlib/builtins.py:1831
1041
1130
" Display the above together with extended format information and\n"
1042
1131
" basic statistics (like the number of files in the working tree and\n"
1043
1132
" number of revisions in the branch and repository):"
1134
" Display the above together with extended format information and\n"
1135
" basic statistics (like the number of files in the working tree and\n"
1136
" number of revisions in the branch and repository):"
1046
#: bzrlib/builtins.py:1805
1138
#: bzrlib/builtins.py:1835
1047
1139
msgid " bzr info -v"
1140
msgstr " bzr info -v"
1050
#: bzrlib/builtins.py:1807
1142
#: bzrlib/builtins.py:1837
1051
1143
msgid " Display the above together with number of committers to the branch:"
1145
" Display the above together with number of committers to the branch:"
1054
#: bzrlib/builtins.py:1809
1147
#: bzrlib/builtins.py:1839
1055
1148
msgid " bzr info -vv"
1149
msgstr " bzr info -vv"
1058
#: bzrlib/builtins.py:1828
1151
#: bzrlib/builtins.py:1858
1059
1152
msgid "Remove files or directories."
1153
msgstr "Remove files or directories."
1062
#: bzrlib/builtins.py:1830
1155
#: bzrlib/builtins.py:1860
1064
1157
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
1065
1158
"delete them if they can easily be recovered using revert otherwise they\n"
1066
"will be backed up (adding an extention of the form .~#~). If no options or\n"
1159
"will be backed up (adding an extension of the form .~#~). If no options or\n"
1067
1160
"parameters are given Bazaar will scan for files that are being tracked by\n"
1068
1161
"Bazaar but missing in your tree and stop tracking them for you."
1163
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
1164
"delete them if they can easily be recovered using revert otherwise they\n"
1165
"will be backed up (adding an extension of the form .~#~). If no options or\n"
1166
"parameters are given Bazaar will scan for files that are being tracked by\n"
1167
"Bazaar but missing in your tree and stop tracking them for you."
1071
#: bzrlib/builtins.py:1838
1169
#: bzrlib/builtins.py:1868
1072
1170
msgid "Only remove files that have never been committed."
1171
msgstr "Only remove files that have never been committed."
1075
#: bzrlib/builtins.py:1840
1173
#: bzrlib/builtins.py:1870
1076
1174
msgid "The file deletion mode to be used."
1175
msgstr "The file deletion mode to be used."
1079
#: bzrlib/builtins.py:1841
1177
#: bzrlib/builtins.py:1871
1080
1178
msgid "Deletion Strategy"
1179
msgstr "Deletion Strategy"
1083
#: bzrlib/builtins.py:1842
1181
#: bzrlib/builtins.py:1872
1084
1182
msgid "Backup changed files (default)."
1183
msgstr "Backup changed files (default)."
1087
#: bzrlib/builtins.py:1843
1185
#: bzrlib/builtins.py:1873
1088
1186
msgid "Delete from bzr but leave the working copy."
1187
msgstr "Delete from bzr but leave the working copy."
1091
#: bzrlib/builtins.py:1844
1189
#: bzrlib/builtins.py:1874
1092
1190
msgid "Don't backup changed files."
1191
msgstr "Don't backup changed files."
1095
#: bzrlib/builtins.py:1845
1193
#: bzrlib/builtins.py:1875
1097
1195
"Delete all the specified files, even if they can not be recovered and even "
1098
1196
"if they are non-empty directories. (deprecated, use no-backup)"
1198
"Delete all the specified files, even if they can not be recovered and even "
1199
"if they are non-empty directories. (deprecated, use no-backup)"
1101
#: bzrlib/builtins.py:1854
1201
#: bzrlib/builtins.py:1884
1102
1202
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
1204
"(The --force option is deprecated, rather use --no-backup in future.)"
1105
#: bzrlib/builtins.py:1871
1206
#: bzrlib/builtins.py:1901
1106
1207
msgid "No matching files."
1208
msgstr "No matching files."
1109
#: bzrlib/builtins.py:1932
1210
#: bzrlib/builtins.py:1962
1110
1211
msgid "Reconcile bzr metadata in a branch."
1113
#: bzrlib/builtins.py:1934
1115
"This can correct data mismatches that may have been caused by\n"
1116
"previous ghost operations or bzr upgrades. You should only\n"
1117
"need to run this command if 'bzr check' or a bzr developer\n"
1118
"advises you to run it."
1121
#: bzrlib/builtins.py:1939
1123
"If a second branch is provided, cross-branch reconciliation is\n"
1124
"also attempted, which will check that data like the tree root\n"
1125
"id which was not present in very early bzr versions is represented\n"
1126
"correctly in both branches."
1129
#: bzrlib/builtins.py:1944
1131
"At the same time it is run it may recompress data resulting in\n"
1132
"a potential saving in disk space or performance gain."
1135
#: bzrlib/builtins.py:1947
1212
msgstr "Reconcile bzr metadata in a branch."
1214
#: bzrlib/builtins.py:1964
1216
"This can correct data mismatches that may have been caused by\n"
1217
"previous ghost operations or bzr upgrades. You should only\n"
1218
"need to run this command if 'bzr check' or a bzr developer\n"
1219
"advises you to run it."
1221
"This can correct data mismatches that may have been caused by\n"
1222
"previous ghost operations or bzr upgrades. You should only\n"
1223
"need to run this command if 'bzr check' or a bzr developer\n"
1224
"advises you to run it."
1226
#: bzrlib/builtins.py:1969
1228
"If a second branch is provided, cross-branch reconciliation is\n"
1229
"also attempted, which will check that data like the tree root\n"
1230
"id which was not present in very early bzr versions is represented\n"
1231
"correctly in both branches."
1233
"If a second branch is provided, cross-branch reconciliation is\n"
1234
"also attempted, which will check that data like the tree root\n"
1235
"id which was not present in very early bzr versions is represented\n"
1236
"correctly in both branches."
1238
#: bzrlib/builtins.py:1974
1240
"At the same time it is run it may recompress data resulting in\n"
1241
"a potential saving in disk space or performance gain."
1243
"At the same time it is run it may recompress data resulting in\n"
1244
"a potential saving in disk space or performance gain."
1246
#: bzrlib/builtins.py:1977
1136
1247
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1139
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1141
"Format for the bzr 2.0 series.\n"
1142
"Uses group-compress storage.\n"
1143
"Provides rich roots which are a one-way transition.\n"
1146
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1148
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1149
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1152
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1249
"The branch *MUST* be on a listable system such as local disk or sftp."
1251
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1253
"Format for the bzr 2.0 series.\n"
1254
"Uses group-compress storage.\n"
1255
"Provides rich roots which are a one-way transition.\n"
1257
"Format for the bzr 2.0 series.\n"
1258
"Uses group-compress storage.\n"
1259
"Provides rich roots which are a one-way transition.\n"
1261
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1263
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1264
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1266
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1267
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1269
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1153
1270
msgid "The 2a format with experimental support for colocated branches.\n"
1271
msgstr "The 2a format with experimental support for collocated branches.\n"
1156
#: bzrlib/builtins.py:2015
1273
#: bzrlib/builtins.py:2045
1157
1274
msgid "Make a directory into a versioned branch."
1160
#: bzrlib/builtins.py:2017
1162
"Use this to create an empty branch, or before importing an\n"
1166
#: bzrlib/builtins.py:2020
1168
"If there is a repository in a parent directory of the location, then\n"
1169
"the history of the branch will be stored in the repository. Otherwise\n"
1170
"init creates a standalone branch which carries its own history\n"
1171
"in the .bzr directory."
1174
#: bzrlib/builtins.py:2025
1176
"If there is already a branch at the location but it has no working tree,\n"
1177
"the tree can be populated with 'bzr checkout'."
1180
#: bzrlib/builtins.py:2028
1275
msgstr "Make a directory into a versioned branch."
1277
#: bzrlib/builtins.py:2047
1279
"Use this to create an empty branch, or before importing an\n"
1282
"Use this to create an empty branch, or before importing an\n"
1285
#: bzrlib/builtins.py:2050
1287
"If there is a repository in a parent directory of the location, then\n"
1288
"the history of the branch will be stored in the repository. Otherwise\n"
1289
"init creates a standalone branch which carries its own history\n"
1290
"in the .bzr directory."
1292
"If there is a repository in a parent directory of the location, then\n"
1293
"the history of the branch will be stored in the repository. Otherwise\n"
1294
"init creates a standalone branch which carries its own history\n"
1295
"in the .bzr directory."
1297
#: bzrlib/builtins.py:2055
1299
"If there is already a branch at the location but it has no working tree,\n"
1300
"the tree can be populated with 'bzr checkout'."
1302
"If there is already a branch at the location but it has no working tree,\n"
1303
"the tree can be populated with 'bzr checkout'."
1305
#: bzrlib/builtins.py:2058
1181
1306
msgid "Recipe for importing a tree of files::"
1184
#: bzrlib/builtins.py:2030
1190
" bzr commit -m \"imported project\""
1193
#: bzrlib/builtins.py:2041
1195
"Create the path leading up to the branch if it does not already exist."
1198
#: bzrlib/builtins.py:2044
1307
msgstr "Recipe for importing a tree of files::"
1309
#: bzrlib/builtins.py:2060
1315
" bzr commit -m \"imported project\""
1321
" bzr commit -m \"imported project\""
1323
#: bzrlib/builtins.py:2071
1325
"Create the path leading up to the branch if it does not already exist."
1327
"Create the path leading up to the branch if it does not already exist."
1329
#: bzrlib/builtins.py:2074
1199
1330
msgid "Specify a format for this branch. See \"help formats\"."
1331
msgstr "Specify a format for this branch. See \"help formats\"."
1202
#: bzrlib/builtins.py:2052
1333
#: bzrlib/builtins.py:2082
1204
1335
"Never change revnos or the existing log. Append revisions to it only."
1337
"Never change revnos or the existing log. Append revisions to it only."
1207
#: bzrlib/builtins.py:2055
1339
#: bzrlib/builtins.py:2085
1208
1340
msgid "Create a branch without a working tree."
1341
msgstr "Create a branch without a working tree."
1211
#: bzrlib/builtins.py:2075 bzrlib/push.py:110
1343
#: bzrlib/builtins.py:2105 bzrlib/push.py:110
1212
1344
#, python-format
1214
1346
"Parent directory of %s does not exist.\n"
1215
1347
"You may supply --create-prefix to create all leading parent directories."
1349
"Parent directory of %s does not exist.\n"
1350
"You may supply --create-prefix to create all leading parent directories."
1218
#: bzrlib/builtins.py:2109
1352
#: bzrlib/builtins.py:2139
1220
1354
"This branch format cannot be set to append-revisions-only. Try --default."
1356
"This branch format cannot be set to append-revisions-only. Try --default."
1223
#: bzrlib/builtins.py:2120
1358
#: bzrlib/builtins.py:2150
1224
1359
msgid "Created a {0} (format: {1})\n"
1360
msgstr "Created a {0} (format: {1})\n"
1227
#: bzrlib/builtins.py:2129
1362
#: bzrlib/builtins.py:2159
1228
1363
#, python-format
1229
1364
msgid "Using shared repository: %s\n"
1365
msgstr "Using shared repository: %s\n"
1232
#: bzrlib/builtins.py:2133
1367
#: bzrlib/builtins.py:2163
1233
1368
msgid "Create a shared repository for branches to share storage space."
1236
#: bzrlib/builtins.py:2135
1238
"New branches created under the repository directory will store their\n"
1239
"revisions in the repository, not in the branch directory. For branches\n"
1240
"with shared history, this reduces the amount of storage needed and \n"
1241
"speeds up the creation of new branches."
1244
#: bzrlib/builtins.py:2140
1246
"If the --no-trees option is given then the branches in the repository\n"
1247
"will not have working trees by default. They will still exist as \n"
1248
"directories on disk, but they will not have separate copies of the \n"
1249
"files at a certain revision. This can be useful for repositories that\n"
1250
"store branches which are interacted with through checkouts or remote\n"
1251
"branches, such as on a server."
1254
#: bzrlib/builtins.py:2147
1257
" Create a shared repository holding just branches::"
1260
#: bzrlib/builtins.py:2150
1262
" bzr init-repo --no-trees repo\n"
1263
" bzr init repo/trunk"
1266
#: bzrlib/builtins.py:2153
1369
msgstr "Create a shared repository for branches to share storage space."
1371
#: bzrlib/builtins.py:2165
1373
"New branches created under the repository directory will store their\n"
1374
"revisions in the repository, not in the branch directory. For branches\n"
1375
"with shared history, this reduces the amount of storage needed and \n"
1376
"speeds up the creation of new branches."
1378
"New branches created under the repository directory will store their\n"
1379
"revisions in the repository, not in the branch directory. For branches\n"
1380
"with shared history, this reduces the amount of storage needed and \n"
1381
"speeds up the creation of new branches."
1383
#: bzrlib/builtins.py:2170
1385
"If the --no-trees option is given then the branches in the repository\n"
1386
"will not have working trees by default. They will still exist as \n"
1387
"directories on disk, but they will not have separate copies of the \n"
1388
"files at a certain revision. This can be useful for repositories that\n"
1389
"store branches which are interacted with through checkouts or remote\n"
1390
"branches, such as on a server."
1392
"If the --no-trees option is given then the branches in the repository\n"
1393
"will not have working trees by default. They will still exist as \n"
1394
"directories on disk, but they will not have separate copies of the \n"
1395
"files at a certain revision. This can be useful for repositories that\n"
1396
"store branches which are interacted with through checkouts or remote\n"
1397
"branches, such as on a server."
1399
#: bzrlib/builtins.py:2177
1402
" Create a shared repository holding just branches::"
1405
" Create a shared repository holding just branches::"
1407
#: bzrlib/builtins.py:2180
1409
" bzr init-repo --no-trees repo\n"
1410
" bzr init repo/trunk"
1412
" bzr init-repo --no-trees repo\n"
1413
" bzr init repo/trunk"
1415
#: bzrlib/builtins.py:2183
1267
1416
msgid " Make a lightweight checkout elsewhere::"
1270
#: bzrlib/builtins.py:2155
1272
" bzr checkout --lightweight repo/trunk trunk-checkout\n"
1273
" cd trunk-checkout\n"
1277
#: bzrlib/builtins.py:2163
1279
"Specify a format for this repository. See \"bzr help formats\" for details."
1282
#: bzrlib/builtins.py:2167
1417
msgstr " Make a lightweight checkout elsewhere::"
1419
#: bzrlib/builtins.py:2185
1421
" bzr checkout --lightweight repo/trunk trunk-checkout\n"
1422
" cd trunk-checkout\n"
1425
" bzr checkout --lightweight repo/trunk trunk-checkout\n"
1426
" cd trunk-checkout\n"
1429
#: bzrlib/builtins.py:2193
1431
"Specify a format for this repository. See \"bzr help formats\" for details."
1433
"Specify a format for this repository. See \"bzr help formats\" for details."
1435
#: bzrlib/builtins.py:2197
1283
1436
msgid "Repository format"
1437
msgstr "Repository format"
1286
#: bzrlib/builtins.py:2169
1439
#: bzrlib/builtins.py:2199
1287
1440
msgid "Branches in the repository will default to not having a working tree."
1442
"Branches in the repository will default to not having a working tree."
1290
#: bzrlib/builtins.py:2195
1444
#: bzrlib/builtins.py:2225
1291
1445
msgid "Show differences in the working tree, between revisions or branches."
1294
#: bzrlib/builtins.py:2197
1296
"If no arguments are given, all changes for the current tree are listed.\n"
1297
"If files are given, only the changes in those files are listed.\n"
1298
"Remote and multiple branches can be compared by using the --old and\n"
1299
"--new options. If not provided, the default for both is derived from\n"
1300
"the first argument, if any, or the current tree if no arguments are\n"
1304
#: bzrlib/builtins.py:2204
1306
"\"bzr diff -p1\" is equivalent to \"bzr diff --prefix old/:new/\", and\n"
1307
"produces patches suitable for \"patch -p1\"."
1310
#: bzrlib/builtins.py:2207
1312
"Note that when using the -r argument with a range of revisions, the\n"
1313
"differences are computed between the two specified revisions. That\n"
1314
"is, the command does not show the changes introduced by the first \n"
1315
"revision in the range. This differs from the interpretation of \n"
1316
"revision ranges used by \"bzr log\" which includes the first revision\n"
1320
#: bzrlib/builtins.py:2214
1324
" 2 - unrepresentable changes\n"
1329
#: bzrlib/builtins.py:2220
1332
" Shows the difference in the working tree versus the last commit::"
1335
#: bzrlib/builtins.py:2223
1446
msgstr "Show differences in the working tree, between revisions or branches."
1448
#: bzrlib/builtins.py:2227
1450
"If no arguments are given, all changes for the current tree are listed.\n"
1451
"If files are given, only the changes in those files are listed.\n"
1452
"Remote and multiple branches can be compared by using the --old and\n"
1453
"--new options. If not provided, the default for both is derived from\n"
1454
"the first argument, if any, or the current tree if no arguments are\n"
1457
"If no arguments are given, all changes for the current tree are listed.\n"
1458
"If files are given, only the changes in those files are listed.\n"
1459
"Remote and multiple branches can be compared by using the --old and\n"
1460
"--new options. If not provided, the default for both is derived from\n"
1461
"the first argument, if any, or the current tree if no arguments are\n"
1464
#: bzrlib/builtins.py:2234
1466
"\"bzr diff -p1\" is equivalent to \"bzr diff --prefix old/:new/\", and\n"
1467
"produces patches suitable for \"patch -p1\"."
1469
"\"bzr diff -p1\" is equivalent to \"bzr diff --prefix old/:new/\", and\n"
1470
"produces patches suitable for \"patch -p1\"."
1472
#: bzrlib/builtins.py:2237
1474
"Note that when using the -r argument with a range of revisions, the\n"
1475
"differences are computed between the two specified revisions. That\n"
1476
"is, the command does not show the changes introduced by the first \n"
1477
"revision in the range. This differs from the interpretation of \n"
1478
"revision ranges used by \"bzr log\" which includes the first revision\n"
1481
"Note that when using the -r argument with a range of revisions, the\n"
1482
"differences are computed between the two specified revisions. That\n"
1483
"is, the command does not show the changes introduced by the first \n"
1484
"revision in the range. This differs from the interpretation of \n"
1485
"revision ranges used by \"bzr log\" which includes the first revision\n"
1488
#: bzrlib/builtins.py:2244
1492
" 2 - unrepresentable changes\n"
1498
" 2 - unrepresentable changes\n"
1502
#: bzrlib/builtins.py:2250
1505
" Shows the difference in the working tree versus the last commit::"
1508
" Shows the difference in the working tree versus the last commit::"
1510
#: bzrlib/builtins.py:2253
1336
1511
msgid " bzr diff"
1339
#: bzrlib/builtins.py:2225
1514
#: bzrlib/builtins.py:2255
1340
1515
msgid " Difference between the working tree and revision 1::"
1516
msgstr " Difference between the working tree and revision 1::"
1343
#: bzrlib/builtins.py:2227
1518
#: bzrlib/builtins.py:2257
1344
1519
msgid " bzr diff -r1"
1520
msgstr " bzr diff -r1"
1347
#: bzrlib/builtins.py:2229
1522
#: bzrlib/builtins.py:2259
1348
1523
msgid " Difference between revision 3 and revision 1::"
1524
msgstr " Difference between revision 3 and revision 1::"
1351
#: bzrlib/builtins.py:2231
1526
#: bzrlib/builtins.py:2261
1352
1527
msgid " bzr diff -r1..3"
1528
msgstr " bzr diff -r1..3"
1355
#: bzrlib/builtins.py:2233
1530
#: bzrlib/builtins.py:2263
1356
1531
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1532
msgstr " Difference between revision 3 and revision 1 for branch xxx::"
1359
#: bzrlib/builtins.py:2235
1534
#: bzrlib/builtins.py:2265
1360
1535
msgid " bzr diff -r1..3 xxx"
1536
msgstr " bzr diff -r1..3 xxx"
1363
#: bzrlib/builtins.py:2237
1538
#: bzrlib/builtins.py:2267
1364
1539
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1540
msgstr " The changes introduced by revision 2 (equivalent to -r1..2)::"
1367
#: bzrlib/builtins.py:2239
1542
#: bzrlib/builtins.py:2269
1368
1543
msgid " bzr diff -c2"
1371
#: bzrlib/builtins.py:2241
1373
" To see the changes introduced by revision X::\n"
1378
#: bzrlib/builtins.py:2245
1380
" Note that in the case of a merge, the -c option shows the changes\n"
1381
" compared to the left hand parent. To see the changes against\n"
1382
" another parent, use::"
1385
#: bzrlib/builtins.py:2249
1544
msgstr " bzr diff -c2"
1546
#: bzrlib/builtins.py:2271
1548
" To see the changes introduced by revision X::\n"
1552
" To see the changes introduced by revision X::\n"
1556
#: bzrlib/builtins.py:2275
1558
" Note that in the case of a merge, the -c option shows the changes\n"
1559
" compared to the left hand parent. To see the changes against\n"
1560
" another parent, use::"
1562
" Note that in the case of a merge, the -c option shows the changes\n"
1563
" compared to the left hand parent. To see the changes against\n"
1564
" another parent, use::"
1566
#: bzrlib/builtins.py:2279
1386
1567
msgid " bzr diff -r<chosen_parent>..X"
1568
msgstr " bzr diff -r<chosen_parent>..X"
1389
#: bzrlib/builtins.py:2251
1570
#: bzrlib/builtins.py:2281
1391
1572
" The changes between the current revision and the previous revision\n"
1392
1573
" (equivalent to -c-1 and -r-2..-1)"
1575
" The changes between the current revision and the previous revision\n"
1576
" (equivalent to -c-1 and -r-2..-1)"
1395
#: bzrlib/builtins.py:2254
1578
#: bzrlib/builtins.py:2284
1396
1579
msgid " bzr diff -r-2.."
1580
msgstr " bzr diff -r-2.."
1399
#: bzrlib/builtins.py:2256
1582
#: bzrlib/builtins.py:2286
1400
1583
msgid " Show just the differences for file NEWS::"
1584
msgstr " Show just the differences for file NEWS::"
1403
#: bzrlib/builtins.py:2258
1586
#: bzrlib/builtins.py:2288
1404
1587
msgid " bzr diff NEWS"
1588
msgstr " bzr diff NEWS"
1407
#: bzrlib/builtins.py:2260
1590
#: bzrlib/builtins.py:2290
1408
1591
msgid " Show the differences in working tree xxx for file NEWS::"
1592
msgstr " Show the differences in working tree xxx for file NEWS::"
1411
#: bzrlib/builtins.py:2262
1594
#: bzrlib/builtins.py:2292
1412
1595
msgid " bzr diff xxx/NEWS"
1596
msgstr " bzr diff xxx/NEWS"
1415
#: bzrlib/builtins.py:2264
1598
#: bzrlib/builtins.py:2294
1416
1599
msgid " Show the differences from branch xxx to this working tree:"
1600
msgstr " Show the differences from branch xxx to this working tree:"
1419
#: bzrlib/builtins.py:2266
1602
#: bzrlib/builtins.py:2296
1420
1603
msgid " bzr diff --old xxx"
1604
msgstr " bzr diff --old xxx"
1423
#: bzrlib/builtins.py:2268
1606
#: bzrlib/builtins.py:2298
1424
1607
msgid " Show the differences between two branches for file NEWS::"
1608
msgstr " Show the differences between two branches for file NEWS::"
1427
#: bzrlib/builtins.py:2270
1610
#: bzrlib/builtins.py:2300
1428
1611
msgid " bzr diff --old xxx --new yyy NEWS"
1612
msgstr " bzr diff --old xxx --new yyy NEWS"
1431
#: bzrlib/builtins.py:2272
1614
#: bzrlib/builtins.py:2302
1432
1615
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1616
msgstr " Same as 'bzr diff' but prefix paths with old/ and new/::"
1435
#: bzrlib/builtins.py:2274
1618
#: bzrlib/builtins.py:2304
1437
1620
" bzr diff --prefix old/:new/\n"
1441
1624
" bzr diff --using /usr/bin/diff --diff-options -wu"
1626
" bzr diff --prefix old/:new/\n"
1628
" Show the differences using a custom diff program with options::\n"
1630
" bzr diff --using /usr/bin/diff --diff-options -wu"
1444
#: bzrlib/builtins.py:2284
1632
#: bzrlib/builtins.py:2314
1445
1633
msgid "Pass these options to the external diff program."
1634
msgstr "Pass these options to the external diff program."
1448
#: bzrlib/builtins.py:2287
1636
#: bzrlib/builtins.py:2317
1450
1638
"Set prefixes added to old and new filenames, as two values separated by a "
1451
1639
"colon. (eg \"old/:new/\")."
1641
"Set prefixes added to old and new filenames, as two values separated by a "
1642
"colon. (eg \"old/:new/\")."
1454
#: bzrlib/builtins.py:2290
1644
#: bzrlib/builtins.py:2320
1455
1645
msgid "Branch/tree to compare from."
1646
msgstr "Branch/tree to compare from."
1458
#: bzrlib/builtins.py:2294
1648
#: bzrlib/builtins.py:2324
1459
1649
msgid "Branch/tree to compare to."
1650
msgstr "Branch/tree to compare to."
1462
#: bzrlib/builtins.py:2300
1652
#: bzrlib/builtins.py:2330
1463
1653
msgid "Use this command to compare files."
1654
msgstr "Use this command to compare files."
1466
#: bzrlib/builtins.py:2305
1656
#: bzrlib/builtins.py:2335
1467
1657
msgid "Diff format to use."
1658
msgstr "Diff format to use."
1470
#: bzrlib/builtins.py:2307
1660
#: bzrlib/builtins.py:2337
1471
1661
msgid "Diff format"
1662
msgstr "Diff format"
1474
#: bzrlib/builtins.py:2329
1664
#: bzrlib/builtins.py:2359
1475
1665
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1666
msgstr "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1478
#: bzrlib/builtins.py:2333
1668
#: bzrlib/builtins.py:2363
1479
1669
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1670
msgstr "bzr diff --revision takes exactly one or two revision specifiers"
1482
#: bzrlib/builtins.py:2338 bzrlib/builtins.py:2736 bzrlib/builtins.py:2749
1483
#: bzrlib/builtins.py:2757 bzrlib/builtins.py:4919
1672
#: bzrlib/builtins.py:2368 bzrlib/builtins.py:2765 bzrlib/builtins.py:2778
1673
#: bzrlib/builtins.py:2786 bzrlib/builtins.py:4959
1484
1674
msgid "{0} and {1} are mutually exclusive"
1675
msgstr "{0} and {1} are mutually exclusive"
1487
#: bzrlib/builtins.py:2358
1677
#: bzrlib/builtins.py:2388
1489
1679
"List files deleted in the working tree.\n"
1682
"List files deleted in the working tree.\n"
1493
#: bzrlib/builtins.py:2436
1685
#: bzrlib/builtins.py:2465
1494
1686
msgid "Show the tree root directory."
1687
msgstr "Show the tree root directory."
1497
#: bzrlib/builtins.py:2438
1689
#: bzrlib/builtins.py:2467
1499
1691
"The root is the nearest enclosing directory with a .bzr control\n"
1694
"The root is the nearest enclosing directory with a .bzr control\n"
1503
#: bzrlib/builtins.py:2453
1697
#: bzrlib/builtins.py:2482
1504
1698
msgid "The limit argument must be an integer."
1699
msgstr "The limit argument must be an integer."
1507
#: bzrlib/builtins.py:2461
1701
#: bzrlib/builtins.py:2490
1508
1702
msgid "The levels argument must be an integer."
1703
msgstr "The levels argument must be an integer."
1511
#: bzrlib/builtins.py:2466
1705
#: bzrlib/builtins.py:2495
1512
1706
msgid "Show historical log for a branch or subset of a branch."
1515
#: bzrlib/builtins.py:2468
1517
"log is bzr's default tool for exploring the history of a branch.\n"
1518
"The branch to use is taken from the first parameter. If no parameters\n"
1519
"are given, the branch containing the working directory is logged.\n"
1520
"Here are some simple examples::"
1523
#: bzrlib/builtins.py:2473
1525
" bzr log log the current branch\n"
1526
" bzr log foo.py log a file in its branch\n"
1527
" bzr log http://server/branch log a branch on a server"
1530
#: bzrlib/builtins.py:2477
1532
"The filtering, ordering and information shown for each revision can\n"
1533
"be controlled as explained below. By default, all revisions are\n"
1534
"shown sorted (topologically) so that newer revisions appear before\n"
1535
"older ones and descendants always appear before ancestors. If displayed,\n"
1536
"merged revisions are shown indented under the revision in which they\n"
1540
#: bzrlib/builtins.py:2484
1707
msgstr "Show historical log for a branch or subset of a branch."
1709
#: bzrlib/builtins.py:2497
1711
"log is bzr's default tool for exploring the history of a branch.\n"
1712
"The branch to use is taken from the first parameter. If no parameters\n"
1713
"are given, the branch containing the working directory is logged.\n"
1714
"Here are some simple examples::"
1716
"log is bzr's default tool for exploring the history of a branch.\n"
1717
"The branch to use is taken from the first parameter. If no parameters\n"
1718
"are given, the branch containing the working directory is logged.\n"
1719
"Here are some simple examples::"
1721
#: bzrlib/builtins.py:2502
1723
" bzr log log the current branch\n"
1724
" bzr log foo.py log a file in its branch\n"
1725
" bzr log http://server/branch log a branch on a server"
1727
" bzr log log the current branch\n"
1728
" bzr log foo.py log a file in its branch\n"
1729
" bzr log http://server/branch log a branch on a server"
1731
#: bzrlib/builtins.py:2506
1733
"The filtering, ordering and information shown for each revision can\n"
1734
"be controlled as explained below. By default, all revisions are\n"
1735
"shown sorted (topologically) so that newer revisions appear before\n"
1736
"older ones and descendants always appear before ancestors. If displayed,\n"
1737
"merged revisions are shown indented under the revision in which they\n"
1740
"The filtering, ordering and information shown for each revision can\n"
1741
"be controlled as explained below. By default, all revisions are\n"
1742
"shown sorted (topologically) so that newer revisions appear before\n"
1743
"older ones and descendants always appear before ancestors. If displayed,\n"
1744
"merged revisions are shown indented under the revision in which they\n"
1747
#: bzrlib/builtins.py:2513
1541
1748
msgid ":Output control:"
1544
#: bzrlib/builtins.py:2486
1546
" The log format controls how information about each revision is\n"
1547
" displayed. The standard log formats are called ``long``, ``short``\n"
1548
" and ``line``. The default is long. See ``bzr help log-formats``\n"
1549
" for more details on log formats."
1552
#: bzrlib/builtins.py:2491
1554
" The following options can be used to control what information is\n"
1558
#: bzrlib/builtins.py:2494
1560
" -l N display a maximum of N revisions\n"
1561
" -n N display N levels of revisions (0 for all, 1 for collapsed)\n"
1562
" -v display a status summary (delta) for each revision\n"
1563
" -p display a diff (patch) for each revision\n"
1564
" --show-ids display revision-ids (and file-ids), not just revnos"
1567
#: bzrlib/builtins.py:2500
1569
" Note that the default number of levels to display is a function of the\n"
1570
" log format. If the -n option is not used, the standard log formats show\n"
1571
" just the top level (mainline)."
1574
#: bzrlib/builtins.py:2504
1576
" Status summaries are shown using status flags like A, M, etc. To see\n"
1577
" the changes explained using words like ``added`` and ``modified``\n"
1578
" instead, use the -vv option."
1581
#: bzrlib/builtins.py:2508
1749
msgstr ":Output control:"
1751
#: bzrlib/builtins.py:2515
1753
" The log format controls how information about each revision is\n"
1754
" displayed. The standard log formats are called ``long``, ``short``\n"
1755
" and ``line``. The default is long. See ``bzr help log-formats``\n"
1756
" for more details on log formats."
1758
" The log format controls how information about each revision is\n"
1759
" displayed. The standard log formats are called ``long``, ``short``\n"
1760
" and ``line``. The default is long. See ``bzr help log-formats``\n"
1761
" for more details on log formats."
1763
#: bzrlib/builtins.py:2520
1765
" The following options can be used to control what information is\n"
1768
" The following options can be used to control what information is\n"
1771
#: bzrlib/builtins.py:2523
1773
" -l N display a maximum of N revisions\n"
1774
" -n N display N levels of revisions (0 for all, 1 for collapsed)\n"
1775
" -v display a status summary (delta) for each revision\n"
1776
" -p display a diff (patch) for each revision\n"
1777
" --show-ids display revision-ids (and file-ids), not just revnos"
1779
" -l N display a maximum of N revisions\n"
1780
" -n N display N levels of revisions (0 for all, 1 for collapsed)\n"
1781
" -v display a status summary (delta) for each revision\n"
1782
" -p display a diff (patch) for each revision\n"
1783
" --show-ids display revision-ids (and file-ids), not just revnos"
1785
#: bzrlib/builtins.py:2529
1787
" Note that the default number of levels to display is a function of the\n"
1788
" log format. If the -n option is not used, the standard log formats show\n"
1789
" just the top level (mainline)."
1791
" Note that the default number of levels to display is a function of the\n"
1792
" log format. If the -n option is not used, the standard log formats show\n"
1793
" just the top level (mainline)."
1795
#: bzrlib/builtins.py:2533
1797
" Status summaries are shown using status flags like A, M, etc. To see\n"
1798
" the changes explained using words like ``added`` and ``modified``\n"
1799
" instead, use the -vv option."
1801
" Status summaries are shown using status flags like A, M, etc. To see\n"
1802
" the changes explained using words like ``added`` and ``modified``\n"
1803
" instead, use the -vv option."
1805
#: bzrlib/builtins.py:2537
1582
1806
msgid ":Ordering control:"
1807
msgstr ":Ordering control:"
1585
#: bzrlib/builtins.py:2510
1809
#: bzrlib/builtins.py:2539
1587
1811
" To display revisions from oldest to newest, use the --forward option.\n"
1588
1812
" In most cases, using this option will have little impact on the total\n"
1589
1813
" time taken to produce a log, though --forward does not incrementally\n"
1590
1814
" display revisions like --reverse does when it can."
1816
" To display revisions from oldest to newest, use the --forward option.\n"
1817
" In most cases, using this option will have little impact on the total\n"
1818
" time taken to produce a log, though --forward does not incrementally\n"
1819
" display revisions like --reverse does when it can."
1593
#: bzrlib/builtins.py:2515
1821
#: bzrlib/builtins.py:2544
1594
1822
msgid ":Revision filtering:"
1597
#: bzrlib/builtins.py:2517
1599
" The -r option can be used to specify what revision or range of revisions\n"
1600
" to filter against. The various forms are shown below::"
1603
#: bzrlib/builtins.py:2520
1605
" -rX display revision X\n"
1606
" -rX.. display revision X and later\n"
1607
" -r..Y display up to and including revision Y\n"
1608
" -rX..Y display from X to Y inclusive"
1611
#: bzrlib/builtins.py:2525
1613
" See ``bzr help revisionspec`` for details on how to specify X and Y.\n"
1614
" Some common examples are given below::"
1617
#: bzrlib/builtins.py:2528
1619
" -r-1 show just the tip\n"
1620
" -r-10.. show the last 10 mainline revisions\n"
1621
" -rsubmit:.. show what's new on this branch\n"
1622
" -rancestor:path.. show changes since the common ancestor of this\n"
1623
" branch and the one at location path\n"
1624
" -rdate:yesterday.. show changes since yesterday"
1627
#: bzrlib/builtins.py:2535
1629
" When logging a range of revisions using -rX..Y, log starts at\n"
1630
" revision Y and searches back in history through the primary\n"
1631
" (\"left-hand\") parents until it finds X. When logging just the\n"
1632
" top level (using -n1), an error is reported if X is not found\n"
1633
" along the way. If multi-level logging is used (-n0), X may be\n"
1634
" a nested merge revision and the log will be truncated accordingly."
1637
#: bzrlib/builtins.py:2542
1823
msgstr ":Revision filtering:"
1825
#: bzrlib/builtins.py:2546
1827
" The -r option can be used to specify what revision or range of revisions\n"
1828
" to filter against. The various forms are shown below::"
1830
" The -r option can be used to specify what revision or range of revisions\n"
1831
" to filter against. The various forms are shown below::"
1833
#: bzrlib/builtins.py:2549
1835
" -rX display revision X\n"
1836
" -rX.. display revision X and later\n"
1837
" -r..Y display up to and including revision Y\n"
1838
" -rX..Y display from X to Y inclusive"
1840
" -rX display revision X\n"
1841
" -rX.. display revision X and later\n"
1842
" -r..Y display up to and including revision Y\n"
1843
" -rX..Y display from X to Y inclusive"
1845
#: bzrlib/builtins.py:2554
1847
" See ``bzr help revisionspec`` for details on how to specify X and Y.\n"
1848
" Some common examples are given below::"
1850
" See ``bzr help revisionspec`` for details on how to specify X and Y.\n"
1851
" Some common examples are given below::"
1853
#: bzrlib/builtins.py:2557
1855
" -r-1 show just the tip\n"
1856
" -r-10.. show the last 10 mainline revisions\n"
1857
" -rsubmit:.. show what's new on this branch\n"
1858
" -rancestor:path.. show changes since the common ancestor of this\n"
1859
" branch and the one at location path\n"
1860
" -rdate:yesterday.. show changes since yesterday"
1862
" -r-1 show just the tip\n"
1863
" -r-10.. show the last 10 mainline revisions\n"
1864
" -rsubmit:.. show what's new on this branch\n"
1865
" -rancestor:path.. show changes since the common ancestor of this\n"
1866
" branch and the one at location path\n"
1867
" -rdate:yesterday.. show changes since yesterday"
1869
#: bzrlib/builtins.py:2564
1871
" When logging a range of revisions using -rX..Y, log starts at\n"
1872
" revision Y and searches back in history through the primary\n"
1873
" (\"left-hand\") parents until it finds X. When logging just the\n"
1874
" top level (using -n1), an error is reported if X is not found\n"
1875
" along the way. If multi-level logging is used (-n0), X may be\n"
1876
" a nested merge revision and the log will be truncated accordingly."
1878
" When logging a range of revisions using -rX..Y, log starts at\n"
1879
" revision Y and searches back in history through the primary\n"
1880
" (\"left-hand\") parents until it finds X. When logging just the\n"
1881
" top level (using -n1), an error is reported if X is not found\n"
1882
" along the way. If multi-level logging is used (-n0), X may be\n"
1883
" a nested merge revision and the log will be truncated accordingly."
1885
#: bzrlib/builtins.py:2571
1638
1886
msgid ":Path filtering:"
1641
#: bzrlib/builtins.py:2544
1643
" If parameters are given and the first one is not a branch, the log\n"
1644
" will be filtered to show only those revisions that changed the\n"
1645
" nominated files or directories."
1648
#: bzrlib/builtins.py:2548
1650
" Filenames are interpreted within their historical context. To log a\n"
1651
" deleted file, specify a revision range so that the file existed at\n"
1652
" the end or start of the range."
1655
#: bzrlib/builtins.py:2552
1657
" Historical context is also important when interpreting pathnames of\n"
1658
" renamed files/directories. Consider the following example:"
1661
#: bzrlib/builtins.py:2555
1663
" * revision 1: add tutorial.txt\n"
1664
" * revision 2: modify tutorial.txt\n"
1665
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1668
#: bzrlib/builtins.py:2559
1887
msgstr ":Path filtering:"
1889
#: bzrlib/builtins.py:2573
1891
" If parameters are given and the first one is not a branch, the log\n"
1892
" will be filtered to show only those revisions that changed the\n"
1893
" nominated files or directories."
1895
" If parameters are given and the first one is not a branch, the log\n"
1896
" will be filtered to show only those revisions that changed the\n"
1897
" nominated files or directories."
1899
#: bzrlib/builtins.py:2577
1901
" Filenames are interpreted within their historical context. To log a\n"
1902
" deleted file, specify a revision range so that the file existed at\n"
1903
" the end or start of the range."
1905
" Filenames are interpreted within their historical context. To log a\n"
1906
" deleted file, specify a revision range so that the file existed at\n"
1907
" the end or start of the range."
1909
#: bzrlib/builtins.py:2581
1911
" Historical context is also important when interpreting pathnames of\n"
1912
" renamed files/directories. Consider the following example:"
1914
" Historical context is also important when interpreting pathnames of\n"
1915
" renamed files/directories. Consider the following example:"
1917
#: bzrlib/builtins.py:2584
1919
" * revision 1: add tutorial.txt\n"
1920
" * revision 2: modify tutorial.txt\n"
1921
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1923
" * revision 1: add tutorial.txt\n"
1924
" * revision 2: modify tutorial.txt\n"
1925
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1927
#: bzrlib/builtins.py:2588
1669
1928
msgid " In this case:"
1929
msgstr " In this case:"
1672
#: bzrlib/builtins.py:2561
1931
#: bzrlib/builtins.py:2590
1673
1932
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1676
#: bzrlib/builtins.py:2563
1678
" * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1681
#: bzrlib/builtins.py:2565
1683
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1684
" the original file in revision 2."
1687
#: bzrlib/builtins.py:2568
1689
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1690
" was no file called guide.txt in revision 2."
1693
#: bzrlib/builtins.py:2571
1695
" Renames are always followed by log. By design, there is no need to\n"
1696
" explicitly ask for this (and no way to stop logging a file back\n"
1697
" until it was last renamed)."
1700
#: bzrlib/builtins.py:2575
1933
msgstr " * ``bzr log guide.txt`` will log the file added in revision 1"
1935
#: bzrlib/builtins.py:2592
1937
" * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1939
" * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1941
#: bzrlib/builtins.py:2594
1943
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1944
" the original file in revision 2."
1946
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1947
" the original file in revision 2."
1949
#: bzrlib/builtins.py:2597
1951
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1952
" was no file called guide.txt in revision 2."
1954
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1955
" was no file called guide.txt in revision 2."
1957
#: bzrlib/builtins.py:2600
1959
" Renames are always followed by log. By design, there is no need to\n"
1960
" explicitly ask for this (and no way to stop logging a file back\n"
1961
" until it was last renamed)."
1963
" Renames are always followed by log. By design, there is no need to\n"
1964
" explicitly ask for this (and no way to stop logging a file back\n"
1965
" until it was last renamed)."
1967
#: bzrlib/builtins.py:2604
1701
1968
msgid ":Other filtering:"
1969
msgstr ":Other filtering:"
1704
#: bzrlib/builtins.py:2577
1971
#: bzrlib/builtins.py:2606
1706
1973
" The --match option can be used for finding revisions that match a\n"
1707
1974
" regular expression in a commit message, committer, author or bug.\n"
1709
1976
" expressions. --match-author, --match-bugs, --match-committer and\n"
1710
1977
" --match-message can be used to only match a specific field."
1979
" The --match option can be used for finding revisions that match a\n"
1980
" regular expression in a commit message, committer, author or bug.\n"
1981
" Specifying the option several times will match any of the supplied\n"
1982
" expressions. --match-author, --match-bugs, --match-committer and\n"
1983
" --match-message can be used to only match a specific field."
1713
#: bzrlib/builtins.py:2583
1985
#: bzrlib/builtins.py:2612
1714
1986
msgid ":Tips & tricks:"
1717
#: bzrlib/builtins.py:2585
1719
" GUI tools and IDEs are often better at exploring history than command\n"
1720
" line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\n"
1721
" bzr-explorer shell, or the Loggerhead web interface. See the Plugin\n"
1722
" Guide <http://doc.bazaar.canonical.com/plugins/en/> and\n"
1723
" <http://wiki.bazaar.canonical.com/IDEIntegration>. "
1726
#: bzrlib/builtins.py:2591
1728
" You may find it useful to add the aliases below to ``bazaar.conf``::"
1731
#: bzrlib/builtins.py:2593
1735
" top = log -l10 --line\n"
1739
#: bzrlib/builtins.py:2598
1741
" ``bzr tip`` will then show the latest revision while ``bzr top``\n"
1742
" will show the last 10 mainline revisions. To see the details of a\n"
1743
" particular revision X, ``bzr show -rX``."
1746
#: bzrlib/builtins.py:2602
1748
" If you are interested in looking deeper into a particular merge X,\n"
1749
" use ``bzr log -n0 -rX``."
1752
#: bzrlib/builtins.py:2605
1754
" ``bzr log -v`` on a branch with lots of history is currently\n"
1755
" very slow. A fix for this issue is currently under development.\n"
1756
" With or without that fix, it is recommended that a revision range\n"
1757
" be given when using the -v option."
1760
#: bzrlib/builtins.py:2610
1762
" bzr has a generic full-text matching plugin, bzr-search, that can be\n"
1763
" used to find revisions matching user names, commit messages, etc.\n"
1764
" Among other features, this plugin can find all revisions containing\n"
1765
" a list of words but not others."
1768
#: bzrlib/builtins.py:2615
1770
" When exploring non-mainline history on large projects with deep\n"
1771
" history, the performance of log can be greatly improved by installing\n"
1772
" the historycache plugin. This plugin buffers historical information\n"
1773
" trading disk space for faster speed."
1776
#: bzrlib/builtins.py:2624
1987
msgstr ":Tips & tricks:"
1989
#: bzrlib/builtins.py:2614
1991
" GUI tools and IDEs are often better at exploring history than command\n"
1992
" line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\n"
1993
" bzr-explorer shell, or the Loggerhead web interface. See the Plugin\n"
1994
" Guide <http://doc.bazaar.canonical.com/plugins/en/> and\n"
1995
" <http://wiki.bazaar.canonical.com/IDEIntegration>. "
1997
" GUI tools and IDEs are often better at exploring history than command\n"
1998
" line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\n"
1999
" bzr-explorer shell, or the Loggerhead web interface. See the Plugin\n"
2000
" Guide <http://doc.bazaar.canonical.com/plugins/en/> and\n"
2001
" <http://wiki.bazaar.canonical.com/IDEIntegration>. "
2003
#: bzrlib/builtins.py:2620
2005
" You may find it useful to add the aliases below to ``bazaar.conf``::"
2007
" You may find it useful to add the aliases below to ``bazaar.conf``::"
2009
#: bzrlib/builtins.py:2622
2013
" top = log -l10 --line\n"
2018
" top = log -l10 --line\n"
2021
#: bzrlib/builtins.py:2627
2023
" ``bzr tip`` will then show the latest revision while ``bzr top``\n"
2024
" will show the last 10 mainline revisions. To see the details of a\n"
2025
" particular revision X, ``bzr show -rX``."
2027
" ``bzr tip`` will then show the latest revision while ``bzr top``\n"
2028
" will show the last 10 mainline revisions. To see the details of a\n"
2029
" particular revision X, ``bzr show -rX``."
2031
#: bzrlib/builtins.py:2631
2033
" If you are interested in looking deeper into a particular merge X,\n"
2034
" use ``bzr log -n0 -rX``."
2036
" If you are interested in looking deeper into a particular merge X,\n"
2037
" use ``bzr log -n0 -rX``."
2039
#: bzrlib/builtins.py:2634
2041
" ``bzr log -v`` on a branch with lots of history is currently\n"
2042
" very slow. A fix for this issue is currently under development.\n"
2043
" With or without that fix, it is recommended that a revision range\n"
2044
" be given when using the -v option."
2046
" ``bzr log -v`` on a branch with lots of history is currently\n"
2047
" very slow. A fix for this issue is currently under development.\n"
2048
" With or without that fix, it is recommended that a revision range\n"
2049
" be given when using the -v option."
2051
#: bzrlib/builtins.py:2639
2053
" bzr has a generic full-text matching plugin, bzr-search, that can be\n"
2054
" used to find revisions matching user names, commit messages, etc.\n"
2055
" Among other features, this plugin can find all revisions containing\n"
2056
" a list of words but not others."
2058
" bzr has a generic full-text matching plugin, bzr-search, that can be\n"
2059
" used to find revisions matching user names, commit messages, etc.\n"
2060
" Among other features, this plugin can find all revisions containing\n"
2061
" a list of words but not others."
2063
#: bzrlib/builtins.py:2644
2065
" When exploring non-mainline history on large projects with deep\n"
2066
" history, the performance of log can be greatly improved by installing\n"
2067
" the historycache plugin. This plugin buffers historical information\n"
2068
" trading disk space for faster speed."
2070
" When exploring non-mainline history on large projects with deep\n"
2071
" history, the performance of log can be greatly improved by installing\n"
2072
" the historycache plugin. This plugin buffers historical information\n"
2073
" trading disk space for faster speed."
2075
#: bzrlib/builtins.py:2653
1777
2076
msgid "Show from oldest to newest."
2077
msgstr "Show from oldest to newest."
1780
#: bzrlib/builtins.py:2627
2079
#: bzrlib/builtins.py:2656
1781
2080
msgid "Show files changed in each revision."
2081
msgstr "Show files changed in each revision."
1784
#: bzrlib/builtins.py:2633
2083
#: bzrlib/builtins.py:2662
1785
2084
msgid "Show just the specified revision. See also \"help revisionspec\"."
2085
msgstr "Show just the specified revision. See also \"help revisionspec\"."
1788
#: bzrlib/builtins.py:2637
2087
#: bzrlib/builtins.py:2666
1789
2088
msgid "What names to list as authors - first, all or committer."
2089
msgstr "What names to list as authors - first, all or committer."
1792
#: bzrlib/builtins.py:2638
2091
#: bzrlib/builtins.py:2667
1793
2092
msgid "Authors"
1796
#: bzrlib/builtins.py:2643
2095
#: bzrlib/builtins.py:2672
1797
2096
msgid "Number of levels to display - 0 for all, 1 for flat."
2097
msgstr "Number of levels to display - 0 for all, 1 for flat."
1800
#: bzrlib/builtins.py:2653
2099
#: bzrlib/builtins.py:2682
1801
2100
msgid "Limit the output to the first N revisions."
2101
msgstr "Limit the output to the first N revisions."
1804
#: bzrlib/builtins.py:2658
2103
#: bzrlib/builtins.py:2687
1805
2104
msgid "Show changes made in each revision as a patch."
2105
msgstr "Show changes made in each revision as a patch."
1808
#: bzrlib/builtins.py:2660
2107
#: bzrlib/builtins.py:2689
1809
2108
msgid "Show merged revisions like --levels 0 does."
2109
msgstr "Show merged revisions like --levels 0 does."
1812
#: bzrlib/builtins.py:2664
2111
#: bzrlib/builtins.py:2693
1813
2112
msgid "Do not report commits with more than one parent."
2113
msgstr "Do not report commits with more than one parent."
1816
#: bzrlib/builtins.py:2666
2115
#: bzrlib/builtins.py:2695
1818
2117
"Display only the revisions that are not part of both ancestries (require -"
2120
"Display only the revisions that are not part of both ancestries (require -"
1822
#: bzrlib/builtins.py:2670
2123
#: bzrlib/builtins.py:2699
1823
2124
msgid "Show digital signature validity."
2125
msgstr "Show digital signature validity."
1826
#: bzrlib/builtins.py:2673
2127
#: bzrlib/builtins.py:2702
1827
2128
msgid "Show revisions whose properties match this expression."
2129
msgstr "Show revisions whose properties match this expression."
1830
#: bzrlib/builtins.py:2677
2131
#: bzrlib/builtins.py:2706
1831
2132
msgid "Show revisions whose message matches this expression."
2133
msgstr "Show revisions whose message matches this expression."
1834
#: bzrlib/builtins.py:2681
2135
#: bzrlib/builtins.py:2710
1835
2136
msgid "Show revisions whose committer matches this expression."
2137
msgstr "Show revisions whose committer matches this expression."
1838
#: bzrlib/builtins.py:2685
2139
#: bzrlib/builtins.py:2714
1839
2140
msgid "Show revisions whose authors match this expression."
2141
msgstr "Show revisions whose authors match this expression."
1842
#: bzrlib/builtins.py:2689
2143
#: bzrlib/builtins.py:2718
1843
2144
msgid "Show revisions whose bugs match this expression."
2145
msgstr "Show revisions whose bugs match this expression."
1846
#: bzrlib/builtins.py:2743
2147
#: bzrlib/builtins.py:2772
1847
2148
msgid "--exclude-common-ancestry requires -r with two revisions"
2149
msgstr "--exclude-common-ancestry requires -r with two revisions"
1850
#: bzrlib/builtins.py:2771
2151
#: bzrlib/builtins.py:2800
1851
2152
#, python-format
1852
2153
msgid "Path unknown at end or start of revision range: %s"
2154
msgstr "Path unknown at end or start of revision range: %s"
1855
#: bzrlib/builtins.py:2888
2156
#: bzrlib/builtins.py:2917
1856
2157
#, python-format
1857
2158
msgid "bzr %s doesn't accept two revisions in different branches."
2159
msgstr "bzr %s doesn't accept two revisions in different branches."
1860
#: bzrlib/builtins.py:2904
2161
#: bzrlib/builtins.py:2933
1861
2162
#, python-format
1862
2163
msgid "bzr %s --revision takes one or two values."
2164
msgstr "bzr %s --revision takes one or two values."
1865
#: bzrlib/builtins.py:2949
2166
#: bzrlib/builtins.py:2978
1867
2168
"List files in a tree.\n"
2171
"List files in a tree.\n"
1871
#: bzrlib/builtins.py:2958
2174
#: bzrlib/builtins.py:2987
1872
2175
msgid "Recurse into subdirectories."
2176
msgstr "Recurse into subdirectories."
1875
#: bzrlib/builtins.py:2960
2178
#: bzrlib/builtins.py:2989
1876
2179
msgid "Print paths relative to the root of the branch."
2180
msgstr "Print paths relative to the root of the branch."
1879
#: bzrlib/builtins.py:2962
2182
#: bzrlib/builtins.py:2991
1880
2183
msgid "Print unknown files."
2184
msgstr "Print unknown files."
1883
#: bzrlib/builtins.py:2963
2186
#: bzrlib/builtins.py:2992
1884
2187
msgid "Print versioned files."
2188
msgstr "Print versioned files."
1887
#: bzrlib/builtins.py:2966
2190
#: bzrlib/builtins.py:2995
1888
2191
msgid "Print ignored files."
2192
msgstr "Print ignored files."
1891
#: bzrlib/builtins.py:2968
2194
#: bzrlib/builtins.py:2997
1892
2195
msgid "List entries of a particular kind: file, directory, symlink."
2196
msgstr "List entries of a particular kind: file, directory, symlink."
1895
#: bzrlib/builtins.py:2981
2198
#: bzrlib/builtins.py:3010
1896
2199
msgid "invalid kind specified"
2200
msgstr "invalid kind specified"
1899
#: bzrlib/builtins.py:2984
2202
#: bzrlib/builtins.py:3013
1900
2203
msgid "Cannot set both --verbose and --null"
2204
msgstr "Cannot set both --verbose and --null"
1903
#: bzrlib/builtins.py:2993
2206
#: bzrlib/builtins.py:3022
1904
2207
msgid "cannot specify both --from-root and PATH"
2208
msgstr "cannot specify both --from-root and PATH"
1907
#: bzrlib/builtins.py:3080
2210
#: bzrlib/builtins.py:3109
1908
2211
msgid "Ignore specified files or patterns."
2212
msgstr "Ignore specified files or patterns."
1911
#: bzrlib/builtins.py:3082
2214
#: bzrlib/builtins.py:3111
1912
2215
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1915
#: bzrlib/builtins.py:3084
1917
"If a .bzrignore file does not exist, the ignore command\n"
1918
"will create one and add the specified files or patterns to the newly\n"
1919
"created file. The ignore command will also automatically add the \n"
1920
".bzrignore file to be versioned. Creating a .bzrignore file without\n"
1921
"the use of the ignore command will require an explicit add command."
1924
#: bzrlib/builtins.py:3090
1926
"To remove patterns from the ignore list, edit the .bzrignore file.\n"
1927
"After adding, editing or deleting that file either indirectly by\n"
1928
"using this command or directly by using an editor, be sure to commit\n"
1932
#: bzrlib/builtins.py:3095
1934
"Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows\n"
1935
"the global ignore file can be found in the application data directory as\n"
1936
"C:\\Documents and Settings\\<user>\\Application Data\\Bazaar\\2.0\\ignore.\n"
1937
"Global ignores are not touched by this command. The global ignore file\n"
1938
"can be edited directly using an editor."
1941
#: bzrlib/builtins.py:3101
1943
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
1944
"precedence over regular ignores. Such exceptions are used to specify\n"
1945
"files that should be versioned which would otherwise be ignored."
1948
#: bzrlib/builtins.py:3105
1950
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
1951
"precedence over the '!' exception patterns."
1954
#: bzrlib/builtins.py:3108
1958
"* Ignore patterns containing shell wildcards must be quoted from\n"
1959
" the shell on Unix."
2216
msgstr "See ``bzr help patterns`` for details on the syntax of patterns."
1962
2218
#: bzrlib/builtins.py:3113
1964
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1965
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1968
#: bzrlib/builtins.py:3116
1971
" Ignore the top level Makefile::"
2220
"If a .bzrignore file does not exist, the ignore command\n"
2221
"will create one and add the specified files or patterns to the newly\n"
2222
"created file. The ignore command will also automatically add the \n"
2223
".bzrignore file to be versioned. Creating a .bzrignore file without\n"
2224
"the use of the ignore command will require an explicit add command."
2226
"If a .bzrignore file does not exist, the ignore command\n"
2227
"will create one and add the specified files or patterns to the newly\n"
2228
"created file. The ignore command will also automatically add the \n"
2229
".bzrignore file to be versioned. Creating a .bzrignore file without\n"
2230
"the use of the ignore command will require an explicit add command."
1974
2232
#: bzrlib/builtins.py:3119
2234
"To remove patterns from the ignore list, edit the .bzrignore file.\n"
2235
"After adding, editing or deleting that file either indirectly by\n"
2236
"using this command or directly by using an editor, be sure to commit\n"
2239
"To remove patterns from the ignore list, edit the .bzrignore file.\n"
2240
"After adding, editing or deleting that file either indirectly by\n"
2241
"using this command or directly by using an editor, be sure to commit\n"
2244
#: bzrlib/builtins.py:3124
2246
"Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows\n"
2247
"the global ignore file can be found in the application data directory as\n"
2248
"C:\\Documents and Settings\\<user>\\Application Data\\Bazaar\\2.0\\ignore.\n"
2249
"Global ignores are not touched by this command. The global ignore file\n"
2250
"can be edited directly using an editor."
2252
"Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows\n"
2253
"the global ignore file can be found in the application data directory as\n"
2254
"C:\\Documents and Settings\\<user>\\Application Data\\Bazaar\\2.0\\ignore.\n"
2255
"Global ignores are not touched by this command. The global ignore file\n"
2256
"can be edited directly using an editor."
2258
#: bzrlib/builtins.py:3130
2260
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
2261
"precedence over regular ignores. Such exceptions are used to specify\n"
2262
"files that should be versioned which would otherwise be ignored."
2264
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
2265
"precedence over regular ignores. Such exceptions are used to specify\n"
2266
"files that should be versioned which would otherwise be ignored."
2268
#: bzrlib/builtins.py:3134
2270
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
2271
"precedence over the '!' exception patterns."
2273
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
2274
"precedence over the '!' exception patterns."
2276
#: bzrlib/builtins.py:3137
2280
"* Ignore patterns containing shell wildcards must be quoted from\n"
2281
" the shell on Unix."
2285
"* Ignore patterns containing shell wildcards must be quoted from\n"
2286
" the shell on Unix."
2288
#: bzrlib/builtins.py:3142
2290
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
2291
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
2293
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
2294
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
2296
#: bzrlib/builtins.py:3145
2299
" Ignore the top level Makefile::"
2302
" Ignore the top level Makefile::"
2304
#: bzrlib/builtins.py:3148
1975
2305
msgid " bzr ignore ./Makefile"
2306
msgstr " bzr ignore ./Makefile"
1978
#: bzrlib/builtins.py:3121
2308
#: bzrlib/builtins.py:3150
1979
2309
msgid " Ignore .class files in all directories...::"
2310
msgstr " Ignore .class files in all directories...::"
1982
#: bzrlib/builtins.py:3123
2312
#: bzrlib/builtins.py:3152
1983
2313
msgid " bzr ignore \"*.class\""
2314
msgstr " bzr ignore \"*.class\""
1986
#: bzrlib/builtins.py:3125
2316
#: bzrlib/builtins.py:3154
1987
2317
msgid " ...but do not ignore \"special.class\"::"
2318
msgstr " ...but do not ignore \"special.class\"::"
1990
#: bzrlib/builtins.py:3127
2320
#: bzrlib/builtins.py:3156
1991
2321
msgid " bzr ignore \"!special.class\""
2322
msgstr " bzr ignore \"!special.class\""
1994
#: bzrlib/builtins.py:3129
2324
#: bzrlib/builtins.py:3158
1995
2325
msgid " Ignore files whose name begins with the \"#\" character::"
2326
msgstr " Ignore files whose name begins with the \"#\" character::"
1998
#: bzrlib/builtins.py:3131
2328
#: bzrlib/builtins.py:3160
1999
2329
msgid " bzr ignore \"RE:^#\""
2330
msgstr " bzr ignore \"RE:^#\""
2002
#: bzrlib/builtins.py:3133 bzrlib/builtins.py:3137
2332
#: bzrlib/builtins.py:3162 bzrlib/builtins.py:3166
2003
2333
msgid " Ignore .o files under the lib directory::"
2334
msgstr " Ignore .o files under the lib directory::"
2006
#: bzrlib/builtins.py:3135
2336
#: bzrlib/builtins.py:3164
2007
2337
msgid " bzr ignore \"lib/**/*.o\""
2338
msgstr " bzr ignore \"lib/**/*.o\""
2010
#: bzrlib/builtins.py:3139
2340
#: bzrlib/builtins.py:3168
2011
2341
msgid " bzr ignore \"RE:lib/.*\\.o\""
2342
msgstr " bzr ignore \"RE:lib/.*\\.o\""
2014
#: bzrlib/builtins.py:3141
2344
#: bzrlib/builtins.py:3170
2015
2345
msgid " Ignore everything but the \"debian\" toplevel directory::"
2346
msgstr " Ignore everything but the \"debian\" top-level directory::"
2018
#: bzrlib/builtins.py:3143
2348
#: bzrlib/builtins.py:3172
2020
2350
" bzr ignore \"RE:(?!debian/).*\"\n"
2262
2654
" checks can be implemented by defining hooks. See ``bzr help hooks``\n"
2263
2655
" for details."
2657
" A common mistake is to forget to add a new file or directory before\n"
2658
" running the commit command. The --strict option checks for unknown\n"
2659
" files and aborts the commit if any are found. More advanced pre-commit\n"
2660
" checks can be implemented by defining hooks. See ``bzr help hooks``\n"
2266
#: bzrlib/builtins.py:3458
2663
#: bzrlib/builtins.py:3487
2267
2664
msgid ":Things to note:"
2665
msgstr ":Things to note:"
2270
#: bzrlib/builtins.py:3460
2667
#: bzrlib/builtins.py:3489
2272
2669
" If you accidentially commit the wrong changes or make a spelling\n"
2273
2670
" mistake in the commit message say, you can use the uncommit command\n"
2274
2671
" to undo it. See ``bzr help uncommit`` for details."
2673
" If you accidentally commit the wrong changes or make a spelling\n"
2674
" mistake in the commit message say, you can use the uncommit command\n"
2675
" to undo it. See ``bzr help uncommit`` for details."
2277
#: bzrlib/builtins.py:3464
2677
#: bzrlib/builtins.py:3493
2279
2679
" Hooks can also be configured to run after a commit. This allows you\n"
2280
2680
" to trigger updates to external systems like bug trackers. The --fixes\n"
2281
2681
" option can be used to record the association between a revision and\n"
2282
2682
" one or more bugs. See ``bzr help bugs`` for details."
2684
" Hooks can also be configured to run after a commit. This allows you\n"
2685
" to trigger updates to external systems like bug trackers. The --fixes\n"
2686
" option can be used to record the association between a revision and\n"
2687
" one or more bugs. See ``bzr help bugs`` for details."
2285
#: bzrlib/builtins.py:3474
2689
#: bzrlib/builtins.py:3503
2286
2690
msgid "Do not consider changes made to a given path."
2691
msgstr "Do not consider changes made to a given path."
2289
#: bzrlib/builtins.py:3477
2693
#: bzrlib/builtins.py:3506
2290
2694
msgid "Description of the new revision."
2695
msgstr "Description of the new revision."
2293
#: bzrlib/builtins.py:3480
2697
#: bzrlib/builtins.py:3509
2294
2698
msgid "Commit even if nothing has changed."
2699
msgstr "Commit even if nothing has changed."
2297
#: bzrlib/builtins.py:3484
2701
#: bzrlib/builtins.py:3513
2298
2702
msgid "Take commit message from this file."
2703
msgstr "Take commit message from this file."
2301
#: bzrlib/builtins.py:3486
2705
#: bzrlib/builtins.py:3515
2302
2706
msgid "Refuse to commit if there are unknown files in the working tree."
2707
msgstr "Refuse to commit if there are unknown files in the working tree."
2305
#: bzrlib/builtins.py:3489
2709
#: bzrlib/builtins.py:3518
2307
2711
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2308
2712
"08:00:00 +0100'."
2714
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2311
#: bzrlib/builtins.py:3492
2717
#: bzrlib/builtins.py:3521
2312
2718
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2719
msgstr "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2315
#: bzrlib/builtins.py:3495
2721
#: bzrlib/builtins.py:3524
2316
2722
msgid "Set the author's name, if it's different from the committer."
2319
#: bzrlib/builtins.py:3498
2321
"Perform a local commit in a bound branch. Local commits are not pushed to "
2322
"the master branch until a normal commit is performed."
2325
#: bzrlib/builtins.py:3504
2327
"When no message is supplied, show the diff along with the status summary in "
2328
"the message editor."
2331
#: bzrlib/builtins.py:3507
2333
"When committing to a foreign version control system do not push data that "
2334
"can not be natively represented."
2337
#: bzrlib/builtins.py:3525
2340
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2341
"default bug tracker using the `bugtracker` option.\n"
2342
"See \"bzr help bugs\" for more information on this feature. Commit refused."
2345
#: bzrlib/builtins.py:3534
2348
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"bzr help bugs\" "
2349
"for more information on this feature.\n"
2353
#: bzrlib/builtins.py:3543
2723
msgstr "Set the author's name, if it's different from the committer."
2725
#: bzrlib/builtins.py:3527
2727
"Perform a local commit in a bound branch. Local commits are not pushed to "
2728
"the master branch until a normal commit is performed."
2730
"Perform a local commit in a bound branch. Local commits are not pushed to "
2731
"the master branch until a normal commit is performed."
2733
#: bzrlib/builtins.py:3533
2735
"When no message is supplied, show the diff along with the status summary in "
2736
"the message editor."
2738
"When no message is supplied, show the diff along with the status summary in "
2739
"the message editor."
2741
#: bzrlib/builtins.py:3536
2743
"When committing to a foreign version control system do not push data that "
2744
"can not be natively represented."
2746
"When committing to a foreign version control system do not push data that "
2747
"can not be natively represented."
2749
#: bzrlib/builtins.py:3554
2752
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2753
"default bug tracker using the `bugtracker` option.\n"
2754
"See \"bzr help bugs\" for more information on this feature. Commit refused."
2756
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2757
"default bug tracker using the `bugtracker` option.\n"
2758
"See \"bzr help bugs\" for more information on this feature. Commit refused."
2760
#: bzrlib/builtins.py:3563
2763
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"bzr help bugs\" "
2764
"for more information on this feature.\n"
2767
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"bzr help bugs\" "
2768
"for more information on this feature.\n"
2771
#: bzrlib/builtins.py:3572
2354
2772
#, python-format
2355
2773
msgid "Unrecognized bug %s. Commit refused."
2774
msgstr "Unrecognised bug %s. Commit refused."
2358
#: bzrlib/builtins.py:3546
2776
#: bzrlib/builtins.py:3575
2359
2777
#, python-format
2362
2780
"Commit refused."
2365
#: bzrlib/builtins.py:3570
2785
#: bzrlib/builtins.py:3599
2366
2786
msgid "Could not parse --commit-time: "
2787
msgstr "Could not parse --commit-time: "
2369
#: bzrlib/builtins.py:3610
2789
#: bzrlib/builtins.py:3639
2370
2790
msgid "please specify either --message or --file"
2791
msgstr "please specify either --message or --file"
2373
#: bzrlib/builtins.py:3639
2793
#: bzrlib/builtins.py:3668
2374
2794
msgid "please specify a commit message with either --message or --file"
2377
#: bzrlib/builtins.py:3642
2379
"Empty commit message specified. Please specify a commit message with either -"
2380
"-message or --file or leave a blank message with --message \"\"."
2383
#: bzrlib/builtins.py:3662
2385
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2386
"-unchanged to force an empty commit."
2389
#: bzrlib/builtins.py:3666
2391
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2392
"resolve FILE\" to resolve."
2395
#: bzrlib/builtins.py:3670
2795
msgstr "please specify a commit message with either --message or --file"
2797
#: bzrlib/builtins.py:3671
2799
"Empty commit message specified. Please specify a commit message with either -"
2800
"-message or --file or leave a blank message with --message \"\"."
2802
"Empty commit message specified. Please specify a commit message with either -"
2803
"-message or --file or leave a blank message with --message \"\"."
2805
#: bzrlib/builtins.py:3691
2807
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2808
"-unchanged to force an empty commit."
2810
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2811
"-unchanged to force an empty commit."
2813
#: bzrlib/builtins.py:3695
2815
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2816
"resolve FILE\" to resolve."
2818
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2819
"resolve FILE\" to resolve."
2821
#: bzrlib/builtins.py:3699
2396
2822
msgid "Commit refused because there are unknown files in the working tree."
2399
#: bzrlib/builtins.py:3673
2402
"To commit to master branch, run update and then commit.\n"
2403
"You can also pass --local to commit to continue working disconnected."
2406
#: bzrlib/builtins.py:3681
2408
"Validate working tree structure, branch consistency and repository history."
2411
#: bzrlib/builtins.py:3683
2413
"This command checks various invariants about branch and repository storage\n"
2414
"to detect data corruption or bzr bugs."
2417
#: bzrlib/builtins.py:3686
2419
"The working tree and branch checks will only give output if a problem is\n"
2420
"detected. The output fields of the repository check are:"
2423
#: bzrlib/builtins.py:3689
2426
" This is just the number of revisions checked. It doesn't\n"
2427
" indicate a problem."
2430
#: bzrlib/builtins.py:3693
2433
" This is just the number of versionedfiles checked. It\n"
2434
" doesn't indicate a problem."
2437
#: bzrlib/builtins.py:3697
2439
"unreferenced ancestors\n"
2440
" Texts that are ancestors of other texts, but\n"
2441
" are not properly referenced by the revision ancestry. This is a\n"
2442
" subtle problem that Bazaar can work around."
2823
msgstr "Commit refused because there are unknown files in the working tree."
2445
2825
#: bzrlib/builtins.py:3702
2447
"unique file texts\n"
2448
" This is the total number of unique file contents\n"
2449
" seen in the checked revisions. It does not indicate a problem."
2828
"To commit to master branch, run update and then commit.\n"
2829
"You can also pass --local to commit to continue working disconnected."
2832
"To commit to master branch, run update and then commit.\n"
2833
"You can also pass --local to commit to continue working disconnected."
2452
#: bzrlib/builtins.py:3706
2835
#: bzrlib/builtins.py:3710
2454
"repeated file texts\n"
2455
" This is the total number of repeated texts seen\n"
2456
" in the checked revisions. Texts can be repeated when their file\n"
2457
" entries are modified, but the file contents are not. It does not\n"
2458
" indicate a problem."
2837
"Validate working tree structure, branch consistency and repository history."
2839
"Validate working tree structure, branch consistency and repository history."
2461
2841
#: bzrlib/builtins.py:3712
2463
"If no restrictions are specified, all Bazaar data that is found at the "
2465
"location will be checked."
2468
#: bzrlib/builtins.py:3717
2843
"This command checks various invariants about branch and repository storage\n"
2844
"to detect data corruption or bzr bugs."
2846
"This command checks various invariants about branch and repository storage\n"
2847
"to detect data corruption or bzr bugs."
2849
#: bzrlib/builtins.py:3715
2851
"The working tree and branch checks will only give output if a problem is\n"
2852
"detected. The output fields of the repository check are:"
2854
"The working tree and branch checks will only give output if a problem is\n"
2855
"detected. The output fields of the repository check are:"
2857
#: bzrlib/builtins.py:3718
2860
" This is just the number of revisions checked. It doesn't\n"
2861
" indicate a problem."
2864
" This is just the number of revisions checked. It doesn't\n"
2865
" indicate a problem."
2867
#: bzrlib/builtins.py:3722
2870
" This is just the number of versionedfiles checked. It\n"
2871
" doesn't indicate a problem."
2874
" This is just the number of versionedfiles checked. It\n"
2875
" doesn't indicate a problem."
2877
#: bzrlib/builtins.py:3726
2879
"unreferenced ancestors\n"
2880
" Texts that are ancestors of other texts, but\n"
2881
" are not properly referenced by the revision ancestry. This is a\n"
2882
" subtle problem that Bazaar can work around."
2884
"unreferenced ancestors\n"
2885
" Texts that are ancestors of other texts, but\n"
2886
" are not properly referenced by the revision ancestry. This is a\n"
2887
" subtle problem that Bazaar can work around."
2889
#: bzrlib/builtins.py:3731
2891
"unique file texts\n"
2892
" This is the total number of unique file contents\n"
2893
" seen in the checked revisions. It does not indicate a problem."
2895
"unique file texts\n"
2896
" This is the total number of unique file contents\n"
2897
" seen in the checked revisions. It does not indicate a problem."
2899
#: bzrlib/builtins.py:3735
2901
"repeated file texts\n"
2902
" This is the total number of repeated texts seen\n"
2903
" in the checked revisions. Texts can be repeated when their file\n"
2904
" entries are modified, but the file contents are not. It does not\n"
2905
" indicate a problem."
2907
"repeated file texts\n"
2908
" This is the total number of repeated texts seen\n"
2909
" in the checked revisions. Texts can be repeated when their file\n"
2910
" entries are modified, but the file contents are not. It does not\n"
2911
" indicate a problem."
2913
#: bzrlib/builtins.py:3741
2915
"If no restrictions are specified, all Bazaar data that is found at the "
2917
"location will be checked."
2919
"If no restrictions are specified, all Bazaar data that is found at the "
2921
"location will be checked."
2923
#: bzrlib/builtins.py:3746
2469
2924
msgid " Check the tree and branch at 'foo'::"
2925
msgstr " Check the tree and branch at 'foo'::"
2472
#: bzrlib/builtins.py:3719
2927
#: bzrlib/builtins.py:3748
2473
2928
msgid " bzr check --tree --branch foo"
2929
msgstr " bzr check --tree --branch foo"
2476
#: bzrlib/builtins.py:3721
2931
#: bzrlib/builtins.py:3750
2477
2932
msgid " Check only the repository at 'bar'::"
2933
msgstr " Check only the repository at 'bar'::"
2480
#: bzrlib/builtins.py:3723
2935
#: bzrlib/builtins.py:3752
2481
2936
msgid " bzr check --repo bar"
2937
msgstr " bzr check --repo bar"
2484
#: bzrlib/builtins.py:3725
2939
#: bzrlib/builtins.py:3754
2485
2940
msgid " Check everything at 'baz'::"
2941
msgstr " Check everything at 'baz'::"
2488
#: bzrlib/builtins.py:3727
2943
#: bzrlib/builtins.py:3756
2489
2944
msgid " bzr check baz"
2945
msgstr " bzr check baz"
2492
#: bzrlib/builtins.py:3733
2947
#: bzrlib/builtins.py:3762
2493
2948
msgid "Check the branch related to the current directory."
2949
msgstr "Check the branch related to the current directory."
2496
#: bzrlib/builtins.py:3735
2951
#: bzrlib/builtins.py:3764
2497
2952
msgid "Check the repository related to the current directory."
2953
msgstr "Check the repository related to the current directory."
2500
#: bzrlib/builtins.py:3737
2955
#: bzrlib/builtins.py:3766
2501
2956
msgid "Check the working tree related to the current directory."
2957
msgstr "Check the working tree related to the current directory."
2504
#: bzrlib/builtins.py:3751
2959
#: bzrlib/builtins.py:3780
2505
2960
msgid "Upgrade a repository, branch or working tree to a newer format."
2508
#: bzrlib/builtins.py:3753
2510
"When the default format has changed after a major new release of\n"
2511
"Bazaar, you may be informed during certain operations that you\n"
2512
"should upgrade. Upgrading to a newer format may improve performance\n"
2513
"or make new features available. It may however limit interoperability\n"
2514
"with older repositories or with older versions of Bazaar."
2517
#: bzrlib/builtins.py:3759
2519
"If you wish to upgrade to a particular format rather than the\n"
2520
"current default, that can be specified using the --format option.\n"
2521
"As a consequence, you can use the upgrade command this way to\n"
2522
"\"downgrade\" to an earlier format, though some conversions are\n"
2523
"a one way process (e.g. changing from the 1.x default to the\n"
2524
"2.x default) so downgrading is not always possible."
2527
#: bzrlib/builtins.py:3766
2529
"A backup.bzr.~#~ directory is created at the start of the conversion\n"
2530
"process (where # is a number). By default, this is left there on\n"
2531
"completion. If the conversion fails, delete the new .bzr directory\n"
2532
"and rename this one back in its place. Use the --clean option to ask\n"
2533
"for the backup.bzr directory to be removed on successful conversion.\n"
2534
"Alternatively, you can delete it by hand if everything looks good\n"
2538
#: bzrlib/builtins.py:3774
2540
"If the location given is a shared repository, dependent branches\n"
2541
"are also converted provided the repository converts successfully.\n"
2542
"If the conversion of a branch fails, remaining branches are still\n"
2546
#: bzrlib/builtins.py:3779
2548
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2549
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2552
#: bzrlib/builtins.py:3787
2961
msgstr "Upgrade a repository, branch or working tree to a newer format."
2963
#: bzrlib/builtins.py:3782
2965
"When the default format has changed after a major new release of\n"
2966
"Bazaar, you may be informed during certain operations that you\n"
2967
"should upgrade. Upgrading to a newer format may improve performance\n"
2968
"or make new features available. It may however limit interoperability\n"
2969
"with older repositories or with older versions of Bazaar."
2971
"When the default format has changed after a major new release of\n"
2972
"Bazaar, you may be informed during certain operations that you\n"
2973
"should upgrade. Upgrading to a newer format may improve performance\n"
2974
"or make new features available. It may however limit interoperability\n"
2975
"with older repositories or with older versions of Bazaar."
2977
#: bzrlib/builtins.py:3788
2979
"If you wish to upgrade to a particular format rather than the\n"
2980
"current default, that can be specified using the --format option.\n"
2981
"As a consequence, you can use the upgrade command this way to\n"
2982
"\"downgrade\" to an earlier format, though some conversions are\n"
2983
"a one way process (e.g. changing from the 1.x default to the\n"
2984
"2.x default) so downgrading is not always possible."
2986
"If you wish to upgrade to a particular format rather than the\n"
2987
"current default, that can be specified using the --format option.\n"
2988
"As a consequence, you can use the upgrade command this way to\n"
2989
"\"downgrade\" to an earlier format, though some conversions are\n"
2990
"a one way process (e.g. changing from the 1.x default to the\n"
2991
"2.x default) so downgrading is not always possible."
2993
#: bzrlib/builtins.py:3795
2995
"A backup.bzr.~#~ directory is created at the start of the conversion\n"
2996
"process (where # is a number). By default, this is left there on\n"
2997
"completion. If the conversion fails, delete the new .bzr directory\n"
2998
"and rename this one back in its place. Use the --clean option to ask\n"
2999
"for the backup.bzr directory to be removed on successful conversion.\n"
3000
"Alternatively, you can delete it by hand if everything looks good\n"
3003
"A backup.bzr.~#~ directory is created at the start of the conversion\n"
3004
"process (where # is a number). By default, this is left there on\n"
3005
"completion. If the conversion fails, delete the new .bzr directory\n"
3006
"and rename this one back in its place. Use the --clean option to ask\n"
3007
"for the backup.bzr directory to be removed on successful conversion.\n"
3008
"Alternatively, you can delete it by hand if everything looks good\n"
3011
#: bzrlib/builtins.py:3803
3013
"If the location given is a shared repository, dependent branches\n"
3014
"are also converted provided the repository converts successfully.\n"
3015
"If the conversion of a branch fails, remaining branches are still\n"
3018
"If the location given is a shared repository, dependent branches\n"
3019
"are also converted provided the repository converts successfully.\n"
3020
"If the conversion of a branch fails, remaining branches are still\n"
3023
#: bzrlib/builtins.py:3808
3025
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
3026
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
3028
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
3029
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
3031
#: bzrlib/builtins.py:3816
2553
3032
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
3033
msgstr "Upgrade to a specific format. See \"bzr help formats\" for details."
2556
#: bzrlib/builtins.py:3791
3035
#: bzrlib/builtins.py:3820
2557
3036
msgid "Branch format"
3037
msgstr "Branch format"
2560
#: bzrlib/builtins.py:3793
3039
#: bzrlib/builtins.py:3822
2561
3040
msgid "Remove the backup.bzr directory if successful."
3041
msgstr "Remove the backup.bzr directory if successful."
2564
#: bzrlib/builtins.py:3795
3043
#: bzrlib/builtins.py:3824
2565
3044
msgid "Show what would be done, but don't actually do anything."
3045
msgstr "Show what would be done, but don't actually do anything."
2568
#: bzrlib/builtins.py:3810
3047
#: bzrlib/builtins.py:3839
2569
3048
msgid "Show or set bzr user id."
3049
msgstr "Show or set bzr user id."
2572
#: bzrlib/builtins.py:3812
3051
#: bzrlib/builtins.py:3841
2575
3054
" Show the email of the current user::"
3057
" Show the email of the current user::"
2578
#: bzrlib/builtins.py:3815
3059
#: bzrlib/builtins.py:3844
2579
3060
msgid " bzr whoami --email"
3061
msgstr " bzr whoami --email"
2582
#: bzrlib/builtins.py:3817
3063
#: bzrlib/builtins.py:3846
2583
3064
msgid " Set the current user::"
3065
msgstr " Set the current user::"
2586
#: bzrlib/builtins.py:3819
3067
#: bzrlib/builtins.py:3848
2587
3068
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
3069
msgstr " bzr whoami \"Frank Chu <fchu@example.com>\""
2590
#: bzrlib/builtins.py:3823
3071
#: bzrlib/builtins.py:3852
2591
3072
msgid "Display email address only."
3073
msgstr "Display email address only."
2594
#: bzrlib/builtins.py:3825
3075
#: bzrlib/builtins.py:3854
2595
3076
msgid "Set identity for the current branch instead of globally."
3077
msgstr "Set identity for the current branch instead of globally."
2598
#: bzrlib/builtins.py:3851
3079
#: bzrlib/builtins.py:3880
2599
3080
msgid "--email can only be used to display existing identity"
3081
msgstr "--email can only be used to display existing identity"
2602
#: bzrlib/builtins.py:3873
3083
#: bzrlib/builtins.py:3904
2603
3084
msgid "Print or set the branch nickname."
2606
#: bzrlib/builtins.py:3875
2608
"If unset, the tree root directory name is used as the nickname.\n"
2609
"To print the current nickname, execute with no argument."
2612
#: bzrlib/builtins.py:3878
2614
"Bound branches use the nickname of its master branch unless it is set\n"
2618
#: bzrlib/builtins.py:3898
3085
msgstr "Print or set the branch nickname."
3087
#: bzrlib/builtins.py:3906
3089
"If unset, the colocated branch name is used for colocated branches, and\n"
3090
"the branch directory name is used for other branches. To print the\n"
3091
"current nickname, execute with no argument."
3093
"If unset, the colocated branch name is used for colocated branches, and\n"
3094
"the branch directory name is used for other branches. To print the\n"
3095
"current nickname, execute with no argument."
3097
#: bzrlib/builtins.py:3910
3099
"Bound branches use the nickname of its master branch unless it is set\n"
3102
"Bound branches use the nickname of its master branch unless it is set\n"
3105
#: bzrlib/builtins.py:3930
2619
3106
msgid "Set/unset and display aliases."
3107
msgstr "Set/unset and display aliases."
2622
#: bzrlib/builtins.py:3900
3109
#: bzrlib/builtins.py:3932
2625
3112
" Show the current aliases::"
3115
" Show the current aliases::"
2628
#: bzrlib/builtins.py:3903
3117
#: bzrlib/builtins.py:3935
2629
3118
msgid " bzr alias"
2632
#: bzrlib/builtins.py:3905
3121
#: bzrlib/builtins.py:3937
2633
3122
msgid " Show the alias specified for 'll'::"
3123
msgstr " Show the alias specified for 'll'::"
2636
#: bzrlib/builtins.py:3907
3125
#: bzrlib/builtins.py:3939
2637
3126
msgid " bzr alias ll"
3127
msgstr " bzr alias ll"
2640
#: bzrlib/builtins.py:3909
3129
#: bzrlib/builtins.py:3941
2641
3130
msgid " Set an alias for 'll'::"
3131
msgstr " Set an alias for 'll'::"
2644
#: bzrlib/builtins.py:3911
3133
#: bzrlib/builtins.py:3943
2645
3134
msgid " bzr alias ll=\"log --line -r-10..-1\""
3135
msgstr " bzr alias ll=\"log --line -r-10..-1\""
2648
#: bzrlib/builtins.py:3913
3137
#: bzrlib/builtins.py:3945
2649
3138
msgid " To remove an alias for 'll'::"
3139
msgstr " To remove an alias for 'll'::"
2652
#: bzrlib/builtins.py:3915
3141
#: bzrlib/builtins.py:3947
2653
3142
msgid " bzr alias --remove ll"
3143
msgstr " bzr alias --remove ll"
2656
#: bzrlib/builtins.py:3920
3145
#: bzrlib/builtins.py:3952
2657
3146
msgid "Remove the alias."
3147
msgstr "Remove the alias."
2660
#: bzrlib/builtins.py:3938
3149
#: bzrlib/builtins.py:3970
2661
3150
msgid "bzr alias --remove expects an alias to remove."
2664
#: bzrlib/builtins.py:4119
2666
"subunit not available. subunit needs to be installed to use --subunit."
2669
#: bzrlib/builtins.py:4136
2671
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2674
#: bzrlib/builtins.py:4183
3151
msgstr "bzr alias --remove expects an alias to remove."
3153
#: bzrlib/builtins.py:4151
3155
"subunit not available. subunit needs to be installed to use --subunit."
3157
"subunit not available. subunit needs to be installed to use --subunit."
3159
#: bzrlib/builtins.py:4168
3161
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
3163
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
3165
#: bzrlib/builtins.py:4215
2675
3166
msgid "Show version of bzr."
3167
msgstr "Show version of bzr."
2678
#: bzrlib/builtins.py:4187
3169
#: bzrlib/builtins.py:4219
2679
3170
msgid "Print just the version number."
3171
msgstr "Print just the version number."
2682
#: bzrlib/builtins.py:4206
3173
#: bzrlib/builtins.py:4238
2683
3174
msgid "It sure does!\n"
3175
msgstr "It sure does!\n"
2686
#: bzrlib/builtins.py:4230
3177
#: bzrlib/builtins.py:4262
2687
3178
#, python-format
2688
3179
msgid "merge base is revision %s\n"
3180
msgstr "merge base is revision %s\n"
2691
#: bzrlib/builtins.py:4234
3182
#: bzrlib/builtins.py:4266
2692
3183
msgid "Perform a three-way merge."
2695
#: bzrlib/builtins.py:4236
2697
"The source of the merge can be specified either in the form of a branch,\n"
2698
"or in the form of a path to a file containing a merge directive generated\n"
2699
"with bzr send. If neither is specified, the default is the upstream branch\n"
2700
"or the branch most recently merged using --remember. The source of the\n"
2701
"merge may also be specified in the form of a path to a file in another\n"
2702
"branch: in this case, only the modifications to that file are merged into\n"
2703
"the current working tree."
2706
#: bzrlib/builtins.py:4244
2708
"When merging from a branch, by default bzr will try to merge in all new\n"
2709
"work from the other branch, automatically determining an appropriate base\n"
2710
"revision. If this fails, you may need to give an explicit base."
2713
#: bzrlib/builtins.py:4248
2715
"To pick a different ending revision, pass \"--revision OTHER\". bzr will\n"
2716
"try to merge in all new work up to and including revision OTHER."
2719
#: bzrlib/builtins.py:4251
2721
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
2722
"through OTHER, excluding BASE but including OTHER, will be merged. If this\n"
2723
"causes some revisions to be skipped, i.e. if the destination branch does\n"
2724
"not already contain revision BASE, such a merge is commonly referred to as\n"
2725
"a \"cherrypick\". Unlike a normal merge, Bazaar does not currently track\n"
2726
"cherrypicks. The changes look like a normal commit, and the history of the\n"
2727
"changes from the other branch is not stored in the commit."
2730
#: bzrlib/builtins.py:4259
2731
msgid "Revision numbers are always relative to the source branch."
2734
#: bzrlib/builtins.py:4261 bzrlib/conflicts.py:52 bzrlib/conflicts.py:106
2736
"Merge will do its best to combine the changes in two branches, but there\n"
2737
"are some kinds of problems only a human can fix. When it encounters those,\n"
2738
"it will mark a conflict. A conflict means that you need to fix something,\n"
2739
"before you can commit."
2742
#: bzrlib/builtins.py:4266
2744
"Use bzr resolve when you have fixed a problem. See also bzr conflicts."
3184
msgstr "Perform a three-way merge."
2747
3186
#: bzrlib/builtins.py:4268
2749
"If there is no default branch set, the first merge will set it (use\n"
2750
"--no-remember to avoid setting it). After that, you can omit the branch\n"
2751
"to use the default. To change the default, use --remember. The value will\n"
2752
"only be saved if the remote location can be accessed."
2755
#: bzrlib/builtins.py:4273
2757
"The results of the merge are placed into the destination working\n"
2758
"directory, where they can be reviewed (with bzr diff), tested, and then\n"
2759
"committed to record the result of the merge."
2762
#: bzrlib/builtins.py:4277
2764
"merge refuses to run if there are any uncommitted changes, unless\n"
2765
"--force is given. If --force is given, then the changes from the source \n"
2766
"will be merged with the current working tree, including any uncommitted\n"
2767
"changes in the tree. The --force option can also be used to create a\n"
2768
"merge revision which has more than two parents."
3188
"The source of the merge can be specified either in the form of a branch,\n"
3189
"or in the form of a path to a file containing a merge directive generated\n"
3190
"with bzr send. If neither is specified, the default is the upstream branch\n"
3191
"or the branch most recently merged using --remember. The source of the\n"
3192
"merge may also be specified in the form of a path to a file in another\n"
3193
"branch: in this case, only the modifications to that file are merged into\n"
3194
"the current working tree."
3196
"The source of the merge can be specified either in the form of a branch,\n"
3197
"or in the form of a path to a file containing a merge directive generated\n"
3198
"with bzr send. If neither is specified, the default is the upstream branch\n"
3199
"or the branch most recently merged using --remember. The source of the\n"
3200
"merge may also be specified in the form of a path to a file in another\n"
3201
"branch: in this case, only the modifications to that file are merged into\n"
3202
"the current working tree."
3204
#: bzrlib/builtins.py:4276
3206
"When merging from a branch, by default bzr will try to merge in all new\n"
3207
"work from the other branch, automatically determining an appropriate base\n"
3208
"revision. If this fails, you may need to give an explicit base."
3210
"When merging from a branch, by default bzr will try to merge in all new\n"
3211
"work from the other branch, automatically determining an appropriate base\n"
3212
"revision. If this fails, you may need to give an explicit base."
3214
#: bzrlib/builtins.py:4280
3216
"To pick a different ending revision, pass \"--revision OTHER\". bzr will\n"
3217
"try to merge in all new work up to and including revision OTHER."
3219
"To pick a different ending revision, pass \"--revision OTHER\". bzr will\n"
3220
"try to merge in all new work up to and including revision OTHER."
2771
3222
#: bzrlib/builtins.py:4283
2773
"If one would like to merge changes from the working tree of the other\n"
2774
"branch without merging any committed revisions, the --uncommitted option\n"
2778
#: bzrlib/builtins.py:4287
2780
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2781
"you to apply each diff hunk and file change, similar to \"shelve\"."
2784
#: bzrlib/builtins.py:4290
2787
" To merge all new revisions from bzr.dev::"
2790
#: bzrlib/builtins.py:4293
3224
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
3225
"through OTHER, excluding BASE but including OTHER, will be merged. If this\n"
3226
"causes some revisions to be skipped, i.e. if the destination branch does\n"
3227
"not already contain revision BASE, such a merge is commonly referred to as\n"
3228
"a \"cherrypick\". Unlike a normal merge, Bazaar does not currently track\n"
3229
"cherrypicks. The changes look like a normal commit, and the history of the\n"
3230
"changes from the other branch is not stored in the commit."
3232
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
3233
"through OTHER, excluding BASE but including OTHER, will be merged. If this\n"
3234
"causes some revisions to be skipped, i.e. if the destination branch does\n"
3235
"not already contain revision BASE, such a merge is commonly referred to as\n"
3236
"a \"cherrypick\". Unlike a normal merge, Bazaar does not currently track\n"
3237
"cherrypicks. The changes look like a normal commit, and the history of the\n"
3238
"changes from the other branch is not stored in the commit."
3240
#: bzrlib/builtins.py:4291
3241
msgid "Revision numbers are always relative to the source branch."
3242
msgstr "Revision numbers are always relative to the source branch."
3244
#: bzrlib/builtins.py:4293 bzrlib/conflicts.py:52 bzrlib/conflicts.py:106
3246
"Merge will do its best to combine the changes in two branches, but there\n"
3247
"are some kinds of problems only a human can fix. When it encounters those,\n"
3248
"it will mark a conflict. A conflict means that you need to fix something,\n"
3249
"before you can commit."
3251
"Merge will do its best to combine the changes in two branches, but there\n"
3252
"are some kinds of problems only a human can fix. When it encounters those,\n"
3253
"it will mark a conflict. A conflict means that you need to fix something,\n"
3254
"before you can commit."
3256
#: bzrlib/builtins.py:4298
3258
"Use bzr resolve when you have fixed a problem. See also bzr conflicts."
3260
"Use bzr resolve when you have fixed a problem. See also bzr conflicts."
3262
#: bzrlib/builtins.py:4300
3264
"If there is no default branch set, the first merge will set it (use\n"
3265
"--no-remember to avoid setting it). After that, you can omit the branch\n"
3266
"to use the default. To change the default, use --remember. The value will\n"
3267
"only be saved if the remote location can be accessed."
3269
"If there is no default branch set, the first merge will set it (use\n"
3270
"--no-remember to avoid setting it). After that, you can omit the branch\n"
3271
"to use the default. To change the default, use --remember. The value will\n"
3272
"only be saved if the remote location can be accessed."
3274
#: bzrlib/builtins.py:4305
3276
"The results of the merge are placed into the destination working\n"
3277
"directory, where they can be reviewed (with bzr diff), tested, and then\n"
3278
"committed to record the result of the merge."
3280
"The results of the merge are placed into the destination working\n"
3281
"directory, where they can be reviewed (with bzr diff), tested, and then\n"
3282
"committed to record the result of the merge."
3284
#: bzrlib/builtins.py:4309
3286
"merge refuses to run if there are any uncommitted changes, unless\n"
3287
"--force is given. If --force is given, then the changes from the source \n"
3288
"will be merged with the current working tree, including any uncommitted\n"
3289
"changes in the tree. The --force option can also be used to create a\n"
3290
"merge revision which has more than two parents."
3292
"merge refuses to run if there are any uncommitted changes, unless\n"
3293
"--force is given. If --force is given, then the changes from the source \n"
3294
"will be merged with the current working tree, including any uncommitted\n"
3295
"changes in the tree. The --force option can also be used to create a\n"
3296
"merge revision which has more than two parents."
3298
#: bzrlib/builtins.py:4315
3300
"If one would like to merge changes from the working tree of the other\n"
3301
"branch without merging any committed revisions, the --uncommitted option\n"
3304
"If one would like to merge changes from the working tree of the other\n"
3305
"branch without merging any committed revisions, the --uncommitted option\n"
3308
#: bzrlib/builtins.py:4319
3310
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
3311
"you to apply each diff hunk and file change, similar to \"shelve\"."
3313
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
3314
"you to apply each diff hunk and file change, similar to \"shelve\"."
3316
#: bzrlib/builtins.py:4322
3319
" To merge all new revisions from bzr.dev::"
3322
" To merge all new revisions from bzr.dev::"
3324
#: bzrlib/builtins.py:4325
2791
3325
msgid " bzr merge ../bzr.dev"
3326
msgstr " bzr merge ../bzr.dev"
2794
#: bzrlib/builtins.py:4295
3328
#: bzrlib/builtins.py:4327
2795
3329
msgid " To merge changes up to and including revision 82 from bzr.dev::"
3330
msgstr " To merge changes up to and including revision 82 from bzr.dev::"
2798
#: bzrlib/builtins.py:4297
3332
#: bzrlib/builtins.py:4329
2799
3333
msgid " bzr merge -r 82 ../bzr.dev"
3334
msgstr " bzr merge -r 82 ../bzr.dev"
2802
#: bzrlib/builtins.py:4299
3336
#: bzrlib/builtins.py:4331
2803
3337
msgid " To merge the changes introduced by 82, without previous changes::"
3339
" To merge the changes introduced by 82, without previous changes::"
2806
#: bzrlib/builtins.py:4301
3341
#: bzrlib/builtins.py:4333
2807
3342
msgid " bzr merge -r 81..82 ../bzr.dev"
3343
msgstr " bzr merge -r 81..82 ../bzr.dev"
2810
#: bzrlib/builtins.py:4303
3345
#: bzrlib/builtins.py:4335
2811
3346
msgid " To apply a merge directive contained in /tmp/merge::"
3347
msgstr " To apply a merge directive contained in /tmp/merge::"
2814
#: bzrlib/builtins.py:4305
3349
#: bzrlib/builtins.py:4337
2815
3350
msgid " bzr merge /tmp/merge"
2818
#: bzrlib/builtins.py:4307
2820
" To create a merge revision with three parents from two branches\n"
2821
" feature1a and feature1b:"
2824
#: bzrlib/builtins.py:4310
2826
" bzr merge ../feature1a\n"
2827
" bzr merge ../feature1b --force\n"
2828
" bzr commit -m 'revision with three parents'"
2831
#: bzrlib/builtins.py:4322
3351
msgstr " bzr merge /tmp/merge"
3353
#: bzrlib/builtins.py:4339
3355
" To create a merge revision with three parents from two branches\n"
3356
" feature1a and feature1b:"
3358
" To create a merge revision with three parents from two branches\n"
3359
" feature1a and feature1b:"
3361
#: bzrlib/builtins.py:4342
3363
" bzr merge ../feature1a\n"
3364
" bzr merge ../feature1b --force\n"
3365
" bzr commit -m 'revision with three parents'"
3367
" bzr merge ../feature1a\n"
3368
" bzr merge ../feature1b --force\n"
3369
" bzr commit -m 'revision with three parents'"
3371
#: bzrlib/builtins.py:4354
2832
3372
msgid "Merge even if the destination tree has uncommitted changes."
2835
#: bzrlib/builtins.py:4328
2837
"Apply uncommitted changes from a working copy, instead of branch changes."
2840
#: bzrlib/builtins.py:4330
2842
"If the destination is already completely merged into the source, pull from "
2843
"the source rather than merging. When this happens, you do not need to "
2844
"commit the result."
2847
#: bzrlib/builtins.py:4335
2849
"Branch to merge into, rather than the one containing the working directory."
2852
#: bzrlib/builtins.py:4337
3373
msgstr "Merge even if the destination tree has uncommitted changes."
3375
#: bzrlib/builtins.py:4360
3377
"Apply uncommitted changes from a working copy, instead of branch changes."
3379
"Apply uncommitted changes from a working copy, instead of branch changes."
3381
#: bzrlib/builtins.py:4362
3383
"If the destination is already completely merged into the source, pull from "
3384
"the source rather than merging. When this happens, you do not need to "
3385
"commit the result."
3387
"If the destination is already completely merged into the source, pull from "
3388
"the source rather than merging. When this happens, you do not need to "
3389
"commit the result."
3391
#: bzrlib/builtins.py:4367
3393
"Branch to merge into, rather than the one containing the working directory."
3395
"Branch to merge into, rather than the one containing the working directory."
3397
#: bzrlib/builtins.py:4369
2853
3398
msgid "Instead of merging, show a diff of the merge."
3399
msgstr "Instead of merging, show a diff of the merge."
2856
#: bzrlib/builtins.py:4339
3401
#: bzrlib/builtins.py:4371
2857
3402
msgid "Select changes interactively."
3403
msgstr "Select changes interactively."
2860
#: bzrlib/builtins.py:4361
3405
#: bzrlib/builtins.py:4393
2862
3407
"Merging into empty branches not currently supported, "
2863
3408
"https://bugs.launchpad.net/bzr/+bug/308562"
3410
"Merging into empty branches not currently supported, "
3411
"https://bugs.launchpad.net/bzr/+bug/308562"
2866
#: bzrlib/builtins.py:4388
3413
#: bzrlib/builtins.py:4420
2867
3414
msgid "Cannot use --uncommitted with bundles or merge directives."
3415
msgstr "Cannot use --uncommitted with bundles or merge directives."
2870
#: bzrlib/builtins.py:4399
3417
#: bzrlib/builtins.py:4431
2871
3418
msgid "Cannot use --uncommitted and --revision at the same time."
3419
msgstr "Cannot use --uncommitted and --revision at the same time."
2874
#: bzrlib/builtins.py:4419
3421
#: bzrlib/builtins.py:4451
2875
3422
msgid "merger: "
2878
#: bzrlib/builtins.py:4421 bzrlib/bundle/apply_bundle.py:71
3425
#: bzrlib/builtins.py:4453 bzrlib/bundle/apply_bundle.py:71
2879
3426
msgid "Nothing to do."
3427
msgstr "Nothing to do."
2882
#: bzrlib/builtins.py:4425
3429
#: bzrlib/builtins.py:4457
2883
3430
msgid "Cannot pull individual files"
3431
msgstr "Cannot pull individual files"
2886
#: bzrlib/builtins.py:4433
3433
#: bzrlib/builtins.py:4465
2887
3434
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
3435
msgstr "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2890
#: bzrlib/builtins.py:4491
3437
#: bzrlib/builtins.py:4523
2891
3438
#, python-format
2892
3439
msgid "Show-base is not supported for this merge type. %s"
3440
msgstr "Show-base is not supported for this merge type. %s"
2895
#: bzrlib/builtins.py:4500
3442
#: bzrlib/builtins.py:4532
2896
3443
#, python-format
2897
3444
msgid "Conflict reduction is not supported for merge type %s."
3445
msgstr "Conflict reduction is not supported for merge type %s."
2900
#: bzrlib/builtins.py:4504
3447
#: bzrlib/builtins.py:4536
2901
3448
msgid "Cannot do conflict reduction and show base."
3449
msgstr "Cannot do conflict reduction and show base."
2904
#: bzrlib/builtins.py:4615
3451
#: bzrlib/builtins.py:4647
2905
3452
msgid "No location specified or remembered"
3453
msgstr "No location specified or remembered"
2908
#: bzrlib/builtins.py:4617
3455
#: bzrlib/builtins.py:4649
2909
3456
msgid "{0} remembered {1} location {2}"
3457
msgstr "{0} remembered {1} location {2}"
2912
#: bzrlib/builtins.py:4623
3459
#: bzrlib/builtins.py:4655
2913
3460
msgid "Redo a merge."
3461
msgstr "Redo a merge."
2916
#: bzrlib/builtins.py:4625
3463
#: bzrlib/builtins.py:4657
2918
3465
"Use this if you want to try a different merge technique while resolving\n"
2919
3466
"conflicts. Some merge techniques are better than others, and remerge\n"
2920
3467
"lets you try different ones on different files."
3469
"Use this if you want to try a different merge technique while resolving\n"
3470
"conflicts. Some merge techniques are better than others, and re-merge\n"
3471
"lets you try different ones on different files."
2923
#: bzrlib/builtins.py:4629
3473
#: bzrlib/builtins.py:4661
2925
3475
"The options for remerge have the same meaning and defaults as the ones for\n"
2926
3476
"merge. The difference is that remerge can (only) be run when there is a\n"
2927
3477
"pending merge, and it lets you specify particular files."
3479
"The options for re-merge have the same meaning and defaults as the ones for\n"
3480
"merge. The difference is that re-merge can (only) be run when there is a\n"
3481
"pending merge, and it lets you specify particular files."
2930
#: bzrlib/builtins.py:4633
3483
#: bzrlib/builtins.py:4665
2933
3486
" Re-do the merge of all conflicted files, and show the base text in\n"
2934
3487
" conflict regions, in addition to the usual THIS and OTHER texts::"
3490
" Re-do the merge of all conflicted files, and show the base text in\n"
3491
" conflict regions, in addition to the usual THIS and OTHER texts::"
2937
#: bzrlib/builtins.py:4637
3493
#: bzrlib/builtins.py:4669
2938
3494
msgid " bzr remerge --show-base"
3495
msgstr " bzr remerge --show-base"
2941
#: bzrlib/builtins.py:4639
3497
#: bzrlib/builtins.py:4671
2943
3499
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2944
3500
" additional processing to reduce the size of conflict regions::"
3502
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
3503
" additional processing to reduce the size of conflict regions::"
2947
#: bzrlib/builtins.py:4642
3505
#: bzrlib/builtins.py:4674
2948
3506
msgid " bzr remerge --merge-type weave --reprocess foobar"
3507
msgstr " bzr remerge --merge-type weave --reprocess foobar"
2951
#: bzrlib/builtins.py:4649
3509
#: bzrlib/builtins.py:4681
2952
3510
msgid "Show base revision text in conflicts."
3511
msgstr "Show base revision text in conflicts."
2955
#: bzrlib/builtins.py:4661
3513
#: bzrlib/builtins.py:4693
2957
3515
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2961
#: bzrlib/builtins.py:4717
2962
msgid "Revert files to a previous revision."
2965
#: bzrlib/builtins.py:4719
2967
"Giving a list of files will revert only those files. Otherwise, all files\n"
2968
"will be reverted. If the revision is not specified with '--revision', the\n"
2969
"last committed revision is used."
2972
#: bzrlib/builtins.py:4723
2974
"To remove only some changes, without reverting to a prior version, use\n"
2975
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2976
"will remove the changes introduced by the second last commit (-2), without\n"
2977
"affecting the changes introduced by the last commit (-1). To remove\n"
2978
"certain changes on a hunk-by-hunk basis, see the shelve command."
2981
#: bzrlib/builtins.py:4729
2983
"By default, any files that have been manually changed will be backed up\n"
2984
"first. (Files changed only by merge are not backed up.) Backup files have\n"
2985
"'.~#~' appended to their name, where # is a number."
2988
#: bzrlib/builtins.py:4733
2990
"When you provide files, you can use their current pathname or the pathname\n"
2991
"from the target revision. So you can use revert to \"undelete\" a file by\n"
2992
"name. If you name a directory, all the contents of that directory will be\n"
2996
#: bzrlib/builtins.py:4738
2998
"If you have newly added files since the target revision, they will be\n"
2999
"removed. If the files to be removed have been changed, backups will be\n"
3000
"created as above. Directories containing unknown files will not be\n"
3004
#: bzrlib/builtins.py:4743
3006
"The working tree contains a list of revisions that have been merged but\n"
3007
"not yet committed. These revisions will be included as additional parents\n"
3008
"of the next commit. Normally, using revert clears that list as well as\n"
3009
"reverting the files. If any files are specified, revert leaves the list\n"
3010
"of uncommitted merges alone and reverts only the files. Use ``bzr revert\n"
3011
".`` in the tree root to revert all files but keep the recorded merges,\n"
3012
"and ``bzr revert --forget-merges`` to clear the pending merge list without\n"
3013
"reverting any files."
3016
#: bzrlib/builtins.py:4752
3018
"Using \"bzr revert --forget-merges\", it is possible to apply all of the\n"
3019
"changes from a branch in a single revision. To do this, perform the merge\n"
3020
"as desired. Then doing revert with the \"--forget-merges\" option will "
3022
"the content of the tree as it was, but it will clear the list of pending\n"
3023
"merges. The next commit will then contain all of the changes that are\n"
3024
"present in the other branch, but without any other parent revisions.\n"
3025
"Because this technique forgets where these changes originated, it may\n"
3026
"cause additional conflicts on later merges involving the same source and\n"
3030
#: bzrlib/builtins.py:4766
3518
"Sorry, re-merge only works after normal merges. Not cherrypicking or multi-"
3521
#: bzrlib/builtins.py:4751
3523
"Set files in the working tree back to the contents of a previous revision."
3525
"Set files in the working tree back to the contents of a previous revision."
3527
#: bzrlib/builtins.py:4753
3529
"Giving a list of files will revert only those files. Otherwise, all files\n"
3530
"will be reverted. If the revision is not specified with '--revision', the\n"
3531
"working tree basis revision is used. A revert operation affects only the\n"
3532
"working tree, not any revision history like the branch and repository or\n"
3533
"the working tree basis revision."
3535
"Giving a list of files will revert only those files. Otherwise, all files\n"
3536
"will be reverted. If the revision is not specified with '--revision', the\n"
3537
"working tree basis revision is used. A revert operation affects only the\n"
3538
"working tree, not any revision history like the branch and repository or\n"
3539
"the working tree basis revision."
3541
#: bzrlib/builtins.py:4759
3543
"To remove only some changes, without reverting to a prior version, use\n"
3544
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
3545
"will remove the changes introduced by the second last commit (-2), without\n"
3546
"affecting the changes introduced by the last commit (-1). To remove\n"
3547
"certain changes on a hunk-by-hunk basis, see the shelve command.\n"
3548
"To update the branch to a specific revision or the latest revision and\n"
3549
"update the working tree accordingly while preserving local changes, see the\n"
3552
"To remove only some changes, without reverting to a prior version, use\n"
3553
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
3554
"will remove the changes introduced by the second last commit (-2), without\n"
3555
"affecting the changes introduced by the last commit (-1). To remove\n"
3556
"certain changes on a hunk-by-hunk basis, see the shelve command.\n"
3557
"To update the branch to a specific revision or the latest revision and\n"
3558
"update the working tree accordingly while preserving local changes, see the\n"
3561
#: bzrlib/builtins.py:4768
3563
"Uncommitted changes to files that are reverted will be discarded.\n"
3564
"Howver, by default, any files that have been manually changed will be\n"
3565
"backed up first. (Files changed only by merge are not backed up.) Backup\n"
3566
"files have '.~#~' appended to their name, where # is a number."
3568
"Uncommitted changes to files that are reverted will be discarded.\n"
3569
"Howver, by default, any files that have been manually changed will be\n"
3570
"backed up first. (Files changed only by merge are not backed up.) Backup\n"
3571
"files have '.~#~' appended to their name, where # is a number."
3573
#: bzrlib/builtins.py:4773
3575
"When you provide files, you can use their current pathname or the pathname\n"
3576
"from the target revision. So you can use revert to \"undelete\" a file by\n"
3577
"name. If you name a directory, all the contents of that directory will be\n"
3580
"When you provide files, you can use their current pathname or the pathname\n"
3581
"from the target revision. So you can use revert to \"undelete\" a file by\n"
3582
"name. If you name a directory, all the contents of that directory will be\n"
3585
#: bzrlib/builtins.py:4778
3587
"If you have newly added files since the target revision, they will be\n"
3588
"removed. If the files to be removed have been changed, backups will be\n"
3589
"created as above. Directories containing unknown files will not be\n"
3592
"If you have newly added files since the target revision, they will be\n"
3593
"removed. If the files to be removed have been changed, backups will be\n"
3594
"created as above. Directories containing unknown files will not be\n"
3597
#: bzrlib/builtins.py:4783
3599
"The working tree contains a list of revisions that have been merged but\n"
3600
"not yet committed. These revisions will be included as additional parents\n"
3601
"of the next commit. Normally, using revert clears that list as well as\n"
3602
"reverting the files. If any files are specified, revert leaves the list\n"
3603
"of uncommitted merges alone and reverts only the files. Use ``bzr revert\n"
3604
".`` in the tree root to revert all files but keep the recorded merges,\n"
3605
"and ``bzr revert --forget-merges`` to clear the pending merge list without\n"
3606
"reverting any files."
3608
"The working tree contains a list of revisions that have been merged but\n"
3609
"not yet committed. These revisions will be included as additional parents\n"
3610
"of the next commit. Normally, using revert clears that list as well as\n"
3611
"reverting the files. If any files are specified, revert leaves the list\n"
3612
"of uncommitted merges alone and reverts only the files. Use ``bzr revert\n"
3613
".`` in the tree root to revert all files but keep the recorded merges,\n"
3614
"and ``bzr revert --forget-merges`` to clear the pending merge list without\n"
3615
"reverting any files."
3617
#: bzrlib/builtins.py:4792
3619
"Using \"bzr revert --forget-merges\", it is possible to apply all of the\n"
3620
"changes from a branch in a single revision. To do this, perform the merge\n"
3621
"as desired. Then doing revert with the \"--forget-merges\" option will "
3623
"the content of the tree as it was, but it will clear the list of pending\n"
3624
"merges. The next commit will then contain all of the changes that are\n"
3625
"present in the other branch, but without any other parent revisions.\n"
3626
"Because this technique forgets where these changes originated, it may\n"
3627
"cause additional conflicts on later merges involving the same source and\n"
3630
"Using \"bzr revert --forget-merges\", it is possible to apply all of the\n"
3631
"changes from a branch in a single revision. To do this, perform the merge\n"
3632
"as desired. Then doing revert with the \"--forget-merges\" option will "
3634
"the content of the tree as it was, but it will clear the list of pending\n"
3635
"merges. The next commit will then contain all of the changes that are\n"
3636
"present in the other branch, but without any other parent revisions.\n"
3637
"Because this technique forgets where these changes originated, it may\n"
3638
"cause additional conflicts on later merges involving the same source and\n"
3641
#: bzrlib/builtins.py:4806
3031
3642
msgid "Do not save backups of reverted files."
3643
msgstr "Do not save backups of reverted files."
3034
#: bzrlib/builtins.py:4768
3645
#: bzrlib/builtins.py:4808
3035
3646
msgid "Remove pending merge marker, without changing any files."
3647
msgstr "Remove pending merge marker, without changing any files."
3038
#: bzrlib/builtins.py:4799
3649
#: bzrlib/builtins.py:4839
3040
3651
"Show help on a command or other topic.\n"
3654
"Show help on a command or other topic.\n"
3044
#: bzrlib/builtins.py:4804
3657
#: bzrlib/builtins.py:4844
3045
3658
msgid "Show help on all commands."
3659
msgstr "Show help on all commands."
3048
#: bzrlib/builtins.py:4833
3661
#: bzrlib/builtins.py:4873
3049
3662
msgid "Show unmerged/unpulled revisions between two branches."
3663
msgstr "Show unmerged/unpulled revisions between two branches."
3052
#: bzrlib/builtins.py:4835
3665
#: bzrlib/builtins.py:4875
3053
3666
msgid "OTHER_BRANCH may be local or remote."
3056
#: bzrlib/builtins.py:4837
3058
"To filter on a range of revisions, you can use the command -r begin..end\n"
3059
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
3063
" 1 - some missing revisions\n"
3064
" 0 - no missing revisions"
3067
#: bzrlib/builtins.py:4847
3069
" Determine the missing revisions between this and the branch at the\n"
3070
" remembered pull location::"
3073
#: bzrlib/builtins.py:4850
3667
msgstr "OTHER_BRANCH may be local or remote."
3669
#: bzrlib/builtins.py:4877
3671
"To filter on a range of revisions, you can use the command -r begin..end\n"
3672
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
3676
" 1 - some missing revisions\n"
3677
" 0 - no missing revisions"
3679
"To filter on a range of revisions, you can use the command -r begin..end\n"
3680
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
3684
" 1 - some missing revisions\n"
3685
" 0 - no missing revisions"
3687
#: bzrlib/builtins.py:4887
3689
" Determine the missing revisions between this and the branch at the\n"
3690
" remembered pull location::"
3692
" Determine the missing revisions between this and the branch at the\n"
3693
" remembered pull location::"
3695
#: bzrlib/builtins.py:4890
3074
3696
msgid " bzr missing"
3697
msgstr " bzr missing"
3077
#: bzrlib/builtins.py:4852
3699
#: bzrlib/builtins.py:4892
3078
3700
msgid " Determine the missing revisions between this and another branch::"
3702
" Determine the missing revisions between this and another branch::"
3081
#: bzrlib/builtins.py:4854
3704
#: bzrlib/builtins.py:4894
3082
3705
msgid " bzr missing http://server/branch"
3706
msgstr " bzr missing http://server/branch"
3085
#: bzrlib/builtins.py:4856
3708
#: bzrlib/builtins.py:4896
3087
3710
" Determine the missing revisions up to a specific revision on the other\n"
3713
" Determine the missing revisions up to a specific revision on the other\n"
3091
#: bzrlib/builtins.py:4859
3716
#: bzrlib/builtins.py:4899
3092
3717
msgid " bzr missing -r ..-10"
3718
msgstr " bzr missing -r ..-10"
3095
#: bzrlib/builtins.py:4861
3720
#: bzrlib/builtins.py:4901
3097
3722
" Determine the missing revisions up to a specific revision on this\n"
3725
" Determine the missing revisions up to a specific revision on this\n"
3101
#: bzrlib/builtins.py:4864
3728
#: bzrlib/builtins.py:4904
3102
3729
msgid " bzr missing --my-revision ..-10"
3730
msgstr " bzr missing --my-revision ..-10"
3105
#: bzrlib/builtins.py:4871
3732
#: bzrlib/builtins.py:4911
3106
3733
msgid "Reverse the order of revisions."
3734
msgstr "Reverse the order of revisions."
3109
#: bzrlib/builtins.py:4873
3736
#: bzrlib/builtins.py:4913
3110
3737
msgid "Display changes in the local branch only."
3738
msgstr "Display changes in the local branch only."
3113
#: bzrlib/builtins.py:4874
3740
#: bzrlib/builtins.py:4914
3114
3741
msgid "Same as --mine-only."
3742
msgstr "Same as --mine-only."
3117
#: bzrlib/builtins.py:4876
3744
#: bzrlib/builtins.py:4916
3118
3745
msgid "Display changes in the remote branch only."
3746
msgstr "Display changes in the remote branch only."
3121
#: bzrlib/builtins.py:4877
3748
#: bzrlib/builtins.py:4917
3122
3749
msgid "Same as --theirs-only."
3125
#: bzrlib/builtins.py:4882
3127
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3131
#: bzrlib/builtins.py:4886
3133
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3137
#: bzrlib/builtins.py:4889
3750
msgstr "Same as --theirs-only."
3752
#: bzrlib/builtins.py:4922
3754
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3757
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3760
#: bzrlib/builtins.py:4926
3762
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3765
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3768
#: bzrlib/builtins.py:4929
3138
3769
msgid "Show all revisions in addition to the mainline ones."
3770
msgstr "Show all revisions in addition to the mainline ones."
3141
#: bzrlib/builtins.py:4943
3772
#: bzrlib/builtins.py:4983
3142
3773
msgid "No peer location known or specified."
3774
msgstr "No peer location known or specified."
3145
#: bzrlib/builtins.py:4947
3776
#: bzrlib/builtins.py:4987
3146
3777
msgid "Using saved parent location: {0}\n"
3778
msgstr "Using saved parent location: {0}\n"
3149
#: bzrlib/builtins.py:4980
3780
#: bzrlib/builtins.py:5020
3150
3781
#, python-format
3151
3782
msgid "You have %d extra revision:\n"
3152
3783
msgid_plural "You have %d extra revisions:\n"
3784
msgstr[0] "You have %d extra revision:\n"
3785
msgstr[1] "You have %d extra revisions:\n"
3156
#: bzrlib/builtins.py:4996
3787
#: bzrlib/builtins.py:5040
3157
3788
#, python-format
3158
3789
msgid "You are missing %d revision:\n"
3159
3790
msgid_plural "You are missing %d revisions:\n"
3791
msgstr[0] "You are missing %d revision:\n"
3792
msgstr[1] "You are missing %d revisions:\n"
3163
#: bzrlib/builtins.py:5008
3794
#: bzrlib/builtins.py:5055
3164
3795
msgid "This branch has no new revisions.\n"
3796
msgstr "This branch has no new revisions.\n"
3167
#: bzrlib/builtins.py:5011
3798
#: bzrlib/builtins.py:5058
3168
3799
msgid "Other branch has no new revisions.\n"
3800
msgstr "Other branch has no new revisions.\n"
3171
#: bzrlib/builtins.py:5016
3802
#: bzrlib/builtins.py:5063
3172
3803
msgid "Branches are up to date.\n"
3804
msgstr "Branches are up to date.\n"
3175
#: bzrlib/builtins.py:5027
3806
#: bzrlib/builtins.py:5074
3176
3807
msgid "Compress the data within a repository."
3179
#: bzrlib/builtins.py:5029
3181
"This operation compresses the data within a bazaar repository. As\n"
3182
"bazaar supports automatic packing of repository, this operation is\n"
3183
"normally not required to be done manually."
3186
#: bzrlib/builtins.py:5033
3188
"During the pack operation, bazaar takes a backup of existing repository\n"
3189
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3190
"automatically when it is safe to do so. To save disk space by removing\n"
3191
"the backed up pack files, the --clean-obsolete-packs option may be\n"
3195
#: bzrlib/builtins.py:5039
3197
"Warning: If you use --clean-obsolete-packs and your machine crashes\n"
3198
"during or immediately after repacking, you may be left with a state\n"
3199
"where the deletion has been written to disk but the new packs have not\n"
3200
"been. In this case the repository may be unusable."
3203
#: bzrlib/builtins.py:5048
3808
msgstr "Compress the data within a repository."
3810
#: bzrlib/builtins.py:5076
3812
"This operation compresses the data within a bazaar repository. As\n"
3813
"bazaar supports automatic packing of repository, this operation is\n"
3814
"normally not required to be done manually."
3816
"This operation compresses the data within a bazaar repository. As\n"
3817
"bazaar supports automatic packing of repository, this operation is\n"
3818
"normally not required to be done manually."
3820
#: bzrlib/builtins.py:5080
3822
"During the pack operation, bazaar takes a backup of existing repository\n"
3823
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3824
"automatically when it is safe to do so. To save disk space by removing\n"
3825
"the backed up pack files, the --clean-obsolete-packs option may be\n"
3828
"During the pack operation, bazaar takes a backup of existing repository\n"
3829
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3830
"automatically when it is safe to do so. To save disk space by removing\n"
3831
"the backed up pack files, the --clean-obsolete-packs option may be\n"
3834
#: bzrlib/builtins.py:5086
3836
"Warning: If you use --clean-obsolete-packs and your machine crashes\n"
3837
"during or immediately after repacking, you may be left with a state\n"
3838
"where the deletion has been written to disk but the new packs have not\n"
3839
"been. In this case the repository may be unusable."
3841
"Warning: If you use --clean-obsolete-packs and your machine crashes\n"
3842
"during or immediately after repacking, you may be left with a state\n"
3843
"where the deletion has been written to disk but the new packs have not\n"
3844
"been. In this case the repository may be unusable."
3846
#: bzrlib/builtins.py:5095
3204
3847
msgid "Delete obsolete packs to save disk space."
3848
msgstr "Delete obsolete packs to save disk space."
3207
#: bzrlib/builtins.py:5062
3850
#: bzrlib/builtins.py:5109
3208
3851
msgid "List the installed plugins."
3852
msgstr "List the installed plugins."
3211
#: bzrlib/builtins.py:5064
3854
#: bzrlib/builtins.py:5111
3213
3856
"This command displays the list of installed plugins including\n"
3214
3857
"version of plugin and a short description of each."
3859
"This command displays the list of installed plugins including\n"
3860
"version of plugin and a short description of each."
3217
#: bzrlib/builtins.py:5067
3862
#: bzrlib/builtins.py:5114
3218
3863
msgid "--verbose shows the path where each plugin is located."
3864
msgstr "--verbose shows the path where each plugin is located."
3221
#: bzrlib/builtins.py:5069
3866
#: bzrlib/builtins.py:5116
3223
3868
"A plugin is an external component for Bazaar that extends the\n"
3224
3869
"revision control system, by adding or replacing code in Bazaar.\n"
3226
3871
"adding new commands, providing additional network transports and\n"
3227
3872
"customizing log output."
3874
"A plugin is an external component for Bazaar that extends the\n"
3875
"revision control system, by adding or replacing code in Bazaar.\n"
3876
"Plugins can do a variety of things, including overriding commands,\n"
3877
"adding new commands, providing additional network transports and\n"
3878
"customising log output."
3230
#: bzrlib/builtins.py:5075
3880
#: bzrlib/builtins.py:5122
3232
3882
"See the Bazaar Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/>\n"
3233
3883
"for further information on plugins including where to find them and how to\n"
3234
3884
"install them. Instructions are also provided there on how to write new\n"
3235
3885
"plugins using the Python programming language."
3887
"See the Bazaar Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/>\n"
3888
"for further information on plugins including where to find them and how to\n"
3889
"install them. Instructions are also provided there on how to write new\n"
3890
"plugins using the Python programming language."
3238
#: bzrlib/builtins.py:5091
3892
#: bzrlib/builtins.py:5138
3239
3893
msgid "Show testament (signing-form) of a revision."
3894
msgstr "Show testament (signing-form) of a revision."
3242
#: bzrlib/builtins.py:5094
3896
#: bzrlib/builtins.py:5141
3243
3897
msgid "Produce long-format testament."
3898
msgstr "Produce long-format testament."
3246
#: bzrlib/builtins.py:5096
3900
#: bzrlib/builtins.py:5143
3247
3901
msgid "Produce a strict-format testament."
3902
msgstr "Produce a strict-format testament."
3250
#: bzrlib/builtins.py:5122
3904
#: bzrlib/builtins.py:5169
3251
3905
msgid "Show the origin of each line in a file."
3254
#: bzrlib/builtins.py:5124
3256
"This prints out the given file with an annotation on the left side\n"
3257
"indicating which revision, author and date introduced the change."
3260
#: bzrlib/builtins.py:5127
3262
"If the origin is the same for a run of consecutive lines, it is\n"
3263
"shown only at the top, unless the --all option is given."
3266
#: bzrlib/builtins.py:5135
3906
msgstr "Show the origin of each line in a file."
3908
#: bzrlib/builtins.py:5171
3910
"This prints out the given file with an annotation on the left side\n"
3911
"indicating which revision, author and date introduced the change."
3913
"This prints out the given file with an annotation on the left side\n"
3914
"indicating which revision, author and date introduced the change."
3916
#: bzrlib/builtins.py:5174
3918
"If the origin is the same for a run of consecutive lines, it is\n"
3919
"shown only at the top, unless the --all option is given."
3921
"If the origin is the same for a run of consecutive lines, it is\n"
3922
"shown only at the top, unless the --all option is given."
3924
#: bzrlib/builtins.py:5182
3267
3925
msgid "Show annotations on all lines."
3926
msgstr "Show annotations on all lines."
3270
#: bzrlib/builtins.py:5136
3928
#: bzrlib/builtins.py:5183
3271
3929
msgid "Show commit date in annotations."
3930
msgstr "Show commit date in annotations."
3274
#: bzrlib/builtins.py:5223
3932
#: bzrlib/builtins.py:5270
3275
3933
msgid "Cannot sign a range of non-revision-history revisions"
3934
msgstr "Cannot sign a range of non-revision-history revisions"
3278
#: bzrlib/builtins.py:5235
3936
#: bzrlib/builtins.py:5282
3279
3937
msgid "Please supply either one revision, or a range."
3282
#: bzrlib/builtins.py:5239
3284
"Convert the current branch into a checkout of the supplied branch.\n"
3285
"If no branch is supplied, rebind to the last bound location."
3288
#: bzrlib/builtins.py:5242
3290
"Once converted into a checkout, commits must succeed on the master branch\n"
3291
"before they will be applied to the local branch."
3294
#: bzrlib/builtins.py:5245
3296
"Bound branches use the nickname of its master branch unless it is set\n"
3297
"locally, in which case binding will update the local nickname to be\n"
3298
"that of the master."
3301
#: bzrlib/builtins.py:5260
3938
msgstr "Please supply either one revision, or a range."
3940
#: bzrlib/builtins.py:5286
3942
"Convert the current branch into a checkout of the supplied branch.\n"
3943
"If no branch is supplied, rebind to the last bound location."
3945
"Convert the current branch into a checkout of the supplied branch.\n"
3946
"If no branch is supplied, rebind to the last bound location."
3948
#: bzrlib/builtins.py:5289
3950
"Once converted into a checkout, commits must succeed on the master branch\n"
3951
"before they will be applied to the local branch."
3953
"Once converted into a checkout, commits must succeed on the master branch\n"
3954
"before they will be applied to the local branch."
3956
#: bzrlib/builtins.py:5292
3958
"Bound branches use the nickname of its master branch unless it is set\n"
3959
"locally, in which case binding will update the local nickname to be\n"
3960
"that of the master."
3962
"Bound branches use the nickname of its master branch unless it is set\n"
3963
"locally, in which case binding will update the local nickname to be\n"
3964
"that of the master."
3966
#: bzrlib/builtins.py:5307
3302
3967
msgid "No location supplied. This format does not remember old locations."
3968
msgstr "No location supplied. This format does not remember old locations."
3305
#: bzrlib/builtins.py:5265
3970
#: bzrlib/builtins.py:5313
3306
3971
msgid "Branch is already bound"
3972
msgstr "Branch is already bound"
3309
#: bzrlib/builtins.py:5267
3974
#: bzrlib/builtins.py:5316
3310
3975
msgid "No location supplied and no previous location known"
3976
msgstr "No location supplied and no previous location known"
3313
#: bzrlib/builtins.py:5273
3978
#: bzrlib/builtins.py:5322
3314
3979
msgid "These branches have diverged. Try merging, and then bind again."
3980
msgstr "These branches have diverged. Try merging, and then bind again."
3317
#: bzrlib/builtins.py:5280
3982
#: bzrlib/builtins.py:5329
3318
3983
msgid "Convert the current checkout into a regular branch."
3984
msgstr "Convert the current checkout into a regular branch."
3321
#: bzrlib/builtins.py:5282
3986
#: bzrlib/builtins.py:5331
3323
3988
"After unbinding, the local branch is considered independent and subsequent\n"
3324
3989
"commits will be local only."
3991
"After unbinding, the local branch is considered independent and subsequent\n"
3992
"commits will be local only."
3327
#: bzrlib/builtins.py:5293
3994
#: bzrlib/builtins.py:5342
3328
3995
msgid "Local branch is not bound"
3996
msgstr "Local branch is not bound"
3331
#: bzrlib/builtins.py:5297
3998
#: bzrlib/builtins.py:5346
3332
3999
msgid "Remove the last committed revision."
3335
#: bzrlib/builtins.py:5299
3337
"--verbose will print out what is being removed.\n"
3338
"--dry-run will go through all the motions, but not actually\n"
3342
#: bzrlib/builtins.py:5303
3344
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3345
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3346
"branch at revision 15."
3349
#: bzrlib/builtins.py:5307
3351
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3352
"it may make is to restore any pending merges that were present before\n"
3356
#: bzrlib/builtins.py:5318
4000
msgstr "Remove the last committed revision."
4002
#: bzrlib/builtins.py:5348
4004
"--verbose will print out what is being removed.\n"
4005
"--dry-run will go through all the motions, but not actually\n"
4008
"--verbose will print out what is being removed.\n"
4009
"--dry-run will go through all the motions, but not actually\n"
4012
#: bzrlib/builtins.py:5352
4014
"If --revision is specified, uncommit revisions to leave the branch at the\n"
4015
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
4016
"branch at revision 15."
4018
"If --revision is specified, uncommit revisions to leave the branch at the\n"
4019
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
4020
"branch at revision 15."
4022
#: bzrlib/builtins.py:5356
4024
"Uncommit leaves the working tree ready for a new commit. The only change\n"
4025
"it may make is to restore any pending merges that were present before\n"
4028
"Uncommit leaves the working tree ready for a new commit. The only change\n"
4029
"it may make is to restore any pending merges that were present before\n"
4032
#: bzrlib/builtins.py:5367
3357
4033
msgid "Don't actually make changes."
4034
msgstr "Don't actually make changes."
3360
#: bzrlib/builtins.py:5319
4036
#: bzrlib/builtins.py:5368
3361
4037
msgid "Say yes to all questions."
4038
msgstr "Say yes to all questions."
3364
#: bzrlib/builtins.py:5321
4040
#: bzrlib/builtins.py:5370
3365
4041
msgid "Keep tags that point to removed revisions."
4042
msgstr "Keep tags that point to removed revisions."
3368
#: bzrlib/builtins.py:5323
4044
#: bzrlib/builtins.py:5372
3369
4045
msgid "Only remove the commits from the local branch when in a checkout."
4046
msgstr "Only remove the commits from the local branch when in a checkout."
3372
#: bzrlib/builtins.py:5372
4048
#: bzrlib/builtins.py:5421
3373
4049
msgid "No revisions to uncommit.\n"
4050
msgstr "No revisions to uncommit.\n"
3376
#: bzrlib/builtins.py:5387
4052
#: bzrlib/builtins.py:5436
3377
4053
msgid "Dry-run, pretending to remove the above revisions.\n"
4054
msgstr "Dry-run, pretending to remove the above revisions.\n"
3380
#: bzrlib/builtins.py:5390
4056
#: bzrlib/builtins.py:5439
3381
4057
msgid "The above revision(s) will be removed.\n"
4058
msgstr "The above revision(s) will be removed.\n"
3384
#: bzrlib/builtins.py:5394
4060
#: bzrlib/builtins.py:5443
3385
4061
msgid "Uncommit these revisions"
4062
msgstr "Uncommit these revisions"
3388
#: bzrlib/builtins.py:5397
4064
#: bzrlib/builtins.py:5446
3389
4065
msgid "Canceled\n"
4066
msgstr "Cancelled\n"
3392
#: bzrlib/builtins.py:5404
4068
#: bzrlib/builtins.py:5453
3393
4069
#, python-format
3395
4071
"You can restore the old tip by running:\n"
3396
4072
" bzr pull . -r revid:%s\n"
4074
"You can restore the old tip by running:\n"
4075
" bzr pull . -r revid:%s\n"
3399
#: bzrlib/builtins.py:5409
4077
#: bzrlib/builtins.py:5458
3400
4078
msgid "Break a dead lock."
3403
#: bzrlib/builtins.py:5411
3405
"This command breaks a lock on a repository, branch, working directory or\n"
3409
#: bzrlib/builtins.py:5414
3411
"CAUTION: Locks should only be broken when you are sure that the process\n"
3412
"holding the lock has been stopped."
3415
#: bzrlib/builtins.py:5417
3417
"You can get information on what locks are open via the 'bzr info\n"
3418
"[location]' command."
3421
#: bzrlib/builtins.py:5420
3425
" bzr break-lock bzr+ssh://example.com/bzr/foo\n"
3426
" bzr break-lock --conf ~/.bazaar"
3429
#: bzrlib/builtins.py:5429
4079
msgstr "Break a dead lock."
4081
#: bzrlib/builtins.py:5460
4083
"This command breaks a lock on a repository, branch, working directory or\n"
4086
"This command breaks a lock on a repository, branch, working directory or\n"
4089
#: bzrlib/builtins.py:5463
4091
"CAUTION: Locks should only be broken when you are sure that the process\n"
4092
"holding the lock has been stopped."
4094
"CAUTION: Locks should only be broken when you are sure that the process\n"
4095
"holding the lock has been stopped."
4097
#: bzrlib/builtins.py:5466
4099
"You can get information on what locks are open via the 'bzr info\n"
4100
"[location]' command."
4102
"You can get information on what locks are open via the 'bzr info\n"
4103
"[location]' command."
4105
#: bzrlib/builtins.py:5469
4109
" bzr break-lock bzr+ssh://example.com/bzr/foo\n"
4110
" bzr break-lock --conf ~/.bazaar"
4114
" bzr break-lock bzr+ssh://example.com/bzr/foo\n"
4115
" bzr break-lock --conf ~/.bazaar"
4117
#: bzrlib/builtins.py:5478
3430
4118
msgid "LOCATION is the directory where the config lock is."
4119
msgstr "LOCATION is the directory where the config lock is."
3433
#: bzrlib/builtins.py:5431
4121
#: bzrlib/builtins.py:5480
3434
4122
msgid "Do not ask for confirmation before breaking the lock."
4123
msgstr "Do not ask for confirmation before breaking the lock."
3437
#: bzrlib/builtins.py:5466
4125
#: bzrlib/builtins.py:5515
3438
4126
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
4127
msgstr "The Bazaar smart server protocol over TCP. (default port: 4155)"
3441
#: bzrlib/builtins.py:5467
4129
#: bzrlib/builtins.py:5516
3442
4130
msgid "Run the bzr server."
4131
msgstr "Run the bzr server."
3445
#: bzrlib/builtins.py:5473
4133
#: bzrlib/builtins.py:5522
3446
4134
msgid "Serve on stdin/out for use from inetd or sshd."
4135
msgstr "Serve on stdin/out for use from inetd or sshd."
3449
#: bzrlib/builtins.py:5474
4137
#: bzrlib/builtins.py:5523
3450
4138
msgid "protocol"
3453
#: bzrlib/builtins.py:5475
4141
#: bzrlib/builtins.py:5524
3454
4142
msgid "Protocol to serve."
3457
#: bzrlib/builtins.py:5479
4143
msgstr "Protocol to serve."
4145
#: bzrlib/builtins.py:5528
4146
msgid "Listen for connections on nominated address."
4147
msgstr "Listen for connections on nominated address."
4149
#: bzrlib/builtins.py:5530
3459
"Listen for connections on nominated port of the form [hostname:]portnumber. "
3460
"Passing 0 as the port number will result in a dynamically allocated port. "
3461
"The default port depends on the protocol."
4151
"Listen for connections on nominated port. Passing 0 as the port number will "
4152
"result in a dynamically allocated port. The default port depends on the "
4155
"Listen for connections on nominated port. Passing 0 as the port number will "
4156
"result in a dynamically allocated port. The default port depends on the "
3464
#: bzrlib/builtins.py:5485
4159
#: bzrlib/builtins.py:5535
3465
4160
msgid "Serve contents of this directory."
4161
msgstr "Serve contents of this directory."
3468
#: bzrlib/builtins.py:5487
4163
#: bzrlib/builtins.py:5537
3470
4165
"By default the server is a readonly server. Supplying --allow-writes "
3471
4166
"enables write access to the contents of the served directory and below. "
3473
4168
"of external authentication is arranged supplying this option leads to global "
3474
4169
"uncontrolled write access to your file system."
4171
"By default the server is a read-only server. Supplying --allow-writes "
4172
"enables write access to the contents of the served directory and below. "
4173
"Note that ``bzr serve`` does not perform authentication, so unless some form "
4174
"of external authentication is arranged supplying this option leads to global "
4175
"uncontrolled write access to your file system."
3477
#: bzrlib/builtins.py:5496
4177
#: bzrlib/builtins.py:5546
3478
4178
msgid "Override the default idle client timeout (5min)."
4179
msgstr "Override the default idle client timeout (5min)."
3481
#: bzrlib/builtins.py:5546
4181
#: bzrlib/builtins.py:5564
3482
4182
msgid "Combine a tree into its containing tree."
4183
msgstr "Combine a tree into its containing tree."
3485
#: bzrlib/builtins.py:5548
4185
#: bzrlib/builtins.py:5566
3486
4186
msgid "This command requires the target tree to be in a rich-root format."
3489
#: bzrlib/builtins.py:5550
3491
"The TREE argument should be an independent tree, inside another tree, but\n"
3492
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3493
"running \"bzr branch\" with the target inside a tree.)"
3496
#: bzrlib/builtins.py:5554
3498
"The result is a combined tree, with the subtree no longer an independent\n"
3499
"part. This is marked as a merge of the subtree into the containing tree,\n"
3500
"and all history is preserved."
4187
msgstr "This command requires the target tree to be in a rich-root format."
4189
#: bzrlib/builtins.py:5568
4191
"The TREE argument should be an independent tree, inside another tree, but\n"
4192
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
4193
"running \"bzr branch\" with the target inside a tree.)"
4195
"The TREE argument should be an independent tree, inside another tree, but\n"
4196
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
4197
"running \"bzr branch\" with the target inside a tree.)"
3503
4199
#: bzrlib/builtins.py:5572
4201
"The result is a combined tree, with the subtree no longer an independent\n"
4202
"part. This is marked as a merge of the subtree into the containing tree,\n"
4203
"and all history is preserved."
4205
"The result is a combined tree, with the subtree no longer an independent\n"
4206
"part. This is marked as a merge of the subtree into the containing tree,\n"
4207
"and all history is preserved."
4209
#: bzrlib/builtins.py:5590
3504
4210
#, python-format
3506
4212
"Can't join trees because %s doesn't support rich root data.\n"
3507
4213
"You can use bzr upgrade on the repository."
4215
"Can't join trees because %s doesn't support rich root data.\n"
4216
"You can use bzr upgrade on the repository."
3510
#: bzrlib/builtins.py:5582 bzrlib/builtins.py:5588
4218
#: bzrlib/builtins.py:5600 bzrlib/builtins.py:5606
3511
4219
msgid "Cannot join {0}. {1}"
4220
msgstr "Cannot join {0}. {1}"
3514
#: bzrlib/builtins.py:5592
4222
#: bzrlib/builtins.py:5610
3515
4223
msgid "Split a subdirectory of a tree into a separate tree."
3518
#: bzrlib/builtins.py:5594
3520
"This command will produce a target tree in a format that supports\n"
3521
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3522
"converted into earlier formats like 'dirstate-tags'."
3525
#: bzrlib/builtins.py:5598
3527
"The TREE argument should be a subdirectory of a working tree. That\n"
3528
"subdirectory will be converted into an independent tree, with its own\n"
3529
"branch. Commits in the top-level tree will not apply to the new subtree."
3532
#: bzrlib/builtins.py:5678
4224
msgstr "Split a subdirectory of a tree into a separate tree."
4226
#: bzrlib/builtins.py:5612
4228
"This command will produce a target tree in a format that supports\n"
4229
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
4230
"converted into earlier formats like 'dirstate-tags'."
4232
"This command will produce a target tree in a format that supports\n"
4233
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
4234
"converted into earlier formats like 'dirstate-tags'."
4236
#: bzrlib/builtins.py:5616
4238
"The TREE argument should be a subdirectory of a working tree. That\n"
4239
"subdirectory will be converted into an independent tree, with its own\n"
4240
"branch. Commits in the top-level tree will not apply to the new subtree."
4242
"The TREE argument should be a subdirectory of a working tree. That\n"
4243
"subdirectory will be converted into an independent tree, with its own\n"
4244
"branch. Commits in the top-level tree will not apply to the new subtree."
4246
#: bzrlib/builtins.py:5696
3533
4247
msgid "No submit branch specified or known"
4248
msgstr "No submit branch specified or known"
3536
#: bzrlib/builtins.py:5686 bzrlib/send.py:108
4250
#: bzrlib/builtins.py:5705 bzrlib/send.py:109
3537
4251
msgid "No public branch specified or known"
4252
msgstr "No public branch specified or known"
3540
#: bzrlib/builtins.py:5691
4254
#: bzrlib/builtins.py:5710
3541
4255
msgid "bzr merge-directive takes at most two one revision identifiers"
4256
msgstr "bzr merge-directive takes at most two one revision identifiers"
3544
#: bzrlib/builtins.py:5700
4258
#: bzrlib/builtins.py:5719
3545
4259
msgid "No revisions to bundle."
4260
msgstr "No revisions to bundle."
3548
#: bzrlib/builtins.py:5719
4262
#: bzrlib/builtins.py:5738
3549
4263
msgid "Mail or create a merge-directive for submitting changes."
4264
msgstr "Mail or create a merge-directive for submitting changes."
3552
#: bzrlib/builtins.py:5721
4266
#: bzrlib/builtins.py:5740
3553
4267
msgid "A merge directive provides many things needed for requesting merges:"
4268
msgstr "A merge directive provides many things needed for requesting merges:"
3556
#: bzrlib/builtins.py:5723
4270
#: bzrlib/builtins.py:5742
3557
4271
msgid "* A machine-readable description of the merge to perform"
4272
msgstr "* A machine-readable description of the merge to perform"
3560
#: bzrlib/builtins.py:5725
4274
#: bzrlib/builtins.py:5744
3561
4275
msgid "* An optional patch that is a preview of the changes requested"
3564
#: bzrlib/builtins.py:5727
3566
"* An optional bundle of revision data, so that the changes can be applied\n"
3567
" directly from the merge directive, without retrieving data from a\n"
3571
#: bzrlib/builtins.py:5731
3573
"`bzr send` creates a compact data set that, when applied using bzr\n"
3574
"merge, has the same effect as merging from the source branch. "
3577
#: bzrlib/builtins.py:5734
3579
"By default the merge directive is self-contained and can be applied to any\n"
3580
"branch containing submit_branch in its ancestory without needing access to\n"
3581
"the source branch."
3584
#: bzrlib/builtins.py:5738
3586
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3587
"revisions, but only a structured request to merge from the\n"
3588
"public_location. In that case the public_branch is needed and it must be\n"
3589
"up-to-date and accessible to the recipient. The public_branch is always\n"
3590
"included if known, so that people can check it later."
3593
#: bzrlib/builtins.py:5744
3595
"The submit branch defaults to the parent of the source branch, but can be\n"
3596
"overridden. Both submit branch and public branch will be remembered in\n"
3597
"branch.conf the first time they are used for a particular branch. The\n"
3598
"source branch defaults to that containing the working directory, but can\n"
3599
"be changed using --from."
4276
msgstr "* An optional patch that is a preview of the changes requested"
4278
#: bzrlib/builtins.py:5746
4280
"* An optional bundle of revision data, so that the changes can be applied\n"
4281
" directly from the merge directive, without retrieving data from a\n"
4284
"* An optional bundle of revision data, so that the changes can be applied\n"
4285
" directly from the merge directive, without retrieving data from a\n"
3602
4288
#: bzrlib/builtins.py:5750
4290
"`bzr send` creates a compact data set that, when applied using bzr\n"
4291
"merge, has the same effect as merging from the source branch. "
4293
"`bzr send` creates a compact data set that, when applied using bzr\n"
4294
"merge, has the same effect as merging from the source branch. "
4296
#: bzrlib/builtins.py:5753
4298
"By default the merge directive is self-contained and can be applied to any\n"
4299
"branch containing submit_branch in its ancestory without needing access to\n"
4300
"the source branch."
4302
"By default the merge directive is self-contained and can be applied to any\n"
4303
"branch containing submit_branch in its ancestory without needing access to\n"
4304
"the source branch."
4306
#: bzrlib/builtins.py:5757
4308
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
4309
"revisions, but only a structured request to merge from the\n"
4310
"public_location. In that case the public_branch is needed and it must be\n"
4311
"up-to-date and accessible to the recipient. The public_branch is always\n"
4312
"included if known, so that people can check it later."
4314
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
4315
"revisions, but only a structured request to merge from the\n"
4316
"public_location. In that case the public_branch is needed and it must be\n"
4317
"up-to-date and accessible to the recipient. The public_branch is always\n"
4318
"included if known, so that people can check it later."
4320
#: bzrlib/builtins.py:5763
4322
"The submit branch defaults to the parent of the source branch, but can be\n"
4323
"overridden. Both submit branch and public branch will be remembered in\n"
4324
"branch.conf the first time they are used for a particular branch. The\n"
4325
"source branch defaults to that containing the working directory, but can\n"
4326
"be changed using --from."
4328
"The submit branch defaults to the parent of the source branch, but can be\n"
4329
"overridden. Both submit branch and public branch will be remembered in\n"
4330
"branch.conf the first time they are used for a particular branch. The\n"
4331
"source branch defaults to that containing the working directory, but can\n"
4332
"be changed using --from."
4334
#: bzrlib/builtins.py:5769
3604
4336
"Both the submit branch and the public branch follow the usual behavior with\n"
3605
4337
"respect to --remember: If there is no default location set, the first send\n"
3606
4338
"will set it (use --no-remember to avoid setting it). After that, you can\n"
3607
4339
"omit the location to use the default. To change the default, use\n"
3608
4340
"--remember. The value will only be saved if the location can be accessed."
3611
#: bzrlib/builtins.py:5756
3613
"In order to calculate those changes, bzr must analyse the submit branch.\n"
3614
"Therefore it is most efficient for the submit branch to be a local mirror.\n"
3615
"If a public location is known for the submit_branch, that location is used\n"
3616
"in the merge directive."
3619
#: bzrlib/builtins.py:5761
3621
"The default behaviour is to send the merge directive by mail, unless -o is\n"
3622
"given, in which case it is sent to a file."
3625
#: bzrlib/builtins.py:5764
3627
"Mail is sent using your preferred mail program. This should be transparent\n"
3628
"on Windows (it uses MAPI). On Unix, it requires the xdg-email utility.\n"
3629
"If the preferred client can't be found (or used), your editor will be used."
3632
#: bzrlib/builtins.py:5768
3634
"To use a specific mail program, set the mail_client configuration option.\n"
3635
"(For Thunderbird 1.5, this works around some bugs.) Supported values for\n"
3636
"specific clients are \"claws\", \"evolution\", \"kmail\", \"mail.app\" "
3638
"Mail.app), \"mutt\", and \"thunderbird\"; generic options are \"default\",\n"
3639
"\"editor\", \"emacsclient\", \"mapi\", and \"xdg-email\". Plugins may also "
3641
"supported clients."
4342
"Both the submit branch and the public branch follow the usual behaviour "
4344
"respect to --remember: If there is no default location set, the first send\n"
4345
"will set it (use --no-remember to avoid setting it). After that, you can\n"
4346
"omit the location to use the default. To change the default, use\n"
4347
"--remember. The value will only be saved if the location can be accessed."
3644
4349
#: bzrlib/builtins.py:5775
3646
"If mail is being sent, a to address is required. This can be supplied\n"
3647
"either on the commandline, by setting the submit_to configuration\n"
3648
"option in the branch itself or the child_submit_to configuration option\n"
3649
"in the submit branch."
4351
"In order to calculate those changes, bzr must analyse the submit branch.\n"
4352
"Therefore it is most efficient for the submit branch to be a local mirror.\n"
4353
"If a public location is known for the submit_branch, that location is used\n"
4354
"in the merge directive."
4356
"In order to calculate those changes, bzr must analyse the submit branch.\n"
4357
"Therefore it is most efficient for the submit branch to be a local mirror.\n"
4358
"If a public location is known for the submit_branch, that location is used\n"
4359
"in the merge directive."
3652
4361
#: bzrlib/builtins.py:5780
3654
"Two formats are currently supported: \"4\" uses revision bundle format 4 "
3656
"merge directive format 2. It is significantly faster and smaller than\n"
3657
"older formats. It is compatible with Bazaar 0.19 and later. It is the\n"
3658
"default. \"0.9\" uses revision bundle format 0.9 and merge directive\n"
3659
"format 1. It is compatible with Bazaar 0.12 - 0.18."
3662
#: bzrlib/builtins.py:5786
3664
"The merge directives created by bzr send may be applied using bzr merge or\n"
3665
"bzr pull by specifying a file containing a merge directive as the location."
3668
#: bzrlib/builtins.py:5789
3670
"bzr send makes extensive use of public locations to map local locations "
3672
"URLs that can be used by other people. See `bzr help configuration` to\n"
3673
"set them, and use `bzr info` to display them."
3676
#: bzrlib/builtins.py:5813
4363
"The default behaviour is to send the merge directive by mail, unless -o is\n"
4364
"given, in which case it is sent to a file."
4366
"The default behaviour is to send the merge directive by mail, unless -o is\n"
4367
"given, in which case it is sent to a file."
4369
#: bzrlib/builtins.py:5783
4371
"Mail is sent using your preferred mail program. This should be transparent\n"
4372
"on Windows (it uses MAPI). On Unix, it requires the xdg-email utility.\n"
4373
"If the preferred client can't be found (or used), your editor will be used."
4375
"Mail is sent using your preferred mail program. This should be transparent\n"
4376
"on Windows (it uses MAPI). On Unix, it requires the xdg-email utility.\n"
4377
"If the preferred client can't be found (or used), your editor will be used."
4379
#: bzrlib/builtins.py:5787
4381
"To use a specific mail program, set the mail_client configuration option.\n"
4382
"(For Thunderbird 1.5, this works around some bugs.) Supported values for\n"
4383
"specific clients are \"claws\", \"evolution\", \"kmail\", \"mail.app\" "
4385
"Mail.app), \"mutt\", and \"thunderbird\"; generic options are \"default\",\n"
4386
"\"editor\", \"emacsclient\", \"mapi\", and \"xdg-email\". Plugins may also "
4388
"supported clients."
4390
"To use a specific mail program, set the mail_client configuration option.\n"
4391
"(For Thunderbird 1.5, this works around some bugs.) Supported values for\n"
4392
"specific clients are \"claws\", \"evolution\", \"kmail\", \"mail.app\" "
4394
"Mail.app), \"mutt\", and \"thunderbird\"; generic options are \"default\",\n"
4395
"\"editor\", \"emacsclient\", \"mapi\", and \"xdg-email\". Plugins may also "
4397
"supported clients."
4399
#: bzrlib/builtins.py:5794
4401
"If mail is being sent, a to address is required. This can be supplied\n"
4402
"either on the commandline, by setting the submit_to configuration\n"
4403
"option in the branch itself or the child_submit_to configuration option\n"
4404
"in the submit branch."
4406
"If mail is being sent, a to address is required. This can be supplied\n"
4407
"either on the commandline, by setting the submit_to configuration\n"
4408
"option in the branch itself or the child_submit_to configuration option\n"
4409
"in the submit branch."
4411
#: bzrlib/builtins.py:5799
4413
"Two formats are currently supported: \"4\" uses revision bundle format 4 "
4415
"merge directive format 2. It is significantly faster and smaller than\n"
4416
"older formats. It is compatible with Bazaar 0.19 and later. It is the\n"
4417
"default. \"0.9\" uses revision bundle format 0.9 and merge directive\n"
4418
"format 1. It is compatible with Bazaar 0.12 - 0.18."
4420
"Two formats are currently supported: \"4\" uses revision bundle format 4 "
4422
"merge directive format 2. It is significantly faster and smaller than\n"
4423
"older formats. It is compatible with Bazaar 0.19 and later. It is the\n"
4424
"default. \"0.9\" uses revision bundle format 0.9 and merge directive\n"
4425
"format 1. It is compatible with Bazaar 0.12 - 0.18."
4427
#: bzrlib/builtins.py:5805
4429
"The merge directives created by bzr send may be applied using bzr merge or\n"
4430
"bzr pull by specifying a file containing a merge directive as the location."
4432
"The merge directives created by bzr send may be applied using bzr merge or\n"
4433
"bzr pull by specifying a file containing a merge directive as the location."
4435
#: bzrlib/builtins.py:5808
4437
"bzr send makes extensive use of public locations to map local locations "
4439
"URLs that can be used by other people. See `bzr help configuration` to\n"
4440
"set them, and use `bzr info` to display them."
4442
"bzr send makes extensive use of public locations to map local locations "
4444
"URLs that can be used by other people. See `bzr help configuration` to\n"
4445
"set them, and use `bzr info` to display them."
4447
#: bzrlib/builtins.py:5832
3677
4448
msgid "Write merge directive to this file or directory; use - for stdout."
4449
msgstr "Write merge directive to this file or directory; use - for stdout."
3680
#: bzrlib/builtins.py:5817
4451
#: bzrlib/builtins.py:5836
3682
4453
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3683
4454
"strict disables the check."
4456
"Refuse to send if there are uncommitted changes in the working tree, --no-"
4457
"strict disables the check."
3686
#: bzrlib/builtins.py:5819
4459
#: bzrlib/builtins.py:5838
3687
4460
msgid "Mail the request to this address."
4461
msgstr "Mail the request to this address."
3690
#: bzrlib/builtins.py:5823
4463
#: bzrlib/builtins.py:5842
3691
4464
msgid "Body for the email."
4465
msgstr "Body for the email."
3694
#: bzrlib/builtins.py:5876
4467
#: bzrlib/builtins.py:5895
3695
4468
msgid "Do not include a bundle in the merge directive."
4469
msgstr "Do not include a bundle in the merge directive."
3698
#: bzrlib/builtins.py:5877
4471
#: bzrlib/builtins.py:5896
3699
4472
msgid "Do not include a preview patch in the merge directive."
4473
msgstr "Do not include a preview patch in the merge directive."
3702
#: bzrlib/builtins.py:5880
4475
#: bzrlib/builtins.py:5899
3703
4476
msgid "Remember submit and public branch."
4477
msgstr "Remember submit and public branch."
3706
#: bzrlib/builtins.py:5882
4479
#: bzrlib/builtins.py:5901
3708
4481
"Branch to generate the submission from, rather than the one containing the "
3709
4482
"working directory."
4484
"Branch to generate the submission from, rather than the one containing the "
4485
"working directory."
3712
#: bzrlib/builtins.py:5892 bzrlib/cmd_version_info.py:76
4487
#: bzrlib/builtins.py:5911 bzrlib/cmd_version_info.py:76
3716
#: bzrlib/builtins.py:5893
4491
#: bzrlib/builtins.py:5912
3717
4492
msgid "Use the specified output format."
4493
msgstr "Use the specified output format."
3720
#: bzrlib/builtins.py:5915
4495
#: bzrlib/builtins.py:5934
3721
4496
msgid "Create, remove or modify a tag naming a revision."
3724
#: bzrlib/builtins.py:5917
3726
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3727
"(--revision) option can be given -rtag:X, where X is any previously\n"
3731
#: bzrlib/builtins.py:5921
3733
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3734
"along when you branch, push, pull or merge."
3737
#: bzrlib/builtins.py:5924
3739
"It is an error to give a tag name that already exists unless you pass\n"
3740
"--force, in which case the tag is moved to point to the new revision."
3743
#: bzrlib/builtins.py:5927
3745
"To rename a tag (change the name but keep it on the same revsion), run "
3747
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3750
#: bzrlib/builtins.py:5930
3752
"If no tag name is specified it will be determined through the \n"
3753
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3754
"upstream releases by reading configure.ac. See ``bzr help hooks`` for\n"
4497
msgstr "Create, remove or modify a tag naming a revision."
4499
#: bzrlib/builtins.py:5936
4501
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
4502
"(--revision) option can be given -rtag:X, where X is any previously\n"
4505
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
4506
"(--revision) option can be given -rtag:X, where X is any previously\n"
3758
4509
#: bzrlib/builtins.py:5940
4511
"Tags are stored in the branch. Tags are copied from one branch to another\n"
4512
"along when you branch, push, pull or merge."
4514
"Tags are stored in the branch. Tags are copied from one branch to another\n"
4515
"along when you branch, push, pull or merge."
4517
#: bzrlib/builtins.py:5943
4519
"It is an error to give a tag name that already exists unless you pass\n"
4520
"--force, in which case the tag is moved to point to the new revision."
4522
"It is an error to give a tag name that already exists unless you pass\n"
4523
"--force, in which case the tag is moved to point to the new revision."
4525
#: bzrlib/builtins.py:5946
4527
"To rename a tag (change the name but keep it on the same revsion), run "
4529
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
4531
"To rename a tag (change the name but keep it on the same revsion), run "
4533
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
4535
#: bzrlib/builtins.py:5949
4537
"If no tag name is specified it will be determined through the \n"
4538
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
4539
"upstream releases by reading configure.ac. See ``bzr help hooks`` for\n"
4542
"If no tag name is specified it will be determined through the \n"
4543
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
4544
"upstream releases by reading configure.ac. See ``bzr help hooks`` for\n"
4547
#: bzrlib/builtins.py:5959
3759
4548
msgid "Delete this tag rather than placing it."
4549
msgstr "Delete this tag rather than placing it."
3762
#: bzrlib/builtins.py:5943
4551
#: bzrlib/builtins.py:5962
3763
4552
msgid "Branch in which to place the tag."
4553
msgstr "Branch in which to place the tag."
3766
#: bzrlib/builtins.py:5945
4555
#: bzrlib/builtins.py:5964
3767
4556
msgid "Replace existing tags."
4557
msgstr "Replace existing tags."
3770
#: bzrlib/builtins.py:5960
4559
#: bzrlib/builtins.py:5979
3771
4560
msgid "No tag specified to delete."
4561
msgstr "No tag specified to delete."
3774
#: bzrlib/builtins.py:5962
4563
#: bzrlib/builtins.py:5981
3775
4564
#, python-format
3776
4565
msgid "Deleted tag %s."
4566
msgstr "Deleted tag %s."
3779
#: bzrlib/builtins.py:5976
4568
#: bzrlib/builtins.py:5995
3780
4569
msgid "Please specify a tag name."
4570
msgstr "Please specify a tag name."
3783
#: bzrlib/builtins.py:5984
4572
#: bzrlib/builtins.py:6003
3784
4573
#, python-format
3785
4574
msgid "Tag %s already exists for that revision."
4575
msgstr "Tag %s already exists for that revision."
3788
#: bzrlib/builtins.py:5988
4577
#: bzrlib/builtins.py:6007
3789
4578
#, python-format
3790
4579
msgid "Created tag %s."
4580
msgstr "Created tag %s."
3793
#: bzrlib/builtins.py:5990
4582
#: bzrlib/builtins.py:6009
3794
4583
#, python-format
3795
4584
msgid "Updated tag %s."
4585
msgstr "Updated tag %s."
3798
#: bzrlib/builtins.py:5994
4587
#: bzrlib/builtins.py:6013
3799
4588
msgid "List tags."
3802
#: bzrlib/builtins.py:5996
4591
#: bzrlib/builtins.py:6015
3804
4593
"This command shows a table of tag names and the revisions they reference."
4595
"This command shows a table of tag names and the revisions they reference."
3807
#: bzrlib/builtins.py:6002
4597
#: bzrlib/builtins.py:6021
3808
4598
msgid "Branch whose tags should be displayed."
4599
msgstr "Branch whose tags should be displayed."
3811
#: bzrlib/builtins.py:6004
4601
#: bzrlib/builtins.py:6023
3812
4602
msgid "Sort tags by different criteria."
4603
msgstr "Sort tags by different criteria."
3815
#: bzrlib/builtins.py:6004
4605
#: bzrlib/builtins.py:6023
3816
4606
msgid "Sorting"
3819
#: bzrlib/builtins.py:6073
4609
#: bzrlib/builtins.py:6092
3820
4610
msgid "Reconfigure the type of a bzr directory."
4611
msgstr "Reconfigure the type of a bzr directory."
3823
#: bzrlib/builtins.py:6075
4613
#: bzrlib/builtins.py:6094
3824
4614
msgid "A target configuration must be specified."
4615
msgstr "A target configuration must be specified."
3827
#: bzrlib/builtins.py:6077
4617
#: bzrlib/builtins.py:6096
3829
4619
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3830
4620
"The order of preference is\n"
3834
4624
"4. The parent location.\n"
3835
4625
"If none of these is available, --bind-to must be specified."
4627
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
4628
"The order of preference is\n"
4629
"1. For a lightweight checkout, the current bound location.\n"
4630
"2. For branches that used to be checkouts, the previously-bound location.\n"
4631
"3. The push location.\n"
4632
"4. The parent location.\n"
4633
"If none of these is available, --bind-to must be specified."
3838
#: bzrlib/builtins.py:6091
4635
#: bzrlib/builtins.py:6110
3839
4636
msgid "Tree type"
3842
#: bzrlib/builtins.py:6092
4639
#: bzrlib/builtins.py:6111
3843
4640
msgid "The relation between branch and tree."
4641
msgstr "The relation between branch and tree."
3846
#: bzrlib/builtins.py:6094
4643
#: bzrlib/builtins.py:6113
3847
4644
msgid "Reconfigure to be an unbound branch with no working tree."
4645
msgstr "Reconfigure to be an unbound branch with no working tree."
3850
#: bzrlib/builtins.py:6095
4647
#: bzrlib/builtins.py:6114
3851
4648
msgid "Reconfigure to be an unbound branch with a working tree."
4649
msgstr "Reconfigure to be an unbound branch with a working tree."
3854
#: bzrlib/builtins.py:6096
4651
#: bzrlib/builtins.py:6115
3855
4652
msgid "Reconfigure to be a bound branch with a working tree."
4653
msgstr "Reconfigure to be a bound branch with a working tree."
3858
#: bzrlib/builtins.py:6097
4655
#: bzrlib/builtins.py:6116
3859
4656
msgid "Reconfigure to be a lightweight checkout (with no local history)."
4657
msgstr "Reconfigure to be a lightweight checkout (with no local history)."
3862
#: bzrlib/builtins.py:6102
4659
#: bzrlib/builtins.py:6121
3863
4660
msgid "Repository type"
4661
msgstr "Repository type"
3866
#: bzrlib/builtins.py:6103
4663
#: bzrlib/builtins.py:6122
3867
4664
msgid "Location fo the repository."
4665
msgstr "Location fo the repository."
3870
#: bzrlib/builtins.py:6105
4667
#: bzrlib/builtins.py:6124
3872
4669
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
4671
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3875
#: bzrlib/builtins.py:6107
4673
#: bzrlib/builtins.py:6126
3876
4674
msgid "Reconfigure to use a shared repository."
4675
msgstr "Reconfigure to use a shared repository."
3879
#: bzrlib/builtins.py:6111
4677
#: bzrlib/builtins.py:6130
3880
4678
msgid "Trees in Repository"
4679
msgstr "Trees in Repository"
3883
#: bzrlib/builtins.py:6112
4681
#: bzrlib/builtins.py:6131
3884
4682
msgid "Whether new branches in the repository have trees."
3887
#: bzrlib/builtins.py:6114
3889
"Reconfigure repository to create working trees on branches by default."
3892
#: bzrlib/builtins.py:6116
3894
"Reconfigure repository to not create working trees on branches by default."
3897
#: bzrlib/builtins.py:6119
4683
msgstr "Whether new branches in the repository have trees."
4685
#: bzrlib/builtins.py:6133
4687
"Reconfigure repository to create working trees on branches by default."
4689
"Reconfigure repository to create working trees on branches by default."
4691
#: bzrlib/builtins.py:6135
4693
"Reconfigure repository to not create working trees on branches by default."
4695
"Reconfigure repository to not create working trees on branches by default."
4697
#: bzrlib/builtins.py:6138
3898
4698
msgid "Branch to bind checkout to."
4699
msgstr "Branch to bind checkout to."
3901
#: bzrlib/builtins.py:6121
4701
#: bzrlib/builtins.py:6140
3902
4702
msgid "Perform reconfiguration even if local changes will be lost."
4703
msgstr "Perform reconfiguration even if local changes will be lost."
3905
#: bzrlib/builtins.py:6124
4705
#: bzrlib/builtins.py:6143
3906
4706
msgid "Reconfigure a branch to be stacked on another branch."
4707
msgstr "Reconfigure a branch to be stacked on another branch."
3909
#: bzrlib/builtins.py:6128
4709
#: bzrlib/builtins.py:6147
3911
4711
"Reconfigure a branch to be unstacked. This may require copying substantial "
3912
4712
"data into it."
4714
"Reconfigure a branch to be unstacked. This may require copying substantial "
3915
#: bzrlib/builtins.py:6138
4717
#: bzrlib/builtins.py:6157
3916
4718
msgid "Can't use both --stacked-on and --unstacked"
4719
msgstr "Can't use both --stacked-on and --unstacked"
3919
#: bzrlib/builtins.py:6152
4721
#: bzrlib/builtins.py:6171
3920
4722
msgid "No target configuration specified"
4723
msgstr "No target configuration specified"
3923
#: bzrlib/builtins.py:6187
4725
#: bzrlib/builtins.py:6206
3924
4726
msgid "Set the branch of a checkout and update."
3927
#: bzrlib/builtins.py:6189
3929
"For lightweight checkouts, this changes the branch being referenced.\n"
3930
"For heavyweight checkouts, this checks that there are no local commits\n"
3931
"versus the current bound branch, then it makes the local branch a mirror\n"
3932
"of the new location and binds to it."
3935
#: bzrlib/builtins.py:6194
3937
"In both cases, the working tree is updated and uncommitted changes\n"
3938
"are merged. The user can commit or revert these as they desire."
3941
#: bzrlib/builtins.py:6197
4727
msgstr "Set the branch of a checkout and update."
4729
#: bzrlib/builtins.py:6208
4731
"For lightweight checkouts, this changes the branch being referenced.\n"
4732
"For heavyweight checkouts, this checks that there are no local commits\n"
4733
"versus the current bound branch, then it makes the local branch a mirror\n"
4734
"of the new location and binds to it."
4736
"For lightweight checkouts, this changes the branch being referenced.\n"
4737
"For heavyweight checkouts, this checks that there are no local commits\n"
4738
"versus the current bound branch, then it makes the local branch a mirror\n"
4739
"of the new location and binds to it."
4741
#: bzrlib/builtins.py:6213
4743
"In both cases, the working tree is updated and uncommitted changes\n"
4744
"are merged. The user can commit or revert these as they desire."
4746
"In both cases, the working tree is updated and uncommitted changes\n"
4747
"are merged. The user can commit or revert these as they desire."
4749
#: bzrlib/builtins.py:6216
3942
4750
msgid "Pending merges need to be committed or reverted before using switch."
3945
#: bzrlib/builtins.py:6199
3947
"The path to the branch to switch to can be specified relative to the parent\n"
3948
"directory of the current branch. For example, if you are currently in a\n"
3949
"checkout of /path/to/branch, specifying 'newbranch' will find a branch at\n"
3950
"/path/to/newbranch."
3953
#: bzrlib/builtins.py:6204
3955
"Bound branches use the nickname of its master branch unless it is set\n"
3956
"locally, in which case switching will update the local nickname to be\n"
3957
"that of the master."
3960
#: bzrlib/builtins.py:6212
4751
msgstr "Pending merges need to be committed or reverted before using switch."
4753
#: bzrlib/builtins.py:6218
4755
"The path to the branch to switch to can be specified relative to the parent\n"
4756
"directory of the current branch. For example, if you are currently in a\n"
4757
"checkout of /path/to/branch, specifying 'newbranch' will find a branch at\n"
4758
"/path/to/newbranch."
4760
"The path to the branch to switch to can be specified relative to the parent\n"
4761
"directory of the current branch. For example, if you are currently in a\n"
4762
"checkout of /path/to/branch, specifying 'newbranch' will find a branch at\n"
4763
"/path/to/newbranch."
4765
#: bzrlib/builtins.py:6223
4767
"Bound branches use the nickname of its master branch unless it is set\n"
4768
"locally, in which case switching will update the local nickname to be\n"
4769
"that of the master."
4771
"Bound branches use the nickname of its master branch unless it is set\n"
4772
"locally, in which case switching will update the local nickname to be\n"
4773
"that of the master."
4775
#: bzrlib/builtins.py:6231
3961
4776
msgid "Switch even if local commits will be lost."
4777
msgstr "Switch even if local commits will be lost."
3964
#: bzrlib/builtins.py:6215
4779
#: bzrlib/builtins.py:6234
3965
4780
msgid "Create the target branch from this one before switching to it."
4781
msgstr "Create the target branch from this one before switching to it."
3968
#: bzrlib/builtins.py:6229
4783
#: bzrlib/builtins.py:6248
3969
4784
msgid "You must supply either a revision or a location"
4785
msgstr "You must supply either a revision or a location"
3972
#: bzrlib/builtins.py:6242
4787
#: bzrlib/builtins.py:6261
3973
4788
msgid "cannot create branch without source branch"
4789
msgstr "cannot create branch without source branch"
3976
#: bzrlib/builtins.py:6262
4791
#: bzrlib/builtins.py:6286
3977
4792
msgid "Manage filtered views."
3980
#: bzrlib/builtins.py:6264
3982
"Views provide a mask over the tree so that users can focus on\n"
3983
"a subset of a tree when doing their work. After creating a view,\n"
3984
"commands that support a list of files - status, diff, commit, etc -\n"
3985
"effectively have that list of files implicitly given each time.\n"
3986
"An explicit list of files can still be given but those files\n"
3987
"must be within the current view."
3990
#: bzrlib/builtins.py:6271
3992
"In most cases, a view has a short life-span: it is created to make\n"
3993
"a selected change and is deleted once that change is committed.\n"
3994
"At other times, you may wish to create one or more named views\n"
3995
"and switch between them."
3998
#: bzrlib/builtins.py:6276
4000
"To disable the current view without deleting it, you can switch to\n"
4001
"the pseudo view called ``off``. This can be useful when you need\n"
4002
"to see the whole tree for an operation or two (e.g. merge) but\n"
4003
"want to switch back to your view after that."
4006
#: bzrlib/builtins.py:6281
4009
" To define the current view::"
4012
#: bzrlib/builtins.py:6284
4793
msgstr "Manage filtered views."
4795
#: bzrlib/builtins.py:6288
4797
"Views provide a mask over the tree so that users can focus on\n"
4798
"a subset of a tree when doing their work. After creating a view,\n"
4799
"commands that support a list of files - status, diff, commit, etc -\n"
4800
"effectively have that list of files implicitly given each time.\n"
4801
"An explicit list of files can still be given but those files\n"
4802
"must be within the current view."
4804
"Views provide a mask over the tree so that users can focus on\n"
4805
"a subset of a tree when doing their work. After creating a view,\n"
4806
"commands that support a list of files - status, diff, commit, etc -\n"
4807
"effectively have that list of files implicitly given each time.\n"
4808
"An explicit list of files can still be given but those files\n"
4809
"must be within the current view."
4811
#: bzrlib/builtins.py:6295
4813
"In most cases, a view has a short life-span: it is created to make\n"
4814
"a selected change and is deleted once that change is committed.\n"
4815
"At other times, you may wish to create one or more named views\n"
4816
"and switch between them."
4818
"In most cases, a view has a short life-span: it is created to make\n"
4819
"a selected change and is deleted once that change is committed.\n"
4820
"At other times, you may wish to create one or more named views\n"
4821
"and switch between them."
4823
#: bzrlib/builtins.py:6300
4825
"To disable the current view without deleting it, you can switch to\n"
4826
"the pseudo view called ``off``. This can be useful when you need\n"
4827
"to see the whole tree for an operation or two (e.g. merge) but\n"
4828
"want to switch back to your view after that."
4830
"To disable the current view without deleting it, you can switch to\n"
4831
"the pseudo view called ``off``. This can be useful when you need\n"
4832
"to see the whole tree for an operation or two (e.g. merge) but\n"
4833
"want to switch back to your view after that."
4835
#: bzrlib/builtins.py:6305
4838
" To define the current view::"
4841
" To define the current view::"
4843
#: bzrlib/builtins.py:6308
4013
4844
msgid " bzr view file1 dir1 ..."
4845
msgstr " bzr view file1 dir1 ..."
4016
#: bzrlib/builtins.py:6286
4847
#: bzrlib/builtins.py:6310
4017
4848
msgid " To list the current view::"
4849
msgstr " To list the current view::"
4020
#: bzrlib/builtins.py:6288
4851
#: bzrlib/builtins.py:6312
4021
4852
msgid " bzr view"
4024
#: bzrlib/builtins.py:6290
4855
#: bzrlib/builtins.py:6314
4025
4856
msgid " To delete the current view::"
4857
msgstr " To delete the current view::"
4028
#: bzrlib/builtins.py:6292
4859
#: bzrlib/builtins.py:6316
4029
4860
msgid " bzr view --delete"
4861
msgstr " bzr view --delete"
4032
#: bzrlib/builtins.py:6294
4863
#: bzrlib/builtins.py:6318
4033
4864
msgid " To disable the current view without deleting it::"
4865
msgstr " To disable the current view without deleting it::"
4036
#: bzrlib/builtins.py:6296
4867
#: bzrlib/builtins.py:6320
4037
4868
msgid " bzr view --switch off"
4869
msgstr " bzr view --switch off"
4040
#: bzrlib/builtins.py:6298
4871
#: bzrlib/builtins.py:6322
4041
4872
msgid " To define a named view and switch to it::"
4873
msgstr " To define a named view and switch to it::"
4044
#: bzrlib/builtins.py:6300
4875
#: bzrlib/builtins.py:6324
4045
4876
msgid " bzr view --name view-name file1 dir1 ..."
4877
msgstr " bzr view --name view-name file1 dir1 ..."
4048
#: bzrlib/builtins.py:6302
4879
#: bzrlib/builtins.py:6326
4049
4880
msgid " To list a named view::"
4881
msgstr " To list a named view::"
4052
#: bzrlib/builtins.py:6304
4883
#: bzrlib/builtins.py:6328
4053
4884
msgid " bzr view --name view-name"
4885
msgstr " bzr view --name view-name"
4056
#: bzrlib/builtins.py:6306
4887
#: bzrlib/builtins.py:6330
4057
4888
msgid " To delete a named view::"
4889
msgstr " To delete a named view::"
4060
#: bzrlib/builtins.py:6308
4891
#: bzrlib/builtins.py:6332
4061
4892
msgid " bzr view --name view-name --delete"
4893
msgstr " bzr view --name view-name --delete"
4064
#: bzrlib/builtins.py:6310
4895
#: bzrlib/builtins.py:6334
4065
4896
msgid " To switch to a named view::"
4897
msgstr " To switch to a named view::"
4068
#: bzrlib/builtins.py:6312
4899
#: bzrlib/builtins.py:6336
4069
4900
msgid " bzr view --switch view-name"
4901
msgstr " bzr view --switch view-name"
4072
#: bzrlib/builtins.py:6314
4903
#: bzrlib/builtins.py:6338
4073
4904
msgid " To list all views defined::"
4905
msgstr " To list all views defined::"
4076
#: bzrlib/builtins.py:6316
4907
#: bzrlib/builtins.py:6340
4077
4908
msgid " bzr view --all"
4909
msgstr " bzr view --all"
4080
#: bzrlib/builtins.py:6318
4911
#: bzrlib/builtins.py:6342
4081
4912
msgid " To delete all views::"
4913
msgstr " To delete all views::"
4084
#: bzrlib/builtins.py:6320
4915
#: bzrlib/builtins.py:6344
4085
4916
msgid " bzr view --delete --all"
4917
msgstr " bzr view --delete --all"
4088
#: bzrlib/builtins.py:6327
4919
#: bzrlib/builtins.py:6351
4089
4920
msgid "Apply list or delete action to all views."
4921
msgstr "Apply list or delete action to all views."
4092
#: bzrlib/builtins.py:6330
4923
#: bzrlib/builtins.py:6354
4093
4924
msgid "Delete the view."
4925
msgstr "Delete the view."
4096
#: bzrlib/builtins.py:6333
4927
#: bzrlib/builtins.py:6357
4097
4928
msgid "Name of the view to define, list or delete."
4929
msgstr "Name of the view to define, list or delete."
4100
#: bzrlib/builtins.py:6337
4931
#: bzrlib/builtins.py:6361
4101
4932
msgid "Name of the view to switch to."
4933
msgstr "Name of the view to switch to."
4104
#: bzrlib/builtins.py:6356
4935
#: bzrlib/builtins.py:6380
4105
4936
msgid "Both --delete and a file list specified"
4937
msgstr "Both --delete and a file list specified"
4108
#: bzrlib/builtins.py:6359
4939
#: bzrlib/builtins.py:6383
4109
4940
msgid "Both --delete and --switch specified"
4941
msgstr "Both --delete and --switch specified"
4112
#: bzrlib/builtins.py:6362
4943
#: bzrlib/builtins.py:6386
4113
4944
msgid "Deleted all views.\n"
4945
msgstr "Deleted all views.\n"
4116
#: bzrlib/builtins.py:6364
4947
#: bzrlib/builtins.py:6388
4117
4948
msgid "No current view to delete"
4949
msgstr "No current view to delete"
4120
#: bzrlib/builtins.py:6367
4951
#: bzrlib/builtins.py:6391
4121
4952
#, python-format
4122
4953
msgid "Deleted '%s' view.\n"
4954
msgstr "Deleted '%s' view.\n"
4125
#: bzrlib/builtins.py:6371
4956
#: bzrlib/builtins.py:6395
4126
4957
msgid "Both --switch and a file list specified"
4958
msgstr "Both --switch and a file list specified"
4129
#: bzrlib/builtins.py:6374
4960
#: bzrlib/builtins.py:6398
4130
4961
msgid "Both --switch and --all specified"
4962
msgstr "Both --switch and --all specified"
4133
#: bzrlib/builtins.py:6377
4964
#: bzrlib/builtins.py:6401
4134
4965
msgid "No current view to disable"
4966
msgstr "No current view to disable"
4137
#: bzrlib/builtins.py:6379
4968
#: bzrlib/builtins.py:6403
4138
4969
#, python-format
4139
4970
msgid "Disabled '%s' view.\n"
4971
msgstr "Disabled '%s' view.\n"
4142
#: bzrlib/builtins.py:6383 bzrlib/builtins.py:6405
4973
#: bzrlib/builtins.py:6407 bzrlib/builtins.py:6429
4143
4974
msgid "Using '{0}' view: {1}\n"
4975
msgstr "Using '{0}' view: {1}\n"
4146
#: bzrlib/builtins.py:6386
4977
#: bzrlib/builtins.py:6410
4147
4978
msgid "Views defined:\n"
4979
msgstr "Views defined:\n"
4150
#: bzrlib/builtins.py:6395
4981
#: bzrlib/builtins.py:6419
4151
4982
msgid "No views defined.\n"
4983
msgstr "No views defined.\n"
4154
#: bzrlib/builtins.py:6402
4985
#: bzrlib/builtins.py:6426
4155
4986
msgid "Cannot change the 'off' pseudo view"
4987
msgstr "Cannot change the 'off' pseudo view"
4158
#: bzrlib/builtins.py:6410
4989
#: bzrlib/builtins.py:6434
4159
4990
msgid "No current view.\n"
4991
msgstr "No current view.\n"
4162
#: bzrlib/builtins.py:6413
4993
#: bzrlib/builtins.py:6437
4163
4994
msgid "'{0}' view is: {1}\n"
4995
msgstr "'{0}' view is: {1}\n"
4166
#: bzrlib/builtins.py:6433
4997
#: bzrlib/builtins.py:6457
4167
4998
msgid " <no hooks installed>\n"
4999
msgstr " <no hooks installed>\n"
4170
#: bzrlib/builtins.py:6437
5001
#: bzrlib/builtins.py:6461
4171
5002
msgid "Remove a branch."
5003
msgstr "Remove a branch."
4174
#: bzrlib/builtins.py:6439
5005
#: bzrlib/builtins.py:6463
4176
5007
"This will remove the branch from the specified location but \n"
4177
5008
"will keep any working tree or repository in place."
5010
"This will remove the branch from the specified location but \n"
5011
"will keep any working tree or repository in place."
4180
#: bzrlib/builtins.py:6444
5013
#: bzrlib/builtins.py:6468
4181
5014
msgid " Remove the branch at repo/trunk::"
5015
msgstr " Remove the branch at repo/trunk::"
4184
#: bzrlib/builtins.py:6446
5017
#: bzrlib/builtins.py:6470
4185
5018
msgid " bzr remove-branch repo/trunk"
4188
#: bzrlib/builtins.py:6461
5019
msgstr " bzr remove-branch repo/trunk"
5021
#: bzrlib/builtins.py:6477
5022
msgid "Remove branch even if it is the active branch."
5023
msgstr "Remove branch even if it is the active branch."
5025
#: bzrlib/builtins.py:6491
5026
msgid "Branch is active. Use --force to remove it."
5027
msgstr "Branch is active. Use --force to remove it."
5029
#: bzrlib/builtins.py:6495
4189
5030
msgid "Plaintext diff output."
5031
msgstr "Plaintext diff output."
4192
#: bzrlib/builtins.py:6462
5033
#: bzrlib/builtins.py:6496
4193
5034
msgid "Temporarily set aside some changes from the current tree."
5035
msgstr "Temporarily set aside some changes from the current tree."
4196
#: bzrlib/builtins.py:6464
5037
#: bzrlib/builtins.py:6498
4198
5039
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4199
5040
"ie. out of the way, until a later time when you can bring them back from\n"
4971
5903
"resolved, or \"bzr resolve --all\" to mark all conflicts as resolved."
5905
"Once you have fixed a problem, use \"bzr resolve\" to automatically mark\n"
5906
"text conflicts as fixed, \"bzr resolve FILE\" to mark a specific conflict "
5908
"resolved, or \"bzr resolve --all\" to mark all conflicts as resolved."
4974
5910
#: bzrlib/conflicts.py:119
4975
5911
msgid "Resolve all conflicts in this tree."
5912
msgstr "Resolve all conflicts in this tree."
4978
5914
#: bzrlib/conflicts.py:126
4979
5915
msgid "If --all is specified, no FILE may be provided"
5916
msgstr "If --all is specified, no FILE may be provided"
4982
5918
#: bzrlib/conflicts.py:151
4983
5919
#, python-format
4984
5920
msgid "%d conflict auto-resolved."
4985
5921
msgid_plural "%d conflicts auto-resolved."
5922
msgstr[0] "%d conflict auto-resolved."
5923
msgstr[1] "%d conflicts auto-resolved."
4989
5925
#: bzrlib/conflicts.py:154
4990
5926
msgid "Remaining conflicts:"
5927
msgstr "Remaining conflicts:"
4993
5929
#: bzrlib/conflicts.py:159
4994
5930
msgid "All conflicts resolved."
5931
msgstr "All conflicts resolved."
4997
5933
#: bzrlib/conflicts.py:168
4998
5934
msgid "{0} conflict resolved, {1} remaining"
4999
5935
msgid_plural "{0} conflicts resolved, {1} remaining"
5936
msgstr[0] "{0} conflict resolved, {1} remaining"
5937
msgstr[1] "{0} conflicts resolved, {1} remaining"
5003
#: bzrlib/controldir.py:710
5939
#: bzrlib/controldir.py:712
5004
5940
msgid "{0} is{1} redirected to {2}"
5941
msgstr "{0} is{1} redirected to {2}"
5007
5943
#: bzrlib/diff.py:399
5008
5944
#, python-format
5009
5945
msgid "*** Ignoring files outside view. View is %s"
5946
msgstr "*** Ignoring files outside view. View is %s"
5012
5948
#: bzrlib/errors.py:157
5013
5949
msgid "The tree builder is already building a tree."
5950
msgstr "The tree builder is already building a tree."
5016
5952
#: bzrlib/errors.py:178
5017
5953
msgid "The dirstate file (%(state)s) appears to be corrupt: %(msg)s"
5954
msgstr "The dirstate file (%(state)s) appears to be corrupt: %(msg)s"
5020
5956
#: bzrlib/errors.py:197
5022
5958
"The API for \"%(api)s\" is not compatible with \"%(wanted)s\". It supports "
5023
5959
"versions \"%(minimum)s\" to \"%(current)s\"."
5961
"The API for \"%(api)s\" is not compatible with \"%(wanted)s\". It supports "
5962
"versions \"%(minimum)s\" to \"%(current)s\"."
5026
5964
#: bzrlib/errors.py:209
5027
5965
msgid "The transport '%(transport)s' is only accessible within this process."
5967
"The transport '%(transport)s' is only accessible within this process."
5030
5969
#: bzrlib/errors.py:227
5031
5970
msgid "Invalid revision number %(revno)s"
5971
msgstr "Invalid revision number %(revno)s"
5034
5973
#: bzrlib/errors.py:236
5035
5974
msgid "Invalid revision-id {%(revision_id)s} in %(branch)s"
5975
msgstr "Invalid revision-id {%(revision_id)s} in %(branch)s"
5038
5977
#: bzrlib/errors.py:247
5039
5978
msgid "Reserved revision-id {%(revision_id)s}"
5979
msgstr "Reserved revision-id {%(revision_id)s}"
5042
5981
#: bzrlib/errors.py:261
5043
5982
msgid "There is no public branch set for \"%(branch_url)s\"."
5983
msgstr "There is no public branch set for \"%(branch_url)s\"."
5046
5985
#: bzrlib/errors.py:271
5048
5987
"No help could be found for '%(topic)s'. Please use 'bzr help topics' to "
5049
5988
"obtain a list of topics."
5990
"No help could be found for '%(topic)s'. Please use 'bzr help topics' to "
5991
"obtain a list of topics."
5052
5993
#: bzrlib/errors.py:280
5053
5994
msgid "The file id \"%(file_id)s\" is not present in the tree %(tree)s."
5995
msgstr "The file id \"%(file_id)s\" is not present in the tree %(tree)s."
5056
5997
#: bzrlib/errors.py:290
5058
5999
"The file id \"%(file_id)s\" is not present in the repository %(repository)r"
6001
"The file id \"%(file_id)s\" is not present in the repository %(repository)r"
5061
6003
#: bzrlib/errors.py:299
5062
6004
msgid "The branch '%(branch)s' is not stacked."
6005
msgstr "The branch '%(branch)s' is not stacked."
5065
6007
#: bzrlib/errors.py:313
5066
6008
msgid "No WorkingTree exists for \"%(base)s\"."
6009
msgstr "No WorkingTree exists for \"%(base)s\"."
5069
6011
#: bzrlib/errors.py:322
5070
6012
msgid "Not currently building a tree."
6013
msgstr "Not currently building a tree."
5073
6015
#: bzrlib/errors.py:327
5074
6016
msgid "%(url)s is not a local path."
6017
msgstr "%(url)s is not a local path."
5077
6019
#: bzrlib/errors.py:355
5078
6020
msgid "%(not_locked)r is not write locked but needs to be."
6021
msgstr "%(not_locked)r is not write locked but needs to be."
5081
6023
#: bzrlib/errors.py:363
5082
6024
msgid "Error in command line options"
6025
msgstr "Error in command line options"
5085
6027
#: bzrlib/errors.py:368
5086
6028
msgid "%(value)s is not an index of type %(_type)s."
6029
msgstr "%(value)s is not an index of type %(_type)s."
5089
6031
#: bzrlib/errors.py:378
5090
6032
msgid "Error in data for index %(value)s."
6033
msgstr "Error in data for index %(value)s."
5093
6035
#: bzrlib/errors.py:387
5094
6036
msgid "The key '%(key)s' is already in index '%(index)s'."
6037
msgstr "The key '%(key)s' is already in index '%(index)s'."
5097
6039
#: bzrlib/errors.py:397
5098
6040
msgid "The key '%(key)s' is not a valid key."
6041
msgstr "The key '%(key)s' is not a valid key."
5101
6043
#: bzrlib/errors.py:406
5102
6044
msgid "Could not parse options for index %(value)s."
6045
msgstr "Could not parse options for index %(value)s."
5105
6047
#: bzrlib/errors.py:415
5106
6048
msgid "The value '%(value)s' is not a valid value."
6049
msgstr "The value '%(value)s' is not a valid value."
5109
6051
#: bzrlib/errors.py:424
5110
6052
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
6053
msgstr "Bad value \"%(value)s\" for option \"%(name)s\"."
5113
6055
#: bzrlib/errors.py:443
5114
6056
msgid "Generic path error: %(path)r%(extra)s)"
6057
msgstr "Generic path error: %(path)r%(extra)s)"
5117
6059
#: bzrlib/errors.py:456
5118
6060
msgid "No such file: %(path)r%(extra)s"
6061
msgstr "No such file: %(path)r%(extra)s"
5121
6063
#: bzrlib/errors.py:461
5122
6064
msgid "File exists: %(path)r%(extra)s"
6065
msgstr "File exists: %(path)r%(extra)s"
5125
6067
#: bzrlib/errors.py:467
5127
6069
"Could not rename %(source)s => %(dest)s because both files exist. (Use --"
5128
6070
"after to tell bzr about a rename that has already happened)%(extra)s"
6072
"Could not rename %(source)s => %(dest)s because both files exist. (Use --"
6073
"after to tell bzr about a rename that has already happened)%(extra)s"
5131
6075
#: bzrlib/errors.py:483
5132
6076
msgid "\"%(path)s\" is not a directory %(extra)s"
6077
msgstr "\"%(path)s\" is not a directory %(extra)s"
5135
6079
#: bzrlib/errors.py:488
5136
6080
msgid "\"%(path)s\" is not in the working directory %(extra)s"
6081
msgstr "\"%(path)s\" is not in the working directory %(extra)s"
5139
6083
#: bzrlib/errors.py:493
5140
6084
msgid "Directory not empty: \"%(path)s\"%(extra)s"
6085
msgstr "Directory not empty: \"%(path)s\"%(extra)s"
5143
6087
#: bzrlib/errors.py:498
5144
6088
msgid "Hard-linking \"%(path)s\" is not supported"
6089
msgstr "Hard-linking \"%(path)s\" is not supported"
5147
6091
#: bzrlib/errors.py:513
5148
6092
msgid "Device or resource busy: \"%(path)s\"%(extra)s"
6093
msgstr "Device or resource busy: \"%(path)s\"%(extra)s"
5151
6095
#: bzrlib/errors.py:518
5152
6096
msgid "Permission denied: \"%(path)s\"%(extra)s"
6097
msgstr "Permission denied: \"%(path)s\"%(extra)s"
5155
6099
#: bzrlib/errors.py:523
5156
6100
msgid "Invalid url supplied to transport: \"%(path)s\"%(extra)s"
6101
msgstr "Invalid url supplied to transport: \"%(path)s\"%(extra)s"
5159
6103
#: bzrlib/errors.py:528
5160
6104
msgid "Invalid URL join request: %(reason)s: %(base)r + %(join_args)r"
6105
msgstr "Invalid URL join request: %(reason)s: %(base)r + %(join_args)r"
5163
6107
#: bzrlib/errors.py:539
5164
6108
msgid "URLs differ by more than path: %(from_)r and %(to)r"
6109
msgstr "URLs differ by more than path: %(from_)r and %(to)r"
5167
6111
#: bzrlib/errors.py:561
5168
6112
msgid "The %(type)s hook '%(hook)s' is unknown in this version of bzrlib."
6113
msgstr "The %(type)s hook '%(hook)s' is unknown in this version of bzrlib."
5171
6115
#: bzrlib/errors.py:571
5172
6116
msgid "Unsupported protocol for url \"%(path)s\"%(extra)s"
6117
msgstr "Unsupported protocol for url \"%(path)s\"%(extra)s"
5175
6119
#: bzrlib/errors.py:579
5177
6121
"The branch '%(url)s'(%(format)s) is not a stackable format. You will need to "
5178
6122
"upgrade the branch to permit branch stacking."
6124
"The branch '%(url)s'(%(format)s) is not a stackable format. You will need to "
6125
"upgrade the branch to permit branch stacking."
5181
6127
#: bzrlib/errors.py:590
5182
6128
msgid "The branch '%(branch_url)s' cannot be stacked on '%(target_url)s'."
6129
msgstr "The branch '%(branch_url)s' cannot be stacked on '%(target_url)s'."
5185
6131
#: bzrlib/errors.py:600
5187
6133
"The repository '%(url)s'(%(format)s) is not a stackable format. You will "
5188
6134
"need to upgrade the repository to permit branch stacking."
6136
"The repository '%(url)s'(%(format)s) is not a stackable format. You will "
6137
"need to upgrade the repository to permit branch stacking."
5191
6139
#: bzrlib/errors.py:611
5192
6140
msgid "Error reading from %(path)r."
6141
msgstr "Error reading from %(path)r."
5195
6143
#: bzrlib/errors.py:630
5196
6144
msgid "Path \"%(path)s\" is not a child of path \"%(base)s\"%(extra)s"
6145
msgstr "Path \"%(path)s\" is not a child of path \"%(base)s\"%(extra)s"
5199
6147
#: bzrlib/errors.py:646
5200
6148
msgid "Path \"%(path)s\" is not unicode normalized"
6149
msgstr "Path \"%(path)s\" is not unicode normalised"
5203
6151
#: bzrlib/errors.py:654
5204
6152
msgid "Not a branch: \"%(path)s\"%(detail)s."
6153
msgstr "Not a branch: \"%(path)s\"%(detail)s."
5207
6155
#: bzrlib/errors.py:696
5208
6156
msgid "No submit branch available for branch \"%(path)s\""
6157
msgstr "No submit branch available for branch \"%(path)s\""
5211
6159
#: bzrlib/errors.py:705
5212
6160
msgid "A control directory already exists: \"%(path)s\"."
6161
msgstr "A control directory already exists: \"%(path)s\"."
5215
6163
#: bzrlib/errors.py:710
5216
6164
msgid "Already a branch: \"%(path)s\"."
6165
msgstr "Already a branch: \"%(path)s\"."
5219
6167
#: bzrlib/errors.py:715
6168
msgid "Invalid branch name: %(name)s"
6169
msgstr "Invalid branch name: %(name)s"
6171
#: bzrlib/errors.py:724
5220
6172
msgid "Parent branch already exists: \"%(path)s\"."
5223
#: bzrlib/errors.py:721
5225
"Directory contains a branch, but no working tree (use bzr checkout if you "
5226
"wish to build a working tree): \"%(path)s\""
5229
#: bzrlib/errors.py:726
5231
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
5234
#: bzrlib/errors.py:736
5236
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
5239
#: bzrlib/errors.py:746
6173
msgstr "Parent branch already exists: \"%(path)s\"."
6175
#: bzrlib/errors.py:730
6177
"Directory contains a branch, but no working tree (use bzr checkout if you "
6178
"wish to build a working tree): \"%(path)s\""
6180
"Directory contains a branch, but no working tree (use bzr checkout if you "
6181
"wish to build a working tree): \"%(path)s\""
6183
#: bzrlib/errors.py:735
6185
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
6187
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
6189
#: bzrlib/errors.py:745
6191
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
6193
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
6195
#: bzrlib/errors.py:755
5240
6196
msgid "No repository present: \"%(path)s\""
6197
msgstr "No repository present: \"%(path)s\""
5243
#: bzrlib/errors.py:753
6199
#: bzrlib/errors.py:762
5245
6201
"Unsupported branch format: %(format)s\n"
5246
6202
"Please run 'bzr upgrade'"
6204
"Unsupported branch format: %(format)s\n"
6205
"Please run 'bzr upgrade'"
5249
#: bzrlib/errors.py:759
6207
#: bzrlib/errors.py:768
5250
6208
msgid "Unknown %(kind)s format: %(format)r"
6209
msgstr "Unknown %(kind)s format: %(format)r"
5253
#: bzrlib/errors.py:768
6211
#: bzrlib/errors.py:777
5254
6212
msgid "Format %(format)s is not compatible with .bzr version %(bzrdir)s."
6213
msgstr "Format %(format)s is not compatible with .bzr version %(bzrdir)s."
5257
#: bzrlib/errors.py:778
6215
#: bzrlib/errors.py:787
5258
6216
msgid "Parse error on line %(lineno)d of %(format)s format: %(line)s"
5259
6217
msgstr "Parse error on line %(lineno)d of %(format)s format: %(line)s"
5261
#: bzrlib/errors.py:793
6219
#: bzrlib/errors.py:802
5264
6222
"is not compatible with\n"
6227
"is not compatible with\n"
5269
#: bzrlib/errors.py:809
6231
#: bzrlib/errors.py:818
5270
6232
msgid "Revision is not compatible with %(repo_format)s"
6233
msgstr "Revision is not compatible with %(repo_format)s"
5273
#: bzrlib/errors.py:819
6235
#: bzrlib/errors.py:828
5274
6236
msgid "%(context_info)s%(path)s is already versioned."
6237
msgstr "%(context_info)s%(path)s is already versioned."
5277
#: bzrlib/errors.py:840
6239
#: bzrlib/errors.py:849
5278
6240
msgid "%(context_info)s%(path)s is not versioned."
6241
msgstr "%(context_info)s%(path)s is not versioned."
5281
#: bzrlib/errors.py:861
6243
#: bzrlib/errors.py:870
5282
6244
msgid "Path(s) are not versioned: %(paths_as_string)s"
6245
msgstr "Path(s) are not versioned: %(paths_as_string)s"
5285
#: bzrlib/errors.py:872
6247
#: bzrlib/errors.py:881
5286
6248
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
6249
msgstr "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5289
#: bzrlib/errors.py:891
6251
#: bzrlib/errors.py:900
5290
6252
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
6253
msgstr "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5293
#: bzrlib/errors.py:899
6255
#: bzrlib/errors.py:908
5295
6257
"Filename %(filename)r is not valid in your current filesystem encoding "
5296
6258
"%(fs_encoding)s"
6260
"Filename %(filename)r is not valid in your current filesystem encoding "
5299
#: bzrlib/errors.py:910
6263
#: bzrlib/errors.py:919
5300
6264
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
6265
msgstr "Cannot operate on \"%(filename)s\" because it is a control file"
5303
#: bzrlib/errors.py:928
6267
#: bzrlib/errors.py:937
5304
6268
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
6269
msgstr "The lock for '%(lock_description)s' is in use and cannot be broken."
5307
#: bzrlib/errors.py:967
6271
#: bzrlib/errors.py:976
5308
6272
msgid "Cannot lock %(lock)s: %(why)s"
6273
msgstr "Cannot lock %(lock)s: %(why)s"
5311
#: bzrlib/errors.py:977
6275
#: bzrlib/errors.py:986
5313
6277
"A transaction related operation was attempted after the transaction finished."
6279
"A transaction related operation was attempted after the transaction finished."
5316
#: bzrlib/errors.py:1004
6281
#: bzrlib/errors.py:1013
5317
6282
msgid "Cannot lock: transport is read only: %(transport)s"
6283
msgstr "Cannot lock: transport is read only: %(transport)s"
5320
#: bzrlib/errors.py:1012
6285
#: bzrlib/errors.py:1021
5321
6286
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5324
#: bzrlib/errors.py:1023
5326
"Lock was broken while still open: %(lock)s - check storage consistency!"
5329
#: bzrlib/errors.py:1034
5331
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5332
"%(holder)r, wanted to break %(target)r"
5335
#: bzrlib/errors.py:1046
5337
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5338
"Use 'bzr break-lock' to clear it"
5341
#: bzrlib/errors.py:1059
6287
msgstr "Could not acquire lock \"%(lock)s\": %(msg)s"
6289
#: bzrlib/errors.py:1032
6291
"Lock was broken while still open: %(lock)s - check storage consistency!"
6293
"Lock was broken while still open: %(lock)s - check storage consistency!"
6295
#: bzrlib/errors.py:1043
6297
"Lock was released and re-acquired before being broken: %(lock)s: held by "
6298
"%(holder)r, wanted to break %(target)r"
6300
"Lock was released and re-acquired before being broken: %(lock)s: held by "
6301
"%(holder)r, wanted to break %(target)r"
6303
#: bzrlib/errors.py:1055
6305
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
6306
"Use 'bzr break-lock' to clear it"
6308
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
6309
"Use 'bzr break-lock' to clear it"
6311
#: bzrlib/errors.py:1068
5342
6312
msgid "Lock not held: %(lock)s"
6313
msgstr "Lock not held: %(lock)s"
5345
#: bzrlib/errors.py:1088
6315
#: bzrlib/errors.py:1097
5346
6316
msgid "No changes to commit"
5349
#: bzrlib/errors.py:1093
5351
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5354
#: bzrlib/errors.py:1103
5356
"Excluding paths during commit is not supported by repository at "
6317
msgstr "No changes to commit"
6319
#: bzrlib/errors.py:1102
6321
"Selected-file commit of merges is not supported yet: files %(files_str)s"
6323
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5360
6325
#: bzrlib/errors.py:1112
5362
"The specified commit message contains characters unsupported by the current "
5366
#: bzrlib/errors.py:1118
6327
"Excluding paths during commit is not supported by repository at "
6330
"Excluding paths during commit is not supported by repository at "
6333
#: bzrlib/errors.py:1121
6335
"The specified commit message contains characters unsupported by the current "
6338
"The specified commit message contains characters unsupported by the current "
6341
#: bzrlib/errors.py:1127
5367
6342
msgid "Upgrade URL cannot work with readonly URLs."
6343
msgstr "Upgrade URL cannot work with readonly URLs."
5370
#: bzrlib/errors.py:1123
6345
#: bzrlib/errors.py:1132
5371
6346
msgid "The branch format %(format)s is already at the most recent format."
6347
msgstr "The branch format %(format)s is already at the most recent format."
5374
#: bzrlib/errors.py:1146
6349
#: bzrlib/errors.py:1155
5375
6350
msgid "Option --change does not accept revision ranges"
6351
msgstr "Option --change does not accept revision ranges"
5378
#: bzrlib/errors.py:1151
6353
#: bzrlib/errors.py:1160
5379
6354
msgid "No namespace registered for string: %(spec)r"
5382
#: bzrlib/errors.py:1170
5384
"Requested revision: '%(spec)s' does not exist in branch: "
5385
"%(branch_url)s%(extra)s"
5388
#: bzrlib/errors.py:1184
5390
"Operation denied because it would change the main history, which is not "
5391
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5394
#: bzrlib/errors.py:1195
5396
"These branches have diverged. Use the missing command to see how.\n"
5397
"Use the merge command to reconcile them."
5400
#: bzrlib/errors.py:1215
5402
"Branches have no common ancestor, and no merge base revision was specified."
5405
#: bzrlib/errors.py:1221
5407
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5410
#: bzrlib/errors.py:1227
6355
msgstr "No namespace registered for string: %(spec)r"
6357
#: bzrlib/errors.py:1179
6359
"Requested revision: '%(spec)s' does not exist in branch: "
6360
"%(branch_url)s%(extra)s"
6362
"Requested revision: '%(spec)s' does not exist in branch: "
6363
"%(branch_url)s%(extra)s"
6365
#: bzrlib/errors.py:1193
6367
"Operation denied because it would change the main history, which is not "
6368
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
6370
"Operation denied because it would change the main history, which is not "
6371
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
6373
#: bzrlib/errors.py:1204
6375
"These branches have diverged. Use the missing command to see how.\n"
6376
"Use the merge command to reconcile them."
6378
"These branches have diverged. Use the missing command to see how.\n"
6379
"Use the merge command to reconcile them."
6381
#: bzrlib/errors.py:1224
6383
"Branches have no common ancestor, and no merge base revision was specified."
6385
"Branches have no common ancestor, and no merge base revision was specified."
6387
#: bzrlib/errors.py:1230
6389
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
6391
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
6393
#: bzrlib/errors.py:1236
5411
6394
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5414
#: bzrlib/errors.py:1236
5416
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
6395
msgstr "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5419
6397
#: bzrlib/errors.py:1245
6399
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
6401
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
6403
#: bzrlib/errors.py:1254
5420
6404
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
6405
msgstr "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5423
#: bzrlib/errors.py:1254
6407
#: bzrlib/errors.py:1263
5424
6408
msgid "Branch %(branch)s has no commits."
5427
#: bzrlib/errors.py:1272
5429
"Bound branch %(branch)s is out of date with master branch "
5430
"%(master)s.%(extra_help)s"
5433
#: bzrlib/errors.py:1284
5435
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5436
"bound to %(remote)s."
5439
#: bzrlib/errors.py:1296
6409
msgstr "Branch %(branch)s has no commits."
6411
#: bzrlib/errors.py:1281
6413
"Bound branch %(branch)s is out of date with master branch "
6414
"%(master)s.%(extra_help)s"
6416
"Bound branch %(branch)s is out of date with master branch "
6417
"%(master)s.%(extra_help)s"
6419
#: bzrlib/errors.py:1293
6421
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
6422
"bound to %(remote)s."
6424
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
6425
"bound to %(remote)s."
6427
#: bzrlib/errors.py:1305
5440
6428
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
6429
msgstr "Cannot pull --overwrite to a branch which is bound %(branch)s"
5443
#: bzrlib/errors.py:1305
6431
#: bzrlib/errors.py:1314
5445
6433
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
6436
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5449
#: bzrlib/errors.py:1317
6439
#: bzrlib/errors.py:1326
5450
6440
msgid "Error in processing weave: %(msg)s"
6441
msgstr "Error in processing weave: %(msg)s"
5453
#: bzrlib/errors.py:1326
6443
#: bzrlib/errors.py:1335
5454
6444
msgid "Revision {%(revision_id)s} already present in %(weave)s"
6445
msgstr "Revision {%(revision_id)s} already present in %(weave)s"
5457
#: bzrlib/errors.py:1337
6447
#: bzrlib/errors.py:1346
5458
6448
msgid "Revision {%(revision_id)s} not present in %(weave)s"
6449
msgstr "Revision {%(revision_id)s} not present in %(weave)s"
5461
#: bzrlib/errors.py:1347
6451
#: bzrlib/errors.py:1356
5462
6452
msgid "Weave invariant violated: %(what)s"
6453
msgstr "Weave invariant violated: %(what)s"
5465
#: bzrlib/errors.py:1356
6455
#: bzrlib/errors.py:1365
5466
6456
msgid "Parents are mismatched between two revisions. %(msg)s"
6457
msgstr "Parents are mismatched between two revisions. %(msg)s"
5469
#: bzrlib/errors.py:1378
6459
#: bzrlib/errors.py:1387
5471
6461
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
6464
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5475
#: bzrlib/errors.py:1390
6467
#: bzrlib/errors.py:1399
5476
6468
msgid "Versioned file error"
6469
msgstr "Versioned file error"
5479
#: bzrlib/errors.py:1395
6471
#: bzrlib/errors.py:1404
5480
6472
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
6473
msgstr "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5483
#: bzrlib/errors.py:1405
6475
#: bzrlib/errors.py:1414
5484
6476
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
6477
msgstr "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5487
#: bzrlib/errors.py:1415
6479
#: bzrlib/errors.py:1424
5488
6480
msgid "Text did not match its checksum: %(msg)s"
6481
msgstr "Text did not match its checksum: %(msg)s"
5491
#: bzrlib/errors.py:1541
6483
#: bzrlib/errors.py:1550
5492
6484
msgid "Export format %(format)r not supported"
6485
msgstr "Export format %(format)r not supported"
5495
#: bzrlib/errors.py:1550
6487
#: bzrlib/errors.py:1559
5496
6488
msgid "Transport error: %(msg)s %(orig_error)s"
6489
msgstr "Transport error: %(msg)s %(orig_error)s"
5499
#: bzrlib/errors.py:1576
6491
#: bzrlib/errors.py:1585
5500
6492
msgid "Generic bzr smart protocol error: %(details)s"
6493
msgstr "Generic bzr smart protocol error: %(details)s"
5503
#: bzrlib/errors.py:1584
6495
#: bzrlib/errors.py:1593
5504
6496
msgid "Received bad protocol version marker: %(marker)r"
6497
msgstr "Received bad protocol version marker: %(marker)r"
5507
#: bzrlib/errors.py:1616
6499
#: bzrlib/errors.py:1625
5508
6500
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
6501
msgstr "Transport operation not possible: %(msg)s %(orig_error)s"
5511
#: bzrlib/errors.py:1621
6503
#: bzrlib/errors.py:1630
5512
6504
msgid "Connection error: %(msg)s %(orig_error)s"
6505
msgstr "Connection error: %(msg)s %(orig_error)s"
5515
#: bzrlib/errors.py:1626
6507
#: bzrlib/errors.py:1635
5516
6508
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
6509
msgstr "%(msg)s %(host)s%(port)s%(orig_error)s"
5519
#: bzrlib/errors.py:1647
6511
#: bzrlib/errors.py:1656
5520
6512
msgid "Connection closed: %(msg)s %(orig_error)s"
6513
msgstr "Connection closed: %(msg)s %(orig_error)s"
5523
#: bzrlib/errors.py:1652
6515
#: bzrlib/errors.py:1661
5524
6516
msgid "Connection Timeout: %(msg)s%(orig_error)s"
6517
msgstr "Connection Timeout: %(msg)s%(orig_error)s"
5527
#: bzrlib/errors.py:1657
6519
#: bzrlib/errors.py:1666
5528
6520
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
6521
msgstr "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5531
#: bzrlib/errors.py:1667
6523
#: bzrlib/errors.py:1676
5532
6524
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
6525
msgstr "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5535
#: bzrlib/errors.py:1682
6527
#: bzrlib/errors.py:1691
5536
6528
msgid "Certificate error: %(error)s"
6529
msgstr "Certificate error: %(error)s"
5539
#: bzrlib/errors.py:1690
6531
#: bzrlib/errors.py:1699
5540
6532
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
6533
msgstr "Invalid http range %(range)r for %(path)s: %(msg)s"
5543
#: bzrlib/errors.py:1704
6535
#: bzrlib/errors.py:1713
5544
6536
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
6537
msgstr "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5547
#: bzrlib/errors.py:1712
6539
#: bzrlib/errors.py:1721
5548
6540
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
6541
msgstr "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5551
#: bzrlib/errors.py:1721
6543
#: bzrlib/errors.py:1730
5552
6544
msgid "%(source)s is%(permanently)s redirected to %(target)s"
6545
msgstr "%(source)s is%(permanently)s redirected to %(target)s"
5555
#: bzrlib/errors.py:1735
6547
#: bzrlib/errors.py:1744
5556
6548
msgid "Too many redirections"
6549
msgstr "Too many redirections"
5559
#: bzrlib/errors.py:1740
6551
#: bzrlib/errors.py:1749
5560
6552
msgid "Working tree has conflicts."
6553
msgstr "Working tree has conflicts."
5563
#: bzrlib/errors.py:1744
6555
#: bzrlib/errors.py:1753
5564
6556
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5567
#: bzrlib/errors.py:1753
5569
"Error(s) parsing config file %(filename)s:\n"
5573
#: bzrlib/errors.py:1763
5575
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5576
"See ``bzr help %(name)s``"
5579
#: bzrlib/errors.py:1773
6557
msgstr "Config file %(filename)s is not UTF-8 encoded\n"
6559
#: bzrlib/errors.py:1762
6561
"Error(s) parsing config file %(filename)s:\n"
6564
"Error(s) parsing config file %(filename)s:\n"
6567
#: bzrlib/errors.py:1772
6569
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
6570
"See ``bzr help %(name)s``"
6572
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
6573
"See ``bzr help %(name)s``"
6575
#: bzrlib/errors.py:1782
5580
6576
msgid "%(username)r does not seem to contain a reasonable email address"
6577
msgstr "%(username)r does not seem to contain a reasonable email address"
5583
#: bzrlib/errors.py:1782
6579
#: bzrlib/errors.py:1791
5584
6580
msgid "Failed to GPG sign data with command \"%(command_line)s\""
6581
msgstr "Failed to GPG sign data with command \"%(command_line)s\""
5587
#: bzrlib/errors.py:1790
6583
#: bzrlib/errors.py:1799
5588
6584
msgid "Failed to verify GPG signature data with error \"%(error)s\""
6585
msgstr "Failed to verify GPG signature data with error \"%(error)s\""
5591
#: bzrlib/errors.py:1798
6587
#: bzrlib/errors.py:1807
5592
6588
msgid "Unable to import library \"%(library)s\": %(error)s"
6589
msgstr "Unable to import library \"%(library)s\": %(error)s"
5595
#: bzrlib/errors.py:1806
6591
#: bzrlib/errors.py:1815
5596
6592
msgid "python-gpgme is not installed, it is needed to verify signatures"
5599
#: bzrlib/errors.py:1814
5601
"The working tree for %(basedir)s has changed since the last commit, but "
5602
"weave merge requires that it be unchanged"
5605
#: bzrlib/errors.py:1824
5607
"Can't reprocess and show base, because reprocessing obscures the "
5608
"relationship of conflicting lines to the base"
5611
#: bzrlib/errors.py:1830
6593
msgstr "python-gpgme is not installed, it is needed to verify signatures"
6595
#: bzrlib/errors.py:1823
6597
"The working tree for %(basedir)s has changed since the last commit, but "
6598
"weave merge requires that it be unchanged"
6600
"The working tree for %(basedir)s has changed since the last commit, but "
6601
"weave merge requires that it be unchanged"
6603
#: bzrlib/errors.py:1833
6605
"Can't reprocess and show base, because reprocessing obscures the "
6606
"relationship of conflicting lines to the base"
6608
"Can't reprocess and show base, because reprocessing obscures the "
6609
"relationship of conflicting lines to the base"
6611
#: bzrlib/errors.py:1839
5612
6612
msgid "Cycle in graph %(graph)r"
6613
msgstr "Cycle in graph %(graph)r"
5615
#: bzrlib/errors.py:1858
6615
#: bzrlib/errors.py:1867
5616
6616
msgid "File %(filename)s is not conflicted."
6617
msgstr "File %(filename)s is not conflicted."
5619
#: bzrlib/errors.py:1880
6619
#: bzrlib/errors.py:1889
5620
6620
msgid "No bundle was found in \"%(filename)s\"."
6621
msgstr "No bundle was found in \"%(filename)s\"."
5623
#: bzrlib/errors.py:1889
6623
#: bzrlib/errors.py:1898
5624
6624
msgid "Unable to handle bundle version %(version)s: %(msg)s"
6625
msgstr "Unable to handle bundle version %(version)s: %(msg)s"
5627
#: bzrlib/errors.py:1899
6627
#: bzrlib/errors.py:1908
5628
6628
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
6629
msgstr "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5631
#: bzrlib/errors.py:1912
6631
#: bzrlib/errors.py:1921
5632
6632
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
6633
msgstr "File id {%(file_id)s} already exists in inventory as %(entry)s"
5635
#: bzrlib/errors.py:1922
6635
#: bzrlib/errors.py:1931
5636
6636
msgid "Key %(key)s is already present in map"
6637
msgstr "Key %(key)s is already present in map"
5639
#: bzrlib/errors.py:1927
6639
#: bzrlib/errors.py:1936
5640
6640
msgid "The prefix %(prefix)s is in the help search path twice."
6641
msgstr "The prefix %(prefix)s is in the help search path twice."
5643
#: bzrlib/errors.py:1937
6643
#: bzrlib/errors.py:1946
5645
6645
"No final name for trans_id %(trans_id)r\n"
5646
6646
"file-id: %(file_id)r\n"
5647
6647
"root trans-id: %(root_trans_id)r\n"
6649
"No final name for trans_id %(trans_id)r\n"
6650
"file-id: %(file_id)r\n"
6651
"root trans-id: %(root_trans_id)r\n"
5650
#: bzrlib/errors.py:1969
6653
#: bzrlib/errors.py:1978
5651
6654
msgid "Attempt to reuse a transform that has already been applied."
6655
msgstr "Attempt to reuse a transform that has already been applied."
5654
#: bzrlib/errors.py:1974
6657
#: bzrlib/errors.py:1983
5655
6658
msgid "Moving the root directory is not supported at this time"
6659
msgstr "Moving the root directory is not supported at this time"
5658
#: bzrlib/errors.py:1979
6661
#: bzrlib/errors.py:1988
5659
6662
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5662
#: bzrlib/errors.py:1990
5664
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5667
#: bzrlib/errors.py:2026
5669
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5672
#: bzrlib/errors.py:2056
6663
msgstr "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
6665
#: bzrlib/errors.py:1999
6667
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6669
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6671
#: bzrlib/errors.py:2035
6673
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6675
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6677
#: bzrlib/errors.py:2065
5673
6678
msgid "Unable to import paramiko (required for sftp support): %(error)s"
6679
msgstr "Unable to import paramiko (required for sftp support): %(error)s"
5676
#: bzrlib/errors.py:2064
6681
#: bzrlib/errors.py:2073
5677
6682
msgid "Nothing to merge."
6683
msgstr "Nothing to merge."
5680
#: bzrlib/errors.py:2069
6685
#: bzrlib/errors.py:2078
5681
6686
msgid "Format %(format)s cannot be initialised by this version of bzr."
6687
msgstr "Format %(format)s cannot be initialised by this version of bzr."
5684
#: bzrlib/errors.py:2078
6689
#: bzrlib/errors.py:2087
5686
6691
"Cannot convert from format %(from_format)s to format %(format)s. "
6694
"Cannot convert from format %(from_format)s to format %(format)s. "
5690
#: bzrlib/errors.py:2090
6697
#: bzrlib/errors.py:2099
5691
6698
msgid "Could not find an appropriate Differ for file \"%(path)s\""
6699
msgstr "Could not find an appropriate Differ for file \"%(path)s\""
5694
#: bzrlib/errors.py:2098
6701
#: bzrlib/errors.py:2107
5695
6702
msgid "%(exe_name)s could not be found on this machine"
6703
msgstr "%(exe_name)s could not be found on this machine"
5698
#: bzrlib/errors.py:2106
6705
#: bzrlib/errors.py:2115
5699
6706
msgid "Diff is not installed on this machine: %(msg)s"
6707
msgstr "Diff is not installed on this machine: %(msg)s"
5702
#: bzrlib/errors.py:2114
6709
#: bzrlib/errors.py:2123
5703
6710
msgid "Diff3 is not installed on this machine."
6711
msgstr "Diff3 is not installed on this machine."
5706
#: bzrlib/errors.py:2120
6713
#: bzrlib/errors.py:2129
5707
6714
msgid "The content being inserted is already present."
5710
#: bzrlib/errors.py:2125
5712
"This tree contains left-over files from a failed operation.\n"
5713
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5715
" keep, and delete it when you are done."
5718
#: bzrlib/errors.py:2136
5720
"This tree contains left-over files from a failed operation.\n"
5721
" Please examine %(pending_deletion)s to see if it contains any files you\n"
5722
" wish to keep, and delete it when you are done."
5725
#: bzrlib/errors.py:2146
5727
"Unable to delete transform temporary directory %(limbo_dir)s.\n"
5728
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5730
" keep, and delete it when you are done."
5733
#: bzrlib/errors.py:2157
5735
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
5736
"examine %(pending_deletion)s to see if it contains any files you wish to "
5737
"keep, and delete it when you are done."
5740
#: bzrlib/errors.py:2167
6715
msgstr "The content being inserted is already present."
6717
#: bzrlib/errors.py:2134
6719
"This tree contains left-over files from a failed operation.\n"
6720
" Please examine %(limbo_dir)s to see if it contains any files you wish "
6722
" keep, and delete it when you are done."
6724
"This tree contains left-over files from a failed operation.\n"
6725
" Please examine %(limbo_dir)s to see if it contains any files you wish "
6727
" keep, and delete it when you are done."
6729
#: bzrlib/errors.py:2145
6731
"This tree contains left-over files from a failed operation.\n"
6732
" Please examine %(pending_deletion)s to see if it contains any files you\n"
6733
" wish to keep, and delete it when you are done."
6735
"This tree contains left-over files from a failed operation.\n"
6736
" Please examine %(pending_deletion)s to see if it contains any files you\n"
6737
" wish to keep, and delete it when you are done."
6739
#: bzrlib/errors.py:2155
6741
"Unable to delete transform temporary directory %(limbo_dir)s.\n"
6742
" Please examine %(limbo_dir)s to see if it contains any files you wish "
6744
" keep, and delete it when you are done."
6746
"Unable to delete transform temporary directory %(limbo_dir)s.\n"
6747
" Please examine %(limbo_dir)s to see if it contains any files you wish "
6749
" keep, and delete it when you are done."
6751
#: bzrlib/errors.py:2166
6753
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
6754
"examine %(pending_deletion)s to see if it contains any files you wish to "
6755
"keep, and delete it when you are done."
6757
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
6758
"examine %(pending_deletion)s to see if it contains any files you wish to "
6759
"keep, and delete it when you are done."
6761
#: bzrlib/errors.py:2176
5741
6762
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
6763
msgstr "Working tree is out of date, please run 'bzr update'.%(more)s"
5744
#: bzrlib/errors.py:2181
6765
#: bzrlib/errors.py:2190
5746
6767
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
6769
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5749
#: bzrlib/errors.py:2194
6771
#: bzrlib/errors.py:2203
5750
6772
msgid "Error in merge modified format"
6773
msgstr "Error in merge modified format"
5753
#: bzrlib/errors.py:2199
6775
#: bzrlib/errors.py:2208
5754
6776
msgid "Format error in conflict listings"
5757
#: bzrlib/errors.py:2203
5759
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5760
"Error: %(description)s"
5763
#: bzrlib/errors.py:2214
5765
"An error has been detected in the repository %(repo_path)s.\n"
5766
"Please run bzr reconcile on this repository."
5769
#: bzrlib/errors.py:2225
5771
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5772
"reason: %(reason)s"
5775
#: bzrlib/errors.py:2238
5777
"An inconsistent delta was supplied: %(delta)r\n"
5778
"reason: %(reason)s"
5781
#: bzrlib/errors.py:2250
6777
msgstr "Format error in conflict listings"
6779
#: bzrlib/errors.py:2212
6781
"Inconsistency in dirstate file %(dirstate_path)s.\n"
6782
"Error: %(description)s"
6784
"Inconsistency in dirstate file %(dirstate_path)s.\n"
6785
"Error: %(description)s"
6787
#: bzrlib/errors.py:2223
6789
"An error has been detected in the repository %(repo_path)s.\n"
6790
"Please run bzr reconcile on this repository."
6792
"An error has been detected in the repository %(repo_path)s.\n"
6793
"Please run bzr reconcile on this repository."
6795
#: bzrlib/errors.py:2234
6797
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
6798
"reason: %(reason)s"
6800
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
6801
"reason: %(reason)s"
6803
#: bzrlib/errors.py:2247
6805
"An inconsistent delta was supplied: %(delta)r\n"
6806
"reason: %(reason)s"
6808
"An inconsistent delta was supplied: %(delta)r\n"
6809
"reason: %(reason)s"
6811
#: bzrlib/errors.py:2259
5782
6812
msgid "To use this feature you must upgrade your branch at %(path)s."
6813
msgstr "To use this feature you must upgrade your branch at %(path)s."
5785
#: bzrlib/errors.py:2259
6815
#: bzrlib/errors.py:2268
5786
6816
msgid "To use this feature you must upgrade your repository at %(path)s."
6817
msgstr "To use this feature you must upgrade your repository at %(path)s."
5789
#: bzrlib/errors.py:2264
6819
#: bzrlib/errors.py:2273
5791
6821
"To use this feature you must upgrade your branch at %(path)s to a format "
5792
6822
"which supports rich roots."
6824
"To use this feature you must upgrade your branch at %(path)s to a format "
6825
"which supports rich roots."
5795
#: bzrlib/errors.py:2270
6827
#: bzrlib/errors.py:2279
5796
6828
msgid "Cannot perform local-only commits on unbound branches."
6829
msgstr "Cannot perform local-only commits on unbound branches."
5799
#: bzrlib/errors.py:2275
6831
#: bzrlib/errors.py:2284
5800
6832
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
6833
msgstr "The method %(mname)s is not supported on objects of type %(tname)s."
5803
#: bzrlib/errors.py:2296
6835
#: bzrlib/errors.py:2305
5804
6836
msgid "Ghost tags not supported by format %(format)r."
6837
msgstr "Ghost tags not supported by format %(format)r."
5807
#: bzrlib/errors.py:2304
6839
#: bzrlib/errors.py:2313
5808
6840
msgid "File is binary but should be text."
6841
msgstr "File is binary but should be text."
5811
#: bzrlib/errors.py:2309
6843
#: bzrlib/errors.py:2318
5812
6844
msgid "The path %(path)s is not permitted on this platform"
6845
msgstr "The path %(path)s is not permitted on this platform"
5815
#: bzrlib/errors.py:2318
6847
#: bzrlib/errors.py:2327
5817
6849
"Testament did not match expected value.\n"
5818
6850
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5819
6851
" {%(measured)s}"
6853
"Testament did not match expected value.\n"
6854
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5822
#: bzrlib/errors.py:2330
6857
#: bzrlib/errors.py:2339
5823
6858
msgid "Not a bzr revision-bundle: %(text)r"
6859
msgstr "Not a bzr revision-bundle: %(text)r"
5826
#: bzrlib/errors.py:2339
6861
#: bzrlib/errors.py:2348
5827
6862
msgid "Bad bzr revision-bundle: %(text)r"
6863
msgstr "Bad bzr revision-bundle: %(text)r"
5830
#: bzrlib/errors.py:2348
6865
#: bzrlib/errors.py:2357
5831
6866
msgid "Malformed bzr revision-bundle header: %(text)r"
6867
msgstr "Malformed bzr revision-bundle header: %(text)r"
5834
#: bzrlib/errors.py:2353
6869
#: bzrlib/errors.py:2362
5835
6870
msgid "Malformed patches in bzr revision-bundle: %(text)r"
6871
msgstr "Malformed patches in bzr revision-bundle: %(text)r"
5838
#: bzrlib/errors.py:2358
6873
#: bzrlib/errors.py:2367
5839
6874
msgid "Malformed footer in bzr revision-bundle: %(text)r"
6875
msgstr "Malformed footer in bzr revision-bundle: %(text)r"
5842
#: bzrlib/errors.py:2363
6877
#: bzrlib/errors.py:2372
5843
6878
msgid "End of line marker was not \\n in bzr revision-bundle"
6879
msgstr "End of line marker was not \\n in bzr revision-bundle"
5846
#: bzrlib/errors.py:2373
6881
#: bzrlib/errors.py:2382
5847
6882
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
6883
msgstr "Bundle format %(bundle_format)s is incompatible with %(other)s"
5850
#: bzrlib/errors.py:2383
6885
#: bzrlib/errors.py:2392
5851
6886
msgid "Root class for inventory serialization errors"
5854
#: bzrlib/errors.py:2387
5856
"The inventory was not in the expected format:\n"
6887
msgstr "Root class for inventory serialisation errors"
5860
6889
#: bzrlib/errors.py:2396
6891
"The inventory was not in the expected format:\n"
6894
"The inventory was not in the expected format:\n"
6897
#: bzrlib/errors.py:2405
5861
6898
msgid "This operation requires rich root data storage"
6899
msgstr "This operation requires rich root data storage"
5864
#: bzrlib/errors.py:2409
6901
#: bzrlib/errors.py:2418
5865
6902
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
5868
#: bzrlib/errors.py:2418
5870
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
5874
#: bzrlib/errors.py:2425
5876
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
5877
"ghost at {%(ghost_revision_id)s}"
5880
#: bzrlib/errors.py:2435
6903
msgstr "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
6905
#: bzrlib/errors.py:2427
6907
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
6910
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
6913
#: bzrlib/errors.py:2434
6915
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
6916
"ghost at {%(ghost_revision_id)s}"
6918
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
6919
"ghost at {%(ghost_revision_id)s}"
6921
#: bzrlib/errors.py:2444
5881
6922
msgid "Ghost revision {%(revision_id)s} cannot be used here."
6923
msgstr "Ghost revision {%(revision_id)s} cannot be used here."
5884
#: bzrlib/errors.py:2486
6925
#: bzrlib/errors.py:2495
5886
6927
"A merge directive must provide either a bundle or a public branch location."
6929
"A merge directive must provide either a bundle or a public branch location."
5889
#: bzrlib/errors.py:2493
6931
#: bzrlib/errors.py:2502
5890
6932
msgid "Bad merge directive payload %(start)r"
6933
msgstr "Bad merge directive payload %(start)r"
5893
#: bzrlib/errors.py:2503
6935
#: bzrlib/errors.py:2512
5894
6936
msgid "Preview patch does not match requested changes."
6937
msgstr "Preview patch does not match requested changes."
5897
#: bzrlib/errors.py:2509
6939
#: bzrlib/errors.py:2518
5898
6940
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
6941
msgstr "Patch_type was %(patch_type)s, but no patch was supplied."
5901
#: bzrlib/errors.py:2519
6943
#: bzrlib/errors.py:2528
5903
6945
"Your branch does not have all of the revisions required in order to merge "
5904
6946
"this merge directive and the target location specified in the merge "
5905
6947
"directive is not a branch: %(location)s."
6949
"Your branch does not have all of the revisions required in order to merge "
6950
"this merge directive and the target location specified in the merge "
6951
"directive is not a branch: %(location)s."
5908
#: bzrlib/errors.py:2531
6953
#: bzrlib/errors.py:2540
5909
6954
msgid "Unsupported entry kind %(kind)s"
6955
msgstr "Unsupported entry kind %(kind)s"
5912
#: bzrlib/errors.py:2539
6957
#: bzrlib/errors.py:2548
5913
6958
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
6959
msgstr "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
5916
#: bzrlib/errors.py:2549
6961
#: bzrlib/errors.py:2558
5917
6962
msgid "Subsume target %(other_tree)s needs to be upgraded."
6963
msgstr "Subsume target %(other_tree)s needs to be upgraded."
5920
#: bzrlib/errors.py:2568
6965
#: bzrlib/errors.py:2577
5921
6966
msgid "No such tag: %(tag_name)s"
6967
msgstr "No such tag: %(tag_name)s"
5924
#: bzrlib/errors.py:2576
6969
#: bzrlib/errors.py:2585
5925
6970
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
6972
"Tags not supported by %(branch)s; you may be able to use bzr upgrade."
5928
#: bzrlib/errors.py:2585
6974
#: bzrlib/errors.py:2594
5929
6975
msgid "Tag %(tag_name)s already exists."
5932
#: bzrlib/errors.py:2593
5934
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
5935
"bugs\" for more information on this feature."
5938
#: bzrlib/errors.py:2603
5940
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
5943
#: bzrlib/errors.py:2613
5945
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
5948
#: bzrlib/errors.py:2623
6976
msgstr "Tag %(tag_name)s already exists."
6978
#: bzrlib/errors.py:2602
6980
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
6981
"bugs\" for more information on this feature."
6983
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
6984
"bugs\" for more information on this feature."
6986
#: bzrlib/errors.py:2612
6988
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
6990
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
6992
#: bzrlib/errors.py:2622
6994
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
6996
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
6998
#: bzrlib/errors.py:2632
5949
6999
msgid "Invalid line in bugs property: '%(line)s'"
7000
msgstr "Invalid line in bugs property: '%(line)s'"
5952
#: bzrlib/errors.py:2631
7002
#: bzrlib/errors.py:2640
5953
7003
msgid "Invalid bug status: '%(status)s'"
7004
msgstr "Invalid bug status: '%(status)s'"
5956
#: bzrlib/errors.py:2639
7006
#: bzrlib/errors.py:2648
5957
7007
msgid "Could not understand response from smart server: %(response_tuple)r"
7008
msgstr "Could not understand response from smart server: %(response_tuple)r"
5960
#: bzrlib/errors.py:2678
7010
#: bzrlib/errors.py:2687
5961
7011
msgid "Server sent an unexpected error: %(error_tuple)r"
7012
msgstr "Server sent an unexpected error: %(error_tuple)r"
5964
#: bzrlib/errors.py:2697
7014
#: bzrlib/errors.py:2706
5965
7015
msgid "Unrecognised container format: %(container_format)r"
7016
msgstr "Unrecognised container format: %(container_format)r"
5968
#: bzrlib/errors.py:2705
7018
#: bzrlib/errors.py:2714
5969
7019
msgid "Unexpected end of container stream"
7020
msgstr "Unexpected end of container stream"
5972
#: bzrlib/errors.py:2710
7022
#: bzrlib/errors.py:2719
5973
7023
msgid "Unknown record type: %(record_type)r"
7024
msgstr "Unknown record type: %(record_type)r"
5976
#: bzrlib/errors.py:2718
7026
#: bzrlib/errors.py:2727
5977
7027
msgid "Invalid record: %(reason)s"
7028
msgstr "Invalid record: %(reason)s"
5980
#: bzrlib/errors.py:2726
7030
#: bzrlib/errors.py:2735
5981
7031
msgid "Container has data after end marker: %(excess)r"
7032
msgstr "Container has data after end marker: %(excess)r"
5984
#: bzrlib/errors.py:2734
7034
#: bzrlib/errors.py:2743
5985
7035
msgid "Container has multiple records with the same name: %(name)s"
7036
msgstr "Container has multiple records with the same name: %(name)s"
5988
#: bzrlib/errors.py:2747
7038
#: bzrlib/errors.py:2756
5989
7039
msgid "Corrupt or incompatible data stream: %(reason)s"
7040
msgstr "Corrupt or incompatible data stream: %(reason)s"
5992
#: bzrlib/errors.py:2755
7042
#: bzrlib/errors.py:2764
5993
7043
msgid "SMTP error: %(error)s"
7044
msgstr "SMTP error: %(error)s"
5996
#: bzrlib/errors.py:2763
7046
#: bzrlib/errors.py:2772
5997
7047
msgid "No message supplied."
7048
msgstr "No message supplied."
6000
#: bzrlib/errors.py:2768
7050
#: bzrlib/errors.py:2777
6001
7051
msgid "No mail-to address (--mail-to) or output (-o) specified."
6004
#: bzrlib/errors.py:2773
6005
msgid "Unknown mail client: %(mail_client)s"
6008
#: bzrlib/errors.py:2781
7052
msgstr "No mail-to address (--mail-to) or output (-o) specified."
7054
#: bzrlib/errors.py:2782
6010
7056
"Unable to find mail client with the following names: "
6011
7057
"%(mail_command_list_string)s"
7059
"Unable to find mail client with the following names: "
7060
"%(mail_command_list_string)s"
6014
#: bzrlib/errors.py:2791
7062
#: bzrlib/errors.py:2792
6015
7063
msgid "SMTP connection to %(host)s refused"
7064
msgstr "SMTP connection to %(host)s refused"
6018
#: bzrlib/errors.py:2800
7066
#: bzrlib/errors.py:2801
6019
7067
msgid "Please specify smtp_server. No server at default %(host)s."
7068
msgstr "Please specify smtp_server. No server at default %(host)s."
6022
#: bzrlib/errors.py:2814
7070
#: bzrlib/errors.py:2815
6024
7072
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
7075
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
6028
#: bzrlib/errors.py:2826
7078
#: bzrlib/errors.py:2827
6029
7079
msgid "'%(display_url)s' is already a branch."
7080
msgstr "'%(display_url)s' is already a branch."
6032
#: bzrlib/errors.py:2831
7082
#: bzrlib/errors.py:2832
6033
7083
msgid "'%(display_url)s' is already a tree."
7084
msgstr "'%(display_url)s' is already a tree."
6036
#: bzrlib/errors.py:2836
7086
#: bzrlib/errors.py:2837
6037
7087
msgid "'%(display_url)s' is already a checkout."
7088
msgstr "'%(display_url)s' is already a checkout."
6040
#: bzrlib/errors.py:2841
7090
#: bzrlib/errors.py:2842
6041
7091
msgid "'%(display_url)s' is already a lightweight checkout."
7092
msgstr "'%(display_url)s' is already a lightweight checkout."
6044
#: bzrlib/errors.py:2846
7094
#: bzrlib/errors.py:2847
6045
7095
msgid "'%(display_url)s' is already using a shared repository."
7096
msgstr "'%(display_url)s' is already using a shared repository."
6048
#: bzrlib/errors.py:2851
7098
#: bzrlib/errors.py:2852
6049
7099
msgid "'%(display_url)s' is already standalone."
7100
msgstr "'%(display_url)s' is already standalone."
6052
#: bzrlib/errors.py:2856
7102
#: bzrlib/errors.py:2857
6053
7103
msgid "Shared repository '%(display_url)s' already creates working trees."
7104
msgstr "Shared repository '%(display_url)s' already creates working trees."
6056
#: bzrlib/errors.py:2862
7106
#: bzrlib/errors.py:2863
6058
7108
"Shared repository '%(display_url)s' already doesn't create working trees."
7110
"Shared repository '%(display_url)s' already doesn't create working trees."
6061
#: bzrlib/errors.py:2868
7112
#: bzrlib/errors.py:2869
6062
7113
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
7114
msgstr "Requested reconfiguration of '%(display_url)s' is not supported."
6065
#: bzrlib/errors.py:2873
7116
#: bzrlib/errors.py:2874
6066
7117
msgid "No location could be found to bind to at %(display_url)s."
6069
#: bzrlib/errors.py:2878
6071
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
6075
#: bzrlib/errors.py:2897
6077
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
6081
#: bzrlib/errors.py:2903
7118
msgstr "No location could be found to bind to at %(display_url)s."
7120
#: bzrlib/errors.py:2879
7122
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
7125
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
7128
#: bzrlib/errors.py:2898
7130
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
7133
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
7136
#: bzrlib/errors.py:2904
6082
7137
msgid "Variable {%(name)s} is not available."
7138
msgstr "Variable {%(name)s} is not available."
6085
#: bzrlib/errors.py:2911
7140
#: bzrlib/errors.py:2912
6086
7141
msgid "No template specified."
7142
msgstr "No template specified."
6089
#: bzrlib/errors.py:2916
7144
#: bzrlib/errors.py:2917
6090
7145
msgid "Unable to create symlink %(path_str)son this platform"
6093
#: bzrlib/errors.py:2931
6095
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
6096
"\"original\", \"local\"."
6099
#: bzrlib/errors.py:2965
6101
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6104
#: bzrlib/errors.py:2977
7146
msgstr "Unable to create symlink %(path_str)son this platform"
7148
#: bzrlib/errors.py:2932
7150
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
7151
"\"original\", \"local\"."
7153
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
7154
"\"original\", \"local\"."
7156
#: bzrlib/errors.py:2966
7158
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
7160
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
7162
#: bzrlib/errors.py:2978
6105
7163
msgid "The \"%(config_id)s\" configuration does not exist."
7164
msgstr "The \"%(config_id)s\" configuration does not exist."
6108
#: bzrlib/errors.py:2985
7166
#: bzrlib/errors.py:2986
6109
7167
msgid "The \"%(option_name)s\" configuration option does not exist."
7168
msgstr "The \"%(option_name)s\" configuration option does not exist."
6112
#: bzrlib/errors.py:2993
7170
#: bzrlib/errors.py:2994
6113
7171
msgid "The alias \"%(alias_name)s\" does not exist."
7172
msgstr "The alias \"%(alias_name)s\" does not exist."
6116
#: bzrlib/errors.py:3007
7174
#: bzrlib/errors.py:3008
6117
7175
msgid "\"%(alias_name)s\" is not a valid location alias."
7176
msgstr "\"%(alias_name)s\" is not a valid location alias."
6120
#: bzrlib/errors.py:3015
7178
#: bzrlib/errors.py:3016
6121
7179
msgid "No %(alias_name)s location assigned."
7180
msgstr "No %(alias_name)s location assigned."
6124
#: bzrlib/errors.py:3023
7182
#: bzrlib/errors.py:3024
6125
7183
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
7184
msgstr "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6128
#: bzrlib/errors.py:3033
7186
#: bzrlib/errors.py:3034
6129
7187
msgid "Unknown rules detected: %(unknowns_str)s."
7188
msgstr "Unknown rules detected: %(unknowns_str)s."
6132
#: bzrlib/errors.py:3044
7190
#: bzrlib/errors.py:3045
6133
7191
msgid "Tip change rejected: %(msg)s"
7192
msgstr "Tip change rejected: %(msg)s"
6136
#: bzrlib/errors.py:3052
7194
#: bzrlib/errors.py:3053
6137
7195
msgid "Shelf corrupt."
7196
msgstr "Shelf corrupt."
6140
#: bzrlib/errors.py:3057
7198
#: bzrlib/errors.py:3058
6141
7199
msgid "Corruption while decompressing repository file%(orig_error)s"
7200
msgstr "Corruption while decompressing repository file%(orig_error)s"
6144
#: bzrlib/errors.py:3069
7202
#: bzrlib/errors.py:3070
6145
7203
msgid "No changes are shelved with id \"%(shelf_id)d\"."
7204
msgstr "No changes are shelved with id \"%(shelf_id)d\"."
6148
#: bzrlib/errors.py:3077
7206
#: bzrlib/errors.py:3078
6149
7207
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
7208
msgstr "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6152
#: bzrlib/errors.py:3085
7210
#: bzrlib/errors.py:3086
6154
7212
"An attempt to access a url outside the server jail was made: '%(url)s'."
7214
"An attempt to access a url outside the server jail was made: '%(url)s'."
6157
#: bzrlib/errors.py:3093
7216
#: bzrlib/errors.py:3094
6158
7217
msgid "The user aborted the operation."
7218
msgstr "The user aborted the operation."
6161
#: bzrlib/errors.py:3098
7220
#: bzrlib/errors.py:3099
6162
7221
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
7222
msgstr "Branching '%(url)s'(%(format)s) must create a working tree."
6165
#: bzrlib/errors.py:3108
7224
#: bzrlib/errors.py:3109
6166
7225
msgid "No such view: %(view_name)s."
6169
#: bzrlib/errors.py:3118
6171
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6172
"to a later format."
6175
#: bzrlib/errors.py:3127
6177
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6180
#: bzrlib/errors.py:3194
7226
msgstr "No such view: %(view_name)s."
7228
#: bzrlib/errors.py:3119
7230
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
7231
"to a later format."
7233
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
7234
"to a later format."
7236
#: bzrlib/errors.py:3128
7238
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
7240
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
7242
#: bzrlib/errors.py:3195
6181
7243
msgid "%(bzrdir)r does not support co-located branches."
7244
msgstr "%(bzrdir)r does not support co-located branches."
6184
#: bzrlib/errors.py:3200
7246
#: bzrlib/errors.py:3201
6186
7248
"Unable to determine your name.\n"
6187
7249
"Please, set your name with the 'whoami' command.\n"
6188
7250
"E.g. bzr whoami \"Your Name <name@example.com>\""
7252
"Unable to determine your name.\n"
7253
"Please, set your name with the 'whoami' command.\n"
7254
"E.g. bzr whoami \"Your Name <name@example.com>\""
6191
#: bzrlib/errors.py:3209
7256
#: bzrlib/errors.py:3210
6192
7257
msgid "Invalid pattern(s) found. %(msg)s"
7258
msgstr "Invalid pattern(s) found. %(msg)s"
6195
#: bzrlib/errors.py:3217
7260
#: bzrlib/errors.py:3218
6197
7262
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6198
7263
"unbind` to fix."
7265
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6201
#: bzrlib/errors.py:3228
7268
#: bzrlib/errors.py:3229
6202
7269
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
7270
msgstr "Loop involving %(refs)r while expanding \"%(string)s\"."
6205
#: bzrlib/errors.py:3237
7272
#: bzrlib/errors.py:3238
6206
7273
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6209
#: bzrlib/errors.py:3246
6211
"No compatible object available for operations from %(source)r to %(target)r."
6214
#: bzrlib/errors.py:3256
6216
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6220
#: bzrlib/errors.py:3266
6222
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6226
#: bzrlib/errors.py:3278
6228
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6231
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6234
#: bzrlib/errors.py:3291
7274
msgstr "Option %(name)s is not defined while expanding \"%(string)s\"."
7276
#: bzrlib/errors.py:3247
7278
"No compatible object available for operations from %(source)r to %(target)r."
7280
"No compatible object available for operations from %(source)r to %(target)r."
7282
#: bzrlib/errors.py:3257
7284
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
7287
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
7290
#: bzrlib/errors.py:3267
7292
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
7295
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
7298
#: bzrlib/errors.py:3279
7300
"Missing feature %(feature)s not provided by this version of Bazaar or any "
7303
"Missing feature %(feature)s not provided by this version of Bazaar or any "
7306
#: bzrlib/errors.py:3292
6235
7307
msgid "Binary files section encountered."
6238
#: bzrlib/errors.py:3299
6240
"Malformed patch header. %(desc)s\n"
6244
#: bzrlib/errors.py:3308
6246
"Malformed hunk header. %(desc)s\n"
6250
#: bzrlib/errors.py:3317
6252
"Malformed line. %(desc)s\n"
6256
#: bzrlib/errors.py:3327
6258
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6259
"but patch says it should be \"%(patch_line)s\""
6262
#: bzrlib/errors.py:3338
7308
msgstr "Binary files section encountered."
7310
#: bzrlib/errors.py:3300
7312
"Malformed patch header. %(desc)s\n"
7315
"Malformed patch header. %(desc)s\n"
7318
#: bzrlib/errors.py:3309
7320
"Malformed hunk header. %(desc)s\n"
7323
"Malformed hunk header. %(desc)s\n"
7326
#: bzrlib/errors.py:3318
7328
"Malformed line. %(desc)s\n"
7331
"Malformed line. %(desc)s\n"
7334
#: bzrlib/errors.py:3328
7336
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
7337
"but patch says it should be \"%(patch_line)s\""
7339
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
7340
"but patch says it should be \"%(patch_line)s\""
7342
#: bzrlib/errors.py:3339
6263
7343
msgid "The feature %(feature)s has already been registered."
6264
7344
msgstr "The feature %(feature)s has already been registered."
6266
7346
#: bzrlib/export_pot.py:252
6267
7347
#, python-format
6268
7348
msgid "Exporting messages from builtin command: %s"
7349
msgstr "Exporting messages from builtin command: %s"
6271
7351
#: bzrlib/export_pot.py:271
6272
7352
msgid "Exporting messages from plugin command: {0} in {1}"
7353
msgstr "Exporting messages from plugin command: {0} in {1}"
6275
7355
#: bzrlib/export_pot.py:292
6276
7356
#, python-format
6277
7357
msgid "Exporting message from error: %s"
7358
msgstr "Exporting message from error: %s"
6280
7360
#: bzrlib/fetch.py:98
6281
7361
msgid "Finding revisions"
7362
msgstr "Finding revisions"
6284
7364
#: bzrlib/fetch.py:103
6285
7365
msgid "Fetching revisions"
7366
msgstr "Fetching revisions"
6288
7368
#: bzrlib/foreign.py:262
6289
7369
msgid "Push into a different VCS without any custom bzr metadata."
7370
msgstr "Push into a different VCS without any custom bzr metadata."
6292
7372
#: bzrlib/foreign.py:264
6618
7706
"automatically complete the currently typed command when the user presses\n"
6619
7707
"the completion key (usually tab)."
7709
"This command generates a shell function which can be used by bash to\n"
7710
"automatically complete the currently typed command when the user presses\n"
7711
"the completion key (usually tab)."
6622
7713
#: bzrlib/plugins/bash_completion/bashcomp.py:418
6624
7715
"Commonly used like this:\n"
6625
7716
" eval \"`bzr bash-completion`\""
7718
"Commonly used like this:\n"
7719
" eval \"`bzr bash-completion`\""
6628
7721
#: bzrlib/plugins/bash_completion/bashcomp.py:424
6629
7722
msgid "Name of the generated function (default: _bzr)"
7723
msgstr "Name of the generated function (default: _bzr)"
6632
7725
#: bzrlib/plugins/bash_completion/bashcomp.py:426
6633
7726
msgid "Generate only the shell function, don't enable it"
6636
#: bzrlib/plugins/launchpad/__init__.py:81
7727
msgstr "Generate only the shell function, don't enable it"
7729
#: bzrlib/plugins/launchpad/account.py:66
7730
msgid "Setting ssh/sftp usernames for launchpad.net."
7731
msgstr "Setting ssh/sftp usernames for launchpad.net."
7733
#: bzrlib/plugins/launchpad/cmds.py:44
6637
7734
msgid "Register a branch with launchpad.net."
6640
#: bzrlib/plugins/launchpad/__init__.py:83
6642
"This command lists a bzr branch in the directory of branches on\n"
6643
"launchpad.net. Registration allows the branch to be associated with\n"
6644
"bugs or specifications."
6647
#: bzrlib/plugins/launchpad/__init__.py:87
6649
"Before using this command you must register the project to which the\n"
6650
"branch belongs, and create an account for yourself on launchpad.net."
6653
#: bzrlib/plugins/launchpad/__init__.py:90
6656
" public_url: The publicly visible url for the branch to register.\n"
6657
" This must be an http or https url (which Launchpad can read\n"
6658
" from to access the branch). Local file urls, SFTP urls, and\n"
6659
" bzr+ssh urls will not work.\n"
6660
" If no public_url is provided, bzr will use the configured\n"
6661
" public_url if there is one for the current branch, and\n"
6665
#: bzrlib/plugins/launchpad/__init__.py:99
6668
" bzr register-branch http://foo.com/bzr/fooproject.mine \\\n"
6669
" --project fooproject"
6672
#: bzrlib/plugins/launchpad/__init__.py:106
7735
msgstr "Register a branch with launchpad.net."
7737
#: bzrlib/plugins/launchpad/cmds.py:46
7739
"This command lists a bzr branch in the directory of branches on\n"
7740
"launchpad.net. Registration allows the branch to be associated with\n"
7741
"bugs or specifications."
7743
"This command lists a bzr branch in the directory of branches on\n"
7744
"launchpad.net. Registration allows the branch to be associated with\n"
7745
"bugs or specifications."
7747
#: bzrlib/plugins/launchpad/cmds.py:50
7749
"Before using this command you must register the project to which the\n"
7750
"branch belongs, and create an account for yourself on launchpad.net."
7752
"Before using this command you must register the project to which the\n"
7753
"branch belongs, and create an account for yourself on launchpad.net."
7755
#: bzrlib/plugins/launchpad/cmds.py:53
7758
" public_url: The publicly visible url for the branch to register.\n"
7759
" This must be an http or https url (which Launchpad can read\n"
7760
" from to access the branch). Local file urls, SFTP urls, and\n"
7761
" bzr+ssh urls will not work.\n"
7762
" If no public_url is provided, bzr will use the configured\n"
7763
" public_url if there is one for the current branch, and\n"
7767
" public_url: The publicly visible url for the branch to register.\n"
7768
" This must be an http or https url (which Launchpad can read\n"
7769
" from to access the branch). Local file urls, SFTP urls, and\n"
7770
" bzr+ssh urls will not work.\n"
7771
" If no public_url is provided, bzr will use the configured\n"
7772
" public_url if there is one for the current branch, and\n"
7775
#: bzrlib/plugins/launchpad/cmds.py:62
7778
" bzr register-branch http://foo.com/bzr/fooproject.mine \\\n"
7779
" --project fooproject"
7782
" bzr register-branch http://foo.com/bzr/fooproject.mine \\\n"
7783
" --project fooproject"
7785
#: bzrlib/plugins/launchpad/cmds.py:69
6673
7786
msgid "Launchpad project short name to associate with the branch."
7787
msgstr "Launchpad project short name to associate with the branch."
6676
#: bzrlib/plugins/launchpad/__init__.py:113
7789
#: bzrlib/plugins/launchpad/cmds.py:76
6678
7791
"Short name for the branch; by default taken from the last component of the "
7794
"Short name for the branch; by default taken from the last component of the "
6682
#: bzrlib/plugins/launchpad/__init__.py:117
7797
#: bzrlib/plugins/launchpad/cmds.py:80
6683
7798
msgid "One-sentence description of the branch."
7799
msgstr "One-sentence description of the branch."
6686
#: bzrlib/plugins/launchpad/__init__.py:120
7801
#: bzrlib/plugins/launchpad/cmds.py:83
6687
7802
msgid "Longer description of the purpose or contents of the branch."
7803
msgstr "Longer description of the purpose or contents of the branch."
6690
#: bzrlib/plugins/launchpad/__init__.py:123
7805
#: bzrlib/plugins/launchpad/cmds.py:86
6691
7806
msgid "Branch author's email address, if not yourself."
7807
msgstr "Branch author's email address, if not yourself."
6694
#: bzrlib/plugins/launchpad/__init__.py:126
7809
#: bzrlib/plugins/launchpad/cmds.py:89
6695
7810
msgid "The bug this branch fixes."
7811
msgstr "The bug this branch fixes."
6698
#: bzrlib/plugins/launchpad/__init__.py:129
7813
#: bzrlib/plugins/launchpad/cmds.py:92
6699
7814
msgid "Prepare the request but don't actually send it."
7815
msgstr "Prepare the request but don't actually send it."
6702
#: bzrlib/plugins/launchpad/__init__.py:151
7817
#: bzrlib/plugins/launchpad/cmds.py:114
6704
7819
"register-branch requires a public branch url - see bzr help register-branch."
7821
"register-branch requires a public branch url - see bzr help register-branch."
6707
#: bzrlib/plugins/launchpad/__init__.py:159
7823
#: bzrlib/plugins/launchpad/cmds.py:122
6708
7824
msgid "--product is deprecated; please use --project."
7825
msgstr "--product is deprecated; please use --project."
6711
#: bzrlib/plugins/launchpad/__init__.py:191
7827
#: bzrlib/plugins/launchpad/cmds.py:152
6712
7828
msgid "Open a Launchpad branch page in your web browser."
7829
msgstr "Open a Launchpad branch page in your web browser."
6715
#: bzrlib/plugins/launchpad/__init__.py:196
7831
#: bzrlib/plugins/launchpad/cmds.py:157
6716
7832
msgid "Do not actually open the browser. Just say the URL we would use."
7833
msgstr "Do not actually open the browser. Just say the URL we would use."
6719
#: bzrlib/plugins/launchpad/__init__.py:231
7835
#: bzrlib/plugins/launchpad/cmds.py:192
6720
7836
#, python-format
6721
7837
msgid "Opening %s in web browser"
7838
msgstr "Opening %s in web browser"
6724
#: bzrlib/plugins/launchpad/__init__.py:241
7840
#: bzrlib/plugins/launchpad/cmds.py:200
6725
7841
msgid "Show or set the Launchpad user ID."
6728
#: bzrlib/plugins/launchpad/__init__.py:243
6730
"When communicating with Launchpad, some commands need to know your\n"
6731
"Launchpad user ID. This command can be used to set or show the\n"
6732
"user ID that Bazaar will use for such communication."
6735
#: bzrlib/plugins/launchpad/__init__.py:247
6738
" Show the Launchpad ID of the current user::"
6741
#: bzrlib/plugins/launchpad/__init__.py:250
7842
msgstr "Show or set the Launchpad user ID."
7844
#: bzrlib/plugins/launchpad/cmds.py:202
7846
"When communicating with Launchpad, some commands need to know your\n"
7847
"Launchpad user ID. This command can be used to set or show the\n"
7848
"user ID that Bazaar will use for such communication."
7850
"When communicating with Launchpad, some commands need to know your\n"
7851
"Launchpad user ID. This command can be used to set or show the\n"
7852
"user ID that Bazaar will use for such communication."
7854
#: bzrlib/plugins/launchpad/cmds.py:206
7857
" Show the Launchpad ID of the current user::"
7860
" Show the Launchpad ID of the current user::"
7862
#: bzrlib/plugins/launchpad/cmds.py:209
6742
7863
msgid " bzr launchpad-login"
7864
msgstr " bzr launchpad-login"
6745
#: bzrlib/plugins/launchpad/__init__.py:252
7866
#: bzrlib/plugins/launchpad/cmds.py:211
6746
7867
msgid " Set the Launchpad ID of the current user to 'bob'::"
7868
msgstr " Set the Launchpad ID of the current user to 'bob'::"
6749
#: bzrlib/plugins/launchpad/__init__.py:254
7870
#: bzrlib/plugins/launchpad/cmds.py:213
6750
7871
msgid " bzr launchpad-login bob"
7872
msgstr " bzr launchpad-login bob"
6753
#: bzrlib/plugins/launchpad/__init__.py:261
7874
#: bzrlib/plugins/launchpad/cmds.py:220
6754
7875
msgid "Don't check that the user name is valid."
7876
msgstr "Don't check that the user name is valid."
6757
#: bzrlib/plugins/launchpad/__init__.py:276
6758
#: bzrlib/plugins/launchpad/__init__.py:287
7878
#: bzrlib/plugins/launchpad/cmds.py:235 bzrlib/plugins/launchpad/cmds.py:246
6759
7879
msgid "Launchpad user ID exists and has SSH keys.\n"
7880
msgstr "Launchpad user ID exists and has SSH keys.\n"
6762
#: bzrlib/plugins/launchpad/__init__.py:279
7882
#: bzrlib/plugins/launchpad/cmds.py:238
6763
7883
msgid "No Launchpad user ID configured.\n"
7884
msgstr "No Launchpad user ID configured.\n"
6766
#: bzrlib/plugins/launchpad/__init__.py:290
7886
#: bzrlib/plugins/launchpad/cmds.py:249
6767
7887
#, python-format
6768
7888
msgid "Launchpad user ID set to '%s'.\n"
7889
msgstr "Launchpad user ID set to '%s'.\n"
6771
#: bzrlib/plugins/launchpad/__init__.py:298
7891
#: bzrlib/plugins/launchpad/cmds.py:255
6772
7892
msgid "Ask Launchpad to mirror a branch now."
7893
msgstr "Ask Launchpad to mirror a branch now."
6775
#: bzrlib/plugins/launchpad/__init__.py:318
7895
#: bzrlib/plugins/launchpad/cmds.py:272
6776
7896
msgid "Propose merging a branch on Launchpad."
6779
#: bzrlib/plugins/launchpad/__init__.py:320
6781
"This will open your usual editor to provide the initial comment. When it\n"
6782
"has created the proposal, it will open it in your default web browser."
6785
#: bzrlib/plugins/launchpad/__init__.py:323
6787
"The branch will be proposed to merge into SUBMIT_BRANCH. If SUBMIT_BRANCH\n"
6788
"is not supplied, the remembered submit branch will be used. If no submit\n"
6789
"branch is remembered, the development focus will be used."
6792
#: bzrlib/plugins/launchpad/__init__.py:327
7897
msgstr "Propose merging a branch on Launchpad."
7899
#: bzrlib/plugins/launchpad/cmds.py:274
7901
"This will open your usual editor to provide the initial comment. When it\n"
7902
"has created the proposal, it will open it in your default web browser."
7904
"This will open your usual editor to provide the initial comment. When it\n"
7905
"has created the proposal, it will open it in your default web browser."
7907
#: bzrlib/plugins/launchpad/cmds.py:277
7909
"The branch will be proposed to merge into SUBMIT_BRANCH. If SUBMIT_BRANCH\n"
7910
"is not supplied, the remembered submit branch will be used. If no submit\n"
7911
"branch is remembered, the development focus will be used."
7913
"The branch will be proposed to merge into SUBMIT_BRANCH. If SUBMIT_BRANCH\n"
7914
"is not supplied, the remembered submit branch will be used. If no submit\n"
7915
"branch is remembered, the development focus will be used."
7917
#: bzrlib/plugins/launchpad/cmds.py:281
6794
7919
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
6795
7920
"the merge proposal. This can be overriden by specifying --review (-R).\n"
6796
7921
"The parameter the launchpad account name of the desired reviewer. This\n"
6797
7922
"may optionally be followed by '=' and the review type. For example:"
7924
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
7925
"the merge proposal. This can be overridden by specifying --review (-R).\n"
7926
"The parameter the launchpad account name of the desired reviewer. This\n"
7927
"may optionally be followed by '=' and the review type. For example:"
6800
#: bzrlib/plugins/launchpad/__init__.py:332
7929
#: bzrlib/plugins/launchpad/cmds.py:286
6801
7930
msgid " bzr lp-propose-merge --review jrandom --review review-team=qa"
7931
msgstr " bzr lp-propose-merge --review jrandom --review review-team=qa"
6804
#: bzrlib/plugins/launchpad/__init__.py:334
7933
#: bzrlib/plugins/launchpad/cmds.py:288
6806
7935
"This will propose a merge, request \"jrandom\" to perform a review of\n"
6807
7936
"unspecified type, and request \"review-team\" to perform a \"qa\" review."
7938
"This will propose a merge, request \"jrandom\" to perform a review of\n"
7939
"unspecified type, and request \"review-team\" to perform a \"qa\" review."
6810
#: bzrlib/plugins/launchpad/__init__.py:339
7941
#: bzrlib/plugins/launchpad/cmds.py:293
6811
7942
msgid "Propose the merge on staging."
7943
msgstr "Propose the merge on staging."
6814
#: bzrlib/plugins/launchpad/__init__.py:341
7945
#: bzrlib/plugins/launchpad/cmds.py:295
6815
7946
msgid "Commit message."
7947
msgstr "Commit message."
6818
#: bzrlib/plugins/launchpad/__init__.py:343
7949
#: bzrlib/plugins/launchpad/cmds.py:297
6819
7950
msgid "Mark the proposal as approved immediately."
6822
#: bzrlib/plugins/launchpad/__init__.py:345
7951
msgstr "Mark the proposal as approved immediately."
7953
#: bzrlib/plugins/launchpad/cmds.py:298
7954
msgid "The bug this proposal fixes."
7955
msgstr "The bug this proposal fixes."
7957
#: bzrlib/plugins/launchpad/cmds.py:300
6823
7958
msgid "Requested reviewer and optional type."
7959
msgstr "Requested reviewer and optional type."
6826
#: bzrlib/plugins/launchpad/__init__.py:382
7961
#: bzrlib/plugins/launchpad/cmds.py:335
6827
7962
msgid "Find the proposal to merge this revision."
6830
#: bzrlib/plugins/launchpad/__init__.py:384
6832
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
6833
"This works only if the selected branch was the merge proposal target, and\n"
6834
"if the merged_revno is recorded for the merge proposal. The proposal(s)\n"
6835
"are opened in a web browser."
6838
#: bzrlib/plugins/launchpad/__init__.py:389
6840
"Any revision involved in the merge may be specified-- the revision in\n"
6841
"which the merge was performed, or one of the revisions that was merged."
6844
#: bzrlib/plugins/launchpad/__init__.py:392
7963
msgstr "Find the proposal to merge this revision."
7965
#: bzrlib/plugins/launchpad/cmds.py:337
7967
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
7968
"This works only if the selected branch was the merge proposal target, and\n"
7969
"if the merged_revno is recorded for the merge proposal. The proposal(s)\n"
7970
"are opened in a web browser."
7972
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
7973
"This works only if the selected branch was the merge proposal target, and\n"
7974
"if the merged_revno is recorded for the merge proposal. The proposal(s)\n"
7975
"are opened in a web browser."
7977
#: bzrlib/plugins/launchpad/cmds.py:342
7979
"Any revision involved in the merge may be specified-- the revision in\n"
7980
"which the merge was performed, or one of the revisions that was merged."
7982
"Any revision involved in the merge may be specified-- the revision in\n"
7983
"which the merge was performed, or one of the revisions that was merged."
7985
#: bzrlib/plugins/launchpad/cmds.py:345
6845
7986
msgid "So, to find the merge proposal that reviewed line 1 of README::"
7987
msgstr "So, to find the merge proposal that reviewed line 1 of README::"
6848
#: bzrlib/plugins/launchpad/__init__.py:394
7989
#: bzrlib/plugins/launchpad/cmds.py:347
6849
7990
msgid " bzr lp-find-proposal -r annotate:README:1"
7991
msgstr " bzr lp-find-proposal -r annotate:README:1"
6852
#: bzrlib/plugins/launchpad/__init__.py:409
7993
#: bzrlib/plugins/launchpad/cmds.py:363
6853
7994
msgid "No review found."
7995
msgstr "No review found."
6856
#: bzrlib/plugins/launchpad/__init__.py:410
7997
#: bzrlib/plugins/launchpad/cmds.py:364
6857
7998
#, python-format
6858
7999
msgid "%d proposals(s) found."
8000
msgstr "%d proposals(s) found."
6861
#: bzrlib/plugins/launchpad/__init__.py:420
8002
#: bzrlib/plugins/launchpad/cmds.py:374
6862
8003
msgid "Finding revision-id"
8004
msgstr "Finding revision-id"
6865
#: bzrlib/plugins/launchpad/__init__.py:427
8006
#: bzrlib/plugins/launchpad/cmds.py:381
6866
8007
msgid "Finding merge"
8008
msgstr "Finding merge"
6869
#: bzrlib/plugins/launchpad/__init__.py:432
8010
#: bzrlib/plugins/launchpad/cmds.py:386
6870
8011
msgid "Finding revno"
8012
msgstr "Finding revno"
6873
#: bzrlib/plugins/launchpad/__init__.py:437
8014
#: bzrlib/plugins/launchpad/cmds.py:392
6874
8015
msgid "Finding Launchpad branch"
8016
msgstr "Finding Launchpad branch"
6877
#: bzrlib/plugins/launchpad/__init__.py:440
8018
#: bzrlib/plugins/launchpad/cmds.py:395
6878
8019
msgid "Finding proposals"
6881
#: bzrlib/plugins/launchpad/account.py:66
6882
msgid "Setting ssh/sftp usernames for launchpad.net."
8020
msgstr "Finding proposals"
6885
8022
#: bzrlib/plugins/launchpad/lp_api.py:241
6886
8023
#: bzrlib/plugins/launchpad/lp_api.py:246
6887
8024
#, python-format
6888
8025
msgid "%s is not registered on Launchpad"
8026
msgstr "%s is not registered on Launchpad"
6891
8028
#: bzrlib/plugins/launchpad/lp_api.py:256
6892
8029
#, python-format
6893
8030
msgid "%s has no development focus."
8031
msgstr "%s has no development focus."
6896
8033
#: bzrlib/plugins/launchpad/lp_api.py:261
6897
8034
#, python-format
6898
8035
msgid "development focus %s has no branch."
8036
msgstr "development focus %s has no branch."
6901
8038
#: bzrlib/plugins/launchpad/lp_api.py:266
6902
8039
#, python-format
6903
8040
msgid "source package %s has no branch."
8041
msgstr "source package %s has no branch."
6906
8043
#: bzrlib/plugins/launchpad/lp_api.py:270
6907
8044
#, python-format
6908
8045
msgid "%s has no associated product or source package."
8046
msgstr "%s has no associated product or source package."
6911
8048
#: bzrlib/plugins/launchpad/lp_api.py:282
6912
8049
#, python-format
6913
8050
msgid "%s is already up-to-date."
8051
msgstr "%s is already up-to-date."
6916
8053
#: bzrlib/plugins/launchpad/lp_api.py:289
6917
8054
#, python-format
6918
8055
msgid "Pushing to %s"
8056
msgstr "Pushing to %s"
6921
8058
#: bzrlib/plugins/launchpad/lp_directory.py:170
9837
11840
"itself is defined as the relative path between the section name and the\n"
9838
11841
"location it matches."
11843
"Note that ``basename`` here refers to the base name of ``relpath`` which\n"
11844
"itself is defined as the relative path between the section name and the\n"
11845
"location it matches."
9841
11847
#: en/help_topics/configuration.txt:336
9843
"When an option is local to a Section, it cannot be referred to from option\n"
9844
"values in any other section from the same ``Store`` nor from any other\n"
11849
"Another such option is ``branchname``, which refers to the name of a "
11851
"branch. For non-colocated branches, it behaves like basename. It can be "
11855
"Another such option is ``branchname``, which refers to the name of a "
11857
"branch. For non-colocated branches, it behaves like basename. It can be "
9848
11861
#: en/help_topics/configuration.txt:340
9851
"The main configuration file, bazaar.conf\n"
9852
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
9855
#: en/help_topics/configuration.txt:344
11863
" [/home/vila/src/bzr/bugs]\n"
11864
" mypush = lp:~vila/bzr/{branchname}"
11866
" [/home/vila/src/bzr/bugs]\n"
11867
" mypush = lp:~vila/bzr/{branchname}"
11869
#: en/help_topics/configuration.txt:343
11871
"When used with a colocated branch named ``832013-expand-in-stack``, we'll "
11874
"When used with a colocated branch named ``832013-expand-in-stack``, we'll "
11877
#: en/help_topics/configuration.txt:345
11879
" bzr config mypush\n"
11880
" lp:~vila/bzr/832013-expand-in-stack"
11882
" bzr config mypush\n"
11883
" lp:~vila/bzr/832013-expand-in-stack"
11885
#: en/help_topics/configuration.txt:348
11887
"When an option is local to a Section, it cannot be referred to from option\n"
11888
"values in any other section from the same ``Store`` nor from any other\n"
11891
"When an option is local to a Section, it cannot be referred to from option\n"
11892
"values in any other section from the same ``Store`` nor from any other\n"
11895
#: en/help_topics/configuration.txt:352
11898
"The main configuration file, bazaar.conf\n"
11899
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
11902
"The main configuration file, bazaar.conf\n"
11903
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
11905
#: en/help_topics/configuration.txt:356
9857
11907
"``bazaar.conf`` allows two sections: ``[DEFAULT]`` and ``[ALIASES]``.\n"
9858
11908
"The default section contains the default\n"
9859
11909
"configuration options for all branches. The default section can be\n"
9860
11910
"overriden by providing a branch-specific section in ``locations.conf``."
11912
"``bazaar.conf`` allows two sections: ``[DEFAULT]`` and ``[ALIASES]``.\n"
11913
"The default section contains the default\n"
11914
"configuration options for all branches. The default section can be\n"
11915
"overridden by providing a branch-specific section in ``locations.conf``."
9863
#: en/help_topics/configuration.txt:349
11917
#: en/help_topics/configuration.txt:361
9864
11918
msgid "A typical ``bazaar.conf`` section often looks like the following::"
9867
#: en/help_topics/configuration.txt:351
9870
" email = John Doe <jdoe@isp.com>\n"
9871
" editor = /usr/bin/vim\n"
9872
" create_signatures = when-required"
9875
#: en/help_topics/configuration.txt:356
9878
"The branch location configuration file, locations.conf\n"
9879
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
9882
#: en/help_topics/configuration.txt:360
9884
"``locations.conf`` allows one to specify overriding settings for\n"
9885
"a specific branch. The format is almost identical to the default section in\n"
9886
"bazaar.conf with one significant change: The section header, instead of "
9888
"default, will be the path to a branch that you wish to override a value\n"
9889
"for. The '?' and '*' wildcards are supported::"
9892
#: en/help_topics/configuration.txt:366
9894
" [/home/jdoe/branches/nethack]\n"
9895
" email = Nethack Admin <nethack@nethack.com>"
9898
#: en/help_topics/configuration.txt:369
9900
" [http://hypothetical.site.com/branches/devel-branch]\n"
9901
" create_signatures = always"
11919
msgstr "A typical ``bazaar.conf`` section often looks like the following::"
11921
#: en/help_topics/configuration.txt:363
11924
" email = John Doe <jdoe@isp.com>\n"
11925
" editor = /usr/bin/vim\n"
11926
" create_signatures = when-required"
11929
" email = John Doe <jdoe@isp.com>\n"
11930
" editor = /usr/bin/vim\n"
11931
" create_signatures = when-required"
11933
#: en/help_topics/configuration.txt:368
11936
"The branch location configuration file, locations.conf\n"
11937
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
11940
"The branch location configuration file, locations.conf\n"
11941
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
9904
11943
#: en/help_topics/configuration.txt:372
9906
"The authentication configuration file, authentication.conf\n"
9907
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
9910
#: en/help_topics/configuration.txt:375
9912
"``authentication.conf`` allows one to specify credentials for\n"
9913
"remote servers. This can be used for all the supported transports and any "
9915
"of bzr that requires authentication (smtp for example)."
9918
#: en/help_topics/configuration.txt:379
9920
"The syntax of the file obeys the same rules as the others except for the\n"
9921
"option policies which don't apply."
9924
#: en/help_topics/configuration.txt:382
9926
"For more information on the possible uses of the authentication "
9928
"file see :doc:`authentication-help`."
9931
#: en/help_topics/configuration.txt:385
9938
#: en/help_topics/configuration.txt:389
9944
#: en/help_topics/configuration.txt:392
9946
"A comma-separated list of debugging options to turn on. The same values\n"
9947
"can be used as with the -D command-line option (see `help global-options`).\n"
9951
#: en/help_topics/configuration.txt:396
11945
"``locations.conf`` allows one to specify overriding settings for\n"
11946
"a specific branch. The format is almost identical to the default section in\n"
11947
"bazaar.conf with one significant change: The section header, instead of "
11949
"default, will be the path to a branch that you wish to override a value\n"
11950
"for. The '?' and '*' wildcards are supported::"
11952
"``locations.conf`` allows one to specify overriding settings for\n"
11953
"a specific branch. The format is almost identical to the default section in\n"
11954
"bazaar.conf with one significant change: The section header, instead of "
11956
"default, will be the path to a branch that you wish to override a value\n"
11957
"for. The '?' and '*' wildcards are supported::"
11959
#: en/help_topics/configuration.txt:378
11961
" [/home/jdoe/branches/nethack]\n"
11962
" email = Nethack Admin <nethack@nethack.com>"
11964
" [/home/jdoe/branches/nethack]\n"
11965
" email = Nethack Admin <nethack@nethack.com>"
11967
#: en/help_topics/configuration.txt:381
11969
" [http://hypothetical.site.com/branches/devel-branch]\n"
11970
" create_signatures = always"
11972
" [http://hypothetical.site.com/branches/devel-branch]\n"
11973
" create_signatures = always"
11975
#: en/help_topics/configuration.txt:384
11977
"The authentication configuration file, authentication.conf\n"
11978
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
11980
"The authentication configuration file, authentication.conf\n"
11981
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
11983
#: en/help_topics/configuration.txt:387
11985
"``authentication.conf`` allows one to specify credentials for\n"
11986
"remote servers. This can be used for all the supported transports and any "
11988
"of bzr that requires authentication (smtp for example)."
11990
"``authentication.conf`` allows one to specify credentials for\n"
11991
"remote servers. This can be used for all the supported transports and any "
11993
"of bzr that requires authentication (smtp for example)."
11995
#: en/help_topics/configuration.txt:391
11997
"The syntax of the file obeys the same rules as the others except for the\n"
11998
"option policies which don't apply."
12000
"The syntax of the file obeys the same rules as the others except for the\n"
12001
"option policies which don't apply."
12003
#: en/help_topics/configuration.txt:394
12005
"For more information on the possible uses of the authentication "
12007
"file see :doc:`authentication-help`."
12009
"For more information on the possible uses of the authentication "
12011
"file see :doc:`authentication-help`."
12013
#: en/help_topics/configuration.txt:397
12023
#: en/help_topics/configuration.txt:401
12031
#: en/help_topics/configuration.txt:404
12033
"A comma-separated list of debugging options to turn on. The same values\n"
12034
"can be used as with the -D command-line option (see `help global-options`).\n"
12037
"A comma-separated list of debugging options to turn on. The same values\n"
12038
"can be used as with the -D command-line option (see `help global-options`).\n"
12041
#: en/help_topics/configuration.txt:408
9952
12042
msgid " debug_flags = hpss"
12043
msgstr " debug_flags = hpss"
9955
#: en/help_topics/configuration.txt:400
12045
#: en/help_topics/configuration.txt:412
9956
12046
msgid " debug_flags = hpss,evil"
9959
#: en/help_topics/configuration.txt:402
9965
#: en/help_topics/configuration.txt:405
9967
"The email address to use when committing a branch. Typically takes the form\n"
9971
#: en/help_topics/configuration.txt:408
12047
msgstr " debug_flags = hpss,evil"
12049
#: en/help_topics/configuration.txt:414
12057
#: en/help_topics/configuration.txt:417
12059
"The email address to use when committing a branch. Typically takes the form\n"
12062
"The email address to use when committing a branch. Typically takes the form\n"
12065
#: en/help_topics/configuration.txt:420
9972
12066
msgid " email = Full Name <account@hostname.tld>"
9975
#: en/help_topics/configuration.txt:410
9981
#: en/help_topics/configuration.txt:413
9983
"The path of the editor that you wish to use if *bzr commit* is run without\n"
9984
"a commit message. This setting is trumped by the environment variable\n"
9985
"``BZR_EDITOR``, and overrides the ``VISUAL`` and ``EDITOR`` environment\n"
9989
#: en/help_topics/configuration.txt:418
9995
#: en/help_topics/configuration.txt:421
9997
"The default log format to use. Standard log formats are ``long``, ``short``\n"
9998
"and ``line``. Additional formats may be provided by plugins. The default\n"
9999
"value is ``long``."
12067
msgstr " email = Full Name <account@hostname.tld>"
12069
#: en/help_topics/configuration.txt:422
10002
12077
#: en/help_topics/configuration.txt:425
10004
"check_signatures\n"
10008
#: en/help_topics/configuration.txt:428
10010
"Reserved for future use. These options will allow a policy for branches to\n"
10011
"require signatures."
10014
#: en/help_topics/configuration.txt:431
10017
" The gnupg signature for revisions must be present and must be valid."
10020
#: en/help_topics/configuration.txt:434
10023
" Do not check gnupg signatures of revisions."
12079
"The path of the editor that you wish to use if *bzr commit* is run without\n"
12080
"a commit message. This setting is trumped by the environment variable\n"
12081
"``BZR_EDITOR``, and overrides the ``VISUAL`` and ``EDITOR`` environment\n"
12084
"The path of the editor that you wish to use if *bzr commit* is run without\n"
12085
"a commit message. This setting is trumped by the environment variable\n"
12086
"``BZR_EDITOR``, and overrides the ``VISUAL`` and ``EDITOR`` environment\n"
12089
#: en/help_topics/configuration.txt:430
12097
#: en/help_topics/configuration.txt:433
12099
"The default log format to use. Standard log formats are ``long``, ``short``\n"
12100
"and ``line``. Additional formats may be provided by plugins. The default\n"
12101
"value is ``long``."
12103
"The default log format to use. Standard log formats are ``long``, ``short``\n"
12104
"and ``line``. Additional formats may be provided by plugins. The default\n"
12105
"value is ``long``."
10026
12107
#: en/help_topics/configuration.txt:437
10028
"check-available\n"
10029
" (default) If gnupg signatures for revisions are present, check them.\n"
10030
" Bazaar will fail if it finds a bad signature, but will not fail if\n"
10031
" no signature is present."
10034
#: en/help_topics/configuration.txt:442
10036
"create_signatures\n"
10037
"~~~~~~~~~~~~~~~~~"
10040
#: en/help_topics/configuration.txt:445
10042
"Defines the behaviour of signing revisions on commits. By default bzr will "
10044
"sign new commits."
10047
#: en/help_topics/configuration.txt:448
10050
" Sign every new revision that is committed. If the signing fails then "
10052
" commit will not be made."
10055
#: en/help_topics/configuration.txt:452
10058
" Reserved for future use."
10061
#: en/help_topics/configuration.txt:455
10064
" Reserved for future use."
10067
#: en/help_topics/configuration.txt:458
10069
"In future it is planned that ``when-required`` will sign newly\n"
10070
"committed revisions only when the branch requires them. ``never`` will "
10072
"to sign newly committed revisions, even if the branch requires signatures."
10075
#: en/help_topics/configuration.txt:462
10077
"dirstate.fdatasync\n"
10078
"~~~~~~~~~~~~~~~~~~"
10081
#: en/help_topics/configuration.txt:465
10083
"If true (default), working tree metadata changes are flushed through the\n"
10084
"OS buffers to physical disk. This is somewhat slower, but means data\n"
10085
"should not be lost if the machine crashes. See also repository.fdatasync."
10088
#: en/help_topics/configuration.txt:469
10090
"gpg_signing_key\n"
10094
#: en/help_topics/configuration.txt:472
10096
"The GnuPG user identity to use when signing commits. Can be an e-mail\n"
10097
"address, key fingerprint or full key ID. When unset or when set to\n"
10098
"\"default\" Bazaar will use the user e-mail set with ``whoami``."
10101
#: en/help_topics/configuration.txt:476
10107
#: en/help_topics/configuration.txt:479
10109
"Only useful in ``locations.conf``. Defines whether or not the\n"
10110
"configuration for this section applies to subdirectories:"
10113
#: en/help_topics/configuration.txt:482
10116
" (default) This section applies to subdirectories as well."
10119
#: en/help_topics/configuration.txt:485
10122
" This section only applies to the branch at this directory and not\n"
10123
" branches below it."
10126
#: en/help_topics/configuration.txt:489
10128
"gpg_signing_command\n"
10129
"~~~~~~~~~~~~~~~~~~~"
10132
#: en/help_topics/configuration.txt:492
10134
"(Default: \"gpg\"). Which program should be used to sign and check "
10139
#: en/help_topics/configuration.txt:495
12109
"check_signatures\n"
12112
"check_signatures\n"
12115
#: en/help_topics/configuration.txt:440
12117
"Reserved for future use. These options will allow a policy for branches to\n"
12118
"require signatures."
12120
"Reserved for future use. These options will allow a policy for branches to\n"
12121
"require signatures."
12123
#: en/help_topics/configuration.txt:443
12126
" The gnupg signature for revisions must be present and must be valid."
12129
" The gnupg signature for revisions must be present and must be valid."
12131
#: en/help_topics/configuration.txt:446
12134
" Do not check gnupg signatures of revisions."
12137
" Do not check gnupg signatures of revisions."
12139
#: en/help_topics/configuration.txt:449
12141
"check-available\n"
12142
" (default) If gnupg signatures for revisions are present, check them.\n"
12143
" Bazaar will fail if it finds a bad signature, but will not fail if\n"
12144
" no signature is present."
12146
"check-available\n"
12147
" (default) If gnupg signatures for revisions are present, check them.\n"
12148
" Bazaar will fail if it finds a bad signature, but will not fail if\n"
12149
" no signature is present."
12151
#: en/help_topics/configuration.txt:454
12153
"create_signatures\n"
12154
"~~~~~~~~~~~~~~~~~"
12156
"create_signatures\n"
12157
"~~~~~~~~~~~~~~~~~"
12159
#: en/help_topics/configuration.txt:457
12161
"Defines the behaviour of signing revisions on commits. By default bzr will "
12163
"sign new commits."
12165
"Defines the behaviour of signing revisions on commits. By default bzr will "
12167
"sign new commits."
12169
#: en/help_topics/configuration.txt:460
12172
" Sign every new revision that is committed. If the signing fails then "
12174
" commit will not be made."
12177
" Sign every new revision that is committed. If the signing fails then "
12179
" commit will not be made."
12181
#: en/help_topics/configuration.txt:464
12184
" Reserved for future use."
12187
" Reserved for future use."
12189
#: en/help_topics/configuration.txt:467
12192
" Reserved for future use."
12195
" Reserved for future use."
12197
#: en/help_topics/configuration.txt:470
12199
"In future it is planned that ``when-required`` will sign newly\n"
12200
"committed revisions only when the branch requires them. ``never`` will "
12202
"to sign newly committed revisions, even if the branch requires signatures."
12204
"In future it is planned that ``when-required`` will sign newly\n"
12205
"committed revisions only when the branch requires them. ``never`` will "
12207
"to sign newly committed revisions, even if the branch requires signatures."
12209
#: en/help_topics/configuration.txt:474
12211
"dirstate.fdatasync\n"
12212
"~~~~~~~~~~~~~~~~~~"
12214
"dirstate.fdatasync\n"
12215
"~~~~~~~~~~~~~~~~~~"
12217
#: en/help_topics/configuration.txt:477
12219
"If true (default), working tree metadata changes are flushed through the\n"
12220
"OS buffers to physical disk. This is somewhat slower, but means data\n"
12221
"should not be lost if the machine crashes. See also repository.fdatasync."
12223
"If true (default), working tree metadata changes are flushed through the\n"
12224
"OS buffers to physical disk. This is somewhat slower, but means data\n"
12225
"should not be lost if the machine crashes. See also repository.fdatasync."
12227
#: en/help_topics/configuration.txt:481
12229
"gpg_signing_key\n"
12232
"gpg_signing_key\n"
12235
#: en/help_topics/configuration.txt:484
12237
"The GnuPG user identity to use when signing commits. Can be an e-mail\n"
12238
"address, key fingerprint or full key ID. When unset or when set to\n"
12239
"\"default\" Bazaar will use the user e-mail set with ``whoami``."
12241
"The GnuPG user identity to use when signing commits. Can be an e-mail\n"
12242
"address, key fingerprint or full key ID. When unset or when set to\n"
12243
"\"default\" Bazaar will use the user e-mail set with ``whoami``."
12245
#: en/help_topics/configuration.txt:488
12253
#: en/help_topics/configuration.txt:491
12255
"Only useful in ``locations.conf``. Defines whether or not the\n"
12256
"configuration for this section applies to subdirectories:"
12258
"Only useful in ``locations.conf``. Defines whether or not the\n"
12259
"configuration for this section applies to subdirectories:"
12261
#: en/help_topics/configuration.txt:494
12264
" (default) This section applies to subdirectories as well."
12267
" (default) This section applies to subdirectories as well."
12269
#: en/help_topics/configuration.txt:497
12272
" This section only applies to the branch at this directory and not\n"
12273
" branches below it."
12276
" This section only applies to the branch at this directory and not\n"
12277
" branches below it."
12279
#: en/help_topics/configuration.txt:501
12281
"gpg_signing_command\n"
12282
"~~~~~~~~~~~~~~~~~~~"
12284
"gpg_signing_command\n"
12285
"~~~~~~~~~~~~~~~~~~~"
12287
#: en/help_topics/configuration.txt:504
12289
"(Default: \"gpg\"). Which program should be used to sign and check "
12293
"(Default: \"gpg\"). Which program should be used to sign and check "
12297
#: en/help_topics/configuration.txt:507
10140
12298
msgid " gpg_signing_command = /usr/bin/gnpg"
10143
#: en/help_topics/configuration.txt:497
10145
"The specified command must accept the options \"--clearsign\" and \"-u "
10149
#: en/help_topics/configuration.txt:499
10151
"bzr_remote_path\n"
10155
#: en/help_topics/configuration.txt:502
10157
"(Default: \"bzr\"). The path to the command that should be used to run the "
10159
"server for bzr. This value may only be specified in locations.conf, because:"
10162
#: en/help_topics/configuration.txt:505
10164
"- it's needed before branch.conf is accessible\n"
10165
"- allowing remote branch.conf files to specify commands would be a security\n"
12299
msgstr " gpg_signing_command = /usr/bin/gnpg"
10169
12301
#: en/help_topics/configuration.txt:509
10170
msgid "It is overridden by the BZR_REMOTE_PATH environment variable."
12303
"The specified command must accept the options \"--clearsign\" and \"-u "
12306
"The specified command must accept the options \"--clearsign\" and \"-u "
10173
12309
#: en/help_topics/configuration.txt:511
12311
"bzr_remote_path\n"
12314
"bzr_remote_path\n"
10179
12317
#: en/help_topics/configuration.txt:514
10181
"(Default: \"localhost\"). SMTP server to use when Bazaar needs to send\n"
10182
"email, eg. with ``merge-directive --mail-to``, or the bzr-email plugin."
12319
"(Default: \"bzr\"). The path to the command that should be used to run the "
12321
"server for bzr. This value may only be specified in locations.conf, because:"
12323
"(Default: \"bzr\"). The path to the command that should be used to run the "
12325
"server for bzr. This value may only be specified in locations.conf, because:"
10185
12327
#: en/help_topics/configuration.txt:517
10187
"smtp_username, smtp_password\n"
10188
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10191
#: en/help_topics/configuration.txt:520
10193
"User and password to authenticate to the SMTP server. If smtp_username\n"
10194
"is set, and smtp_password is not, Bazaar will prompt for a password.\n"
10195
"These settings are only needed if the SMTP server requires authentication\n"
10199
#: en/help_topics/configuration.txt:525
10201
"locks.steal_dead\n"
10205
#: en/help_topics/configuration.txt:528
10207
"If set to true, bzr will automatically break locks held by processes from\n"
10208
"the same machine and user that are no longer alive. Otherwise, it will\n"
10209
"print a message and you can break the lock manually, if you are satisfied\n"
10210
"the object is no longer in use."
10213
#: en/help_topics/configuration.txt:533
10219
#: en/help_topics/configuration.txt:536
10221
"A mail client to use for sending merge requests.\n"
10222
"By default, bzr will try to use ``mapi`` on Windows. On other platforms, "
10224
"will try ``xdg-email``. If either of these fails, it will fall back to\n"
10228
#: en/help_topics/configuration.txt:541
12329
"- it's needed before branch.conf is accessible\n"
12330
"- allowing remote branch.conf files to specify commands would be a security\n"
12333
"- it's needed before branch.conf is accessible\n"
12334
"- allowing remote branch.conf files to specify commands would be a security\n"
12337
#: en/help_topics/configuration.txt:521
12338
msgid "It is overridden by the BZR_REMOTE_PATH environment variable."
12339
msgstr "It is overridden by the BZR_REMOTE_PATH environment variable."
12341
#: en/help_topics/configuration.txt:523
12349
#: en/help_topics/configuration.txt:526
12351
"(Default: \"localhost\"). SMTP server to use when Bazaar needs to send\n"
12352
"email, eg. with ``merge-directive --mail-to``, or the bzr-email plugin."
12354
"(Default: \"localhost\"). SMTP server to use when Bazaar needs to send\n"
12355
"email, eg. with ``merge-directive --mail-to``, or the bzr-email plugin."
12357
#: en/help_topics/configuration.txt:529
12359
"smtp_username, smtp_password\n"
12360
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
12362
"smtp_username, smtp_password\n"
12363
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
12365
#: en/help_topics/configuration.txt:532
12367
"User and password to authenticate to the SMTP server. If smtp_username\n"
12368
"is set, and smtp_password is not, Bazaar will prompt for a password.\n"
12369
"These settings are only needed if the SMTP server requires authentication\n"
12372
"User and password to authenticate to the SMTP server. If smtp_username\n"
12373
"is set, and smtp_password is not, Bazaar will prompt for a password.\n"
12374
"These settings are only needed if the SMTP server requires authentication\n"
12377
#: en/help_topics/configuration.txt:537
12379
"locks.steal_dead\n"
12382
"locks.steal_dead\n"
12385
#: en/help_topics/configuration.txt:540
12387
"If set to true, bzr will automatically break locks held by processes from\n"
12388
"the same machine and user that are no longer alive. Otherwise, it will\n"
12389
"print a message and you can break the lock manually, if you are satisfied\n"
12390
"the object is no longer in use."
12392
"If set to true, bzr will automatically break locks held by processes from\n"
12393
"the same machine and user that are no longer alive. Otherwise, it will\n"
12394
"print a message and you can break the lock manually, if you are satisfied\n"
12395
"the object is no longer in use."
12397
#: en/help_topics/configuration.txt:545
12405
#: en/help_topics/configuration.txt:548
12407
"A mail client to use for sending merge requests.\n"
12408
"By default, bzr will try to use ``mapi`` on Windows. On other platforms, "
12410
"will try ``xdg-email``. If either of these fails, it will fall back to\n"
12413
"A mail client to use for sending merge requests.\n"
12414
"By default, bzr will try to use ``mapi`` on Windows. On other platforms, "
12416
"will try ``xdg-email``. If either of these fails, it will fall back to\n"
12419
#: en/help_topics/configuration.txt:553
10229
12420
msgid "Supported values for specific clients:"
12421
msgstr "Supported values for specific clients:"
10232
#: en/help_topics/configuration.txt:543
12423
#: en/help_topics/configuration.txt:555
10234
12425
":claws: Use Claws. This skips a dialog for attaching files.\n"
10235
12426
":evolution: Use Evolution.\n"
10240
12431
" this works around some bugs that xdg-email doesn't handle."
12433
":claws: Use Claws. This skips a dialogue for attaching files.\n"
12434
":evolution: Use Evolution.\n"
12435
":kmail: Use KMail.\n"
12436
":mutt: Use Mutt.\n"
12437
":thunderbird: Use Mozilla Thunderbird or Icedove. For Thunderbird/Icedove "
12439
" this works around some bugs that xdg-email doesn't handle."
10243
#: en/help_topics/configuration.txt:550
12441
#: en/help_topics/configuration.txt:562
10244
12442
msgid "Supported generic values are:"
10247
#: en/help_topics/configuration.txt:552
10249
":default: See above.\n"
10250
":editor: Use your editor to compose the merge request. This also uses\n"
10251
" your commit id, (see ``bzr whoami``), smtp_server and (optionally)\n"
10252
" smtp_username and smtp_password.\n"
10253
":mapi: Use your preferred e-mail client on Windows.\n"
10254
":xdg-email: Use xdg-email to run your preferred mail program"
10257
#: en/help_topics/configuration.txt:559
10259
"repository.fdatasync\n"
10260
"~~~~~~~~~~~~~~~~~~~~"
10263
#: en/help_topics/configuration.txt:562
10265
"If true (default), repository changes are flushed through the OS buffers\n"
10266
"to physical disk. This is somewhat slower, but means data should not be\n"
10267
"lost if the machine crashes. See also dirstate.fdatasync."
10270
#: en/help_topics/configuration.txt:566
10276
#: en/help_topics/configuration.txt:569
10278
"The branch you intend to submit your current work to. This is "
10280
"set by ``bzr send``, and is also used by the ``submit:`` revision spec. "
10282
"should usually be set on a per-branch or per-location basis."
10285
#: en/help_topics/configuration.txt:573
10291
#: en/help_topics/configuration.txt:576
12443
msgstr "Supported generic values are:"
12445
#: en/help_topics/configuration.txt:564
12447
":default: See above.\n"
12448
":editor: Use your editor to compose the merge request. This also uses\n"
12449
" your commit id, (see ``bzr whoami``), smtp_server and (optionally)\n"
12450
" smtp_username and smtp_password.\n"
12451
":mapi: Use your preferred e-mail client on Windows.\n"
12452
":xdg-email: Use xdg-email to run your preferred mail program"
12454
":default: See above.\n"
12455
":editor: Use your editor to compose the merge request. This also uses\n"
12456
" your commit id, (see ``bzr whoami``), smtp_server and (optionally)\n"
12457
" smtp_username and smtp_password.\n"
12458
":mapi: Use your preferred e-mail client on Windows.\n"
12459
":xdg-email: Use xdg-email to run your preferred mail program"
12461
#: en/help_topics/configuration.txt:571
12463
"repository.fdatasync\n"
12464
"~~~~~~~~~~~~~~~~~~~~"
12466
"repository.fdatasync\n"
12467
"~~~~~~~~~~~~~~~~~~~~"
12469
#: en/help_topics/configuration.txt:574
12471
"If true (default), repository changes are flushed through the OS buffers\n"
12472
"to physical disk. This is somewhat slower, but means data should not be\n"
12473
"lost if the machine crashes. See also dirstate.fdatasync."
12475
"If true (default), repository changes are flushed through the OS buffers\n"
12476
"to physical disk. This is somewhat slower, but means data should not be\n"
12477
"lost if the machine crashes. See also dirstate.fdatasync."
12479
#: en/help_topics/configuration.txt:578
12487
#: en/help_topics/configuration.txt:581
12489
"The branch you intend to submit your current work to. This is "
12491
"set by ``bzr send``, and is also used by the ``submit:`` revision spec. "
12493
"should usually be set on a per-branch or per-location basis."
12495
"The branch you intend to submit your current work to. This is "
12497
"set by ``bzr send``, and is also used by the ``submit:`` revision spec. "
12499
"should usually be set on a per-branch or per-location basis."
12501
#: en/help_topics/configuration.txt:585
12509
#: en/help_topics/configuration.txt:588
10293
12511
"A publically-accessible version of this branch (implying that this version "
10295
12513
"not publically-accessible). Used (and set) by ``bzr send``."
10298
#: en/help_topics/configuration.txt:579
10300
"suppress_warnings\n"
10301
"~~~~~~~~~~~~~~~~~"
10304
#: en/help_topics/configuration.txt:582
10306
"A list of strings, each string represent a warning that can be emitted by\n"
10307
"bzr. Mentioning a warning in this list tells bzr to not emit it."
10310
#: en/help_topics/configuration.txt:585
10311
msgid "Valid values:"
10314
#: en/help_topics/configuration.txt:587
10316
"* ``format_deprecation``:\n"
10317
" whether the format deprecation warning is shown on repositories that "
10319
" using deprecated formats."
12515
"A publicly-accessible version of this branch (implying that this version is\n"
12516
"not publicly-accessible). Used (and set) by ``bzr send``."
10322
12518
#: en/help_topics/configuration.txt:591
12520
"suppress_warnings\n"
12521
"~~~~~~~~~~~~~~~~~"
12523
"suppress_warnings\n"
12524
"~~~~~~~~~~~~~~~~~"
10328
12526
#: en/help_topics/configuration.txt:594
10330
"A format name for the default format used when creating branches. See "
10332
"help formats`` for possible values."
12528
"A list of strings, each string represent a warning that can be emitted by\n"
12529
"bzr. Mentioning a warning in this list tells bzr to not emit it."
12531
"A list of strings, each string represent a warning that can be emitted by\n"
12532
"bzr. Mentioning a warning in this list tells bzr to not emit it."
10335
12534
#: en/help_topics/configuration.txt:597
10338
"Unicode options\n"
10342
#: en/help_topics/configuration.txt:601
10344
"output_encoding\n"
10348
#: en/help_topics/configuration.txt:604
12535
msgid "Valid values:"
12536
msgstr "Valid values:"
12538
#: en/help_topics/configuration.txt:599
12540
"* ``format_deprecation``:\n"
12541
" whether the format deprecation warning is shown on repositories that "
12543
" using deprecated formats."
12545
"* ``format_deprecation``:\n"
12546
" whether the format deprecation warning is shown on repositories that "
12548
" using deprecated formats."
12550
#: en/help_topics/configuration.txt:603
12558
#: en/help_topics/configuration.txt:606
12560
"A format name for the default format used when creating branches. See "
12562
"help formats`` for possible values."
12564
"A format name for the default format used when creating branches. See "
12566
"help formats`` for possible values."
12568
#: en/help_topics/configuration.txt:609
12571
"Unicode options\n"
12575
"Unicode options\n"
12578
#: en/help_topics/configuration.txt:613
12580
"output_encoding\n"
12583
"output_encoding\n"
12586
#: en/help_topics/configuration.txt:616
10350
12588
"A Python unicode encoding name for text output from bzr, such as log\n"
10351
12589
"information. Values include: utf8, cp850, ascii, iso-8859-1. The default\n"
10352
12590
"is the terminal encoding prefered by the operating system."
10355
#: en/help_topics/configuration.txt:608
10358
"Branch type specific options\n"
10359
"----------------------------"
10362
#: en/help_topics/configuration.txt:612
10364
"These options apply only to branches that use the ``dirstate-tags`` or\n"
10365
"later format. They\n"
10366
"are usually set in ``.bzr/branch/branch.conf`` automatically, but may be\n"
10367
"manually set in ``locations.conf`` or ``bazaar.conf``."
10370
#: en/help_topics/configuration.txt:617
10372
"append_revisions_only\n"
10373
"~~~~~~~~~~~~~~~~~~~~~"
12592
"A Python unicode encoding name for text output from bzr, such as log\n"
12593
"information. Values include: utf8, cp850, ascii, iso-8859-1. The default\n"
12594
"is the terminal encoding preferred by the operating system."
10376
12596
#: en/help_topics/configuration.txt:620
10378
"If set to \"True\" then revisions can only be appended to the log, not\n"
10379
"removed. A branch with this setting enabled can only pull from another\n"
10380
"branch if the other branch's log is a longer version of its own. This is\n"
10381
"normally set by ``bzr init --append-revisions-only``. If you set it\n"
10382
"manually, use either 'True' or 'False' (case-sensitive) to maintain\n"
10383
"compatibility with previous bzr versions (older than 2.2)."
10386
#: en/help_topics/configuration.txt:627
10388
"parent_location\n"
10392
#: en/help_topics/configuration.txt:630
10394
"If present, the location of the default branch for pull or merge. This "
10396
"is normally set when creating a branch, the first ``pull`` or by ``pull\n"
10400
#: en/help_topics/configuration.txt:634
10406
#: en/help_topics/configuration.txt:637
10408
"If present, the location of the default branch for push. This option\n"
10409
"is normally set by the first ``push`` or ``push --remember``."
10412
#: en/help_topics/configuration.txt:640
10418
#: en/help_topics/configuration.txt:643
10420
"If present, defines the ``--strict`` option default value for checking\n"
10421
"uncommitted changes before pushing."
12599
"Branch type specific options\n"
12600
"----------------------------"
12603
"Branch type specific options\n"
12604
"----------------------------"
12606
#: en/help_topics/configuration.txt:624
12608
"These options apply only to branches that use the ``dirstate-tags`` or\n"
12609
"later format. They\n"
12610
"are usually set in ``.bzr/branch/branch.conf`` automatically, but may be\n"
12611
"manually set in ``locations.conf`` or ``bazaar.conf``."
12613
"These options apply only to branches that use the ``dirstate-tags`` or\n"
12614
"later format. They\n"
12615
"are usually set in ``.bzr/branch/branch.conf`` automatically, but may be\n"
12616
"manually set in ``locations.conf`` or ``bazaar.conf``."
12618
#: en/help_topics/configuration.txt:629
12620
"append_revisions_only\n"
12621
"~~~~~~~~~~~~~~~~~~~~~"
12623
"append_revisions_only\n"
12624
"~~~~~~~~~~~~~~~~~~~~~"
12626
#: en/help_topics/configuration.txt:632
12628
"If set to \"True\" then revisions can only be appended to the log, not\n"
12629
"removed. A branch with this setting enabled can only pull from another\n"
12630
"branch if the other branch's log is a longer version of its own. This is\n"
12631
"normally set by ``bzr init --append-revisions-only``. If you set it\n"
12632
"manually, use either 'True' or 'False' (case-sensitive) to maintain\n"
12633
"compatibility with previous bzr versions (older than 2.2)."
12635
"If set to \"True\" then revisions can only be appended to the log, not\n"
12636
"removed. A branch with this setting enabled can only pull from another\n"
12637
"branch if the other branch's log is a longer version of its own. This is\n"
12638
"normally set by ``bzr init --append-revisions-only``. If you set it\n"
12639
"manually, use either 'True' or 'False' (case-sensitive) to maintain\n"
12640
"compatibility with previous bzr versions (older than 2.2)."
12642
#: en/help_topics/configuration.txt:639
12644
"parent_location\n"
12647
"parent_location\n"
12650
#: en/help_topics/configuration.txt:642
12652
"If present, the location of the default branch for pull or merge. This "
12654
"is normally set when creating a branch, the first ``pull`` or by ``pull\n"
12657
"If present, the location of the default branch for pull or merge. This "
12659
"is normally set when creating a branch, the first ``pull`` or by ``pull\n"
10424
12662
#: en/help_topics/configuration.txt:646
10430
12670
#: en/help_topics/configuration.txt:649
10432
"If present, defines the ``--strict`` option default value for checking\n"
10433
"uncommitted changes before pushing into a different VCS without any\n"
10434
"custom bzr metadata."
10437
#: en/help_topics/configuration.txt:653
10443
#: en/help_topics/configuration.txt:656
10445
"The location that commits should go to when acting as a checkout.\n"
10446
"This option is normally set by ``bind``."
10449
#: en/help_topics/configuration.txt:659
10455
#: en/help_topics/configuration.txt:662
10457
"If set to \"True\", the branch should act as a checkout, and push each "
10459
"the bound_location. This option is normally set by ``bind``/``unbind``."
12672
"If present, the location of the default branch for push. This option\n"
12673
"is normally set by the first ``push`` or ``push --remember``."
12675
"If present, the location of the default branch for push. This option\n"
12676
"is normally set by the first ``push`` or ``push --remember``."
12678
#: en/help_topics/configuration.txt:652
12686
#: en/help_topics/configuration.txt:655
12688
"If present, defines the ``--strict`` option default value for checking\n"
12689
"uncommitted changes before pushing."
12691
"If present, defines the ``--strict`` option default value for checking\n"
12692
"uncommitted changes before pushing."
12694
#: en/help_topics/configuration.txt:658
12702
#: en/help_topics/configuration.txt:661
12704
"If present, defines the ``--strict`` option default value for checking\n"
12705
"uncommitted changes before pushing into a different VCS without any\n"
12706
"custom bzr metadata."
12708
"If present, defines the ``--strict`` option default value for checking\n"
12709
"uncommitted changes before pushing into a different VCS without any\n"
12710
"custom bzr metadata."
10462
12712
#: en/help_topics/configuration.txt:665
10468
12720
#: en/help_topics/configuration.txt:668
10470
"If present, defines the ``--strict`` option default value for checking\n"
10471
"uncommitted changes before sending a merge directive."
12722
"The location that commits should go to when acting as a checkout.\n"
12723
"This option is normally set by ``bind``."
12725
"The location that commits should go to when acting as a checkout.\n"
12726
"This option is normally set by ``bind``."
10474
12728
#: en/help_topics/configuration.txt:671
10476
"add.maximum_file_size\n"
10477
"~~~~~~~~~~~~~~~~~~~~~"
10480
12736
#: en/help_topics/configuration.txt:674
10482
"Defines the maximum file size the command line \"add\" operation will allow\n"
10483
"in recursive mode, with files larger than this value being skipped. You may "
10485
"specify this value as an integer (in which case it is interpreted as bytes), "
10487
"or you may specify the value using SI units, i.e. 10KB, 20MB, 1G. A value of "
10489
"will disable skipping."
12738
"If set to \"True\", the branch should act as a checkout, and push each "
12740
"the bound_location. This option is normally set by ``bind``/``unbind``."
12742
"If set to \"True\", the branch should act as a checkout, and push each "
12744
"the bound_location. This option is normally set by ``bind``/``unbind``."
12746
#: en/help_topics/configuration.txt:677
10492
12754
#: en/help_topics/configuration.txt:680
10494
"External Merge Tools\n"
10495
"--------------------"
12756
"If present, defines the ``--strict`` option default value for checking\n"
12757
"uncommitted changes before sending a merge directive."
12759
"If present, defines the ``--strict`` option default value for checking\n"
12760
"uncommitted changes before sending a merge directive."
10498
12762
#: en/help_topics/configuration.txt:683
10500
"bzr.mergetool.<name>\n"
10501
"~~~~~~~~~~~~~~~~~~~~"
12764
"add.maximum_file_size\n"
12765
"~~~~~~~~~~~~~~~~~~~~~"
12767
"add.maximum_file_size\n"
12768
"~~~~~~~~~~~~~~~~~~~~~"
10504
12770
#: en/help_topics/configuration.txt:686
10506
"Defines an external merge tool called <name> with the given command-line.\n"
10507
"Arguments containing spaces should be quoted using single or double quotes. "
10509
"executable may omit its path if it can be found on the PATH."
10512
#: en/help_topics/configuration.txt:690
10514
"The following markers can be used in the command-line to substitute "
10516
"involved in the merge conflict::"
10519
#: en/help_topics/configuration.txt:693
10521
" {base} file.BASE\n"
10522
" {this} file.THIS\n"
10523
" {other} file.OTHER\n"
10524
" {result} output file\n"
10525
" {this_temp} temp copy of file.THIS, used to overwrite output file if "
12772
"Defines the maximum file size the command line \"add\" operation will allow\n"
12773
"in recursive mode, with files larger than this value being skipped. You may "
12775
"specify this value as an integer (in which case it is interpreted as bytes), "
12777
"or you may specify the value using SI units, i.e. 10KB, 20MB, 1G. A value of "
12779
"will disable skipping."
12781
"Defines the maximum file size the command line \"add\" operation will allow\n"
12782
"in recursive mode, with files larger than this value being skipped. You may "
12784
"specify this value as an integer (in which case it is interpreted as bytes), "
12786
"or you may specify the value using SI units, i.e. 10KB, 20MB, 1G. A value of "
12788
"will disable skipping."
12790
#: en/help_topics/configuration.txt:692
12792
"External Merge Tools\n"
12793
"--------------------"
12795
"External Merge Tools\n"
12796
"--------------------"
12798
#: en/help_topics/configuration.txt:695
12800
"bzr.mergetool.<name>\n"
12801
"~~~~~~~~~~~~~~~~~~~~"
12803
"bzr.mergetool.<name>\n"
12804
"~~~~~~~~~~~~~~~~~~~~"
12806
#: en/help_topics/configuration.txt:698
12808
"Defines an external merge tool called <name> with the given command-line.\n"
12809
"Arguments containing spaces should be quoted using single or double quotes. "
12811
"executable may omit its path if it can be found on the PATH."
12813
"Defines an external merge tool called <name> with the given command-line.\n"
12814
"Arguments containing spaces should be quoted using single or double quotes. "
12816
"executable may omit its path if it can be found on the PATH."
10530
12818
#: en/help_topics/configuration.txt:702
12820
"The following markers can be used in the command-line to substitute "
12822
"involved in the merge conflict::"
12824
"The following markers can be used in the command-line to substitute "
12826
"involved in the merge conflict::"
12828
#: en/help_topics/configuration.txt:705
12830
" {base} file.BASE\n"
12831
" {this} file.THIS\n"
12832
" {other} file.OTHER\n"
12833
" {result} output file\n"
12834
" {this_temp} temp copy of file.THIS, used to overwrite output file if "
12838
" {base} file.BASE\n"
12839
" {this} file.THIS\n"
12840
" {other} file.OTHER\n"
12841
" {result} output file\n"
12842
" {this_temp} temp copy of file.THIS, used to overwrite output file if "
12846
#: en/help_topics/configuration.txt:714
10531
12847
msgid " bzr.mergetool.kdiff3 = kdiff3 {base} {this} {other} -o {result}"
10534
#: en/help_topics/configuration.txt:704
10536
"bzr.default_mergetool\n"
10537
"~~~~~~~~~~~~~~~~~~~~~"
10540
#: en/help_topics/configuration.txt:707
10542
"Specifies which external merge tool (as defined above) should be selected "
10544
"default in tools such as ``bzr qconflicts``."
10547
#: en/help_topics/configuration.txt:712
12848
msgstr " bzr.mergetool.kdiff3 = kdiff3 {base} {this} {other} -o {result}"
12850
#: en/help_topics/configuration.txt:716
12852
"bzr.default_mergetool\n"
12853
"~~~~~~~~~~~~~~~~~~~~~"
12855
"bzr.default_mergetool\n"
12856
"~~~~~~~~~~~~~~~~~~~~~"
12858
#: en/help_topics/configuration.txt:719
12860
"Specifies which external merge tool (as defined above) should be selected "
12862
"default in tools such as ``bzr qconflicts``."
12864
"Specifies which external merge tool (as defined above) should be selected "
12866
"default in tools such as ``bzr qconflicts``."
12868
#: en/help_topics/configuration.txt:724
10548
12869
msgid " bzr.default_mergetool = kdiff3\n"
12870
msgstr " bzr.default_mergetool = kdiff3\n"
10551
12872
#: en/help_topics/conflict-types.txt:1
10553
12874
"Conflict Types\n"
10554
12875
"=============="
10557
12880
#: en/help_topics/conflict-types.txt:4
11973
15032
"from CommitBuilder.revision_tree() and hooks MUST NOT modify this\n"
15035
"Called after a commit is calculated but before it is completed.\n"
15036
"pre_commit is called with (local, master, old_revno, old_revid,\n"
15037
"future_revno, future_revid, tree_delta, future_tree). old_revid is\n"
15038
"NULL_REVISION for the first commit to a branch, tree_delta is a\n"
15039
"TreeDelta object describing changes from the basis revision. hooks\n"
15040
"MUST NOT modify this delta. future_tree is an in-memory tree obtained\n"
15041
"from CommitBuilder.revision_tree() and hooks MUST NOT modify this\n"
11977
15044
#: en/help_topics/hooks.txt:142
15046
"transform_fallback_location\n"
15047
"~~~~~~~~~~~~~~~~~~~~~~~~~~~"
15049
"transform_fallback_location\n"
15050
"~~~~~~~~~~~~~~~~~~~~~~~~~~~"
15052
#: en/help_topics/hooks.txt:145
15053
msgid "Introduced in: 1.9"
15054
msgstr "Introduced in: 1.9"
11983
15056
#: en/help_topics/hooks.txt:147
11985
"Invoked whenever the revision history has been set via\n"
11986
"set_revision_history. The api signature is (branch, revision_history),\n"
11987
"and the branch will be write-locked. The set_rh hook can be expensive\n"
11988
"for bzr to trigger, a better hook to use is\n"
11989
"Branch.post_change_branch_tip."
11992
#: en/help_topics/hooks.txt:153
11994
"transform_fallback_location\n"
11995
"~~~~~~~~~~~~~~~~~~~~~~~~~~~"
11998
#: en/help_topics/hooks.txt:156
11999
msgid "Introduced in: 1.9"
15058
"Called when a stacked branch is activating its fallback locations.\n"
15059
"transform_fallback_location is called with (branch, url), and should\n"
15060
"return a new url. Returning the same url allows it to be used as-is,\n"
15061
"returning a different one can be used to cause the branch to stack on\n"
15062
"a closer copy of that fallback_location. Note that the branch cannot\n"
15063
"have history accessing methods called on it during this hook because\n"
15064
"the fallback locations have not been activated. When there are\n"
15065
"multiple hooks installed for transform_fallback_location, all are\n"
15066
"called with the url returned from the previous hook.The order is\n"
15067
"however undefined."
15069
"Called when a stacked branch is activating its fallback locations.\n"
15070
"transform_fallback_location is called with (branch, url), and should\n"
15071
"return a new url. Returning the same url allows it to be used as-is,\n"
15072
"returning a different one can be used to cause the branch to stack on\n"
15073
"a closer copy of that fallback_location. Note that the branch cannot\n"
15074
"have history accessing methods called on it during this hook because\n"
15075
"the fallback locations have not been activated. When there are\n"
15076
"multiple hooks installed for transform_fallback_location, all are\n"
15077
"called with the url returned from the previous hook.The order is\n"
15078
"however undefined."
12002
15080
#: en/help_topics/hooks.txt:158
12004
"Called when a stacked branch is activating its fallback locations.\n"
12005
"transform_fallback_location is called with (branch, url), and should\n"
12006
"return a new url. Returning the same url allows it to be used as-is,\n"
12007
"returning a different one can be used to cause the branch to stack on\n"
12008
"a closer copy of that fallback_location. Note that the branch cannot\n"
12009
"have history accessing methods called on it during this hook because\n"
12010
"the fallback locations have not been activated. When there are\n"
12011
"multiple hooks installed for transform_fallback_location, all are\n"
12012
"called with the url returned from the previous hook.The order is\n"
12013
"however undefined."
12016
#: en/help_topics/hooks.txt:169
12022
#: en/help_topics/hooks.txt:172
12028
#: en/help_topics/hooks.txt:175
15088
#: en/help_topics/hooks.txt:161
15096
#: en/help_topics/hooks.txt:164
12029
15097
msgid "Introduced in: 1.13"
12032
#: en/help_topics/hooks.txt:177
12034
"Called after creating a command object to allow modifications such as\n"
12035
"adding or removing options, docs etc. Called with the new\n"
12036
"bzrlib.commands.Command object."
12039
#: en/help_topics/hooks.txt:181
12045
#: en/help_topics/hooks.txt:184 en/help_topics/hooks.txt:196
12046
#: en/help_topics/hooks.txt:205 en/help_topics/hooks.txt:464
15098
msgstr "Introduced in: 1.13"
15100
#: en/help_topics/hooks.txt:166
15102
"Called after creating a command object to allow modifications such as\n"
15103
"adding or removing options, docs etc. Called with the new\n"
15104
"bzrlib.commands.Command object."
15106
"Called after creating a command object to allow modifications such as\n"
15107
"adding or removing options, docs etc. Called with the new\n"
15108
"bzrlib.commands.Command object."
15110
#: en/help_topics/hooks.txt:170
15118
#: en/help_topics/hooks.txt:173 en/help_topics/hooks.txt:185
15119
#: en/help_topics/hooks.txt:194 en/help_topics/hooks.txt:467
12047
15120
msgid "Introduced in: 1.17"
12050
#: en/help_topics/hooks.txt:186
12052
"Called when creating a single command. Called with (cmd_or_None,\n"
12053
"command_name). get_command should either return the cmd_or_None\n"
12054
"parameter, or a replacement Command object that should be used for the\n"
12055
"command. Note that the Command.hooks hooks are core infrastructure.\n"
12056
"Many users will prefer to use bzrlib.commands.register_command or\n"
12057
"plugin_cmds.register_lazy."
12060
#: en/help_topics/hooks.txt:193
12062
"get_missing_command\n"
12063
"~~~~~~~~~~~~~~~~~~~"
12066
#: en/help_topics/hooks.txt:198
12068
"Called when creating a single command if no command could be found.\n"
12069
"Called with (command_name). get_missing_command should either return\n"
12070
"None, or a Command object to be used for the command."
12073
#: en/help_topics/hooks.txt:202
12079
#: en/help_topics/hooks.txt:207
12081
"Called when enumerating commands. Called with a set of cmd_name\n"
12082
"strings for all the commands found so far. This set is safe to mutate\n"
12083
"- e.g. to remove a command. list_commands should return the updated\n"
12084
"set of command names."
12087
#: en/help_topics/hooks.txt:212
15121
msgstr "Introduced in: 1.17"
15123
#: en/help_topics/hooks.txt:175
15125
"Called when creating a single command. Called with (cmd_or_None,\n"
15126
"command_name). get_command should either return the cmd_or_None\n"
15127
"parameter, or a replacement Command object that should be used for the\n"
15128
"command. Note that the Command.hooks hooks are core infrastructure.\n"
15129
"Many users will prefer to use bzrlib.commands.register_command or\n"
15130
"plugin_cmds.register_lazy."
15132
"Called when creating a single command. Called with (cmd_or_None,\n"
15133
"command_name). get_command should either return the cmd_or_None\n"
15134
"parameter, or a replacement Command object that should be used for the\n"
15135
"command. Note that the Command.hooks hooks are core infrastructure.\n"
15136
"Many users will prefer to use bzrlib.commands.register_command or\n"
15137
"plugin_cmds.register_lazy."
15139
#: en/help_topics/hooks.txt:182
15141
"get_missing_command\n"
15142
"~~~~~~~~~~~~~~~~~~~"
15144
"get_missing_command\n"
15145
"~~~~~~~~~~~~~~~~~~~"
15147
#: en/help_topics/hooks.txt:187
15149
"Called when creating a single command if no command could be found.\n"
15150
"Called with (command_name). get_missing_command should either return\n"
15151
"None, or a Command object to be used for the command."
15153
"Called when creating a single command if no command could be found.\n"
15154
"Called with (command_name). get_missing_command should either return\n"
15155
"None, or a Command object to be used for the command."
15157
#: en/help_topics/hooks.txt:191
15165
#: en/help_topics/hooks.txt:196
15167
"Called when enumerating commands. Called with a set of cmd_name\n"
15168
"strings for all the commands found so far. This set is safe to mutate\n"
15169
"- e.g. to remove a command. list_commands should return the updated\n"
15170
"set of command names."
15172
"Called when enumerating commands. Called with a set of cmd_name\n"
15173
"strings for all the commands found so far. This set is safe to mutate\n"
15174
"- e.g. to remove a command. list_commands should return the updated\n"
15175
"set of command names."
15177
#: en/help_topics/hooks.txt:201
15185
#: en/help_topics/hooks.txt:204 en/help_topics/hooks.txt:211
15186
msgid "Introduced in: 2.6"
15187
msgstr "Introduced in: 2.6"
15189
#: en/help_topics/hooks.txt:206
15190
msgid "Called after executing a command. Called with the command object."
15191
msgstr "Called after executing a command. Called with the command object."
15193
#: en/help_topics/hooks.txt:208
15201
#: en/help_topics/hooks.txt:213
15202
msgid "Called prior to executing a command. Called with the command object."
15203
msgstr "Called prior to executing a command. Called with the command object."
12093
15205
#: en/help_topics/hooks.txt:215
12099
#: en/help_topics/hooks.txt:218 en/help_topics/hooks.txt:226
12100
#: en/help_topics/hooks.txt:233 en/help_topics/hooks.txt:241
12101
#: en/help_topics/hooks.txt:248 en/help_topics/hooks.txt:370
12102
#: en/help_topics/hooks.txt:443
15213
#: en/help_topics/hooks.txt:218
15221
#: en/help_topics/hooks.txt:221 en/help_topics/hooks.txt:229
15222
#: en/help_topics/hooks.txt:236 en/help_topics/hooks.txt:244
15223
#: en/help_topics/hooks.txt:251 en/help_topics/hooks.txt:373
15224
#: en/help_topics/hooks.txt:446
12103
15225
msgid "Introduced in: 2.4"
12106
#: en/help_topics/hooks.txt:220
12108
"Invoked when a config option is read. The signature is (stack, name,\n"
15226
msgstr "Introduced in: 2.4"
12112
15228
#: en/help_topics/hooks.txt:223
12118
#: en/help_topics/hooks.txt:228
15230
"Invoked when a config option is read. The signature is (stack, name,\n"
15233
"Invoked when a config option is read. The signature is (stack, name,\n"
15236
#: en/help_topics/hooks.txt:226
15244
#: en/help_topics/hooks.txt:231
12119
15245
msgid "Invoked when a config store is loaded. The signature is (store)."
12122
#: en/help_topics/hooks.txt:230
12128
#: en/help_topics/hooks.txt:235
12130
"Invoked when a config option is removed. The signature is (stack,\n"
15246
msgstr "Invoked when a config store is loaded. The signature is (store)."
15248
#: en/help_topics/hooks.txt:233
12134
15256
#: en/help_topics/hooks.txt:238
12140
#: en/help_topics/hooks.txt:243
15258
"Invoked when a config option is removed. The signature is (stack,\n"
15261
"Invoked when a config option is removed. The signature is (stack,\n"
15264
#: en/help_topics/hooks.txt:241
15272
#: en/help_topics/hooks.txt:246
12141
15273
msgid "Invoked when a config store is saved. The signature is (store)."
12144
#: en/help_topics/hooks.txt:245
12150
#: en/help_topics/hooks.txt:250
12152
"Invoked when a config option is set. The signature is (stack, name,\n"
15274
msgstr "Invoked when a config store is saved. The signature is (store)."
15276
#: en/help_topics/hooks.txt:248
12156
15284
#: en/help_topics/hooks.txt:253
12158
"ControlDirHooks\n"
15286
"Invoked when a config option is set. The signature is (stack, name,\n"
15289
"Invoked when a config option is set. The signature is (stack, name,\n"
12162
15292
#: en/help_topics/hooks.txt:256
12168
#: en/help_topics/hooks.txt:261
15294
"ControlDirHooks\n"
15297
"ControlDirHooks\n"
15300
#: en/help_topics/hooks.txt:259
15308
#: en/help_topics/hooks.txt:264
12170
15310
"Invoked after a repository has been initialized. post_repo_init is\n"
12171
15311
"called with a bzrlib.controldir.RepoInitHookParams."
12174
#: en/help_topics/hooks.txt:264
15313
"Invoked after a repository has been initialised. post_repo_init is\n"
15314
"called with a bzrlib.controldir.RepoInitHookParams."
12180
15316
#: en/help_topics/hooks.txt:267
15324
#: en/help_topics/hooks.txt:270
12181
15325
msgid "Introduced in: 1.14"
12184
#: en/help_topics/hooks.txt:269
12186
"Invoked before attempting to open a ControlDir with the transport that\n"
12187
"the open will use."
15326
msgstr "Introduced in: 1.14"
12190
15328
#: en/help_topics/hooks.txt:272
15330
"Invoked before attempting to open a ControlDir with the transport that\n"
15331
"the open will use."
15333
"Invoked before attempting to open a ControlDir with the transport that\n"
15334
"the open will use."
12196
15336
#: en/help_topics/hooks.txt:275
12202
#: en/help_topics/hooks.txt:278 en/help_topics/hooks.txt:297
12203
#: en/help_topics/hooks.txt:521
15344
#: en/help_topics/hooks.txt:278
15352
#: en/help_topics/hooks.txt:281 en/help_topics/hooks.txt:300
15353
#: en/help_topics/hooks.txt:524
12204
15354
msgid "Introduced in: 1.15"
12207
#: en/help_topics/hooks.txt:280
12209
"Invoked when displaying the statistics for a repository. repository is\n"
12210
"called with a statistics dictionary as returned by the repository and\n"
12211
"a file-like object to write to."
12214
#: en/help_topics/hooks.txt:284
15355
msgstr "Introduced in: 1.15"
15357
#: en/help_topics/hooks.txt:283
15359
"Invoked when displaying the statistics for a repository. repository is\n"
15360
"called with a statistics dictionary as returned by the repository and\n"
15361
"a file-like object to write to."
15363
"Invoked when displaying the statistics for a repository. repository is\n"
15364
"called with a statistics dictionary as returned by the repository and\n"
15365
"a file-like object to write to."
12220
15367
#: en/help_topics/hooks.txt:287
12226
#: en/help_topics/hooks.txt:292
12228
"Called with a bzrlib.lock.LockResult when a physical lock is acquired."
12231
#: en/help_topics/hooks.txt:294
12237
#: en/help_topics/hooks.txt:299
15375
#: en/help_topics/hooks.txt:290
15383
#: en/help_topics/hooks.txt:295
15385
"Called with a bzrlib.lock.LockResult when a physical lock is acquired."
15387
"Called with a bzrlib.lock.LockResult when a physical lock is acquired."
15389
#: en/help_topics/hooks.txt:297
15397
#: en/help_topics/hooks.txt:302
12238
15398
msgid "Called with a bzrlib.lock.LockResult when a physical lock is broken."
12241
#: en/help_topics/hooks.txt:301
12247
#: en/help_topics/hooks.txt:306
12249
"Called with a bzrlib.lock.LockResult when a physical lock is released."
12252
#: en/help_topics/hooks.txt:308
15399
msgstr "Called with a bzrlib.lock.LockResult when a physical lock is broken."
15401
#: en/help_topics/hooks.txt:304
15409
#: en/help_topics/hooks.txt:309
15411
"Called with a bzrlib.lock.LockResult when a physical lock is released."
15413
"Called with a bzrlib.lock.LockResult when a physical lock is released."
12258
15415
#: en/help_topics/hooks.txt:311
12260
"merge_file_content\n"
12261
"~~~~~~~~~~~~~~~~~~"
12264
15423
#: en/help_topics/hooks.txt:314
15425
"merge_file_content\n"
15426
"~~~~~~~~~~~~~~~~~~"
15428
"merge_file_content\n"
15429
"~~~~~~~~~~~~~~~~~~"
15431
#: en/help_topics/hooks.txt:317
12265
15432
msgid "Introduced in: 2.1"
12268
#: en/help_topics/hooks.txt:316
12270
"Called with a bzrlib.merge.Merger object to create a per file merge\n"
12271
"object when starting a merge. Should return either None or a subclass\n"
12272
"of ``bzrlib.merge.AbstractPerFileMerger``. Such objects will then be\n"
12273
"called per file that needs to be merged (including when one side has\n"
12274
"deleted the file and the other has changed it). See the\n"
12275
"AbstractPerFileMerger API docs for details on how it is used by merge."
12278
#: en/help_topics/hooks.txt:323
12286
#: en/help_topics/hooks.txt:326 en/help_topics/hooks.txt:334
12287
#: en/help_topics/hooks.txt:384 en/help_topics/hooks.txt:402
12288
#: en/help_topics/hooks.txt:410 en/help_topics/hooks.txt:509
15433
msgstr "Introduced in: 2.1"
15435
#: en/help_topics/hooks.txt:319
15437
"Called with a bzrlib.merge.Merger object to create a per file merge\n"
15438
"object when starting a merge. Should return either None or a subclass\n"
15439
"of ``bzrlib.merge.AbstractPerFileMerger``. Such objects will then be\n"
15440
"called per file that needs to be merged (including when one side has\n"
15441
"deleted the file and the other has changed it). See the\n"
15442
"AbstractPerFileMerger API docs for details on how it is used by merge."
15444
"Called with a bzrlib.merge.Merger object to create a per file merge\n"
15445
"object when starting a merge. Should return either None or a subclass\n"
15446
"of ``bzrlib.merge.AbstractPerFileMerger``. Such objects will then be\n"
15447
"called per file that needs to be merged (including when one side has\n"
15448
"deleted the file and the other has changed it). See the\n"
15449
"AbstractPerFileMerger API docs for details on how it is used by merge."
15451
#: en/help_topics/hooks.txt:326
15459
#: en/help_topics/hooks.txt:329 en/help_topics/hooks.txt:337
15460
#: en/help_topics/hooks.txt:387 en/help_topics/hooks.txt:405
15461
#: en/help_topics/hooks.txt:413 en/help_topics/hooks.txt:512
12289
15462
msgid "Introduced in: 2.5"
12290
15463
msgstr "Introduced in: 2.5"
12292
#: en/help_topics/hooks.txt:328
12294
"Called after a merge. Receives a Merger object as the single argument.\n"
12295
"The return value is ignored."
12297
"Called after a merge. Receives a Merger object as the single argument.\n"
12298
"The return value is ignored."
12300
15465
#: en/help_topics/hooks.txt:331
15467
"Called after a merge. Receives a Merger object as the single argument.\n"
15468
"The return value is ignored."
15470
"Called after a merge. Receives a Merger object as the single argument.\n"
15471
"The return value is ignored."
12308
#: en/help_topics/hooks.txt:336
15473
#: en/help_topics/hooks.txt:334
12310
"Called before a merge. Receives a Merger object as the single\n"
12313
"Called before a merge. Receives a Merger object as the single\n"
12316
15481
#: en/help_topics/hooks.txt:339
12318
"MergeDirectiveHooks\n"
12319
"-------------------"
15483
"Called before a merge. Receives a Merger object as the single\n"
15486
"Called before a merge. Receives a Merger object as the single\n"
12322
15489
#: en/help_topics/hooks.txt:342
12324
"merge_request_body\n"
12325
"~~~~~~~~~~~~~~~~~~"
15491
"MergeDirectiveHooks\n"
15492
"-------------------"
15494
"MergeDirectiveHooks\n"
15495
"-------------------"
12328
15497
#: en/help_topics/hooks.txt:345
15499
"merge_request_body\n"
15500
"~~~~~~~~~~~~~~~~~~"
15502
"merge_request_body\n"
15503
"~~~~~~~~~~~~~~~~~~"
15505
#: en/help_topics/hooks.txt:348
12329
15506
msgid "Introduced in: 1.15.0"
12332
#: en/help_topics/hooks.txt:347
12334
"Called with a MergeRequestBodyParams when a body is needed for a merge\n"
12335
"request. Callbacks must return a body. If more than one callback is\n"
12336
"registered, the output of one callback is provided to the next."
12339
#: en/help_topics/hooks.txt:351
12341
"MessageEditorHooks\n"
12342
"------------------"
15507
msgstr "Introduced in: 1.15.0"
15509
#: en/help_topics/hooks.txt:350
15511
"Called with a MergeRequestBodyParams when a body is needed for a merge\n"
15512
"request. Callbacks must return a body. If more than one callback is\n"
15513
"registered, the output of one callback is provided to the next."
15515
"Called with a MergeRequestBodyParams when a body is needed for a merge\n"
15516
"request. Callbacks must return a body. If more than one callback is\n"
15517
"registered, the output of one callback is provided to the next."
12345
15519
#: en/help_topics/hooks.txt:354
12347
"commit_message_template\n"
12348
"~~~~~~~~~~~~~~~~~~~~~~~"
15521
"MessageEditorHooks\n"
15522
"------------------"
15524
"MessageEditorHooks\n"
15525
"------------------"
12351
15527
#: en/help_topics/hooks.txt:357
15529
"commit_message_template\n"
15530
"~~~~~~~~~~~~~~~~~~~~~~~"
15532
"commit_message_template\n"
15533
"~~~~~~~~~~~~~~~~~~~~~~~"
15535
#: en/help_topics/hooks.txt:360
12352
15536
msgid "Introduced in: 1.10"
12355
#: en/help_topics/hooks.txt:359
12357
"Called when a commit message is being generated.\n"
12358
"commit_message_template is called with the bzrlib.commit.Commit object\n"
12359
"and the message that is known so far. commit_message_template must\n"
12360
"return a new message to use (which could be the same as it was given).\n"
12361
"When there are multiple hooks registered for commit_message_template,\n"
12362
"they are chained with the result from the first passed into the\n"
12363
"second, and so on."
12366
#: en/help_topics/hooks.txt:367
12368
"set_commit_message\n"
12369
"~~~~~~~~~~~~~~~~~~"
12372
#: en/help_topics/hooks.txt:372
12374
"Set a fixed commit message. set_commit_message is called with the\n"
12375
"bzrlib.commit.Commit object (so you can also change e.g. revision\n"
12376
"properties by editing commit.builder._revprops) and the message so\n"
12377
"far. set_commit_message must return the message to use or None if it\n"
12378
"should use the message editor as normal."
12381
#: en/help_topics/hooks.txt:378
12383
"MutableTreeHooks\n"
15537
msgstr "Introduced in: 1.10"
15539
#: en/help_topics/hooks.txt:362
15541
"Called when a commit message is being generated.\n"
15542
"commit_message_template is called with the bzrlib.commit.Commit object\n"
15543
"and the message that is known so far. commit_message_template must\n"
15544
"return a new message to use (which could be the same as it was given).\n"
15545
"When there are multiple hooks registered for commit_message_template,\n"
15546
"they are chained with the result from the first passed into the\n"
15547
"second, and so on."
15549
"Called when a commit message is being generated.\n"
15550
"commit_message_template is called with the bzrlib.commit.Commit object\n"
15551
"and the message that is known so far. commit_message_template must\n"
15552
"return a new message to use (which could be the same as it was given).\n"
15553
"When there are multiple hooks registered for commit_message_template,\n"
15554
"they are chained with the result from the first passed into the\n"
15555
"second, and so on."
15557
#: en/help_topics/hooks.txt:370
15559
"set_commit_message\n"
15560
"~~~~~~~~~~~~~~~~~~"
15562
"set_commit_message\n"
15563
"~~~~~~~~~~~~~~~~~~"
15565
#: en/help_topics/hooks.txt:375
15567
"Set a fixed commit message. set_commit_message is called with the\n"
15568
"bzrlib.commit.Commit object (so you can also change e.g. revision\n"
15569
"properties by editing commit.builder._revprops) and the message so\n"
15570
"far. set_commit_message must return the message to use or None if it\n"
15571
"should use the message editor as normal."
15573
"Set a fixed commit message. set_commit_message is called with the\n"
15574
"bzrlib.commit.Commit object (so you can also change e.g. revision\n"
15575
"properties by editing commit.builder._revprops) and the message so\n"
15576
"far. set_commit_message must return the message to use or None if it\n"
15577
"should use the message editor as normal."
12387
15579
#: en/help_topics/hooks.txt:381
12389
"post_build_tree\n"
12392
"post_build_tree\n"
12395
#: en/help_topics/hooks.txt:386
12397
"Called after a completely new tree is built. The hook is called with\n"
12398
"the tree as its only argument."
12400
"Called after a completely new tree is built. The hook is called with\n"
12401
"the tree as its only argument."
12403
#: en/help_topics/hooks.txt:392
15581
"MutableTreeHooks\n"
15584
"MutableTreeHooks\n"
15587
#: en/help_topics/hooks.txt:384
15589
"post_build_tree\n"
15592
"post_build_tree\n"
15595
#: en/help_topics/hooks.txt:389
15597
"Called after a completely new tree is built. The hook is called with\n"
15598
"the tree as its only argument."
15600
"Called after a completely new tree is built. The hook is called with\n"
15601
"the tree as its only argument."
15603
#: en/help_topics/hooks.txt:395
12404
15604
msgid "Introduced in: 2.0"
12407
#: en/help_topics/hooks.txt:394
12409
"Called after a commit is performed on a tree. The hook is called with\n"
12410
"a bzrlib.mutabletree.PostCommitHookParams object. The mutable tree the\n"
12411
"commit was performed on is available via the mutable_tree attribute of\n"
12415
#: en/help_topics/hooks.txt:399
12421
#: en/help_topics/hooks.txt:404
12423
"Called after a tree transform has been performed on a tree. The hook\n"
12424
"is called with the tree that is being transformed and the transform."
15605
msgstr "Introduced in: 2.0"
15607
#: en/help_topics/hooks.txt:397
15609
"Called after a commit is performed on a tree. The hook is called with\n"
15610
"a bzrlib.mutabletree.PostCommitHookParams object. The mutable tree the\n"
15611
"commit was performed on is available via the mutable_tree attribute of\n"
15614
"Called after a commit is performed on a tree. The hook is called with\n"
15615
"a bzrlib.mutabletree.PostCommitHookParams object. The mutable tree the\n"
15616
"commit was performed on is available via the mutable_tree attribute of\n"
15619
#: en/help_topics/hooks.txt:402
12427
15627
#: en/help_topics/hooks.txt:407
15629
"Called after a tree transform has been performed on a tree. The hook\n"
15630
"is called with the tree that is being transformed and the transform."
15632
"Called after a tree transform has been performed on a tree. The hook\n"
15633
"is called with the tree that is being transformed and the transform."
12433
#: en/help_topics/hooks.txt:412
15635
#: en/help_topics/hooks.txt:410
12435
"Called before a tree transform on this tree. The hook is called with\n"
12436
"the tree that is being transformed and the transform."
12439
15643
#: en/help_topics/hooks.txt:415
12445
#: en/help_topics/hooks.txt:420
12447
"Called before a commit is performed on a tree. The start commit hook\n"
12448
"is able to change the tree before the commit takes place. start_commit\n"
12449
"is called with the bzrlib.mutabletree.MutableTree that the commit is\n"
12450
"being performed on."
12453
#: en/help_topics/hooks.txt:425
12455
"SmartClientHooks\n"
15645
"Called before a tree transform on this tree. The hook is called with\n"
15646
"the tree that is being transformed and the transform."
15648
"Called before a tree transform on this tree. The hook is called with\n"
15649
"the tree that is being transformed and the transform."
15651
#: en/help_topics/hooks.txt:418
15659
#: en/help_topics/hooks.txt:423
15661
"Called before a commit is performed on a tree. The start commit hook\n"
15662
"is able to change the tree before the commit takes place. start_commit\n"
15663
"is called with the bzrlib.mutabletree.MutableTree that the commit is\n"
15664
"being performed on."
15666
"Called before a commit is performed on a tree. The start commit hook\n"
15667
"is able to change the tree before the commit takes place. start_commit\n"
15668
"is called with the bzrlib.mutabletree.MutableTree that the commit is\n"
15669
"being performed on."
12459
15671
#: en/help_topics/hooks.txt:428
15673
"SmartClientHooks\n"
15676
"SmartClientHooks\n"
12465
15679
#: en/help_topics/hooks.txt:431
15687
#: en/help_topics/hooks.txt:434
12466
15688
msgid "Introduced in: unknown"
12469
#: en/help_topics/hooks.txt:433
12471
"Called when the smart client is submitting a request to the smart\n"
12472
"server. Called with a bzrlib.smart.client.CallHookParams object.\n"
12473
"Streaming request bodies, and responses, are not accessible."
12476
#: en/help_topics/hooks.txt:437
12478
"SmartServerHooks\n"
15689
msgstr "Introduced in: unknown"
15691
#: en/help_topics/hooks.txt:436
15693
"Called when the smart client is submitting a request to the smart\n"
15694
"server. Called with a bzrlib.smart.client.CallHookParams object.\n"
15695
"Streaming request bodies, and responses, are not accessible."
15697
"Called when the smart client is submitting a request to the smart\n"
15698
"server. Called with a bzrlib.smart.client.CallHookParams object.\n"
15699
"Streaming request bodies, and responses, are not accessible."
12482
15701
#: en/help_topics/hooks.txt:440
12484
"server_exception\n"
12488
#: en/help_topics/hooks.txt:445
12490
"Called by the bzr server when an exception occurs. server_exception is\n"
12491
"called with the sys.exc_info() tuple return true for the hook if the\n"
12492
"exception has been handled, in which case the server will exit\n"
12496
#: en/help_topics/hooks.txt:450
12502
#: en/help_topics/hooks.txt:453 en/help_topics/hooks.txt:472
15703
"SmartServerHooks\n"
15706
"SmartServerHooks\n"
15709
#: en/help_topics/hooks.txt:443
15711
"server_exception\n"
15714
"server_exception\n"
15717
#: en/help_topics/hooks.txt:448
15719
"Called by the bzr server when an exception occurs. server_exception is\n"
15720
"called with the sys.exc_info() tuple return true for the hook if the\n"
15721
"exception has been handled, in which case the server will exit\n"
15724
"Called by the bzr server when an exception occurs. server_exception is\n"
15725
"called with the sys.exc_info() tuple return true for the hook if the\n"
15726
"exception has been handled, in which case the server will exit\n"
15729
#: en/help_topics/hooks.txt:453
15737
#: en/help_topics/hooks.txt:456 en/help_topics/hooks.txt:475
12503
15738
msgid "Introduced in: 0.16"
12506
#: en/help_topics/hooks.txt:455
12508
"Called by the bzr server when it starts serving a directory.\n"
12509
"server_started is called with (backing urls, public url), where\n"
12510
"backing_url is a list of URLs giving the server-specific directory\n"
12511
"locations, and public_url is the public URL for the directory being\n"
12515
#: en/help_topics/hooks.txt:461
12517
"server_started_ex\n"
12518
"~~~~~~~~~~~~~~~~~"
12521
#: en/help_topics/hooks.txt:466
12523
"Called by the bzr server when it starts serving a directory.\n"
12524
"server_started is called with (backing_urls, server_obj)."
15739
msgstr "Introduced in: 0.16"
15741
#: en/help_topics/hooks.txt:458
15743
"Called by the bzr server when it starts serving a directory.\n"
15744
"server_started is called with (backing urls, public url), where\n"
15745
"backing_url is a list of URLs giving the server-specific directory\n"
15746
"locations, and public_url is the public URL for the directory being\n"
15749
"Called by the bzr server when it starts serving a directory.\n"
15750
"server_started is called with (backing urls, public url), where\n"
15751
"backing_url is a list of URLs giving the server-specific directory\n"
15752
"locations, and public_url is the public URL for the directory being\n"
15755
#: en/help_topics/hooks.txt:464
15757
"server_started_ex\n"
15758
"~~~~~~~~~~~~~~~~~"
15760
"server_started_ex\n"
15761
"~~~~~~~~~~~~~~~~~"
12527
15763
#: en/help_topics/hooks.txt:469
12533
#: en/help_topics/hooks.txt:474
12535
"Called by the bzr server when it stops serving a directory.\n"
12536
"server_stopped is called with the same parameters as the\n"
12537
"server_started hook: (backing_urls, public_url)."
12540
#: en/help_topics/hooks.txt:478
15765
"Called by the bzr server when it starts serving a directory.\n"
15766
"server_started is called with (backing_urls, server_obj)."
15768
"Called by the bzr server when it starts serving a directory.\n"
15769
"server_started is called with (backing_urls, server_obj)."
15771
#: en/help_topics/hooks.txt:472
15779
#: en/help_topics/hooks.txt:477
15781
"Called by the bzr server when it stops serving a directory.\n"
15782
"server_stopped is called with the same parameters as the\n"
15783
"server_started hook: (backing_urls, public_url)."
15785
"Called by the bzr server when it stops serving a directory.\n"
15786
"server_stopped is called with the same parameters as the\n"
15787
"server_started hook: (backing_urls, public_url)."
12546
15789
#: en/help_topics/hooks.txt:481
12552
#: en/help_topics/hooks.txt:484 en/help_topics/hooks.txt:495
15797
#: en/help_topics/hooks.txt:484
15805
#: en/help_topics/hooks.txt:487 en/help_topics/hooks.txt:498
12553
15806
msgid "Introduced in: 2.3"
12556
#: en/help_topics/hooks.txt:486
12558
"Called with argument StatusHookParams after Bazaar has displayed the\n"
12559
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
12560
"to_file, versioned, show_ids, short, verbose). The last four arguments\n"
12561
"correspond to the command line options specified by the user for the\n"
12562
"status command. to_file is the output stream for writing."
12565
#: en/help_topics/hooks.txt:492
12571
#: en/help_topics/hooks.txt:497
12573
"Called with argument StatusHookParams before Bazaar displays the\n"
12574
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
12575
"to_file, versioned, show_ids, short, verbose). The last four arguments\n"
12576
"correspond to the command line options specified by the user for the\n"
12577
"status command. to_file is the output stream for writing."
12580
#: en/help_topics/hooks.txt:503
15807
msgstr "Introduced in: 2.3"
15809
#: en/help_topics/hooks.txt:489
15811
"Called with argument StatusHookParams after Bazaar has displayed the\n"
15812
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
15813
"to_file, versioned, show_ids, short, verbose). The last four arguments\n"
15814
"correspond to the command line options specified by the user for the\n"
15815
"status command. to_file is the output stream for writing."
15817
"Called with argument StatusHookParams after Bazaar has displayed the\n"
15818
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
15819
"to_file, versioned, show_ids, short, verbose). The last four arguments\n"
15820
"correspond to the command line options specified by the user for the\n"
15821
"status command. to_file is the output stream for writing."
15823
#: en/help_topics/hooks.txt:495
15831
#: en/help_topics/hooks.txt:500
15833
"Called with argument StatusHookParams before Bazaar displays the\n"
15834
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
15835
"to_file, versioned, show_ids, short, verbose). The last four arguments\n"
15836
"correspond to the command line options specified by the user for the\n"
15837
"status command. to_file is the output stream for writing."
15839
"Called with argument StatusHookParams before Bazaar displays the\n"
15840
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
15841
"to_file, versioned, show_ids, short, verbose). The last four arguments\n"
15842
"correspond to the command line options specified by the user for the\n"
15843
"status command. to_file is the output stream for writing."
12588
15845
#: en/help_topics/hooks.txt:506
12596
#: en/help_topics/hooks.txt:511
12598
"Called after a new connection is established or a reconnect occurs.\n"
12599
"The sole argument passed is either the connected transport or smart\n"
12602
"Called after a new connection is established or a reconnect occurs.\n"
12603
"The sole argument passed is either the connected transport or smart\n"
12606
#: en/help_topics/hooks.txt:515
12608
"RioVersionInfoBuilderHooks\n"
12609
"--------------------------"
15853
#: en/help_topics/hooks.txt:509
15861
#: en/help_topics/hooks.txt:514
15863
"Called after a new connection is established or a reconnect occurs.\n"
15864
"The sole argument passed is either the connected transport or smart\n"
15867
"Called after a new connection is established or a reconnect occurs.\n"
15868
"The sole argument passed is either the connected transport or smart\n"
12612
15871
#: en/help_topics/hooks.txt:518
12618
#: en/help_topics/hooks.txt:523
12620
"Invoked when adding information about a revision to the RIO stanza\n"
12621
"that is printed. revision is called with a revision object and a RIO\n"
15873
"RioVersionInfoBuilderHooks\n"
15874
"--------------------------"
15876
"RioVersionInfoBuilderHooks\n"
15877
"--------------------------"
15879
#: en/help_topics/hooks.txt:521
15887
#: en/help_topics/hooks.txt:526
15889
"Invoked when adding information about a revision to the RIO stanza\n"
15890
"that is printed. revision is called with a revision object and a RIO\n"
15893
"Invoked when adding information about a revision to the RIO stanza\n"
15894
"that is printed. revision is called with a revision object and a RIO\n"
12625
15897
#: en/help_topics/location-alias.txt:1
12627
15899
"Location aliases\n"
12628
15900
"================"
15902
"Location aliases\n"
12631
15905
#: en/help_topics/location-alias.txt:4
13373
16946
"``remote`` has a home directory of ``/home/remote`` on the server\n"
13374
16947
"shell.example.com, then::"
16949
"For bzr+ssh:// and sftp:// URLs, Bazaar also supports paths that begin\n"
16950
"with '~' as meaning that the rest of the path should be interpreted\n"
16951
"relative to the remote user's home directory. For example if the user\n"
16952
"``remote`` has a home directory of ``/home/remote`` on the server\n"
16953
"shell.example.com, then::"
13377
16955
#: en/help_topics/urlspec.txt:32
13378
16956
msgid " bzr+ssh://remote@shell.example.com/~/myproject/trunk"
16957
msgstr " bzr+ssh://remote@shell.example.com/~/myproject/trunk"
13381
16959
#: en/help_topics/urlspec.txt:34
13382
16960
msgid "would refer to ``/home/remote/myproject/trunk``."
16961
msgstr "would refer to ``/home/remote/myproject/trunk``."
13385
16963
#: en/help_topics/urlspec.txt:36
13387
16965
"Many commands that accept URLs also accept location aliases too.\n"
13388
16966
"See :doc:`location-alias-help` and :doc:`url-special-chars-help`.\n"
13392
#~ "Bazaar 2.5b5 -- a free distributed version-control tool\n"
16968
"Many commands that accept URLs also accept location aliases too.\n"
16969
"See :doc:`location-alias-help` and :doc:`url-special-chars-help`.\n"
16972
#~ "This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
16973
#~ "delete them if they can easily be recovered using revert otherwise they\n"
16974
#~ "will be backed up (adding an extention of the form .~#~). If no options or\n"
16975
#~ "parameters are given Bazaar will scan for files that are being tracked by\n"
16976
#~ "Bazaar but missing in your tree and stop tracking them for you."
16978
#~ "This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
16979
#~ "delete them if they can easily be recovered using revert otherwise they\n"
16980
#~ "will be backed up (adding an extension of the form .~#~). If no options or\n"
16981
#~ "parameters are given Bazaar will scan for files that are being tracked by\n"
16982
#~ "Bazaar but missing in your tree and stop tracking them for you."
16985
#~ "If unset, the tree root directory name is used as the nickname.\n"
16986
#~ "To print the current nickname, execute with no argument."
16988
#~ "If unset, the tree root directory name is used as the nickname.\n"
16989
#~ "To print the current nickname, execute with no argument."
16992
#~ "To remove only some changes, without reverting to a prior version, use\n"
16993
#~ "merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
16994
#~ "will remove the changes introduced by the second last commit (-2), without\n"
16995
#~ "affecting the changes introduced by the last commit (-1). To remove\n"
16996
#~ "certain changes on a hunk-by-hunk basis, see the shelve command."
16998
#~ "To remove only some changes, without reverting to a prior version, use\n"
16999
#~ "merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
17000
#~ "will remove the changes introduced by the second last commit (-2), without\n"
17001
#~ "affecting the changes introduced by the last commit (-1). To remove\n"
17002
#~ "certain changes on a hunk-by-hunk basis, see the shelve command."
17005
#~ "By default, any files that have been manually changed will be backed up\n"
17006
#~ "first. (Files changed only by merge are not backed up.) Backup files have\n"
17007
#~ "'.~#~' appended to their name, where # is a number."
17009
#~ "By default, any files that have been manually changed will be backed up\n"
17010
#~ "first. (Files changed only by merge are not backed up.) Backup files have\n"
17011
#~ "'.~#~' appended to their name, where # is a number."
17013
#~ msgid "Revert files to a previous revision."
17014
#~ msgstr "Revert files to a previous revision."
17017
#~ "Giving a list of files will revert only those files. Otherwise, all files\n"
17018
#~ "will be reverted. If the revision is not specified with '--revision', the\n"
17019
#~ "last committed revision is used."
17021
#~ "Giving a list of files will revert only those files. Otherwise, all files\n"
17022
#~ "will be reverted. If the revision is not specified with '--revision', the\n"
17023
#~ "last committed revision is used."
17026
#~ "Listen for connections on nominated port of the form [hostname:]portnumber. "
17027
#~ "Passing 0 as the port number will result in a dynamically allocated port. "
17028
#~ "The default port depends on the protocol."
17030
#~ "Listen for connections on nominated port of the form [hostname:]portnumber. "
17031
#~ "Passing 0 as the port number will result in a dynamically allocated port. "
17032
#~ "The default port depends on the protocol."
17034
#~ msgid "Unknown mail client: %(mail_client)s"
17035
#~ msgstr "Unknown mail client: %(mail_client)s"
17038
#~ "add Add specified files or directories.\n"
17039
#~ "alias Set/unset and display aliases.\n"
17040
#~ "annotate Show the origin of each line in a file.\n"
17041
#~ "bash-completion Generate a shell function for bash command line "
17043
#~ " [bash_completion]\n"
17044
#~ "bind Convert the current branch into a checkout of the "
17047
#~ "branch Create a new branch that is a copy of an existing branch.\n"
17048
#~ "branches List the branches available at the current location.\n"
17049
#~ "break-lock Break a dead lock.\n"
17050
#~ "cat Write the contents of a file as of a given revision to\n"
17051
#~ " standard output.\n"
17052
#~ "check Validate working tree structure, branch consistency and\n"
17053
#~ " repository history.\n"
17054
#~ "checkout Create a new checkout of an existing branch.\n"
17055
#~ "clean-tree Remove unwanted files from working tree.\n"
17056
#~ "commit Commit changes into a new revision.\n"
17057
#~ "config Display, set or remove a configuration option.\n"
17058
#~ "conflicts List files with conflicts.\n"
17059
#~ "deleted List files deleted in the working tree.\n"
17060
#~ "diff Show differences in the working tree, between revisions "
17063
#~ "dpush Push into a different VCS without any custom bzr "
17065
#~ "export Export current or past revision to a destination directory "
17068
#~ "help Show help on a command or other topic.\n"
17069
#~ "ignore Ignore specified files or patterns.\n"
17070
#~ "ignored List ignored files and the patterns that matched them.\n"
17071
#~ "info Show information about a working tree, branch or "
17073
#~ "init Make a directory into a versioned branch.\n"
17074
#~ "init-repository Create a shared repository for branches to share storage\n"
17076
#~ "join Combine a tree into its containing tree.\n"
17077
#~ "launchpad-login Show or set the Launchpad user ID. [launchpad]\n"
17078
#~ "launchpad-mirror Ask Launchpad to mirror a branch now. [launchpad]\n"
17079
#~ "launchpad-open Open a Launchpad branch page in your web browser. "
17081
#~ "log Show historical log for a branch or subset of a branch.\n"
17082
#~ "lp-find-proposal Find the proposal to merge this revision. [launchpad]\n"
17083
#~ "lp-propose-merge Propose merging a branch on Launchpad. [launchpad]\n"
17084
#~ "ls List files in a tree.\n"
17085
#~ "merge Perform a three-way merge.\n"
17086
#~ "missing Show unmerged/unpulled revisions between two branches.\n"
17087
#~ "mkdir Create a new versioned directory.\n"
17088
#~ "mv Move or rename a file.\n"
17089
#~ "nick Print or set the branch nickname.\n"
17090
#~ "pack Compress the data within a repository.\n"
17091
#~ "plugins List the installed plugins.\n"
17092
#~ "pull Turn this branch into a mirror of another branch.\n"
17093
#~ "push Update a mirror of this branch.\n"
17094
#~ "reconcile Reconcile bzr metadata in a branch.\n"
17095
#~ "reconfigure Reconfigure the type of a bzr directory.\n"
17096
#~ "register-branch Register a branch with launchpad.net. [launchpad]\n"
17097
#~ "remerge Redo a merge.\n"
17098
#~ "remove Remove files or directories.\n"
17099
#~ "remove-branch Remove a branch.\n"
17100
#~ "remove-tree Remove the working tree from a given branch/checkout.\n"
17101
#~ "renames Show list of renamed files.\n"
17102
#~ "resolve Mark a conflict as resolved.\n"
17103
#~ "revert Revert files to a previous revision.\n"
17104
#~ "revno Show current revision number.\n"
17105
#~ "root Show the tree root directory.\n"
17106
#~ "send Mail or create a merge-directive for submitting changes.\n"
17107
#~ "serve Run the bzr server.\n"
17108
#~ "shelve Temporarily set aside some changes from the current tree.\n"
17109
#~ "sign-my-commits Sign all commits by a given committer.\n"
17110
#~ "split Split a subdirectory of a tree into a separate tree.\n"
17111
#~ "status Display status summary.\n"
17112
#~ "switch Set the branch of a checkout and update.\n"
17113
#~ "tag Create, remove or modify a tag naming a revision.\n"
17114
#~ "tags List tags.\n"
17115
#~ "testament Show testament (signing-form) of a revision.\n"
17116
#~ "unbind Convert the current checkout into a regular branch.\n"
17117
#~ "uncommit Remove the last committed revision.\n"
17118
#~ "unshelve Restore shelved changes.\n"
17119
#~ "update Update a working tree to a new revision.\n"
17120
#~ "upgrade Upgrade a repository, branch or working tree to a newer\n"
17122
#~ "verify-signatures Verify all commit signatures.\n"
17123
#~ "version Show version of bzr.\n"
17124
#~ "version-info Show version information about this tree.\n"
17125
#~ "view Manage filtered views.\n"
17126
#~ "whoami Show or set bzr user id.\n"
17128
#~ "add Add specified files or directories.\n"
17129
#~ "alias Set/unset and display aliases.\n"
17130
#~ "annotate Show the origin of each line in a file.\n"
17131
#~ "bash-completion Generate a shell function for bash command line "
17133
#~ " [bash_completion]\n"
17134
#~ "bind Convert the current branch into a checkout of the "
17137
#~ "branch Create a new branch that is a copy of an existing branch.\n"
17138
#~ "branches List the branches available at the current location.\n"
17139
#~ "break-lock Break a dead lock.\n"
17140
#~ "cat Write the contents of a file as of a given revision to\n"
17141
#~ " standard output.\n"
17142
#~ "check Validate working tree structure, branch consistency and\n"
17143
#~ " repository history.\n"
17144
#~ "checkout Create a new checkout of an existing branch.\n"
17145
#~ "clean-tree Remove unwanted files from working tree.\n"
17146
#~ "commit Commit changes into a new revision.\n"
17147
#~ "config Display, set or remove a configuration option.\n"
17148
#~ "conflicts List files with conflicts.\n"
17149
#~ "deleted List files deleted in the working tree.\n"
17150
#~ "diff Show differences in the working tree, between revisions "
17153
#~ "dpush Push into a different VCS without any custom bzr "
17155
#~ "export Export current or past revision to a destination directory "
17158
#~ "help Show help on a command or other topic.\n"
17159
#~ "ignore Ignore specified files or patterns.\n"
17160
#~ "ignored List ignored files and the patterns that matched them.\n"
17161
#~ "info Show information about a working tree, branch or "
17163
#~ "init Make a directory into a versioned branch.\n"
17164
#~ "init-repository Create a shared repository for branches to share storage\n"
17166
#~ "join Combine a tree into its containing tree.\n"
17167
#~ "launchpad-login Show or set the Launchpad user ID. [launchpad]\n"
17168
#~ "launchpad-mirror Ask Launchpad to mirror a branch now. [launchpad]\n"
17169
#~ "launchpad-open Open a Launchpad branch page in your web browser. "
17171
#~ "log Show historical log for a branch or subset of a branch.\n"
17172
#~ "lp-find-proposal Find the proposal to merge this revision. [launchpad]\n"
17173
#~ "lp-propose-merge Propose merging a branch on Launchpad. [launchpad]\n"
17174
#~ "ls List files in a tree.\n"
17175
#~ "merge Perform a three-way merge.\n"
17176
#~ "missing Show unmerged/unpulled revisions between two branches.\n"
17177
#~ "mkdir Create a new versioned directory.\n"
17178
#~ "mv Move or rename a file.\n"
17179
#~ "nick Print or set the branch nickname.\n"
17180
#~ "pack Compress the data within a repository.\n"
17181
#~ "plugins List the installed plugins.\n"
17182
#~ "pull Turn this branch into a mirror of another branch.\n"
17183
#~ "push Update a mirror of this branch.\n"
17184
#~ "reconcile Reconcile bzr metadata in a branch.\n"
17185
#~ "reconfigure Reconfigure the type of a bzr directory.\n"
17186
#~ "register-branch Register a branch with launchpad.net. [launchpad]\n"
17187
#~ "remerge Redo a merge.\n"
17188
#~ "remove Remove files or directories.\n"
17189
#~ "remove-branch Remove a branch.\n"
17190
#~ "remove-tree Remove the working tree from a given branch/checkout.\n"
17191
#~ "renames Show list of renamed files.\n"
17192
#~ "resolve Mark a conflict as resolved.\n"
17193
#~ "revert Revert files to a previous revision.\n"
17194
#~ "revno Show current revision number.\n"
17195
#~ "root Show the tree root directory.\n"
17196
#~ "send Mail or create a merge-directive for submitting changes.\n"
17197
#~ "serve Run the bzr server.\n"
17198
#~ "shelve Temporarily set aside some changes from the current tree.\n"
17199
#~ "sign-my-commits Sign all commits by a given committer.\n"
17200
#~ "split Split a subdirectory of a tree into a separate tree.\n"
17201
#~ "status Display status summary.\n"
17202
#~ "switch Set the branch of a checkout and update.\n"
17203
#~ "tag Create, remove or modify a tag naming a revision.\n"
17204
#~ "tags List tags.\n"
17205
#~ "testament Show testament (signing-form) of a revision.\n"
17206
#~ "unbind Convert the current checkout into a regular branch.\n"
17207
#~ "uncommit Remove the last committed revision.\n"
17208
#~ "unshelve Restore shelved changes.\n"
17209
#~ "update Update a working tree to a new revision.\n"
17210
#~ "upgrade Upgrade a repository, branch or working tree to a newer\n"
17212
#~ "verify-signatures Verify all commit signatures.\n"
17213
#~ "version Show version of bzr.\n"
17214
#~ "version-info Show version information about this tree.\n"
17215
#~ "view Manage filtered views.\n"
17216
#~ "whoami Show or set bzr user id.\n"
17226
#~ "Invoked whenever the revision history has been set via\n"
17227
#~ "set_revision_history. The api signature is (branch, revision_history),\n"
17228
#~ "and the branch will be write-locked. The set_rh hook can be expensive\n"
17229
#~ "for bzr to trigger, a better hook to use is\n"
17230
#~ "Branch.post_change_branch_tip."
17232
#~ "Invoked whenever the revision history has been set via\n"
17233
#~ "set_revision_history. The api signature is (branch, revision_history),\n"
17234
#~ "and the branch will be write-locked. The set_rh hook can be expensive\n"
17235
#~ "for bzr to trigger, a better hook to use is\n"
17236
#~ "Branch.post_change_branch_tip."
17239
#~ "Bazaar 2.5b6 -- a free distributed version-control tool\n"
13393
17240
#~ "http://bazaar.canonical.com/"
13395
#~ "Bazaar 2.5b5 -- a free distributed version-control tool\n"
17242
#~ "Bazaar 2.5b6 -- a free distributed version-control tool\n"
13396
17243
#~ "http://bazaar.canonical.com/"