~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/versioning.py

  • Committer: Martin Pool
  • Date: 2005-09-02 02:06:23 UTC
  • Revision ID: mbp@sourcefrog.net-20050902020623-40a3a7b183da2b12
- make 0.0.7 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
        """After all the above changes, run the check and upgrade commands.
115
115
 
116
116
        The upgrade should be a no-op."""
117
 
        from bzrlib.commands import run_bzr
118
117
        b = Branch('.')
119
118
        debug('branch has %d revisions', b.revno())
120
119