~ubuntu-branches/ubuntu/hardy/bzr/hardy-updates

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Jeff Bailey
  • Date: 2005-11-07 13:17:53 UTC
  • Revision ID: james.westby@ubuntu.com-20051107131753-qsy145z1rfug5i27
Tags: upstream-0.6.2
ImportĀ upstreamĀ versionĀ 0.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bzr 0.6.2 2005-11-09
 
2
 
 
3
  TESTING:
 
4
 
 
5
    * More sftp selftest fixes.
 
6
 
 
7
bzr 0.6.1 2005-11-08
 
8
 
 
9
  TESTING:
 
10
 
 
11
    * Fix selftest asking for passwords when there are no SFTP keys.  
 
12
      (Robey Pointer, Jelmer Vernooij) 
 
13
 
 
14
bzr 0.6 2005-10-28
 
15
 
 
16
  IMPROVEMENTS:
 
17
  
 
18
    * merge now takes a --show-base option to include the base text in
 
19
      conflicts.
 
20
      (Aaron Bentley)
 
21
 
 
22
    * The config files are now read using ConfigObj, so '=' should be used as
 
23
      a separator, not ':'.
 
24
      (Aaron Bentley)
 
25
 
 
26
    * New 'bzr commit --strict' option refuses to commit if there are 
 
27
      any unknown files in the tree.  To commit, make sure all files are 
 
28
      either ignored, added, or deleted.  (Michael Ellerman)
 
29
 
 
30
    * The config directory is now ~/.bazaar, and there is a single file 
 
31
      ~/.bazaar/bazaar.conf storing email, editor and other preferences.
 
32
      (Robert Collins)
 
33
 
 
34
    * 'bzr add' no longer takes a --verbose option, and a --quiet option
 
35
      has been added that suppresses all output.
 
36
 
 
37
    * Improved zsh completion support in contrib/zsh, from Clint
 
38
      Adams.
 
39
 
 
40
    * Builtin 'bzr annotate' command, by Martin Pool with improvements from 
 
41
      Goffredo Baroncelli.
 
42
    
 
43
    * 'bzr check' now accepts -v for verbose reporting, and checks for
 
44
      ghosts in the branch. (Robert Collins)
 
45
 
 
46
    * New command 're-sign' which will regenerate the gpg signature for 
 
47
      a revision. (Robert Collins)
 
48
 
 
49
    * If you set check_signatures=require for a path in 
 
50
      ~/.bazaar/branches.conf then bzr will invoke your
 
51
      gpg_signing_command (defaults to gpg) and record a digital signature
 
52
      of your commit. (Robert Collins)
 
53
 
 
54
    * New sftp transport, based on Paramiko.  (Robey Pointer)
 
55
 
 
56
    * 'bzr pull' now accepts '--clobber' which will discard local changes
 
57
      and make this branch identical to the source branch. (Robert Collins)
 
58
 
 
59
    * Just give a quieter warning if a plugin can't be loaded, and 
 
60
      put the details in .bzr.log.  (Martin Pool)
 
61
 
 
62
    * 'bzr branch' will now set the branch-name to the last component of the
 
63
      output directory, if one was supplied.
 
64
 
 
65
    * New sftp transport, based on Paramiko.  (Robey Pointer)
 
66
 
 
67
    * If the option 'post_commit' is set to one (or more) python function
 
68
      names (must be in the bzrlib namespace), then they will be invoked
 
69
      after the commit has completed, with the branch and revision_id as
 
70
      parameters. (Robert Collins)
 
71
 
 
72
    * Merge now has a retcode of 1 when conflicts occur. (Robert Collins)
 
73
 
 
74
    * --merge-type weave is now supported for file contents.  Tree-shape
 
75
      changes are still three-way based.  (Martin Pool, Aaron Bentley)
 
76
 
 
77
    * 'bzr check' allows the first revision on revision-history to have
 
78
      parents - something that is expected for cheap checkouts, and occurs
 
79
      when conversions from baz do not have all history.  (Robert Collins).
 
80
 
 
81
   * 'bzr merge' can now graft unrelated trees together, if your specify
 
82
     0 as a base. (Aaron Bentley)
 
83
 
 
84
   * 'bzr commit branch' and 'bzr commit branch/file1 branch/file2' now work
 
85
     (Aaron Bentley)
 
86
 
 
87
    * Add '.sconsign*' to default ignore list.  (Alexander Belchenko)
 
88
 
 
89
   * 'bzr merge --reprocess' minimizes conflicts
 
90
 
 
91
  TESTING:
 
92
 
 
93
    * The 'bzr selftest --pattern' option for has been removed, now 
 
94
      test specifiers on the command line can be simple strings, or 
 
95
      regexps, or both. (Robert Collins)
 
96
 
 
97
    * Passing -v to selftest will now show the time each test took to 
 
98
      complete, which will aid in analysing performance regressions and
 
99
      related questions. (Robert Collins)
 
100
 
 
101
    * 'bzr selftest' runs all tests, even if one fails, unless '--one'
 
102
      is given. (Martin Pool)
 
103
 
 
104
    * There is a new method for TestCaseInTempDir, assertFileEqual, which
 
105
      will check that a given content is equal to the content of the named
 
106
      file. (Robert Collins)
 
107
 
 
108
    * Fix test suite's habit of leaving many temporary log files in $TMPDIR.
 
109
      (Martin Pool)
 
110
 
 
111
  INTERNALS:
 
112
 
 
113
    * New 'testament' command and concept for making gpg-signatures 
 
114
      of revisions that are not tied to a particular internal
 
115
      representation.  (Martin Pool).
 
116
 
 
117
    * Per-revision properties ('revprops') as key-value associated 
 
118
      strings on each revision created when the revision is committed.
 
119
      Intended mainly for the use of external tools.  (Martin Pool).
 
120
 
 
121
    * Config options have moved from bzrlib.osutils to bzrlib.config.
 
122
      (Robert Collins)
 
123
 
 
124
    * Improved command line option definitions allowing explanations
 
125
      for individual options, among other things.  Contributed by 
 
126
      Magnus Therning.
 
127
 
 
128
    * Config options have moved from bzrlib.osutils to bzrlib.config.
 
129
      Configuration is now done via the config.Config interface:
 
130
      Depending on whether you have a Branch, a Location or no information
 
131
      available, construct a *Config, and use its signature_checking,
 
132
      username and user_email methods. (Robert Collins)
 
133
 
 
134
    * Plugins are now loaded under bzrlib.plugins, not bzrlib.plugin, and
 
135
      they are made available for other plugins to use. You should not 
 
136
      import other plugins during the __init__ of your plugin though, as 
 
137
      no ordering is guaranteed, and the plugins directory is not on the
 
138
      python path. (Robert Collins)
 
139
 
 
140
    * Branch.relpath has been moved to WorkingTree.relpath. WorkingTree no
 
141
      no longer takes an inventory, rather it takes an option branch
 
142
      parameter, and if None is given will open the branch at basedir 
 
143
      implicitly. (Robert Collins)
 
144
 
 
145
    * Cleaner exception structure and error reporting.  Suggested by 
 
146
      Scott James Remnant.  (Martin Pool)
 
147
 
 
148
    * Branch.remove has been moved to WorkingTree, which has also gained
 
149
      lock_read, lock_write and unlock methods for convenience. (Robert
 
150
      Collins)
 
151
 
 
152
    * Two decorators, needs_read_lock and needs_write_lock have been added
 
153
      to the branch module. Use these to cause a function to run in a
 
154
      read or write lock respectively. (Robert Collins)
 
155
 
 
156
    * Branch.open_containing now returns a tuple (Branch, relative-path),
 
157
      which allows direct access to the common case of 'get me this file
 
158
      from its branch'. (Robert Collins)
 
159
 
 
160
    * Transports can register using register_lazy_transport, and they 
 
161
      will be loaded when first used.  (Martin Pool)
 
162
 
 
163
    * 'pull' has been factored out of the command as WorkingTree.pull().
 
164
      A new option to WorkingTree.pull has been added, clobber, which will
 
165
      ignore diverged history and pull anyway.
 
166
      (Robert Collins)
 
167
 
 
168
    * config.Config has a 'get_user_option' call that accepts an option name.
 
169
      This will be looked up in branches.conf and bazaar.conf as normal.
 
170
      It is intended that this be used by plugins to support options - 
 
171
      options of built in programs should have specific methods on the config.
 
172
      (Robert Collins)
 
173
 
 
174
    * merge.merge_inner now has tempdir as an optional parameter. (Robert
 
175
      Collins)
 
176
 
 
177
    * Tree.kind is not recorded at the top level of the hierarchy, as it was
 
178
      missing on EmptyTree, leading to a bug with merge on EmptyTrees.
 
179
      (Robert Collins)
 
180
 
 
181
    * WorkingTree.__del__ has been removed, it was non deterministic and not 
 
182
      doing what it was intended to. See WorkingTree.__init__ for a comment
 
183
      about future directions. (Robert Collins/Martin Pool)
 
184
 
 
185
    * bzrlib.transport.http has been modified so that only 404 urllib errors
 
186
      are returned as NoSuchFile. Other exceptions will propogate as normal.
 
187
      This allows debuging of actual errors. (Robert Collins)
 
188
 
 
189
    * bzrlib.transport.Transport now accepts *ONLY* url escaped relative paths
 
190
      to apis like 'put', 'get' and 'has'. This is to provide consistent
 
191
      behaviour - it operates on url's only. (Robert Collins)
 
192
 
 
193
    * Transports can register using register_lazy_transport, and they 
 
194
      will be loaded when first used.  (Martin Pool)
 
195
 
 
196
    * 'merge_flex' no longer calls conflict_handler.finalize(), instead that
 
197
      is called by merge_inner. This is so that the conflict count can be 
 
198
      retrieved (and potentially manipulated) before returning to the caller
 
199
      of merge_inner. Likewise 'merge' now returns the conflict count to the
 
200
      caller. (Robert Collins)
 
201
 
 
202
    * 'revision.revision_graph can handle having only partial history for
 
203
      a revision - that is no revisions in the graph with no parents.
 
204
      (Robert Collins).
 
205
 
 
206
    * New builtins.branch_files uses the standard file_list rules to produce
 
207
      a branch and a list of paths, relative to that branch (Aaron Bentley)
 
208
 
 
209
    * New TestCase.addCleanup facility.
 
210
 
 
211
    * New bzrlib.version_info tuple (similar to sys.version_info), which can
 
212
      be used by programs importing bzrlib.
 
213
 
 
214
  BUG FIXES:
 
215
 
 
216
    * Better handling of branches in directories with non-ascii names. 
 
217
      (Joel Rosdahl, Panagiotis Papadakos)
 
218
 
 
219
bzr 0.1.1 2005-10-12
 
220
 
 
221
  BUG FIXES:
 
222
 
 
223
    * Fix problem in pulling over http from machines that do not 
 
224
      allow directories to be listed.
 
225
 
 
226
    * Avoid harmless warning about invalid hash cache after 
 
227
      upgrading branch format.
 
228
 
 
229
  PERFORMANCE: 
 
230
  
 
231
    * Avoid some unnecessary http operations in branch and pull.
 
232
 
 
233
 
 
234
bzr 0.1 2005-10-11
 
235
 
 
236
  NOTES:
 
237
 
 
238
    * 'bzr branch' over http initially gives a very high estimate
 
239
      of completion time but it should fall as the first few 
 
240
      revisions are pulled in.  branch is still slow on 
 
241
      high-latency connections.
 
242
 
 
243
  BUG FIXES:
 
244
  
 
245
    * bzr-man.py has been updated to work again. Contributed by
 
246
      Rob Weir.
 
247
 
 
248
    * Locking is now done with fcntl.lockf which works with NFS
 
249
      file systems. Contributed by Harald Meland.
 
250
 
 
251
    * When a merge encounters a file that has been deleted on
 
252
      one side and modified on the other, the old contents are
 
253
      written out to foo.BASE and foo.SIDE, where SIDE is this
 
254
      or OTHER. Contributed by Aaron Bentley.
 
255
 
 
256
    * Export was choosing incorrect file paths for the content of
 
257
      the tarball, this has been fixed by Aaron Bentley.
 
258
 
 
259
    * Commit will no longer commit without a log message, an 
 
260
      error is returned instead. Contributed by Jelmer Vernooij.
 
261
 
 
262
    * If you commit a specific file in a sub directory, any of its
 
263
      parent directories that are added but not listed will be 
 
264
      automatically included. Suggested by Michael Ellerman.
 
265
 
 
266
    * bzr commit and upgrade did not correctly record new revisions
 
267
      for files with only a change to their executable status.
 
268
      bzr will correct this when it encounters it. Fixed by
 
269
      Robert Collins
 
270
 
 
271
    * HTTP tests now force off the use of http_proxy for the duration.
 
272
      Contributed by Gustavo Niemeyer.
 
273
 
 
274
    * Fix problems in merging weave-based branches that have 
 
275
      different partial views of history.
 
276
 
 
277
    * Symlink support: working with symlinks when not in the root of a 
 
278
      bzr tree was broken, patch from Scott James Remnant.
 
279
 
 
280
 
 
281
  IMPROVEMENTS:
 
282
 
 
283
    * 'branch' now accepts a --basis parameter which will take advantage
 
284
      of local history when making a new branch. This allows faster 
 
285
      branching of remote branches. Contributed by Aaron Bentley.
 
286
 
 
287
    * New tree format based on weave files, called version 5.
 
288
      Existing branches can be upgraded to this format using 
 
289
      'bzr upgrade'.
 
290
 
 
291
    * Symlinks are now versionable. Initial patch by 
 
292
      Erik Toubro Nielsen, updated to head by Robert Collins.
 
293
 
 
294
    * Executable bits are tracked on files. Patch from Gustavo
 
295
      Niemeyer.
 
296
 
 
297
    * 'bzr status' now shows unknown files inside a selected directory.
 
298
      Patch from Heikki Paajanen.
 
299
 
 
300
    * Merge conflicts are recorded in .bzr. Two new commands 'conflicts'
 
301
      and 'resolve' have needed added, which list and remove those 
 
302
      merge conflicts respectively. A conflicted tree cannot be committed
 
303
      in. Contributed by Aaron Bentley.
 
304
 
 
305
    * 'rm' is now an alias for 'remove'.
 
306
 
 
307
    * Stores now split out their content in a single byte prefixed hash,
 
308
      dropping the density of files per directory by 256. Contributed by
 
309
      Gustavo Niemeyer.
 
310
 
 
311
    * 'bzr diff -r branch:URL' will now perform a diff between two branches.
 
312
      Contributed by Robert Collins.
 
313
 
 
314
    * 'bzr log' with the default formatter will show merged revisions,
 
315
      indented to the right. Initial implementation contributed by Gustavo
 
316
      Niemeyer, made incremental by Robert Collins.
 
317
 
 
318
 
 
319
  INTERNALS:
 
320
 
 
321
    * Test case failures have the exception printed after the log 
 
322
      for your viewing pleasure.
 
323
 
 
324
    * InventoryEntry is now an abstract base class, use one of the
 
325
      concrete InventoryDirectory etc classes instead.
 
326
 
 
327
    * Branch raises an UnsupportedFormatError when it detects a 
 
328
      bzr branch it cannot understand. This allows for precise
 
329
      handling of such circumstances.
 
330
 
 
331
 
 
332
  TESTING:
 
333
 
 
334
    * Removed testsweet module so that tests can be run after 
 
335
      bzr installed by 'bzr selftest'.
 
336
 
 
337
    * 'bzr selftest' command-line arguments can now be partial ids
 
338
      of tests to run, e.g. 'bzr selftest test_weave'
 
339
 
 
340
      
 
341
bzr 0.0.9 2005-09-23
 
342
 
 
343
  BUG FIXES:
 
344
 
 
345
    * Fixed "branch -r" option.
 
346
 
 
347
    * Fix remote access to branches containing non-compressed history.
 
348
      (Robert Collins).
 
349
 
 
350
    * Better reliability of http server tests.  (John Arbash-Meinel)
 
351
 
 
352
    * Merge graph maximum distance calculation fix.  (Aaron Bentley)
 
353
   
 
354
    * Various minor bug in windows support have been fixed, largely in the
 
355
      test suite. Contributed by Alexander Belchenko.
 
356
 
 
357
  IMPROVEMENTS:
 
358
 
 
359
    * Status now accepts a -r argument to give status between chosen
 
360
      revisions. Contributed by Heikki Paajanen.
 
361
 
 
362
    * Revision arguments no longer use +/-/= to control ranges, instead
 
363
      there is a 'before' namespace, which limits the successive namespace.
 
364
      For example '$ bzr log -r date:yesterday..before:date:today' will
 
365
      select everything from yesterday and before today. Contributed by
 
366
      Robey Pointer
 
367
 
 
368
    * There is now a bzr.bat file created by distutils when building on 
 
369
      Windows. Contributed by Alexander Belchenko.
 
370
 
 
371
  INTERNALS:
 
372
 
 
373
    * Removed uuid() as it was unused.
 
374
 
 
375
    * Improved 'fetch' code for pulling revisions from one branch into
 
376
      another (used by pull, merged, etc.)
 
377
 
 
378
 
 
379
bzr 0.0.8 2005-09-20
 
380
 
 
381
  IMPROVEMENTS:
 
382
 
 
383
    * Adding a file whose parent directory is not versioned will
 
384
      implicitly add the parent, and so on up to the root. This means
 
385
      you should never need to explictly add a directory, they'll just
 
386
      get added when you add a file in the directory.  Contributed by
 
387
      Michael Ellerman.
 
388
 
 
389
    * Ignore .DS_Store (contains Mac metadata) by default.  Patch from
 
390
      Nir Soffer.
 
391
 
 
392
    * If you set BZR_EDITOR in the environment, it is checked in
 
393
      preference to EDITOR and the config file for the interactive commit
 
394
      editing program. Related to this is a bugfix where a missing program
 
395
      set in EDITOR would cause editing to fail, now the fallback program
 
396
      for the operating system is still tried.
 
397
 
 
398
    * Files that are not directories/symlinks/regular files will no longer
 
399
      cause bzr to fail, it will just ignore them by default. You cannot add
 
400
      them to the tree though - they are not versionable.
 
401
 
 
402
 
 
403
  INTERNALS:
 
404
 
 
405
    * Refactor xml packing/unpacking.
 
406
 
 
407
  BUG FIXES: 
 
408
 
 
409
    * Fixed 'bzr mv' by Ollie Rutherfurd.
 
410
 
 
411
    * Fixed strange error when trying to access a nonexistent http
 
412
      branch.
 
413
 
 
414
    * Make sure that the hashcache gets written out if it can't be
 
415
      read.
 
416
 
 
417
 
 
418
  PORTABILITY:
 
419
 
 
420
    * Various Windows fixes from Ollie Rutherfurd.
 
421
 
 
422
    * Quieten warnings about locking; patch from Matt Lavin.
 
423
 
 
424
 
 
425
bzr-0.0.7 2005-09-02
 
426
 
 
427
  NEW FEATURES:
 
428
 
 
429
    * ``bzr shell-complete`` command contributed by Clint Adams to
 
430
      help with intelligent shell completion.
 
431
 
 
432
    * New expert command ``bzr find-merge-base`` for debugging merges.
 
433
 
 
434
 
 
435
  ENHANCEMENTS:
 
436
 
 
437
    * Much better merge support.
 
438
 
 
439
    * merge3 conflicts are now reported with markers like '<<<<<<<'
 
440
      (seven characters) which is the same as CVS and pleases things
 
441
      like emacs smerge.
 
442
 
 
443
 
 
444
  BUG FIXES:
 
445
 
 
446
    * ``bzr upgrade`` no longer fails when trying to fix trees that
 
447
      mention revisions that are not present.
 
448
 
 
449
    * Fixed bugs in listing plugins from ``bzr plugins``.
 
450
 
 
451
    * Fix case of $EDITOR containing options for the editor.
 
452
 
 
453
    * Fix log -r refusing to show the last revision.
 
454
      (Patch from Goffredo Baroncelli.)
 
455
 
 
456
 
 
457
  CHANGES:
 
458
 
 
459
    * ``bzr log --show-ids`` shows the revision ids of all parents.
 
460
 
 
461
    * Externally provided commands on your $BZRPATH no longer need
 
462
      to recognize --bzr-usage to work properly, and can just handle
 
463
      --help themselves.
 
464
 
 
465
 
 
466
  LIBRARY:
 
467
 
 
468
    * Changed trace messages to go through the standard logging
 
469
      framework, so that they can more easily be redirected by
 
470
      libraries.
 
471
 
 
472
 
 
473
 
 
474
bzr-0.0.6 2005-08-18
 
475
 
 
476
  NEW FEATURES:
 
477
 
 
478
    * Python plugins, automatically loaded from the directories on
 
479
      BZR_PLUGIN_PATH or ~/.bzr.conf/plugins by default.
 
480
 
 
481
    * New 'bzr mkdir' command.
 
482
 
 
483
    * Commit mesage is fetched from an editor if not given on the
 
484
      command line; patch from Torsten Marek.
 
485
 
 
486
    * ``bzr log -m FOO`` displays commits whose message matches regexp 
 
487
      FOO.
 
488
      
 
489
    * ``bzr add`` with no arguments adds everything under the current directory.
 
490
 
 
491
    * ``bzr mv`` does move or rename depending on its arguments, like
 
492
      the Unix command.
 
493
 
 
494
    * ``bzr missing`` command shows a summary of the differences
 
495
      between two trees.  (Merged from John Arbash-Meinel.)
 
496
 
 
497
    * An email address for commits to a particular tree can be
 
498
      specified by putting it into .bzr/email within a branch.  (Based
 
499
      on a patch from Heikki Paajanen.)
 
500
 
 
501
 
 
502
  ENHANCEMENTS:
 
503
 
 
504
    * Faster working tree operations.
 
505
 
 
506
 
 
507
  CHANGES:
 
508
 
 
509
    * 3rd-party modules shipped with bzr are copied within the bzrlib
 
510
      python package, so that they can be installed by the setup
 
511
      script without clashing with anything already existing on the
 
512
      system.  (Contributed by Gustavo Niemeyer.)
 
513
 
 
514
    * Moved plugins directory to bzrlib/, so that there's a standard
 
515
      plugin directory which is not only installed with bzr itself but
 
516
      is also available when using bzr from the development tree.
 
517
      BZR_PLUGIN_PATH and DEFAULT_PLUGIN_PATH are then added to the
 
518
      standard plugins directory.
 
519
 
 
520
    * When exporting to a tarball with ``bzr export --format tgz``, put 
 
521
      everything under a top directory rather than dumping it into the
 
522
      current directory.   This can be overridden with the ``--root`` 
 
523
      option.  Patch from William DodĆ© and John Meinel.
 
524
 
 
525
    * New ``bzr upgrade`` command to upgrade the format of a branch,
 
526
      replacing ``bzr check --update``.
 
527
 
 
528
    * Files within store directories are no longer marked readonly on
 
529
      disk.
 
530
 
 
531
    * Changed ``bzr log`` output to a more compact form suggested by
 
532
      John A Meinel.  Old format is available with the ``--long`` or
 
533
      ``-l`` option, patched by William DodĆ©.
 
534
 
 
535
    * By default the commit command refuses to record a revision with
 
536
      no changes unless the ``--unchanged`` option is given.
 
537
 
 
538
    * The ``--no-plugins``, ``--profile`` and ``--builtin`` command
 
539
      line options must come before the command name because they 
 
540
      affect what commands are available; all other options must come 
 
541
      after the command name because their interpretation depends on
 
542
      it.
 
543
 
 
544
    * ``branch`` and ``clone`` added as aliases for ``branch``.
 
545
 
 
546
    * Default log format is back to the long format; the compact one
 
547
      is available with ``--short``.
 
548
      
 
549
      
 
550
  BUG FIXES:
 
551
  
 
552
    * Fix bugs in committing only selected files or within a subdirectory.
 
553
 
 
554
 
 
555
bzr-0.0.5  2005-06-15
 
556
  
 
557
  CHANGES:
 
558
 
 
559
    * ``bzr`` with no command now shows help rather than giving an
 
560
      error.  Suggested by Michael Ellerman.
 
561
 
 
562
    * ``bzr status`` output format changed, because svn-style output
 
563
      doesn't really match the model of bzr.  Now files are grouped by
 
564
      status and can be shown with their IDs.  ``bzr status --all``
 
565
      shows all versioned files and unknown files but not ignored files.
 
566
 
 
567
    * ``bzr log`` runs from most-recent to least-recent, the reverse
 
568
      of the previous order.  The previous behaviour can be obtained
 
569
      with the ``--forward`` option.
 
570
        
 
571
    * ``bzr inventory`` by default shows only filenames, and also ids
 
572
      if ``--show-ids`` is given, in which case the id is the second
 
573
      field.
 
574
 
 
575
 
 
576
  ENHANCEMENTS:
 
577
 
 
578
    * New 'bzr whoami --email' option shows only the email component
 
579
      of the user identification, from Jo Vermeulen.
 
580
 
 
581
    * New ``bzr ignore PATTERN`` command.
 
582
 
 
583
    * Nicer error message for broken pipe, interrupt and similar
 
584
      conditions that don't indicate an internal error.
 
585
 
 
586
    * Add ``.*.sw[nop] .git .*.tmp *,v`` to default ignore patterns.
 
587
 
 
588
    * Per-branch locks keyed on ``.bzr/branch-lock``, available in
 
589
      either read or write mode.
 
590
 
 
591
    * New option ``bzr log --show-ids`` shows revision and file ids.
 
592
 
 
593
    * New usage ``bzr log FILENAME`` shows only revisions that
 
594
      affected that file.
 
595
 
 
596
    * Changed format for describing changes in ``bzr log -v``.
 
597
 
 
598
    * New option ``bzr commit --file`` to take a message from a file,
 
599
      suggested by LarstiQ.
 
600
 
 
601
    * New syntax ``bzr status [FILE...]`` contributed by Bartosz
 
602
      Oler.  File may be in a branch other than the working directory.
 
603
 
 
604
    * ``bzr log`` and ``bzr root`` can be given an http URL instead of
 
605
      a filename.
 
606
 
 
607
    * Commands can now be defined by external programs or scripts
 
608
      in a directory on $BZRPATH.
 
609
 
 
610
    * New "stat cache" avoids reading the contents of files if they 
 
611
      haven't changed since the previous time.
 
612
 
 
613
    * If the Python interpreter is too old, try to find a better one
 
614
      or give an error.  Based on a patch from Fredrik Lundh.
 
615
 
 
616
    * New optional parameter ``bzr info [BRANCH]``.
 
617
 
 
618
    * New form ``bzr commit SELECTED`` to commit only selected files.
 
619
 
 
620
    * New form ``bzr log -r FROM:TO`` shows changes in selected
 
621
      range; contributed by John A Meinel.
 
622
 
 
623
    * New option ``bzr diff --diff-options 'OPTS'`` allows passing
 
624
      options through to an external GNU diff.
 
625
 
 
626
    * New option ``bzr add --no-recurse`` to add a directory but not
 
627
      their contents.
 
628
 
 
629
    * ``bzr --version`` now shows more information if bzr is being run
 
630
      from a branch.
 
631
 
 
632
  
 
633
  BUG FIXES:
 
634
 
 
635
    * Fixed diff format so that added and removed files will be
 
636
      handled properly by patch.  Fix from Lalo Martins.
 
637
 
 
638
    * Various fixes for files whose names contain spaces or other
 
639
      metacharacters.
 
640
 
 
641
 
 
642
  TESTING:
 
643
 
 
644
    * Converted black-box test suites from Bourne shell into Python;
 
645
      now run using ``./testbzr``.  Various structural improvements to
 
646
      the tests.
 
647
 
 
648
    * testbzr by default runs the version of bzr found in the same
 
649
      directory as the tests, or the one given as the first parameter.
 
650
 
 
651
    * testbzr also runs the internal tests, so the only command
 
652
      required to check is just ``./testbzr``.
 
653
 
 
654
    * testbzr requires python2.4, but can be used to test bzr running
 
655
      under a different version.
 
656
 
 
657
    * Tests added for many other changes in this release.
 
658
 
 
659
 
 
660
  INTERNAL:
 
661
 
 
662
    * Included ElementTree library upgraded to 1.2.6 by Fredrik Lundh.
 
663
 
 
664
    * Refactor command functions into Command objects based on HCT by
 
665
      Scott James Remnant.
 
666
 
 
667
    * Better help messages for many commands.
 
668
 
 
669
    * Expose bzrlib.open_tracefile() to start the tracefile; until
 
670
      this is called trace messages are just discarded.
 
671
 
 
672
    * New internal function find_touching_revisions() and hidden
 
673
      command touching-revisions trace the changes to a given file.
 
674
 
 
675
    * Simpler and faster compare_inventories() function.
 
676
 
 
677
    * bzrlib.open_tracefile() takes a tracefilename parameter.
 
678
 
 
679
    * New AtomicFile class.
 
680
 
 
681
    * New developer commands ``added``, ``modified``.
 
682
 
 
683
 
 
684
  PORTABILITY:
 
685
 
 
686
    * Cope on Windows on python2.3 by using the weaker random seed.
 
687
      2.4 is now only recommended.
 
688
 
 
689
 
 
690
bzr-0.0.4  2005-04-22
 
691
 
 
692
  ENHANCEMENTS:
 
693
 
 
694
    * 'bzr diff' optionally takes a list of files to diff.  Still a bit
 
695
      basic.  Patch from QuantumG.
 
696
 
 
697
    * More default ignore patterns.
 
698
 
 
699
    * New 'bzr log --verbose' shows a list of files changed in the
 
700
      changeset.  Patch from Sebastian Cote.
 
701
 
 
702
    * Roll over ~/.bzr.log if it gets too large.
 
703
 
 
704
    * Command abbreviations 'ci', 'st', 'stat', '?' based on a patch
 
705
      by Jason Diamon.
 
706
 
 
707
    * New 'bzr help commands' based on a patch from Denys Duchier.
 
708
 
 
709
 
 
710
  CHANGES:
 
711
 
 
712
    * User email is determined by looking at $BZREMAIL or ~/.bzr.email
 
713
      or $EMAIL.  All are decoded by the locale preferred encoding.
 
714
      If none of these are present user@hostname is used.  The host's
 
715
      fully-qualified name is not used because that tends to fail when
 
716
      there are DNS problems.
 
717
 
 
718
    * New 'bzr whoami' command instead of username user-email.
 
719
 
 
720
 
 
721
  BUG FIXES: 
 
722
 
 
723
    * Make commit safe for hardlinked bzr trees.
 
724
 
 
725
    * Some Unicode/locale fixes.
 
726
 
 
727
    * Partial workaround for difflib.unified_diff not handling
 
728
      trailing newlines properly.
 
729
 
 
730
 
 
731
  INTERNAL:
 
732
 
 
733
    * Allow docstrings for help to be in PEP0257 format.  Patch from
 
734
      Matt Brubeck.
 
735
 
 
736
    * More tests in test.sh.
 
737
 
 
738
    * Write profile data to a temporary file not into working
 
739
      directory and delete it when done.
 
740
 
 
741
    * Smaller .bzr.log with process ids.
 
742
 
 
743
 
 
744
  PORTABILITY:
 
745
 
 
746
    * Fix opening of ~/.bzr.log on Windows.  Patch from Andrew
 
747
      Bennetts.
 
748
 
 
749
    * Some improvements in handling paths on Windows, based on a patch
 
750
      from QuantumG.
 
751
 
 
752
 
 
753
bzr-0.0.3  2005-04-06
 
754
 
 
755
  ENHANCEMENTS:
 
756
 
 
757
    * New "directories" internal command lists versioned directories
 
758
      in the tree.
 
759
 
 
760
    * Can now say "bzr commit --help".
 
761
 
 
762
    * New "rename" command to rename one file to a different name
 
763
      and/or directory.
 
764
 
 
765
    * New "move" command to move one or more files into a different
 
766
      directory.
 
767
 
 
768
    * New "renames" command lists files renamed since base revision.
 
769
 
 
770
    * New cat command contributed by janmar.
 
771
 
 
772
  CHANGES:
 
773
 
 
774
    * .bzr.log is placed in $HOME (not pwd) and is always written in
 
775
      UTF-8.  (Probably not a completely good long-term solution, but
 
776
      will do for now.)
 
777
 
 
778
  PORTABILITY:
 
779
 
 
780
    * Workaround for difflib bug in Python 2.3 that causes an
 
781
      exception when comparing empty files.  Reported by Erik Toubro
 
782
      Nielsen.
 
783
 
 
784
  INTERNAL:
 
785
 
 
786
    * Refactored inventory storage to insert a root entry at the top.
 
787
 
 
788
  TESTING:
 
789
 
 
790
    * Start of shell-based black-box testing in test.sh.
 
791
 
 
792
 
 
793
bzr-0.0.2.1
 
794
 
 
795
  PORTABILITY:
 
796
 
 
797
    * Win32 fixes from Steve Brown.
 
798
 
 
799
 
 
800
bzr-0.0.2  "black cube"  2005-03-31
 
801
 
 
802
  ENHANCEMENTS:
 
803
 
 
804
    * Default ignore list extended (see bzrlib/__init__.py).
 
805
 
 
806
    * Patterns in .bzrignore are now added to the default ignore list,
 
807
      rather than replacing it.
 
808
 
 
809
    * Ignore list isn't reread for every file.
 
810
 
 
811
    * More help topics.
 
812
 
 
813
    * Reinstate the 'bzr check' command to check invariants of the
 
814
      branch.
 
815
 
 
816
    * New 'ignored' command lists which files are ignored and why;
 
817
      'deleted' lists files deleted in the current working tree.
 
818
 
 
819
    * Performance improvements.
 
820
 
 
821
    * New global --profile option.
 
822
    
 
823
    * Ignore patterns like './config.h' now correctly match files in
 
824
      the root directory only.
 
825
 
 
826
 
 
827
bzr-0.0.1  2005-03-26
 
828
 
 
829
  ENHANCEMENTS:
 
830
 
 
831
    * More information from info command.
 
832
 
 
833
    * Can now say "bzr help COMMAND" for more detailed help.
 
834
 
 
835
    * Less file flushing and faster performance when writing logs and
 
836
      committing to stores.
 
837
 
 
838
    * More useful verbose output from some commands.
 
839
 
 
840
  BUG FIXES:
 
841
 
 
842
    * Fix inverted display of 'R' and 'M' during 'commit -v'.
 
843
 
 
844
  PORTABILITY:
 
845
 
 
846
    * Include a subset of ElementTree-1.2.20040618 to make
 
847
      installation easier.
 
848
 
 
849
    * Fix time.localtime call to work with Python 2.3 (the minimum
 
850
      supported).
 
851
 
 
852
 
 
853
bzr-0.0.0.69  2005-03-22
 
854
 
 
855
  ENHANCEMENTS:
 
856
 
 
857
    * First public release.
 
858
 
 
859
    * Storage of local versions: init, add, remove, rm, info, log,
 
860
      diff, status, etc.