/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: Aaron Bentley
  • Date: 2007-02-09 07:16:20 UTC
  • mfrom: (2272 +trunk)
  • mto: (2255.6.1 dirstate)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: aaron.bentley@utoronto.ca-20070209071620-gp2n7vtjyb0f2x1e
Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
 
125
125
        # make sure using 'bzr checkout' is not suggested
126
126
        # for remote locations missing a working tree
127
 
        self.assertFalse(re.search(r'checkout', err))
 
127
        self.assertFalse(re.search(r'use bzr checkout', err))
128
128
 
129
129
    def test_init_existing_branch_with_workingtree(self):
130
130
        # don't distinguish between the branch having a working tree or not