~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: John Arbash Meinel
  • Date: 2006-02-17 02:01:02 UTC
  • mto: (1185.50.81 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1554.
  • Revision ID: john@arbash-meinel.com-20060217020102-a26538d2b32bff80
cleanups from Robert

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
                    # FIXME do not peek!
269
269
                    if self.control_files._transport.listable():
270
270
                        pb = bzrlib.ui.ui_factory.progress_bar()
271
 
                        copy_all(self.weave_store, destination.weave_store, pb=pb)
 
271
                        copy_all(self.weave_store,
 
272
                            destination.weave_store, pb=pb)
272
273
                        pb.update('copying inventory', 0, 1)
273
 
                        destination.control_weaves.copy_multi(self.control_weaves,
274
 
                                                              ['inventory'])
275
 
                        copy_all(self.revision_store, destination.revision_store, pb=pb)
 
274
                        destination.control_weaves.copy_multi(
 
275
                            self.control_weaves, ['inventory'])
 
276
                        copy_all(self.revision_store,
 
277
                            destination.revision_store, pb=pb)
276
278
                    else:
277
279
                        destination.fetch(self, revision_id=revision_id)
278
280
            # compatible v4 stores