~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-23 15:11:26 UTC
  • Revision ID: robertc@robertcollins.net-20051023151126-c18d3642d09a27ba
'revision.revision_graph can handle having only partial history.

Previously, it would fail for a graph with no revision with no parents.
(Robert Collins).

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
 
56
56
    * 'bzr check' allows the first revision on revision-history to have
57
57
      parents - something that is expected for cheap checkouts, and occurs
58
 
      when conversions from baz do not have all history.
 
58
      when conversions from baz do not have all history.  (Robert Collins).
59
59
 
60
60
  TESTING:
61
61
 
162
162
      of merge_inner. Likewise 'merge' now returns the conflict count to the
163
163
      caller. (Robert Collins)
164
164
 
 
165
    * 'revision.revision_graph can handle having only partial history for
 
166
      a revision - that is no revisions in the graph with no parents.
 
167
      (Robert Collins).
 
168
 
165
169
  BUG FIXES:
166
170
 
167
171
    * Better handling of branches in directories with non-ascii names.