~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Martin Pool
  • Date: 2005-09-07 04:04:37 UTC
  • Revision ID: mbp@sourcefrog.net-20050907040437-758377181f34ee60
- better message for bad branch version

Show diffs side-by-side

added added

removed removed

Lines of Context:
343
343
                           'use a different bzr version, '
344
344
                           'or run "bzr upgrade", '
345
345
                           'or remove the .bzr directory and "bzr init" again'
346
 
                           % fmt)
 
346
                           % fmt.rstrip('\n\r'))
347
347
 
348
348
    def get_root_id(self):
349
349
        """Return the id of this branches root"""