~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-09-12 22:51:50 UTC
  • mfrom: (2001.1.2 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060912225150-4e223573354de097
merge bzr-0.10 into bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
      penalty. It also provides the basis for allowing readonly checkouts.
102
102
      (Robert Collins)
103
103
 
104
 
bzr 0.10.0RC1  2006-08-28
 
104
bzr 0.10  2006-08-29
105
105
  
106
106
  IMPROVEMENTS:
107
107
    * 'merge' now takes --uncommitted, to apply uncommitted changes from a
160
160
      in handling of revision properties. (John Arbash Meinel, Holger Krekel,
161
161
      #54723)
162
162
 
 
163
    * The bzr selftest was failing on installed versions due to a bug in a new
 
164
      test helper. (John Arbash Meinel, Robert Collins, #58057)
 
165
 
163
166
  INTERNALS:
164
167
 
165
168
    * ``bzrlib.cache_utf8`` contains ``encode()`` and ``decode()`` functions