~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:
59
59
      tests not to run.  (#32587, Erik Bågfors, Michael Ellerman, 
60
60
      Martin Pool)
61
61
 
 
62
    * Fix unnecessary requirement of sign-my-commits that it be run from
 
63
      a working directory.  (Martin Pool, Robert Collins)
 
64
 
62
65
  INTERNALS:
63
66
 
64
67
    * Combine the ignore rules into a single regex rather than looping over
72
75
    * bzrlib.delta.compare_trees now iterates in alphabetically sorted order,
73
76
      rather than randomly walking the inventories. (John Arbash Meinel)
74
77
 
 
78
    * Split ``check`` into separate methods on the branch and on the repository,
 
79
      so that it can be specialized in ways that are useful or efficient for
 
80
      different formats.  (Martin Pool, Robert Collins)
 
81
 
 
82
    * Deprecate Repository.all_revision_ids; most methods don't really need
 
83
      the global revision graph but only that part leading up to a particular
 
84
      revision.  (Martin Pool, Robert Collins)
 
85
 
 
86
    * Add a BzrDirFormat control_formats list which allows for control formats
 
87
      that do not use '.bzr' to store their data - i.e. '.svn', '.hg' etc.
 
88
      (Robert Collins, Jelmer Vernooij).
 
89
 
75
90
bzr 0.8.2  2006-05-17
76
91
  
77
92
  BUG FIXES: