~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/versioning.py

  • Committer: Martin Pool
  • Date: 2005-08-30 03:10:32 UTC
  • Revision ID: mbp@sourcefrog.net-20050830031032-92ae5f0abb866ab8
- remove dead code and remove some small errors (pychecker)

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