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

  • Committer: Robert Collins
  • Date: 2007-04-23 02:29:35 UTC
  • mfrom: (2441 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2442.
  • Revision ID: robertc@robertcollins.net-20070423022935-9hhongamvk6bfdso
Resolve conflicts with bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
    def test_uses_parent(self):
39
39
        """Parent location is used as a basis by default"""
40
 
        self.make_trees()        
 
40
        self.make_trees()
41
41
        os.chdir('grandparent')
42
42
        errmsg = self.run_bzr('bundle', retcode=3)[1]
43
43
        self.assertContainsRe(errmsg, 'No base branch known or specified')