~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_repository_reference/test_get_record_stream.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-17 18:13:57 UTC
  • mfrom: (5268.7.29 transport-segments)
  • Revision ID: pqm@pqm.ubuntu.com-20110817181357-y5q5eth1hk8bl3om
(jelmer) Allow specifying the colocated branch to use in the branch URL,
 and retrieving the branch name using ControlDir._get_selected_branch.
 (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
        self.all_repo.lock_read()
83
83
        self.addCleanup(self.all_repo.unlock)
84
84
        self.base_repo = self.make_repository('base')
85
 
        self.stacked_repo = self.make_referring('referring', self.base_repo)
 
85
        self.stacked_repo = self.make_referring('referring', 'base')
86
86
 
87
87
    def make_simple_split(self):
88
88
        """Set up the repositories so that everything is in base except F"""