~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/xml.py

  • 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:
35
35
                                              fromstring, tostring)
36
36
 
37
37
from bzrlib.inventory import ROOT_ID, Inventory, InventoryEntry
38
 
from bzrlib.revision import Revision, RevisionReference        
39
38
from bzrlib.errors import BzrError
40
39
 
41
40