~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-11-10 15:52:24 UTC
  • mfrom: (2123.2.1 bzrdir_import_workingtree)
  • Revision ID: pqm@pqm.ubuntu.com-20061110155224-dbb6ab1c64d5a4cf
(John Arbash Meinel) import workingtree in bzrdir, fix bug #70716

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
  
33
33
  BUG FIXES:
34
34
 
 
35
    * ``bzrlib/bzrdir.py`` was directly referencing ``bzrlib.workingtree``,
 
36
      without importing it. This prevented ``bzr upgrade`` from working
 
37
      unless a plugin already imported ``bzrlib.workingtree``
 
38
      (John Arbash Meinel, #70716)
 
39
 
35
40
    * _KnitIndex.add_versions() dictionary compresses revision ids as they
36
41
      are added. This fixes bug where fetching remote revisions records
37
42
      them as full references rather than integers. (John Arbash Meinel,