Rev 219: Never refuse to work with newer versions of bzr, just warn. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
jelmer at samba.org
Sun Jul 15 14:09:26 BST 2007
At file:///data/jelmer/bzr-gtk/trunk/
------------------------------------------------------------
revno: 219
revision-id: jelmer at samba.org-20070715130917-3lwaltu7f5vhr737
parent: jelmer at samba.org-20070713230947-0bngzxibg52vhmjo
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 news-20070325173539-3va57o99cz3o57xe-1
__init__.py __init__.py-20060519165329-a1fd52c8a829fcd5
=== 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 bazaar-commits
mailing list