/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/workingtree_implementations/test_changes_from.py

merge bzr.dev r4054

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
 
23
23
class TestChangesFrom(TestCaseWithWorkingTree):
24
 
    
 
24
 
25
25
    def setUp(self):
26
26
        super(TestChangesFrom, self).setUp()
27
27
        self.tree = self.make_branch_and_tree('tree')
43
43
        self.build_tree(['tree/unknown'])
44
44
        empty_tree = self.tree.branch.repository.revision_tree(
45
45
                        revision.NULL_REVISION)
46
 
                        
 
46
 
47
47
        # If a specific_files list is present, even if none of the
48
48
        # files are versioned, only paths that are present in the list
49
49
        # should be compared