~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS.developers

  • Committer: Robert Collins
  • Date: 2007-09-06 04:20:55 UTC
  • mfrom: (2794.1.3 knits)
  • mto: This revision was merged to the branch mainline in revision 2803.
  • Revision ID: robertc@robertcollins.net-20070906042055-r2fa1adv2nudrjjl
(robertc) Trivially remove spurious call in revisionstore.add_revision. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
changes in weave branch:
2
 
 
3
 
 * Remove RevisionReference class; Revision.parent_ids is now simply a
4
 
   list of their ids and parent_sha1s is a list of their corresponding
5
 
   sha1s (for old branches only at the moment.)
6
 
 
7
 
 * New method-object style interface for Commit() and Fetch().
8
 
 
9
 
 * Renamed Branch.last_patch() to Branch.last_revision(), since
10
 
   we call them revisions not patches.
11
 
 
12
 
 * Move copy_branch to bzrlib.clone.copy_branch.  The destination
13
 
   directory is created if it doesn't exist.