/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_executable.py

Get TestExecutable.test_06_pull working on DirState: fix cloning and the set_last_revision api on WorkingTree4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    def commit_and_branch(self):
69
69
        """Commit the current tree, and create a second tree"""
70
70
        self.wt.commit('adding a,b', rev_id='r1')
71
 
 
72
71
        # Now make sure that 'bzr branch' also preserves the
73
72
        # executable bit
74
73
        # TODO: Maybe this should be a blackbox test