~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

[merge] bzr.dev 1821

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
     to more locations than just branch locations.
66
66
     (Aaron Bentley)
67
67
 
 
68
   * 'bzr checkout' now aliased to 'bzr co', and 'bzr annotate' to 'bzr ann'.
 
69
     (Michael Ellerman)
 
70
 
68
71
  BUG FIXES:
69
72
 
70
73
    * Fix shadowed definition of TestLocationConfig that caused some 
310
313
 
311
314
    * Add --revision option to 'annotate' command.  (Olaf Conradi)
312
315
 
313
 
    * Add --revision option to 'annotate' command.  (Olaf Conradi)
314
 
 
315
316
    * If bzr shows an unexpected revision-history after pulling (perhaps due
316
317
      to a reweave) it can now be corrected by 'bzr reconcile'.
317
318
      (Robert Collins)