Merge lp:~jelmer/brz/3.2 into lp:brz/3.2

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/3.2
Merge into: lp:brz/3.2
Diff against target: 11109 lines (+1953/-1985)
3 files modified
breezy/__init__.py (+1/-1)
doc/en/_templates/index.html (+1/-1)
po/brz.pot (+1951/-1983)
To merge this branch: bzr merge lp:~jelmer/brz/3.2
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+402144@code.launchpad.net

Commit message

Merge 3.2.0.

Description of the change

Merge 3.2.0.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'breezy/__init__.py'
2--- breezy/__init__.py 2020-06-19 21:26:53 +0000
3+++ breezy/__init__.py 2021-05-03 13:59:16 +0000
4@@ -51,7 +51,7 @@
5 # Python version 2.0 is (2, 0, 0, 'final', 0)." Additionally we use a
6 # releaselevel of 'dev' for unreleased under-development code.
7
8-version_info = (3, 2, 0, 'dev', 0)
9+version_info = (3, 2, 0, 'final', 0)
10
11
12 def _format_version_tuple(version_info):
13
14=== modified file 'doc/en/_templates/index.html'
15--- doc/en/_templates/index.html 2018-11-21 00:43:20 +0000
16+++ doc/en/_templates/index.html 2021-05-03 13:59:16 +0000
17@@ -7,7 +7,7 @@
18
19 <table class="contentstable" align="center" style="margin-left: 30px"><tr>
20 <td width="50%">
21- <p class="biglink"><a class="biglink" href="{{ pathto("whats-new/whats-new-in-3.0") }}">What's New in Breezy 3.0?</a><br/>
22+ <p class="biglink"><a class="biglink" href="{{ pathto("whats-new/whats-new-in-3.2") }}">What's New in Breezy 3.2?</a><br/>
23 <span class="linkdescr">what's new in this release</span>
24 </p>
25 <p class="biglink"><a class="biglink" href="{{ pathto("user-guide/index") }}">User Guide</a><br/>
26
27=== modified file 'po/brz.pot'
28--- po/brz.pot 2020-05-21 19:02:12 +0000
29+++ po/brz.pot 2021-05-03 13:59:16 +0000
30@@ -8,7 +8,7 @@
31 msgstr ""
32 "Project-Id-Version: brz\n"
33 "Report-Msgid-Bugs-To: <bazaar@canonical.com>\n"
34-"POT-Creation-Date: 2020-05-21 19:00+0000\n"
35+"POT-Creation-Date: 2021-05-03 13:48+0100\n"
36 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
37 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
38 "Language-Team: LANGUAGE <LL@li.org>\n"
39@@ -18,16 +18,16 @@
40 "Content-Transfer-Encoding: 8bit\n"
41 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
42
43-#: breezy/add.py:95
44+#: breezy/add.py:93
45 #, python-brace-format
46 msgid "skipping {0} (larger than {1} of {2} bytes)"
47 msgstr ""
48
49-#: breezy/bisect.py:266
50+#: breezy/bisect.py:261
51 msgid "Find an interesting commit using a binary search."
52 msgstr ""
53
54-#: breezy/bisect.py:268
55+#: breezy/bisect.py:263
56 msgid ""
57 "Bisecting, in a nutshell, is a way to find the commit at which\n"
58 "some testable change was made, such as the introduction of a bug\n"
59@@ -38,34 +38,34 @@
60 "the change was first introduced."
61 msgstr ""
62
63-#: breezy/bisect.py:276
64+#: breezy/bisect.py:271
65 msgid ""
66 "This command uses subcommands to implement the search, each\n"
67 "of which changes the state of the bisection. The\n"
68 "subcommands are:"
69 msgstr ""
70
71-#: breezy/bisect.py:280
72+#: breezy/bisect.py:275
73 msgid ""
74 "brz bisect start\n"
75 " Start a bisect, possibly clearing out a previous bisect."
76 msgstr ""
77
78-#: breezy/bisect.py:283
79+#: breezy/bisect.py:278
80 msgid ""
81 "brz bisect yes [-r rev]\n"
82 " The specified revision (or the current revision, if not given)\n"
83 " has the characteristic we're looking for,"
84 msgstr ""
85
86-#: breezy/bisect.py:287
87+#: breezy/bisect.py:282
88 msgid ""
89 "brz bisect no [-r rev]\n"
90 " The specified revision (or the current revision, if not given)\n"
91 " does not have the characteristic we're looking for,"
92 msgstr ""
93
94-#: breezy/bisect.py:291
95+#: breezy/bisect.py:286
96 msgid ""
97 "brz bisect move -r rev\n"
98 " Switch to a different revision manually. Use if the bisect\n"
99@@ -73,27 +73,27 @@
100 " move as little as possible."
101 msgstr ""
102
103-#: breezy/bisect.py:296
104+#: breezy/bisect.py:291
105 msgid ""
106 "brz bisect reset\n"
107 " Clear out a bisection in progress."
108 msgstr ""
109
110-#: breezy/bisect.py:299
111+#: breezy/bisect.py:294
112 msgid ""
113 "brz bisect log [-o file]\n"
114 " Output a log of the current bisection to standard output, or\n"
115 " to the specified file."
116 msgstr ""
117
118-#: breezy/bisect.py:303
119+#: breezy/bisect.py:298
120 msgid ""
121 "brz bisect replay <logfile>\n"
122 " Replay a previously-saved bisect log, forgetting any bisection\n"
123 " that might be in progress."
124 msgstr ""
125
126-#: breezy/bisect.py:307
127+#: breezy/bisect.py:302
128 msgid ""
129 "brz bisect run <script>\n"
130 " Bisect automatically using <script> to determine 'yes' or 'no'.\n"
131@@ -104,83 +104,83 @@
132 msgstr ""
133
134 # help of 'output' option of 'bisect' command
135-#: breezy/bisect.py:317
136+#: breezy/bisect.py:312
137 msgid "Write log to this file."
138 msgstr ""
139
140-#: breezy/branch.py:828
141+#: breezy/branch.py:822
142 msgid "Unstacking"
143 msgstr ""
144
145-#: breezy/branch.py:2009
146+#: breezy/branch.py:2003
147 #, python-format
148 msgid "Pushed up to revision %d."
149 msgstr ""
150
151-#: breezy/branch.py:2012
152+#: breezy/branch.py:2006
153 #, python-format
154 msgid "Pushed up to revision id %s."
155 msgstr ""
156
157-#: breezy/branch.py:2015
158+#: breezy/branch.py:2009
159 #, python-format
160 msgid "%d tag updated."
161 msgid_plural "%d tags updated."
162 msgstr[0] ""
163 msgstr[1] ""
164
165-#: breezy/branch.py:2019
166+#: breezy/branch.py:2013
167 msgid "No new revisions or tags to push."
168 msgstr ""
169
170-#: breezy/branch.py:2021
171+#: breezy/branch.py:2015
172 msgid "No new revisions to push."
173 msgstr ""
174
175-#: breezy/branch.py:2041
176+#: breezy/branch.py:2035
177 #, python-brace-format
178 msgid "checked branch {0} format {1}"
179 msgstr ""
180
181-#: breezy/branch.py:2044
182+#: breezy/branch.py:2038
183 #, python-format
184 msgid "found error:%s"
185 msgstr ""
186
187-#: breezy/builtins.py:262 breezy/builtins.py:3094 breezy/workingtree.py:251
188+#: breezy/builtins.py:253 breezy/builtins.py:3084 breezy/workingtree.py:249
189 #, python-format
190 msgid "Ignoring files outside view. View is %s"
191 msgstr ""
192
193-#: breezy/builtins.py:272
194+#: breezy/builtins.py:263
195 #, python-format
196 msgid "brz %s --revision takes exactly one revision identifier"
197 msgstr ""
198
199-#: breezy/builtins.py:327
200+#: breezy/builtins.py:318
201 msgid "Display status summary."
202 msgstr ""
203
204-#: breezy/builtins.py:329
205+#: breezy/builtins.py:320
206 msgid ""
207 "This reports on versioned and unknown files, reporting them\n"
208 "grouped by state. Possible states are:"
209 msgstr ""
210
211-#: breezy/builtins.py:332
212+#: breezy/builtins.py:323
213 msgid ""
214 "added\n"
215 " Versioned in the working copy but not in the previous revision."
216 msgstr ""
217
218-#: breezy/builtins.py:335
219+#: breezy/builtins.py:326
220 msgid ""
221 "removed\n"
222 " Versioned in the previous revision but removed or deleted\n"
223 " in the working copy."
224 msgstr ""
225
226-#: breezy/builtins.py:339
227+#: breezy/builtins.py:330
228 msgid ""
229 "renamed\n"
230 " Path of this file changed from the previous revision;\n"
231@@ -188,25 +188,25 @@
232 " parent directory was renamed."
233 msgstr ""
234
235-#: breezy/builtins.py:344
236+#: breezy/builtins.py:335
237 msgid ""
238 "modified\n"
239 " Text has changed since the previous revision."
240 msgstr ""
241
242-#: breezy/builtins.py:347
243+#: breezy/builtins.py:338
244 msgid ""
245 "kind changed\n"
246 " File kind has been changed (e.g. from file to directory)."
247 msgstr ""
248
249-#: breezy/builtins.py:350
250+#: breezy/builtins.py:341
251 msgid ""
252 "unknown\n"
253 " Not versioned and not matching an ignore pattern."
254 msgstr ""
255
256-#: breezy/builtins.py:353
257+#: breezy/builtins.py:344
258 msgid ""
259 "Additionally for directories, symlinks and files with a changed\n"
260 "executable bit, Breezy indicates their type using a trailing\n"
261@@ -214,20 +214,20 @@
262 "disabled using the '--no-classify' option."
263 msgstr ""
264
265-#: breezy/builtins.py:358
266+#: breezy/builtins.py:349
267 msgid ""
268 "To see ignored files use 'brz ignored'. For details on the\n"
269 "changes to file texts, use 'brz diff'."
270 msgstr ""
271
272-#: breezy/builtins.py:361
273+#: breezy/builtins.py:352
274 msgid ""
275 "Note that --short or -S gives status flags for each item, similar\n"
276 "to Subversion's status command. To get output similar to svn -q,\n"
277 "use brz status -SV."
278 msgstr ""
279
280-#: breezy/builtins.py:365
281+#: breezy/builtins.py:356
282 msgid ""
283 "If no arguments are specified, the status of the entire working\n"
284 "directory is shown. Otherwise, only the status of the specified\n"
285@@ -235,7 +235,7 @@
286 "is reported for everything inside that directory."
287 msgstr ""
288
289-#: breezy/builtins.py:370
290+#: breezy/builtins.py:361
291 msgid ""
292 "Before merges are committed, the pending merge tip revisions are\n"
293 "shown. To see all pending merge revisions, use the -v option.\n"
294@@ -243,13 +243,13 @@
295 "the no-pending option or specify a file/directory."
296 msgstr ""
297
298-#: breezy/builtins.py:375
299+#: breezy/builtins.py:366
300 msgid ""
301 "To compare the working directory to a specific revision, pass a\n"
302 "single revision to the revision argument."
303 msgstr ""
304
305-#: breezy/builtins.py:378
306+#: breezy/builtins.py:369
307 msgid ""
308 "To see which files have changed in a specific revision, or between\n"
309 "two revisions, pass a revision range to the revision argument.\n"
310@@ -257,132 +257,132 @@
311 msgstr ""
312
313 # help of 'short' option of 'status' command
314-#: breezy/builtins.py:387
315+#: breezy/builtins.py:378
316 msgid "Use short status indicators."
317 msgstr ""
318
319 # help of 'versioned' option of 'status' command
320-#: breezy/builtins.py:389
321+#: breezy/builtins.py:380
322 msgid "Only show versioned files."
323 msgstr ""
324
325 # help of 'no-pending' option of 'status' command
326-#: breezy/builtins.py:391
327+#: breezy/builtins.py:382
328 msgid "Don't show pending merges."
329 msgstr ""
330
331 # help of 'no-classify' option of 'status' command
332-#: breezy/builtins.py:393
333+#: breezy/builtins.py:384
334 msgid "Do not mark object type using indicator."
335 msgstr ""
336
337-#: breezy/builtins.py:408
338+#: breezy/builtins.py:399
339 msgid "brz status --revision takes exactly one or two revision specifiers"
340 msgstr ""
341
342-#: breezy/builtins.py:452 breezy/builtins.py:5331
343+#: breezy/builtins.py:443 breezy/builtins.py:5321
344 msgid "You can only supply one of revision_id or --revision"
345 msgstr ""
346
347-#: breezy/builtins.py:456 breezy/builtins.py:5334
348+#: breezy/builtins.py:447 breezy/builtins.py:5324
349 msgid "You must supply either --revision or a revision_id"
350 msgstr ""
351
352-#: breezy/builtins.py:463
353+#: breezy/builtins.py:454
354 #, python-format
355 msgid "Repository %r does not support access to raw revision texts"
356 msgstr ""
357
358-#: breezy/builtins.py:474
359+#: breezy/builtins.py:465
360 #, python-brace-format
361 msgid "The repository {0} contains no revision {1}."
362 msgstr ""
363
364-#: breezy/builtins.py:481
365+#: breezy/builtins.py:472
366 msgid "You cannot specify a NULL revision."
367 msgstr ""
368
369-#: breezy/builtins.py:487
370+#: breezy/builtins.py:478
371 msgid "Remove the working tree from a given branch/checkout."
372 msgstr ""
373
374-#: breezy/builtins.py:489
375+#: breezy/builtins.py:480
376 msgid ""
377 "Since a lightweight checkout is little more than a working tree\n"
378 "this will refuse to run against one."
379 msgstr ""
380
381-#: breezy/builtins.py:492
382+#: breezy/builtins.py:483
383 msgid "To re-create the working tree, use \"brz checkout\"."
384 msgstr ""
385
386 # help of 'force' option of 'remove-tree' command
387-#: breezy/builtins.py:498
388+#: breezy/builtins.py:489
389 msgid "Remove the working tree even if it has uncommitted or shelved changes."
390 msgstr ""
391
392-#: breezy/builtins.py:513
393+#: breezy/builtins.py:504
394 msgid "No working tree to remove"
395 msgstr ""
396
397-#: breezy/builtins.py:516
398+#: breezy/builtins.py:507
399 msgid "You cannot remove the working tree of a remote path"
400 msgstr ""
401
402-#: breezy/builtins.py:526
403+#: breezy/builtins.py:517
404 msgid "You cannot remove the working tree from a lightweight checkout"
405 msgstr ""
406
407-#: breezy/builtins.py:567
408+#: breezy/builtins.py:558
409 msgid ""
410 "The tree does not appear to be corrupt. You probably want \"brz revert\" "
411 "instead. Use \"--force\" if you are sure you want to reset the working tree."
412 msgstr ""
413
414-#: breezy/builtins.py:578
415+#: breezy/builtins.py:569
416 msgid ""
417 ", the header appears corrupt, try passing -r -1 to set the state to the last "
418 "commit"
419 msgstr ""
420
421-#: breezy/builtins.py:583
422+#: breezy/builtins.py:574
423 #, python-brace-format
424 msgid "failed to reset the tree state{0}"
425 msgstr ""
426
427-#: breezy/builtins.py:587
428+#: breezy/builtins.py:578
429 msgid "Show current revision number."
430 msgstr ""
431
432-#: breezy/builtins.py:589
433+#: breezy/builtins.py:580
434 msgid "This is equal to the number of revisions on this branch."
435 msgstr ""
436
437-#: breezy/builtins.py:603
438+#: breezy/builtins.py:594
439 msgid "--tree and --revision can not be used together"
440 msgstr ""
441
442-#: breezy/builtins.py:619
443+#: breezy/builtins.py:610
444 msgid "Revision numbers only make sense for single revisions, not ranges"
445 msgstr ""
446
447 # help of 'tree' option of 'revno' command
448-#: breezy/builtins.py:642
449+#: breezy/builtins.py:633
450 msgid "Show revno of working tree."
451 msgstr ""
452
453-#: breezy/builtins.py:691
454+#: breezy/builtins.py:682
455 msgid "Add specified files or directories."
456 msgstr ""
457
458-#: breezy/builtins.py:693
459+#: breezy/builtins.py:684
460 msgid ""
461 "In non-recursive mode, all the named items are added, regardless\n"
462 "of whether they were previously ignored. A warning is given if\n"
463 "any of the named files are already versioned."
464 msgstr ""
465
466-#: breezy/builtins.py:697
467+#: breezy/builtins.py:688
468 msgid ""
469 "In recursive mode (the default), files are treated the same way\n"
470 "but the behaviour for directories is different. Directories that\n"
471@@ -393,19 +393,19 @@
472 "directories. If no names are given '.' is assumed."
473 msgstr ""
474
475-#: breezy/builtins.py:705
476+#: breezy/builtins.py:696
477 msgid ""
478 "A warning will be printed when nested trees are encountered,\n"
479 "unless they are explicitly ignored."
480 msgstr ""
481
482-#: breezy/builtins.py:708
483+#: breezy/builtins.py:699
484 msgid ""
485 "Therefore simply saying 'brz add' will version all files that\n"
486 "are currently unknown."
487 msgstr ""
488
489-#: breezy/builtins.py:711
490+#: breezy/builtins.py:702
491 msgid ""
492 "Adding a file whose parent directory is not versioned will\n"
493 "implicitly add the parent, and so on up to the root. This means\n"
494@@ -413,13 +413,13 @@
495 "get added when you add a file in the directory."
496 msgstr ""
497
498-#: breezy/builtins.py:716
499+#: breezy/builtins.py:707
500 msgid ""
501 "--dry-run will show which files would be added, but not actually\n"
502 "add them."
503 msgstr ""
504
505-#: breezy/builtins.py:719
506+#: breezy/builtins.py:710
507 msgid ""
508 "--file-ids-from will try to use the file ids from the supplied path.\n"
509 "It looks up ids trying to find a matching parent directory with the\n"
510@@ -430,13 +430,13 @@
511 "into a subdirectory of this one."
512 msgstr ""
513
514-#: breezy/builtins.py:727
515+#: breezy/builtins.py:718
516 msgid ""
517 "Any files matching patterns in the ignore list will not be added\n"
518 "unless they are explicitly mentioned."
519 msgstr ""
520
521-#: breezy/builtins.py:730
522+#: breezy/builtins.py:721
523 msgid ""
524 "In recursive mode, files larger than the configuration option\n"
525 "add.maximum_file_size will be skipped. Named items are never skipped due\n"
526@@ -444,117 +444,117 @@
527 msgstr ""
528
529 # help of 'no-recurse' option of 'add' command
530-#: breezy/builtins.py:737
531+#: breezy/builtins.py:728
532 msgid "Don't recursively add the contents of directories."
533 msgstr ""
534
535 # help of 'file-ids-from' option of 'add' command
536-#: breezy/builtins.py:745
537+#: breezy/builtins.py:736
538 msgid "Lookup file ids from this tree."
539 msgstr ""
540
541-#: breezy/builtins.py:757
542+#: breezy/builtins.py:748
543 msgid ""
544 "Ignoring --file-ids-from, since the tree does not support setting file ids."
545 msgstr ""
546
547-#: breezy/builtins.py:788
548+#: breezy/builtins.py:779
549 #, python-brace-format
550 msgid "ignored {0} matching \"{1}\"\n"
551 msgstr ""
552
553-#: breezy/builtins.py:793
554+#: breezy/builtins.py:784
555 msgid "Create a new versioned directory."
556 msgstr ""
557
558-#: breezy/builtins.py:795
559+#: breezy/builtins.py:786
560 msgid "This is equivalent to creating the directory and then adding it."
561 msgstr ""
562
563 # help of 'parents' option of 'mkdir' command
564-#: breezy/builtins.py:802
565+#: breezy/builtins.py:793
566 msgid "No error if existing, make parent directories as needed."
567 msgstr ""
568
569-#: breezy/builtins.py:836
570+#: breezy/builtins.py:827
571 #, python-format
572 msgid "added %s\n"
573 msgstr ""
574
575-#: breezy/builtins.py:883
576+#: breezy/builtins.py:874
577 #, python-format
578 msgid "invalid kind %r specified"
579 msgstr ""
580
581-#: breezy/builtins.py:921
582+#: breezy/builtins.py:912
583 msgid "Copy a file."
584 msgstr ""
585
586-#: breezy/builtins.py:923
587+#: breezy/builtins.py:914
588 msgid " brz cp SOURCE... DESTINATION"
589 msgstr ""
590
591-#: breezy/builtins.py:925
592+#: breezy/builtins.py:916
593 msgid ""
594 "If the last argument is a versioned directory, all the other names\n"
595 "are copied into it. Otherwise, there must be exactly two arguments\n"
596 "and the file is copied to a new name."
597 msgstr ""
598
599-#: breezy/builtins.py:929
600+#: breezy/builtins.py:920
601 msgid ""
602 "Files cannot be copied between branches. Only files can be copied\n"
603 "at the moment."
604 msgstr ""
605
606-#: breezy/builtins.py:945 breezy/builtins.py:1038
607+#: breezy/builtins.py:936 breezy/builtins.py:1029
608 msgid "missing file argument"
609 msgstr ""
610
611-#: breezy/builtins.py:951
612+#: breezy/builtins.py:942
613 msgid "can not copy root of branch"
614 msgstr ""
615
616-#: breezy/builtins.py:959
617+#: breezy/builtins.py:950
618 msgid "to copy multiple files the destination must be a versioned directory"
619 msgstr ""
620
621-#: breezy/builtins.py:973 breezy/builtins.py:989
622+#: breezy/builtins.py:964 breezy/builtins.py:980
623 #, python-format
624 msgid "Could not copy %s => %s: %s is not versioned."
625 msgstr ""
626
627-#: breezy/builtins.py:977
628+#: breezy/builtins.py:968
629 #, python-format
630 msgid "Could not copy %s => %s . %s is not versioned\\."
631 msgstr ""
632
633-#: breezy/builtins.py:981
634+#: breezy/builtins.py:972
635 #, python-format
636 msgid "Could not copy %s => %s . %s is a directory."
637 msgstr ""
638
639-#: breezy/builtins.py:993
640+#: breezy/builtins.py:984
641 #, python-format
642 msgid "Could not copy to %s: %s is not a directory."
643 msgstr ""
644
645-#: breezy/builtins.py:1000
646+#: breezy/builtins.py:991
647 msgid "Move or rename a file."
648 msgstr ""
649
650-#: breezy/builtins.py:1002
651+#: breezy/builtins.py:993
652 msgid " brz mv SOURCE... DESTINATION"
653 msgstr ""
654
655-#: breezy/builtins.py:1004
656+#: breezy/builtins.py:995
657 msgid ""
658 "If the last argument is a versioned directory, all the other names\n"
659 "are moved into it. Otherwise, there must be exactly two arguments\n"
660 "and the file is changed to a new name."
661 msgstr ""
662
663-#: breezy/builtins.py:1008
664+#: breezy/builtins.py:999
665 msgid ""
666 "If OLDNAME does not exist on the filesystem but is versioned and\n"
667 "NEWNAME does exist on the filesystem but is not versioned, mv\n"
668@@ -563,52 +563,52 @@
669 "The same is valid when moving many SOURCE files to a DESTINATION."
670 msgstr ""
671
672-#: breezy/builtins.py:1014
673+#: breezy/builtins.py:1005
674 msgid "Files cannot be moved between branches."
675 msgstr ""
676
677 # help of 'after' option of 'mv' command
678-#: breezy/builtins.py:1021
679+#: breezy/builtins.py:1012
680 msgid ""
681 "Move only the brz identifier of the file, because the file has already been "
682 "moved."
683 msgstr ""
684
685 # help of 'auto' option of 'mv' command
686-#: breezy/builtins.py:1023
687+#: breezy/builtins.py:1014
688 msgid "Automatically guess renames."
689 msgstr ""
690
691 # help of 'dry-run' option of 'mv' command
692+#: breezy/builtins.py:1016
693+msgid "Avoid making changes when guessing renames."
694+msgstr ""
695+
696 #: breezy/builtins.py:1025
697-msgid "Avoid making changes when guessing renames."
698-msgstr ""
699-
700-#: breezy/builtins.py:1034
701 msgid "--dry-run requires --auto."
702 msgstr ""
703
704-#: breezy/builtins.py:1044
705+#: breezy/builtins.py:1035
706 msgid "can not move root of branch"
707 msgstr ""
708
709-#: breezy/builtins.py:1051
710+#: breezy/builtins.py:1042
711 msgid "Only one path may be specified to --auto."
712 msgstr ""
713
714-#: breezy/builtins.py:1054
715+#: breezy/builtins.py:1045
716 msgid "--after cannot be specified with --auto."
717 msgstr ""
718
719-#: breezy/builtins.py:1090
720+#: breezy/builtins.py:1081
721 msgid "to mv multiple files the destination must be a versioned directory"
722 msgstr ""
723
724-#: breezy/builtins.py:1143
725+#: breezy/builtins.py:1134
726 msgid "Turn this branch into a mirror of another branch."
727 msgstr ""
728
729-#: breezy/builtins.py:1145
730+#: breezy/builtins.py:1136
731 msgid ""
732 "By default, this command only works on branches that have not diverged.\n"
733 "Branches are considered diverged if the destination branch's most recent\n"
734@@ -616,21 +616,21 @@
735 "parent."
736 msgstr ""
737
738-#: breezy/builtins.py:1150
739+#: breezy/builtins.py:1141
740 msgid ""
741 "If branches have diverged, you can use 'brz merge' to integrate the changes\n"
742 "from one into the other. Once one branch has merged, the other should\n"
743 "be able to pull it again."
744 msgstr ""
745
746-#: breezy/builtins.py:1154
747+#: breezy/builtins.py:1145
748 msgid ""
749 "If you want to replace your local changes and just want your branch to\n"
750 "match the remote one, use pull --overwrite. This will work even if the two\n"
751 "branches have diverged."
752 msgstr ""
753
754-#: breezy/builtins.py:1158
755+#: breezy/builtins.py:1149
756 msgid ""
757 "If there is no default location set, the first pull will set it (use\n"
758 "--no-remember to avoid setting it). After that, you can omit the\n"
759@@ -638,14 +638,14 @@
760 "value will only be saved if the remote location can be accessed."
761 msgstr ""
762
763-#: breezy/builtins.py:1163
764+#: breezy/builtins.py:1154
765 msgid ""
766 "The --verbose option will display the revisions pulled using the log_format\n"
767 "configuration option. You can use a different format by overriding it with\n"
768 "-Olog_format=<other_format>."
769 msgstr ""
770
771-#: breezy/builtins.py:1167
772+#: breezy/builtins.py:1158
773 msgid ""
774 "Note: The location can be specified either in the form of a branch,\n"
775 "or in the form of a path to a file containing a merge directive generated\n"
776@@ -653,77 +653,77 @@
777 msgstr ""
778
779 # help of 'verbose' option of 'pull' command
780-#: breezy/builtins.py:1175
781+#: breezy/builtins.py:1166
782 msgid "Show logs of pulled revisions."
783 msgstr ""
784
785 # help of 'directory' option of 'pull' command
786-#: breezy/builtins.py:1177
787+#: breezy/builtins.py:1168
788 msgid ""
789 "Branch to pull into, rather than the one containing the working directory."
790 msgstr ""
791
792 # help of 'local' option of 'pull' command
793-#: breezy/builtins.py:1180
794+#: breezy/builtins.py:1171
795 msgid ""
796 "Perform a local pull in a bound branch. Local pulls are not applied to the "
797 "master branch."
798 msgstr ""
799
800-#: breezy/builtins.py:1217
801+#: breezy/builtins.py:1208
802 msgid "No working tree, ignoring --show-base"
803 msgstr ""
804
805-#: breezy/builtins.py:1233 breezy/plugins/rewrite/commands.py:479
806+#: breezy/builtins.py:1224 breezy/plugins/rewrite/commands.py:477
807 msgid "No pull location known or specified."
808 msgstr ""
809
810-#: breezy/builtins.py:1240
811+#: breezy/builtins.py:1231
812 #, python-format
813 msgid "Using saved parent location: %s\n"
814 msgstr ""
815
816-#: breezy/builtins.py:1247 breezy/builtins.py:4529
817+#: breezy/builtins.py:1238 breezy/builtins.py:4519
818 msgid "Cannot use -r with merge directives or bundles"
819 msgstr ""
820
821-#: breezy/builtins.py:1290
822+#: breezy/builtins.py:1281
823 msgid "Update a mirror of this branch."
824 msgstr ""
825
826-#: breezy/builtins.py:1292
827+#: breezy/builtins.py:1283
828 msgid ""
829 "The target branch will not have its working tree populated because this\n"
830 "is both expensive, and is not supported on remote file systems."
831 msgstr ""
832
833-#: breezy/builtins.py:1295
834+#: breezy/builtins.py:1286
835 msgid ""
836 "Some smart servers or protocols *may* put the working tree in place in\n"
837 "the future."
838 msgstr ""
839
840-#: breezy/builtins.py:1298
841+#: breezy/builtins.py:1289
842 msgid ""
843 "This command only works on branches that have not diverged. Branches are\n"
844 "considered diverged if the destination branch's most recent commit is one\n"
845 "that has not been merged (directly or indirectly) by the source branch."
846 msgstr ""
847
848-#: breezy/builtins.py:1302
849+#: breezy/builtins.py:1293
850 msgid ""
851 "If branches have diverged, you can use 'brz push --overwrite' to replace\n"
852 "the other branch completely, discarding its unmerged changes."
853 msgstr ""
854
855-#: breezy/builtins.py:1305
856+#: breezy/builtins.py:1296
857 msgid ""
858 "If you want to ensure you have the different changes in the other branch,\n"
859 "do a merge (see brz help merge) from the other branch, and commit that.\n"
860 "After that you will be able to do a push without '--overwrite'."
861 msgstr ""
862
863-#: breezy/builtins.py:1309
864+#: breezy/builtins.py:1300
865 msgid ""
866 "If there is no default push location set, the first push will set it (use\n"
867 "--no-remember to avoid setting it). After that, you can omit the\n"
868@@ -731,7 +731,7 @@
869 "value will only be saved if the remote location can be accessed."
870 msgstr ""
871
872-#: breezy/builtins.py:1314
873+#: breezy/builtins.py:1305
874 msgid ""
875 "The --verbose option will display the revisions pushed using the log_format\n"
876 "configuration option. You can use a different format by overriding it with\n"
877@@ -739,27 +739,27 @@
878 msgstr ""
879
880 # help of 'directory' option of 'push' command
881-#: breezy/builtins.py:1325
882+#: breezy/builtins.py:1316
883 msgid ""
884 "Branch to push from, rather than the one containing the working directory."
885 msgstr ""
886
887 # help of 'use-existing-dir' option of 'push' command
888-#: breezy/builtins.py:1328
889+#: breezy/builtins.py:1319
890 msgid ""
891 "By default push will fail if the target directory exists, but does not "
892 "already have a control directory. This flag will allow push to proceed."
893 msgstr ""
894
895 # help of 'stacked' option of 'push' command
896-#: breezy/builtins.py:1333
897+#: breezy/builtins.py:1324
898 msgid ""
899 "Create a stacked branch that references the public location of the parent "
900 "branch."
901 msgstr ""
902
903 # help of 'stacked-on' option of 'push' command
904-#: breezy/builtins.py:1336
905+#: breezy/builtins.py:1327
906 msgid ""
907 "Create a stacked branch that refers to another branch for the commit "
908 "history. Only the work not present in the referenced branch is included in "
909@@ -767,55 +767,55 @@
910 msgstr ""
911
912 # help of 'strict' option of 'push' command
913-#: breezy/builtins.py:1341
914+#: breezy/builtins.py:1332
915 msgid ""
916 "Refuse to push if there are uncommitted changes in the working tree, --no-"
917 "strict disables the check."
918 msgstr ""
919
920 # help of 'no-tree' option of 'push' command
921-#: breezy/builtins.py:1344
922+#: breezy/builtins.py:1335
923 msgid "Don't populate the working tree, even for protocols that support it."
924 msgstr ""
925
926 # help of 'overwrite-tags' option of 'pull' command
927 # help of 'overwrite-tags' option of 'push' command
928-#: breezy/builtins.py:1347
929+#: breezy/builtins.py:1338
930 msgid "Overwrite tags only."
931 msgstr ""
932
933 # help of 'lossy' option of 'push' command
934-#: breezy/builtins.py:1348
935+#: breezy/builtins.py:1339
936 msgid ""
937 "Allow lossy push, i.e. dropping metadata that can't be represented in the "
938 "target."
939 msgstr ""
940
941+#: breezy/builtins.py:1393
942+msgid "Could not determine branch to refer to."
943+msgstr ""
944+
945 #: breezy/builtins.py:1402
946-msgid "Could not determine branch to refer to."
947-msgstr ""
948-
949-#: breezy/builtins.py:1411
950 #, python-format
951 msgid ""
952 "No push location known or specified. To push to the parent branch (at %s), "
953 "use 'brz push :parent'."
954 msgstr ""
955
956-#: breezy/builtins.py:1417
957+#: breezy/builtins.py:1408
958 msgid "No push location known or specified."
959 msgstr ""
960
961-#: breezy/builtins.py:1421
962+#: breezy/builtins.py:1412
963 #, python-format
964 msgid "Using saved push location: %s"
965 msgstr ""
966
967-#: breezy/builtins.py:1432
968+#: breezy/builtins.py:1423
969 msgid "Create a new branch that is a copy of an existing branch."
970 msgstr ""
971
972-#: breezy/builtins.py:1434
973+#: breezy/builtins.py:1425
974 msgid ""
975 "If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
976 "be used. In other words, \"branch ../foo/bar\" will attempt to create ./"
977@@ -826,118 +826,118 @@
978 "create ./foo-bar."
979 msgstr ""
980
981-#: breezy/builtins.py:1441
982+#: breezy/builtins.py:1432
983 msgid ""
984 "To retrieve the branch as of a particular revision, supply the --revision\n"
985 "parameter, as in \"branch foo/bar -r 5\"."
986 msgstr ""
987
988 # help of 'no-tree' option of 'branch' command
989-#: breezy/builtins.py:1454
990+#: breezy/builtins.py:1445
991 msgid "Create a branch without a working-tree."
992 msgstr ""
993
994 # help of 'switch' option of 'branch' command
995-#: breezy/builtins.py:1456
996+#: breezy/builtins.py:1447
997 msgid "Switch the checkout in the current directory to the new branch."
998 msgstr ""
999
1000 # help of 'stacked' option of 'branch' command
1001-#: breezy/builtins.py:1459
1002+#: breezy/builtins.py:1450
1003 msgid ""
1004 "Create a stacked branch referring to the source branch. The new branch will "
1005 "depend on the availability of the source branch for all operations."
1006 msgstr ""
1007
1008 # help of 'standalone' option of 'branch' command
1009-#: breezy/builtins.py:1463
1010+#: breezy/builtins.py:1454
1011 msgid "Do not use a shared repository, even if available."
1012 msgstr ""
1013
1014 # help of 'use-existing-dir' option of 'branch' command
1015-#: breezy/builtins.py:1465
1016+#: breezy/builtins.py:1456
1017 msgid ""
1018 "By default branch will fail if the target directory exists, but does not "
1019 "already have a control directory. This flag will allow branch to proceed."
1020 msgstr ""
1021
1022 # help of 'bind' option of 'branch' command
1023-#: breezy/builtins.py:1470
1024+#: breezy/builtins.py:1461
1025 msgid "Bind new branch to from location."
1026 msgstr ""
1027
1028 # help of 'colocated-branch' option of 'branch' command
1029-#: breezy/builtins.py:1474
1030+#: breezy/builtins.py:1465
1031 msgid "Name of colocated branch to sprout."
1032 msgstr ""
1033
1034-#: breezy/builtins.py:1515
1035+#: breezy/builtins.py:1506
1036 #, python-format
1037 msgid "Target directory \"%s\" already exists."
1038 msgstr ""
1039
1040-#: breezy/builtins.py:1527
1041+#: breezy/builtins.py:1518
1042 #, python-format
1043 msgid "Parent of \"%s\" does not exist."
1044 msgstr ""
1045
1046-#: breezy/builtins.py:1546
1047+#: breezy/builtins.py:1537
1048 #, python-brace-format
1049 msgid "The branch {0} has no revision {1}."
1050 msgstr ""
1051
1052-#: breezy/builtins.py:1563 breezy/push.py:54
1053+#: breezy/builtins.py:1554 breezy/push.py:52
1054 #, python-format
1055 msgid "Created new stacked branch referring to %s."
1056 msgstr ""
1057
1058-#: breezy/builtins.py:1569
1059+#: breezy/builtins.py:1560
1060 #, python-format
1061 msgid "Branched %d revision."
1062 msgid_plural "Branched %d revisions."
1063 msgstr[0] ""
1064 msgstr[1] ""
1065
1066-#: breezy/builtins.py:1573 breezy/push.py:57
1067+#: breezy/builtins.py:1564 breezy/push.py:55
1068 msgid "Created new branch."
1069 msgstr ""
1070
1071-#: breezy/builtins.py:1578
1072+#: breezy/builtins.py:1569
1073 #, python-format
1074 msgid "New branch bound to %s"
1075 msgstr ""
1076
1077-#: breezy/builtins.py:1583
1078+#: breezy/builtins.py:1574
1079 #, python-format
1080 msgid "Switched to branch: %s"
1081 msgstr ""
1082
1083-#: breezy/builtins.py:1588
1084+#: breezy/builtins.py:1579
1085 msgid "List the branches available at the current location."
1086 msgstr ""
1087
1088-#: breezy/builtins.py:1590
1089+#: breezy/builtins.py:1581
1090 msgid ""
1091 "This command will print the names of all the branches at the current\n"
1092 "location."
1093 msgstr ""
1094
1095 # help of 'recursive' option of 'branches' command
1096-#: breezy/builtins.py:1597
1097+#: breezy/builtins.py:1588
1098 msgid ""
1099 "Recursively scan for branches rather than just looking in the specified "
1100 "location."
1101 msgstr ""
1102
1103-#: breezy/builtins.py:1626
1104+#: breezy/builtins.py:1617
1105 msgid "(default)"
1106 msgstr ""
1107
1108-#: breezy/builtins.py:1638
1109+#: breezy/builtins.py:1628
1110 msgid "Create a new checkout of an existing branch."
1111 msgstr ""
1112
1113-#: breezy/builtins.py:1640
1114+#: breezy/builtins.py:1630
1115 msgid ""
1116 "If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree\n"
1117 "for the branch found in '.'. This is useful if you have removed the working\n"
1118@@ -945,7 +945,7 @@
1119 "current location using SFTP."
1120 msgstr ""
1121
1122-#: breezy/builtins.py:1645
1123+#: breezy/builtins.py:1635
1124 msgid ""
1125 "If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION\n"
1126 "will be used. In other words, \"checkout ../foo/bar\" will attempt to "
1127@@ -957,7 +957,7 @@
1128 "attempt to create ./foo-bar."
1129 msgstr ""
1130
1131-#: breezy/builtins.py:1652
1132+#: breezy/builtins.py:1642
1133 msgid ""
1134 "To retrieve the branch as of a particular revision, supply the --revision\n"
1135 "parameter, as in \"checkout foo/bar -r 5\". Note that this will be\n"
1136@@ -966,7 +966,7 @@
1137 msgstr ""
1138
1139 # help of 'lightweight' option of 'checkout' command
1140-#: breezy/builtins.py:1662
1141+#: breezy/builtins.py:1652
1142 msgid ""
1143 "Perform a lightweight checkout. Lightweight checkouts depend on access to "
1144 "the branch for every operation. Normal checkouts can perform common "
1145@@ -976,17 +976,17 @@
1146
1147 # help of 'files-from' option of 'branch' command
1148 # help of 'files-from' option of 'checkout' command
1149-#: breezy/builtins.py:1669
1150+#: breezy/builtins.py:1659
1151 msgid "Get file contents from this tree."
1152 msgstr ""
1153
1154 # help of 'hardlink' option of 'branch' command
1155 # help of 'hardlink' option of 'checkout' command
1156-#: breezy/builtins.py:1671
1157+#: breezy/builtins.py:1661
1158 msgid "Hard-link working tree files where possible."
1159 msgstr ""
1160
1161-#: breezy/builtins.py:1711
1162+#: breezy/builtins.py:1701
1163 msgid ""
1164 "Clone a control directory.\n"
1165 " "
1166@@ -994,38 +994,38 @@
1167
1168 # help of 'no-recurse-nested' option of 'branch' command
1169 # help of 'no-recurse-nested' option of 'clone' command
1170-#: breezy/builtins.py:1717
1171+#: breezy/builtins.py:1707
1172 msgid "Do not recursively check out nested trees."
1173 msgstr ""
1174
1175-#: breezy/builtins.py:1739
1176+#: breezy/builtins.py:1729
1177 msgid "Created new control directory."
1178 msgstr ""
1179
1180-#: breezy/builtins.py:1743
1181+#: breezy/builtins.py:1733
1182 msgid ""
1183 "Show list of renamed files.\n"
1184 " "
1185 msgstr ""
1186
1187-#: breezy/builtins.py:1771
1188+#: breezy/builtins.py:1761
1189 msgid "Update a working tree to a new revision."
1190 msgstr ""
1191
1192-#: breezy/builtins.py:1773
1193+#: breezy/builtins.py:1763
1194 msgid ""
1195 "This will perform a merge of the destination revision (the tip of the\n"
1196 "branch, or the specified revision) into the working tree, and then make\n"
1197 "that revision the basis revision for the working tree."
1198 msgstr ""
1199
1200-#: breezy/builtins.py:1777
1201+#: breezy/builtins.py:1767
1202 msgid ""
1203 "You can use this to visit an older revision, or to update a working tree\n"
1204 "that is out of date from its branch."
1205 msgstr ""
1206
1207-#: breezy/builtins.py:1780
1208+#: breezy/builtins.py:1770
1209 msgid ""
1210 "If there are any uncommitted changes in the tree, they will be carried\n"
1211 "across and remain as uncommitted changes after the update. To discard\n"
1212@@ -1033,13 +1033,13 @@
1213 "with the changes brought in by the change in basis revision."
1214 msgstr ""
1215
1216-#: breezy/builtins.py:1785
1217+#: breezy/builtins.py:1775
1218 msgid ""
1219 "If the tree's branch is bound to a master branch, brz will also update\n"
1220 "the branch from the master."
1221 msgstr ""
1222
1223-#: breezy/builtins.py:1788
1224+#: breezy/builtins.py:1778
1225 msgid ""
1226 "You cannot update just a single file or directory, because each Breezy\n"
1227 "working tree has just a single basis revision. If you want to restore a\n"
1228@@ -1049,103 +1049,103 @@
1229 "out the old content of that file to a new location."
1230 msgstr ""
1231
1232-#: breezy/builtins.py:1795
1233+#: breezy/builtins.py:1785
1234 msgid ""
1235 "The 'dir' argument, if given, must be the location of the root of a\n"
1236 "working tree to update. By default, the working tree that contains the\n"
1237 "current working directory is used."
1238 msgstr ""
1239
1240-#: breezy/builtins.py:1811
1241+#: breezy/builtins.py:1801
1242 msgid "brz update --revision takes exactly one revision"
1243 msgstr ""
1244
1245-#: breezy/builtins.py:1819
1246+#: breezy/builtins.py:1809
1247 msgid "brz update can only update a whole tree, not a file or subdirectory"
1248 msgstr ""
1249
1250-#: breezy/builtins.py:1849
1251+#: breezy/builtins.py:1839
1252 #, python-brace-format
1253 msgid "Tree is up to date at revision {0} of branch {1}"
1254 msgstr ""
1255
1256-#: breezy/builtins.py:1865
1257+#: breezy/builtins.py:1855
1258 #, python-format
1259 msgid ""
1260 "branch has no revision %s\n"
1261 "brz update --revision only works for a revision in the branch history"
1262 msgstr ""
1263
1264-#: breezy/builtins.py:1871
1265+#: breezy/builtins.py:1861
1266 #, python-brace-format
1267 msgid "Updated to revision {0} of branch {1}"
1268 msgstr ""
1269
1270-#: breezy/builtins.py:1875
1271+#: breezy/builtins.py:1865
1272 msgid ""
1273 "Your local commits will now show as pending merges with 'brz status', and "
1274 "can be committed with 'brz commit'."
1275 msgstr ""
1276
1277-#: breezy/builtins.py:1884
1278+#: breezy/builtins.py:1874
1279 msgid "Show information about a working tree, branch or repository."
1280 msgstr ""
1281
1282-#: breezy/builtins.py:1886
1283+#: breezy/builtins.py:1876
1284 msgid ""
1285 "This command will show all known locations and formats associated to the\n"
1286 "tree, branch or repository."
1287 msgstr ""
1288
1289-#: breezy/builtins.py:1889
1290+#: breezy/builtins.py:1879
1291 msgid ""
1292 "In verbose mode, statistical information is included with each report.\n"
1293 "To see extended statistic information, use a verbosity level of 2 or\n"
1294 "higher by specifying the verbose option multiple times, e.g. -vv."
1295 msgstr ""
1296
1297-#: breezy/builtins.py:1893
1298+#: breezy/builtins.py:1883
1299 msgid "Branches and working trees will also report any missing revisions."
1300 msgstr ""
1301
1302-#: breezy/builtins.py:1895 breezy/builtins.py:3830 breezy/builtins.py:4997
1303-#: breezy/builtins.py:6591 breezy/plugins/fastimport/cmds.py:211
1304-#: breezy/plugins/fastimport/cmds.py:417 breezy/plugins/propose/cmds.py:285
1305+#: breezy/builtins.py:1885 breezy/builtins.py:3820 breezy/builtins.py:4987
1306+#: breezy/builtins.py:6581 breezy/plugins/fastimport/cmds.py:206
1307+#: breezy/plugins/fastimport/cmds.py:412 breezy/plugins/gitlab/cmds.py:39
1308 msgid ":Examples:"
1309 msgstr ""
1310
1311-#: breezy/builtins.py:1897
1312+#: breezy/builtins.py:1887
1313 msgid " Display information on the format and related locations:"
1314 msgstr ""
1315
1316-#: breezy/builtins.py:1899
1317+#: breezy/builtins.py:1889
1318 msgid " brz info"
1319 msgstr ""
1320
1321-#: breezy/builtins.py:1901
1322+#: breezy/builtins.py:1891
1323 msgid ""
1324 " Display the above together with extended format information and\n"
1325 " basic statistics (like the number of files in the working tree and\n"
1326 " number of revisions in the branch and repository):"
1327 msgstr ""
1328
1329-#: breezy/builtins.py:1905
1330+#: breezy/builtins.py:1895
1331 msgid " brz info -v"
1332 msgstr ""
1333
1334-#: breezy/builtins.py:1907
1335+#: breezy/builtins.py:1897
1336 msgid " Display the above together with number of committers to the branch:"
1337 msgstr ""
1338
1339-#: breezy/builtins.py:1909
1340+#: breezy/builtins.py:1899
1341 msgid " brz info -vv"
1342 msgstr ""
1343
1344-#: breezy/builtins.py:1928
1345+#: breezy/builtins.py:1918
1346 msgid "Remove files or directories."
1347 msgstr ""
1348
1349-#: breezy/builtins.py:1930
1350+#: breezy/builtins.py:1920
1351 msgid ""
1352 "This makes Breezy stop tracking changes to the specified files. Breezy will\n"
1353 "delete them if they can easily be recovered using revert otherwise they\n"
1354@@ -1155,44 +1155,44 @@
1355 msgstr ""
1356
1357 # help of 'new' option of 'remove' command
1358-#: breezy/builtins.py:1939
1359+#: breezy/builtins.py:1929
1360 msgid "Only remove files that have never been committed."
1361 msgstr ""
1362
1363 # help of 'file-deletion-strategy' option of 'remove' command
1364-#: breezy/builtins.py:1941
1365+#: breezy/builtins.py:1931
1366 msgid "The file deletion mode to be used."
1367 msgstr ""
1368
1369 # title of 'file-deletion-strategy' option of 'remove' command
1370-#: breezy/builtins.py:1942
1371+#: breezy/builtins.py:1932
1372 msgid "Deletion Strategy"
1373 msgstr ""
1374
1375 # help of 'file-deletion-strategy=safe' option of 'remove' command
1376-#: breezy/builtins.py:1943
1377+#: breezy/builtins.py:1933
1378 msgid "Backup changed files (default)."
1379 msgstr ""
1380
1381 # help of 'file-deletion-strategy=keep' option of 'remove' command
1382-#: breezy/builtins.py:1944
1383+#: breezy/builtins.py:1934
1384 msgid "Delete from brz but leave the working copy."
1385 msgstr ""
1386
1387 # help of 'file-deletion-strategy=no-backup' option of 'remove' command
1388-#: breezy/builtins.py:1945
1389+#: breezy/builtins.py:1935
1390 msgid "Don't backup changed files."
1391 msgstr ""
1392
1393-#: breezy/builtins.py:1966
1394+#: breezy/builtins.py:1956
1395 msgid "No matching files."
1396 msgstr ""
1397
1398-#: breezy/builtins.py:1983
1399+#: breezy/builtins.py:1973
1400 msgid "Reconcile brz metadata in a branch."
1401 msgstr ""
1402
1403-#: breezy/builtins.py:1985
1404+#: breezy/builtins.py:1975
1405 msgid ""
1406 "This can correct data mismatches that may have been caused by\n"
1407 "previous ghost operations or brz upgrades. You should only\n"
1408@@ -1200,7 +1200,7 @@
1409 "advises you to run it."
1410 msgstr ""
1411
1412-#: breezy/builtins.py:1990
1413+#: breezy/builtins.py:1980
1414 msgid ""
1415 "If a second branch is provided, cross-branch reconciliation is\n"
1416 "also attempted, which will check that data like the tree root\n"
1417@@ -1208,20 +1208,20 @@
1418 "correctly in both branches."
1419 msgstr ""
1420
1421-#: breezy/builtins.py:1995
1422+#: breezy/builtins.py:1985
1423 msgid ""
1424 "At the same time it is run it may recompress data resulting in\n"
1425 "a potential saving in disk space or performance gain."
1426 msgstr ""
1427
1428-#: breezy/builtins.py:1998
1429+#: breezy/builtins.py:1988
1430 msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1431 msgstr ""
1432
1433 # help of 'format=git-bare' option of 'init' command
1434 # help of 'format=git-bare' option of 'init-shared-repository' command
1435 # help of 'format=git-bare' option of 'upgrade' command
1436-#: breezy/builtins.py:2065 breezy/builtins.py:2186 breezy/builtins.py:3865
1437+#: breezy/builtins.py:2055 breezy/builtins.py:2176 breezy/builtins.py:3855
1438 msgid "Bare GIT repository (no working tree)."
1439 msgstr ""
1440
1441@@ -1234,28 +1234,28 @@
1442 # help of 'format=2a' option of 'upgrade' command
1443 # help of 'format=bzr' option of 'upgrade' command
1444 # help of 'format=default' option of 'upgrade' command
1445-#: breezy/builtins.py:2065 breezy/builtins.py:2186 breezy/builtins.py:3865
1446+#: breezy/builtins.py:2055 breezy/builtins.py:2176 breezy/builtins.py:3855
1447 msgid "Format for the bzr 2.0 series.\n"
1448 msgstr ""
1449
1450 # help of 'format=git' option of 'init' command
1451 # help of 'format=git' option of 'init-shared-repository' command
1452 # help of 'format=git' option of 'upgrade' command
1453-#: breezy/builtins.py:2065 breezy/builtins.py:2186 breezy/builtins.py:3865
1454+#: breezy/builtins.py:2055 breezy/builtins.py:2176 breezy/builtins.py:3855
1455 msgid "GIT repository."
1456 msgstr ""
1457
1458-#: breezy/builtins.py:2066
1459+#: breezy/builtins.py:2056
1460 msgid "Make a directory into a versioned branch."
1461 msgstr ""
1462
1463-#: breezy/builtins.py:2068
1464+#: breezy/builtins.py:2058
1465 msgid ""
1466 "Use this to create an empty branch, or before importing an\n"
1467 "existing project."
1468 msgstr ""
1469
1470-#: breezy/builtins.py:2071
1471+#: breezy/builtins.py:2061
1472 msgid ""
1473 "If there is a repository in a parent directory of the location, then\n"
1474 "the history of the branch will be stored in the repository. Otherwise\n"
1475@@ -1263,17 +1263,17 @@
1476 "in the .bzr directory."
1477 msgstr ""
1478
1479-#: breezy/builtins.py:2076
1480+#: breezy/builtins.py:2066
1481 msgid ""
1482 "If there is already a branch at the location but it has no working tree,\n"
1483 "the tree can be populated with 'brz checkout'."
1484 msgstr ""
1485
1486-#: breezy/builtins.py:2079
1487+#: breezy/builtins.py:2069
1488 msgid "Recipe for importing a tree of files::"
1489 msgstr ""
1490
1491-#: breezy/builtins.py:2081
1492+#: breezy/builtins.py:2071
1493 msgid ""
1494 " cd ~/project\n"
1495 " brz init\n"
1496@@ -1284,52 +1284,52 @@
1497
1498 # help of 'create-prefix' option of 'init' command
1499 # help of 'create-prefix' option of 'push' command
1500-#: breezy/builtins.py:2092
1501+#: breezy/builtins.py:2082
1502 msgid "Create the path leading up to the branch if it does not already exist."
1503 msgstr ""
1504
1505 # help of 'format' option of 'init' command
1506-#: breezy/builtins.py:2095
1507+#: breezy/builtins.py:2085
1508 msgid "Specify a format for this branch. See \"help formats\" for a full list."
1509 msgstr ""
1510
1511 # help of 'append-revisions-only' option of 'init' command
1512-#: breezy/builtins.py:2104
1513+#: breezy/builtins.py:2094
1514 msgid "Never change revnos or the existing log. Append revisions to it only."
1515 msgstr ""
1516
1517 # help of 'no-tree' option of 'init' command
1518-#: breezy/builtins.py:2107
1519+#: breezy/builtins.py:2097
1520 msgid "Create a branch without a working tree."
1521 msgstr ""
1522
1523-#: breezy/builtins.py:2128 breezy/push.py:112
1524+#: breezy/builtins.py:2118 breezy/push.py:110
1525 #, python-format
1526 msgid ""
1527 "Parent directory of %s does not exist.\n"
1528 "You may supply --create-prefix to create all leading parent directories."
1529 msgstr ""
1530
1531-#: breezy/builtins.py:2163
1532+#: breezy/builtins.py:2153
1533 msgid ""
1534 "This branch format cannot be set to append-revisions-only. Try --default."
1535 msgstr ""
1536
1537-#: breezy/builtins.py:2174
1538+#: breezy/builtins.py:2164
1539 #, python-brace-format
1540 msgid "Created a {0} (format: {1})\n"
1541 msgstr ""
1542
1543-#: breezy/builtins.py:2183
1544+#: breezy/builtins.py:2173
1545 #, python-format
1546 msgid "Using shared repository: %s\n"
1547 msgstr ""
1548
1549-#: breezy/builtins.py:2187
1550+#: breezy/builtins.py:2177
1551 msgid "Create a shared repository for branches to share storage space."
1552 msgstr ""
1553
1554-#: breezy/builtins.py:2189
1555+#: breezy/builtins.py:2179
1556 msgid ""
1557 "New branches created under the repository directory will store their\n"
1558 "revisions in the repository, not in the branch directory. For branches\n"
1559@@ -1337,7 +1337,7 @@
1560 "speeds up the creation of new branches."
1561 msgstr ""
1562
1563-#: breezy/builtins.py:2194
1564+#: breezy/builtins.py:2184
1565 msgid ""
1566 "If the --no-trees option is given then the branches in the repository\n"
1567 "will not have working trees by default. They will still exist as\n"
1568@@ -1347,23 +1347,23 @@
1569 "branches, such as on a server."
1570 msgstr ""
1571
1572-#: breezy/builtins.py:2201
1573+#: breezy/builtins.py:2191
1574 msgid ""
1575 ":Examples:\n"
1576 " Create a shared repository holding just branches::"
1577 msgstr ""
1578
1579-#: breezy/builtins.py:2204
1580+#: breezy/builtins.py:2194
1581 msgid ""
1582 " brz init-shared-repo --no-trees repo\n"
1583 " brz init repo/trunk"
1584 msgstr ""
1585
1586-#: breezy/builtins.py:2207
1587+#: breezy/builtins.py:2197
1588 msgid " Make a lightweight checkout elsewhere::"
1589 msgstr ""
1590
1591-#: breezy/builtins.py:2209
1592+#: breezy/builtins.py:2199
1593 msgid ""
1594 " brz checkout --lightweight repo/trunk trunk-checkout\n"
1595 " cd trunk-checkout\n"
1596@@ -1371,35 +1371,35 @@
1597 msgstr ""
1598
1599 # help of 'format' option of 'init-shared-repository' command
1600-#: breezy/builtins.py:2217
1601+#: breezy/builtins.py:2207
1602 msgid ""
1603 "Specify a format for this repository. See \"brz help formats\" for details."
1604 msgstr ""
1605
1606 # title of 'format' option of 'init-shared-repository' command
1607 # title of 'format' option of 'fast-import' command
1608-#: breezy/builtins.py:2223 breezy/plugins/fastimport/cmds.py:287
1609+#: breezy/builtins.py:2213 breezy/plugins/fastimport/cmds.py:282
1610 msgid "Repository format"
1611 msgstr ""
1612
1613 # help of 'no-trees' option of 'init-shared-repository' command
1614-#: breezy/builtins.py:2225
1615+#: breezy/builtins.py:2215
1616 msgid "Branches in the repository will default to not having a working tree."
1617 msgstr ""
1618
1619 # help of 'color' option of 'diff' command
1620-#: breezy/builtins.py:2255
1621+#: breezy/builtins.py:2245
1622 msgid ""
1623 "Color mode to use. \"always\": Always colorize output (default). \"auto\": "
1624 "Only colorize output if terminal supports it and STDOUT is a TTY. \"never"
1625 "\": Never colorize output."
1626 msgstr ""
1627
1628-#: breezy/builtins.py:2256
1629+#: breezy/builtins.py:2246
1630 msgid "Show differences in the working tree, between revisions or branches."
1631 msgstr ""
1632
1633-#: breezy/builtins.py:2258
1634+#: breezy/builtins.py:2248
1635 msgid ""
1636 "If no arguments are given, all changes for the current tree are listed.\n"
1637 "If files are given, only the changes in those files are listed.\n"
1638@@ -1409,13 +1409,13 @@
1639 "given."
1640 msgstr ""
1641
1642-#: breezy/builtins.py:2265
1643+#: breezy/builtins.py:2255
1644 msgid ""
1645 "\"brz diff -p1\" is equivalent to \"brz diff --prefix old/:new/\", and\n"
1646 "produces patches suitable for \"patch -p1\"."
1647 msgstr ""
1648
1649-#: breezy/builtins.py:2268
1650+#: breezy/builtins.py:2258
1651 msgid ""
1652 "Note that when using the -r argument with a range of revisions, the\n"
1653 "differences are computed between the two specified revisions. That\n"
1654@@ -1425,7 +1425,7 @@
1655 "in the range."
1656 msgstr ""
1657
1658-#: breezy/builtins.py:2275
1659+#: breezy/builtins.py:2265
1660 msgid ""
1661 ":Exit values:\n"
1662 " 1 - changed\n"
1663@@ -1434,219 +1434,219 @@
1664 " 0 - no change"
1665 msgstr ""
1666
1667-#: breezy/builtins.py:2281
1668+#: breezy/builtins.py:2271
1669 msgid ""
1670 ":Examples:\n"
1671 " Shows the difference in the working tree versus the last commit::"
1672 msgstr ""
1673
1674-#: breezy/builtins.py:2284
1675+#: breezy/builtins.py:2274
1676 msgid " brz diff"
1677 msgstr ""
1678
1679-#: breezy/builtins.py:2286
1680+#: breezy/builtins.py:2276
1681 msgid " Difference between the working tree and revision 1::"
1682 msgstr ""
1683
1684-#: breezy/builtins.py:2288
1685+#: breezy/builtins.py:2278
1686 msgid " brz diff -r1"
1687 msgstr ""
1688
1689-#: breezy/builtins.py:2290
1690+#: breezy/builtins.py:2280
1691 msgid " Difference between revision 3 and revision 1::"
1692 msgstr ""
1693
1694-#: breezy/builtins.py:2292
1695+#: breezy/builtins.py:2282
1696 msgid " brz diff -r1..3"
1697 msgstr ""
1698
1699-#: breezy/builtins.py:2294
1700+#: breezy/builtins.py:2284
1701 msgid " Difference between revision 3 and revision 1 for branch xxx::"
1702 msgstr ""
1703
1704-#: breezy/builtins.py:2296
1705+#: breezy/builtins.py:2286
1706 msgid " brz diff -r1..3 xxx"
1707 msgstr ""
1708
1709-#: breezy/builtins.py:2298
1710+#: breezy/builtins.py:2288
1711 msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1712 msgstr ""
1713
1714-#: breezy/builtins.py:2300
1715+#: breezy/builtins.py:2290
1716 msgid " brz diff -c2"
1717 msgstr ""
1718
1719-#: breezy/builtins.py:2302
1720+#: breezy/builtins.py:2292
1721 msgid " To see the changes introduced by revision X::"
1722 msgstr ""
1723
1724-#: breezy/builtins.py:2304
1725+#: breezy/builtins.py:2294
1726 msgid " brz diff -cX"
1727 msgstr ""
1728
1729-#: breezy/builtins.py:2306
1730+#: breezy/builtins.py:2296
1731 msgid ""
1732 " Note that in the case of a merge, the -c option shows the changes\n"
1733 " compared to the left hand parent. To see the changes against\n"
1734 " another parent, use::"
1735 msgstr ""
1736
1737-#: breezy/builtins.py:2310
1738+#: breezy/builtins.py:2300
1739 msgid " brz diff -r<chosen_parent>..X"
1740 msgstr ""
1741
1742-#: breezy/builtins.py:2312
1743+#: breezy/builtins.py:2302
1744 msgid ""
1745 " The changes between the current revision and the previous revision\n"
1746 " (equivalent to -c-1 and -r-2..-1)"
1747 msgstr ""
1748
1749-#: breezy/builtins.py:2315
1750+#: breezy/builtins.py:2305
1751 msgid " brz diff -r-2.."
1752 msgstr ""
1753
1754-#: breezy/builtins.py:2317
1755+#: breezy/builtins.py:2307
1756 msgid " Show just the differences for file NEWS::"
1757 msgstr ""
1758
1759-#: breezy/builtins.py:2319
1760+#: breezy/builtins.py:2309
1761 msgid " brz diff NEWS"
1762 msgstr ""
1763
1764-#: breezy/builtins.py:2321
1765+#: breezy/builtins.py:2311
1766 msgid " Show the differences in working tree xxx for file NEWS::"
1767 msgstr ""
1768
1769-#: breezy/builtins.py:2323
1770+#: breezy/builtins.py:2313
1771 msgid " brz diff xxx/NEWS"
1772 msgstr ""
1773
1774-#: breezy/builtins.py:2325
1775+#: breezy/builtins.py:2315
1776 msgid " Show the differences from branch xxx to this working tree:"
1777 msgstr ""
1778
1779-#: breezy/builtins.py:2327
1780+#: breezy/builtins.py:2317
1781 msgid " brz diff --old xxx"
1782 msgstr ""
1783
1784-#: breezy/builtins.py:2329
1785+#: breezy/builtins.py:2319
1786 msgid " Show the differences between two branches for file NEWS::"
1787 msgstr ""
1788
1789-#: breezy/builtins.py:2331
1790+#: breezy/builtins.py:2321
1791 msgid " brz diff --old xxx --new yyy NEWS"
1792 msgstr ""
1793
1794-#: breezy/builtins.py:2333
1795+#: breezy/builtins.py:2323
1796 msgid " Same as 'brz diff' but prefix paths with old/ and new/::"
1797 msgstr ""
1798
1799-#: breezy/builtins.py:2335
1800+#: breezy/builtins.py:2325
1801 msgid " brz diff --prefix old/:new/"
1802 msgstr ""
1803
1804-#: breezy/builtins.py:2337
1805+#: breezy/builtins.py:2327
1806 msgid " Show the differences using a custom diff program with options::"
1807 msgstr ""
1808
1809-#: breezy/builtins.py:2339
1810+#: breezy/builtins.py:2329
1811 msgid " brz diff --using /usr/bin/diff --diff-options -wu"
1812 msgstr ""
1813
1814 # help of 'diff-options' option of 'diff' command
1815-#: breezy/builtins.py:2345
1816+#: breezy/builtins.py:2335
1817 msgid "Pass these options to the external diff program."
1818 msgstr ""
1819
1820 # help of 'prefix' option of 'diff' command
1821-#: breezy/builtins.py:2348
1822+#: breezy/builtins.py:2338
1823 msgid ""
1824 "Set prefixes added to old and new filenames, as two values separated by a "
1825 "colon. (eg \"old/:new/\")."
1826 msgstr ""
1827
1828 # help of 'old' option of 'diff' command
1829-#: breezy/builtins.py:2351
1830+#: breezy/builtins.py:2341
1831 msgid "Branch/tree to compare from."
1832 msgstr ""
1833
1834 # help of 'new' option of 'diff' command
1835-#: breezy/builtins.py:2355
1836+#: breezy/builtins.py:2345
1837 msgid "Branch/tree to compare to."
1838 msgstr ""
1839
1840 # help of 'using' option of 'diff' command
1841-#: breezy/builtins.py:2361
1842+#: breezy/builtins.py:2351
1843 msgid "Use this command to compare files."
1844 msgstr ""
1845
1846 # help of 'format' option of 'diff' command
1847-#: breezy/builtins.py:2366
1848+#: breezy/builtins.py:2356
1849 msgid "Diff format to use."
1850 msgstr ""
1851
1852 # title of 'format' option of 'diff' command
1853-#: breezy/builtins.py:2368
1854+#: breezy/builtins.py:2358
1855 msgid "Diff format"
1856 msgstr ""
1857
1858 # help of 'context' option of 'diff' command
1859-#: breezy/builtins.py:2370
1860+#: breezy/builtins.py:2360
1861 msgid "How many lines of context to show."
1862 msgstr ""
1863
1864 # title of 'color' option of 'diff' command
1865-#: breezy/builtins.py:2376
1866+#: breezy/builtins.py:2366
1867 msgid "Color Mode"
1868 msgstr ""
1869
1870 # help of 'check-style' option of 'diff' command
1871-#: breezy/builtins.py:2383
1872+#: breezy/builtins.py:2373
1873 msgid "Warn if trailing whitespace or spurious changes have been added."
1874 msgstr ""
1875
1876-#: breezy/builtins.py:2408
1877+#: breezy/builtins.py:2398
1878 msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1879 msgstr ""
1880
1881-#: breezy/builtins.py:2412
1882+#: breezy/builtins.py:2402
1883 msgid "brz diff --revision takes exactly one or two revision specifiers"
1884 msgstr ""
1885
1886-#: breezy/builtins.py:2417 breezy/builtins.py:2823 breezy/builtins.py:2831
1887+#: breezy/builtins.py:2407 breezy/builtins.py:2813 breezy/builtins.py:2821
1888 #, python-brace-format
1889 msgid "{0} and {1} are mutually exclusive"
1890 msgstr ""
1891
1892-#: breezy/builtins.py:2447
1893+#: breezy/builtins.py:2437
1894 msgid ""
1895 "List files deleted in the working tree.\n"
1896 " "
1897 msgstr ""
1898
1899-#: breezy/builtins.py:2522
1900+#: breezy/builtins.py:2512
1901 msgid "Show the tree root directory."
1902 msgstr ""
1903
1904-#: breezy/builtins.py:2524
1905+#: breezy/builtins.py:2514
1906 msgid ""
1907 "The root is the nearest enclosing directory with a control\n"
1908 "directory."
1909 msgstr ""
1910
1911-#: breezy/builtins.py:2540
1912+#: breezy/builtins.py:2530
1913 msgid "The limit argument must be an integer."
1914 msgstr ""
1915
1916-#: breezy/builtins.py:2548
1917+#: breezy/builtins.py:2538
1918 msgid "The levels argument must be an integer."
1919 msgstr ""
1920
1921-#: breezy/builtins.py:2553
1922+#: breezy/builtins.py:2543
1923 msgid "Show historical log for a branch or subset of a branch."
1924 msgstr ""
1925
1926-#: breezy/builtins.py:2555
1927+#: breezy/builtins.py:2545
1928 msgid ""
1929 "log is brz's default tool for exploring the history of a branch.\n"
1930 "The branch to use is taken from the first parameter. If no parameters\n"
1931@@ -1654,14 +1654,14 @@
1932 "Here are some simple examples::"
1933 msgstr ""
1934
1935-#: breezy/builtins.py:2560
1936+#: breezy/builtins.py:2550
1937 msgid ""
1938 " brz log log the current branch\n"
1939 " brz log foo.py log a file in its branch\n"
1940 " brz log http://server/branch log a branch on a server"
1941 msgstr ""
1942
1943-#: breezy/builtins.py:2564
1944+#: breezy/builtins.py:2554
1945 msgid ""
1946 "The filtering, ordering and information shown for each revision can\n"
1947 "be controlled as explained below. By default, all revisions are\n"
1948@@ -1671,11 +1671,11 @@
1949 "were merged."
1950 msgstr ""
1951
1952-#: breezy/builtins.py:2571
1953+#: breezy/builtins.py:2561
1954 msgid ":Output control:"
1955 msgstr ""
1956
1957-#: breezy/builtins.py:2573
1958+#: breezy/builtins.py:2563
1959 msgid ""
1960 " The log format controls how information about each revision is\n"
1961 " displayed. The standard log formats are called ``long``, ``short``\n"
1962@@ -1683,13 +1683,13 @@
1963 " for more details on log formats."
1964 msgstr ""
1965
1966-#: breezy/builtins.py:2578
1967+#: breezy/builtins.py:2568
1968 msgid ""
1969 " The following options can be used to control what information is\n"
1970 " displayed::"
1971 msgstr ""
1972
1973-#: breezy/builtins.py:2581
1974+#: breezy/builtins.py:2571
1975 msgid ""
1976 " -l N display a maximum of N revisions\n"
1977 " -n N display N levels of revisions (0 for all, 1 for collapsed)\n"
1978@@ -1698,25 +1698,25 @@
1979 " --show-ids display revision-ids (and file-ids), not just revnos"
1980 msgstr ""
1981
1982-#: breezy/builtins.py:2587
1983+#: breezy/builtins.py:2577
1984 msgid ""
1985 " Note that the default number of levels to display is a function of the\n"
1986 " log format. If the -n option is not used, the standard log formats show\n"
1987 " just the top level (mainline)."
1988 msgstr ""
1989
1990-#: breezy/builtins.py:2591
1991+#: breezy/builtins.py:2581
1992 msgid ""
1993 " Status summaries are shown using status flags like A, M, etc. To see\n"
1994 " the changes explained using words like ``added`` and ``modified``\n"
1995 " instead, use the -vv option."
1996 msgstr ""
1997
1998-#: breezy/builtins.py:2595
1999+#: breezy/builtins.py:2585
2000 msgid ":Ordering control:"
2001 msgstr ""
2002
2003-#: breezy/builtins.py:2597
2004+#: breezy/builtins.py:2587
2005 msgid ""
2006 " To display revisions from oldest to newest, use the --forward option.\n"
2007 " In most cases, using this option will have little impact on the total\n"
2008@@ -1724,17 +1724,17 @@
2009 " display revisions like --reverse does when it can."
2010 msgstr ""
2011
2012-#: breezy/builtins.py:2602
2013+#: breezy/builtins.py:2592
2014 msgid ":Revision filtering:"
2015 msgstr ""
2016
2017-#: breezy/builtins.py:2604
2018+#: breezy/builtins.py:2594
2019 msgid ""
2020 " The -r option can be used to specify what revision or range of revisions\n"
2021 " to filter against. The various forms are shown below::"
2022 msgstr ""
2023
2024-#: breezy/builtins.py:2607
2025+#: breezy/builtins.py:2597
2026 msgid ""
2027 " -rX display revision X\n"
2028 " -rX.. display revision X and later\n"
2029@@ -1742,13 +1742,13 @@
2030 " -rX..Y display from X to Y inclusive"
2031 msgstr ""
2032
2033-#: breezy/builtins.py:2612
2034+#: breezy/builtins.py:2602
2035 msgid ""
2036 " See ``brz help revisionspec`` for details on how to specify X and Y.\n"
2037 " Some common examples are given below::"
2038 msgstr ""
2039
2040-#: breezy/builtins.py:2615
2041+#: breezy/builtins.py:2605
2042 msgid ""
2043 " -r-1 show just the tip\n"
2044 " -r-10.. show the last 10 mainline revisions\n"
2045@@ -1758,7 +1758,7 @@
2046 " -rdate:yesterday.. show changes since yesterday"
2047 msgstr ""
2048
2049-#: breezy/builtins.py:2622
2050+#: breezy/builtins.py:2612
2051 msgid ""
2052 " When logging a range of revisions using -rX..Y, log starts at\n"
2053 " revision Y and searches back in history through the primary\n"
2054@@ -1768,73 +1768,73 @@
2055 " a nested merge revision and the log will be truncated accordingly."
2056 msgstr ""
2057
2058-#: breezy/builtins.py:2629
2059+#: breezy/builtins.py:2619
2060 msgid ":Path filtering:"
2061 msgstr ""
2062
2063-#: breezy/builtins.py:2631
2064+#: breezy/builtins.py:2621
2065 msgid ""
2066 " If parameters are given and the first one is not a branch, the log\n"
2067 " will be filtered to show only those revisions that changed the\n"
2068 " nominated files or directories."
2069 msgstr ""
2070
2071-#: breezy/builtins.py:2635
2072+#: breezy/builtins.py:2625
2073 msgid ""
2074 " Filenames are interpreted within their historical context. To log a\n"
2075 " deleted file, specify a revision range so that the file existed at\n"
2076 " the end or start of the range."
2077 msgstr ""
2078
2079-#: breezy/builtins.py:2639
2080+#: breezy/builtins.py:2629
2081 msgid ""
2082 " Historical context is also important when interpreting pathnames of\n"
2083 " renamed files/directories. Consider the following example:"
2084 msgstr ""
2085
2086-#: breezy/builtins.py:2642
2087+#: breezy/builtins.py:2632
2088 msgid ""
2089 " * revision 1: add tutorial.txt\n"
2090 " * revision 2: modify tutorial.txt\n"
2091 " * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
2092 msgstr ""
2093
2094-#: breezy/builtins.py:2646
2095+#: breezy/builtins.py:2636
2096 msgid " In this case:"
2097 msgstr ""
2098
2099-#: breezy/builtins.py:2648
2100+#: breezy/builtins.py:2638
2101 msgid " * ``brz log guide.txt`` will log the file added in revision 1"
2102 msgstr ""
2103
2104-#: breezy/builtins.py:2650
2105+#: breezy/builtins.py:2640
2106 msgid " * ``brz log tutorial.txt`` will log the new file added in revision 3"
2107 msgstr ""
2108
2109-#: breezy/builtins.py:2652
2110+#: breezy/builtins.py:2642
2111 msgid ""
2112 " * ``brz log -r2 -p tutorial.txt`` will show the changes made to\n"
2113 " the original file in revision 2."
2114 msgstr ""
2115
2116-#: breezy/builtins.py:2655
2117+#: breezy/builtins.py:2645
2118 msgid ""
2119 " * ``brz log -r2 -p guide.txt`` will display an error message as there\n"
2120 " was no file called guide.txt in revision 2."
2121 msgstr ""
2122
2123-#: breezy/builtins.py:2658
2124+#: breezy/builtins.py:2648
2125 msgid ""
2126 " Renames are always followed by log. By design, there is no need to\n"
2127 " explicitly ask for this (and no way to stop logging a file back\n"
2128 " until it was last renamed)."
2129 msgstr ""
2130
2131-#: breezy/builtins.py:2662
2132+#: breezy/builtins.py:2652
2133 msgid ":Other filtering:"
2134 msgstr ""
2135
2136-#: breezy/builtins.py:2664
2137+#: breezy/builtins.py:2654
2138 msgid ""
2139 " The --match option can be used for finding revisions that match a\n"
2140 " regular expression in a commit message, committer, author or bug.\n"
2141@@ -1843,11 +1843,11 @@
2142 " --match-message can be used to only match a specific field."
2143 msgstr ""
2144
2145-#: breezy/builtins.py:2670
2146+#: breezy/builtins.py:2660
2147 msgid ":Tips & tricks:"
2148 msgstr ""
2149
2150-#: breezy/builtins.py:2672
2151+#: breezy/builtins.py:2662
2152 msgid ""
2153 " GUI tools and IDEs are often better at exploring history than command\n"
2154 " line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\n"
2155@@ -1856,11 +1856,11 @@
2156 " <http://wiki.bazaar.canonical.com/IDEIntegration>."
2157 msgstr ""
2158
2159-#: breezy/builtins.py:2678
2160+#: breezy/builtins.py:2668
2161 msgid " You may find it useful to add the aliases below to ``breezy.conf``::"
2162 msgstr ""
2163
2164-#: breezy/builtins.py:2680
2165+#: breezy/builtins.py:2670
2166 msgid ""
2167 " [ALIASES]\n"
2168 " tip = log -r-1\n"
2169@@ -1868,20 +1868,20 @@
2170 " show = log -v -p"
2171 msgstr ""
2172
2173-#: breezy/builtins.py:2685
2174+#: breezy/builtins.py:2675
2175 msgid ""
2176 " ``brz tip`` will then show the latest revision while ``brz top``\n"
2177 " will show the last 10 mainline revisions. To see the details of a\n"
2178 " particular revision X, ``brz show -rX``."
2179 msgstr ""
2180
2181-#: breezy/builtins.py:2689
2182+#: breezy/builtins.py:2679
2183 msgid ""
2184 " If you are interested in looking deeper into a particular merge X,\n"
2185 " use ``brz log -n0 -rX``."
2186 msgstr ""
2187
2188-#: breezy/builtins.py:2692
2189+#: breezy/builtins.py:2682
2190 msgid ""
2191 " ``brz log -v`` on a branch with lots of history is currently\n"
2192 " very slow. A fix for this issue is currently under development.\n"
2193@@ -1889,7 +1889,7 @@
2194 " be given when using the -v option."
2195 msgstr ""
2196
2197-#: breezy/builtins.py:2697
2198+#: breezy/builtins.py:2687
2199 msgid ""
2200 " brz has a generic full-text matching plugin, brz-search, that can be\n"
2201 " used to find revisions matching user names, commit messages, etc.\n"
2202@@ -1897,7 +1897,7 @@
2203 " a list of words but not others."
2204 msgstr ""
2205
2206-#: breezy/builtins.py:2702
2207+#: breezy/builtins.py:2692
2208 msgid ""
2209 " When exploring non-mainline history on large projects with deep\n"
2210 " history, the performance of log can be greatly improved by installing\n"
2211@@ -1906,169 +1906,169 @@
2212 msgstr ""
2213
2214 # help of 'forward' option of 'log' command
2215-#: breezy/builtins.py:2711
2216+#: breezy/builtins.py:2701
2217 msgid "Show from oldest to newest."
2218 msgstr ""
2219
2220 # help of 'verbose' option of 'log' command
2221-#: breezy/builtins.py:2714
2222+#: breezy/builtins.py:2704
2223 msgid "Show files changed in each revision."
2224 msgstr ""
2225
2226 # help of 'change' option of 'log' command
2227-#: breezy/builtins.py:2720
2228+#: breezy/builtins.py:2710
2229 msgid "Show just the specified revision. See also \"help revisionspec\"."
2230 msgstr ""
2231
2232 # help of 'authors' option of 'log' command
2233-#: breezy/builtins.py:2724
2234+#: breezy/builtins.py:2714
2235 msgid "What names to list as authors - first, all or committer."
2236 msgstr ""
2237
2238 # title of 'authors' option of 'log' command
2239-#: breezy/builtins.py:2725
2240+#: breezy/builtins.py:2715
2241 msgid "Authors"
2242 msgstr ""
2243
2244 # help of 'levels' option of 'log' command
2245-#: breezy/builtins.py:2731
2246+#: breezy/builtins.py:2721
2247 msgid "Number of levels to display - 0 for all, 1 for flat."
2248 msgstr ""
2249
2250 # help of 'limit' option of 'log' command
2251-#: breezy/builtins.py:2741
2252+#: breezy/builtins.py:2731
2253 msgid "Limit the output to the first N revisions."
2254 msgstr ""
2255
2256 # help of 'show-diff' option of 'log' command
2257-#: breezy/builtins.py:2746
2258+#: breezy/builtins.py:2736
2259 msgid "Show changes made in each revision as a patch."
2260 msgstr ""
2261
2262 # help of 'include-merged' option of 'log' command
2263-#: breezy/builtins.py:2748
2264+#: breezy/builtins.py:2738
2265 msgid "Show merged revisions like --levels 0 does."
2266 msgstr ""
2267
2268 # help of 'omit-merges' option of 'log' command
2269-#: breezy/builtins.py:2752
2270+#: breezy/builtins.py:2742
2271 msgid "Do not report commits with more than one parent."
2272 msgstr ""
2273
2274 # help of 'exclude-common-ancestry' option of 'log' command
2275-#: breezy/builtins.py:2754
2276+#: breezy/builtins.py:2744
2277 msgid ""
2278 "Display only the revisions that are not part of both ancestries (require -"
2279 "rX..Y)."
2280 msgstr ""
2281
2282 # help of 'signatures' option of 'log' command
2283-#: breezy/builtins.py:2758
2284+#: breezy/builtins.py:2748
2285 msgid "Show digital signature validity."
2286 msgstr ""
2287
2288 # help of 'match' option of 'log' command
2289-#: breezy/builtins.py:2761
2290+#: breezy/builtins.py:2751
2291 msgid "Show revisions whose properties match this expression."
2292 msgstr ""
2293
2294 # help of 'match-message' option of 'log' command
2295-#: breezy/builtins.py:2765
2296+#: breezy/builtins.py:2755
2297 msgid "Show revisions whose message matches this expression."
2298 msgstr ""
2299
2300 # help of 'match-committer' option of 'log' command
2301-#: breezy/builtins.py:2769
2302+#: breezy/builtins.py:2759
2303 msgid "Show revisions whose committer matches this expression."
2304 msgstr ""
2305
2306 # help of 'match-author' option of 'log' command
2307-#: breezy/builtins.py:2773
2308+#: breezy/builtins.py:2763
2309 msgid "Show revisions whose authors match this expression."
2310 msgstr ""
2311
2312 # help of 'match-bugs' option of 'log' command
2313-#: breezy/builtins.py:2777
2314+#: breezy/builtins.py:2767
2315 msgid "Show revisions whose bugs match this expression."
2316 msgstr ""
2317
2318-#: breezy/builtins.py:2817
2319+#: breezy/builtins.py:2807
2320 msgid "--exclude-common-ancestry requires -r with two revisions"
2321 msgstr ""
2322
2323-#: breezy/builtins.py:2845
2324+#: breezy/builtins.py:2835
2325 #, python-format
2326 msgid "Path unknown at end or start of revision range: %s"
2327 msgstr ""
2328
2329-#: breezy/builtins.py:2963
2330+#: breezy/builtins.py:2953
2331 #, python-format
2332 msgid "brz %s doesn't accept two revisions in different branches."
2333 msgstr ""
2334
2335-#: breezy/builtins.py:2979
2336+#: breezy/builtins.py:2969
2337 #, python-format
2338 msgid "brz %s --revision takes one or two values."
2339 msgstr ""
2340
2341-#: breezy/builtins.py:3024
2342+#: breezy/builtins.py:3014
2343 msgid ""
2344 "List files in a tree.\n"
2345 " "
2346 msgstr ""
2347
2348 # help of 'recursive' option of 'ls' command
2349-#: breezy/builtins.py:3033
2350+#: breezy/builtins.py:3023
2351 msgid "Recurse into subdirectories."
2352 msgstr ""
2353
2354 # help of 'from-root' option of 'ls' command
2355-#: breezy/builtins.py:3035
2356+#: breezy/builtins.py:3025
2357 msgid "Print paths relative to the root of the branch."
2358 msgstr ""
2359
2360 # help of 'unknown' option of 'ls' command
2361-#: breezy/builtins.py:3037
2362+#: breezy/builtins.py:3027
2363 msgid "Print unknown files."
2364 msgstr ""
2365
2366 # help of 'versioned' option of 'ls' command
2367-#: breezy/builtins.py:3038
2368+#: breezy/builtins.py:3028
2369 msgid "Print versioned files."
2370 msgstr ""
2371
2372 # help of 'ignored' option of 'ls' command
2373-#: breezy/builtins.py:3041
2374+#: breezy/builtins.py:3031
2375 msgid "Print ignored files."
2376 msgstr ""
2377
2378 # help of 'kind' option of 'ls' command
2379-#: breezy/builtins.py:3043
2380+#: breezy/builtins.py:3033
2381 msgid ""
2382 "List entries of a particular kind: file, directory, symlink, tree-reference."
2383 msgstr ""
2384
2385-#: breezy/builtins.py:3058
2386+#: breezy/builtins.py:3048
2387 msgid "invalid kind specified"
2388 msgstr ""
2389
2390-#: breezy/builtins.py:3062
2391+#: breezy/builtins.py:3052
2392 msgid "Cannot set both --verbose and --null"
2393 msgstr ""
2394
2395-#: breezy/builtins.py:3071
2396+#: breezy/builtins.py:3061
2397 msgid "cannot specify both --from-root and PATH"
2398 msgstr ""
2399
2400-#: breezy/builtins.py:3158
2401+#: breezy/builtins.py:3148
2402 msgid "Ignore specified files or patterns."
2403 msgstr ""
2404
2405-#: breezy/builtins.py:3160
2406+#: breezy/builtins.py:3150
2407 msgid "See ``brz help patterns`` for details on the syntax of patterns."
2408 msgstr ""
2409
2410-#: breezy/builtins.py:3162
2411+#: breezy/builtins.py:3152
2412 msgid ""
2413 "If a .bzrignore file does not exist, the ignore command\n"
2414 "will create one and add the specified files or patterns to the newly\n"
2415@@ -2077,7 +2077,7 @@
2416 "the use of the ignore command will require an explicit add command."
2417 msgstr ""
2418
2419-#: breezy/builtins.py:3168
2420+#: breezy/builtins.py:3158
2421 msgid ""
2422 "To remove patterns from the ignore list, edit the .bzrignore file.\n"
2423 "After adding, editing or deleting that file either indirectly by\n"
2424@@ -2085,7 +2085,7 @@
2425 "it."
2426 msgstr ""
2427
2428-#: breezy/builtins.py:3173
2429+#: breezy/builtins.py:3163
2430 msgid ""
2431 "Breezy also supports a global ignore file ~/.config/breezy/ignore. On\n"
2432 "Windows the global ignore file can be found in the application data\n"
2433@@ -2095,96 +2095,96 @@
2434 "can be edited directly using an editor."
2435 msgstr ""
2436
2437-#: breezy/builtins.py:3180
2438+#: breezy/builtins.py:3170
2439 msgid ""
2440 "Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
2441 "precedence over regular ignores. Such exceptions are used to specify\n"
2442 "files that should be versioned which would otherwise be ignored."
2443 msgstr ""
2444
2445-#: breezy/builtins.py:3184
2446+#: breezy/builtins.py:3174
2447 msgid ""
2448 "Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
2449 "precedence over the '!' exception patterns."
2450 msgstr ""
2451
2452-#: breezy/builtins.py:3187
2453+#: breezy/builtins.py:3177
2454 msgid ":Notes:"
2455 msgstr ""
2456
2457-#: breezy/builtins.py:3189
2458+#: breezy/builtins.py:3179
2459 msgid ""
2460 "* Ignore patterns containing shell wildcards must be quoted from\n"
2461 " the shell on Unix."
2462 msgstr ""
2463
2464-#: breezy/builtins.py:3192
2465+#: breezy/builtins.py:3182
2466 msgid ""
2467 "* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
2468 " To ignore patterns that begin with that character, use the \"RE:\" prefix."
2469 msgstr ""
2470
2471-#: breezy/builtins.py:3195
2472+#: breezy/builtins.py:3185
2473 msgid ""
2474 ":Examples:\n"
2475 " Ignore the top level Makefile::"
2476 msgstr ""
2477
2478-#: breezy/builtins.py:3198
2479+#: breezy/builtins.py:3188
2480 msgid " brz ignore ./Makefile"
2481 msgstr ""
2482
2483-#: breezy/builtins.py:3200
2484+#: breezy/builtins.py:3190
2485 msgid " Ignore .class files in all directories...::"
2486 msgstr ""
2487
2488-#: breezy/builtins.py:3202
2489+#: breezy/builtins.py:3192
2490 msgid " brz ignore \"*.class\""
2491 msgstr ""
2492
2493-#: breezy/builtins.py:3204
2494+#: breezy/builtins.py:3194
2495 msgid " ...but do not ignore \"special.class\"::"
2496 msgstr ""
2497
2498-#: breezy/builtins.py:3206
2499+#: breezy/builtins.py:3196
2500 msgid " brz ignore \"!special.class\""
2501 msgstr ""
2502
2503-#: breezy/builtins.py:3208
2504+#: breezy/builtins.py:3198
2505 msgid " Ignore files whose name begins with the \"#\" character::"
2506 msgstr ""
2507
2508-#: breezy/builtins.py:3210
2509+#: breezy/builtins.py:3200
2510 msgid " brz ignore \"RE:^#\""
2511 msgstr ""
2512
2513-#: breezy/builtins.py:3212 breezy/builtins.py:3216
2514+#: breezy/builtins.py:3202 breezy/builtins.py:3206
2515 msgid " Ignore .o files under the lib directory::"
2516 msgstr ""
2517
2518-#: breezy/builtins.py:3214
2519+#: breezy/builtins.py:3204
2520 msgid " brz ignore \"lib/**/*.o\""
2521 msgstr ""
2522
2523-#: breezy/builtins.py:3218
2524+#: breezy/builtins.py:3208
2525 msgid " brz ignore \"RE:lib/.*\\.o\""
2526 msgstr ""
2527
2528-#: breezy/builtins.py:3220
2529+#: breezy/builtins.py:3210
2530 msgid " Ignore everything but the \"debian\" toplevel directory::"
2531 msgstr ""
2532
2533-#: breezy/builtins.py:3222
2534+#: breezy/builtins.py:3212
2535 msgid " brz ignore \"RE:(?!debian/).*\""
2536 msgstr ""
2537
2538-#: breezy/builtins.py:3224
2539+#: breezy/builtins.py:3214
2540 msgid ""
2541 " Ignore everything except the \"local\" toplevel directory,\n"
2542 " but always ignore autosave files ending in ~, even under local/::"
2543 msgstr ""
2544
2545-#: breezy/builtins.py:3227
2546+#: breezy/builtins.py:3217
2547 msgid ""
2548 " brz ignore \"*\"\n"
2549 " brz ignore \"!./local\"\n"
2550@@ -2192,26 +2192,26 @@
2551 msgstr ""
2552
2553 # help of 'default-rules' option of 'ignore' command
2554-#: breezy/builtins.py:3236
2555+#: breezy/builtins.py:3226
2556 msgid "Display the default ignore rules that brz uses."
2557 msgstr ""
2558
2559-#: breezy/builtins.py:3248
2560+#: breezy/builtins.py:3238
2561 msgid "ignore requires at least one NAME_PATTERN or --default-rules."
2562 msgstr ""
2563
2564-#: breezy/builtins.py:3259
2565+#: breezy/builtins.py:3249
2566 #, python-format
2567 msgid "Invalid ignore pattern found. %s"
2568 msgid_plural "Invalid ignore patterns found. %s"
2569 msgstr[0] ""
2570 msgstr[1] ""
2571
2572-#: breezy/builtins.py:3268
2573+#: breezy/builtins.py:3258
2574 msgid "NAME_PATTERN should not be an absolute path"
2575 msgstr ""
2576
2577-#: breezy/builtins.py:3280
2578+#: breezy/builtins.py:3270
2579 #, python-format
2580 msgid ""
2581 "Warning: the following files are version controlled and match your ignore "
2582@@ -2221,62 +2221,62 @@
2583 "them.\n"
2584 msgstr ""
2585
2586-#: breezy/builtins.py:3287
2587+#: breezy/builtins.py:3277
2588 msgid "List ignored files and the patterns that matched them."
2589 msgstr ""
2590
2591-#: breezy/builtins.py:3289
2592+#: breezy/builtins.py:3279
2593 msgid ""
2594 "List all the ignored files and the ignore pattern that caused the file to\n"
2595 "be ignored."
2596 msgstr ""
2597
2598-#: breezy/builtins.py:3292
2599+#: breezy/builtins.py:3282
2600 msgid "Alternatively, to list just the files::"
2601 msgstr ""
2602
2603-#: breezy/builtins.py:3294
2604+#: breezy/builtins.py:3284
2605 msgid " brz ls --ignored"
2606 msgstr ""
2607
2608-#: breezy/builtins.py:3328
2609+#: breezy/builtins.py:3318
2610 #, python-format
2611 msgid "not a valid revision-number: %r"
2612 msgstr ""
2613
2614-#: breezy/builtins.py:3336
2615+#: breezy/builtins.py:3326
2616 msgid "Export current or past revision to a destination directory or archive."
2617 msgstr ""
2618
2619-#: breezy/builtins.py:3338
2620+#: breezy/builtins.py:3328
2621 msgid "If no revision is specified this exports the last committed revision."
2622 msgstr ""
2623
2624-#: breezy/builtins.py:3340
2625+#: breezy/builtins.py:3330
2626 msgid ""
2627 "Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
2628 "given, try to find the format with the extension. If no extension\n"
2629 "is found exports to a directory (equivalent to --format=dir)."
2630 msgstr ""
2631
2632-#: breezy/builtins.py:3344
2633+#: breezy/builtins.py:3334
2634 msgid ""
2635 "If root is supplied, it will be used as the root directory inside\n"
2636 "container formats (tar, zip, etc). If it is not supplied it will default\n"
2637 "to the exported filename. The root option has no effect for 'dir' format."
2638 msgstr ""
2639
2640-#: breezy/builtins.py:3348
2641+#: breezy/builtins.py:3338
2642 msgid ""
2643 "If branch is omitted then the branch containing the current working\n"
2644 "directory will be used."
2645 msgstr ""
2646
2647-#: breezy/builtins.py:3351
2648+#: breezy/builtins.py:3341
2649 msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
2650 msgstr ""
2651
2652-#: breezy/builtins.py:3353
2653+#: breezy/builtins.py:3343
2654 msgid ""
2655 " ================= =========================\n"
2656 " Supported formats Autodetected by extension\n"
2657@@ -2290,78 +2290,78 @@
2658 msgstr ""
2659
2660 # help of 'format' option of 'export' command
2661-#: breezy/builtins.py:3368
2662+#: breezy/builtins.py:3358
2663 msgid "Type of file to export to."
2664 msgstr ""
2665
2666 # help of 'filters' option of 'export' command
2667-#: breezy/builtins.py:3371
2668+#: breezy/builtins.py:3361
2669 msgid "Apply content filters to export the convenient form."
2670 msgstr ""
2671
2672 # help of 'root' option of 'export' command
2673-#: breezy/builtins.py:3375
2674+#: breezy/builtins.py:3365
2675 msgid "Name of the root directory inside the exported file."
2676 msgstr ""
2677
2678 # help of 'per-file-timestamps' option of 'export' command
2679-#: breezy/builtins.py:3377
2680+#: breezy/builtins.py:3367
2681 msgid ""
2682 "Set modification time of files to that of the last revision in which it was "
2683 "changed."
2684 msgstr ""
2685
2686 # help of 'uncommitted' option of 'export' command
2687-#: breezy/builtins.py:3380
2688+#: breezy/builtins.py:3370
2689 msgid "Export the working tree contents rather than that of the last revision."
2690 msgstr ""
2691
2692-#: breezy/builtins.py:3400
2693+#: breezy/builtins.py:3390
2694 msgid "--uncommitted requires a working tree"
2695 msgstr ""
2696
2697-#: breezy/builtins.py:3428
2698+#: breezy/builtins.py:3418
2699 #, python-format
2700 msgid "Unsupported export format: %s"
2701 msgstr ""
2702
2703-#: breezy/builtins.py:3432
2704+#: breezy/builtins.py:3422
2705 msgid "Write the contents of a file as of a given revision to standard output."
2706 msgstr ""
2707
2708-#: breezy/builtins.py:3434
2709+#: breezy/builtins.py:3424
2710 msgid "If no revision is nominated, the last revision is used."
2711 msgstr ""
2712
2713-#: breezy/builtins.py:3436
2714+#: breezy/builtins.py:3426
2715 msgid ""
2716 "Note: Take care to redirect standard output when using this command on a\n"
2717 "binary file."
2718 msgstr ""
2719
2720 # help of 'name-from-revision' option of 'cat' command
2721-#: breezy/builtins.py:3443
2722+#: breezy/builtins.py:3433
2723 msgid "The path name in the old tree."
2724 msgstr ""
2725
2726 # help of 'filters' option of 'cat' command
2727-#: breezy/builtins.py:3444
2728+#: breezy/builtins.py:3434
2729 msgid "Apply content filters to display the convenience form."
2730 msgstr ""
2731
2732-#: breezy/builtins.py:3455
2733+#: breezy/builtins.py:3445
2734 msgid "brz cat --revision takes exactly one revision specifier"
2735 msgstr ""
2736
2737-#: breezy/builtins.py:3475 breezy/builtins.py:3489
2738+#: breezy/builtins.py:3465 breezy/builtins.py:3479
2739 msgid "{0!r} is not present in revision {1}"
2740 msgstr ""
2741
2742-#: breezy/builtins.py:3516
2743+#: breezy/builtins.py:3506
2744 msgid "Commit changes into a new revision."
2745 msgstr ""
2746
2747-#: breezy/builtins.py:3518
2748+#: breezy/builtins.py:3508
2749 msgid ""
2750 "An explanatory message needs to be given for each commit. This is\n"
2751 "often done by using the --message option (getting the message from the\n"
2752@@ -2371,44 +2371,44 @@
2753 "boilerplate text loaded into the editor, use the --show-diff option."
2754 msgstr ""
2755
2756-#: breezy/builtins.py:3525
2757+#: breezy/builtins.py:3515
2758 msgid ""
2759 "By default, the entire tree is committed and the person doing the\n"
2760 "commit is assumed to be the author. These defaults can be overridden\n"
2761 "as explained below."
2762 msgstr ""
2763
2764-#: breezy/builtins.py:3529
2765+#: breezy/builtins.py:3519
2766 msgid ":Selective commits:"
2767 msgstr ""
2768
2769-#: breezy/builtins.py:3531
2770+#: breezy/builtins.py:3521
2771 msgid ""
2772 " If selected files are specified, only changes to those files are\n"
2773 " committed. If a directory is specified then the directory and\n"
2774 " everything within it is committed."
2775 msgstr ""
2776
2777-#: breezy/builtins.py:3535
2778+#: breezy/builtins.py:3525
2779 msgid ""
2780 " When excludes are given, they take precedence over selected files.\n"
2781 " For example, to commit only changes within foo, but not changes\n"
2782 " within foo/bar::"
2783 msgstr ""
2784
2785-#: breezy/builtins.py:3539
2786+#: breezy/builtins.py:3529
2787 msgid " brz commit foo -x foo/bar"
2788 msgstr ""
2789
2790-#: breezy/builtins.py:3541
2791+#: breezy/builtins.py:3531
2792 msgid " A selective commit after a merge is not yet supported."
2793 msgstr ""
2794
2795-#: breezy/builtins.py:3543
2796+#: breezy/builtins.py:3533
2797 msgid ":Custom authors:"
2798 msgstr ""
2799
2800-#: breezy/builtins.py:3545
2801+#: breezy/builtins.py:3535
2802 msgid ""
2803 " If the author of the change is not the same person as the committer,\n"
2804 " you can specify the author's name using the --author option. The\n"
2805@@ -2418,11 +2418,11 @@
2806 " author."
2807 msgstr ""
2808
2809-#: breezy/builtins.py:3552
2810+#: breezy/builtins.py:3542
2811 msgid ":Checks:"
2812 msgstr ""
2813
2814-#: breezy/builtins.py:3554
2815+#: breezy/builtins.py:3544
2816 msgid ""
2817 " A common mistake is to forget to add a new file or directory before\n"
2818 " running the commit command. The --strict option checks for unknown\n"
2819@@ -2431,18 +2431,18 @@
2820 " for details."
2821 msgstr ""
2822
2823-#: breezy/builtins.py:3560
2824+#: breezy/builtins.py:3550
2825 msgid ":Things to note:"
2826 msgstr ""
2827
2828-#: breezy/builtins.py:3562
2829+#: breezy/builtins.py:3552
2830 msgid ""
2831 " If you accidentally commit the wrong changes or make a spelling\n"
2832 " mistake in the commit message say, you can use the uncommit command\n"
2833 " to undo it. See ``brz help uncommit`` for details."
2834 msgstr ""
2835
2836-#: breezy/builtins.py:3566
2837+#: breezy/builtins.py:3556
2838 msgid ""
2839 " Hooks can also be configured to run after a commit. This allows you\n"
2840 " to trigger updates to external systems like bug trackers. The --fixes\n"
2841@@ -2451,74 +2451,74 @@
2842 msgstr ""
2843
2844 # help of 'exclude' option of 'commit' command
2845-#: breezy/builtins.py:3577
2846+#: breezy/builtins.py:3567
2847 msgid "Do not consider changes made to a given path."
2848 msgstr ""
2849
2850 # help of 'message' option of 'commit' command
2851-#: breezy/builtins.py:3580
2852+#: breezy/builtins.py:3570
2853 msgid "Description of the new revision."
2854 msgstr ""
2855
2856 # help of 'unchanged' option of 'commit' command
2857-#: breezy/builtins.py:3583
2858+#: breezy/builtins.py:3573
2859 msgid "Commit even if nothing has changed."
2860 msgstr ""
2861
2862 # help of 'file' option of 'commit' command
2863-#: breezy/builtins.py:3587
2864+#: breezy/builtins.py:3577
2865 msgid "Take commit message from this file."
2866 msgstr ""
2867
2868 # help of 'strict' option of 'commit' command
2869-#: breezy/builtins.py:3589
2870+#: breezy/builtins.py:3579
2871 msgid "Refuse to commit if there are unknown files in the working tree."
2872 msgstr ""
2873
2874 # help of 'commit-time' option of 'commit' command
2875-#: breezy/builtins.py:3592
2876+#: breezy/builtins.py:3582
2877 msgid ""
2878 "Manually set a commit time using commit date format, e.g. '2009-10-10 "
2879 "08:00:00 +0100'."
2880 msgstr ""
2881
2882 # help of 'bugs' option of 'commit' command
2883-#: breezy/builtins.py:3596
2884+#: breezy/builtins.py:3586
2885 msgid "Link to a related bug. (see \"brz help bugs\")."
2886 msgstr ""
2887
2888 # help of 'fixes' option of 'commit' command
2889-#: breezy/builtins.py:3599
2890+#: breezy/builtins.py:3589
2891 msgid "Mark a bug as being fixed by this revision (see \"brz help bugs\")."
2892 msgstr ""
2893
2894 # help of 'author' option of 'commit' command
2895-#: breezy/builtins.py:3603
2896+#: breezy/builtins.py:3593
2897 msgid "Set the author's name, if it's different from the committer."
2898 msgstr ""
2899
2900 # help of 'local' option of 'commit' command
2901-#: breezy/builtins.py:3606
2902+#: breezy/builtins.py:3596
2903 msgid ""
2904 "Perform a local commit in a bound branch. Local commits are not pushed to "
2905 "the master branch until a normal commit is performed."
2906 msgstr ""
2907
2908 # help of 'show-diff' option of 'commit' command
2909-#: breezy/builtins.py:3612
2910+#: breezy/builtins.py:3602
2911 msgid ""
2912 "When no message is supplied, show the diff along with the status summary in "
2913 "the message editor."
2914 msgstr ""
2915
2916 # help of 'lossy' option of 'commit' command
2917-#: breezy/builtins.py:3615
2918+#: breezy/builtins.py:3605
2919 msgid ""
2920 "When committing to a foreign version control system do not push data that "
2921 "can not be natively represented."
2922 msgstr ""
2923
2924-#: breezy/builtins.py:3632
2925+#: breezy/builtins.py:3622
2926 #, python-format
2927 msgid ""
2928 "No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2929@@ -2526,7 +2526,7 @@
2930 "See \"brz help bugs\" for more information on this feature. Commit refused."
2931 msgstr ""
2932
2933-#: breezy/builtins.py:3641
2934+#: breezy/builtins.py:3631
2935 #, python-format
2936 msgid ""
2937 "Invalid bug %s. Must be in the form of 'tracker:id'. See \"brz help bugs\" "
2938@@ -2534,91 +2534,91 @@
2939 "Commit refused."
2940 msgstr ""
2941
2942-#: breezy/builtins.py:3650
2943+#: breezy/builtins.py:3640
2944 #, python-format
2945 msgid "Unrecognized bug %s. Commit refused."
2946 msgstr ""
2947
2948-#: breezy/builtins.py:3653
2949+#: breezy/builtins.py:3643
2950 #, python-format
2951 msgid ""
2952 "%s\n"
2953 "Commit refused."
2954 msgstr ""
2955
2956-#: breezy/builtins.py:3680
2957+#: breezy/builtins.py:3670
2958 msgid "Could not parse --commit-time: "
2959 msgstr ""
2960
2961-#: breezy/builtins.py:3724
2962+#: breezy/builtins.py:3714
2963 msgid "please specify either --message or --file"
2964 msgstr ""
2965
2966-#: breezy/builtins.py:3754
2967+#: breezy/builtins.py:3744
2968 msgid "please specify a commit message with either --message or --file"
2969 msgstr ""
2970
2971-#: breezy/builtins.py:3757
2972+#: breezy/builtins.py:3747
2973 msgid ""
2974 "Empty commit message specified. Please specify a commit message with either "
2975 "--message or --file or leave a blank message with --message \"\"."
2976 msgstr ""
2977
2978-#: breezy/builtins.py:3777
2979+#: breezy/builtins.py:3767
2980 msgid ""
2981 "No changes to commit. Please 'brz add' the files you want to commit, or use "
2982 "--unchanged to force an empty commit."
2983 msgstr ""
2984
2985-#: breezy/builtins.py:3781
2986+#: breezy/builtins.py:3771
2987 msgid ""
2988 "Conflicts detected in working tree. Use \"brz conflicts\" to list, \"brz "
2989 "resolve FILE\" to resolve."
2990 msgstr ""
2991
2992-#: breezy/builtins.py:3785
2993+#: breezy/builtins.py:3775
2994 msgid "Commit refused because there are unknown files in the working tree."
2995 msgstr ""
2996
2997-#: breezy/builtins.py:3788
2998+#: breezy/builtins.py:3778
2999 msgid ""
3000 "\n"
3001 "To commit to master branch, run update and then commit.\n"
3002 "You can also pass --local to commit to continue working disconnected."
3003 msgstr ""
3004
3005-#: breezy/builtins.py:3796
3006+#: breezy/builtins.py:3786
3007 msgid ""
3008 "Validate working tree structure, branch consistency and repository history."
3009 msgstr ""
3010
3011-#: breezy/builtins.py:3798
3012+#: breezy/builtins.py:3788
3013 msgid ""
3014 "This command checks various invariants about branch and repository storage\n"
3015 "to detect data corruption or brz bugs."
3016 msgstr ""
3017
3018-#: breezy/builtins.py:3801
3019+#: breezy/builtins.py:3791
3020 msgid ""
3021 "The working tree and branch checks will only give output if a problem is\n"
3022 "detected. The output fields of the repository check are:"
3023 msgstr ""
3024
3025-#: breezy/builtins.py:3804
3026+#: breezy/builtins.py:3794
3027 msgid ""
3028 "revisions\n"
3029 " This is just the number of revisions checked. It doesn't\n"
3030 " indicate a problem."
3031 msgstr ""
3032
3033-#: breezy/builtins.py:3808
3034+#: breezy/builtins.py:3798
3035 msgid ""
3036 "versionedfiles\n"
3037 " This is just the number of versionedfiles checked. It\n"
3038 " doesn't indicate a problem."
3039 msgstr ""
3040
3041-#: breezy/builtins.py:3812
3042+#: breezy/builtins.py:3802
3043 msgid ""
3044 "unreferenced ancestors\n"
3045 " Texts that are ancestors of other texts, but\n"
3046@@ -2626,14 +2626,14 @@
3047 " subtle problem that Breezy can work around."
3048 msgstr ""
3049
3050-#: breezy/builtins.py:3817
3051+#: breezy/builtins.py:3807
3052 msgid ""
3053 "unique file texts\n"
3054 " This is the total number of unique file contents\n"
3055 " seen in the checked revisions. It does not indicate a problem."
3056 msgstr ""
3057
3058-#: breezy/builtins.py:3821
3059+#: breezy/builtins.py:3811
3060 msgid ""
3061 "repeated file texts\n"
3062 " This is the total number of repeated texts seen\n"
3063@@ -2642,56 +2642,56 @@
3064 " indicate a problem."
3065 msgstr ""
3066
3067-#: breezy/builtins.py:3827
3068+#: breezy/builtins.py:3817
3069 msgid ""
3070 "If no restrictions are specified, all data that is found at the given\n"
3071 "location will be checked."
3072 msgstr ""
3073
3074-#: breezy/builtins.py:3832
3075+#: breezy/builtins.py:3822
3076 msgid " Check the tree and branch at 'foo'::"
3077 msgstr ""
3078
3079-#: breezy/builtins.py:3834
3080+#: breezy/builtins.py:3824
3081 msgid " brz check --tree --branch foo"
3082 msgstr ""
3083
3084-#: breezy/builtins.py:3836
3085+#: breezy/builtins.py:3826
3086 msgid " Check only the repository at 'bar'::"
3087 msgstr ""
3088
3089-#: breezy/builtins.py:3838
3090+#: breezy/builtins.py:3828
3091 msgid " brz check --repo bar"
3092 msgstr ""
3093
3094-#: breezy/builtins.py:3840
3095+#: breezy/builtins.py:3830
3096 msgid " Check everything at 'baz'::"
3097 msgstr ""
3098
3099-#: breezy/builtins.py:3842
3100+#: breezy/builtins.py:3832
3101 msgid " brz check baz"
3102 msgstr ""
3103
3104 # help of 'branch' option of 'check' command
3105-#: breezy/builtins.py:3848
3106+#: breezy/builtins.py:3838
3107 msgid "Check the branch related to the current directory."
3108 msgstr ""
3109
3110 # help of 'repo' option of 'check' command
3111-#: breezy/builtins.py:3850
3112+#: breezy/builtins.py:3840
3113 msgid "Check the repository related to the current directory."
3114 msgstr ""
3115
3116 # help of 'tree' option of 'check' command
3117-#: breezy/builtins.py:3852
3118+#: breezy/builtins.py:3842
3119 msgid "Check the working tree related to the current directory."
3120 msgstr ""
3121
3122-#: breezy/builtins.py:3866
3123+#: breezy/builtins.py:3856
3124 msgid "Upgrade a repository, branch or working tree to a newer format."
3125 msgstr ""
3126
3127-#: breezy/builtins.py:3868
3128+#: breezy/builtins.py:3858
3129 msgid ""
3130 "When the default format has changed after a major new release of\n"
3131 "Bazaar/Breezy, you may be informed during certain operations that you\n"
3132@@ -2700,7 +2700,7 @@
3133 "with older repositories or with older versions of Bazaar or Breezy."
3134 msgstr ""
3135
3136-#: breezy/builtins.py:3874
3137+#: breezy/builtins.py:3864
3138 msgid ""
3139 "If you wish to upgrade to a particular format rather than the\n"
3140 "current default, that can be specified using the --format option.\n"
3141@@ -2710,7 +2710,7 @@
3142 "2.x default) so downgrading is not always possible."
3143 msgstr ""
3144
3145-#: breezy/builtins.py:3881
3146+#: breezy/builtins.py:3871
3147 msgid ""
3148 "A backup.bzr.~#~ directory is created at the start of the conversion\n"
3149 "process (where # is a number). By default, this is left there on\n"
3150@@ -2721,7 +2721,7 @@
3151 "afterwards."
3152 msgstr ""
3153
3154-#: breezy/builtins.py:3889
3155+#: breezy/builtins.py:3879
3156 msgid ""
3157 "If the location given is a shared repository, dependent branches\n"
3158 "are also converted provided the repository converts successfully.\n"
3159@@ -2729,171 +2729,171 @@
3160 "tried."
3161 msgstr ""
3162
3163-#: breezy/builtins.py:3894
3164+#: breezy/builtins.py:3884
3165 msgid ""
3166 "For more information on upgrades, see the Breezy Upgrade Guide,\n"
3167 "https://www.breezy-vcs.org/doc/en/upgrade-guide/."
3168 msgstr ""
3169
3170 # help of 'format' option of 'upgrade' command
3171-#: breezy/builtins.py:3902
3172+#: breezy/builtins.py:3892
3173 msgid "Upgrade to a specific format. See \"brz help formats\" for details."
3174 msgstr ""
3175
3176 # title of 'format' option of 'init' command
3177 # title of 'format' option of 'upgrade' command
3178-#: breezy/builtins.py:3907
3179+#: breezy/builtins.py:3897
3180 msgid "Branch format"
3181 msgstr ""
3182
3183 # help of 'clean' option of 'upgrade' command
3184-#: breezy/builtins.py:3909
3185+#: breezy/builtins.py:3899
3186 msgid "Remove the backup.bzr directory if successful."
3187 msgstr ""
3188
3189 # help of 'dry-run' option of 'add' command
3190 # help of 'dry-run' option of 'upgrade' command
3191 # help of 'dry-run' option of 'rebase' command
3192-#: breezy/builtins.py:3911 breezy/plugins/rewrite/commands.py:97
3193+#: breezy/builtins.py:3901 breezy/plugins/rewrite/commands.py:95
3194 msgid "Show what would be done, but don't actually do anything."
3195 msgstr ""
3196
3197-#: breezy/builtins.py:3926
3198+#: breezy/builtins.py:3916
3199 msgid "Show or set brz user id."
3200 msgstr ""
3201
3202-#: breezy/builtins.py:3928
3203+#: breezy/builtins.py:3918
3204 msgid ""
3205 ":Examples:\n"
3206 " Show the email of the current user::"
3207 msgstr ""
3208
3209-#: breezy/builtins.py:3931
3210+#: breezy/builtins.py:3921
3211 msgid " brz whoami --email"
3212 msgstr ""
3213
3214-#: breezy/builtins.py:3933
3215+#: breezy/builtins.py:3923
3216 msgid " Set the current user::"
3217 msgstr ""
3218
3219-#: breezy/builtins.py:3935
3220+#: breezy/builtins.py:3925
3221 msgid " brz whoami \"Frank Chu <fchu@example.com>\""
3222 msgstr ""
3223
3224 # help of 'email' option of 'whoami' command
3225-#: breezy/builtins.py:3939
3226+#: breezy/builtins.py:3929
3227 msgid "Display email address only."
3228 msgstr ""
3229
3230 # help of 'branch' option of 'whoami' command
3231-#: breezy/builtins.py:3941
3232+#: breezy/builtins.py:3931
3233 msgid "Set identity for the current branch instead of globally."
3234 msgstr ""
3235
3236-#: breezy/builtins.py:3967
3237+#: breezy/builtins.py:3957
3238 msgid "--email can only be used to display existing identity"
3239 msgstr ""
3240
3241-#: breezy/builtins.py:3991
3242+#: breezy/builtins.py:3981
3243 msgid "Print or set the branch nickname."
3244 msgstr ""
3245
3246-#: breezy/builtins.py:3993
3247+#: breezy/builtins.py:3983
3248 msgid ""
3249 "If unset, the colocated branch name is used for colocated branches, and\n"
3250 "the branch directory name is used for other branches. To print the\n"
3251 "current nickname, execute with no argument."
3252 msgstr ""
3253
3254-#: breezy/builtins.py:3997
3255+#: breezy/builtins.py:3987
3256 msgid ""
3257 "Bound branches use the nickname of its master branch unless it is set\n"
3258 "locally."
3259 msgstr ""
3260
3261-#: breezy/builtins.py:4018
3262+#: breezy/builtins.py:4008
3263 msgid "Set/unset and display aliases."
3264 msgstr ""
3265
3266-#: breezy/builtins.py:4020
3267+#: breezy/builtins.py:4010
3268 msgid ""
3269 ":Examples:\n"
3270 " Show the current aliases::"
3271 msgstr ""
3272
3273-#: breezy/builtins.py:4023
3274+#: breezy/builtins.py:4013
3275 msgid " brz alias"
3276 msgstr ""
3277
3278-#: breezy/builtins.py:4025
3279+#: breezy/builtins.py:4015
3280 msgid " Show the alias specified for 'll'::"
3281 msgstr ""
3282
3283-#: breezy/builtins.py:4027
3284+#: breezy/builtins.py:4017
3285 msgid " brz alias ll"
3286 msgstr ""
3287
3288-#: breezy/builtins.py:4029
3289+#: breezy/builtins.py:4019
3290 msgid " Set an alias for 'll'::"
3291 msgstr ""
3292
3293-#: breezy/builtins.py:4031
3294+#: breezy/builtins.py:4021
3295 msgid " brz alias ll=\"log --line -r-10..-1\""
3296 msgstr ""
3297
3298-#: breezy/builtins.py:4033
3299+#: breezy/builtins.py:4023
3300 msgid " To remove an alias for 'll'::"
3301 msgstr ""
3302
3303-#: breezy/builtins.py:4035
3304+#: breezy/builtins.py:4025
3305 msgid " brz alias --remove ll"
3306 msgstr ""
3307
3308 # help of 'remove' option of 'alias' command
3309-#: breezy/builtins.py:4040
3310+#: breezy/builtins.py:4030
3311 msgid "Remove the alias."
3312 msgstr ""
3313
3314-#: breezy/builtins.py:4058
3315+#: breezy/builtins.py:4048
3316 msgid "brz alias --remove expects an alias to remove."
3317 msgstr ""
3318
3319-#: breezy/builtins.py:4249
3320+#: breezy/builtins.py:4239
3321 msgid "subunit not available. subunit needs to be installed to use --subunit."
3322 msgstr ""
3323
3324-#: breezy/builtins.py:4266
3325+#: breezy/builtins.py:4256
3326 msgid "subunit not available. subunit needs to be installed to use --subunit2."
3327 msgstr ""
3328
3329-#: breezy/builtins.py:4275
3330+#: breezy/builtins.py:4265
3331 msgid ""
3332 "--benchmark is no longer supported from brz 2.2; use bzr-usertest instead"
3333 msgstr ""
3334
3335-#: breezy/builtins.py:4322
3336+#: breezy/builtins.py:4312
3337 msgid "Show version of brz."
3338 msgstr ""
3339
3340 # help of 'short' option of 'version' command
3341-#: breezy/builtins.py:4326
3342+#: breezy/builtins.py:4316
3343 msgid "Print just the version number."
3344 msgstr ""
3345
3346-#: breezy/builtins.py:4345
3347+#: breezy/builtins.py:4335
3348 msgid "It sure does!\n"
3349 msgstr ""
3350
3351-#: breezy/builtins.py:4369
3352+#: breezy/builtins.py:4359
3353 #, python-format
3354 msgid "merge base is revision %s\n"
3355 msgstr ""
3356
3357-#: breezy/builtins.py:4374
3358+#: breezy/builtins.py:4364
3359 msgid "Perform a three-way merge."
3360 msgstr ""
3361
3362-#: breezy/builtins.py:4376
3363+#: breezy/builtins.py:4366
3364 msgid ""
3365 "The source of the merge can be specified either in the form of a branch,\n"
3366 "or in the form of a path to a file containing a merge directive generated\n"
3367@@ -2904,20 +2904,20 @@
3368 "the current working tree."
3369 msgstr ""
3370
3371-#: breezy/builtins.py:4384
3372+#: breezy/builtins.py:4374
3373 msgid ""
3374 "When merging from a branch, by default brz will try to merge in all new\n"
3375 "work from the other branch, automatically determining an appropriate base\n"
3376 "revision. If this fails, you may need to give an explicit base."
3377 msgstr ""
3378
3379-#: breezy/builtins.py:4388
3380+#: breezy/builtins.py:4378
3381 msgid ""
3382 "To pick a different ending revision, pass \"--revision OTHER\". brz will\n"
3383 "try to merge in all new work up to and including revision OTHER."
3384 msgstr ""
3385
3386-#: breezy/builtins.py:4391
3387+#: breezy/builtins.py:4381
3388 msgid ""
3389 "If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
3390 "through OTHER, excluding BASE but including OTHER, will be merged. If this\n"
3391@@ -2928,11 +2928,11 @@
3392 "changes from the other branch is not stored in the commit."
3393 msgstr ""
3394
3395-#: breezy/builtins.py:4399
3396+#: breezy/builtins.py:4389
3397 msgid "Revision numbers are always relative to the source branch."
3398 msgstr ""
3399
3400-#: breezy/builtins.py:4401 breezy/conflicts.py:54 breezy/conflicts.py:111
3401+#: breezy/builtins.py:4391 breezy/conflicts.py:46 breezy/conflicts.py:103
3402 msgid ""
3403 "Merge will do its best to combine the changes in two branches, but there\n"
3404 "are some kinds of problems only a human can fix. When it encounters those,\n"
3405@@ -2940,11 +2940,11 @@
3406 "before you can commit."
3407 msgstr ""
3408
3409-#: breezy/builtins.py:4406
3410+#: breezy/builtins.py:4396
3411 msgid "Use brz resolve when you have fixed a problem. See also brz conflicts."
3412 msgstr ""
3413
3414-#: breezy/builtins.py:4408
3415+#: breezy/builtins.py:4398
3416 msgid ""
3417 "If there is no default branch set, the first merge will set it (use\n"
3418 "--no-remember to avoid setting it). After that, you can omit the branch\n"
3419@@ -2952,14 +2952,14 @@
3420 "only be saved if the remote location can be accessed."
3421 msgstr ""
3422
3423-#: breezy/builtins.py:4413
3424+#: breezy/builtins.py:4403
3425 msgid ""
3426 "The results of the merge are placed into the destination working\n"
3427 "directory, where they can be reviewed (with brz diff), tested, and then\n"
3428 "committed to record the result of the merge."
3429 msgstr ""
3430
3431-#: breezy/builtins.py:4417
3432+#: breezy/builtins.py:4407
3433 msgid ""
3434 "merge refuses to run if there are any uncommitted changes, unless\n"
3435 "--force is given. If --force is given, then the changes from the source\n"
3436@@ -2968,60 +2968,60 @@
3437 "merge revision which has more than two parents."
3438 msgstr ""
3439
3440-#: breezy/builtins.py:4423
3441+#: breezy/builtins.py:4413
3442 msgid ""
3443 "If one would like to merge changes from the working tree of the other\n"
3444 "branch without merging any committed revisions, the --uncommitted option\n"
3445 "can be given."
3446 msgstr ""
3447
3448-#: breezy/builtins.py:4427
3449+#: breezy/builtins.py:4417
3450 msgid ""
3451 "To select only some changes to merge, use \"merge -i\", which will prompt\n"
3452 "you to apply each diff hunk and file change, similar to \"shelve\"."
3453 msgstr ""
3454
3455-#: breezy/builtins.py:4430
3456+#: breezy/builtins.py:4420
3457 msgid ""
3458 ":Examples:\n"
3459 " To merge all new revisions from brz.dev::"
3460 msgstr ""
3461
3462-#: breezy/builtins.py:4433
3463+#: breezy/builtins.py:4423
3464 msgid " brz merge ../brz.dev"
3465 msgstr ""
3466
3467-#: breezy/builtins.py:4435
3468+#: breezy/builtins.py:4425
3469 msgid " To merge changes up to and including revision 82 from brz.dev::"
3470 msgstr ""
3471
3472-#: breezy/builtins.py:4437
3473+#: breezy/builtins.py:4427
3474 msgid " brz merge -r 82 ../brz.dev"
3475 msgstr ""
3476
3477-#: breezy/builtins.py:4439
3478+#: breezy/builtins.py:4429
3479 msgid " To merge the changes introduced by 82, without previous changes::"
3480 msgstr ""
3481
3482-#: breezy/builtins.py:4441
3483+#: breezy/builtins.py:4431
3484 msgid " brz merge -r 81..82 ../brz.dev"
3485 msgstr ""
3486
3487-#: breezy/builtins.py:4443
3488+#: breezy/builtins.py:4433
3489 msgid " To apply a merge directive contained in /tmp/merge::"
3490 msgstr ""
3491
3492-#: breezy/builtins.py:4445
3493+#: breezy/builtins.py:4435
3494 msgid " brz merge /tmp/merge"
3495 msgstr ""
3496
3497-#: breezy/builtins.py:4447
3498+#: breezy/builtins.py:4437
3499 msgid ""
3500 " To create a merge revision with three parents from two branches\n"
3501 " feature1a and feature1b:"
3502 msgstr ""
3503
3504-#: breezy/builtins.py:4450
3505+#: breezy/builtins.py:4440
3506 msgid ""
3507 " brz merge ../feature1a\n"
3508 " brz merge ../feature1b --force\n"
3509@@ -3029,18 +3029,18 @@
3510 msgstr ""
3511
3512 # help of 'force' option of 'merge' command
3513-#: breezy/builtins.py:4462
3514+#: breezy/builtins.py:4452
3515 msgid "Merge even if the destination tree has uncommitted changes."
3516 msgstr ""
3517
3518 # help of 'uncommitted' option of 'merge' command
3519-#: breezy/builtins.py:4468
3520+#: breezy/builtins.py:4458
3521 msgid ""
3522 "Apply uncommitted changes from a working copy, instead of branch changes."
3523 msgstr ""
3524
3525 # help of 'pull' option of 'merge' command
3526-#: breezy/builtins.py:4470
3527+#: breezy/builtins.py:4460
3528 msgid ""
3529 "If the destination is already completely merged into the source, pull from "
3530 "the source rather than merging. When this happens, you do not need to "
3531@@ -3048,115 +3048,115 @@
3532 msgstr ""
3533
3534 # help of 'directory' option of 'merge' command
3535-#: breezy/builtins.py:4475
3536+#: breezy/builtins.py:4465
3537 msgid ""
3538 "Branch to merge into, rather than the one containing the working directory."
3539 msgstr ""
3540
3541 # help of 'preview' option of 'merge' command
3542-#: breezy/builtins.py:4477
3543+#: breezy/builtins.py:4467
3544 msgid "Instead of merging, show a diff of the merge."
3545 msgstr ""
3546
3547 # help of 'interactive' option of 'merge' command
3548-#: breezy/builtins.py:4479
3549+#: breezy/builtins.py:4469
3550 msgid "Select changes interactively."
3551 msgstr ""
3552
3553-#: breezy/builtins.py:4502
3554+#: breezy/builtins.py:4492
3555 msgid ""
3556 "Merging into empty branches not currently supported, https://bugs.launchpad."
3557 "net/bzr/+bug/308562"
3558 msgstr ""
3559
3560-#: breezy/builtins.py:4524
3561+#: breezy/builtins.py:4514
3562 msgid "Cannot use --uncommitted with bundles or merge directives."
3563 msgstr ""
3564
3565-#: breezy/builtins.py:4535
3566+#: breezy/builtins.py:4525
3567 msgid "Cannot use --uncommitted and --revision at the same time."
3568 msgstr ""
3569
3570-#: breezy/builtins.py:4555
3571+#: breezy/builtins.py:4545
3572 msgid "merger: "
3573 msgstr ""
3574
3575-#: breezy/builtins.py:4557 breezy/bzr/bundle/apply_bundle.py:65
3576-#: breezy/plugins/rewrite/commands.py:518
3577+#: breezy/builtins.py:4547 breezy/bzr/bundle/apply_bundle.py:63
3578+#: breezy/plugins/rewrite/commands.py:516
3579 msgid "Nothing to do."
3580 msgstr ""
3581
3582-#: breezy/builtins.py:4562
3583+#: breezy/builtins.py:4552
3584 msgid "Cannot pull individual files"
3585 msgstr ""
3586
3587-#: breezy/builtins.py:4570
3588+#: breezy/builtins.py:4560
3589 msgid "This branch has no commits. (perhaps you would prefer 'brz pull')"
3590 msgstr ""
3591
3592-#: breezy/builtins.py:4628
3593+#: breezy/builtins.py:4618
3594 #, python-format
3595 msgid "Show-base is not supported for this merge type. %s"
3596 msgstr ""
3597
3598-#: breezy/builtins.py:4637
3599+#: breezy/builtins.py:4627
3600 #, python-format
3601 msgid "Conflict reduction is not supported for merge type %s."
3602 msgstr ""
3603
3604-#: breezy/builtins.py:4641
3605+#: breezy/builtins.py:4631
3606 msgid "Cannot do conflict reduction and show base."
3607 msgstr ""
3608
3609-#: breezy/builtins.py:4650
3610+#: breezy/builtins.py:4640
3611 msgid "Plan file merge unsupported: Merge type incompatible with tree formats."
3612 msgstr ""
3613
3614-#: breezy/builtins.py:4761
3615+#: breezy/builtins.py:4751
3616 msgid "No location specified or remembered"
3617 msgstr ""
3618
3619-#: breezy/builtins.py:4763
3620+#: breezy/builtins.py:4753
3621 #, python-brace-format
3622 msgid "{0} remembered {1} location {2}"
3623 msgstr ""
3624
3625-#: breezy/builtins.py:4769
3626+#: breezy/builtins.py:4759
3627 msgid "Redo a merge."
3628 msgstr ""
3629
3630-#: breezy/builtins.py:4771
3631+#: breezy/builtins.py:4761
3632 msgid ""
3633 "Use this if you want to try a different merge technique while resolving\n"
3634 "conflicts. Some merge techniques are better than others, and remerge\n"
3635 "lets you try different ones on different files."
3636 msgstr ""
3637
3638-#: breezy/builtins.py:4775
3639+#: breezy/builtins.py:4765
3640 msgid ""
3641 "The options for remerge have the same meaning and defaults as the ones for\n"
3642 "merge. The difference is that remerge can (only) be run when there is a\n"
3643 "pending merge, and it lets you specify particular files."
3644 msgstr ""
3645
3646-#: breezy/builtins.py:4779
3647+#: breezy/builtins.py:4769
3648 msgid ""
3649 ":Examples:\n"
3650 " Re-do the merge of all conflicted files, and show the base text in\n"
3651 " conflict regions, in addition to the usual THIS and OTHER texts::"
3652 msgstr ""
3653
3654-#: breezy/builtins.py:4783
3655+#: breezy/builtins.py:4773
3656 msgid " brz remerge --show-base"
3657 msgstr ""
3658
3659-#: breezy/builtins.py:4785
3660+#: breezy/builtins.py:4775
3661 msgid ""
3662 " Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
3663 " additional processing to reduce the size of conflict regions::"
3664 msgstr ""
3665
3666-#: breezy/builtins.py:4788
3667+#: breezy/builtins.py:4778
3668 msgid " brz remerge --merge-type weave --reprocess foobar"
3669 msgstr ""
3670
3671@@ -3164,22 +3164,22 @@
3672 # help of 'show-base' option of 'pull' command
3673 # help of 'show-base' option of 'remerge' command
3674 # help of 'show-base' option of 'update' command
3675-#: breezy/builtins.py:4795
3676+#: breezy/builtins.py:4785
3677 msgid "Show base revision text in conflicts."
3678 msgstr ""
3679
3680-#: breezy/builtins.py:4808
3681+#: breezy/builtins.py:4798
3682 msgid ""
3683 "Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
3684 "merges."
3685 msgstr ""
3686
3687-#: breezy/builtins.py:4862
3688+#: breezy/builtins.py:4852
3689 msgid ""
3690 "Set files in the working tree back to the contents of a previous revision."
3691 msgstr ""
3692
3693-#: breezy/builtins.py:4864
3694+#: breezy/builtins.py:4854
3695 msgid ""
3696 "Giving a list of files will revert only those files. Otherwise, all files\n"
3697 "will be reverted. If the revision is not specified with '--revision', the\n"
3698@@ -3188,7 +3188,7 @@
3699 "the working tree basis revision."
3700 msgstr ""
3701
3702-#: breezy/builtins.py:4870
3703+#: breezy/builtins.py:4860
3704 msgid ""
3705 "To remove only some changes, without reverting to a prior version, use\n"
3706 "merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
3707@@ -3200,7 +3200,7 @@
3708 "update command."
3709 msgstr ""
3710
3711-#: breezy/builtins.py:4879
3712+#: breezy/builtins.py:4869
3713 msgid ""
3714 "Uncommitted changes to files that are reverted will be discarded.\n"
3715 "However, by default, any files that have been manually changed will be\n"
3716@@ -3208,7 +3208,7 @@
3717 "files have '.~#~' appended to their name, where # is a number."
3718 msgstr ""
3719
3720-#: breezy/builtins.py:4884
3721+#: breezy/builtins.py:4874
3722 msgid ""
3723 "When you provide files, you can use their current pathname or the pathname\n"
3724 "from the target revision. So you can use revert to \"undelete\" a file by\n"
3725@@ -3216,7 +3216,7 @@
3726 "reverted."
3727 msgstr ""
3728
3729-#: breezy/builtins.py:4889
3730+#: breezy/builtins.py:4879
3731 msgid ""
3732 "If you have newly added files since the target revision, they will be\n"
3733 "removed. If the files to be removed have been changed, backups will be\n"
3734@@ -3224,7 +3224,7 @@
3735 "deleted."
3736 msgstr ""
3737
3738-#: breezy/builtins.py:4894
3739+#: breezy/builtins.py:4884
3740 msgid ""
3741 "The working tree contains a list of revisions that have been merged but\n"
3742 "not yet committed. These revisions will be included as additional parents\n"
3743@@ -3236,7 +3236,7 @@
3744 "reverting any files."
3745 msgstr ""
3746
3747-#: breezy/builtins.py:4903
3748+#: breezy/builtins.py:4893
3749 msgid ""
3750 "Using \"brz revert --forget-merges\", it is possible to apply all of the\n"
3751 "changes from a branch in a single revision. To do this, perform the merge\n"
3752@@ -3251,177 +3251,177 @@
3753 msgstr ""
3754
3755 # help of 'no-backup' option of 'revert' command
3756-#: breezy/builtins.py:4918
3757+#: breezy/builtins.py:4908
3758 msgid "Do not save backups of reverted files."
3759 msgstr ""
3760
3761 # help of 'forget-merges' option of 'revert' command
3762-#: breezy/builtins.py:4920
3763+#: breezy/builtins.py:4910
3764 msgid "Remove pending merge marker, without changing any files."
3765 msgstr ""
3766
3767-#: breezy/builtins.py:4951
3768+#: breezy/builtins.py:4941
3769 msgid ""
3770 "Show help on a command or other topic.\n"
3771 " "
3772 msgstr ""
3773
3774 # help of 'long' option of 'help' command
3775-#: breezy/builtins.py:4956
3776+#: breezy/builtins.py:4946
3777 msgid "Show help on all commands."
3778 msgstr ""
3779
3780-#: breezy/builtins.py:4985
3781+#: breezy/builtins.py:4975
3782 msgid "Show unmerged/unpulled revisions between two branches."
3783 msgstr ""
3784
3785-#: breezy/builtins.py:4987
3786+#: breezy/builtins.py:4977
3787 msgid "OTHER_BRANCH may be local or remote."
3788 msgstr ""
3789
3790-#: breezy/builtins.py:4989
3791+#: breezy/builtins.py:4979
3792 msgid ""
3793 "To filter on a range of revisions, you can use the command -r begin..end\n"
3794 "-r revision requests a specific revision, -r ..end or -r begin.. are\n"
3795 "also valid."
3796 msgstr ""
3797
3798-#: breezy/builtins.py:4993
3799+#: breezy/builtins.py:4983
3800 msgid ""
3801 ":Exit values:\n"
3802 " 1 - some missing revisions\n"
3803 " 0 - no missing revisions"
3804 msgstr ""
3805
3806-#: breezy/builtins.py:4999
3807+#: breezy/builtins.py:4989
3808 msgid ""
3809 " Determine the missing revisions between this and the branch at the\n"
3810 " remembered pull location::"
3811 msgstr ""
3812
3813-#: breezy/builtins.py:5002
3814+#: breezy/builtins.py:4992
3815 msgid " brz missing"
3816 msgstr ""
3817
3818-#: breezy/builtins.py:5004
3819+#: breezy/builtins.py:4994
3820 msgid " Determine the missing revisions between this and another branch::"
3821 msgstr ""
3822
3823-#: breezy/builtins.py:5006
3824+#: breezy/builtins.py:4996
3825 msgid " brz missing http://server/branch"
3826 msgstr ""
3827
3828-#: breezy/builtins.py:5008
3829+#: breezy/builtins.py:4998
3830 msgid ""
3831 " Determine the missing revisions up to a specific revision on the other\n"
3832 " branch::"
3833 msgstr ""
3834
3835-#: breezy/builtins.py:5011
3836+#: breezy/builtins.py:5001
3837 msgid " brz missing -r ..-10"
3838 msgstr ""
3839
3840-#: breezy/builtins.py:5013
3841+#: breezy/builtins.py:5003
3842 msgid ""
3843 " Determine the missing revisions up to a specific revision on this\n"
3844 " branch::"
3845 msgstr ""
3846
3847-#: breezy/builtins.py:5016
3848+#: breezy/builtins.py:5006
3849 msgid " brz missing --my-revision ..-10"
3850 msgstr ""
3851
3852 # help of 'reverse' option of 'missing' command
3853-#: breezy/builtins.py:5023
3854+#: breezy/builtins.py:5013
3855 msgid "Reverse the order of revisions."
3856 msgstr ""
3857
3858 # help of 'mine-only' option of 'missing' command
3859-#: breezy/builtins.py:5025
3860+#: breezy/builtins.py:5015
3861 msgid "Display changes in the local branch only."
3862 msgstr ""
3863
3864 # help of 'this' option of 'missing' command
3865-#: breezy/builtins.py:5026
3866+#: breezy/builtins.py:5016
3867 msgid "Same as --mine-only."
3868 msgstr ""
3869
3870 # help of 'theirs-only' option of 'missing' command
3871-#: breezy/builtins.py:5028
3872+#: breezy/builtins.py:5018
3873 msgid "Display changes in the remote branch only."
3874 msgstr ""
3875
3876 # help of 'other' option of 'missing' command
3877-#: breezy/builtins.py:5029
3878+#: breezy/builtins.py:5019
3879 msgid "Same as --theirs-only."
3880 msgstr ""
3881
3882 # help of 'revision' option of 'missing' command
3883-#: breezy/builtins.py:5034
3884+#: breezy/builtins.py:5024
3885 msgid ""
3886 "Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3887 "details."
3888 msgstr ""
3889
3890 # help of 'my-revision' option of 'missing' command
3891-#: breezy/builtins.py:5038
3892+#: breezy/builtins.py:5028
3893 msgid ""
3894 "Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3895 "details."
3896 msgstr ""
3897
3898 # help of 'include-merged' option of 'missing' command
3899-#: breezy/builtins.py:5041
3900+#: breezy/builtins.py:5031
3901 msgid "Show all revisions in addition to the mainline ones."
3902 msgstr ""
3903
3904-#: breezy/builtins.py:5082
3905+#: breezy/builtins.py:5072
3906 msgid "No peer location known or specified."
3907 msgstr ""
3908
3909-#: breezy/builtins.py:5086
3910+#: breezy/builtins.py:5076
3911 #, python-brace-format
3912 msgid "Using saved parent location: {0}\n"
3913 msgstr ""
3914
3915-#: breezy/builtins.py:5119
3916+#: breezy/builtins.py:5109
3917 #, python-format
3918 msgid "You have %d extra revision:\n"
3919 msgid_plural "You have %d extra revisions:\n"
3920 msgstr[0] ""
3921 msgstr[1] ""
3922
3923-#: breezy/builtins.py:5139
3924+#: breezy/builtins.py:5129
3925 #, python-format
3926 msgid "You are missing %d revision:\n"
3927 msgid_plural "You are missing %d revisions:\n"
3928 msgstr[0] ""
3929 msgstr[1] ""
3930
3931-#: breezy/builtins.py:5154
3932+#: breezy/builtins.py:5144
3933 msgid "This branch has no new revisions.\n"
3934 msgstr ""
3935
3936-#: breezy/builtins.py:5157
3937+#: breezy/builtins.py:5147
3938 msgid "Other branch has no new revisions.\n"
3939 msgstr ""
3940
3941-#: breezy/builtins.py:5162
3942+#: breezy/builtins.py:5152
3943 msgid "Branches are up to date.\n"
3944 msgstr ""
3945
3946-#: breezy/builtins.py:5173
3947+#: breezy/builtins.py:5163
3948 msgid "Compress the data within a repository."
3949 msgstr ""
3950
3951-#: breezy/builtins.py:5175
3952+#: breezy/builtins.py:5165
3953 msgid ""
3954 "This operation compresses the data within a bazaar repository. As\n"
3955 "bazaar supports automatic packing of repository, this operation is\n"
3956 "normally not required to be done manually."
3957 msgstr ""
3958
3959-#: breezy/builtins.py:5179
3960+#: breezy/builtins.py:5169
3961 msgid ""
3962 "During the pack operation, bazaar takes a backup of existing repository\n"
3963 "data, i.e. pack files. This backup is eventually removed by bazaar\n"
3964@@ -3430,7 +3430,7 @@
3965 "used."
3966 msgstr ""
3967
3968-#: breezy/builtins.py:5185
3969+#: breezy/builtins.py:5175
3970 msgid ""
3971 "Warning: If you use --clean-obsolete-packs and your machine crashes\n"
3972 "during or immediately after repacking, you may be left with a state\n"
3973@@ -3439,25 +3439,25 @@
3974 msgstr ""
3975
3976 # help of 'clean-obsolete-packs' option of 'pack' command
3977-#: breezy/builtins.py:5195
3978+#: breezy/builtins.py:5185
3979 msgid "Delete obsolete packs to save disk space."
3980 msgstr ""
3981
3982-#: breezy/builtins.py:5209
3983+#: breezy/builtins.py:5199
3984 msgid "List the installed plugins."
3985 msgstr ""
3986
3987-#: breezy/builtins.py:5211
3988+#: breezy/builtins.py:5201
3989 msgid ""
3990 "This command displays the list of installed plugins including\n"
3991 "version of plugin and a short description of each."
3992 msgstr ""
3993
3994-#: breezy/builtins.py:5214
3995+#: breezy/builtins.py:5204
3996 msgid "--verbose shows the path where each plugin is located."
3997 msgstr ""
3998
3999-#: breezy/builtins.py:5216
4000+#: breezy/builtins.py:5206
4001 msgid ""
4002 "A plugin is an external component for Breezy that extends the\n"
4003 "revision control system, by adding or replacing code in Breezy.\n"
4004@@ -3466,7 +3466,7 @@
4005 "customizing log output."
4006 msgstr ""
4007
4008-#: breezy/builtins.py:5222
4009+#: breezy/builtins.py:5212
4010 msgid ""
4011 "See the Bazaar Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/>\n"
4012 "for further information on plugins including where to find them and how to\n"
4013@@ -3474,122 +3474,122 @@
4014 "plugins using the Python programming language."
4015 msgstr ""
4016
4017-#: breezy/builtins.py:5238
4018+#: breezy/builtins.py:5228
4019 msgid "Show testament (signing-form) of a revision."
4020 msgstr ""
4021
4022 # help of 'long' option of 'testament' command
4023-#: breezy/builtins.py:5241
4024+#: breezy/builtins.py:5231
4025 msgid "Produce long-format testament."
4026 msgstr ""
4027
4028 # help of 'strict' option of 'testament' command
4029-#: breezy/builtins.py:5243
4030+#: breezy/builtins.py:5233
4031 msgid "Produce a strict-format testament."
4032 msgstr ""
4033
4034-#: breezy/builtins.py:5271
4035+#: breezy/builtins.py:5261
4036 msgid "Show the origin of each line in a file."
4037 msgstr ""
4038
4039-#: breezy/builtins.py:5273
4040+#: breezy/builtins.py:5263
4041 msgid ""
4042 "This prints out the given file with an annotation on the left side\n"
4043 "indicating which revision, author and date introduced the change."
4044 msgstr ""
4045
4046-#: breezy/builtins.py:5276
4047+#: breezy/builtins.py:5266
4048 msgid ""
4049 "If the origin is the same for a run of consecutive lines, it is\n"
4050 "shown only at the top, unless the --all option is given."
4051 msgstr ""
4052
4053 # help of 'all' option of 'annotate' command
4054-#: breezy/builtins.py:5284
4055+#: breezy/builtins.py:5274
4056 msgid "Show annotations on all lines."
4057 msgstr ""
4058
4059 # help of 'long' option of 'annotate' command
4060-#: breezy/builtins.py:5285
4061+#: breezy/builtins.py:5275
4062 msgid "Show commit date in annotations."
4063 msgstr ""
4064
4065-#: breezy/builtins.py:5362
4066+#: breezy/builtins.py:5352
4067 msgid "Cannot sign a range of non-revision-history revisions"
4068 msgstr ""
4069
4070-#: breezy/builtins.py:5369
4071+#: breezy/builtins.py:5359
4072 msgid "Please supply either one revision, or a range."
4073 msgstr ""
4074
4075-#: breezy/builtins.py:5373
4076+#: breezy/builtins.py:5363
4077 msgid ""
4078 "Convert the current branch into a checkout of the supplied branch.\n"
4079 "If no branch is supplied, rebind to the last bound location."
4080 msgstr ""
4081
4082-#: breezy/builtins.py:5376
4083+#: breezy/builtins.py:5366
4084 msgid ""
4085 "Once converted into a checkout, commits must succeed on the master branch\n"
4086 "before they will be applied to the local branch."
4087 msgstr ""
4088
4089-#: breezy/builtins.py:5379
4090+#: breezy/builtins.py:5369
4091 msgid ""
4092 "Bound branches use the nickname of its master branch unless it is set\n"
4093 "locally, in which case binding will update the local nickname to be\n"
4094 "that of the master."
4095 msgstr ""
4096
4097-#: breezy/builtins.py:5395
4098+#: breezy/builtins.py:5385
4099 msgid "No location supplied. This format does not remember old locations."
4100 msgstr ""
4101
4102-#: breezy/builtins.py:5401
4103+#: breezy/builtins.py:5391
4104 msgid "Branch is already bound"
4105 msgstr ""
4106
4107-#: breezy/builtins.py:5404
4108+#: breezy/builtins.py:5394
4109 msgid "No location supplied and no previous location known"
4110 msgstr ""
4111
4112-#: breezy/builtins.py:5411
4113+#: breezy/builtins.py:5401
4114 msgid "These branches have diverged. Try merging, and then bind again."
4115 msgstr ""
4116
4117-#: breezy/builtins.py:5418
4118+#: breezy/builtins.py:5408
4119 msgid "Convert the current checkout into a regular branch."
4120 msgstr ""
4121
4122-#: breezy/builtins.py:5420
4123+#: breezy/builtins.py:5410
4124 msgid ""
4125 "After unbinding, the local branch is considered independent and subsequent\n"
4126 "commits will be local only."
4127 msgstr ""
4128
4129-#: breezy/builtins.py:5431
4130+#: breezy/builtins.py:5421
4131 msgid "Local branch is not bound"
4132 msgstr ""
4133
4134-#: breezy/builtins.py:5435
4135+#: breezy/builtins.py:5425
4136 msgid "Remove the last committed revision."
4137 msgstr ""
4138
4139-#: breezy/builtins.py:5437
4140+#: breezy/builtins.py:5427
4141 msgid ""
4142 "--verbose will print out what is being removed.\n"
4143 "--dry-run will go through all the motions, but not actually\n"
4144 "remove anything."
4145 msgstr ""
4146
4147-#: breezy/builtins.py:5441
4148+#: breezy/builtins.py:5431
4149 msgid ""
4150 "If --revision is specified, uncommit revisions to leave the branch at the\n"
4151 "specified revision. For example, \"brz uncommit -r 15\" will leave the\n"
4152 "branch at revision 15."
4153 msgstr ""
4154
4155-#: breezy/builtins.py:5445
4156+#: breezy/builtins.py:5435
4157 msgid ""
4158 "Uncommit leaves the working tree ready for a new commit. The only change\n"
4159 "it may make is to restore any pending merges that were present before\n"
4160@@ -3597,82 +3597,82 @@
4161 msgstr ""
4162
4163 # help of 'dry-run' option of 'uncommit' command
4164-#: breezy/builtins.py:5456
4165+#: breezy/builtins.py:5446
4166 msgid "Don't actually make changes."
4167 msgstr ""
4168
4169 # help of 'force' option of 'uncommit' command
4170-#: breezy/builtins.py:5457
4171+#: breezy/builtins.py:5447
4172 msgid "Say yes to all questions."
4173 msgstr ""
4174
4175 # help of 'keep-tags' option of 'uncommit' command
4176-#: breezy/builtins.py:5459
4177+#: breezy/builtins.py:5449
4178 msgid "Keep tags that point to removed revisions."
4179 msgstr ""
4180
4181 # help of 'local' option of 'uncommit' command
4182-#: breezy/builtins.py:5461
4183+#: breezy/builtins.py:5451
4184 msgid "Only remove the commits from the local branch when in a checkout."
4185 msgstr ""
4186
4187-#: breezy/builtins.py:5510
4188+#: breezy/builtins.py:5500
4189 msgid "No revisions to uncommit.\n"
4190 msgstr ""
4191
4192-#: breezy/builtins.py:5525
4193+#: breezy/builtins.py:5515
4194 msgid "Dry-run, pretending to remove the above revisions.\n"
4195 msgstr ""
4196
4197-#: breezy/builtins.py:5529
4198+#: breezy/builtins.py:5519
4199 msgid "The above revision(s) will be removed.\n"
4200 msgstr ""
4201
4202-#: breezy/builtins.py:5533
4203+#: breezy/builtins.py:5523
4204 msgid "Uncommit these revisions"
4205 msgstr ""
4206
4207-#: breezy/builtins.py:5536
4208+#: breezy/builtins.py:5526
4209 msgid "Canceled\n"
4210 msgstr ""
4211
4212-#: breezy/builtins.py:5545
4213+#: breezy/builtins.py:5535
4214 #, python-format
4215 msgid ""
4216 "You can restore the old tip by running:\n"
4217 " brz pull -d %s %s -r revid:%s\n"
4218 msgstr ""
4219
4220-#: breezy/builtins.py:5550
4221+#: breezy/builtins.py:5540
4222 #, python-format
4223 msgid ""
4224 "You can restore the old tip by running:\n"
4225 " brz pull . -r revid:%s\n"
4226 msgstr ""
4227
4228-#: breezy/builtins.py:5556
4229+#: breezy/builtins.py:5546
4230 msgid "Break a dead lock."
4231 msgstr ""
4232
4233-#: breezy/builtins.py:5558
4234+#: breezy/builtins.py:5548
4235 msgid ""
4236 "This command breaks a lock on a repository, branch, working directory or\n"
4237 "config file."
4238 msgstr ""
4239
4240-#: breezy/builtins.py:5561
4241+#: breezy/builtins.py:5551
4242 msgid ""
4243 "CAUTION: Locks should only be broken when you are sure that the process\n"
4244 "holding the lock has been stopped."
4245 msgstr ""
4246
4247-#: breezy/builtins.py:5564
4248+#: breezy/builtins.py:5554
4249 msgid ""
4250 "You can get information on what locks are open via the 'brz info\n"
4251 "[location]' command."
4252 msgstr ""
4253
4254-#: breezy/builtins.py:5567
4255+#: breezy/builtins.py:5557
4256 msgid ""
4257 ":Examples:\n"
4258 " brz break-lock\n"
4259@@ -3681,61 +3681,61 @@
4260 msgstr ""
4261
4262 # help of 'config' option of 'break-lock' command
4263-#: breezy/builtins.py:5576
4264+#: breezy/builtins.py:5566
4265 msgid "LOCATION is the directory where the config lock is."
4266 msgstr ""
4267
4268 # help of 'force' option of 'break-lock' command
4269-#: breezy/builtins.py:5578
4270+#: breezy/builtins.py:5568
4271 msgid "Do not ask for confirmation before breaking the lock."
4272 msgstr ""
4273
4274 # help of 'protocol=git' option of 'serve' command
4275-#: breezy/builtins.py:5613
4276+#: breezy/builtins.py:5603
4277 msgid "Git Smart server protocol over TCP. (default port: 9418)"
4278 msgstr ""
4279
4280 # help of 'protocol=git-receive-pack' option of 'serve' command
4281-#: breezy/builtins.py:5613
4282+#: breezy/builtins.py:5603
4283 msgid "Git Smart server receive pack command. (inetd mode only)"
4284 msgstr ""
4285
4286 # help of 'protocol=git-upload-pack' option of 'serve' command
4287-#: breezy/builtins.py:5613
4288+#: breezy/builtins.py:5603
4289 msgid "Git Smart server upload pack command. (inetd mode only)"
4290 msgstr ""
4291
4292 # help of 'protocol=bzr' option of 'serve' command
4293-#: breezy/builtins.py:5613
4294+#: breezy/builtins.py:5603
4295 msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
4296 msgstr ""
4297
4298-#: breezy/builtins.py:5614
4299+#: breezy/builtins.py:5604
4300 msgid "Run the brz server."
4301 msgstr ""
4302
4303 # help of 'inet' option of 'serve' command
4304-#: breezy/builtins.py:5620
4305+#: breezy/builtins.py:5610
4306 msgid "Serve on stdin/out for use from inetd or sshd."
4307 msgstr ""
4308
4309 # title of 'protocol' option of 'serve' command
4310-#: breezy/builtins.py:5621
4311+#: breezy/builtins.py:5611
4312 msgid "protocol"
4313 msgstr ""
4314
4315 # help of 'protocol' option of 'serve' command
4316-#: breezy/builtins.py:5622
4317+#: breezy/builtins.py:5612
4318 msgid "Protocol to serve."
4319 msgstr ""
4320
4321 # help of 'listen' option of 'serve' command
4322-#: breezy/builtins.py:5627
4323+#: breezy/builtins.py:5617
4324 msgid "Listen for connections on nominated address."
4325 msgstr ""
4326
4327 # help of 'port' option of 'serve' command
4328-#: breezy/builtins.py:5630
4329+#: breezy/builtins.py:5620
4330 msgid ""
4331 "Listen for connections on nominated port. Passing 0 as the port number will "
4332 "result in a dynamically allocated port. The default port depends on the "
4333@@ -3743,12 +3743,12 @@
4334 msgstr ""
4335
4336 # help of 'directory' option of 'serve' command
4337-#: breezy/builtins.py:5635
4338+#: breezy/builtins.py:5625
4339 msgid "Serve contents of this directory."
4340 msgstr ""
4341
4342 # help of 'allow-writes' option of 'serve' command
4343-#: breezy/builtins.py:5637
4344+#: breezy/builtins.py:5627
4345 msgid ""
4346 "By default the server is a readonly server. Supplying --allow-writes "
4347 "enables write access to the contents of the served directory and below. "
4348@@ -3758,115 +3758,115 @@
4349 msgstr ""
4350
4351 # help of 'client-timeout' option of 'serve' command
4352-#: breezy/builtins.py:5646
4353+#: breezy/builtins.py:5636
4354 msgid "Override the default idle client timeout (5min)."
4355 msgstr ""
4356
4357-#: breezy/builtins.py:5664
4358+#: breezy/builtins.py:5654
4359 msgid "Combine a tree into its containing tree."
4360 msgstr ""
4361
4362-#: breezy/builtins.py:5666
4363+#: breezy/builtins.py:5656
4364 msgid "This command requires the target tree to be in a rich-root format."
4365 msgstr ""
4366
4367-#: breezy/builtins.py:5668
4368+#: breezy/builtins.py:5658
4369 msgid ""
4370 "The TREE argument should be an independent tree, inside another tree, but\n"
4371 "not part of it. (Such trees can be produced by \"brz split\", but also by\n"
4372 "running \"brz branch\" with the target inside a tree.)"
4373 msgstr ""
4374
4375-#: breezy/builtins.py:5672
4376+#: breezy/builtins.py:5662
4377 msgid ""
4378 "The result is a combined tree, with the subtree no longer an independent\n"
4379 "part. This is marked as a merge of the subtree into the containing tree,\n"
4380 "and all history is preserved."
4381 msgstr ""
4382
4383-#: breezy/builtins.py:5691
4384+#: breezy/builtins.py:5681
4385 #, python-format
4386 msgid ""
4387 "Can't join trees because %s doesn't support rich root data.\n"
4388 "You can use brz upgrade on the repository."
4389 msgstr ""
4390
4391-#: breezy/builtins.py:5701 breezy/builtins.py:5707
4392+#: breezy/builtins.py:5691 breezy/builtins.py:5697
4393 #, python-brace-format
4394 msgid "Cannot join {0}. {1}"
4395 msgstr ""
4396
4397-#: breezy/builtins.py:5711
4398+#: breezy/builtins.py:5701
4399 msgid "Split a subdirectory of a tree into a separate tree."
4400 msgstr ""
4401
4402-#: breezy/builtins.py:5713
4403+#: breezy/builtins.py:5703
4404 msgid ""
4405 "This command will produce a target tree in a format that supports\n"
4406 "rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
4407 "converted into earlier formats like 'dirstate-tags'."
4408 msgstr ""
4409
4410-#: breezy/builtins.py:5717
4411+#: breezy/builtins.py:5707
4412 msgid ""
4413 "The TREE argument should be a subdirectory of a working tree. That\n"
4414 "subdirectory will be converted into an independent tree, with its own\n"
4415 "branch. Commits in the top-level tree will not apply to the new subtree."
4416 msgstr ""
4417
4418-#: breezy/builtins.py:5799
4419+#: breezy/builtins.py:5789
4420 msgid "No submit branch specified or known"
4421 msgstr ""
4422
4423-#: breezy/builtins.py:5809 breezy/send.py:108
4424+#: breezy/builtins.py:5799 breezy/send.py:106
4425 msgid "No public branch specified or known"
4426 msgstr ""
4427
4428-#: breezy/builtins.py:5814
4429+#: breezy/builtins.py:5804
4430 msgid "brz merge-directive takes at most two one revision identifiers"
4431 msgstr ""
4432
4433-#: breezy/builtins.py:5823
4434+#: breezy/builtins.py:5813
4435 msgid "No revisions to bundle."
4436 msgstr ""
4437
4438-#: breezy/builtins.py:5842
4439+#: breezy/builtins.py:5832
4440 msgid "Mail or create a merge-directive for submitting changes."
4441 msgstr ""
4442
4443-#: breezy/builtins.py:5844
4444+#: breezy/builtins.py:5834
4445 msgid "A merge directive provides many things needed for requesting merges:"
4446 msgstr ""
4447
4448-#: breezy/builtins.py:5846
4449+#: breezy/builtins.py:5836
4450 msgid "* A machine-readable description of the merge to perform"
4451 msgstr ""
4452
4453-#: breezy/builtins.py:5848
4454+#: breezy/builtins.py:5838
4455 msgid "* An optional patch that is a preview of the changes requested"
4456 msgstr ""
4457
4458-#: breezy/builtins.py:5850
4459+#: breezy/builtins.py:5840
4460 msgid ""
4461 "* An optional bundle of revision data, so that the changes can be applied\n"
4462 " directly from the merge directive, without retrieving data from a\n"
4463 " branch."
4464 msgstr ""
4465
4466-#: breezy/builtins.py:5854
4467+#: breezy/builtins.py:5844
4468 msgid ""
4469 "`brz send` creates a compact data set that, when applied using brz\n"
4470 "merge, has the same effect as merging from the source branch."
4471 msgstr ""
4472
4473-#: breezy/builtins.py:5857
4474+#: breezy/builtins.py:5847
4475 msgid ""
4476 "By default the merge directive is self-contained and can be applied to any\n"
4477 "branch containing submit_branch in its ancestory without needing access to\n"
4478 "the source branch."
4479 msgstr ""
4480
4481-#: breezy/builtins.py:5861
4482+#: breezy/builtins.py:5851
4483 msgid ""
4484 "If --no-bundle is specified, then Breezy doesn't send the contents of the\n"
4485 "revisions, but only a structured request to merge from the\n"
4486@@ -3875,7 +3875,7 @@
4487 "included if known, so that people can check it later."
4488 msgstr ""
4489
4490-#: breezy/builtins.py:5867
4491+#: breezy/builtins.py:5857
4492 msgid ""
4493 "The submit branch defaults to the parent of the source branch, but can be\n"
4494 "overridden. Both submit branch and public branch will be remembered in\n"
4495@@ -3884,7 +3884,7 @@
4496 "be changed using --from."
4497 msgstr ""
4498
4499-#: breezy/builtins.py:5873
4500+#: breezy/builtins.py:5863
4501 msgid ""
4502 "Both the submit branch and the public branch follow the usual behavior with\n"
4503 "respect to --remember: If there is no default location set, the first send\n"
4504@@ -3893,7 +3893,7 @@
4505 "--remember. The value will only be saved if the location can be accessed."
4506 msgstr ""
4507
4508-#: breezy/builtins.py:5879
4509+#: breezy/builtins.py:5869
4510 msgid ""
4511 "In order to calculate those changes, brz must analyse the submit branch.\n"
4512 "Therefore it is most efficient for the submit branch to be a local mirror.\n"
4513@@ -3901,20 +3901,20 @@
4514 "in the merge directive."
4515 msgstr ""
4516
4517-#: breezy/builtins.py:5884
4518+#: breezy/builtins.py:5874
4519 msgid ""
4520 "The default behaviour is to send the merge directive by mail, unless -o is\n"
4521 "given, in which case it is sent to a file."
4522 msgstr ""
4523
4524-#: breezy/builtins.py:5887
4525+#: breezy/builtins.py:5877
4526 msgid ""
4527 "Mail is sent using your preferred mail program. This should be transparent\n"
4528 "on Windows (it uses MAPI). On Unix, it requires the xdg-email utility.\n"
4529 "If the preferred client can't be found (or used), your editor will be used."
4530 msgstr ""
4531
4532-#: breezy/builtins.py:5891
4533+#: breezy/builtins.py:5881
4534 msgid ""
4535 "To use a specific mail program, set the mail_client configuration option.\n"
4536 "Supported values for specific clients are \"claws\", \"evolution\", \"kmail"
4537@@ -3926,7 +3926,7 @@
4538 "may also add supported clients."
4539 msgstr ""
4540
4541-#: breezy/builtins.py:5897
4542+#: breezy/builtins.py:5887
4543 msgid ""
4544 "If mail is being sent, a to address is required. This can be supplied\n"
4545 "either on the commandline, by setting the submit_to configuration\n"
4546@@ -3934,13 +3934,13 @@
4547 "in the submit branch."
4548 msgstr ""
4549
4550-#: breezy/builtins.py:5902
4551+#: breezy/builtins.py:5892
4552 msgid ""
4553 "The merge directives created by brz send may be applied using brz merge or\n"
4554 "brz pull by specifying a file containing a merge directive as the location."
4555 msgstr ""
4556
4557-#: breezy/builtins.py:5905
4558+#: breezy/builtins.py:5895
4559 msgid ""
4560 "brz send makes extensive use of public locations to map local locations "
4561 "into\n"
4562@@ -3949,44 +3949,44 @@
4563 msgstr ""
4564
4565 # help of 'output' option of 'send' command
4566-#: breezy/builtins.py:5929
4567+#: breezy/builtins.py:5919
4568 msgid "Write merge directive to this file or directory; use - for stdout."
4569 msgstr ""
4570
4571 # help of 'strict' option of 'send' command
4572-#: breezy/builtins.py:5933
4573+#: breezy/builtins.py:5923
4574 msgid ""
4575 "Refuse to send if there are uncommitted changes in the working tree, --no-"
4576 "strict disables the check."
4577 msgstr ""
4578
4579 # help of 'mail-to' option of 'send' command
4580-#: breezy/builtins.py:5935
4581+#: breezy/builtins.py:5925
4582 msgid "Mail the request to this address."
4583 msgstr ""
4584
4585 # help of 'body' option of 'send' command
4586-#: breezy/builtins.py:5939
4587+#: breezy/builtins.py:5929
4588 msgid "Body for the email."
4589 msgstr ""
4590
4591 # help of 'no-bundle' option of 'send' command
4592-#: breezy/builtins.py:5986
4593+#: breezy/builtins.py:5976
4594 msgid "Do not include a bundle in the merge directive."
4595 msgstr ""
4596
4597 # help of 'no-patch' option of 'send' command
4598-#: breezy/builtins.py:5987
4599+#: breezy/builtins.py:5977
4600 msgid "Do not include a preview patch in the merge directive."
4601 msgstr ""
4602
4603 # help of 'remember' option of 'send' command
4604-#: breezy/builtins.py:5990
4605+#: breezy/builtins.py:5980
4606 msgid "Remember submit and public branch."
4607 msgstr ""
4608
4609 # help of 'from' option of 'send' command
4610-#: breezy/builtins.py:5992
4611+#: breezy/builtins.py:5982
4612 msgid ""
4613 "Branch to generate the submission from, rather than the one containing the "
4614 "working directory."
4615@@ -3994,46 +3994,46 @@
4616
4617 # title of 'format' option of 'send' command
4618 # title of 'format' option of 'version-info' command
4619-#: breezy/builtins.py:6002 breezy/cmd_version_info.py:79
4620+#: breezy/builtins.py:5992 breezy/cmd_version_info.py:76
4621 msgid "format"
4622 msgstr ""
4623
4624 # help of 'format' option of 'send' command
4625-#: breezy/builtins.py:6003
4626+#: breezy/builtins.py:5993
4627 msgid "Use the specified output format."
4628 msgstr ""
4629
4630-#: breezy/builtins.py:6025
4631+#: breezy/builtins.py:6015
4632 msgid "Create, remove or modify a tag naming a revision."
4633 msgstr ""
4634
4635-#: breezy/builtins.py:6027
4636+#: breezy/builtins.py:6017
4637 msgid ""
4638 "Tags give human-meaningful names to revisions. Commands that take a -r\n"
4639 "(--revision) option can be given -rtag:X, where X is any previously\n"
4640 "created tag."
4641 msgstr ""
4642
4643-#: breezy/builtins.py:6031
4644+#: breezy/builtins.py:6021
4645 msgid ""
4646 "Tags are stored in the branch. Tags are copied from one branch to another\n"
4647 "along when you branch, push, pull or merge."
4648 msgstr ""
4649
4650-#: breezy/builtins.py:6034
4651+#: breezy/builtins.py:6024
4652 msgid ""
4653 "It is an error to give a tag name that already exists unless you pass\n"
4654 "--force, in which case the tag is moved to point to the new revision."
4655 msgstr ""
4656
4657-#: breezy/builtins.py:6037
4658+#: breezy/builtins.py:6027
4659 msgid ""
4660 "To rename a tag (change the name but keep it on the same revsion), run "
4661 "``brz\n"
4662 "tag new-name -r tag:old-name`` and then ``brz tag --delete oldname``."
4663 msgstr ""
4664
4665-#: breezy/builtins.py:6040
4666+#: breezy/builtins.py:6030
4667 msgid ""
4668 "If no tag name is specified it will be determined through the\n"
4669 "'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
4670@@ -4042,85 +4042,85 @@
4671 msgstr ""
4672
4673 # help of 'delete' option of 'tag' command
4674-#: breezy/builtins.py:6050
4675+#: breezy/builtins.py:6040
4676 msgid "Delete this tag rather than placing it."
4677 msgstr ""
4678
4679 # help of 'directory' option of 'tag' command
4680-#: breezy/builtins.py:6053
4681+#: breezy/builtins.py:6043
4682 msgid "Branch in which to place the tag."
4683 msgstr ""
4684
4685 # help of 'force' option of 'tag' command
4686-#: breezy/builtins.py:6055
4687+#: breezy/builtins.py:6045
4688 msgid "Replace existing tags."
4689 msgstr ""
4690
4691-#: breezy/builtins.py:6071
4692+#: breezy/builtins.py:6061
4693 msgid "No tag specified to delete."
4694 msgstr ""
4695
4696-#: breezy/builtins.py:6073
4697+#: breezy/builtins.py:6063
4698 #, python-format
4699 msgid "Deleted tag %s."
4700 msgstr ""
4701
4702-#: breezy/builtins.py:6078
4703+#: breezy/builtins.py:6068
4704 msgid "Tags can only be placed on a single revision, not on a range"
4705 msgstr ""
4706
4707-#: breezy/builtins.py:6087
4708+#: breezy/builtins.py:6077
4709 msgid "Please specify a tag name."
4710 msgstr ""
4711
4712-#: breezy/builtins.py:6095
4713+#: breezy/builtins.py:6085
4714 #, python-format
4715 msgid "Tag %s already exists for that revision."
4716 msgstr ""
4717
4718-#: breezy/builtins.py:6099
4719+#: breezy/builtins.py:6089
4720 #, python-format
4721 msgid "Created tag %s."
4722 msgstr ""
4723
4724-#: breezy/builtins.py:6101
4725+#: breezy/builtins.py:6091
4726 #, python-format
4727 msgid "Updated tag %s."
4728 msgstr ""
4729
4730-#: breezy/builtins.py:6105
4731+#: breezy/builtins.py:6095
4732 msgid "List tags."
4733 msgstr ""
4734
4735-#: breezy/builtins.py:6107
4736+#: breezy/builtins.py:6097
4737 msgid ""
4738 "This command shows a table of tag names and the revisions they reference."
4739 msgstr ""
4740
4741 # help of 'directory' option of 'tags' command
4742-#: breezy/builtins.py:6113
4743+#: breezy/builtins.py:6103
4744 msgid "Branch whose tags should be displayed."
4745 msgstr ""
4746
4747 # help of 'sort' option of 'tags' command
4748-#: breezy/builtins.py:6115
4749+#: breezy/builtins.py:6105
4750 msgid "Sort tags by different criteria."
4751 msgstr ""
4752
4753 # title of 'sort' option of 'tags' command
4754-#: breezy/builtins.py:6115
4755+#: breezy/builtins.py:6105
4756 msgid "Sorting"
4757 msgstr ""
4758
4759-#: breezy/builtins.py:6185
4760+#: breezy/builtins.py:6175
4761 msgid "Reconfigure the type of a brz directory."
4762 msgstr ""
4763
4764-#: breezy/builtins.py:6187
4765+#: breezy/builtins.py:6177
4766 msgid "A target configuration must be specified."
4767 msgstr ""
4768
4769-#: breezy/builtins.py:6189
4770+#: breezy/builtins.py:6179
4771 msgid ""
4772 "For checkouts, the bind-to location will be auto-detected if not specified.\n"
4773 "The order of preference is\n"
4774@@ -4132,112 +4132,112 @@
4775 msgstr ""
4776
4777 # title of 'tree_type' option of 'reconfigure' command
4778-#: breezy/builtins.py:6203
4779+#: breezy/builtins.py:6193
4780 msgid "Tree type"
4781 msgstr ""
4782
4783 # help of 'tree_type' option of 'reconfigure' command
4784-#: breezy/builtins.py:6204
4785+#: breezy/builtins.py:6194
4786 msgid "The relation between branch and tree."
4787 msgstr ""
4788
4789 # help of 'tree_type=branch' option of 'reconfigure' command
4790-#: breezy/builtins.py:6206
4791+#: breezy/builtins.py:6196
4792 msgid "Reconfigure to be an unbound branch with no working tree."
4793 msgstr ""
4794
4795 # help of 'tree_type=tree' option of 'reconfigure' command
4796-#: breezy/builtins.py:6207
4797+#: breezy/builtins.py:6197
4798 msgid "Reconfigure to be an unbound branch with a working tree."
4799 msgstr ""
4800
4801 # help of 'tree_type=checkout' option of 'reconfigure' command
4802-#: breezy/builtins.py:6208
4803+#: breezy/builtins.py:6198
4804 msgid "Reconfigure to be a bound branch with a working tree."
4805 msgstr ""
4806
4807 # help of 'tree_type=lightweight-checkout' option of 'reconfigure' command
4808-#: breezy/builtins.py:6209
4809+#: breezy/builtins.py:6199
4810 msgid "Reconfigure to be a lightweight checkout (with no local history)."
4811 msgstr ""
4812
4813 # title of 'repository_type' option of 'reconfigure' command
4814-#: breezy/builtins.py:6214
4815+#: breezy/builtins.py:6204
4816 msgid "Repository type"
4817 msgstr ""
4818
4819 # help of 'repository_type' option of 'reconfigure' command
4820-#: breezy/builtins.py:6215
4821+#: breezy/builtins.py:6205
4822 msgid "Location fo the repository."
4823 msgstr ""
4824
4825 # help of 'repository_type=standalone' option of 'reconfigure' command
4826-#: breezy/builtins.py:6217
4827+#: breezy/builtins.py:6207
4828 msgid ""
4829 "Reconfigure to be a standalone branch (i.e. stop using shared repository)."
4830 msgstr ""
4831
4832 # help of 'repository_type=use-shared' option of 'reconfigure' command
4833-#: breezy/builtins.py:6219
4834+#: breezy/builtins.py:6209
4835 msgid "Reconfigure to use a shared repository."
4836 msgstr ""
4837
4838 # title of 'repository_trees' option of 'reconfigure' command
4839-#: breezy/builtins.py:6223
4840+#: breezy/builtins.py:6213
4841 msgid "Trees in Repository"
4842 msgstr ""
4843
4844 # help of 'repository_trees' option of 'reconfigure' command
4845-#: breezy/builtins.py:6224
4846+#: breezy/builtins.py:6214
4847 msgid "Whether new branches in the repository have trees."
4848 msgstr ""
4849
4850 # help of 'repository_trees=with-trees' option of 'reconfigure' command
4851-#: breezy/builtins.py:6226
4852+#: breezy/builtins.py:6216
4853 msgid "Reconfigure repository to create working trees on branches by default."
4854 msgstr ""
4855
4856 # help of 'repository_trees=with-no-trees' option of 'reconfigure' command
4857-#: breezy/builtins.py:6228
4858+#: breezy/builtins.py:6218
4859 msgid ""
4860 "Reconfigure repository to not create working trees on branches by default."
4861 msgstr ""
4862
4863 # help of 'bind-to' option of 'reconfigure' command
4864-#: breezy/builtins.py:6231
4865+#: breezy/builtins.py:6221
4866 msgid "Branch to bind checkout to."
4867 msgstr ""
4868
4869 # help of 'force' option of 'reconfigure' command
4870-#: breezy/builtins.py:6233
4871+#: breezy/builtins.py:6223
4872 msgid "Perform reconfiguration even if local changes will be lost."
4873 msgstr ""
4874
4875 # help of 'stacked-on' option of 'reconfigure' command
4876-#: breezy/builtins.py:6236
4877+#: breezy/builtins.py:6226
4878 msgid "Reconfigure a branch to be stacked on another branch."
4879 msgstr ""
4880
4881 # help of 'unstacked' option of 'reconfigure' command
4882-#: breezy/builtins.py:6240
4883+#: breezy/builtins.py:6230
4884 msgid ""
4885 "Reconfigure a branch to be unstacked. This may require copying substantial "
4886 "data into it."
4887 msgstr ""
4888
4889-#: breezy/builtins.py:6251
4890+#: breezy/builtins.py:6241
4891 msgid "Can't use both --stacked-on and --unstacked"
4892 msgstr ""
4893
4894-#: breezy/builtins.py:6265
4895+#: breezy/builtins.py:6255
4896 msgid "No target configuration specified"
4897 msgstr ""
4898
4899-#: breezy/builtins.py:6300
4900+#: breezy/builtins.py:6290
4901 msgid "Set the branch of a checkout and update."
4902 msgstr ""
4903
4904-#: breezy/builtins.py:6302
4905+#: breezy/builtins.py:6292
4906 msgid ""
4907 "For lightweight checkouts, this changes the branch being referenced.\n"
4908 "For heavyweight checkouts, this checks that there are no local commits\n"
4909@@ -4245,17 +4245,17 @@
4910 "of the new location and binds to it."
4911 msgstr ""
4912
4913-#: breezy/builtins.py:6307
4914+#: breezy/builtins.py:6297
4915 msgid ""
4916 "In both cases, the working tree is updated and uncommitted changes\n"
4917 "are merged. The user can commit or revert these as they desire."
4918 msgstr ""
4919
4920-#: breezy/builtins.py:6310
4921+#: breezy/builtins.py:6300
4922 msgid "Pending merges need to be committed or reverted before using switch."
4923 msgstr ""
4924
4925-#: breezy/builtins.py:6312
4926+#: breezy/builtins.py:6302
4927 msgid ""
4928 "The path to the branch to switch to can be specified relative to the parent\n"
4929 "directory of the current branch. For example, if you are currently in a\n"
4930@@ -4263,7 +4263,7 @@
4931 "/path/to/newbranch."
4932 msgstr ""
4933
4934-#: breezy/builtins.py:6317
4935+#: breezy/builtins.py:6307
4936 msgid ""
4937 "Bound branches use the nickname of its master branch unless it is set\n"
4938 "locally, in which case switching will update the local nickname to be\n"
4939@@ -4271,54 +4271,54 @@
4940 msgstr ""
4941
4942 # help of 'force' option of 'switch' command
4943-#: breezy/builtins.py:6325
4944+#: breezy/builtins.py:6315
4945 msgid "Switch even if local commits will be lost."
4946 msgstr ""
4947
4948 # help of 'create-branch' option of 'switch' command
4949-#: breezy/builtins.py:6328
4950+#: breezy/builtins.py:6318
4951 msgid "Create the target branch from this one before switching to it."
4952 msgstr ""
4953
4954 # help of 'store' option of 'switch' command
4955-#: breezy/builtins.py:6331
4956+#: breezy/builtins.py:6321
4957 msgid "Store and restore uncommitted changes in the branch."
4958 msgstr ""
4959
4960-#: breezy/builtins.py:6344
4961+#: breezy/builtins.py:6334
4962 msgid "You must supply either a revision or a location"
4963 msgstr ""
4964
4965-#: breezy/builtins.py:6359
4966+#: breezy/builtins.py:6349
4967 msgid "cannot create branch without source branch"
4968 msgstr ""
4969
4970-#: breezy/builtins.py:6387
4971+#: breezy/builtins.py:6377
4972 msgid ""
4973 "switching would create a branch reference loop. Use the \"bzr up\" command "
4974 "to switch to a different revision."
4975 msgstr ""
4976
4977-#: breezy/builtins.py:6395
4978+#: breezy/builtins.py:6385
4979 #, python-format
4980 msgid "Switched to branch %s at %s"
4981 msgstr ""
4982
4983-#: breezy/builtins.py:6398
4984+#: breezy/builtins.py:6388
4985 #, python-format
4986 msgid "Switched to branch %s"
4987 msgstr ""
4988
4989-#: breezy/builtins.py:6400
4990+#: breezy/builtins.py:6390
4991 #, python-format
4992 msgid "Switched to branch at %s"
4993 msgstr ""
4994
4995-#: breezy/builtins.py:6405
4996+#: breezy/builtins.py:6395
4997 msgid "Manage filtered views."
4998 msgstr ""
4999
5000-#: breezy/builtins.py:6407
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches