~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
 
80
80
  BUG FIXES:
81
81
 
 
82
    * ``bzr missing --verbose`` was showing adds/removals in the wrong
 
83
      direction. (John Arbash Meinel)
 
84
 
82
85
    * ``bzr annotate`` now defaults to showing dotted revnos for merged
83
86
      revisions. It cuts them off at a depth of 12 characters, but you can
84
87
      supply ``--long`` to see the full number. You can also use
112
115
    * ``bzr status`` in a readonly directory should work without giving
113
116
      lots of errors. (John Arbash Meinel, #76299)
114
117
 
 
118
    * Mention the revisionspec topic for the revision option help.
 
119
      (Wouter van Heyst, #31663)
 
120
 
 
121
    * Allow plugins import from zip archives.
 
122
      (Alexander Belchenko, #68124)
 
123
 
 
124
 
115
125
bzr 0.13  2006-12-05
116
126
    
117
127
  No changes from 0.13rc1
172
182
 
173
183
  BUG FIXES:
174
184
 
 
185
    * Now _KnitIndex properly decode revision ids when loading index data.
 
186
      And optimize the knit index parsing code.  (Dmitry Vasiliev, John
 
187
      Arbash Meinel)
 
188
 
175
189
    * ``bzrlib/bzrdir.py`` was directly referencing ``bzrlib.workingtree``,
176
190
      without importing it. This prevented ``bzr upgrade`` from working
177
191
      unless a plugin already imported ``bzrlib.workingtree``