~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-04-04 14:05:24 UTC
  • mfrom: (1551.13.14 Aaron's mergeable stuff)
  • Revision ID: pqm@pqm.ubuntu.com-20070404140524-48cdc6512763399e
Fix encoding bug generating error on already-versioned files

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    * Don't fail bundle selftest if email has 'two' embedded.  
31
31
      (#98510, Ian Clatworthy)
32
32
 
33
 
  BUGFIXES:
34
 
 
35
33
    * Remove ``--verbose`` from ``bzr bundle``. It didn't work anyway.
36
34
      (Robert Widhopf-Fenk, #98591)
37
35
 
39
37
      properly and is no longer beneficial. Fixes #53675 and #43486.
40
38
      (Robert Collins)
41
39
 
 
40
    * Don't produce encoding error when adding duplicate files.
 
41
      (Aaron Bentley)
 
42
 
42
43
  TESTING:
43
44
 
44
45
    * Added ``bzrlib.strace.strace`` which will strace a single callable and