~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Robert Collins
  • Date: 2007-09-25 01:47:51 UTC
  • mfrom: (2592.5.17 pack-repository)
  • mto: This revision was merged to the branch mainline in revision 2933.
  • Revision ID: robertc@robertcollins.net-20070925014751-skcw309yznr5czka
Merge Martins refactoring work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2375
2375
            revision_ids,
2376
2376
            )
2377
2377
        if pack is not None:
2378
 
            self.target._packs.save()
 
2378
            self.target._packs._save_pack_names()
2379
2379
            self.target._packs.add_pack_to_memory(pack)
2380
2380
            # Trigger an autopack. This may duplicate effort as we've just done
2381
2381
            # a pack creation, but for now it is simpler to think about as