/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_branch/test_stacking.py

Merge fetch-spec-everything-not-in-other.

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
        self.assertRevisionInRepository('newbranch', new_branch_revid)
155
155
 
156
156
    def test_sprout_stacked_from_smart_server(self):
157
 
        if isinstance(self.branch_format, branch.BzrBranchFormat4):
158
 
            raise TestNotApplicable('Branch format 4 is not usable via HPSS.')
159
157
        # We have a mainline
160
158
        trunk_tree = self.make_branch_and_tree('mainline')
161
159
        trunk_revid = trunk_tree.commit('mainline')