[Pkg-bazaar-commits] ./bzr-gtk/unstable r219: Never refuse to work with newer versions of bzr, just warn.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:45:47 UTC 2009


------------------------------------------------------------
revno: 219
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2007-07-15 16:09:17 +0300
message:
  Never refuse to work with newer versions of bzr, just warn.
modified:
  NEWS
  __init__.py
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2007-07-13 22:17:09 +0000
+++ b/NEWS	2007-07-15 13:09:17 +0000
@@ -16,6 +16,8 @@
 
   * Fix missing attributes for DummyRevision. (Vincent)
 
+  * Never refuse to run with newer versions of bzr, just warn. (Jelmer)
+
 
 0.17.0  2007-06-15
 

=== modified file '__init__.py'
--- a/__init__.py	2007-07-13 22:13:17 +0000
+++ b/__init__.py	2007-07-15 13:09:17 +0000
@@ -66,8 +66,6 @@
         warning('bzr-gtk is not up to date with installed bzr version %s.'
                 ' \nThere should be a newer version available, e.g. %i.%i.' 
                 % (bzrlib.__version__, bzrlib_version[0], bzrlib_version[1]))
-        if bzrlib_version != desired_plus:
-            raise Exception, 'Version mismatch'
 
 
 check_bzrlib_version(version_info[:2])



More information about the Pkg-bazaar-commits mailing list