~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS.developers

  • Committer: Martin Pool
  • Date: 2005-09-19 07:52:30 UTC
  • Revision ID: mbp@sourcefrog.net-20050919075230-bd8a133ef1671044
- remove RevisionReference; just hold parent ids directly

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
changes in weave branch:
 
2
 
 
3
 * Remove RevisionReference class; Revision.parents is now simply a
 
4
   list of their ids and parent_sha1s  is a list of their
 
5
   corresponding sha1s (for old branches only at the moment.)
 
6
 
 
7