/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2007-08-24 09:54:27 UTC
  • mfrom: (263.2.5 trunk-matkor)
  • Revision ID: szilveszter.farkas@gmail.com-20070824095427-uzedgyo7ef20ud80
Merge the Update menu implementation from Mateusz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        from bzrlib.errors import BzrError
60
60
        warning('Installed bzr version %s is too old to be used with bzr-gtk'
61
61
                ' %s.' % (bzrlib.__version__, __version__))
62
 
        raise BzrError('Version mismatch: %r' % version_info)
 
62
        raise BzrError('Version mismatch: %r' % (version_info,) )
63
63
    else:
64
64
        warning('bzr-gtk is not up to date with installed bzr version %s.'
65
65
                ' \nThere should be a newer version available, e.g. %i.%i.'