~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_merge.py

(abentley) Fix merge when this_tree isn't a WorkingTree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2894
2894
                        base=False, other=False)
2895
2895
        return builder
2896
2896
 
 
2897
    def test_uses_this_branch(self):
 
2898
        builder = self.make_text_conflict()
 
2899
        tt = builder.make_preview_transform()
 
2900
        self.addCleanup(tt.finalize)
 
2901
 
2897
2902
    def test_affected_files_cached(self):
2898
2903
        """Ensures that the config variable is cached"""
2899
2904
        builder = self.make_text_conflict()