/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: Robert Collins
  • Date: 2007-02-06 23:53:30 UTC
  • mfrom: (2268 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2274.
  • Revision ID: robertc@robertcollins.net-20070206235330-2sy67ccuq0ksubqa
Merge HEAD.

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