~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2006-08-23 19:35:22 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060823193522-72394d6f9630b105
Update version check message

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        # Not using BzrNewError, because it may not exist.
35
35
        raise Exception, 'Version mismatch', version_info
36
36
    else:
37
 
        warning('Bzrtools is not up to date with installed bzr version'
38
 
                ' %s. Please upgrade to bzrtools %i.%i.' 
 
37
        warning('Bzrtools is not up to date with installed bzr version %s.'
 
38
                ' \nThere should be a newer version available, e.g. %i.%i.' 
39
39
                % (bzrlib.__version__, bzrlib_version[0], bzrlib_version[1]))
40
40
        if bzrlib_version != desired_plus:
41
41
            raise Exception, 'Version mismatch'