~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS.developers

  • Committer: Martin Pool
  • Date: 2005-09-22 13:32:02 UTC
  • Revision ID: mbp@sourcefrog.net-20050922133202-347cfd35d2941dd5
- simple weave-based annotate code (not complete)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 * Remove RevisionReference class; Revision.parent_ids is now simply a
4
4
   list of their ids and parent_sha1s is a list of their corresponding
5
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.