~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2008-02-24 16:42:13 UTC
  • mfrom: (3234 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3235.
  • Revision ID: aaron@aaronbentley.com-20080224164213-eza1lzru5bwuwmmj
Merge with bzr.dev

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)