~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS.developers

  • Committer: Martin Pool
  • Date: 2005-09-19 08:02:41 UTC
  • Revision ID: mbp@sourcefrog.net-20050919080241-d9460223db8f7d90
- rename to Revision.parent_ids to avoid confusion with old usage
  where Revision.parents held objects rather than strings\t

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
changes in weave branch:
2
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
 
 
 
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.)