To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
1311
by Martin Pool
- remove RevisionReference; just hold parent ids directly
|
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
|
|