~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-29 12:52:20 UTC
  • mto: This revision was merged to the branch mainline in revision 4460.
  • Revision ID: john@arbash-meinel.com-20090529125220-idiknsd81ihvkacm
Change how 'missing.*parent_prevents_commit' determines what to skip.
It was skipping everything, rather than just dev6.
Also, fix it to always call abort_write_group, even if it skipped the test.
Otherwise, it was failing to clean up the working dirs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3819
3819
InterRepository.register_optimiser(InterSameDataRepository)
3820
3820
InterRepository.register_optimiser(InterWeaveRepo)
3821
3821
InterRepository.register_optimiser(InterKnitRepo)
3822
 
InterRepository.register_optimiser(InterPackRepo)
 
3822
# InterRepository.register_optimiser(InterPackRepo)
3823
3823
 
3824
3824
 
3825
3825
class CopyConverter(object):