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

  • Committer: John Arbash Meinel
  • Date: 2006-07-03 16:19:30 UTC
  • mfrom: (1836 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1851.
  • Revision ID: john@arbash-meinel.com-20060703161930-c373bd7eddd73011
[merge] bzr.dev 1836

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'))