~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-13 03:56:23 UTC
  • mfrom: (4118.1.5 fix-stackable-remote-repo)
  • Revision ID: pqm@pqm.ubuntu.com-20090313035623-vn0615cs6bd6590e
(andrew) Fix performance regression (many small round-trips) when
        pushing to a remote pack, and improve some tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2823
2823
                result._custom_format = custom_format._custom_format
2824
2824
            else:
2825
2825
                result._custom_format = custom_format
2826
 
            result.rich_root_data = custom_format.rich_root_data
2827
2826
        return result
2828
2827
 
2829
2828
    def get_branch_format(self):