/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/blackbox/test_status.py

Update with new parent-ids patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    def test_branch_status(self):
44
44
        """Test basic branch status"""
45
45
        wt = self.make_branch_and_tree('.')
46
 
        b = wt.branch
 
46
        wt.commit('create a parent to allow testing merge output')
47
47
 
48
48
        ignores._set_user_ignores(['./.bazaar'])
49
49