~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: John Arbash Meinel
  • Date: 2009-05-08 16:37:01 UTC
  • mto: This revision was merged to the branch mainline in revision 4392.
  • Revision ID: john@arbash-meinel.com-20090508163701-dewi8koteoyjbem6
Set 'supports_external_lookups=True' for dev6 repositories.
I'm choosing not to do a new format, since it is dev anyway...
At the moment, that means supporting 'suspend_write_group', and implementing
'_index.get_missing_parents'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1439
1439
            return set()
1440
1440
        if not self.is_in_write_group():
1441
1441
            raise AssertionError('not in a write group')
1442
 
                
 
1442
 
1443
1443
        # XXX: We assume that every added revision already has its
1444
1444
        # corresponding inventory, so we only check for parent inventories that
1445
1445
        # might be missing, rather than all inventories.