~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-12-28 17:58:32 UTC
  • mfrom: (3123.5.22 hardlinks)
  • Revision ID: pqm@pqm.ubuntu.com-20071228175832-9kboqtkemnuzzlab
Checkout uses branch tree as a fallback accelerator (abentley)

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
        # the actual workingtree, not when we only open a bzrdir that contains
197
197
        # an old workngtree
198
198
        self.run_bzr('init --knit a')
199
 
        out, err = self.run_bzr('checkout a b')
 
199
        out, err = self.run_bzr('revno a')
200
200
        if err.find('upgrade') > -1:
201
201
            self.fail("message shouldn't suggest upgrade:\n%s" % err)