~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_init.py

Remove the default ignores list from bzr, lowering the minimum overhead in bzr add.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
        # suggests using checkout
101
101
        self.assertContainsRe(err, 'ontains a branch.*but no working tree.*checkout')
102
102
 
 
103
    def test_no_defaults(self):
 
104
        """Init creates no default ignore rules."""
 
105
        self.run_bzr('init')
 
106
        self.assertFalse(os.path.exists('.bzrignore'))